x86_64: oops_begin() fix
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / MAINTAINERS
CommitLineData
1da177e4
LT
1
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
0a920b5b
AW
33 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
1da177e4
LT
38
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
42
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
45
c9ee133b
AC
46 PLEASE remember that submissions must be made under the terms
47 of the OSDL certificate of contribution
48 (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
49 and should include a Signed-off-by: line.
50
1da177e4
LT
516. Make sure you have the right to send any changes you make. If you
52 do changes at work you may find your employer owns the patch
53 not you.
54
c9ee133b
AC
557. When sending security related changes or reports to a maintainer
56 please Cc: security@kernel.org, especially if the maintainer
57 does not respond.
58
598. Happy hacking.
1da177e4 60
b7eee616 61 -----------------------------------
1da177e4
LT
62
63Maintainers List (try to look for most precise areas first)
64
65Note: For the hard of thinking, this list is meant to remain in alphabetical
66order. If you could add yourselves to it in alphabetical order that would be
67so much easier [Ed]
68
69P: Person
70M: Mail patches to
71L: Mailing list that is relevant to this area
72W: Web-page with status/info
50306fb5 73T: SCM tree type and location. Type is one of: git, hg, quilt.
1da177e4
LT
74S: Status, one of the following:
75
76 Supported: Someone is actually paid to look after this.
77 Maintained: Someone actually looks after it.
78 Odd Fixes: It has a maintainer but they don't have time to do
79 much other than throw the odd patch in. See below..
80 Orphan: No current maintainer [but maybe you could take the
81 role as you write your new code].
82 Obsolete: Old code. Something tagged obsolete generally means
83 it has been replaced by a better system and you
84 should be using that.
85
863C359 NETWORK DRIVER
87P: Mike Phillips
88M: mikep@linuxtr.net
979b6c13 89L: netdev@vger.kernel.org
1da177e4
LT
90L: linux-tr@linuxtr.net
91W: http://www.linuxtr.net
92S: Maintained
93
943C505 NETWORK DRIVER
95P: Philip Blundell
96M: philb@gnu.org
979b6c13 97L: netdev@vger.kernel.org
1da177e4
LT
98S: Maintained
99
1003CR990 NETWORK DRIVER
101P: David Dillow
102M: dave@thedillows.org
979b6c13 103L: netdev@vger.kernel.org
1da177e4
LT
104S: Maintained
105
1063W-XXXX ATA-RAID CONTROLLER DRIVER
107P: Adam Radford
108M: linuxraid@amcc.com
109L: linux-scsi@vger.kernel.org
110W: http://www.amcc.com
111S: Supported
112
1133W-9XXX SATA-RAID CONTROLLER DRIVER
114P: Adam Radford
115M: linuxraid@amcc.com
116L: linux-scsi@vger.kernel.org
117W: http://www.amcc.com
118S: Supported
119
12053C700 AND 53C700-66 SCSI DRIVER
121P: James E.J. Bottomley
122M: James.Bottomley@HansenPartnership.com
123L: linux-scsi@vger.kernel.org
124S: Maintained
125
1266PACK NETWORK DRIVER FOR AX.25
127P: Andreas Koensgen
128M: ajk@iehk.rwth-aachen.de
129L: linux-hams@vger.kernel.org
130S: Maintained
131
1328139CP 10/100 FAST ETHERNET DRIVER
133P: Jeff Garzik
134M: jgarzik@pobox.com
135S: Maintained
136
1378139TOO 10/100 FAST ETHERNET DRIVER
138P: Jeff Garzik
139M: jgarzik@pobox.com
140W: http://sourceforge.net/projects/gkernel/
141S: Maintained
142
1438169 10/100/1000 GIGABIT ETHERNET DRIVER
144P: Francois Romieu
145M: romieu@fr.zoreil.com
979b6c13 146L: netdev@vger.kernel.org
1da177e4
LT
147S: Maintained
148
1498250/16?50 (AND CLONE UARTS) SERIAL DRIVER
1da177e4
LT
150L: linux-serial@vger.kernel.org
151W: http://serial.sourceforge.net
353cefdb 152S: Orphan
1da177e4
LT
153
1548390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
155P: Paul Gortmaker
156M: p_gortmaker@yahoo.com
979b6c13 157L: netdev@vger.kernel.org
1da177e4
LT
158S: Maintained
159
67543e50 1609P FILE SYSTEM
ce00f85c
JC
161P: Eric Van Hensbergen
162M: ericvh@gmail.com
163P: Ron Minnich
164M: rminnich@lanl.gov
165P: Latchesar Ionkov
166M: lucho@ionkov.net
167L: v9fs-developer@lists.sourceforge.net
168W: http://v9fs.sf.net
169T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
170S: Maintained
67543e50 171
1da177e4
LT
172A2232 SERIAL BOARD DRIVER
173P: Enver Haase
174M: ehaase@inf.fu-berlin.de
175M: A2232@gmx.net
176L: linux-m68k@lists.linux-m68k.org
177S: Maintained
178
179AIO
180P: Benjamin LaHaise
181M: bcrl@kvack.org
182L: linux-aio@kvack.org
183S: Supported
184
f2b84bbc
HG
185ABIT UGURU HARDWARE MONITOR DRIVER
186P: Hans de Goede
187M: j.w.r.degoede@hhs.nl
188L: lm-sensors@lm-sensors.org
189S: Maintained
190
1da177e4
LT
191ACENIC DRIVER
192P: Jes Sorensen
193M: jes@trained-monkey.org
194L: linux-acenic@sunsite.dk
195S: Maintained
196
197ACI MIXER DRIVER
198P: Robert Siemer
199M: Robert.Siemer@gmx.de
200L: linux-sound@vger.kernel.org
201W: http://www.stud.uni-karlsruhe.de/~uh1b/
202S: Maintained
203
e6d1fc3d
SM
204IPS SCSI RAID DRIVER
205P: Adaptec OEM Raid Solutions
206M: aacraid@adaptec.com
207L: linux-scsi@vger.kernel.org
208W: http://www.adaptec.com/
209S: Maintained
210
211DPT_I2O SCSI RAID DRIVER
212P: Adaptec OEM Raid Solutions
213M: aacraid@adaptec.com
214L: linux-scsi@vger.kernel.org
215W: http://www.adaptec.com/
216S: Maintained
217
1da177e4
LT
218AACRAID SCSI RAID DRIVER
219P: Adaptec OEM Raid Solutions
e6d1fc3d 220M: aacraid@adaptec.com
1da177e4 221L: linux-scsi@vger.kernel.org
e6d1fc3d 222W: http://www.adaptec.com/
1da177e4
LT
223S: Supported
224
225ACPI
226P: Len Brown
227M: len.brown@intel.com
8b59a454 228M: lenb@kernel.org
6968e50c 229L: linux-acpi@vger.kernel.org
1da177e4 230W: http://acpi.sourceforge.net/
6fb0425b 231T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
8b59a454
LB
232S: Supported
233
234ACPI BATTERY DRIVERS
235P: Vladimir P. Lebedev
236M: vladimir.p.lebedev@intel.com
237L: linux-acpi@vger.kernel.org
238W: http://acpi.sourceforge.net/
239S: Supported
240
241ACPI EC DRIVER
242P: Alexey Starikovskiy
243M: alexey.y.starikovskiy@linux.intel.com
244L: linux-acpi@vger.kernel.org
245W: http://acpi.sourceforge.net/
246S: Supported
247
248ACPI FAN DRIVER
249P: Konstantin A. Karasyov
250M: konstantin.a.karasyov@intel.com
251L: linux-acpi@vger.kernel.org
252W: http://acpi.sourceforge.net/
253S: Supported
1da177e4 254
998be20f
KCA
255ACPI PCI HOTPLUG DRIVER
256P: Kristen Carlson Accardi
257M: kristen.c.accardi@intel.com
258L: pcihpd-discuss@lists.sourceforge.net
8b59a454
LB
259S: Supported
260
261ACPI THERMAL DRIVER
262P: Konstantin A. Karasyov
263M: konstantin.a.karasyov@intel.com
264L: linux-acpi@vger.kernel.org
265W: http://acpi.sourceforge.net/
266S: Supported
998be20f 267
359acec8
LB
268ACPI VIDEO DRIVER
269P: Luming Yu
270M: luming.yu@intel.com
8b59a454
LB
271L: linux-acpi@vger.kernel.org
272W: http://acpi.sourceforge.net/
273S: Supported
998be20f 274
1da177e4
LT
275AD1816 SOUND DRIVER
276P: Thorsten Knabe
277M: Thorsten Knabe <linux@thorsten-knabe.de>
278W: http://linux.thorsten-knabe.de
279S: Maintained
280
6958ae31
KM
281AD1889 SOUND DRIVER
282P: Kyle McMartin
283M: kyle@parisc-linux.org
284P: Thibaut Varene
285M: T-Bone@parisc-linux.org
286W: http://wiki.parisc-linux.org/AD1889
287L: parisc-linux@lists.parisc-linux.org
288S: Maintained
289
1da177e4
LT
290ADM1025 HARDWARE MONITOR DRIVER
291P: Jean Delvare
292M: khali@linux-fr.org
cc0b07ed 293L: lm-sensors@lm-sensors.org
1da177e4
LT
294S: Maintained
295
cae2caae
CL
296ADM1029 HARDWARE MONITOR DRIVER
297P: Corentin Labbe
298M: corentin.labbe@geomatys.fr
299L: lm-sensors@lm-sensors.org
300S: Maintained
301
1da177e4
LT
302ADT746X FAN DRIVER
303P: Colin Leroy
304M: colin@colino.net
305S: Maintained
306
1da177e4
LT
307AEDSP16 DRIVER
308P: Riccardo Facchetti
309M: fizban@tin.it
310S: Maintained
311
312AFFS FILE SYSTEM
313P: Roman Zippel
314M: zippel@linux-m68k.org
315S: Maintained
316
317AGPGART DRIVER
318P: Dave Jones
319M: davej@codemonkey.org.uk
320W: http://www.codemonkey.org.uk/projects/agp/
1adc1230 321T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
1da177e4
LT
322S: Maintained
323
324AHA152X SCSI DRIVER
325P: Juergen E. Fischer
326M: Juergen Fischer <fischer@norbit.de>
327L: linux-scsi@vger.kernel.org
328S: Maintained
329
330ALCATEL SPEEDTOUCH USB DRIVER
331P: Duncan Sands
332M: duncan.sands@free.fr
333L: linux-usb-users@lists.sourceforge.net
334L: linux-usb-devel@lists.sourceforge.net
335W: http://www.linux-usb.org/SpeedTouch/
336S: Maintained
337
272f133a
PO
338ALCHEMY AU1XX0 MMC DRIVER
339S: Orphan
340
4a4e5787
RM
341ALI1563 I2C DRIVER
342P: Rudolf Marek
7188cc66 343M: r.marek@assembler.cz
5d925fec 344L: i2c@lm-sensors.org
4a4e5787
RM
345S: Maintained
346
1da177e4
LT
347ALPHA PORT
348P: Richard Henderson
349M: rth@twiddle.net
350S: Odd Fixes for 2.4; Maintained for 2.6.
351P: Ivan Kokshaysky
352M: ink@jurassic.park.msu.ru
353S: Maintained for 2.4; PCI support for 2.6.
354
f90b8116 355AMD GEODE PROCESSOR/CHIPSET SUPPORT
ce00f85c
JC
356P: Jordan Crouse
357M: info-linux@geode.amd.com
f90b8116
JC
358L: info-linux@geode.amd.com
359W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
360S: Supported
361
284f42b6
SP
362AMS (Apple Motion Sensor) DRIVER
363P: Stelian Pop
364M: stelian@popies.net
365P: Michael Hanselmann
366M: linux-kernel@hansmi.ch
367S: Supported
368
f94b533d
TT
369AMSO1100 RNIC DRIVER
370P: Tom Tucker
371M: tom@opengridcomputing.com
372P: Steve Wise
373M: swise@opengridcomputing.com
374L: openib-general@openib.org
375S: Maintained
376
42269063
JB
377AOA (Apple Onboard Audio) ALSA DRIVER
378P: Johannes Berg
379M: johannes@sipsolutions.net
380L: linuxppc-dev@ozlabs.org
82622046 381L: alsa-devel@alsa-project.org (subscribers-only)
42269063
JB
382S: Maintained
383
1da177e4
LT
384APM DRIVER
385P: Stephen Rothwell
386M: sfr@canb.auug.org.au
387L: linux-laptop@vger.kernel.org
388W: http://www.canb.auug.org.au/~sfr/
389S: Supported
390
6f2fad74
NB
391APPLE SMC DRIVER
392P: Nicolas Boichat
393M: nicolas@boichat.ch
394L: mactel-linux-devel@lists.sourceforge.net
395S: Maintained
396
1da177e4
LT
397APPLETALK NETWORK LAYER
398P: Arnaldo Carvalho de Melo
926554c4 399M: acme@ghostprotocols.net
1da177e4
LT
400S: Maintained
401
1154ea7d
JK
402ARC FRAMEBUFFER DRIVER
403P: Jaya Kumar
404M: jayalk@intworks.biz
405S: Maintained
406
1da177e4
LT
407ARM26 ARCHITECTURE
408P: Ian Molton
409M: spyro@f2s.com
410S: Maintained
411
412ARM26/ARCHIMEDES
413P: Ian Molton
414M: spyro@f2s.com
415S: Maintained
416
417ARM26/A5000
418P: John Appleby
419M: john@dnsworld.co.uk
420S: Maintained
421
422ARM MFM AND FLOPPY DRIVERS
423P: Ian Molton
424M: spyro@f2s.com
425S: Maintained
426
2761f5c2
RK
427ARM PRIMECELL MMCI PL180/1 DRIVER
428P: Russell King
429M: rmk@arm.linux.org.uk
430L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
431S: Maintained
432
2b7a52a4
LB
433ARM/ADI ROADRUNNER MACHINE SUPPORT
434P: Lennert Buytenhek
435M: kernel@wantstofly.org
436L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
437S: Maintained
438
439ARM/ADS SPHERE MACHINE SUPPORT
440P: Lennert Buytenhek
441M: kernel@wantstofly.org
442L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
443S: Maintained
444
445ARM/AJECO 1ARM MACHINE SUPPORT
446P: Lennert Buytenhek
447M: kernel@wantstofly.org
448L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
449S: Maintained
450
d4a89c7d
AV
451ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
452P: Andrew Victor
453M: andrew@sanpeople.com
454L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
455W: http://maxim.org.za/at91_26.html
456S: Maintained
457
2b7a52a4
LB
458ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
459P: Lennert Buytenhek
460M: kernel@wantstofly.org
461L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
462S: Maintained
463
464ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
465P: Lennert Buytenhek
466M: kernel@wantstofly.org
467L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
468S: Maintained
469
1da177e4
LT
470ARM/CORGI MACHINE SUPPORT
471P: Richard Purdie
472M: rpurdie@rpsys.net
473S: Maintained
474
2b7a52a4
LB
475ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
476P: Lennert Buytenhek
477M: kernel@wantstofly.org
478L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
479S: Maintained
480
21f37bc3
KE
481ARM/HP JORNADA 7XX MACHINE SUPPORT
482P: Kristoffer Ericson
483M: kristoffer_e1@hotmail.com
484W: www.jlime.com
485S: Maintained
486
2b7a52a4
LB
487ARM/INTEL IOP32X ARM ARCHITECTURE
488P: Lennert Buytenhek
489M: kernel@wantstofly.org
e2bdb176
DW
490P: Dan Williams
491M: dan.j.williams@intel.com
2b7a52a4 492L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
e2bdb176
DW
493S: Supported
494
495ARM/INTEL IOP33X ARM ARCHITECTURE
496P: Dan Williams
497M: dan.j.williams@intel.com
498L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
499S: Supported
2b7a52a4
LB
500
501ARM/INTEL IOP13XX ARM ARCHITECTURE
502P: Lennert Buytenhek
503M: kernel@wantstofly.org
e2bdb176
DW
504P: Dan Williams
505M: dan.j.williams@intel.com
2b7a52a4 506L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
e2bdb176 507S: Supported
2b7a52a4
LB
508
509ARM/INTEL IQ81342EX MACHINE SUPPORT
510P: Lennert Buytenhek
511M: kernel@wantstofly.org
e2bdb176
DW
512P: Dan Williams
513M: dan.j.williams@intel.com
2b7a52a4 514L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
e2bdb176 515S: Supported
2b7a52a4
LB
516
517ARM/INTEL IXP2000 ARM ARCHITECTURE
518P: Lennert Buytenhek
519M: kernel@wantstofly.org
520L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
521S: Maintained
522
523ARM/INTEL IXDP2850 MACHINE SUPPORT
524P: Lennert Buytenhek
525M: kernel@wantstofly.org
526L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
527S: Maintained
528
529ARM/INTEL IXP23XX ARM ARCHITECTURE
530P: Lennert Buytenhek
531M: kernel@wantstofly.org
532L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
533S: Maintained
534
535ARM/INTEL XSC3 (MANZANO) ARM CORE
536P: Lennert Buytenhek
537M: kernel@wantstofly.org
e2bdb176
DW
538P: Dan Williams
539M: dan.j.williams@intel.com
2b7a52a4 540L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
e2bdb176 541S: Supported
2b7a52a4
LB
542
543ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
544P: Lennert Buytenhek
545M: kernel@wantstofly.org
546L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
547S: Maintained
548
549ARM/LOGICPD PXA270 MACHINE SUPPORT
550P: Lennert Buytenhek
551M: kernel@wantstofly.org
552L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
553S: Maintained
554
8459c159
DO
555ARM/TOSA MACHINE SUPPORT
556P: Dirk Opfer
557M: dirk@opfer-online.de
558S: Maintained
559
1da177e4
LT
560ARM/PLEB SUPPORT
561P: Peter Chubb
562M: pleb@gelato.unsw.edu.au
563W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
564S: Maintained
565
566ARM/PT DIGITAL BOARD PORT
567P: Stefan Eletzhofer
568M: stefan.eletzhofer@eletztrick.de
70f09f1f 569L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
570W: http://www.arm.linux.org.uk/
571S: Maintained
572
2b7a52a4
LB
573ARM/RADISYS ENP2611 MACHINE SUPPORT
574P: Lennert Buytenhek
575M: kernel@wantstofly.org
576L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
577S: Maintained
578
1da177e4
LT
579ARM/SHARK MACHINE SUPPORT
580P: Alexander Schulz
581M: alex@shark-linux.de
582W: http://www.shark-linux.de/shark.html
583S: Maintained
584
585ARM/STRONGARM110 PORT
586P: Russell King
587M: rmk@arm.linux.org.uk
70f09f1f 588L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
589W: http://www.arm.linux.org.uk/
590S: Maintained
591
592ARM/S3C2410 ARM ARCHITECTURE
593P: Ben Dooks
449d4dd5 594M: ben-linux@fluff.org
70f09f1f 595L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
596W: http://www.fluff.org/ben/linux/
597S: Maintained
598
599ARM/S3C2440 ARM ARCHITECTURE
600P: Ben Dooks
449d4dd5 601M: ben-linux@fluff.org
70f09f1f 602L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
603W: http://www.fluff.org/ben/linux/
604S: Maintained
605
2b7a52a4
LB
606ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
607P: Lennert Buytenhek
608M: kernel@wantstofly.org
609L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
610S: Maintained
611
612ARM/THECUS N2100 MACHINE SUPPORT
613P: Lennert Buytenhek
614M: kernel@wantstofly.org
615L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
616S: Maintained
617
1da177e4
LT
618ARPD SUPPORT
619P: Jonathan Layes
979b6c13 620L: netdev@vger.kernel.org
1da177e4
LT
621S: Maintained
622
623ASUS ACPI EXTRAS DRIVER
0b67d946
LB
624P: Corentin Chary
625M: corentincj@iksaif.net
1da177e4
LT
626P: Karol Kozimor
627M: sziwan@users.sourceforge.net
1da177e4
LT
628L: acpi4asus-user@lists.sourceforge.net
629W: http://sourceforge.net/projects/acpi4asus
0b67d946 630W: http://xf.iksaif.net/acpi4asus
85091b71
CC
631S: Maintained
632
633ASUS LAPTOP EXTRAS DRIVER
634P: Corentin Chary
635M: corentincj@iksaif.net
636L: acpi4asus-user@lists.sourceforge.net
1da177e4 637W: http://sourceforge.net/projects/acpi4asus
0b67d946 638W: http://xf.iksaif.net/acpi4asus
1da177e4
LT
639S: Maintained
640
641ATA OVER ETHERNET DRIVER
642P: Ed L. Cashin
643M: ecashin@coraid.com
644W: http://www.coraid.com/support/linux
645S: Supported
646
8d5ca6ec
JC
647ATL1 ETHERNET DRIVER
648P: Jay Cliburn
649M: jcliburn@gmail.com
650P: Chris Snook
651M: csnook@redhat.com
652L: atl1-devel@lists.sourceforge.net
653W: http://sourceforge.net/projects/atl1
654W: http://atl1.sourceforge.net
655S: Maintained
656
1da177e4
LT
657ATM
658P: Chas Williams
659M: chas@cmf.nrl.navy.mil
f37bf90e 660L: linux-atm-general@lists.sourceforge.net (subscribers-only)
1da177e4
LT
661W: http://linux-atm.sourceforge.net
662S: Maintained
663
272f133a
PO
664ATMEL AT91 MCI DRIVER
665S: Orphan
666
89e5785f 667ATMEL MACB ETHERNET DRIVER
89e5785f
HS
668P: Haavard Skinnemoen
669M: hskinnemoen@atmel.com
670S: Supported
671
754ce4f2
HS
672ATMEL SPI DRIVER
673P: Haavard Skinnemoen
674M: hskinnemoen@atmel.com
675S: Supported
676
1da177e4
LT
677ATMEL WIRELESS DRIVER
678P: Simon Kelley
679M: simon@thekelleys.org.uk
724c6b35 680L: linux-wireless@vger.kernel.org
1da177e4
LT
681W: http://www.thekelleys.org.uk/atmel
682W: http://atmelwlandriver.sourceforge.net/
683S: Maintained
684
a92b7b80 685AUDIT SUBSYSTEM
ad3f9a22
DW
686P: David Woodhouse
687M: dwmw2@infradead.org
688L: linux-audit@redhat.com
689W: http://people.redhat.com/sgrubb/audit/
1adc1230 690T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
a92b7b80
CW
691S: Maintained
692
70e84049
MOS
693AUXILIARY DISPLAY DRIVERS
694P: Miguel Ojeda Sandonis
695M: maxextreme@gmail.com
696L: linux-kernel@vger.kernel.org
6b968621 697W: http://auxdisplay.googlepages.com/
70e84049
MOS
698S: Maintained
699
5f97f7f9 700AVR32 ARCHITECTURE
5f97f7f9
HS
701P: Haavard Skinnemoen
702M: hskinnemoen@atmel.com
703W: http://www.atmel.com/products/AVR32/
704W: http://avr32linux.org/
705W: http://avrfreaks.net/
706S: Supported
707
708AVR32/AT32AP MACHINE SUPPORT
5f97f7f9
HS
709P: Haavard Skinnemoen
710M: hskinnemoen@atmel.com
711S: Supported
712
1da177e4
LT
713AX.25 NETWORK LAYER
714P: Ralf Baechle
715M: ralf@linux-mips.org
716L: linux-hams@vger.kernel.org
d34cb28a 717W: http://www.linux-ax25.org/
1da177e4
LT
718S: Maintained
719
300abeb5
RP
720BACKLIGHT CLASS/SUBSYSTEM
721P: Richard Purdie
722M: rpurdie@rpsys.net
723S: Maintained
724
1394f032
BW
725BLACKFIN ARCHITECTURE
726P: Aubrey Li
727M: aubrey.li@analog.com
728P: Bernd Schmidt
729M: bernd.schmidt@analog.com
730P: Bryan Wu
731M: bryan.wu@analog.com
732P: Grace Pan
733M: grace.pan@analog.com
734P: Michael Hennerich
735M: michael.hennerich@analog.com
736P: Mike Frysinger
737M: michael.frysinger@analog.com
738P: Jane Lv
739M: jane.lv@analog.com
740P: Jerry Zeng
741M: jerry.zeng@analog.com
742P: Jie Zhang
743M: jie.zhang@analog.com
744P: Robin Getz
745M: robin.getz@analog.com
746P: Roy Huang
747M: roy.huang@analog.com
748P: Sonic Zhang
749M: sonic.zhang@analog.com
750P: Yi Li
751M: yi.li@analog.com
752L: uclinux-dist-devel@blackfin.uclinux.org
753W: http://blackfin.uclinux.org
754S: Supported
755
756BLACKFIN SERIAL DRIVER
757P: Aubrey Li
758M: aubrey.li@analog.com
759L: uclinux-dist-devel@blackfin.uclinux.org
760W: http://blackfin.uclinux.org
761S: Supported
762
1da177e4
LT
763BAYCOM/HDLCDRV DRIVERS FOR AX.25
764P: Thomas Sailer
765M: t.sailer@alumni.ethz.ch
766L: linux-hams@vger.kernel.org
767W: http://www.baycom.org/~tom/ham/ham.html
768S: Maintained
769
fb67a0f7
MB
770BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
771P: Larry Finger
772M: Larry.Finger@lwfinger.net
9eac8f95
MB
773P: Stefano Brivio
774M: st3@riseup.net
724c6b35 775L: linux-wireless@vger.kernel.org
9eac8f95
MB
776W: http://bcm43xx.berlios.de/
777S: Maintained
778
1da177e4
LT
779BEFS FILE SYSTEM
780P: Sergey S. Kostyliov
781M: rathamahata@php4.ru
782L: linux-kernel@vger.kernel.org
783S: Maintained
784
785BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
786P: Kenji Hollis
787W: http://ftp.bitgate.com/pcwd/
788S: Maintained
789
790BFS FILE SYSTEM
791P: Tigran A. Aivazian
b5b9df69 792M: tigran@aivazian.fsnet.co.uk
1da177e4
LT
793L: linux-kernel@vger.kernel.org
794S: Maintained
795
d24ecfcc
BW
796BLACKFIN I2C TWI DRIVER
797P: Sonic Zhang
798M: sonic.zhang@analog.com
799L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
800W: http://blackfin.uclinux.org/
801S: Supported
802
1da177e4
LT
803BLOCK LAYER
804P: Jens Axboe
0fe23479 805M: axboe@kernel.dk
1da177e4 806L: linux-kernel@vger.kernel.org
6fb0425b 807T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1da177e4
LT
808S: Maintained
809
810BLUETOOTH SUBSYSTEM
811P: Marcel Holtmann
812M: marcel@holtmann.org
813P: Maxim Krasnyansky
814M: maxk@qualcomm.com
815L: bluez-devel@lists.sf.net
816W: http://bluez.sf.net
817W: http://www.bluez.org
818W: http://www.holtmann.org/linux/bluetooth/
1adc1230 819T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1da177e4
LT
820S: Maintained
821
822BLUETOOTH RFCOMM LAYER
823P: Marcel Holtmann
824M: marcel@holtmann.org
825P: Maxim Krasnyansky
826M: maxk@qualcomm.com
827S: Maintained
828
829BLUETOOTH BNEP LAYER
830P: Marcel Holtmann
831M: marcel@holtmann.org
832P: Maxim Krasnyansky
833M: maxk@qualcomm.com
834S: Maintained
835
836BLUETOOTH CMTP LAYER
837P: Marcel Holtmann
838M: marcel@holtmann.org
839S: Maintained
840
841BLUETOOTH HIDP LAYER
842P: Marcel Holtmann
843M: marcel@holtmann.org
844S: Maintained
845
846BLUETOOTH HCI UART DRIVER
847P: Marcel Holtmann
848M: marcel@holtmann.org
849P: Maxim Krasnyansky
850M: maxk@qualcomm.com
851S: Maintained
852
853BLUETOOTH HCI USB DRIVER
854P: Marcel Holtmann
855M: marcel@holtmann.org
856P: Maxim Krasnyansky
857M: maxk@qualcomm.com
858S: Maintained
859
860BLUETOOTH HCI BCM203X DRIVER
861P: Marcel Holtmann
862M: marcel@holtmann.org
863S: Maintained
864
865BLUETOOTH HCI BPA10X DRIVER
866P: Marcel Holtmann
867M: marcel@holtmann.org
868S: Maintained
869
870BLUETOOTH HCI BFUSB DRIVER
871P: Marcel Holtmann
872M: marcel@holtmann.org
873S: Maintained
874
875BLUETOOTH HCI DTL1 DRIVER
876P: Marcel Holtmann
877M: marcel@holtmann.org
878S: Maintained
879
880BLUETOOTH HCI BLUECARD DRIVER
881P: Marcel Holtmann
882M: marcel@holtmann.org
883S: Maintained
884
885BLUETOOTH HCI BT3C DRIVER
886P: Marcel Holtmann
887M: marcel@holtmann.org
888S: Maintained
889
890BLUETOOTH HCI BTUART DRIVER
891P: Marcel Holtmann
892M: marcel@holtmann.org
893S: Maintained
894
895BLUETOOTH HCI VHCI DRIVER
896P: Maxim Krasnyansky
897M: maxk@qualcomm.com
898S: Maintained
899
900BONDING DRIVER
ce00f85c
JC
901P: Chad Tindel
902M: ctindel@users.sourceforge.net
903P: Jay Vosburgh
904M: fubar@us.ibm.com
905L: bonding-devel@lists.sourceforge.net
906W: http://sourceforge.net/projects/bonding/
907S: Supported
1da177e4 908
fef1c772
AB
909BROADBAND PROCESSOR ARCHITECTURE
910P: Arnd Bergmann
911M: arnd@arndb.de
1d049816 912L: linuxppc-dev@ozlabs.org
6d923f98 913W: http://www.penguinppc.org/ppc64/
fef1c772
AB
914S: Supported
915
39105890
GZ
916BROADCOM B44 10/100 ETHERNET DRIVER
917P: Gary Zambrano
918M: zambrano@broadcom.com
919L: netdev@vger.kernel.org
920S: Supported
921
948c51e6
MC
922BROADCOM BNX2 GIGABIT ETHERNET DRIVER
923P: Michael Chan
924M: mchan@broadcom.com
925L: netdev@vger.kernel.org
926S: Supported
927
928BROADCOM TG3 GIGABIT ETHERNET DRIVER
929P: Michael Chan
930M: mchan@broadcom.com
931L: netdev@vger.kernel.org
932S: Supported
933
1da177e4 934BTTV VIDEO4LINUX DRIVER
96b6aba0 935P: Mauro Carvalho Chehab
8d58d773
MCC
936M: mchehab@infradead.org
937M: v4l-dvb-maintainer@linuxtv.org
1da177e4 938L: video4linux-list@redhat.com
96b6aba0 939W: http://linuxtv.org
ecfa4fdc 940T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
96b6aba0 941S: Maintained
1da177e4 942
77d5140f
JC
943CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
944P: Jonathan Corbet
945M: corbet@lwn.net
946L: video4linux-list@redhat.com
947S: Maintained
948
77dac90f
MBY
949CALGARY x86-64 IOMMU
950P: Muli Ben-Yehuda
951M: muli@il.ibm.com
952P: Jon D. Mason
d8d2bedf 953M: jdmason@kudzu.us
77dac90f
MBY
954L: linux-kernel@vger.kernel.org
955L: discuss@x86-64.org
956S: Maintained
957
70e84049
MOS
958CFAG12864B LCD DRIVER
959P: Miguel Ojeda Sandonis
960M: maxextreme@gmail.com
961L: linux-kernel@vger.kernel.org
6b968621 962W: http://auxdisplay.googlepages.com/
70e84049
MOS
963S: Maintained
964
965CFAG12864BFB LCD FRAMEBUFFER DRIVER
966P: Miguel Ojeda Sandonis
967M: maxextreme@gmail.com
968L: linux-kernel@vger.kernel.org
6b968621 969W: http://auxdisplay.googlepages.com/
70e84049
MOS
970S: Maintained
971
704232c2
JB
972CFG80211 and NL80211
973P: Johannes Berg
974M: johannes@sipsolutions.net
975L: linux-wireless@vger.kernel.org
976S: Maintained
977
0a920b5b
AW
978CHECKPATCH
979P: Andy Whitcroft
980M: apw@shadowen.org
981P: Randy Dunlap
982M: rdunlap@xenotime.net
983P: Joel Schopp
984M: jschopp@austin.ibm.com
985S: Supported
986
1da177e4
LT
987COMMON INTERNET FILE SYSTEM (CIFS)
988P: Steve French
989M: sfrench@samba.org
fb453d4b 990L: linux-cifs-client@lists.samba.org
1da177e4
LT
991L: samba-technical@lists.samba.org
992W: http://us1.samba.org/samba/Linux_CIFS_client.html
1adc1230 993T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
b7eee616 994S: Supported
1da177e4 995
7063fbf2
JB
996CONFIGFS
997P: Joel Becker
62ca3d26
JB
998M: joel.becker@oracle.com
999L: linux-kernel@vger.kernel.org
7063fbf2
JB
1000S: Supported
1001
2b7a52a4
LB
1002CIRRUS LOGIC EP93XX ETHERNET DRIVER
1003P: Lennert Buytenhek
1004M: kernel@wantstofly.org
1005L: netdev@vger.kernel.org
1006S: Maintained
1007
1da177e4
LT
1008CIRRUS LOGIC GENERIC FBDEV DRIVER
1009P: Jeff Garzik
1010M: jgarzik@pobox.com
5cd307c5 1011L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
1012S: Odd Fixes
1013
2b7a52a4
LB
1014CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1015P: Lennert Buytenhek
1016M: kernel@wantstofly.org
1017L: linux-usb-devel@lists.sourceforge.net
1018S: Maintained
1019
1da177e4
LT
1020CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1021P: Cirrus Logic Corporation (kernel 2.2 driver)
1022M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1023P: Nils Faerber (port to kernel 2.4)
1024M: Nils Faerber <nils@kernelconcepts.de>
1025S: Maintained
1026
1027CODA FILE SYSTEM
1028P: Jan Harkes
1029M: jaharkes@cs.cmu.edu
1030M: coda@cs.cmu.edu
1031L: codalist@coda.cs.cmu.edu
1032W: http://www.coda.cs.cmu.edu/
1033S: Maintained
1034
1035COMPACTPCI HOTPLUG CORE
1036P: Scott Murray
1037M: scottm@somanetworks.com
1038M: scott@spiteful.org
1039L: pcihpd-discuss@lists.sourceforge.net
1040S: Supported
1041
1042COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1043P: Scott Murray
1044M: scottm@somanetworks.com
1045M: scott@spiteful.org
1046L: pcihpd-discuss@lists.sourceforge.net
1047S: Supported
1048
1049COMPACTPCI HOTPLUG GENERIC DRIVER
1050P: Scott Murray
1051M: scottm@somanetworks.com
1052M: scott@spiteful.org
1053L: pcihpd-discuss@lists.sourceforge.net
1054S: Supported
1055
1056COMPUTONE INTELLIPORT MULTIPORT CARD
1057P: Michael H. Warfield
07d46de4 1058M: mhw@wittsend.com
1da177e4 1059W: http://www.wittsend.com/computone.html
07d46de4 1060S: Maintained
1da177e4 1061
949be0f7
SA
1062CONEXANT ACCESSRUNNER USB DRIVER
1063P: Simon Arlott
1064M: cxacru@fire.lp0.eu
9ae5e3bc
SA
1065L: accessrunner-general@lists.sourceforge.net
1066W: http://accessrunner.sourceforge.net/
949be0f7
SA
1067S: Maintained
1068
bebe4678
RM
1069CORETEMP HARDWARE MONITORING DRIVER
1070P: Rudolf Marek
1071M: r.marek@assembler.cz
1072L: lm-sensors@lm-sensors.org
1073S: Maintained
1074
1da177e4
LT
1075COSA/SRP SYNC SERIAL DRIVER
1076P: Jan "Yenya" Kasprzak
1077M: kas@fi.muni.cz
1078W: http://www.fi.muni.cz/~kas/cosa/
1079S: Maintained
1080
1081CPU FREQUENCY DRIVERS
1082P: Dave Jones
1083M: davej@codemonkey.org.uk
1084L: cpufreq@lists.linux.org.uk
1085W: http://www.codemonkey.org.uk/projects/cpufreq/
7531a0b5 1086T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1da177e4
LT
1087S: Maintained
1088
1089CPUID/MSR DRIVER
1090P: H. Peter Anvin
1091M: hpa@zytor.com
1092S: Maintained
1093
ed90fb4a
PJ
1094CPUSETS
1095P: Paul Jackson
1096P: Simon Derr
1097M: pj@sgi.com
1098M: simon.derr@bull.net
1099L: linux-kernel@vger.kernel.org
1100W: http://www.bullopensource.org/cpuset/
1101S: Supported
1102
1da177e4 1103CRAMFS FILESYSTEM
ce00f85c
JC
1104W: http://sourceforge.net/projects/cramfs/
1105S: Orphan
1da177e4
LT
1106
1107CRIS PORT
1108P: Mikael Starvik
1109M: starvik@axis.com
1110L: dev-etrax@axis.com
1111W: http://developer.axis.com
1112S: Maintained
1113
1114CRYPTO API
1115P: Herbert Xu
1116M: herbert@gondor.apana.org.au
1117P: David S. Miller
1118M: davem@davemloft.net
1119L: linux-crypto@vger.kernel.org
1adc1230 1120T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1da177e4
LT
1121S: Maintained
1122
9b4ffa48
JK
1123CS5535 Audio ALSA driver
1124P: Jaya Kumar
1125M: jayakumar.alsa@gmail.com
1126S: Maintained
1127
1da177e4
LT
1128CYBERPRO FB DRIVER
1129P: Russell King
1130M: rmk@arm.linux.org.uk
1131W: http://www.arm.linux.org.uk/
1132S: Maintained
1133
9fa68eae
KP
1134CYBLAFB FRAMEBUFFER DRIVER
1135P: Knut Petersen
1136M: Knut_Petersen@t-online.de
5cd307c5 1137L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
9fa68eae
KP
1138S: Maintained
1139
1da177e4
LT
1140CYCLADES 2X SYNC CARD DRIVER
1141P: Arnaldo Carvalho de Melo
926554c4
ACM
1142M: acme@ghostprotocols.net
1143W: http://oops.ghostprotocols.net:81/blog
1da177e4
LT
1144S: Maintained
1145
1146CYCLADES ASYNC MUX DRIVER
1da177e4 1147W: http://www.cyclades.com/
d459883e 1148S: Orphan
1da177e4
LT
1149
1150CYCLADES PC300 DRIVER
1da177e4 1151W: http://www.cyclades.com/
d459883e 1152S: Orphan
1da177e4 1153
1da177e4
LT
1154DAMA SLAVE for AX.25
1155P: Joerg Reuter
1156M: jreuter@yaina.de
1157W: http://yaina.de/jreuter/
1158W: http://www.qsl.net/dl1bke/
1159L: linux-hams@vger.kernel.org
1160S: Maintained
1161
1162DC395x SCSI driver
1163P: Oliver Neukum
1164M: oliver@neukum.name
1165P: Ali Akcaagac
1166M: aliakc@web.de
1167P: Jamie Lenehan
1168M: lenehan@twibble.org
1169W: http://twibble.org/dist/dc395x/
f5df5881 1170L: dc395x@twibble.org
1da177e4
LT
1171L: http://lists.twibble.org/mailman/listinfo/dc395x/
1172S: Maintained
1173
1174DC390/AM53C974 SCSI driver
1175P: Kurt Garloff
1176M: garloff@suse.de
1177W: http://www.garloff.de/kurt/linux/dc390/
1178P: Guennadi Liakhovetski
1179M: g.liakhovetski@gmx.de
1180S: Maintained
1181
eb8edb08
ACM
1182DCCP PROTOCOL
1183P: Arnaldo Carvalho de Melo
926554c4 1184M: acme@ghostprotocols.net
eb8edb08 1185L: dccp@vger.kernel.org
f3b84ec2 1186W: http://linux-net.osdl.org/index.php/DCCP
eb8edb08
ACM
1187S: Maintained
1188
1da177e4
LT
1189DECnet NETWORK LAYER
1190P: Patrick Caulfield
1191M: patrick@tykepenguin.com
1192W: http://linux-decnet.sourceforge.net
1193L: linux-decnet-user@lists.sourceforge.net
1194S: Maintained
1195
1196DEFXX FDDI NETWORK DRIVER
1197P: Maciej W. Rozycki
1198M: macro@linux-mips.org
1199S: Maintained
1200
1201DELL LAPTOP SMM DRIVER
1202P: Massimo Dal Zotto
1203M: dz@debian.org
1204W: http://www.debian.org/~dz/i8k/
1205S: Maintained
1206
90563ec4
DW
1207DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1208P: Doug Warzecha
1209M: Douglas_Warzecha@dell.com
1210S: Maintained
1211
5ddb88c0 1212DEVICE-MAPPER (LVM)
1da177e4
LT
1213P: Alasdair Kergon
1214L: dm-devel@redhat.com
1215W: http://sources.redhat.com/dm
1216S: Maintained
1217
1218DEVICE NUMBER REGISTRY
1219P: Torben Mathiasen
1220M: device@lanana.org
1221W: http://lanana.org/docs/device-list/index.html
1222L: linux-kernel@vger.kernel.org
1223S: Maintained
1224
1da177e4
LT
1225DIGI INTL. EPCA DRIVER
1226P: Digi International, Inc
1227M: Eng.Linux@digi.com
1228L: Eng.Linux@digi.com
1229W: http://www.digi.com
1230S: Orphaned
1231
1232DIGI RIGHTSWITCH NETWORK DRIVER
1233P: Rick Richardson
979b6c13 1234L: netdev@vger.kernel.org
1da177e4
LT
1235W: http://www.digi.com
1236S: Orphaned
1237
1238DIRECTORY NOTIFICATION
1239P: Stephen Rothwell
1240M: sfr@canb.auug.org.au
1241L: linux-kernel@vger.kernel.org
1242S: Supported
1243
1244DISK GEOMETRY AND PARTITION HANDLING
1245P: Andries Brouwer
1246M: aeb@cwi.nl
1247W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1248W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1249W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1250S: Maintained
1251
1252DISKQUOTA:
1253P: Jan Kara
1254M: jack@suse.cz
1255L: linux-kernel@vger.kernel.org
1256S: Maintained
1257
5be7b50f
SW
1258DISTRIBUTED LOCK MANAGER
1259P: Patrick Caulfield
1260M: pcaulfie@redhat.com
1261P: David Teigland
1262M: teigland@redhat.com
a4644184 1263L: cluster-devel@redhat.com
5be7b50f 1264W: http://sources.redhat.com/cluster/
370298e2
SW
1265T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1266T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
5be7b50f
SW
1267S: Supported
1268
1da177e4
LT
1269DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1270P: Tobias Ringstrom
1271M: tori@unhappy.mine.nu
2cb4abd1 1272L: netdev@vger.kernel.org
1da177e4
LT
1273S: Maintained
1274
ba483d57 1275DOCBOOK FOR DOCUMENTATION
0f40efbd
RD
1276P: Randy Dunlap
1277M: rdunlap@xenotime.net
ba483d57
MW
1278S: Maintained
1279
5b9c9bf6
KCA
1280DOCKING STATION DRIVER
1281P: Kristen Carlson Accardi
1282M: kristen.c.accardi@intel.com
1283L: linux-acpi@vger.kernel.org
8b59a454 1284S: Supported
5b9c9bf6 1285
1da177e4
LT
1286DOUBLETALK DRIVER
1287P: James R. Van Zandt
1288M: jrv@vanzandt.mv.com
1289L: blinux-list@redhat.com
1290S: Maintained
1291
1292DRIVER CORE, KOBJECTS, AND SYSFS
1293P: Greg Kroah-Hartman
1294M: gregkh@suse.de
1295L: linux-kernel@vger.kernel.org
6fb0425b 1296T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1da177e4
LT
1297S: Supported
1298
1299DRM DRIVERS
1300P: David Airlie
1301M: airlied@linux.ie
1302L: dri-devel@lists.sourceforge.net
6fb0425b 1303T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1da177e4
LT
1304S: Maintained
1305
1306DSCC4 DRIVER
01f20734
FR
1307P: Francois Romieu
1308M: romieu@fr.zoreil.com
1309L: netdev@vger.kernel.org
1da177e4
LT
1310S: Maintained
1311
1312DVB SUBSYSTEM AND DRIVERS
1313P: LinuxTV.org Project
8d58d773 1314M: v4l-dvb-maintainer@linuxtv.org
1da177e4 1315L: linux-dvb@linuxtv.org (subscription required)
7d69fa62 1316W: http://linuxtv.org/
ecfa4fdc 1317T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
8d58d773 1318S: Maintained
1da177e4
LT
1319
1320EATA-DMA SCSI DRIVER
1321P: Michael Neuffer
1322L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1323S: Maintained
1324
1325EATA ISA/EISA/PCI SCSI DRIVER
1326P: Dario Ballabio
1327M: ballabio_dario@emc.com
1328L: linux-scsi@vger.kernel.org
1329S: Maintained
1330
1331EATA-PIO SCSI DRIVER
1332P: Michael Neuffer
1333M: mike@i-Connect.Net
1334L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1335S: Maintained
1336
1337EBTABLES
1338P: Bart De Schuymer
1339M: bart.de.schuymer@pandora.be
1340L: ebtables-user@lists.sourceforge.net
1341L: ebtables-devel@lists.sourceforge.net
1342W: http://ebtables.sourceforge.net/
1343S: Maintained
1344
237fead6
MH
1345ECRYPT FILE SYSTEM
1346P: Mike Halcrow, Phillip Hellewell
1347M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1348L: ecryptfs-devel@lists.sourceforge.net
1349W: http://ecryptfs.sourceforge.net/
1350S: Supported
1351
da9bb1d2 1352EDAC-CORE
0e438e3f 1353P: Doug Thompson
8c2a6a40 1354M: norsk5@xmission.com
0e438e3f
DP
1355L: bluesmoke-devel@lists.sourceforge.net
1356W: bluesmoke.sourceforge.net
8c2a6a40 1357S: Supported
0e438e3f
DP
1358
1359EDAC-E752X
8c2a6a40
DT
1360P: Mark Gross
1361M: mark.gross@intel.com
0e438e3f
DP
1362L: bluesmoke-devel@lists.sourceforge.net
1363W: bluesmoke.sourceforge.net
1364S: Maintained
1365
1366EDAC-E7XXX
8c2a6a40
DT
1367P: Doug Thompson
1368M: norsk5@xmission.com
0e438e3f
DP
1369L: bluesmoke-devel@lists.sourceforge.net
1370W: bluesmoke.sourceforge.net
1371S: Maintained
1372
1373EDAC-R82600
1374P: Tim Small
1375M: tim@buttersideup.com
1376L: bluesmoke-devel@lists.sourceforge.net
1377W: bluesmoke.sourceforge.net
1378S: Maintained
da9bb1d2 1379
1da177e4
LT
1380EEPRO100 NETWORK DRIVER
1381P: Andrey V. Savochkin
1382M: saw@saw.sw.com.sg
1383S: Maintained
1384
0bee8d28
JT
1385EFS FILESYSTEM
1386W: http://aeschi.ch.eu.org/efs/
1387S: Orphan
1388
fab97220
HS
1389EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1390P: Hoang-Nam Nguyen
1391M: hnguyen@de.ibm.com
1392P: Christoph Raisch
1393M: raisch@de.ibm.com
1394L: openib-general@openib.org
1395S: Supported
1396
1da177e4
LT
1397EMU10K1 SOUND DRIVER
1398P: James Courtier-Dutton
1399M: James@superbug.demon.co.uk
1400L: emu10k1-devel@lists.sourceforge.net
1401W: http://sourceforge.net/projects/emu10k1/
1402S: Maintained
1403
3a1c1d44 1404EMULEX LPFC FC SCSI DRIVER
ce00f85c
JC
1405P: James Smart
1406M: james.smart@emulex.com
1407L: linux-scsi@vger.kernel.org
1408W: http://sourceforge.net/projects/lpfcxxxx
1409S: Supported
3a1c1d44 1410
1da177e4
LT
1411EPSON 1355 FRAMEBUFFER DRIVER
1412P: Christopher Hoover
1413M: ch@murgatroid.com, ch@hpl.hp.com
1414S: Maintained
1415
1416ETHEREXPRESS-16 NETWORK DRIVER
1417P: Philip Blundell
1418M: philb@gnu.org
979b6c13 1419L: netdev@vger.kernel.org
1da177e4
LT
1420S: Maintained
1421
1422ETHERNET BRIDGE
1423P: Stephen Hemminger
65ebe634 1424M: shemminger@linux-foundation.org
f318a63b 1425L: bridge@lists.linux-foundation.org
1da177e4
LT
1426W: http://bridge.sourceforge.net/
1427S: Maintained
1428
1429ETHERTEAM 16I DRIVER
1430P: Mika Kuoppala
1431M: miku@iki.fi
1432S: Maintained
1433
1434EXT2 FILE SYSTEM
72be2ccf 1435L: linux-ext4@vger.kernel.org
1da177e4
LT
1436S: Maintained
1437
1438EXT3 FILE SYSTEM
1439P: Stephen Tweedie, Andrew Morton
588cc708 1440M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
72be2ccf
EM
1441L: linux-ext4@vger.kernel.org
1442S: Maintained
1443
1444EXT4 FILE SYSTEM
1445P: Stephen Tweedie, Andrew Morton
588cc708 1446M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
72be2ccf 1447L: linux-ext4@vger.kernel.org
1da177e4
LT
1448S: Maintained
1449
e53004e2
JD
1450F71805F HARDWARE MONITORING DRIVER
1451P: Jean Delvare
1452M: khali@linux-fr.org
1453L: lm-sensors@lm-sensors.org
1454S: Maintained
1455
1da177e4
LT
1456FARSYNC SYNCHRONOUS DRIVER
1457P: Kevin Curtis
1458M: kevin.curtis@farsite.co.uk
1da177e4
LT
1459W: http://www.farsite.co.uk/
1460S: Supported
1461
c5408b88
AM
1462FAULT INJECTION SUPPORT
1463P: Akinobu Mita
1464M: akinobu.mita@gmail.com
1465S: Supported
1466
1da177e4
LT
1467FRAMEBUFFER LAYER
1468P: Antonino Daplas
0478e62e 1469M: adaplas@gmail.com
5cd307c5 1470L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
1471W: http://linux-fbdev.sourceforge.net/
1472S: Maintained
1473
4689a6b1
PA
1474FREESCALE SOC FS_ENET DRIVER
1475P: Pantelis Antoniou
1476M: pantelis.antoniou@gmail.com
1477P: Vitaly Bordug
1478M: vbordug@ru.mvista.com
1479L: linuxppc-embedded@ozlabs.org
1480L: netdev@vger.kernel.org
1481S: Maintained
1482
a7205b30
LY
1483FREESCALE HIGHSPEED USB DEVICE DRIVER
1484P: Li Yang
1485M: leoli@freescale.com
1486L: linux-usb-devel@lists.sourceforge.net
1487L: linuxppc-embedded@ozlabs.org
1488S: Maintained
1489
beaf53bf
LY
1490FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1491P: Li Yang
1492M: leoli@freescale.com
1493L: netdev@vger.kernel.org
1494L: linuxppc-embedded@ozlabs.org
1495S: Maintained
1496
1da177e4
LT
1497FILE LOCKING (flock() and fcntl()/lockf())
1498P: Matthew Wilcox
1499M: matthew@wil.cx
1500L: linux-fsdevel@vger.kernel.org
1501S: Maintained
1502
1503FILESYSTEMS (VFS and infrastructure)
1504P: Alexander Viro
84122058 1505M: viro@zeniv.linux.org.uk
1da177e4
LT
1506S: Maintained
1507
b3274475
SR
1508FIREWIRE SUBSYSTEM
1509P: Kristian Hoegsberg, Stefan Richter
1510M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1511L: linux1394-devel@lists.sourceforge.net
1512W: http://www.linux1394.org/
1513T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1514S: Maintained
1515
1da177e4
LT
1516FIRMWARE LOADER (request_firmware)
1517L: linux-kernel@vger.kernel.org
1518S: Orphan
1519
1520FPU EMULATOR
1521P: Bill Metzenthen
1522M: billm@suburbia.net
1523W: http://suburbia.net/~billm/floating-point/emulator/
1524S: Maintained
1525
1526FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1527P: Mike McLagan
1528M: mike.mclagan@linux.org
979b6c13 1529L: netdev@vger.kernel.org
1da177e4
LT
1530S: Maintained
1531
1532FREEVXFS FILESYSTEM
1533P: Christoph Hellwig
1534M: hch@infradead.org
1535W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1536S: Maintained
1537
5ab7ffea 1538FUJITSU FR-V (FRV) PORT
1da177e4
LT
1539P: David Howells
1540M: dhowells@redhat.com
1541S: Maintained
1542
04578f17
MS
1543FUSE: FILESYSTEM IN USERSPACE
1544P: Miklos Szeredi
1545M: miklos@szeredi.hu
1546L: fuse-devel@lists.sourceforge.net
1547W: http://fuse.sourceforge.net/
1548S: Maintained
1549
1da177e4
LT
1550FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1551P: Rik Faith
1552M: faith@cs.unc.edu
1553L: linux-scsi@vger.kernel.org
1554S: Odd fixes (e.g., new signatures)
1555
1556GDT SCSI DISK ARRAY CONTROLLER DRIVER
1557P: Achim Leubner
1558M: achim_leubner@adaptec.com
1559L: linux-scsi@vger.kernel.org
1560W: http://www.icp-vortex.com/
1561S: Supported
1562
1c23af90
HS
1563GENERIC GPIO I2C DRIVER
1564P: Haavard Skinnemoen
1565M: hskinnemoen@atmel.com
1566S: Supported
1567
1da177e4
LT
1568GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1569P: Krzysztof Halasa
1570M: khc@pm.waw.pl
1571W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1572S: Maintained
1573
5be7b50f
SW
1574GFS2 FILE SYSTEM
1575P: Steven Whitehouse
1576M: swhiteho@redhat.com
a4644184 1577L: cluster-devel@redhat.com
5be7b50f 1578W: http://sources.redhat.com/cluster/
370298e2
SW
1579T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1580T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
5be7b50f
SW
1581S: Supported
1582
0a34eb8f
HL
1583GIGASET ISDN DRIVERS
1584P: Hansjoerg Lipp
1585M: hjlipp@web.de
1586P: Tilman Schmidt
1587M: tilman@imap.cc
1588L: gigaset307x-common@lists.sourceforge.net
1589W: http://gigaset307x.sourceforge.net/
1590S: Maintained
1591
5b543965
JD
1592HARDWARE MONITORING
1593P: Jean Delvare
1594M: khali@linux-fr.org
1595L: lm-sensors@lm-sensors.org
595142e0
JD
1596W: http://www.lm-sensors.org/
1597T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-hwmon/
5b543965
JD
1598S: Maintained
1599
844dd05f
MB
1600HARDWARE RANDOM NUMBER GENERATOR CORE
1601P: Michael Buesch
1602M: mb@bu3sch.de
1603S: Maintained
1604
860e1d6b
RL
1605HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1606P: Robert Love
1607M: rlove@rlove.org
1608M: linux-kernel@vger.kernel.org
1609W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1610S: Maintained
1611
1da177e4
LT
1612HARMONY SOUND DRIVER
1613P: Kyle McMartin
1614M: kyle@parisc-linux.org
1615W: http://www.parisc-linux.org/~kyle/harmony/
1616L: parisc-linux@lists.parisc-linux.org
1617S: Maintained
1618
1619HAYES ESP SERIAL DRIVER
1620P: Andrew J. Robinson
1621M: arobinso@nyx.net
1622L: linux-kernel@vger.kernel.org
1623W: http://www.nyx.net/~arobinso
1624S: Maintained
1625
1626HFS FILESYSTEM
1627P: Roman Zippel
1628M: zippel@linux-m68k.org
1629L: linux-kernel@vger.kernel.org
1630S: Maintained
1631
1632HGA FRAMEBUFFER DRIVER
1633P: Ferenc Bakonyi
1634M: fero@drama.obuda.kando.hu
1635L: linux-nvidia@lists.surfsouth.com
1636W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1637S: Maintained
1638
4ef4caad
JK
1639HID CORE LAYER
1640P: Jiri Kosina
1641M: jkosina@suse.cz
1642L: linux-input@atrey.karlin.mff.cuni.cz
a4dff398 1643T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
4ef4caad
JK
1644S: Maintained
1645
38bed542
IM
1646HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1647P: Thomas Gleixner
1648M: tglx@linutronix.de
1649L: linux-kernel@vger.kernel.org
1650S: Maintained
1651
1da177e4
LT
1652HIGH-SPEED SCC DRIVER FOR AX.25
1653P: Klaus Kudielka
1654M: klaus.kudielka@ieee.org
1655L: linux-hams@vger.kernel.org
1656W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1657S: Maintained
1658
ede1e6f8
HLT
1659HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1660P: HighPoint Linux Team
1661M: linux@highpoint-tech.com
1662W: http://www.highpoint-tech.com
1663S: Supported
1664
1da177e4
LT
1665HIPPI
1666P: Jes Sorensen
1667M: jes@trained-monkey.org
1668L: linux-hippi@sunsite.dk
1669S: Maintained
1670
1671HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1672P: Chirag Kantharia
1673M: chirag.kantharia@hp.com
1674L: iss_storagedev@hp.com
1675S: Maintained
b7eee616 1676
1da177e4
LT
1677HEWLETT-PACKARD SMART2 RAID DRIVER
1678P: Chirag Kantharia
1679M: chirag.kantharia@hp.com
1680L: iss_storagedev@hp.com
1681S: Maintained
b7eee616 1682
1da177e4
LT
1683HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1684P: Mike Miller
1685M: mike.miller@hp.com
1686L: iss_storagedev@hp.com
1687S: Supported
b7eee616 1688
ff1d2767
JM
1689HOST AP DRIVER
1690P: Jouni Malinen
85d32e7b
JM
1691M: j@w1.fi
1692L: hostap@shmoo.com (subscribers-only)
724c6b35 1693L: linux-wireless@vger.kernel.org
ff1d2767
JM
1694W: http://hostap.epitest.fi/
1695S: Maintained
1696
1da177e4
LT
1697HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1698P: Jaroslav Kysela
1699M: perex@suse.cz
1700S: Maintained
1701
b9b0332f
BP
1702HPET: High Precision Event Timers driver (hpet.c)
1703P: Clemens Ladisch
1704M: clemens@ladisch.de
1705S: Maintained
1706
1707HPET: i386
1708P: Venkatesh Pallipadi (Venki)
1709M: venkatesh.pallipadi@intel.com
1710S: Maintained
1711
1712HPET: x86_64
1713P: Andi Kleen and Vojtech Pavlik
43c3ab30 1714M: andi@firstfloor.org and vojtech@suse.cz
b9b0332f
BP
1715S: Maintained
1716
1717HPET: ACPI hpet.c
1718P: Bob Picco
1719M: bob.picco@hp.com
1720S: Maintained
1721
1da177e4
LT
1722HPFS FILESYSTEM
1723P: Mikulas Patocka
1724M: mikulas@artax.karlin.mff.cuni.cz
1725W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1726S: Maintained
1727
1728HUGETLB FILESYSTEM
1729P: William Irwin
1730M: wli@holomorphy.com
1731S: Maintained
1732
5b543965 1733I2C SUBSYSTEM
1da177e4
LT
1734P: Jean Delvare
1735M: khali@linux-fr.org
5d925fec 1736L: i2c@lm-sensors.org
595142e0 1737T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
1da177e4
LT
1738S: Maintained
1739
e8c76eed
TH
1740I2C-TINY-USB DRIVER
1741P: Till Harbaum
1742M: till@harbaum.org
1743L: i2c@lm-sensors.org
1744T: http://www.harbaum.org/till/i2c_tiny_usb
1745S: Maintained
1746
1da177e4
LT
1747i386 BOOT CODE
1748P: Riley H. Williams
1749M: Riley@Williams.Name
1750L: Linux-Kernel@vger.kernel.org
1751S: Maintained
1752
1753i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1da177e4
LT
1754P: H. Peter Anvin
1755M: hpa@zytor.com
1756S: Maintained
1757
1da177e4
LT
1758IA64 (Itanium) PLATFORM
1759P: Tony Luck
1760M: tony.luck@intel.com
1761L: linux-ia64@vger.kernel.org
1762W: http://www.ia64-linux.org/
6fb0425b 1763T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1da177e4
LT
1764S: Maintained
1765
1766SN-IA64 (Itanium) SUB-PLATFORM
e5ee7dda
GE
1767P: Jes Sorensen
1768M: jes@sgi.com
1da177e4
LT
1769L: linux-altix@sgi.com
1770L: linux-ia64@vger.kernel.org
1771W: http://www.sgi.com/altix
1772S: Maintained
1773
1774IBM MCA SCSI SUBSYSTEM DRIVER
1775P: Michael Lang
1776M: langa2@kph.uni-mainz.de
1777W: http://www.uni-mainz.de/~langm000/linux.html
1778S: Maintained
1779
1780IBM Power Linux RAID adapter
1781P: Brian King
1782M: brking@us.ibm.com
1783S: Supported
1784
1785IBM ServeRAID RAID DRIVER
1786P: Jack Hammer
1787P: Dave Jeffery
1788M: ipslinux@adaptec.com
1789W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
b7eee616 1790S: Supported
1da177e4 1791
1e7106fc 1792IDE SUBSYSTEM
1da177e4 1793P: Bartlomiej Zolnierkiewicz
1e7106fc 1794M: bzolnier@gmail.com
1da177e4 1795L: linux-ide@vger.kernel.org
1e7106fc 1796T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
1da177e4
LT
1797S: Maintained
1798
1799IDE/ATAPI CDROM DRIVER
9c5b0ce4
JA
1800P: Alan Cox
1801M: alan@lxorguk.ukuu.org.uk
1802L: linux-ide@vger.kernel.org
1da177e4
LT
1803S: Maintained
1804
1805IDE/ATAPI FLOPPY DRIVERS
1806P: Paul Bristow
1807M: Paul Bristow <paul@paulbristow.net>
1808W: http://paulbristow.net/linux/idefloppy.html
1809L: linux-kernel@vger.kernel.org
1810S: Maintained
1811
1812IDE/ATAPI TAPE DRIVERS
1813P: Gadi Oxman
1814M: Gadi Oxman <gadio@netvision.net.il>
1815L: linux-kernel@vger.kernel.org
1816S: Maintained
1817
1da177e4
LT
1818IEEE 1394 SUBSYSTEM
1819P: Ben Collins
f51a5a9d 1820M: ben.collins@ubuntu.com
87730d04
SR
1821P: Stefan Richter
1822M: stefanr@s5r6.in-berlin.de
1da177e4
LT
1823L: linux1394-devel@lists.sourceforge.net
1824W: http://www.linux1394.org/
87730d04 1825T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1da177e4
LT
1826S: Maintained
1827
f51a5a9d 1828IEEE 1394 RAW I/O DRIVER (raw1394)
1da177e4
LT
1829P: Dan Dennedy
1830M: dan@dennedy.org
f51a5a9d
SR
1831P: Stefan Richter
1832M: stefanr@s5r6.in-berlin.de
1da177e4 1833L: linux1394-devel@lists.sourceforge.net
105d7b38
JM
1834S: Maintained
1835
1da177e4
LT
1836IMS TWINTURBO FRAMEBUFFER DRIVER
1837P: Paul Mundt
1838M: lethal@chaoticdreams.org
5cd307c5 1839L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
1840S: Maintained
1841
1842INFINIBAND SUBSYSTEM
1843P: Roland Dreier
21c121cc 1844M: rolandd@cisco.com
1da177e4
LT
1845P: Sean Hefty
1846M: mshefty@ichips.intel.com
1847P: Hal Rosenstock
1848M: halr@voltaire.com
1849L: openib-general@openib.org
1850W: http://www.openib.org/
6fb0425b 1851T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1da177e4
LT
1852S: Supported
1853
1854INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
664d22ab 1855P: Dmitry Torokhov
62f7caf9
DT
1856M: dmitry.torokhov@gmail.com
1857M: dtor@mail.ru
1da177e4
LT
1858L: linux-input@atrey.karlin.mff.cuni.cz
1859L: linux-joystick@atrey.karlin.mff.cuni.cz
1adc1230 1860T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1da177e4
LT
1861S: Maintained
1862
c9f04f58 1863INOTIFY
18b36c71
CP
1864P: John McCutchan
1865M: ttb@tentacle.dhs.org
1866P: Robert Love
1867M: rml@novell.com
c9f04f58
RL
1868L: linux-kernel@vger.kernel.org
1869S: Maintained
1870
9eb8ef74 1871INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
ce00f85c
JC
1872P: Sylvain Meyer
1873M: sylvain.meyer@worldonline.fr
5cd307c5 1874L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
ce00f85c 1875S: Maintained
9eb8ef74 1876
1da177e4 1877INTEL 810/815 FRAMEBUFFER DRIVER
ce00f85c 1878P: Antonino Daplas
0478e62e 1879M: adaplas@gmail.com
5cd307c5 1880L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
ce00f85c 1881S: Maintained
1da177e4
LT
1882
1883INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1884P: Ingo Molnar
1885M: mingo@redhat.com
1886S: Maintained
1887
1888INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1889P: Jeff Garzik
1890M: jgarzik@pobox.com
1891W: http://sourceforge.net/projects/gkernel/
1892S: Maintained
1893
1894INTEL IA32 MICROCODE UPDATE SUPPORT
1895P: Tigran Aivazian
b5b9df69 1896M: tigran@aivazian.fsnet.co.uk
1da177e4
LT
1897S: Maintained
1898
844dd05f
MB
1899INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1900P: Deepak Saxena
1901M: dsaxena@plexity.net
1902S: Maintained
1903
2b7a52a4
LB
1904INTEL IXP2000 ETHERNET DRIVER
1905P: Lennert Buytenhek
1906M: kernel@wantstofly.org
1907L: netdev@vger.kernel.org
1908S: Maintained
1909
1da177e4
LT
1910INTEL PRO/100 ETHERNET SUPPORT
1911P: John Ronciak
1912M: john.ronciak@intel.com
1da177e4
LT
1913P: Jesse Brandeburg
1914M: jesse.brandeburg@intel.com
add18784
JB
1915P: Jeff Kirsher
1916M: jeffrey.t.kirsher@intel.com
99a1f9e8
AK
1917P: Auke Kok
1918M: auke-jan.h.kok@intel.com
dcd01faf 1919L: e1000-devel@lists.sourceforge.net
1da177e4
LT
1920W: http://sourceforge.net/projects/e1000/
1921S: Supported
1922
1923INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1924P: Jeb Cramer
1925M: cramerj@intel.com
1926P: John Ronciak
1927M: john.ronciak@intel.com
add18784
JB
1928P: Jesse Brandeburg
1929M: jesse.brandeburg@intel.com
1930P: Jeff Kirsher
1931M: jeffrey.t.kirsher@intel.com
99a1f9e8
AK
1932P: Auke Kok
1933M: auke-jan.h.kok@intel.com
dcd01faf 1934L: e1000-devel@lists.sourceforge.net
1da177e4
LT
1935W: http://sourceforge.net/projects/e1000/
1936S: Supported
1937
1938INTEL PRO/10GbE SUPPORT
add18784
JB
1939P: Jeff Kirsher
1940M: jeffrey.t.kirsher@intel.com
1da177e4
LT
1941P: Ayyappan Veeraiyan
1942M: ayyappan.veeraiyan@intel.com
1da177e4
LT
1943P: John Ronciak
1944M: john.ronciak@intel.com
add18784
JB
1945P: Jesse Brandeburg
1946M: jesse.brandeburg@intel.com
99a1f9e8
AK
1947P: Auke Kok
1948M: auke-jan.h.kok@intel.com
dcd01faf 1949L: e1000-devel@lists.sourceforge.net
1da177e4
LT
1950W: http://sourceforge.net/projects/e1000/
1951S: Supported
1952
826d2abe
JK
1953INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1954P: Yi Zhu
1955M: yi.zhu@intel.com
1956P: James Ketrenos
1957M: jketreno@linux.intel.com
724c6b35 1958L: linux-wireless@vger.kernel.org
f5df5881 1959L: ipw2100-devel@lists.sourceforge.net
826d2abe
JK
1960L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1961W: http://ipw2100.sourceforge.net
1962S: Supported
1963
1964INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1965P: Yi Zhu
1966M: yi.zhu@intel.com
1967P: James Ketrenos
1968M: jketreno@linux.intel.com
724c6b35 1969L: linux-wireless@vger.kernel.org
f5df5881 1970L: ipw2100-devel@lists.sourceforge.net
826d2abe
JK
1971L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1972W: http://ipw2200.sourceforge.net
1973S: Supported
1974
1da177e4
LT
1975IOC3 DRIVER
1976P: Ralf Baechle
1977M: ralf@linux-mips.org
1978L: linux-mips@linux-mips.org
1979S: Maintained
1980
1981IP MASQUERADING:
1982P: Juanjo Ciarlante
1983M: jjciarla@raiz.uncu.edu.ar
1984S: Maintained
1985
77d8798b
BS
1986IPATH DRIVER:
1987P: Bryan O'Sullivan
1988M: support@pathscale.com
1989L: openib-general@openib.org
1990S: Supported
1991
4409ebe9
CM
1992IPMI SUBSYSTEM
1993P: Corey Minyard
1994M: minyard@acm.org
1995L: openipmi-developer@lists.sourceforge.net
1996W: http://openipmi.sourceforge.net/
1997S: Supported
1998
1da177e4
LT
1999IPX NETWORK LAYER
2000P: Arnaldo Carvalho de Melo
926554c4 2001M: acme@ghostprotocols.net
979b6c13 2002L: netdev@vger.kernel.org
1da177e4
LT
2003S: Maintained
2004
2005IRDA SUBSYSTEM
f353976d
SO
2006P: Samuel Ortiz
2007M: samuel@sortiz.org
a2ac953d 2008L: irda-users@lists.sourceforge.net (subscribers-only)
1da177e4 2009W: http://irda.sourceforge.net/
f353976d 2010S: Maintained
1da177e4
LT
2011
2012ISAPNP
2013P: Jaroslav Kysela
2014M: perex@suse.cz
2015S: Maintained
2016
2017ISDN SUBSYSTEM
2018P: Karsten Keil
2019M: kkeil@suse.de
2020P: Kai Germaschewski
2021M: kai.germaschewski@gmx.de
2022L: isdn4linux@listserv.isdn4linux.de
2023W: http://www.isdn4linux.de
1adc1230 2024T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1da177e4
LT
2025S: Maintained
2026
2027ISDN SUBSYSTEM (Eicon active card driver)
2028P: Armin Schindler
2029M: mac@melware.de
2030L: isdn4linux@listserv.isdn4linux.de
2031W: http://www.melware.de
2032S: Maintained
2033
1da177e4
LT
2034JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2035P: David Woodhouse
2036M: dwmw2@infradead.org
2037L: jffs-dev@axis.com
2038W: http://sources.redhat.com/jffs2/
2039S: Maintained
2040
2041JFS FILESYSTEM
2042P: Dave Kleikamp
2043M: shaggy@austin.ibm.com
2044L: jfs-discussion@lists.sourceforge.net
2045W: http://jfs.sourceforge.net/
1adc1230 2046T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1da177e4
LT
2047S: Supported
2048
de456d37 2049JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
ae0718f8 2050P: Stephen Tweedie, Andrew Morton
588cc708 2051M: sct@redhat.com, akpm@linux-foundation.org
72be2ccf 2052L: linux-ext4@vger.kernel.org
ae0718f8
TT
2053S: Maintained
2054
4660cb35
RM
2055K8TEMP HARDWARE MONITORING DRIVER
2056P: Rudolf Marek
2057M: r.marek@assembler.cz
2058L: lm-sensors@lm-sensors.org
ae0718f8
TT
2059S: Maintained
2060
1da177e4
LT
2061KCONFIG
2062P: Roman Zippel
2063M: zippel@linux-m68k.org
2064L: kbuild-devel@lists.sourceforge.net
2065S: Maintained
2066
ea6c2089
VG
2067KDUMP
2068P: Vivek Goyal
2069M: vgoyal@in.ibm.com
2070P: Haren Myneni
2071M: hbabu@us.ibm.com
34633993 2072L: kexec@lists.infradead.org
ea6c2089
VG
2073L: linux-kernel@vger.kernel.org
2074W: http://lse.sourceforge.net/kdump/
2075S: Maintained
2076
1da177e4
LT
2077KERNEL AUTOMOUNTER (AUTOFS)
2078P: H. Peter Anvin
2079M: hpa@zytor.com
2080L: autofs@linux.kernel.org
2081S: Odd Fixes
2082
2083KERNEL AUTOMOUNTER v4 (AUTOFS4)
2084P: Ian Kent
2085M: raven@themaw.net
2086L: autofs@linux.kernel.org
2087S: Maintained
2088
2089KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2090P: Kai Germaschewski
2091M: kai@germaschewski.name
2092P: Sam Ravnborg
2093M: sam@ravnborg.org
6fb0425b 2094T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
b7eee616 2095S: Maintained
1da177e4
LT
2096
2097KERNEL JANITORS
2098P: Several
f318a63b 2099L: kernel-janitors@lists.linux-foundation.org
1da177e4 2100W: http://www.kerneljanitors.org/
1da177e4
LT
2101S: Maintained
2102
2103KERNEL NFSD
2104P: Neil Brown
98fac23f 2105M: neilb@suse.de
1da177e4
LT
2106L: nfs@lists.sourceforge.net
2107W: http://nfs.sourceforge.net/
98fac23f 2108S: Supported
1da177e4 2109
426d62e2
AK
2110KERNEL VIRTUAL MACHINE (KVM)
2111P: Avi Kivity
2112M: avi@qumranet.com
2113L: kvm-devel@lists.sourceforge.net
2114W: kvm.sourceforge.net
2115S: Supported
2116
dc009d92
EB
2117KEXEC
2118P: Eric Biederman
dc009d92 2119M: ebiederm@xmission.com
dc009d92
EB
2120W: http://www.xmission.com/~ebiederm/files/kexec/
2121L: linux-kernel@vger.kernel.org
34633993 2122L: kexec@lists.infradead.org
dc009d92
EB
2123S: Maintained
2124
89559a61
PP
2125KPROBES
2126P: Prasanna S Panchamukhi
2127M: prasanna@in.ibm.com
2128P: Ananth N Mavinakayanahalli
2129M: ananth@in.ibm.com
2130P: Anil S Keshavamurthy
2131M: anil.s.keshavamurthy@intel.com
2132P: David S. Miller
2133M: davem@davemloft.net
2134L: linux-kernel@vger.kernel.org
2135S: Maintained
2136
70e84049
MOS
2137KS0108 LCD CONTROLLER DRIVER
2138P: Miguel Ojeda Sandonis
2139M: maxextreme@gmail.com
2140L: linux-kernel@vger.kernel.org
6b968621 2141W: http://auxdisplay.googlepages.com/
70e84049
MOS
2142S: Maintained
2143
1da177e4 2144LAPB module
1da177e4 2145L: linux-x25@vger.kernel.org
bf9915cc 2146S: Orphan
1da177e4
LT
2147
2148LASI 53c700 driver for PARISC
2149P: James E.J. Bottomley
2150M: James.Bottomley@HansenPartnership.com
2151L: linux-scsi@vger.kernel.org
2152S: Maintained
2153
263de9b5
RP
2154LED SUBSYSTEM
2155P: Richard Purdie
2156M: rpurdie@rpsys.net
2157S: Maintained
2158
1da177e4
LT
2159LEGO USB Tower driver
2160P: Juergen Stuber
2161M: starblue@users.sourceforge.net
2162L: legousb-devel@lists.sourceforge.net
2163W: http://legousb.sourceforge.net/
2164S: Maintained
2165
2166LINUX FOR IBM pSERIES (RS/6000)
2167P: Paul Mackerras
2168M: paulus@au.ibm.com
2169W: http://www.ibm.com/linux/ltc/projects/ppc
2170S: Supported
2171
2172LINUX FOR NCR VOYAGER
2173P: James Bottomley
2174M: James.Bottomley@HansenPartnership.com
2175W: http://www.hansenpartnership.com/voyager
2176S: Maintained
2177
2178LINUX FOR POWERPC
2179P: Paul Mackerras
2180M: paulus@samba.org
2181W: http://www.penguinppc.org/
2182L: linuxppc-dev@ozlabs.org
1adc1230 2183T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1da177e4
LT
2184S: Supported
2185
2186LINUX FOR POWER MACINTOSH
2187P: Benjamin Herrenschmidt
2188M: benh@kernel.crashing.org
2189W: http://www.penguinppc.org/
2190L: linuxppc-dev@ozlabs.org
2191S: Maintained
2192
2193LINUX FOR POWERPC EMBEDDED MPC52XX
2194P: Sylvain Munaut
2195M: tnt@246tNt.com
2196W: http://www.246tNt.com/mpc52xx/
2197W: http://www.penguinppc.org/
2198L: linuxppc-dev@ozlabs.org
2199L: linuxppc-embedded@ozlabs.org
2200S: Maintained
2201
2202LINUX FOR POWERPC EMBEDDED PPC4XX
2203P: Matt Porter
2204M: mporter@kernel.crashing.org
2205W: http://www.penguinppc.org/
2206L: linuxppc-embedded@ozlabs.org
2207S: Maintained
2208
e93adf1e 2209LINUX FOR POWERPC BOOT CODE
1da177e4
LT
2210P: Tom Rini
2211M: trini@kernel.crashing.org
2212W: http://www.penguinppc.org/
2213L: linuxppc-embedded@ozlabs.org
2214S: Maintained
2215
e93adf1e
TR
2216LINUX FOR POWERPC EMBEDDED PPC8XX
2217P: Marcelo Tosatti
2e367a82 2218M: marcelo@kvack.org
e93adf1e
TR
2219W: http://www.penguinppc.org/
2220L: linuxppc-embedded@ozlabs.org
2221S: Maintained
2222
1da177e4 2223LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
ce00f85c
JC
2224P: Kumar Gala
2225M: galak@kernel.crashing.org
2226W: http://www.penguinppc.org/
2227L: linuxppc-embedded@ozlabs.org
2228S: Maintained
1da177e4 2229
ab06ff3a
OJ
2230LINUX FOR POWERPC PA SEMI PWRFICIENT
2231P: Olof Johansson
2232M: olof@lixom.net
2233W: http://www.pasemi.com/
2234L: linuxppc-dev@ozlabs.org
2235S: Supported
2236
1da177e4
LT
2237LLC (802.2)
2238P: Arnaldo Carvalho de Melo
926554c4 2239M: acme@ghostprotocols.net
1da177e4
LT
2240S: Maintained
2241
2242LINUX FOR 64BIT POWERPC
2243P: Paul Mackerras
2244M: paulus@samba.org
2245M: paulus@au.ibm.com
2246P: Anton Blanchard
2247M: anton@samba.org
2248M: anton@au.ibm.com
6d923f98 2249W: http://www.penguinppc.org/ppc64/
1d049816 2250L: linuxppc-dev@ozlabs.org
1da177e4
LT
2251S: Supported
2252
2253LINUX SECURITY MODULE (LSM) FRAMEWORK
2254P: Chris Wright
692a2061 2255M: chrisw@sous-sol.org
1a4520be 2256L: linux-security-module@vger.kernel.org
1da177e4 2257W: http://lsm.immunix.org
1adc1230 2258T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1da177e4
LT
2259S: Supported
2260
2261LM83 HARDWARE MONITOR DRIVER
2262P: Jean Delvare
2263M: khali@linux-fr.org
cc0b07ed 2264L: lm-sensors@lm-sensors.org
1da177e4
LT
2265S: Maintained
2266
2267LM90 HARDWARE MONITOR DRIVER
2268P: Jean Delvare
2269M: khali@linux-fr.org
cc0b07ed 2270L: lm-sensors@lm-sensors.org
1da177e4
LT
2271S: Maintained
2272
dde33348 2273LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
1da177e4
LT
2274P: Richard Russon (FlatCap)
2275M: ldm@flatcap.org
dde33348
AA
2276L: linux-ntfs-dev@lists.sourceforge.net
2277W: http://www.linux-ntfs.org/content/view/19/37/
1da177e4
LT
2278S: Maintained
2279
c87e34ef
MED
2280LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2281P: Eric Moore
d8a82d7b
EM
2282M: Eric.Moore@lsi.com
2283M: support@lsi.com
2284L: mpt_linux_developer@lsi.com
c87e34ef
MED
2285L: linux-scsi@vger.kernel.org
2286W: http://www.lsilogic.com/support
2287S: Supported
2288
1da177e4
LT
2289LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2290P: Matthew Wilcox
2291M: matthew@wil.cx
2292L: linux-scsi@vger.kernel.org
2293S: Maintained
2294
2295M68K ARCHITECTURE
2296P: Geert Uytterhoeven
2297M: geert@linux-m68k.org
2298P: Roman Zippel
2299M: zippel@linux-m68k.org
2300L: linux-m68k@lists.linux-m68k.org
2301W: http://www.linux-m68k.org/
2302W: http://linux-m68k-cvs.ubb.ca/
2303S: Maintained
2304
2305M68K ON APPLE MACINTOSH
2306P: Joshua Thompson
2307M: funaho@jurai.org
2308W: http://www.mac.linux-m68k.org/
2309L: linux-mac68k@mac.linux-m68k.org
2310S: Maintained
2311
2312M68K ON HP9000/300
2313P: Philip Blundell
2314M: philb@gnu.org
2315W: http://www.tazenda.demon.co.uk/phil/linux-hp
2316S: Maintained
2317
64a327a7
JB
2318MAC80211
2319P: Jiri Benc
2320M: jbenc@suse.cz
2321P: Michael Wu
2322M: flamingice@sourmilk.net
2323L: linux-wireless@vger.kernel.org
2324W: http://linuxwireless.org/
2325T: git kernel.org:/pub/scm/linux/kernel/git/jbenc/mac80211.git
2326S: Maintained
2327
1da177e4
LT
2328MARVELL YUKON / SYSKONNECT DRIVER
2329P: Mirko Lindner
2330M: mlindner@syskonnect.de
2331P: Ralph Roesler
2332M: rroesler@syskonnect.de
2333W: http://www.syskonnect.com
2334S: Supported
2335
faf1668c 2336MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
ce00f85c
JC
2337P: Michael Kerrisk
2338M: mtk-manpages@gmx.net
2339W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2340S: Maintained
faf1668c 2341
b60d6975
DF
2342MARVELL MV643XX ETHERNET DRIVER
2343P: Dale Farnsworth
2344M: dale@farnsworth.org
1da177e4 2345P: Manish Lachwani
b60d6975 2346M: mlachwani@mvista.com
979b6c13 2347L: netdev@vger.kernel.org
b60d6975 2348S: Odd Fixes for 2.4; Maintained for 2.6.
1da177e4
LT
2349
2350MATROX FRAMEBUFFER DRIVER
2351P: Petr Vandrovec
2352M: vandrove@vc.cvut.cz
5cd307c5 2353L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
2354S: Maintained
2355
d20620de
HJK
2356MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2357P: Hans J. Koch
2358M: hjk@linutronix.de
2359L: lm-sensors@lm-sensors.org
2360S: Maintained
2361
757e0108 2362MEGARAID SCSI DRIVERS
ce00f85c 2363P: Neela Syam Kolli
bdd0d757 2364M: megaraidlinux@lsi.com
ce00f85c
JC
2365S: linux-scsi@vger.kernel.org
2366W: http://megaraid.lsilogic.com
2367S: Maintained
757e0108 2368
70ea91f1
SR
2369MEMORY MANAGEMENT
2370L: linux-mm@kvack.org
2371L: linux-kernel@vger.kernel.org
2372W: http://www.linux-mm.org
2373S: Maintained
2374
f4e9ce66 2375MEMORY TECHNOLOGY DEVICES (MTD)
1da177e4
LT
2376P: David Woodhouse
2377M: dwmw2@infradead.org
2378W: http://www.linux-mtd.infradead.org/
2379L: linux-mtd@lists.infradead.org
f4e9ce66 2380T: git git://git.infradead.org/mtd-2.6.git
1da177e4
LT
2381S: Maintained
2382
48576401
AB
2383UNSORTED BLOCK IMAGES (UBI)
2384P: Artem Bityutskiy
2385M: dedekind@infradead.org
2386W: http://www.linux-mtd.infradead.org/
2387L: linux-mtd@lists.infradead.org
2388T: git git://git.infradead.org/ubi-2.6.git
2389S: Maintained
2390
1da177e4
LT
2391MICROTEK X6 SCANNER
2392P: Oliver Neukum
2393M: oliver@neukum.name
2394S: Maintained
2395
2396MIPS
2397P: Ralf Baechle
2398M: ralf@linux-mips.org
d50f7ec9 2399W: http://www.linux-mips.org/
1da177e4 2400L: linux-mips@linux-mips.org
7425b340
RB
2401T: git www.linux-mips.org:/pub/scm/linux.git
2402S: Supported
1da177e4
LT
2403
2404MISCELLANEOUS MCA-SUPPORT
2405P: James Bottomley
2406M: jejb@steeleye.com
2407L: linux-kernel@vger.kernel.org
2408S: Maintained
2409
2410MODULE SUPPORT
2411P: Rusty Russell
2412M: rusty@rustcorp.com.au
2413L: linux-kernel@vger.kernel.org
2414S: Maintained
2415
2416MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2417P: Stelian Pop
2418M: stelian@popies.net
2419W: http://popies.net/meye/
2420S: Maintained
2421
c58ff04a
PP
2422MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2423P: Pavel Pisa
2424M: ppisa@pikron.com
2425L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2426W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2427S: Maintained
2428
1da177e4
LT
2429MOUSE AND MISC DEVICES [GENERAL]
2430P: Alessandro Rubini
2431M: rubini@ipvvis.unipv.it
2432L: linux-kernel@vger.kernel.org
2433S: Maintained
2434
d735410a
JS
2435MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2436P: Jiri Slaby
2437M: jirislaby@gmail.com
2438L: linux-kernel@vger.kernel.org
2439S: Maintained
2440
8c4c731a
LP
2441MSI LAPTOP SUPPORT
2442P: Lennart Poettering
2443M: mzxreary@0pointer.de
2444L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2445W: http://0pointer.de/lennart/tchibo.html
2446S: Maintained
2447
1da177e4
LT
2448MTRR AND SIMILAR SUPPORT [i386]
2449P: Richard Gooch
2450M: rgooch@atnf.csiro.au
2451L: linux-kernel@vger.kernel.org
2452W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2453S: Maintained
2454
b9f5d804
PO
2455MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2456P: Pierre Ossman
2457M: drzeus-mmc@drzeus.cx
2458L: linux-kernel@vger.kernel.org
2459S: Maintained
baca2da4 2460
1da177e4
LT
2461MULTISOUND SOUND DRIVER
2462P: Andrew Veliath
2463M: andrewtv@usa.net
2464S: Maintained
2465
d735410a
JS
2466MULTITECH MULTIPORT CARD (ISICOM)
2467P: Jiri Slaby
2468M: jirislaby@gmail.com
2469L: linux-kernel@vger.kernel.org
2470S: Maintained
2471
1da177e4
LT
2472NATSEMI ETHERNET DRIVER (DP8381x)
2473P: Tim Hockin
2474M: thockin@hockin.org
2475S: Maintained
2476
2477NCP FILESYSTEM
2478P: Petr Vandrovec
2479M: vandrove@vc.cvut.cz
2480L: linware@sh.cvut.cz
2481S: Maintained
2482
2483NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2484P: James E.J. Bottomley
2485M: James.Bottomley@HansenPartnership.com
2486L: linux-scsi@vger.kernel.org
2487S: Maintained
2488
be2f2e84
SH
2489NETEM NETWORK EMULATOR
2490P: Stephen Hemminger
65ebe634 2491M: shemminger@linux-foundation.org
f318a63b 2492L: netem@lists.linux-foundation.org
be2f2e84
SH
2493S: Maintained
2494
1da177e4
LT
2495NETFILTER/IPTABLES/IPCHAINS
2496P: Rusty Russell
2497P: Marc Boucher
2498P: James Morris
2499P: Harald Welte
2500P: Jozsef Kadlecsik
82b98543
PM
2501P: Patrick McHardy
2502M: kaber@trash.net
2503L: netfilter-devel@lists.netfilter.org
24a1dec5 2504L: netfilter@lists.netfilter.org (subscribers-only)
82b98543 2505L: coreteam@netfilter.org
1da177e4
LT
2506W: http://www.netfilter.org/
2507W: http://www.iptables.org/
1da177e4
LT
2508S: Supported
2509
4cc67735
PM
2510NETLABEL
2511P: Paul Moore
2512M: paul.moore@hp.com
2513W: http://netlabel.sf.net
2514L: netdev@vger.kernel.org
2515S: Supported
2516
1da177e4
LT
2517NETROM NETWORK LAYER
2518P: Ralf Baechle
2519M: ralf@linux-mips.org
2520L: linux-hams@vger.kernel.org
d34cb28a 2521W: http://www.linux-ax25.org/
1da177e4
LT
2522S: Maintained
2523
5ddb88c0 2524NETWORK BLOCK DEVICE (NBD)
1da177e4
LT
2525P: Paul Clements
2526M: Paul.Clements@steeleye.com
2527S: Maintained
2528
2529NETWORK DEVICE DRIVERS
2530P: Andrew Morton
588cc708 2531M: akpm@linux-foundation.org
1da177e4
LT
2532P: Jeff Garzik
2533M: jgarzik@pobox.com
979b6c13 2534L: netdev@vger.kernel.org
6fb0425b 2535T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
1da177e4
LT
2536S: Maintained
2537
2538NETWORKING [GENERAL]
2539P: Networking Team
979b6c13
RB
2540M: netdev@vger.kernel.org
2541L: netdev@vger.kernel.org
f1465f7e 2542W: http://linux-net.osdl.org/
1da177e4
LT
2543S: Maintained
2544
2545NETWORKING [IPv4/IPv6]
2546P: David S. Miller
2547M: davem@davemloft.net
2548P: Alexey Kuznetsov
2549M: kuznet@ms2.inr.ac.ru
2550P: Pekka Savola (ipv6)
2551M: pekkas@netcore.fi
2552P: James Morris
48de5bee 2553M: jmorris@namei.org
1da177e4
LT
2554P: Hideaki YOSHIFUJI
2555M: yoshfuji@linux-ipv6.org
2556P: Patrick McHardy
2557M: kaber@coreworks.de
979b6c13 2558L: netdev@vger.kernel.org
d5ca3117 2559T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
1da177e4
LT
2560S: Maintained
2561
29f8f632
JL
2562NETWORKING [WIRELESS]
2563P: John W. Linville
2564M: linville@tuxdriver.com
2cb4abd1 2565L: linux-wireless@vger.kernel.org
29f8f632
JL
2566T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2567S: Maintained
2568
3d396eb1
AK
2569NETXEN (1/10) GbE SUPPORT
2570P: Amit S. Kale
2571M: amitkale@netxen.com
2572L: netdev@vger.kernel.org
2573W: http://www.netxen.com
2574S: Supported
2575
1da177e4
LT
2576IPVS
2577P: Wensong Zhang
2578M: wensong@linux-vs.org
9d30c171
H
2579P: Simon Horman
2580M: horms@verge.net.au
1da177e4
LT
2581P: Julian Anastasov
2582M: ja@ssi.bg
9d30c171 2583L: netdev@vger.kernel.org
1da177e4
LT
2584S: Maintained
2585
2586NFS CLIENT
2587P: Trond Myklebust
2588M: trond.myklebust@fys.uio.no
2589L: linux-kernel@vger.kernel.org
2590S: Maintained
2591
2592NI5010 NETWORK DRIVER
5b552b16
AM
2593P: Jan-Pascal van Best
2594M: janpascal@vanbest.org
2595P: Andreas Mohr
2596M: andi@lisas.de
979b6c13 2597L: netdev@vger.kernel.org
1da177e4
LT
2598S: Maintained
2599
2600NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2601P: YOKOTA Hiroshi
2602M: yokota@netlab.is.tsukuba.ac.jp
2603W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2604S: Maintained
2605
2606NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2607P: GOTO Masanori
2608M: gotom@debian.or.jp
2609P: YOKOTA Hiroshi
2610M: yokota@netlab.is.tsukuba.ac.jp
2611W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2612S: Maintained
2613
2614NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2615P: Eberhard Moenkeberg
2616M: emoenke@gwdg.de
2617L: linux-kernel@vger.kernel.org
2618S: Maintained
2619
2620NTFS FILESYSTEM
2621P: Anton Altaparmakov
2622M: aia21@cantab.net
2623L: linux-ntfs-dev@lists.sourceforge.net
2624L: linux-kernel@vger.kernel.org
2625W: http://linux-ntfs.sf.net/
1adc1230 2626T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
1da177e4
LT
2627S: Maintained
2628
9eb8ef74 2629NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
ce00f85c 2630P: Antonino Daplas
0478e62e 2631M: adaplas@gmail.com
5cd307c5 2632L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
ce00f85c 2633S: Maintained
1da177e4 2634
3ef34b80
RV
2635NETERION (S2IO) Xframe 10GbE DRIVER
2636P: Ramkrishna Vepa
2637M: ram.vepa@neterion.com
2638P: Rastapur Santosh
2639M: santosh.rastapur@neterion.com
2640P: Sivakumar Subramani
2641M: sivakumar.subramani@neterion.com
2642P: Sreenivasa Honnur
2643M: sreenivasa.honnur@neterion.com
2644L: netdev@vger.kernel.org
2645W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2646S: Supported
2647
1ded969f
PK
2648OPENCORES I2C BUS DRIVER
2649P: Peter Korsgaard
2650M: jacmet@sunsite.dk
5d925fec 2651L: i2c@lm-sensors.org
1ded969f
PK
2652S: Maintained
2653
ccd979bd
MF
2654ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2655P: Mark Fasheh
2656M: mark.fasheh@oracle.com
2657P: Kurt Hackel
2658M: kurt.hackel@oracle.com
2659L: ocfs2-devel@oss.oracle.com
2660W: http://oss.oracle.com/projects/ocfs2/
b7eee616 2661S: Supported
ccd979bd 2662
1da177e4
LT
2663OLYMPIC NETWORK DRIVER
2664P: Peter De Shrijver
2665M: p2@ace.ulyssis.student.kuleuven.ac.be
2666P: Mike Phillips
b7eee616 2667M: mikep@linuxtr.net
979b6c13 2668L: netdev@vger.kernel.org
1da177e4
LT
2669L: linux-tr@linuxtr.net
2670W: http://www.linuxtr.net
2671S: Maintained
2672
c1986ee9
HW
2673OMNIKEY CARDMAN 4000 DRIVER
2674P: Harald Welte
2675M: laforge@gnumonks.org
2676S: Maintained
2677
77c44ab1
HW
2678OMNIKEY CARDMAN 4040 DRIVER
2679P: Harald Welte
2680M: laforge@gnumonks.org
2681S: Maintained
2682
77d5140f
JC
2683OMNIVISION OV7670 SENSOR DRIVER
2684P: Jonathan Corbet
2685M: corbet@lwn.net
2686L: video4linux-list@redhat.com
2687S: Maintained
2688
431bca73
TG
2689ONENAND FLASH DRIVER
2690P: Kyungmin Park
2691M: kyungmin.park@samsung.com
2692L: linux-mtd@lists.infradead.org
2693S: Maintained
2694
1da177e4
LT
2695ONSTREAM SCSI TAPE DRIVER
2696P: Willem Riede
2697M: osst@riede.org
2698L: osst-users@lists.sourceforge.net
2699L: linux-scsi@vger.kernel.org
2700S: Maintained
2701
2702OPL3-SA2, SA3, and SAx DRIVER
2703P: Zwane Mwaikambo
3c7bf1ea 2704M: zwane@arm.linux.org.uk
1da177e4
LT
2705L: linux-sound@vger.kernel.org
2706S: Maintained
2707
2708OPROFILE
2709P: Philippe Elie
2710M: phil.el@wanadoo.fr
2711L: oprofile-list@lists.sf.net
2712S: Maintained
2713
2714ORINOCO DRIVER
2715P: Pavel Roskin
2716M: proski@gnu.org
2717P: David Gibson
2718M: hermes@gibson.dropbear.id.au
724c6b35 2719L: linux-wireless@vger.kernel.org
ecffdde6
PR
2720L: orinoco-users@lists.sourceforge.net
2721L: orinoco-devel@lists.sourceforge.net
2722W: http://www.nongnu.org/orinoco/
1da177e4
LT
2723S: Maintained
2724
f5cd7872
OJ
2725PA SEMI ETHERNET DRIVER
2726P: Olof Johansson
2727M: olof@lixom.net
2728L: netdev@vger.kernel.org
2729S: Maintained
2730
beb58aa3
OJ
2731PA SEMI SMBUS DRIVER
2732P: Olof Johansson
2733M: olof@lixom.net
2734L: i2c@lm-sensors.org
2735S: Maintained
2736
1da177e4 2737PARALLEL PORT SUPPORT
3dd1a329 2738L: linux-parport@lists.infradead.org (subscribers-only)
5fdc2abe 2739S: Orphan
1da177e4
LT
2740
2741PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2742P: Tim Waugh
2743M: tim@cyberelk.net
3dd1a329 2744L: linux-parport@lists.infradead.org (subscribers-only)
1da177e4
LT
2745W: http://www.torque.net/linux-pp.html
2746S: Maintained
2747
2748PARISC ARCHITECTURE
2749P: Matthew Wilcox
2750M: matthew@wil.cx
2751P: Grant Grundler
2752M: grundler@parisc-linux.org
223232de
KM
2753P: Kyle McMartin
2754M: kyle@parisc-linux.org
1da177e4
LT
2755L: parisc-linux@parisc-linux.org
2756W: http://www.parisc-linux.org/
223232de
KM
2757T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2758T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
1da177e4
LT
2759S: Maintained
2760
4cdf6bc2
JF
2761PARAVIRT_OPS INTERFACE
2762P: Jeremy Fitzhardinge
2763M: jeremy@xensource.com
2764P: Chris Wright
2765M: chrisw@sous-sol.org
2766P: Zachary Amsden
2767M: zach@vmware.com
2768P: Rusty Russell
2769M: rusty@rustcorp.com.au
2770L: virtualization@lists.osdl.org
2771L: linux-kernel@vger.kernel.org
2772S: Supported
2773
1662d32c
JC
2774PC87360 HARDWARE MONITORING DRIVER
2775P: Jim Cromie
2776M: jim.cromie@gmail.com
2777L: lm-sensors@lm-sensors.org
2778S: Maintained
2779
2780PC8736x GPIO DRIVER
2781P: Jim Cromie
2782M: jim.cromie@gmail.com
2783S: Maintained
2784
065c6359
LV
2785PCI ERROR RECOVERY
2786P: Linas Vepstas
2787M: linas@austin.ibm.com
2788L: linux-kernel@vger.kernel.org
2789L: linux-pci@atrey.karlin.mff.cuni.cz
2790S: Supported
2791
1da177e4
LT
2792PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2793P: Thomas Sailer
2794M: sailer@ife.ee.ethz.ch
2795L: linux-sound@vger.kernel.org
2796W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2797S: Maintained
2798
2799PCI SUBSYSTEM
2800P: Greg Kroah-Hartman
2801M: gregkh@suse.de
2802L: linux-kernel@vger.kernel.org
2803L: linux-pci@atrey.karlin.mff.cuni.cz
6fb0425b 2804T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1da177e4
LT
2805S: Supported
2806
2807PCI HOTPLUG CORE
fb5f4d7a
KCA
2808P: Kristen Carlson Accardi
2809M: kristen.c.accardi@intel.com
1da177e4
LT
2810S: Supported
2811
2812PCI HOTPLUG COMPAQ DRIVER
2813P: Greg Kroah-Hartman
2814M: greg@kroah.com
2815S: Maintained
2816
8cf4c195
KA
2817PCIE HOTPLUG DRIVER
2818P: Kristen Carlson Accardi
2819M: kristen.c.accardi@intel.com
2820L: pcihpd-discuss@lists.sourceforge.net
8b59a454 2821S: Supported
8cf4c195 2822
1da177e4 2823PCMCIA SUBSYSTEM
4230dfc9 2824P: Linux PCMCIA Team
f5df5881 2825L: linux-pcmcia@lists.infradead.org
1da177e4 2826L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
6fb0425b 2827T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4230dfc9 2828S: Maintained
1da177e4
LT
2829
2830PCNET32 NETWORK DRIVER
04ce0948 2831P: Don Fry
2832M: pcnet32@verizon.net
979b6c13 2833L: netdev@vger.kernel.org
1da177e4
LT
2834S: Maintained
2835
ad4ecbcb
SN
2836PER-TASK DELAY ACCOUNTING
2837P: Shailabh Nagar
2838M: nagar@watson.ibm.com
2839L: linux-kernel@vger.kernel.org
2840S: Maintained
2841
dd49d0f5
JC
2842PERSONALITY HANDLING
2843P: Christoph Hellwig
2844M: hch@infradead.org
2845L: linux-abi-devel@lists.sourceforge.net
2846S: Maintained
2847
1da177e4 2848PHRAM MTD DRIVER
dd4ef01c 2849P: Jörn Engel
1da177e4
LT
2850M: joern@wh.fh-wedel.de
2851L: linux-mtd@lists.infradead.org
2852S: Maintained
2853
249a6771
PO
2854PKTCDVD DRIVER
2855P: Peter Osterlund
2856M: petero2@telia.com
2857L: linux-kernel@vger.kernel.org
249a6771
PO
2858S: Maintained
2859
1da177e4
LT
2860POSIX CLOCKS and TIMERS
2861P: George Anzinger
2862M: george@mvista.com
f1c3ddff 2863L: linux-kernel@vger.kernel.org
1da177e4
LT
2864S: Supported
2865
24682978
ES
2866POWERPC 4xx EMAC DRIVER
2867P: Eugene Surovegin
2868M: ebs@ebshome.net
2869W: http://kernel.ebshome.net/emac/
2870L: linuxppc-embedded@ozlabs.org
2871L: netdev@vger.kernel.org
2872S: Maintained
2873
1da177e4
LT
2874PNP SUPPORT
2875P: Adam Belay
2876M: ambx1@neo.rr.com
2877S: Maintained
2878
999445d4
VW
2879PNXxxxx I2C DRIVER
2880P: Vitaly Wool
2881M: vitalywool@gmail.com
2882L: i2c@lm-sensors.org
2883S: Maintained
2884
1da177e4
LT
2885PPP PROTOCOL DRIVERS AND COMPRESSORS
2886P: Paul Mackerras
2887M: paulus@samba.org
2888L: linux-ppp@vger.kernel.org
2889S: Maintained
2890
2891PPP OVER ATM (RFC 2364)
2892P: Mitchell Blank Jr
2893M: mitch@sfgoth.com
2894S: Maintained
2895
2896PPP OVER ETHERNET
2897P: Michal Ostrowski
2898M: mostrows@speakeasy.net
2899S: Maintained
2900
2901PREEMPTIBLE KERNEL
2902P: Robert Love
2903M: rml@tech9.net
2904L: linux-kernel@vger.kernel.org
2905L: kpreempt-tech@lists.sourceforge.net
2906W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2907S: Supported
2908
2909PRISM54 WIRELESS DRIVER
e88b34ba
LR
2910P: Luis R. Rodriguez
2911M: mcgrof@gmail.com
724c6b35 2912L: linux-wireless@vger.kernel.org
1da177e4
LT
2913W: http://prism54.org
2914S: Maintained
2915
2916PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2917P: Peter Denison
2918M: promise@pnd-pc.demon.co.uk
2919W: http://www.pnd-pc.demon.co.uk/promise/
2920S: Maintained
2921
b3277dfa
MP
2922PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
2923P: Mikael Pettersson
2924M: mikpe@it.uu.se
2925L: linux-ide@vger.kernel.org
2926S: Maintained
2927
f58a9d17
GL
2928PS3 PLATFORM SUPPORT
2929P: Geoff Levand
2930M: geoffrey.levand@am.sony.com
2931L: linuxppc-dev@ozlabs.org
2932L: cbe-oss-dev@ozlabs.org
2933S: Supported
2934
8320204a
MK
2935PVRUSB2 VIDEO4LINUX DRIVER
2936P: Mike Isely
2937M: isely@pobox.com
16e9495d 2938L: pvrusb2@isely.net (subscribers-only)
8320204a
MK
2939L: video4linux-list@redhat.com
2940W: http://www.isely.net/pvrusb2/
2941S: Maintained
2942
1da177e4
LT
2943PXA2xx SUPPORT
2944P: Nicolas Pitre
2945M: nico@cam.org
70f09f1f 2946L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
2947S: Maintained
2948
272f133a
PO
2949PXA MMCI DRIVER
2950S: Orphan
2951
1da177e4
LT
2952QLOGIC QLA2XXX FC-SCSI DRIVER
2953P: Andrew Vasquez
95e6a856 2954M: linux-driver@qlogic.com
1da177e4
LT
2955L: linux-scsi@vger.kernel.org
2956S: Supported
2957
5a4faa87
RM
2958QLOGIC QLA3XXX NETWORK DRIVER
2959P: Ron Mercer
2960M: linux-driver@qlogic.com
2961L: netdev@vger.kernel.org
2962S: Supported
2963
1da177e4
LT
2964QNX4 FILESYSTEM
2965P: Anders Larsen
2966M: al@alarsen.net
2967L: linux-kernel@vger.kernel.org
2968W: http://www.alarsen.net/linux/qnx4fs/
2969S: Maintained
2970
2971RADEON FRAMEBUFFER DISPLAY DRIVER
187a2784
BH
2972P: Benjamin Herrenschmidt
2973M: benh@kernel.crashing.org
5cd307c5 2974L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
2975S: Maintained
2976
2977RAGE128 FRAMEBUFFER DISPLAY DRIVER
187a2784
BH
2978P: Paul Mackerras
2979M: paulus@samba.org
5cd307c5 2980L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
2981S: Maintained
2982
2983RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2984P: Corey Thomas
2985M: corey@world.std.com
724c6b35 2986L: linux-wireless@vger.kernel.org
1da177e4
LT
2987S: Maintained
2988
9e95ce27
MM
2989RANDOM NUMBER DRIVER
2990P: Matt Mackall
2991M: mpm@selenic.com
2992S: Maintained
2993
394b701c
MP
2994RAPIDIO SUBSYSTEM
2995P: Matt Porter
2996M: mporter@kernel.crashing.org
2997L: linux-kernel@vger.kernel.org
2998S: Maintained
2999
595182bc
JT
3000READ-COPY UPDATE (RCU)
3001P: Dipankar Sarma
3002M: dipankar@in.ibm.com
3003W: http://www.rdrop.com/users/paulmck/rclock/
3004L: linux-kernel@vger.kernel.org
3005S: Supported
3006
3007RCUTORTURE MODULE
3008P: Josh Triplett
3009M: josh@freedesktop.org
3010L: linux-kernel@vger.kernel.org
3011S: Maintained
3012
1da177e4
LT
3013REAL TIME CLOCK DRIVER
3014P: Paul Gortmaker
3015M: p_gortmaker@yahoo.com
3016L: linux-kernel@vger.kernel.org
3017S: Maintained
3018
0c86edc0
AZ
3019REAL TIME CLOCK (RTC) SUBSYSTEM
3020P: Alessandro Zummo
3021M: a.zummo@towertech.it
76465493 3022L: rtc-linux@googlegroups.com
0c86edc0
AZ
3023S: Maintained
3024
1da177e4
LT
3025REISERFS FILE SYSTEM
3026P: Hans Reiser
3027M: reiserfs-dev@namesys.com
3028L: reiserfs-list@namesys.com
3029W: http://www.namesys.com
3030S: Supported
3031
3032ROCKETPORT DRIVER
3033P: Comtrol Corp.
1da177e4
LT
3034W: http://www.comtrol.com
3035S: Maintained
3036
3037ROSE NETWORK LAYER
3038P: Ralf Baechle
3039M: ralf@linux-mips.org
3040L: linux-hams@vger.kernel.org
d34cb28a 3041W: http://www.linux-ax25.org/
1da177e4
LT
3042S: Maintained
3043
3044RISCOM8 DRIVER
3045S: Orphan
3046
9eb8ef74 3047S3 SAVAGE FRAMEBUFFER DRIVER
ce00f85c 3048P: Antonino Daplas
0478e62e 3049M: adaplas@gmail.com
5cd307c5 3050L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
ce00f85c 3051S: Maintained
9eb8ef74 3052
1da177e4
LT
3053S390
3054P: Martin Schwidefsky
3055M: schwidefsky@de.ibm.com
83014255
MS
3056P: Heiko Carstens
3057M: heiko.carstens@de.ibm.com
1da177e4 3058M: linux390@de.ibm.com
d58140cc 3059L: linux-s390@vger.kernel.org
5238da45
HC
3060W: http://www.ibm.com/developerworks/linux/linux390/
3061S: Supported
3062
3063S390 NETWORK DRIVERS
3064P: Frank Pavlic
3065M: fpavlic@de.ibm.com
3066M: linux390@de.ibm.com
d58140cc 3067L: linux-s390@vger.kernel.org
5238da45
HC
3068W: http://www.ibm.com/developerworks/linux/linux390/
3069S: Supported
3070
3071S390 ZFCP DRIVER
9cbb8897
SS
3072P: Swen Schillig
3073M: swen@vnet.ibm.com
5238da45 3074M: linux390@de.ibm.com
d58140cc 3075L: linux-s390@vger.kernel.org
5238da45 3076W: http://www.ibm.com/developerworks/linux/linux390/
1da177e4
LT
3077S: Supported
3078
3079SAA7146 VIDEO4LINUX-2 DRIVER
3080P: Michael Hunold
3081M: michael@mihu.de
3082W: http://www.mihu.de/linux/saa7146
3083S: Maintained
3084
3085SBPCD CDROM DRIVER
3086P: Eberhard Moenkeberg
3087M: emoenke@gwdg.de
3088L: linux-kernel@vger.kernel.org
3089S: Maintained
3090
3091SC1200 WDT DRIVER
3092P: Zwane Mwaikambo
3c7bf1ea 3093M: zwane@arm.linux.org.uk
1da177e4
LT
3094S: Maintained
3095
3096SCHEDULER
3097P: Ingo Molnar
3098M: mingo@elte.hu
3099P: Robert Love [the preemptible kernel bits]
3100M: rml@tech9.net
3101L: linux-kernel@vger.kernel.org
3102S: Maintained
3103
3104SCSI CDROM DRIVER
3105P: Jens Axboe
0fe23479 3106M: axboe@kernel.dk
1da177e4
LT
3107L: linux-scsi@vger.kernel.org
3108W: http://www.kernel.dk
3109S: Maintained
3110
3111SCSI SG DRIVER
3112P: Doug Gilbert
3113M: dgilbert@interlog.com
3114L: linux-scsi@vger.kernel.org
3115W: http://www.torque.net/sg
3116S: Maintained
3117
3118SCSI SUBSYSTEM
3119P: James E.J. Bottomley
3120M: James.Bottomley@SteelEye.com
3121L: linux-scsi@vger.kernel.org
6fb0425b 3122T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
1da177e4
LT
3123S: Maintained
3124
3125SCSI TAPE DRIVER
dd4ef01c 3126P: Kai Mäkisara
1da177e4
LT
3127M: Kai.Makisara@kolumbus.fi
3128L: linux-scsi@vger.kernel.org
3129S: Maintained
3130
3131SCTP PROTOCOL
5f85813c
SS
3132P: Vlad Yasevich
3133M: vladislav.yasevich@hp.com
ce00f85c
JC
3134P: Sridhar Samudrala
3135M: sri@us.ibm.com
3136L: lksctp-developers@lists.sourceforge.net
5f85813c 3137W: http://lksctp.sourceforge.net
ce00f85c 3138S: Supported
1da177e4
LT
3139
3140SCx200 CPU SUPPORT
1662d32c
JC
3141P: Jim Cromie
3142M: jim.cromie@gmail.com
3143S: Odd Fixes
3144
3145SCx200 GPIO DRIVER
3146P: Jim Cromie
3147M: jim.cromie@gmail.com
3148S: Maintained
3149
3150SCx200 HRT CLOCKSOURCE DRIVER
3151P: Jim Cromie
3152M: jim.cromie@gmail.com
3153S: Maintained
1da177e4
LT
3154
3155SECURITY CONTACT
3156P: Security Officers
3157M: security@kernel.org
3158S: Supported
3159
3160SELINUX SECURITY MODULE
3161P: Stephen Smalley
62cfe7ef 3162M: sds@tycho.nsa.gov
1da177e4 3163P: James Morris
48de5bee 3164M: jmorris@namei.org
588a3157
SS
3165P: Eric Paris
3166M: eparis@parisplace.org
1da177e4 3167L: linux-kernel@vger.kernel.org (kernel issues)
588a3157 3168L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
1da177e4
LT
3169W: http://www.nsa.gov/selinux
3170S: Supported
3171
cef2cf07
JS
3172SENSABLE PHANTOM
3173P: Jiri Slaby
3174M: jirislaby@gmail.com
3175S: Maintained
3176
1da177e4
LT
3177SERIAL ATA (SATA) SUBSYSTEM:
3178P: Jeff Garzik
3179M: jgarzik@pobox.com
3180L: linux-ide@vger.kernel.org
6fb0425b 3181T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
1da177e4
LT
3182S: Supported
3183
3184SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3185P: Pat Gefre
3186M: pfg@sgi.com
3187L: linux-ia64@vger.kernel.org
3188S: Supported
3189
3190SGI VISUAL WORKSTATION 320 AND 540
3191P: Andrey Panin
3192M: pazke@donpac.ru
3193L: linux-visws-devel@lists.sf.net
3194W: http://linux-visws.sf.net
3195S: Maintained for 2.6.
3196
3197SIMTEC EB110ATX (Chalice CATS)
3198P: Ben Dooks
3199P: Vincent Sanders
3200M: support@simtec.co.uk
3201W: http://www.simtec.co.uk/products/EB110ATX/
3202S: Supported
3203
3204SIMTEC EB2410ITX (BAST)
3205P: Ben Dooks
3206P: Vincent Sanders
3207M: support@simtec.co.uk
3208W: http://www.simtec.co.uk/products/EB2410ITX/
3209S: Supported
3210
92aab3c0
FR
3211SIS 190 ETHERNET DRIVER
3212P: Francois Romieu
3213M: romieu@fr.zoreil.com
3214L: netdev@vger.kernel.org
3215S: Maintained
3216
1da177e4
LT
3217SIS 5513 IDE CONTROLLER DRIVER
3218P: Lionel Bouton
3219M: Lionel.Bouton@inet6.fr
3220W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3221W: http://gyver.homeip.net/sis5513/index.html
3222S: Maintained
3223
3224SIS 900/7016 FAST ETHERNET DRIVER
3225P: Daniele Venzano
3226M: venza@brownhat.org
3227W: http://www.brownhat.org/sis900.html
979b6c13 3228L: netdev@vger.kernel.org
1da177e4
LT
3229S: Maintained
3230
3231SIS FRAMEBUFFER DRIVER
3232P: Thomas Winischhofer
3233M: thomas@winischhofer.net
3234W: http://www.winischhofer.net/linuxsisvga.shtml
b7eee616 3235S: Maintained
1da177e4
LT
3236
3237SIS USB2VGA DRIVER
3238P: Thomas Winischhofer
3239M: thomas@winischhofer.net
3240W: http://www.winischhofer.at/linuxsisusbvga.shtml
3241S: Maintained
3242
1da177e4
LT
3243SMC91x ETHERNET DRIVER
3244P: Nicolas Pitre
3245M: nico@cam.org
3246S: Maintained
3247
8f0f850e
DD
3248SOFTMAC LAYER (IEEE 802.11)
3249P: Johannes Berg
3250M: johannes@sipsolutions.net
3251P: Joe Jezak
3252M: josejx@gentoo.org
3253P: Daniel Drake
3254M: dsd@gentoo.org
3255W: http://softmac.sipsolutions.net/
724c6b35 3256L: linux-wireless@vger.kernel.org
8f0f850e
DD
3257S: Maintained
3258
1da177e4
LT
3259SOFTWARE RAID (Multiple Disks) SUPPORT
3260P: Ingo Molnar
3261M: mingo@redhat.com
3262P: Neil Brown
524418bb 3263M: neilb@suse.de
1da177e4 3264L: linux-raid@vger.kernel.org
524418bb 3265S: Supported
1da177e4
LT
3266
3267SOFTWARE SUSPEND:
3268P: Pavel Machek
3269M: pavel@suse.cz
f318a63b 3270L: linux-pm@lists.linux-foundation.org
1da177e4
LT
3271S: Maintained
3272
3273SONIC NETWORK DRIVER
3274P: Thomas Bogendoerfer
3275M: tsbogend@alpha.franken.de
979b6c13 3276L: netdev@vger.kernel.org
1da177e4
LT
3277S: Maintained
3278
3279SONY VAIO CONTROL DEVICE DRIVER
0d477fac
MD
3280P: Mattia Dongili
3281M: malattia@linux.it
5b18167d
MD
3282L: linux-acpi@vger.kernel.org
3283W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
1da177e4
LT
3284S: Maintained
3285
3286SOUND
3287P: Jaroslav Kysela
3288M: perex@suse.cz
82622046 3289L: alsa-devel@alsa-project.org (subscribers-only)
1da177e4
LT
3290S: Maintained
3291
eb1a6af3
LG
3292SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3293P: Liam Girdwood
3294M: liam.girdwood@wolfsonmicro.com
82622046 3295L: alsa-devel@alsa-project.org (subscribers-only)
eb1a6af3
LG
3296S: Supported
3297
025c3987
KG
3298SPI SUBSYSTEM
3299P: David Brownell
3300M: dbrownell@users.sourceforge.net
3301L: spi-devel-general@lists.sourceforge.net
3302S: Maintained
3303
855f46ad
SR
3304STABLE BRANCH:
3305P: Greg Kroah-Hartman
3306M: greg@kroah.com
3307P: Chris Wright
3308M: chrisw@sous-sol.org
3309L: stable@kernel.org
3310S: Maintained
3311
1c72d46d
KH
3312TPM DEVICE DRIVER
3313P: Kylene Hall
3314M: kjhall@us.ibm.com
3315W: http://tpmdd.sourceforge.net
d3a7b6df
MS
3316P: Marcel Selhorst
3317M: tpm@selhorst.net
3318W: http://www.prosec.rub.de/tpm/
3bd2aad2 3319L: tpmdd-devel@lists.sourceforge.net
1c72d46d
KH
3320S: Maintained
3321
1a80ba88 3322Telecom Clock Driver for MCPL0010
ce00f85c
JC
3323P: Mark Gross
3324M: mark.gross@intel.com
3325S: Supported
1a80ba88 3326
48b415ca
CZ
3327TENSILICA XTENSA PORT (xtensa):
3328P: Chris Zankel
3329M: chris@zankel.net
3330S: Maintained
3331
756970ad
HMH
3332THINKPAD ACPI EXTRAS DRIVER
3333P: Henrique de Moraes Holschuh
3334M: ibm-acpi@hmh.eng.br
3335L: ibm-acpi-devel@lists.sourceforge.net
3336W: http://ibm-acpi.sourceforge.net
3337W: http://thinkwiki.org/wiki/Ibm-acpi
3338T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3339S: Maintained
3340
1da177e4
LT
3341UltraSPARC (sparc64):
3342P: David S. Miller
3343M: davem@davemloft.net
1da177e4 3344L: sparclinux@vger.kernel.org
1adc1230 3345T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
1da177e4
LT
3346S: Maintained
3347
3348SHARP LH SUPPORT (LH7952X & LH7A40X)
3349P: Marc Singer
3350M: elf@buici.com
3351W: http://projects.buici.com/arm
70f09f1f 3352L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
3353S: Maintained
3354
8cf4c195
KA
3355SHPC HOTPLUG DRIVER
3356P: Kristen Carlson Accardi
3357M: kristen.c.accardi@intel.com
3358L: pcihpd-discuss@lists.sourceforge.net
8b59a454 3359S: Supported
8cf4c195 3360
d129bceb
PO
3361SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3362P: Pierre Ossman
3363M: drzeus-sdhci@drzeus.cx
3364L: sdhci-devel@list.drzeus.cx
3365W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3366S: Maintained
3367
4b1ac9ab
SH
3368SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3369P: Stephen Hemminger
65ebe634 3370M: shemminger@linux-foundation.org
4b1ac9ab
SH
3371L: netdev@vger.kernel.org
3372S: Maintained
3373
1a87d942
CB
3374SOEKRIS NET48XX LED SUPPORT
3375P: Chris Boot
3376M: bootc@bootc.net
3377S: Maintained
3378
1da177e4
LT
3379SPARC (sparc32):
3380P: William L. Irwin
3381M: wli@holomorphy.com
3382L: sparclinux@vger.kernel.org
3383S: Maintained
3384
3385SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3386P: Roger Wolff
3387M: R.E.Wolff@BitWizard.nl
3388L: linux-kernel@vger.kernel.org ?
3389S: Supported
3390
2752e401 3391SPIDERNET NETWORK DRIVER for CELL
fa302484
LV
3392P: Linas Vepstas
3393M: linas@austin.ibm.com
2752e401
JL
3394L: netdev@vger.kernel.org
3395S: Supported
3396
1da177e4
LT
3397SRM (Alpha) environment access
3398P: Jan-Benedict Glaw
3399M: jbglaw@lug-owl.de
3400L: linux-kernel@vger.kernel.org
3401S: Maintained
3402
3403STARFIRE/DURALAN NETWORK DRIVER
3404P: Ion Badulescu
3405M: ionut@cs.columbia.edu
3406S: Maintained
3407
3408STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3409W: http://mosquitonet.Stanford.EDU/strip.html
3410S: Unsupported ?
3411
3412STRADIS MPEG-2 DECODER DRIVER
3413P: Nathan Laredo
3414M: laredo@gnu.org
1da177e4
LT
3415W: http://www.stradis.com/
3416S: Maintained
3417
3418SUPERH (sh)
3419P: Paul Mundt
3420M: lethal@linux-sh.org
3b5e0cbb 3421L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
1da177e4 3422W: http://www.linux-sh.org
1da177e4
LT
3423S: Maintained
3424
3425SUPERH64 (sh64)
3426P: Paul Mundt
3427M: lethal@linux-sh.org
1da177e4
LT
3428L: linuxsh-shmedia-dev@lists.sourceforge.net
3429W: http://www.linux-sh.org
1da177e4
LT
3430S: Maintained
3431
3432SUN3/3X
3433P: Sam Creasey
3434M: sammy@sammy.net
1da177e4
LT
3435W: http://sammy.net/sun3/
3436S: Maintained
3437
3438SVGA HANDLING
3439P: Martin Mares
3440M: mj@ucw.cz
3441L: linux-video@atrey.karlin.mff.cuni.cz
3442S: Maintained
3443
3444SYSV FILESYSTEM
3445P: Christoph Hellwig
3446M: hch@infradead.org
3447S: Maintained
3448
781b456a
SH
3449TC CLASSIFIER
3450P: Jamal Hadi Salim
3451M: hadi@cyberus.ca
3452L: netdev@vger.kernel.org
3453S: Maintained
3454
5067f08a
WHSE
3455TCP LOW PRIORITY MODULE
3456P: Wong Hoi Sing, Edison
3457M: hswong3i@gmail.com
3458P: Hung Hing Lun, Mike
3459M: hlhung3i@gmail.com
3460W: http://tcp-lp-mod.sourceforge.net/
3461S: Maintained
3462
4020f2d7
AD
3463TI FLASH MEDIA INTERFACE DRIVER
3464P: Alex Dubov
3465M: oakad@yahoo.com
3466S: Maintained
3467
9f9c24f4
SK
3468TI OMAP MMC INTERFACE DRIVER
3469P: Carlos Aguiar, Anderson Briglia and Syed Khasim
3470M: linux-omap-open-source@linux.omap.com
3471W: http://linux.omap.com
3472W: http://www.muru.com/linux/omap/
3473S: Maintained
3474
844dd05f
MB
3475TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3476P: Deepak Saxena
3477M: dsaxena@plexity.net
3478S: Maintained
3479
ad4ecbcb
SN
3480TASKSTATS STATISTICS INTERFACE
3481P: Shailabh Nagar
3482M: nagar@watson.ibm.com
3483L: linux-kernel@vger.kernel.org
3484S: Maintained
3485
1da177e4 3486TI PARALLEL LINK CABLE DRIVER
ce00f85c
JC
3487P: Romain Lievin
3488M: roms@lpg.ticalc.org
3489S: Maintained
1da177e4 3490
e86eaa3a
PL
3491TIPC NETWORK LAYER
3492P: Per Liden
7c2b2aae 3493M: per.liden@ericsson.com
e86eaa3a 3494P: Jon Maloy
7c2b2aae 3495M: jon.maloy@ericsson.com
e86eaa3a 3496P: Allan Stephens
7c2b2aae 3497M: allan.stephens@windriver.com
e86eaa3a
PL
3498L: tipc-discussion@lists.sourceforge.net
3499W: http://tipc.sourceforge.net/
3500W: http://tipc.cslab.ericsson.net/
3501T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3502S: Maintained
3503
1da177e4
LT
3504TLAN NETWORK DRIVER
3505P: Samuel Chessman
3506M: chessman@tux.org
3507L: tlan-devel@lists.sourceforge.net
3508W: http://sourceforge.net/projects/tlan/
3509S: Maintained
3510
3511TOKEN-RING NETWORK DRIVER
3512P: Mike Phillips
3513M: mikep@linuxtr.net
979b6c13 3514L: netdev@vger.kernel.org
1da177e4
LT
3515L: linux-tr@linuxtr.net
3516W: http://www.linuxtr.net
3517S: Maintained
3518
3519TOSHIBA ACPI EXTRAS DRIVER
3520P: John Belmonte
3521M: toshiba_acpi@memebeam.org
3522W: http://memebeam.org/toys/ToshibaAcpiDriver
3523S: Maintained
3524
3525TOSHIBA SMM DRIVER
3526P: Jonathan Buzzard
3527M: jonathan@buzzard.org.uk
3528L: tlinux-users@tce.toshiba-dme.co.jp
3529W: http://www.buzzard.org.uk/toshiba/
3530S: Maintained
3531
3532TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3533P: Muli Ben-Yehuda
3534M: mulix@mulix.org
3535L: linux-kernel@vger.kernel.org
3536S: Maintained
3537
3538TRIVIAL PATCHES
ce00f85c
JC
3539P: Adrian Bunk
3540M: trivial@kernel.org
3541L: linux-kernel@vger.kernel.org
3542W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3543T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3544S: Maintained
1da177e4
LT
3545
3546TMS380 TOKEN-RING NETWORK DRIVER
3547P: Adam Fritzler
3548M: mid@auk.cx
3549L: linux-tr@linuxtr.net
3550W: http://www.auk.cx/tms380tr/
3551S: Maintained
3552
3553TULIP NETWORK DRIVER
6b92801b 3554P: Valerie Henson
df31233a 3555M: val@nmt.edu
1da177e4
LT
3556L: tulip-users@lists.sourceforge.net
3557W: http://sourceforge.net/projects/tulip/
3558S: Maintained
3559
3560TUN/TAP driver
3561P: Maxim Krasnyansky
66777b79 3562M: maxk@qualcomm.com
1da177e4
LT
3563L: vtun@office.satix.net
3564W: http://vtun.sourceforge.net/tun
3565S: Maintained
3566
b454cc66
MR
3567TURBOCHANNEL SUBSYSTEM
3568P: Maciej W. Rozycki
3569M: macro@linux-mips.org
3570S: Maintained
3571
1da177e4
LT
3572U14-34F SCSI DRIVER
3573P: Dario Ballabio
3574M: ballabio_dario@emc.com
3575L: linux-scsi@vger.kernel.org
3576S: Maintained
3577
3578UDF FILESYSTEM
3579P: Ben Fennema
3580M: bfennema@falcon.csc.calpoly.edu
1da177e4
LT
3581W: http://linux-udf.sourceforge.net
3582S: Maintained
3583
3584UNIFORM CDROM DRIVER
3585P: Jens Axboe
0fe23479 3586M: axboe@kernel.dk
1da177e4
LT
3587L: linux-kernel@vger.kernel.org
3588W: http://www.kernel.dk
3589S: Maintained
3590
3591USB ACM DRIVER
3592P: Oliver Neukum
3593M: oliver@neukum.name
3594L: linux-usb-users@lists.sourceforge.net
3595L: linux-usb-devel@lists.sourceforge.net
3596S: Maintained
3597
3598USB BLOCK DRIVER (UB ub)
3599P: Pete Zaitcev
3600M: zaitcev@redhat.com
3601L: linux-kernel@vger.kernel.org
3602L: linux-usb-devel@lists.sourceforge.net
3603S: Supported
3604
1da177e4
LT
3605USB CDC ETHERNET DRIVER
3606P: Greg Kroah-Hartman
3607M: greg@kroah.com
3608L: linux-usb-users@lists.sourceforge.net
3609L: linux-usb-devel@lists.sourceforge.net
3610S: Maintained
3611W: http://www.kroah.com/linux-usb/
3612
d0374f4f
PK
3613USB DAVICOM DM9601 DRIVER
3614P: Peter Korsgaard
3615M: jacmet@sunsite.dk
3616L: linux-usb-devel@lists.sourceforge.net
3617W: http://www.linux-usb.org/usbnet
3618S: Maintained
3619
1da177e4
LT
3620USB EHCI DRIVER
3621P: David Brownell
3622M: dbrownell@users.sourceforge.net
3623L: linux-usb-devel@lists.sourceforge.net
23d8c90e 3624S: Odd Fixes
1da177e4 3625
7ce08c93
LR
3626USB ET61X[12]51 DRIVER
3627P: Luca Risolia
3628M: luca.risolia@studio.unibo.it
3629L: linux-usb-devel@lists.sourceforge.net
3630L: video4linux-list@redhat.com
3631W: http://www.linux-projects.org
3632S: Maintained
3633
69ae9e3e
DB
3634USB GADGET/PERIPHERAL SUBSYSTEM
3635P: David Brownell
3636M: dbrownell@users.sourceforge.net
3637L: linux-usb-devel@lists.sourceforge.net
3638W: http://www.linux-usb.org/gadget
3639S: Maintained
3640
1da177e4 3641USB HID/HIDBP DRIVERS
641266fd
JK
3642P: Jiri Kosina
3643M: jkosina@suse.cz
1da177e4 3644L: linux-usb-devel@lists.sourceforge.net
a4dff398 3645T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
1da177e4
LT
3646S: Maintained
3647
3648USB HUB DRIVER
3649P: Johannes Erdfelt
3650M: johannes@erdfelt.com
3651L: linux-usb-users@lists.sourceforge.net
3652L: linux-usb-devel@lists.sourceforge.net
3653S: Maintained
3654
959eea21
OK
3655USB ISP116X DRIVER
3656P: Olav Kongas
3657M: ok@artecdesign.ee
3658L: linux-usb-devel@lists.sourceforge.net
3659S: Maintained
3660
1da177e4
LT
3661USB KAWASAKI LSI DRIVER
3662P: Oliver Neukum
3663M: oliver@neukum.name
3664L: linux-usb-users@lists.sourceforge.net
3665L: linux-usb-devel@lists.sourceforge.net
3666S: Maintained
3667
3668USB MASS STORAGE DRIVER
3669P: Matthew Dharm
3670M: mdharm-usb@one-eyed-alien.net
3671L: linux-usb-users@lists.sourceforge.net
8836aeb8 3672L: usb-storage@lists.one-eyed-alien.net
1da177e4
LT
3673S: Maintained
3674W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3675
3676USB OHCI DRIVER
23d8c90e
DB
3677P: David Brownell
3678M: dbrownell@users.sourceforge.net
1da177e4
LT
3679L: linux-usb-users@lists.sourceforge.net
3680L: linux-usb-devel@lists.sourceforge.net
23d8c90e 3681S: Odd Fixes
1da177e4 3682
ba460e48
MU
3683USB OPTION-CARD DRIVER
3684P: Matthias Urlichs
3685M: smurf@smurf.noris.de
3686L: linux-usb-devel@lists.sourceforge.net
3687S: Maintained
3688
1da177e4
LT
3689USB OV511 DRIVER
3690P: Mark McClelland
3691M: mmcclell@bigfoot.com
3692L: linux-usb-users@lists.sourceforge.net
3693L: linux-usb-devel@lists.sourceforge.net
3694W: http://alpha.dyndns.org/ov511/
3695S: Maintained
3696
3697USB PEGASUS DRIVER
3698P: Petko Manolov
3699M: petkan@users.sourceforge.net
3700L: linux-usb-users@lists.sourceforge.net
3701L: linux-usb-devel@lists.sourceforge.net
3702W: http://pegasus2.sourceforge.net/
3703S: Maintained
3704
3705USB PRINTER DRIVER
3706P: Vojtech Pavlik
3707M: vojtech@suse.cz
3708L: linux-usb-users@lists.sourceforge.net
3709L: linux-usb-devel@lists.sourceforge.net
3710S: Maintained
3711
3712USB RTL8150 DRIVER
3713P: Petko Manolov
3714M: petkan@users.sourceforge.net
3715L: linux-usb-users@lists.sourceforge.net
3716L: linux-usb-devel@lists.sourceforge.net
3717W: http://pegasus2.sourceforge.net/
3718S: Maintained
3719
3720USB SE401 DRIVER
3721P: Jeroen Vreeken
3722M: pe1rxq@amsat.org
3723L: linux-usb-users@lists.sourceforge.net
3724L: linux-usb-devel@lists.sourceforge.net
3725W: http://www.chello.nl/~j.vreeken/se401/
3726S: Maintained
3727
3728USB SERIAL CYBERJACK DRIVER
3729P: Matthias Bruestle and Harald Welte
3730M: support@reiner-sct.com
3731W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3732S: Maintained
3733
3734USB SERIAL DIGI ACCELEPORT DRIVER
3735P: Peter Berger and Al Borchers
3736M: pberger@brimson.com
3737M: alborchers@steinerpoint.com
3738L: linux-usb-users@lists.sourceforge.net
3739L: linux-usb-devel@lists.sourceforge.net
3740S: Maintained
3741
3742USB SERIAL DRIVER
3743P: Greg Kroah-Hartman
3744M: gregkh@suse.de
3745L: linux-usb-users@lists.sourceforge.net
3746L: linux-usb-devel@lists.sourceforge.net
3747S: Supported
3748
3749USB SERIAL BELKIN F5U103 DRIVER
3750P: William Greathouse
3751M: wgreathouse@smva.com
3752L: linux-usb-users@lists.sourceforge.net
3753L: linux-usb-devel@lists.sourceforge.net
3754S: Maintained
3755
3756USB SERIAL CYPRESS M8 DRIVER
3757P: Lonnie Mendez
3758M: dignome@gmail.com
3759L: linux-usb-users@lists.sourceforge.net
3760L: linux-usb-devel@lists.sourceforge.net
3761S: Maintained
3762W: http://geocities.com/i0xox0i
3763W: http://firstlight.net/cvs
3764
3765USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3766L: linux-usb-users@lists.sourceforge.net
3767L: linux-usb-devel@lists.sourceforge.net
3768S: Maintained
3769
3770USB AUERSWALD DRIVER
3771P: Wolfgang Muees
3772M: wolfgang@iksw-muees.de
3773L: linux-usb-users@lists.sourceforge.net
3774L: linux-usb-devel@lists.sourceforge.net
3775S: Maintained
3776
3777USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3778P: Gary Brubaker
3779M: xavyer@ix.netcom.com
3780L: linux-usb-users@lists.sourceforge.net
3781L: linux-usb-devel@lists.sourceforge.net
3782S: Maintained
3783
3784USB SERIAL KEYSPAN DRIVER
3785P: Greg Kroah-Hartman
3786M: greg@kroah.com
3787L: linux-usb-users@lists.sourceforge.net
3788L: linux-usb-devel@lists.sourceforge.net
3789W: http://www.kroah.com/linux/
3790S: Maintained
3791
3792USB SERIAL WHITEHEAT DRIVER
8bc84930
SM
3793P: Support Department
3794M: support@connecttech.com
1da177e4
LT
3795L: linux-usb-users@lists.sourceforge.net
3796L: linux-usb-devel@lists.sourceforge.net
3797W: http://www.connecttech.com
3798S: Supported
3799
f423b9a8 3800USB SN9C1xx DRIVER
1da177e4
LT
3801P: Luca Risolia
3802M: luca.risolia@studio.unibo.it
3803L: linux-usb-devel@lists.sourceforge.net
7ce08c93 3804L: video4linux-list@redhat.com
1da177e4
LT
3805W: http://www.linux-projects.org
3806S: Maintained
3807
3808USB SUBSYSTEM
3809P: Greg Kroah-Hartman
3810M: gregkh@suse.de
3811L: linux-usb-users@lists.sourceforge.net
3812L: linux-usb-devel@lists.sourceforge.net
3813W: http://www.linux-usb.org
6fb0425b 3814T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1da177e4
LT
3815S: Supported
3816
3817USB UHCI DRIVER
3818P: Alan Stern
3819M: stern@rowland.harvard.edu
3820L: linux-usb-users@lists.sourceforge.net
3821L: linux-usb-devel@lists.sourceforge.net
3822S: Maintained
3823
69ae9e3e 3824USB "USBNET" DRIVER FRAMEWORK
1da177e4
LT
3825P: David Brownell
3826M: dbrownell@users.sourceforge.net
3827L: linux-usb-devel@lists.sourceforge.net
69ae9e3e 3828W: http://www.linux-usb.org/usbnet
1da177e4
LT
3829S: Maintained
3830
3831USB W996[87]CF DRIVER
3832P: Luca Risolia
3833M: luca.risolia@studio.unibo.it
3834L: linux-usb-devel@lists.sourceforge.net
7ce08c93 3835L: video4linux-list@redhat.com
1da177e4
LT
3836W: http://www.linux-projects.org
3837S: Maintained
3838
60f78052
LR
3839USB ZC0301 DRIVER
3840P: Luca Risolia
3841M: luca.risolia@studio.unibo.it
3842L: linux-usb-devel@lists.sourceforge.net
3843L: video4linux-list@redhat.com
3844W: http://www.linux-projects.org
3845S: Maintained
3846
1da177e4
LT
3847USB ZD1201 DRIVER
3848P: Jeroen Vreeken
3849M: pe1rxq@amsat.org
3850L: linux-usb-users@lists.sourceforge.net
3851L: linux-usb-devel@lists.sourceforge.net
3852W: http://linux-lc100020.sourceforge.net
3853S: Maintained
3854
b7eee616
AJ
3855USB ZR364XX DRIVER
3856P: Antoine Jacquet
3857M: royale@zerezo.com
3858L: linux-usb-devel@lists.sourceforge.net
3859L: video4linux-list@redhat.com
3860W: http://royale.zerezo.com/zr364xx/
3861S: Maintained
3862
1da177e4
LT
3863USER-MODE LINUX
3864P: Jeff Dike
3865M: jdike@karaya.com
3866L: user-mode-linux-devel@lists.sourceforge.net
3867L: user-mode-linux-user@lists.sourceforge.net
3868W: http://user-mode-linux.sourceforge.net
3869S: Maintained
b7eee616 3870
1da177e4
LT
3871FAT/VFAT/MSDOS FILESYSTEM:
3872P: OGAWA Hirofumi
3873M: hirofumi@mail.parknet.co.jp
3874L: linux-kernel@vger.kernel.org
3875S: Maintained
3876
3877VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3878P: Jeff Garzik
3879S: Odd fixes
3880
3881VIA RHINE NETWORK DRIVER
3882P: Roger Luethi
3883M: rl@hellgate.ch
3884S: Maintained
3885
32c0a520
JD
3886VIAPRO SMBUS DRIVER
3887P: Jean Delvare
3888M: khali@linux-fr.org
5d925fec 3889L: i2c@lm-sensors.org
32c0a520
JD
3890S: Maintained
3891
01f20734
FR
3892VIA VELOCITY NETWORK DRIVER
3893P: Francois Romieu
3894M: romieu@fr.zoreil.com
3895L: netdev@vger.kernel.org
3896S: Maintained
3897
1da177e4
LT
3898UCLINUX (AND M68KNOMMU)
3899P: Greg Ungerer
3900M: gerg@uclinux.org
1da177e4 3901W: http://www.uclinux.org/
d660a740 3902L: uclinux-dev@uclinux.org (subscribers-only)
1da177e4
LT
3903S: Maintained
3904
3905UCLINUX FOR NEC V850
3906P: Miles Bader
3907M: uclinux-v850@lsi.nec.co.jp
3908W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3909W: http://www.ee.nec.de/uclinux/
3910S: Supported
3911
3912UCLINUX FOR RENESAS H8/300
3913P: Yoshinori Sato
3914M: ysato@users.sourceforge.jp
3915W: http://uclinux-h8.sourceforge.jp/
3916S: Supported
3917
719d9699
ED
3918UFS FILESYSTEM
3919P: Evgeniy Dushistov
3920M: dushistov@mail.ru
3921L: linux-kernel@vger.kernel.org
3922S: Maintained
3923
1da177e4
LT
3924USB DIAMOND RIO500 DRIVER
3925P: Cesar Miquel
3926M: miquel@df.uba.ar
3927L: rio500-users@lists.sourceforge.net
3928W: http://rio500.sourceforge.net
3929S: Maintained
3930
3931VIDEO FOR LINUX
96b6aba0 3932P: Mauro Carvalho Chehab
8d58d773
MCC
3933M: mchehab@infradead.org
3934M: v4l-dvb-maintainer@linuxtv.org
1da177e4 3935L: video4linux-list@redhat.com
96b6aba0 3936W: http://linuxtv.org
ecfa4fdc 3937T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
96b6aba0 3938S: Maintained
1da177e4 3939
ab41319e
JH
3940VT1211 HARDWARE MONITOR DRIVER
3941P: Juerg Haefliger
3942M: juergh@gmail.com
3943L: lm-sensors@lm-sensors.org
3944S: Maintained
3945
1de9e371
RL
3946VT8231 HARDWARE MONITOR DRIVER
3947P: Roger Lucas
3948M: roger@planbit.co.uk
3949L: lm-sensors@lm-sensors.org
3950S: Maintained
3951
1da177e4
LT
3952W1 DALLAS'S 1-WIRE BUS
3953P: Evgeniy Polyakov
3954M: johnpol@2ka.mipt.ru
1da177e4
LT
3955S: Maintained
3956
13927079
CS
3957W83791D HARDWARE MONITORING DRIVER
3958P: Charles Spirakis
3959M: bezaur@gmail.com
3960L: lm-sensors@lm-sensors.org
3961S: Maintained
3962
61db011d
RM
3963W83793 HARDWARE MONITORING DRIVER
3964P: Rudolf Marek
3965M: r.marek@assembler.cz
3966L: lm-sensors@lm-sensors.org
3967S: Maintained
3968
1da177e4
LT
3969W83L51xD SD/MMC CARD INTERFACE DRIVER
3970P: Pierre Ossman
3971M: drzeus-wbsd@drzeus.cx
fac88991 3972L: linux-kernel@vger.kernel.org
1da177e4
LT
3973W: http://projects.drzeus.cx/wbsd
3974S: Maintained
3975
3527761c
WVS
3976WATCHDOG DEVICE DRIVERS
3977P: Wim Van Sebroeck
3978M: wim@iguana.be
3979T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3980S: Maintained
3981
1da177e4
LT
3982WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3983P: Jean Tourrilhes
3984M: jt@hpl.hp.com
724c6b35 3985L: linux-wireless@vger.kernel.org
1da177e4
LT
3986W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3987S: Maintained
3988
3989WD7000 SCSI DRIVER
3990P: Miroslav Zagorac
3991M: zaga@fly.cc.fer.hr
3992L: linux-scsi@vger.kernel.org
3993S: Maintained
3994
5fc14680
DT
3995WISTRON LAPTOP BUTTON DRIVER
3996P: Miloslav Trmac
3997M: mitr@volny.cz
3998S: Maintained
3999
1da177e4
LT
4000WL3501 WIRELESS PCMCIA CARD DRIVER
4001P: Arnaldo Carvalho de Melo
926554c4 4002M: acme@ghostprotocols.net
724c6b35 4003L: linux-wireless@vger.kernel.org
926554c4 4004W: http://oops.ghostprotocols.net:81/blog
1da177e4
LT
4005S: Maintained
4006
4007X.25 NETWORK LAYER
4008P: Henner Eisen
4009M: eis@baty.hanse.de
4010L: linux-x25@vger.kernel.org
4011S: Maintained
4012
4cdf6bc2
JF
4013XEN HYPERVISOR INTERFACE
4014P: Jeremy Fitzhardinge
4015M: jeremy@xensource.com
4016P: Chris Wright
4017M: chrisw@sous-sol.org
4018L: virtualization@lists.osdl.org
4019L: xen-devel@lists.xensource.com
4020S: Supported
4021
1da177e4
LT
4022XFS FILESYSTEM
4023P: Silicon Graphics Inc
1ad8f401 4024P: Tim Shimmin, David Chatterton
1da177e4 4025M: xfs-masters@oss.sgi.com
d7ede1aa 4026L: xfs@oss.sgi.com
1da177e4 4027W: http://oss.sgi.com/projects/xfs
1ad8f401 4028T: git git://oss.sgi.com:8090/xfs/xfs-2.6
1da177e4
LT
4029S: Supported
4030
238b8721
PK
4031XILINX UARTLITE SERIAL DRIVER
4032P: Peter Korsgaard
4033M: jacmet@sunsite.dk
4034L: linux-serial@vger.kernel.org
4035S: Maintained
4036
1da177e4
LT
4037X86 3-LEVEL PAGING (PAE) SUPPORT
4038P: Ingo Molnar
4039M: mingo@redhat.com
4040S: Maintained
4041
4042X86-64 port
4043P: Andi Kleen
4044M: ak@suse.de
4045L: discuss@x86-64.org
4046W: http://www.x86-64.org
6a051565 4047T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
1da177e4
LT
4048S: Maintained
4049
4050YAM DRIVER FOR AX.25
4051P: Jean-Paul Roubelat
4052M: jpr@f6fbb.org
4053L: linux-hams@vger.kernel.org
4054S: Maintained
4055
af64a5eb
HV
4056YEALINK PHONE DRIVER
4057P: Henk Vergonet
4058M: Henk.Vergonet@gmail.com
4059L: usbb2k-api-dev@nongnu.org
4060S: Maintained
4061
1da177e4
LT
4062Z8530 DRIVER FOR AX.25
4063P: Joerg Reuter
4064M: jreuter@yaina.de
4065W: http://yaina.de/jreuter/
4066W: http://www.qsl.net/dl1bke/
4067L: linux-hams@vger.kernel.org
4068S: Maintained
4069
7c0c3afb
DD
4070ZD1211RW WIRELESS DRIVER
4071P: Daniel Drake
4072M: dsd@gentoo.org
4073P: Ulrich Kunitz
4074M: kune@deine-taler.de
4075W: http://zd1211.ath.cx/wiki/DriverRewrite
724c6b35 4076L: linux-wireless@vger.kernel.org
7c0c3afb
DD
4077L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4078S: Maintained
4079
1da177e4
LT
4080ZF MACHZ WATCHDOG
4081P: Fernando Fuganti
4082M: fuganti@netbank.com.br
4083W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4084S: Maintained
4085
4086ZR36067 VIDEO FOR LINUX DRIVER
4087P: Ronald Bultje
4088M: rbultje@ronald.bitfreak.net
4089L: mjpeg-users@lists.sourceforge.net
4090W: http://mjpeg.sourceforge.net/driver-zoran/
4091S: Maintained
4092
4093ZR36120 VIDEO FOR LINUX DRIVER
4094P: Pauline Middelink
4095M: middelin@polyware.nl
4096W: http://www.polyware.nl/~middelin/En/hobbies.html
4097W: http://www.polyware.nl/~middelin/hobbies.html
4098S: Maintained
4099
4100THE REST
4101P: Linus Torvalds
4102S: Buried alive in reporters