Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[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
33 generalized kernel feature ready for next time. See
34 Documentation/CodingStyle for guidance here.
35
36 PLEASE try to include any credit lines you want added with the
37 patch. It avoids people being missed off by mistake and makes
38 it easier to know who wants adding and who doesn't.
39
40 PLEASE document known bugs. If it doesn't work for everything
41 or does something very odd once a month document it.
42
c9ee133b
AC
43 PLEASE remember that submissions must be made under the terms
44 of the OSDL certificate of contribution
45 (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
46 and should include a Signed-off-by: line.
47
1da177e4
LT
486. Make sure you have the right to send any changes you make. If you
49 do changes at work you may find your employer owns the patch
50 not you.
51
c9ee133b
AC
527. When sending security related changes or reports to a maintainer
53 please Cc: security@kernel.org, especially if the maintainer
54 does not respond.
55
568. Happy hacking.
1da177e4
LT
57
58 -----------------------------------
59
60Maintainers List (try to look for most precise areas first)
61
62Note: For the hard of thinking, this list is meant to remain in alphabetical
63order. If you could add yourselves to it in alphabetical order that would be
64so much easier [Ed]
65
66P: Person
67M: Mail patches to
68L: Mailing list that is relevant to this area
69W: Web-page with status/info
50306fb5 70T: SCM tree type and location. Type is one of: git, hg, quilt.
1da177e4
LT
71S: Status, one of the following:
72
73 Supported: Someone is actually paid to look after this.
74 Maintained: Someone actually looks after it.
75 Odd Fixes: It has a maintainer but they don't have time to do
76 much other than throw the odd patch in. See below..
77 Orphan: No current maintainer [but maybe you could take the
78 role as you write your new code].
79 Obsolete: Old code. Something tagged obsolete generally means
80 it has been replaced by a better system and you
81 should be using that.
82
833C359 NETWORK DRIVER
84P: Mike Phillips
85M: mikep@linuxtr.net
979b6c13 86L: netdev@vger.kernel.org
1da177e4
LT
87L: linux-tr@linuxtr.net
88W: http://www.linuxtr.net
89S: Maintained
90
913C505 NETWORK DRIVER
92P: Philip Blundell
93M: philb@gnu.org
979b6c13 94L: netdev@vger.kernel.org
1da177e4
LT
95S: Maintained
96
973CR990 NETWORK DRIVER
98P: David Dillow
99M: dave@thedillows.org
979b6c13 100L: netdev@vger.kernel.org
1da177e4
LT
101S: Maintained
102
1033W-XXXX ATA-RAID CONTROLLER DRIVER
104P: Adam Radford
105M: linuxraid@amcc.com
106L: linux-scsi@vger.kernel.org
107W: http://www.amcc.com
108S: Supported
109
1103W-9XXX SATA-RAID CONTROLLER DRIVER
111P: Adam Radford
112M: linuxraid@amcc.com
113L: linux-scsi@vger.kernel.org
114W: http://www.amcc.com
115S: Supported
116
11753C700 AND 53C700-66 SCSI DRIVER
118P: James E.J. Bottomley
119M: James.Bottomley@HansenPartnership.com
120L: linux-scsi@vger.kernel.org
121S: Maintained
122
1236PACK NETWORK DRIVER FOR AX.25
124P: Andreas Koensgen
125M: ajk@iehk.rwth-aachen.de
126L: linux-hams@vger.kernel.org
127S: Maintained
128
1298139CP 10/100 FAST ETHERNET DRIVER
130P: Jeff Garzik
131M: jgarzik@pobox.com
132S: Maintained
133
1348139TOO 10/100 FAST ETHERNET DRIVER
135P: Jeff Garzik
136M: jgarzik@pobox.com
137W: http://sourceforge.net/projects/gkernel/
138S: Maintained
139
1408169 10/100/1000 GIGABIT ETHERNET DRIVER
141P: Francois Romieu
142M: romieu@fr.zoreil.com
979b6c13 143L: netdev@vger.kernel.org
1da177e4
LT
144S: Maintained
145
1468250/16?50 (AND CLONE UARTS) SERIAL DRIVER
1da177e4
LT
147L: linux-serial@vger.kernel.org
148W: http://serial.sourceforge.net
353cefdb 149S: Orphan
1da177e4
LT
150
1518390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
152P: Paul Gortmaker
153M: p_gortmaker@yahoo.com
979b6c13 154L: netdev@vger.kernel.org
1da177e4
LT
155S: Maintained
156
67543e50 1579P FILE SYSTEM
ce00f85c
JC
158P: Eric Van Hensbergen
159M: ericvh@gmail.com
160P: Ron Minnich
161M: rminnich@lanl.gov
162P: Latchesar Ionkov
163M: lucho@ionkov.net
164L: v9fs-developer@lists.sourceforge.net
165W: http://v9fs.sf.net
166T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
167S: Maintained
67543e50 168
1da177e4
LT
169A2232 SERIAL BOARD DRIVER
170P: Enver Haase
171M: ehaase@inf.fu-berlin.de
172M: A2232@gmx.net
173L: linux-m68k@lists.linux-m68k.org
174S: Maintained
175
176AIO
177P: Benjamin LaHaise
178M: bcrl@kvack.org
179L: linux-aio@kvack.org
180S: Supported
181
f2b84bbc
HG
182ABIT UGURU HARDWARE MONITOR DRIVER
183P: Hans de Goede
184M: j.w.r.degoede@hhs.nl
185L: lm-sensors@lm-sensors.org
186S: Maintained
187
1da177e4
LT
188ACENIC DRIVER
189P: Jes Sorensen
190M: jes@trained-monkey.org
191L: linux-acenic@sunsite.dk
192S: Maintained
193
194ACI MIXER DRIVER
195P: Robert Siemer
196M: Robert.Siemer@gmx.de
197L: linux-sound@vger.kernel.org
198W: http://www.stud.uni-karlsruhe.de/~uh1b/
199S: Maintained
200
e6d1fc3d
SM
201IPS SCSI RAID DRIVER
202P: Adaptec OEM Raid Solutions
203M: aacraid@adaptec.com
204L: linux-scsi@vger.kernel.org
205W: http://www.adaptec.com/
206S: Maintained
207
208DPT_I2O SCSI RAID DRIVER
209P: Adaptec OEM Raid Solutions
210M: aacraid@adaptec.com
211L: linux-scsi@vger.kernel.org
212W: http://www.adaptec.com/
213S: Maintained
214
1da177e4
LT
215AACRAID SCSI RAID DRIVER
216P: Adaptec OEM Raid Solutions
e6d1fc3d 217M: aacraid@adaptec.com
1da177e4 218L: linux-scsi@vger.kernel.org
e6d1fc3d 219W: http://www.adaptec.com/
1da177e4
LT
220S: Supported
221
222ACPI
223P: Len Brown
224M: len.brown@intel.com
8b59a454 225M: lenb@kernel.org
6968e50c 226L: linux-acpi@vger.kernel.org
1da177e4 227W: http://acpi.sourceforge.net/
6fb0425b 228T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
8b59a454
LB
229S: Supported
230
231ACPI BATTERY DRIVERS
232P: Vladimir P. Lebedev
233M: vladimir.p.lebedev@intel.com
234L: linux-acpi@vger.kernel.org
235W: http://acpi.sourceforge.net/
236S: Supported
237
238ACPI EC DRIVER
239P: Alexey Starikovskiy
240M: alexey.y.starikovskiy@linux.intel.com
241L: linux-acpi@vger.kernel.org
242W: http://acpi.sourceforge.net/
243S: Supported
244
245ACPI FAN DRIVER
246P: Konstantin A. Karasyov
247M: konstantin.a.karasyov@intel.com
248L: linux-acpi@vger.kernel.org
249W: http://acpi.sourceforge.net/
250S: Supported
1da177e4 251
998be20f
KCA
252ACPI PCI HOTPLUG DRIVER
253P: Kristen Carlson Accardi
254M: kristen.c.accardi@intel.com
255L: pcihpd-discuss@lists.sourceforge.net
8b59a454
LB
256S: Supported
257
258ACPI THERMAL DRIVER
259P: Konstantin A. Karasyov
260M: konstantin.a.karasyov@intel.com
261L: linux-acpi@vger.kernel.org
262W: http://acpi.sourceforge.net/
263S: Supported
998be20f 264
359acec8
LB
265ACPI VIDEO DRIVER
266P: Luming Yu
267M: luming.yu@intel.com
8b59a454
LB
268L: linux-acpi@vger.kernel.org
269W: http://acpi.sourceforge.net/
270S: Supported
998be20f 271
1da177e4
LT
272AD1816 SOUND DRIVER
273P: Thorsten Knabe
274M: Thorsten Knabe <linux@thorsten-knabe.de>
275W: http://linux.thorsten-knabe.de
276S: Maintained
277
6958ae31
KM
278AD1889 SOUND DRIVER
279P: Kyle McMartin
280M: kyle@parisc-linux.org
281P: Thibaut Varene
282M: T-Bone@parisc-linux.org
283W: http://wiki.parisc-linux.org/AD1889
284L: parisc-linux@lists.parisc-linux.org
285S: Maintained
286
1da177e4
LT
287ADM1025 HARDWARE MONITOR DRIVER
288P: Jean Delvare
289M: khali@linux-fr.org
cc0b07ed 290L: lm-sensors@lm-sensors.org
1da177e4
LT
291S: Maintained
292
cae2caae
CL
293ADM1029 HARDWARE MONITOR DRIVER
294P: Corentin Labbe
295M: corentin.labbe@geomatys.fr
296L: lm-sensors@lm-sensors.org
297S: Maintained
298
1da177e4
LT
299ADT746X FAN DRIVER
300P: Colin Leroy
301M: colin@colino.net
302S: Maintained
303
1da177e4
LT
304AEDSP16 DRIVER
305P: Riccardo Facchetti
306M: fizban@tin.it
307S: Maintained
308
309AFFS FILE SYSTEM
310P: Roman Zippel
311M: zippel@linux-m68k.org
312S: Maintained
313
314AGPGART DRIVER
315P: Dave Jones
316M: davej@codemonkey.org.uk
317W: http://www.codemonkey.org.uk/projects/agp/
1adc1230 318T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
1da177e4
LT
319S: Maintained
320
321AHA152X SCSI DRIVER
322P: Juergen E. Fischer
323M: Juergen Fischer <fischer@norbit.de>
324L: linux-scsi@vger.kernel.org
325S: Maintained
326
327ALCATEL SPEEDTOUCH USB DRIVER
328P: Duncan Sands
329M: duncan.sands@free.fr
330L: linux-usb-users@lists.sourceforge.net
331L: linux-usb-devel@lists.sourceforge.net
332W: http://www.linux-usb.org/SpeedTouch/
333S: Maintained
334
4a4e5787
RM
335ALI1563 I2C DRIVER
336P: Rudolf Marek
7188cc66 337M: r.marek@assembler.cz
5d925fec 338L: i2c@lm-sensors.org
4a4e5787
RM
339S: Maintained
340
1da177e4
LT
341ALPHA PORT
342P: Richard Henderson
343M: rth@twiddle.net
344S: Odd Fixes for 2.4; Maintained for 2.6.
345P: Ivan Kokshaysky
346M: ink@jurassic.park.msu.ru
347S: Maintained for 2.4; PCI support for 2.6.
348
f90b8116 349AMD GEODE PROCESSOR/CHIPSET SUPPORT
ce00f85c
JC
350P: Jordan Crouse
351M: info-linux@geode.amd.com
f90b8116
JC
352L: info-linux@geode.amd.com
353W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
354S: Supported
355
284f42b6
SP
356AMS (Apple Motion Sensor) DRIVER
357P: Stelian Pop
358M: stelian@popies.net
359P: Michael Hanselmann
360M: linux-kernel@hansmi.ch
361S: Supported
362
f94b533d
TT
363AMSO1100 RNIC DRIVER
364P: Tom Tucker
365M: tom@opengridcomputing.com
366P: Steve Wise
367M: swise@opengridcomputing.com
368L: openib-general@openib.org
369S: Maintained
370
42269063
JB
371AOA (Apple Onboard Audio) ALSA DRIVER
372P: Johannes Berg
373M: johannes@sipsolutions.net
374L: linuxppc-dev@ozlabs.org
375L: alsa-devel@alsa-project.org
376S: Maintained
377
1da177e4
LT
378APM DRIVER
379P: Stephen Rothwell
380M: sfr@canb.auug.org.au
381L: linux-laptop@vger.kernel.org
382W: http://www.canb.auug.org.au/~sfr/
383S: Supported
384
385APPLETALK NETWORK LAYER
386P: Arnaldo Carvalho de Melo
926554c4 387M: acme@ghostprotocols.net
1da177e4
LT
388S: Maintained
389
1154ea7d
JK
390ARC FRAMEBUFFER DRIVER
391P: Jaya Kumar
392M: jayalk@intworks.biz
393S: Maintained
394
1da177e4
LT
395ARM26 ARCHITECTURE
396P: Ian Molton
397M: spyro@f2s.com
398S: Maintained
399
400ARM26/ARCHIMEDES
401P: Ian Molton
402M: spyro@f2s.com
403S: Maintained
404
405ARM26/A5000
406P: John Appleby
407M: john@dnsworld.co.uk
408S: Maintained
409
410ARM MFM AND FLOPPY DRIVERS
411P: Ian Molton
412M: spyro@f2s.com
413S: Maintained
414
2b7a52a4
LB
415ARM/ADI ROADRUNNER MACHINE SUPPORT
416P: Lennert Buytenhek
417M: kernel@wantstofly.org
418L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
419S: Maintained
420
421ARM/ADS SPHERE MACHINE SUPPORT
422P: Lennert Buytenhek
423M: kernel@wantstofly.org
424L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
425S: Maintained
426
427ARM/AJECO 1ARM MACHINE SUPPORT
428P: Lennert Buytenhek
429M: kernel@wantstofly.org
430L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
431S: Maintained
432
d4a89c7d
AV
433ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
434P: Andrew Victor
435M: andrew@sanpeople.com
436L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
437W: http://maxim.org.za/at91_26.html
438S: Maintained
439
2b7a52a4
LB
440ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
441P: Lennert Buytenhek
442M: kernel@wantstofly.org
443L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
444S: Maintained
445
446ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
447P: Lennert Buytenhek
448M: kernel@wantstofly.org
449L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
450S: Maintained
451
1da177e4
LT
452ARM/CORGI MACHINE SUPPORT
453P: Richard Purdie
454M: rpurdie@rpsys.net
455S: Maintained
456
2b7a52a4
LB
457ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
458P: Lennert Buytenhek
459M: kernel@wantstofly.org
460L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
461S: Maintained
462
21f37bc3
KE
463ARM/HP JORNADA 7XX MACHINE SUPPORT
464P: Kristoffer Ericson
465M: kristoffer_e1@hotmail.com
466W: www.jlime.com
467S: Maintained
468
2b7a52a4
LB
469ARM/INTEL IOP32X ARM ARCHITECTURE
470P: Lennert Buytenhek
471M: kernel@wantstofly.org
e2bdb176
DW
472P: Dan Williams
473M: dan.j.williams@intel.com
2b7a52a4 474L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
e2bdb176
DW
475S: Supported
476
477ARM/INTEL IOP33X ARM ARCHITECTURE
478P: Dan Williams
479M: dan.j.williams@intel.com
480L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
481S: Supported
2b7a52a4
LB
482
483ARM/INTEL IOP13XX ARM ARCHITECTURE
484P: Lennert Buytenhek
485M: kernel@wantstofly.org
e2bdb176
DW
486P: Dan Williams
487M: dan.j.williams@intel.com
2b7a52a4 488L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
e2bdb176 489S: Supported
2b7a52a4
LB
490
491ARM/INTEL IQ81342EX MACHINE SUPPORT
492P: Lennert Buytenhek
493M: kernel@wantstofly.org
e2bdb176
DW
494P: Dan Williams
495M: dan.j.williams@intel.com
2b7a52a4 496L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
e2bdb176 497S: Supported
2b7a52a4
LB
498
499ARM/INTEL IXP2000 ARM ARCHITECTURE
500P: Lennert Buytenhek
501M: kernel@wantstofly.org
502L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
503S: Maintained
504
505ARM/INTEL IXDP2850 MACHINE SUPPORT
506P: Lennert Buytenhek
507M: kernel@wantstofly.org
508L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
509S: Maintained
510
511ARM/INTEL IXP23XX ARM ARCHITECTURE
512P: Lennert Buytenhek
513M: kernel@wantstofly.org
514L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
515S: Maintained
516
517ARM/INTEL XSC3 (MANZANO) ARM CORE
518P: Lennert Buytenhek
519M: kernel@wantstofly.org
e2bdb176
DW
520P: Dan Williams
521M: dan.j.williams@intel.com
2b7a52a4 522L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
e2bdb176 523S: Supported
2b7a52a4
LB
524
525ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
526P: Lennert Buytenhek
527M: kernel@wantstofly.org
528L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
529S: Maintained
530
531ARM/LOGICPD PXA270 MACHINE SUPPORT
532P: Lennert Buytenhek
533M: kernel@wantstofly.org
534L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
535S: Maintained
536
8459c159
DO
537ARM/TOSA MACHINE SUPPORT
538P: Dirk Opfer
539M: dirk@opfer-online.de
540S: Maintained
541
1da177e4
LT
542ARM/PLEB SUPPORT
543P: Peter Chubb
544M: pleb@gelato.unsw.edu.au
545W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
546S: Maintained
547
548ARM/PT DIGITAL BOARD PORT
549P: Stefan Eletzhofer
550M: stefan.eletzhofer@eletztrick.de
70f09f1f 551L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
552W: http://www.arm.linux.org.uk/
553S: Maintained
554
2b7a52a4
LB
555ARM/RADISYS ENP2611 MACHINE SUPPORT
556P: Lennert Buytenhek
557M: kernel@wantstofly.org
558L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
559S: Maintained
560
1da177e4
LT
561ARM/SHARK MACHINE SUPPORT
562P: Alexander Schulz
563M: alex@shark-linux.de
564W: http://www.shark-linux.de/shark.html
565S: Maintained
566
567ARM/STRONGARM110 PORT
568P: Russell King
569M: rmk@arm.linux.org.uk
70f09f1f 570L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
571W: http://www.arm.linux.org.uk/
572S: Maintained
573
574ARM/S3C2410 ARM ARCHITECTURE
575P: Ben Dooks
449d4dd5 576M: ben-linux@fluff.org
70f09f1f 577L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
578W: http://www.fluff.org/ben/linux/
579S: Maintained
580
581ARM/S3C2440 ARM ARCHITECTURE
582P: Ben Dooks
449d4dd5 583M: ben-linux@fluff.org
70f09f1f 584L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
585W: http://www.fluff.org/ben/linux/
586S: Maintained
587
2b7a52a4
LB
588ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
589P: Lennert Buytenhek
590M: kernel@wantstofly.org
591L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
592S: Maintained
593
594ARM/THECUS N2100 MACHINE SUPPORT
595P: Lennert Buytenhek
596M: kernel@wantstofly.org
597L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
598S: Maintained
599
1da177e4
LT
600ARPD SUPPORT
601P: Jonathan Layes
979b6c13 602L: netdev@vger.kernel.org
1da177e4
LT
603S: Maintained
604
605ASUS ACPI EXTRAS DRIVER
0b67d946
LB
606P: Corentin Chary
607M: corentincj@iksaif.net
1da177e4
LT
608P: Karol Kozimor
609M: sziwan@users.sourceforge.net
1da177e4
LT
610L: acpi4asus-user@lists.sourceforge.net
611W: http://sourceforge.net/projects/acpi4asus
0b67d946 612W: http://xf.iksaif.net/acpi4asus
85091b71
CC
613S: Maintained
614
615ASUS LAPTOP EXTRAS DRIVER
616P: Corentin Chary
617M: corentincj@iksaif.net
618L: acpi4asus-user@lists.sourceforge.net
1da177e4 619W: http://sourceforge.net/projects/acpi4asus
0b67d946 620W: http://xf.iksaif.net/acpi4asus
1da177e4
LT
621S: Maintained
622
623ATA OVER ETHERNET DRIVER
624P: Ed L. Cashin
625M: ecashin@coraid.com
626W: http://www.coraid.com/support/linux
627S: Supported
628
8d5ca6ec
JC
629ATL1 ETHERNET DRIVER
630P: Jay Cliburn
631M: jcliburn@gmail.com
632P: Chris Snook
633M: csnook@redhat.com
634L: atl1-devel@lists.sourceforge.net
635W: http://sourceforge.net/projects/atl1
636W: http://atl1.sourceforge.net
637S: Maintained
638
1da177e4
LT
639ATM
640P: Chas Williams
641M: chas@cmf.nrl.navy.mil
f37bf90e 642L: linux-atm-general@lists.sourceforge.net (subscribers-only)
1da177e4
LT
643W: http://linux-atm.sourceforge.net
644S: Maintained
645
89e5785f 646ATMEL MACB ETHERNET DRIVER
89e5785f
HS
647P: Haavard Skinnemoen
648M: hskinnemoen@atmel.com
649S: Supported
650
754ce4f2
HS
651ATMEL SPI DRIVER
652P: Haavard Skinnemoen
653M: hskinnemoen@atmel.com
654S: Supported
655
1da177e4
LT
656ATMEL WIRELESS DRIVER
657P: Simon Kelley
658M: simon@thekelleys.org.uk
724c6b35 659L: linux-wireless@vger.kernel.org
1da177e4
LT
660W: http://www.thekelleys.org.uk/atmel
661W: http://atmelwlandriver.sourceforge.net/
662S: Maintained
663
a92b7b80 664AUDIT SUBSYSTEM
ad3f9a22
DW
665P: David Woodhouse
666M: dwmw2@infradead.org
667L: linux-audit@redhat.com
668W: http://people.redhat.com/sgrubb/audit/
1adc1230 669T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
a92b7b80
CW
670S: Maintained
671
70e84049
MOS
672AUXILIARY DISPLAY DRIVERS
673P: Miguel Ojeda Sandonis
674M: maxextreme@gmail.com
675L: linux-kernel@vger.kernel.org
676S: Maintained
677
5f97f7f9 678AVR32 ARCHITECTURE
5f97f7f9
HS
679P: Haavard Skinnemoen
680M: hskinnemoen@atmel.com
681W: http://www.atmel.com/products/AVR32/
682W: http://avr32linux.org/
683W: http://avrfreaks.net/
684S: Supported
685
686AVR32/AT32AP MACHINE SUPPORT
5f97f7f9
HS
687P: Haavard Skinnemoen
688M: hskinnemoen@atmel.com
689S: Supported
690
1da177e4
LT
691AX.25 NETWORK LAYER
692P: Ralf Baechle
693M: ralf@linux-mips.org
694L: linux-hams@vger.kernel.org
d34cb28a 695W: http://www.linux-ax25.org/
1da177e4
LT
696S: Maintained
697
300abeb5
RP
698BACKLIGHT CLASS/SUBSYSTEM
699P: Richard Purdie
700M: rpurdie@rpsys.net
701S: Maintained
702
1da177e4
LT
703BAYCOM/HDLCDRV DRIVERS FOR AX.25
704P: Thomas Sailer
705M: t.sailer@alumni.ethz.ch
706L: linux-hams@vger.kernel.org
707W: http://www.baycom.org/~tom/ham/ham.html
708S: Maintained
709
fb67a0f7
MB
710BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
711P: Larry Finger
712M: Larry.Finger@lwfinger.net
9eac8f95
MB
713P: Stefano Brivio
714M: st3@riseup.net
724c6b35 715L: linux-wireless@vger.kernel.org
9eac8f95
MB
716W: http://bcm43xx.berlios.de/
717S: Maintained
718
1da177e4
LT
719BEFS FILE SYSTEM
720P: Sergey S. Kostyliov
721M: rathamahata@php4.ru
722L: linux-kernel@vger.kernel.org
723S: Maintained
724
725BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
726P: Kenji Hollis
727W: http://ftp.bitgate.com/pcwd/
728S: Maintained
729
730BFS FILE SYSTEM
731P: Tigran A. Aivazian
b5b9df69 732M: tigran@aivazian.fsnet.co.uk
1da177e4
LT
733L: linux-kernel@vger.kernel.org
734S: Maintained
735
736BLOCK LAYER
737P: Jens Axboe
0fe23479 738M: axboe@kernel.dk
1da177e4 739L: linux-kernel@vger.kernel.org
6fb0425b 740T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1da177e4
LT
741S: Maintained
742
743BLUETOOTH SUBSYSTEM
744P: Marcel Holtmann
745M: marcel@holtmann.org
746P: Maxim Krasnyansky
747M: maxk@qualcomm.com
748L: bluez-devel@lists.sf.net
749W: http://bluez.sf.net
750W: http://www.bluez.org
751W: http://www.holtmann.org/linux/bluetooth/
1adc1230 752T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1da177e4
LT
753S: Maintained
754
755BLUETOOTH RFCOMM LAYER
756P: Marcel Holtmann
757M: marcel@holtmann.org
758P: Maxim Krasnyansky
759M: maxk@qualcomm.com
760S: Maintained
761
762BLUETOOTH BNEP LAYER
763P: Marcel Holtmann
764M: marcel@holtmann.org
765P: Maxim Krasnyansky
766M: maxk@qualcomm.com
767S: Maintained
768
769BLUETOOTH CMTP LAYER
770P: Marcel Holtmann
771M: marcel@holtmann.org
772S: Maintained
773
774BLUETOOTH HIDP LAYER
775P: Marcel Holtmann
776M: marcel@holtmann.org
777S: Maintained
778
779BLUETOOTH HCI UART DRIVER
780P: Marcel Holtmann
781M: marcel@holtmann.org
782P: Maxim Krasnyansky
783M: maxk@qualcomm.com
784S: Maintained
785
786BLUETOOTH HCI USB DRIVER
787P: Marcel Holtmann
788M: marcel@holtmann.org
789P: Maxim Krasnyansky
790M: maxk@qualcomm.com
791S: Maintained
792
793BLUETOOTH HCI BCM203X DRIVER
794P: Marcel Holtmann
795M: marcel@holtmann.org
796S: Maintained
797
798BLUETOOTH HCI BPA10X DRIVER
799P: Marcel Holtmann
800M: marcel@holtmann.org
801S: Maintained
802
803BLUETOOTH HCI BFUSB DRIVER
804P: Marcel Holtmann
805M: marcel@holtmann.org
806S: Maintained
807
808BLUETOOTH HCI DTL1 DRIVER
809P: Marcel Holtmann
810M: marcel@holtmann.org
811S: Maintained
812
813BLUETOOTH HCI BLUECARD DRIVER
814P: Marcel Holtmann
815M: marcel@holtmann.org
816S: Maintained
817
818BLUETOOTH HCI BT3C DRIVER
819P: Marcel Holtmann
820M: marcel@holtmann.org
821S: Maintained
822
823BLUETOOTH HCI BTUART DRIVER
824P: Marcel Holtmann
825M: marcel@holtmann.org
826S: Maintained
827
828BLUETOOTH HCI VHCI DRIVER
829P: Maxim Krasnyansky
830M: maxk@qualcomm.com
831S: Maintained
832
833BONDING DRIVER
ce00f85c
JC
834P: Chad Tindel
835M: ctindel@users.sourceforge.net
836P: Jay Vosburgh
837M: fubar@us.ibm.com
838L: bonding-devel@lists.sourceforge.net
839W: http://sourceforge.net/projects/bonding/
840S: Supported
1da177e4 841
fef1c772
AB
842BROADBAND PROCESSOR ARCHITECTURE
843P: Arnd Bergmann
844M: arnd@arndb.de
1d049816 845L: linuxppc-dev@ozlabs.org
6d923f98 846W: http://www.penguinppc.org/ppc64/
fef1c772
AB
847S: Supported
848
39105890
GZ
849BROADCOM B44 10/100 ETHERNET DRIVER
850P: Gary Zambrano
851M: zambrano@broadcom.com
852L: netdev@vger.kernel.org
853S: Supported
854
948c51e6
MC
855BROADCOM BNX2 GIGABIT ETHERNET DRIVER
856P: Michael Chan
857M: mchan@broadcom.com
858L: netdev@vger.kernel.org
859S: Supported
860
861BROADCOM TG3 GIGABIT ETHERNET DRIVER
862P: Michael Chan
863M: mchan@broadcom.com
864L: netdev@vger.kernel.org
865S: Supported
866
1da177e4 867BTTV VIDEO4LINUX DRIVER
96b6aba0 868P: Mauro Carvalho Chehab
8d58d773
MCC
869M: mchehab@infradead.org
870M: v4l-dvb-maintainer@linuxtv.org
1da177e4 871L: video4linux-list@redhat.com
96b6aba0 872W: http://linuxtv.org
ecfa4fdc 873T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
96b6aba0 874S: Maintained
1da177e4 875
77dac90f
MBY
876CALGARY x86-64 IOMMU
877P: Muli Ben-Yehuda
878M: muli@il.ibm.com
879P: Jon D. Mason
d8d2bedf 880M: jdmason@kudzu.us
77dac90f
MBY
881L: linux-kernel@vger.kernel.org
882L: discuss@x86-64.org
883S: Maintained
884
70e84049
MOS
885CFAG12864B LCD DRIVER
886P: Miguel Ojeda Sandonis
887M: maxextreme@gmail.com
888L: linux-kernel@vger.kernel.org
889S: Maintained
890
891CFAG12864BFB LCD FRAMEBUFFER DRIVER
892P: Miguel Ojeda Sandonis
893M: maxextreme@gmail.com
894L: linux-kernel@vger.kernel.org
895S: Maintained
896
704232c2
JB
897CFG80211 and NL80211
898P: Johannes Berg
899M: johannes@sipsolutions.net
900L: linux-wireless@vger.kernel.org
901S: Maintained
902
1da177e4
LT
903COMMON INTERNET FILE SYSTEM (CIFS)
904P: Steve French
905M: sfrench@samba.org
fb453d4b 906L: linux-cifs-client@lists.samba.org
1da177e4
LT
907L: samba-technical@lists.samba.org
908W: http://us1.samba.org/samba/Linux_CIFS_client.html
1adc1230 909T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1da177e4
LT
910S: Supported
911
7063fbf2
JB
912CONFIGFS
913P: Joel Becker
62ca3d26
JB
914M: joel.becker@oracle.com
915L: linux-kernel@vger.kernel.org
7063fbf2
JB
916S: Supported
917
2b7a52a4
LB
918CIRRUS LOGIC EP93XX ETHERNET DRIVER
919P: Lennert Buytenhek
920M: kernel@wantstofly.org
921L: netdev@vger.kernel.org
922S: Maintained
923
1da177e4
LT
924CIRRUS LOGIC GENERIC FBDEV DRIVER
925P: Jeff Garzik
926M: jgarzik@pobox.com
5cd307c5 927L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
928S: Odd Fixes
929
2b7a52a4
LB
930CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
931P: Lennert Buytenhek
932M: kernel@wantstofly.org
933L: linux-usb-devel@lists.sourceforge.net
934S: Maintained
935
1da177e4
LT
936CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
937P: Cirrus Logic Corporation (kernel 2.2 driver)
938M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
939P: Nils Faerber (port to kernel 2.4)
940M: Nils Faerber <nils@kernelconcepts.de>
941S: Maintained
942
943CODA FILE SYSTEM
944P: Jan Harkes
945M: jaharkes@cs.cmu.edu
946M: coda@cs.cmu.edu
947L: codalist@coda.cs.cmu.edu
948W: http://www.coda.cs.cmu.edu/
949S: Maintained
950
951COMPACTPCI HOTPLUG CORE
952P: Scott Murray
953M: scottm@somanetworks.com
954M: scott@spiteful.org
955L: pcihpd-discuss@lists.sourceforge.net
956S: Supported
957
958COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
959P: Scott Murray
960M: scottm@somanetworks.com
961M: scott@spiteful.org
962L: pcihpd-discuss@lists.sourceforge.net
963S: Supported
964
965COMPACTPCI HOTPLUG GENERIC DRIVER
966P: Scott Murray
967M: scottm@somanetworks.com
968M: scott@spiteful.org
969L: pcihpd-discuss@lists.sourceforge.net
970S: Supported
971
972COMPUTONE INTELLIPORT MULTIPORT CARD
973P: Michael H. Warfield
07d46de4 974M: mhw@wittsend.com
1da177e4 975W: http://www.wittsend.com/computone.html
07d46de4 976S: Maintained
1da177e4
LT
977
978COSA/SRP SYNC SERIAL DRIVER
979P: Jan "Yenya" Kasprzak
980M: kas@fi.muni.cz
981W: http://www.fi.muni.cz/~kas/cosa/
982S: Maintained
983
984CPU FREQUENCY DRIVERS
985P: Dave Jones
986M: davej@codemonkey.org.uk
987L: cpufreq@lists.linux.org.uk
988W: http://www.codemonkey.org.uk/projects/cpufreq/
7531a0b5 989T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1da177e4
LT
990S: Maintained
991
992CPUID/MSR DRIVER
993P: H. Peter Anvin
994M: hpa@zytor.com
995S: Maintained
996
ed90fb4a
PJ
997CPUSETS
998P: Paul Jackson
999P: Simon Derr
1000M: pj@sgi.com
1001M: simon.derr@bull.net
1002L: linux-kernel@vger.kernel.org
1003W: http://www.bullopensource.org/cpuset/
1004S: Supported
1005
1da177e4 1006CRAMFS FILESYSTEM
ce00f85c
JC
1007W: http://sourceforge.net/projects/cramfs/
1008S: Orphan
1da177e4
LT
1009
1010CRIS PORT
1011P: Mikael Starvik
1012M: starvik@axis.com
1013L: dev-etrax@axis.com
1014W: http://developer.axis.com
1015S: Maintained
1016
1017CRYPTO API
1018P: Herbert Xu
1019M: herbert@gondor.apana.org.au
1020P: David S. Miller
1021M: davem@davemloft.net
1022L: linux-crypto@vger.kernel.org
1adc1230 1023T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1da177e4
LT
1024S: Maintained
1025
9b4ffa48
JK
1026CS5535 Audio ALSA driver
1027P: Jaya Kumar
1028M: jayakumar.alsa@gmail.com
1029S: Maintained
1030
1da177e4
LT
1031CYBERPRO FB DRIVER
1032P: Russell King
1033M: rmk@arm.linux.org.uk
1034W: http://www.arm.linux.org.uk/
1035S: Maintained
1036
9fa68eae
KP
1037CYBLAFB FRAMEBUFFER DRIVER
1038P: Knut Petersen
1039M: Knut_Petersen@t-online.de
5cd307c5 1040L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
9fa68eae
KP
1041S: Maintained
1042
1da177e4
LT
1043CYCLADES 2X SYNC CARD DRIVER
1044P: Arnaldo Carvalho de Melo
926554c4
ACM
1045M: acme@ghostprotocols.net
1046W: http://oops.ghostprotocols.net:81/blog
1da177e4
LT
1047S: Maintained
1048
1049CYCLADES ASYNC MUX DRIVER
1da177e4 1050W: http://www.cyclades.com/
d459883e 1051S: Orphan
1da177e4
LT
1052
1053CYCLADES PC300 DRIVER
1da177e4 1054W: http://www.cyclades.com/
d459883e 1055S: Orphan
1da177e4 1056
1da177e4
LT
1057DAMA SLAVE for AX.25
1058P: Joerg Reuter
1059M: jreuter@yaina.de
1060W: http://yaina.de/jreuter/
1061W: http://www.qsl.net/dl1bke/
1062L: linux-hams@vger.kernel.org
1063S: Maintained
1064
1065DC395x SCSI driver
1066P: Oliver Neukum
1067M: oliver@neukum.name
1068P: Ali Akcaagac
1069M: aliakc@web.de
1070P: Jamie Lenehan
1071M: lenehan@twibble.org
1072W: http://twibble.org/dist/dc395x/
f5df5881 1073L: dc395x@twibble.org
1da177e4
LT
1074L: http://lists.twibble.org/mailman/listinfo/dc395x/
1075S: Maintained
1076
1077DC390/AM53C974 SCSI driver
1078P: Kurt Garloff
1079M: garloff@suse.de
1080W: http://www.garloff.de/kurt/linux/dc390/
1081P: Guennadi Liakhovetski
1082M: g.liakhovetski@gmx.de
1083S: Maintained
1084
eb8edb08
ACM
1085DCCP PROTOCOL
1086P: Arnaldo Carvalho de Melo
926554c4 1087M: acme@ghostprotocols.net
eb8edb08 1088L: dccp@vger.kernel.org
f3b84ec2 1089W: http://linux-net.osdl.org/index.php/DCCP
eb8edb08
ACM
1090S: Maintained
1091
1da177e4
LT
1092DECnet NETWORK LAYER
1093P: Patrick Caulfield
1094M: patrick@tykepenguin.com
1095W: http://linux-decnet.sourceforge.net
1096L: linux-decnet-user@lists.sourceforge.net
1097S: Maintained
1098
1099DEFXX FDDI NETWORK DRIVER
1100P: Maciej W. Rozycki
1101M: macro@linux-mips.org
1102S: Maintained
1103
1104DELL LAPTOP SMM DRIVER
1105P: Massimo Dal Zotto
1106M: dz@debian.org
1107W: http://www.debian.org/~dz/i8k/
1108S: Maintained
1109
90563ec4
DW
1110DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1111P: Doug Warzecha
1112M: Douglas_Warzecha@dell.com
1113S: Maintained
1114
5ddb88c0 1115DEVICE-MAPPER (LVM)
1da177e4
LT
1116P: Alasdair Kergon
1117L: dm-devel@redhat.com
1118W: http://sources.redhat.com/dm
1119S: Maintained
1120
1121DEVICE NUMBER REGISTRY
1122P: Torben Mathiasen
1123M: device@lanana.org
1124W: http://lanana.org/docs/device-list/index.html
1125L: linux-kernel@vger.kernel.org
1126S: Maintained
1127
1da177e4
LT
1128DIGI INTL. EPCA DRIVER
1129P: Digi International, Inc
1130M: Eng.Linux@digi.com
1131L: Eng.Linux@digi.com
1132W: http://www.digi.com
1133S: Orphaned
1134
1135DIGI RIGHTSWITCH NETWORK DRIVER
1136P: Rick Richardson
979b6c13 1137L: netdev@vger.kernel.org
1da177e4
LT
1138W: http://www.digi.com
1139S: Orphaned
1140
1141DIRECTORY NOTIFICATION
1142P: Stephen Rothwell
1143M: sfr@canb.auug.org.au
1144L: linux-kernel@vger.kernel.org
1145S: Supported
1146
1147DISK GEOMETRY AND PARTITION HANDLING
1148P: Andries Brouwer
1149M: aeb@cwi.nl
1150W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1151W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1152W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1153S: Maintained
1154
1155DISKQUOTA:
1156P: Jan Kara
1157M: jack@suse.cz
1158L: linux-kernel@vger.kernel.org
1159S: Maintained
1160
5be7b50f
SW
1161DISTRIBUTED LOCK MANAGER
1162P: Patrick Caulfield
1163M: pcaulfie@redhat.com
1164P: David Teigland
1165M: teigland@redhat.com
a4644184 1166L: cluster-devel@redhat.com
5be7b50f 1167W: http://sources.redhat.com/cluster/
370298e2
SW
1168T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1169T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
5be7b50f
SW
1170S: Supported
1171
1da177e4
LT
1172DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1173P: Tobias Ringstrom
1174M: tori@unhappy.mine.nu
2cb4abd1 1175L: netdev@vger.kernel.org
1da177e4
LT
1176S: Maintained
1177
ba483d57 1178DOCBOOK FOR DOCUMENTATION
0f40efbd
RD
1179P: Randy Dunlap
1180M: rdunlap@xenotime.net
ba483d57
MW
1181S: Maintained
1182
5b9c9bf6
KCA
1183DOCKING STATION DRIVER
1184P: Kristen Carlson Accardi
1185M: kristen.c.accardi@intel.com
1186L: linux-acpi@vger.kernel.org
8b59a454 1187S: Supported
5b9c9bf6 1188
1da177e4
LT
1189DOUBLETALK DRIVER
1190P: James R. Van Zandt
1191M: jrv@vanzandt.mv.com
1192L: blinux-list@redhat.com
1193S: Maintained
1194
1195DRIVER CORE, KOBJECTS, AND SYSFS
1196P: Greg Kroah-Hartman
1197M: gregkh@suse.de
1198L: linux-kernel@vger.kernel.org
6fb0425b 1199T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1da177e4
LT
1200S: Supported
1201
1202DRM DRIVERS
1203P: David Airlie
1204M: airlied@linux.ie
1205L: dri-devel@lists.sourceforge.net
6fb0425b 1206T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1da177e4
LT
1207S: Maintained
1208
1209DSCC4 DRIVER
01f20734
FR
1210P: Francois Romieu
1211M: romieu@fr.zoreil.com
1212L: netdev@vger.kernel.org
1da177e4
LT
1213S: Maintained
1214
1215DVB SUBSYSTEM AND DRIVERS
1216P: LinuxTV.org Project
8d58d773 1217M: v4l-dvb-maintainer@linuxtv.org
1da177e4 1218L: linux-dvb@linuxtv.org (subscription required)
7d69fa62 1219W: http://linuxtv.org/
ecfa4fdc 1220T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
8d58d773 1221S: Maintained
1da177e4
LT
1222
1223EATA-DMA SCSI DRIVER
1224P: Michael Neuffer
1225L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1226S: Maintained
1227
1228EATA ISA/EISA/PCI SCSI DRIVER
1229P: Dario Ballabio
1230M: ballabio_dario@emc.com
1231L: linux-scsi@vger.kernel.org
1232S: Maintained
1233
1234EATA-PIO SCSI DRIVER
1235P: Michael Neuffer
1236M: mike@i-Connect.Net
1237L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1238S: Maintained
1239
1240EBTABLES
1241P: Bart De Schuymer
1242M: bart.de.schuymer@pandora.be
1243L: ebtables-user@lists.sourceforge.net
1244L: ebtables-devel@lists.sourceforge.net
1245W: http://ebtables.sourceforge.net/
1246S: Maintained
1247
237fead6
MH
1248ECRYPT FILE SYSTEM
1249P: Mike Halcrow, Phillip Hellewell
1250M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1251L: ecryptfs-devel@lists.sourceforge.net
1252W: http://ecryptfs.sourceforge.net/
1253S: Supported
1254
da9bb1d2 1255EDAC-CORE
0e438e3f 1256P: Doug Thompson
8c2a6a40 1257M: norsk5@xmission.com
0e438e3f
DP
1258L: bluesmoke-devel@lists.sourceforge.net
1259W: bluesmoke.sourceforge.net
8c2a6a40 1260S: Supported
0e438e3f
DP
1261
1262EDAC-E752X
8c2a6a40
DT
1263P: Mark Gross
1264M: mark.gross@intel.com
0e438e3f
DP
1265L: bluesmoke-devel@lists.sourceforge.net
1266W: bluesmoke.sourceforge.net
1267S: Maintained
1268
1269EDAC-E7XXX
8c2a6a40
DT
1270P: Doug Thompson
1271M: norsk5@xmission.com
0e438e3f
DP
1272L: bluesmoke-devel@lists.sourceforge.net
1273W: bluesmoke.sourceforge.net
1274S: Maintained
1275
1276EDAC-R82600
1277P: Tim Small
1278M: tim@buttersideup.com
1279L: bluesmoke-devel@lists.sourceforge.net
1280W: bluesmoke.sourceforge.net
1281S: Maintained
da9bb1d2 1282
1da177e4
LT
1283EEPRO100 NETWORK DRIVER
1284P: Andrey V. Savochkin
1285M: saw@saw.sw.com.sg
1286S: Maintained
1287
0bee8d28
JT
1288EFS FILESYSTEM
1289W: http://aeschi.ch.eu.org/efs/
1290S: Orphan
1291
fab97220
HS
1292EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1293P: Hoang-Nam Nguyen
1294M: hnguyen@de.ibm.com
1295P: Christoph Raisch
1296M: raisch@de.ibm.com
1297L: openib-general@openib.org
1298S: Supported
1299
1da177e4
LT
1300EMU10K1 SOUND DRIVER
1301P: James Courtier-Dutton
1302M: James@superbug.demon.co.uk
1303L: emu10k1-devel@lists.sourceforge.net
1304W: http://sourceforge.net/projects/emu10k1/
1305S: Maintained
1306
3a1c1d44 1307EMULEX LPFC FC SCSI DRIVER
ce00f85c
JC
1308P: James Smart
1309M: james.smart@emulex.com
1310L: linux-scsi@vger.kernel.org
1311W: http://sourceforge.net/projects/lpfcxxxx
1312S: Supported
3a1c1d44 1313
1da177e4
LT
1314EPSON 1355 FRAMEBUFFER DRIVER
1315P: Christopher Hoover
1316M: ch@murgatroid.com, ch@hpl.hp.com
1317S: Maintained
1318
1319ETHEREXPRESS-16 NETWORK DRIVER
1320P: Philip Blundell
1321M: philb@gnu.org
979b6c13 1322L: netdev@vger.kernel.org
1da177e4
LT
1323S: Maintained
1324
1325ETHERNET BRIDGE
1326P: Stephen Hemminger
65ebe634 1327M: shemminger@linux-foundation.org
f318a63b 1328L: bridge@lists.linux-foundation.org
1da177e4
LT
1329W: http://bridge.sourceforge.net/
1330S: Maintained
1331
1332ETHERTEAM 16I DRIVER
1333P: Mika Kuoppala
1334M: miku@iki.fi
1335S: Maintained
1336
1337EXT2 FILE SYSTEM
72be2ccf 1338L: linux-ext4@vger.kernel.org
1da177e4
LT
1339S: Maintained
1340
1341EXT3 FILE SYSTEM
1342P: Stephen Tweedie, Andrew Morton
588cc708 1343M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
72be2ccf
EM
1344L: linux-ext4@vger.kernel.org
1345S: Maintained
1346
1347EXT4 FILE SYSTEM
1348P: Stephen Tweedie, Andrew Morton
588cc708 1349M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
72be2ccf 1350L: linux-ext4@vger.kernel.org
1da177e4
LT
1351S: Maintained
1352
e53004e2
JD
1353F71805F HARDWARE MONITORING DRIVER
1354P: Jean Delvare
1355M: khali@linux-fr.org
1356L: lm-sensors@lm-sensors.org
1357S: Maintained
1358
1da177e4
LT
1359FARSYNC SYNCHRONOUS DRIVER
1360P: Kevin Curtis
1361M: kevin.curtis@farsite.co.uk
1da177e4
LT
1362W: http://www.farsite.co.uk/
1363S: Supported
1364
c5408b88
AM
1365FAULT INJECTION SUPPORT
1366P: Akinobu Mita
1367M: akinobu.mita@gmail.com
1368S: Supported
1369
1da177e4
LT
1370FRAMEBUFFER LAYER
1371P: Antonino Daplas
0478e62e 1372M: adaplas@gmail.com
5cd307c5 1373L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
1374W: http://linux-fbdev.sourceforge.net/
1375S: Maintained
1376
4689a6b1
PA
1377FREESCALE SOC FS_ENET DRIVER
1378P: Pantelis Antoniou
1379M: pantelis.antoniou@gmail.com
1380P: Vitaly Bordug
1381M: vbordug@ru.mvista.com
1382L: linuxppc-embedded@ozlabs.org
1383L: netdev@vger.kernel.org
1384S: Maintained
1385
1da177e4
LT
1386FILE LOCKING (flock() and fcntl()/lockf())
1387P: Matthew Wilcox
1388M: matthew@wil.cx
1389L: linux-fsdevel@vger.kernel.org
1390S: Maintained
1391
1392FILESYSTEMS (VFS and infrastructure)
1393P: Alexander Viro
84122058 1394M: viro@zeniv.linux.org.uk
1da177e4
LT
1395S: Maintained
1396
1397FIRMWARE LOADER (request_firmware)
1398L: linux-kernel@vger.kernel.org
1399S: Orphan
1400
1401FPU EMULATOR
1402P: Bill Metzenthen
1403M: billm@suburbia.net
1404W: http://suburbia.net/~billm/floating-point/emulator/
1405S: Maintained
1406
1407FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1408P: Mike McLagan
1409M: mike.mclagan@linux.org
979b6c13 1410L: netdev@vger.kernel.org
1da177e4
LT
1411S: Maintained
1412
1413FREEVXFS FILESYSTEM
1414P: Christoph Hellwig
1415M: hch@infradead.org
1416W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1417S: Maintained
1418
5ab7ffea 1419FUJITSU FR-V (FRV) PORT
1da177e4
LT
1420P: David Howells
1421M: dhowells@redhat.com
1422S: Maintained
1423
04578f17
MS
1424FUSE: FILESYSTEM IN USERSPACE
1425P: Miklos Szeredi
1426M: miklos@szeredi.hu
1427L: fuse-devel@lists.sourceforge.net
1428W: http://fuse.sourceforge.net/
1429S: Maintained
1430
1da177e4
LT
1431FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1432P: Rik Faith
1433M: faith@cs.unc.edu
1434L: linux-scsi@vger.kernel.org
1435S: Odd fixes (e.g., new signatures)
1436
1437GDT SCSI DISK ARRAY CONTROLLER DRIVER
1438P: Achim Leubner
1439M: achim_leubner@adaptec.com
1440L: linux-scsi@vger.kernel.org
1441W: http://www.icp-vortex.com/
1442S: Supported
1443
1444GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1445P: Krzysztof Halasa
1446M: khc@pm.waw.pl
1447W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1448S: Maintained
1449
5be7b50f
SW
1450GFS2 FILE SYSTEM
1451P: Steven Whitehouse
1452M: swhiteho@redhat.com
a4644184 1453L: cluster-devel@redhat.com
5be7b50f 1454W: http://sources.redhat.com/cluster/
370298e2
SW
1455T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1456T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
5be7b50f
SW
1457S: Supported
1458
0a34eb8f
HL
1459GIGASET ISDN DRIVERS
1460P: Hansjoerg Lipp
1461M: hjlipp@web.de
1462P: Tilman Schmidt
1463M: tilman@imap.cc
1464L: gigaset307x-common@lists.sourceforge.net
1465W: http://gigaset307x.sourceforge.net/
1466S: Maintained
1467
5b543965
JD
1468HARDWARE MONITORING
1469P: Jean Delvare
1470M: khali@linux-fr.org
1471L: lm-sensors@lm-sensors.org
595142e0
JD
1472W: http://www.lm-sensors.org/
1473T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-hwmon/
5b543965
JD
1474S: Maintained
1475
844dd05f
MB
1476HARDWARE RANDOM NUMBER GENERATOR CORE
1477P: Michael Buesch
1478M: mb@bu3sch.de
1479S: Maintained
1480
860e1d6b
RL
1481HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1482P: Robert Love
1483M: rlove@rlove.org
1484M: linux-kernel@vger.kernel.org
1485W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1486S: Maintained
1487
1da177e4
LT
1488HARMONY SOUND DRIVER
1489P: Kyle McMartin
1490M: kyle@parisc-linux.org
1491W: http://www.parisc-linux.org/~kyle/harmony/
1492L: parisc-linux@lists.parisc-linux.org
1493S: Maintained
1494
1495HAYES ESP SERIAL DRIVER
1496P: Andrew J. Robinson
1497M: arobinso@nyx.net
1498L: linux-kernel@vger.kernel.org
1499W: http://www.nyx.net/~arobinso
1500S: Maintained
1501
1502HFS FILESYSTEM
1503P: Roman Zippel
1504M: zippel@linux-m68k.org
1505L: linux-kernel@vger.kernel.org
1506S: Maintained
1507
1508HGA FRAMEBUFFER DRIVER
1509P: Ferenc Bakonyi
1510M: fero@drama.obuda.kando.hu
1511L: linux-nvidia@lists.surfsouth.com
1512W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1513S: Maintained
1514
4ef4caad
JK
1515HID CORE LAYER
1516P: Jiri Kosina
1517M: jkosina@suse.cz
1518L: linux-input@atrey.karlin.mff.cuni.cz
a4dff398 1519T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
4ef4caad
JK
1520S: Maintained
1521
38bed542
IM
1522HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1523P: Thomas Gleixner
1524M: tglx@linutronix.de
1525L: linux-kernel@vger.kernel.org
1526S: Maintained
1527
1da177e4
LT
1528HIGH-SPEED SCC DRIVER FOR AX.25
1529P: Klaus Kudielka
1530M: klaus.kudielka@ieee.org
1531L: linux-hams@vger.kernel.org
1532W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1533S: Maintained
1534
ede1e6f8
HLT
1535HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1536P: HighPoint Linux Team
1537M: linux@highpoint-tech.com
1538W: http://www.highpoint-tech.com
1539S: Supported
1540
1da177e4
LT
1541HIPPI
1542P: Jes Sorensen
1543M: jes@trained-monkey.org
1544L: linux-hippi@sunsite.dk
1545S: Maintained
1546
1547HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1548P: Chirag Kantharia
1549M: chirag.kantharia@hp.com
1550L: iss_storagedev@hp.com
1551S: Maintained
1552
1553HEWLETT-PACKARD SMART2 RAID DRIVER
1554P: Chirag Kantharia
1555M: chirag.kantharia@hp.com
1556L: iss_storagedev@hp.com
1557S: Maintained
1558
1559HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1560P: Mike Miller
1561M: mike.miller@hp.com
1562L: iss_storagedev@hp.com
1563S: Supported
1564
ff1d2767
JM
1565HOST AP DRIVER
1566P: Jouni Malinen
1567M: jkmaline@cc.hut.fi
724c6b35 1568L: linux-wireless@vger.kernel.org
ff1d2767
JM
1569L: hostap@shmoo.com
1570W: http://hostap.epitest.fi/
1571S: Maintained
1572
1da177e4
LT
1573HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1574P: Jaroslav Kysela
1575M: perex@suse.cz
1576S: Maintained
1577
b9b0332f
BP
1578HPET: High Precision Event Timers driver (hpet.c)
1579P: Clemens Ladisch
1580M: clemens@ladisch.de
1581S: Maintained
1582
1583HPET: i386
1584P: Venkatesh Pallipadi (Venki)
1585M: venkatesh.pallipadi@intel.com
1586S: Maintained
1587
1588HPET: x86_64
1589P: Andi Kleen and Vojtech Pavlik
1590M: ak@muc.de and vojtech@suse.cz
1591S: Maintained
1592
1593HPET: ACPI hpet.c
1594P: Bob Picco
1595M: bob.picco@hp.com
1596S: Maintained
1597
1da177e4
LT
1598HPFS FILESYSTEM
1599P: Mikulas Patocka
1600M: mikulas@artax.karlin.mff.cuni.cz
1601W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1602S: Maintained
1603
1604HUGETLB FILESYSTEM
1605P: William Irwin
1606M: wli@holomorphy.com
1607S: Maintained
1608
5b543965 1609I2C SUBSYSTEM
1da177e4
LT
1610P: Jean Delvare
1611M: khali@linux-fr.org
5d925fec 1612L: i2c@lm-sensors.org
595142e0 1613T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
1da177e4
LT
1614S: Maintained
1615
1da177e4
LT
1616i386 BOOT CODE
1617P: Riley H. Williams
1618M: Riley@Williams.Name
1619L: Linux-Kernel@vger.kernel.org
1620S: Maintained
1621
1622i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1623P: Dave Jones
1624M: davej@codemonkey.org.uk
1625P: H. Peter Anvin
1626M: hpa@zytor.com
1627S: Maintained
1628
1629i810 TCO TIMER WATCHDOG
1630P: Nils Faerber
1631M: nils@kernelconcepts.de
1632W: http://www.kernelconcepts.de/
1633S: Maintained
1634
1635IA64 (Itanium) PLATFORM
1636P: Tony Luck
1637M: tony.luck@intel.com
1638L: linux-ia64@vger.kernel.org
1639W: http://www.ia64-linux.org/
6fb0425b 1640T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1da177e4
LT
1641S: Maintained
1642
7d63c675
HMH
1643IBM ACPI EXTRAS DRIVER
1644P: Henrique de Moraes Holschuh
1645M: ibm-acpi@hmh.eng.br
1646L: ibm-acpi-devel@lists.sourceforge.net
1647W: http://ibm-acpi.sourceforge.net
1648W: http://thinkwiki.org/wiki/Ibm-acpi
1649T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
1650S: Maintained
1651
1da177e4 1652SN-IA64 (Itanium) SUB-PLATFORM
e5ee7dda
GE
1653P: Jes Sorensen
1654M: jes@sgi.com
1da177e4
LT
1655L: linux-altix@sgi.com
1656L: linux-ia64@vger.kernel.org
1657W: http://www.sgi.com/altix
1658S: Maintained
1659
1660IBM MCA SCSI SUBSYSTEM DRIVER
1661P: Michael Lang
1662M: langa2@kph.uni-mainz.de
1663W: http://www.uni-mainz.de/~langm000/linux.html
1664S: Maintained
1665
1666IBM Power Linux RAID adapter
1667P: Brian King
1668M: brking@us.ibm.com
1669S: Supported
1670
1671IBM ServeRAID RAID DRIVER
1672P: Jack Hammer
1673P: Dave Jeffery
1674M: ipslinux@adaptec.com
1675W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1676S: Supported
1677
1e7106fc 1678IDE SUBSYSTEM
1da177e4 1679P: Bartlomiej Zolnierkiewicz
1e7106fc 1680M: bzolnier@gmail.com
1da177e4 1681L: linux-ide@vger.kernel.org
1e7106fc 1682T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
1da177e4
LT
1683S: Maintained
1684
1685IDE/ATAPI CDROM DRIVER
9c5b0ce4
JA
1686P: Alan Cox
1687M: alan@lxorguk.ukuu.org.uk
1688L: linux-ide@vger.kernel.org
1da177e4
LT
1689S: Maintained
1690
1691IDE/ATAPI FLOPPY DRIVERS
1692P: Paul Bristow
1693M: Paul Bristow <paul@paulbristow.net>
1694W: http://paulbristow.net/linux/idefloppy.html
1695L: linux-kernel@vger.kernel.org
1696S: Maintained
1697
1698IDE/ATAPI TAPE DRIVERS
1699P: Gadi Oxman
1700M: Gadi Oxman <gadio@netvision.net.il>
1701L: linux-kernel@vger.kernel.org
1702S: Maintained
1703
1da177e4
LT
1704IEEE 1394 SUBSYSTEM
1705P: Ben Collins
f51a5a9d 1706M: ben.collins@ubuntu.com
87730d04
SR
1707P: Stefan Richter
1708M: stefanr@s5r6.in-berlin.de
1da177e4
LT
1709L: linux1394-devel@lists.sourceforge.net
1710W: http://www.linux1394.org/
87730d04 1711T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1da177e4
LT
1712S: Maintained
1713
f51a5a9d 1714IEEE 1394 RAW I/O DRIVER (raw1394)
1da177e4
LT
1715P: Dan Dennedy
1716M: dan@dennedy.org
f51a5a9d
SR
1717P: Stefan Richter
1718M: stefanr@s5r6.in-berlin.de
1da177e4 1719L: linux1394-devel@lists.sourceforge.net
105d7b38
JM
1720S: Maintained
1721
1da177e4
LT
1722IMS TWINTURBO FRAMEBUFFER DRIVER
1723P: Paul Mundt
1724M: lethal@chaoticdreams.org
5cd307c5 1725L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
1726S: Maintained
1727
1728INFINIBAND SUBSYSTEM
1729P: Roland Dreier
21c121cc 1730M: rolandd@cisco.com
1da177e4
LT
1731P: Sean Hefty
1732M: mshefty@ichips.intel.com
1733P: Hal Rosenstock
1734M: halr@voltaire.com
1735L: openib-general@openib.org
1736W: http://www.openib.org/
6fb0425b 1737T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1da177e4
LT
1738S: Supported
1739
1740INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
664d22ab 1741P: Dmitry Torokhov
62f7caf9
DT
1742M: dmitry.torokhov@gmail.com
1743M: dtor@mail.ru
1da177e4
LT
1744L: linux-input@atrey.karlin.mff.cuni.cz
1745L: linux-joystick@atrey.karlin.mff.cuni.cz
1adc1230 1746T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1da177e4
LT
1747S: Maintained
1748
c9f04f58 1749INOTIFY
18b36c71
CP
1750P: John McCutchan
1751M: ttb@tentacle.dhs.org
1752P: Robert Love
1753M: rml@novell.com
c9f04f58
RL
1754L: linux-kernel@vger.kernel.org
1755S: Maintained
1756
9eb8ef74 1757INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
ce00f85c
JC
1758P: Sylvain Meyer
1759M: sylvain.meyer@worldonline.fr
5cd307c5 1760L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
ce00f85c 1761S: Maintained
9eb8ef74 1762
1da177e4 1763INTEL 810/815 FRAMEBUFFER DRIVER
ce00f85c 1764P: Antonino Daplas
0478e62e 1765M: adaplas@gmail.com
5cd307c5 1766L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
ce00f85c 1767S: Maintained
1da177e4
LT
1768
1769INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1770P: Ingo Molnar
1771M: mingo@redhat.com
1772S: Maintained
1773
1774INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1775P: Jeff Garzik
1776M: jgarzik@pobox.com
1777W: http://sourceforge.net/projects/gkernel/
1778S: Maintained
1779
1780INTEL IA32 MICROCODE UPDATE SUPPORT
1781P: Tigran Aivazian
b5b9df69 1782M: tigran@aivazian.fsnet.co.uk
1da177e4
LT
1783S: Maintained
1784
844dd05f
MB
1785INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1786P: Deepak Saxena
1787M: dsaxena@plexity.net
1788S: Maintained
1789
2b7a52a4
LB
1790INTEL IXP2000 ETHERNET DRIVER
1791P: Lennert Buytenhek
1792M: kernel@wantstofly.org
1793L: netdev@vger.kernel.org
1794S: Maintained
1795
1da177e4
LT
1796INTEL PRO/100 ETHERNET SUPPORT
1797P: John Ronciak
1798M: john.ronciak@intel.com
1da177e4
LT
1799P: Jesse Brandeburg
1800M: jesse.brandeburg@intel.com
add18784
JB
1801P: Jeff Kirsher
1802M: jeffrey.t.kirsher@intel.com
99a1f9e8
AK
1803P: Auke Kok
1804M: auke-jan.h.kok@intel.com
1da177e4
LT
1805W: http://sourceforge.net/projects/e1000/
1806S: Supported
1807
1808INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1809P: Jeb Cramer
1810M: cramerj@intel.com
1811P: John Ronciak
1812M: john.ronciak@intel.com
add18784
JB
1813P: Jesse Brandeburg
1814M: jesse.brandeburg@intel.com
1815P: Jeff Kirsher
1816M: jeffrey.t.kirsher@intel.com
99a1f9e8
AK
1817P: Auke Kok
1818M: auke-jan.h.kok@intel.com
1da177e4
LT
1819W: http://sourceforge.net/projects/e1000/
1820S: Supported
1821
1822INTEL PRO/10GbE SUPPORT
add18784
JB
1823P: Jeff Kirsher
1824M: jeffrey.t.kirsher@intel.com
1da177e4
LT
1825P: Ayyappan Veeraiyan
1826M: ayyappan.veeraiyan@intel.com
1da177e4
LT
1827P: John Ronciak
1828M: john.ronciak@intel.com
add18784
JB
1829P: Jesse Brandeburg
1830M: jesse.brandeburg@intel.com
99a1f9e8
AK
1831P: Auke Kok
1832M: auke-jan.h.kok@intel.com
1da177e4
LT
1833W: http://sourceforge.net/projects/e1000/
1834S: Supported
1835
826d2abe
JK
1836INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1837P: Yi Zhu
1838M: yi.zhu@intel.com
1839P: James Ketrenos
1840M: jketreno@linux.intel.com
724c6b35 1841L: linux-wireless@vger.kernel.org
f5df5881 1842L: ipw2100-devel@lists.sourceforge.net
826d2abe
JK
1843L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1844W: http://ipw2100.sourceforge.net
1845S: Supported
1846
1847INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1848P: Yi Zhu
1849M: yi.zhu@intel.com
1850P: James Ketrenos
1851M: jketreno@linux.intel.com
724c6b35 1852L: linux-wireless@vger.kernel.org
f5df5881 1853L: ipw2100-devel@lists.sourceforge.net
826d2abe
JK
1854L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1855W: http://ipw2200.sourceforge.net
1856S: Supported
1857
1da177e4
LT
1858IOC3 DRIVER
1859P: Ralf Baechle
1860M: ralf@linux-mips.org
1861L: linux-mips@linux-mips.org
1862S: Maintained
1863
1864IP MASQUERADING:
1865P: Juanjo Ciarlante
1866M: jjciarla@raiz.uncu.edu.ar
1867S: Maintained
1868
77d8798b
BS
1869IPATH DRIVER:
1870P: Bryan O'Sullivan
1871M: support@pathscale.com
1872L: openib-general@openib.org
1873S: Supported
1874
4409ebe9
CM
1875IPMI SUBSYSTEM
1876P: Corey Minyard
1877M: minyard@acm.org
1878L: openipmi-developer@lists.sourceforge.net
1879W: http://openipmi.sourceforge.net/
1880S: Supported
1881
1da177e4
LT
1882IPX NETWORK LAYER
1883P: Arnaldo Carvalho de Melo
926554c4 1884M: acme@ghostprotocols.net
979b6c13 1885L: netdev@vger.kernel.org
1da177e4
LT
1886S: Maintained
1887
1888IRDA SUBSYSTEM
f353976d
SO
1889P: Samuel Ortiz
1890M: samuel@sortiz.org
a2ac953d 1891L: irda-users@lists.sourceforge.net (subscribers-only)
1da177e4 1892W: http://irda.sourceforge.net/
f353976d 1893S: Maintained
1da177e4
LT
1894
1895ISAPNP
1896P: Jaroslav Kysela
1897M: perex@suse.cz
1898S: Maintained
1899
1900ISDN SUBSYSTEM
1901P: Karsten Keil
1902M: kkeil@suse.de
1903P: Kai Germaschewski
1904M: kai.germaschewski@gmx.de
1905L: isdn4linux@listserv.isdn4linux.de
1906W: http://www.isdn4linux.de
1adc1230 1907T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1da177e4
LT
1908S: Maintained
1909
1910ISDN SUBSYSTEM (Eicon active card driver)
1911P: Armin Schindler
1912M: mac@melware.de
1913L: isdn4linux@listserv.isdn4linux.de
1914W: http://www.melware.de
1915S: Maintained
1916
1da177e4
LT
1917JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1918P: David Woodhouse
1919M: dwmw2@infradead.org
1920L: jffs-dev@axis.com
1921W: http://sources.redhat.com/jffs2/
1922S: Maintained
1923
1924JFS FILESYSTEM
1925P: Dave Kleikamp
1926M: shaggy@austin.ibm.com
1927L: jfs-discussion@lists.sourceforge.net
1928W: http://jfs.sourceforge.net/
1adc1230 1929T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1da177e4
LT
1930S: Supported
1931
de456d37 1932JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
ae0718f8 1933P: Stephen Tweedie, Andrew Morton
588cc708 1934M: sct@redhat.com, akpm@linux-foundation.org
72be2ccf 1935L: linux-ext4@vger.kernel.org
ae0718f8
TT
1936S: Maintained
1937
4660cb35
RM
1938K8TEMP HARDWARE MONITORING DRIVER
1939P: Rudolf Marek
1940M: r.marek@assembler.cz
1941L: lm-sensors@lm-sensors.org
ae0718f8
TT
1942S: Maintained
1943
1da177e4
LT
1944KCONFIG
1945P: Roman Zippel
1946M: zippel@linux-m68k.org
1947L: kbuild-devel@lists.sourceforge.net
1948S: Maintained
1949
ea6c2089
VG
1950KDUMP
1951P: Vivek Goyal
1952M: vgoyal@in.ibm.com
1953P: Haren Myneni
1954M: hbabu@us.ibm.com
f318a63b 1955L: fastboot@lists.linux-foundation.org
ea6c2089
VG
1956L: linux-kernel@vger.kernel.org
1957W: http://lse.sourceforge.net/kdump/
1958S: Maintained
1959
1da177e4
LT
1960KERNEL AUTOMOUNTER (AUTOFS)
1961P: H. Peter Anvin
1962M: hpa@zytor.com
1963L: autofs@linux.kernel.org
1964S: Odd Fixes
1965
1966KERNEL AUTOMOUNTER v4 (AUTOFS4)
1967P: Ian Kent
1968M: raven@themaw.net
1969L: autofs@linux.kernel.org
1970S: Maintained
1971
1972KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1973P: Kai Germaschewski
1974M: kai@germaschewski.name
1975P: Sam Ravnborg
1976M: sam@ravnborg.org
6fb0425b 1977T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
1da177e4
LT
1978S: Maintained
1979
1980KERNEL JANITORS
1981P: Several
f318a63b 1982L: kernel-janitors@lists.linux-foundation.org
1da177e4 1983W: http://www.kerneljanitors.org/
1da177e4
LT
1984S: Maintained
1985
1986KERNEL NFSD
1987P: Neil Brown
98fac23f 1988M: neilb@suse.de
1da177e4
LT
1989L: nfs@lists.sourceforge.net
1990W: http://nfs.sourceforge.net/
98fac23f 1991S: Supported
1da177e4 1992
426d62e2
AK
1993KERNEL VIRTUAL MACHINE (KVM)
1994P: Avi Kivity
1995M: avi@qumranet.com
1996L: kvm-devel@lists.sourceforge.net
1997W: kvm.sourceforge.net
1998S: Supported
1999
dc009d92
EB
2000KEXEC
2001P: Eric Biederman
dc009d92 2002M: ebiederm@xmission.com
dc009d92
EB
2003W: http://www.xmission.com/~ebiederm/files/kexec/
2004L: linux-kernel@vger.kernel.org
f318a63b 2005L: fastboot@lists.linux-foundation.org
dc009d92
EB
2006S: Maintained
2007
89559a61
PP
2008KPROBES
2009P: Prasanna S Panchamukhi
2010M: prasanna@in.ibm.com
2011P: Ananth N Mavinakayanahalli
2012M: ananth@in.ibm.com
2013P: Anil S Keshavamurthy
2014M: anil.s.keshavamurthy@intel.com
2015P: David S. Miller
2016M: davem@davemloft.net
2017L: linux-kernel@vger.kernel.org
2018S: Maintained
2019
70e84049
MOS
2020KS0108 LCD CONTROLLER DRIVER
2021P: Miguel Ojeda Sandonis
2022M: maxextreme@gmail.com
2023L: linux-kernel@vger.kernel.org
2024S: Maintained
2025
1da177e4 2026LAPB module
1da177e4 2027L: linux-x25@vger.kernel.org
bf9915cc 2028S: Orphan
1da177e4
LT
2029
2030LASI 53c700 driver for PARISC
2031P: James E.J. Bottomley
2032M: James.Bottomley@HansenPartnership.com
2033L: linux-scsi@vger.kernel.org
2034S: Maintained
2035
263de9b5
RP
2036LED SUBSYSTEM
2037P: Richard Purdie
2038M: rpurdie@rpsys.net
2039S: Maintained
2040
1da177e4
LT
2041LEGO USB Tower driver
2042P: Juergen Stuber
2043M: starblue@users.sourceforge.net
2044L: legousb-devel@lists.sourceforge.net
2045W: http://legousb.sourceforge.net/
2046S: Maintained
2047
2048LINUX FOR IBM pSERIES (RS/6000)
2049P: Paul Mackerras
2050M: paulus@au.ibm.com
2051W: http://www.ibm.com/linux/ltc/projects/ppc
2052S: Supported
2053
2054LINUX FOR NCR VOYAGER
2055P: James Bottomley
2056M: James.Bottomley@HansenPartnership.com
2057W: http://www.hansenpartnership.com/voyager
2058S: Maintained
2059
2060LINUX FOR POWERPC
2061P: Paul Mackerras
2062M: paulus@samba.org
2063W: http://www.penguinppc.org/
2064L: linuxppc-dev@ozlabs.org
1adc1230 2065T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1da177e4
LT
2066S: Supported
2067
2068LINUX FOR POWER MACINTOSH
2069P: Benjamin Herrenschmidt
2070M: benh@kernel.crashing.org
2071W: http://www.penguinppc.org/
2072L: linuxppc-dev@ozlabs.org
2073S: Maintained
2074
2075LINUX FOR POWERPC EMBEDDED MPC52XX
2076P: Sylvain Munaut
2077M: tnt@246tNt.com
2078W: http://www.246tNt.com/mpc52xx/
2079W: http://www.penguinppc.org/
2080L: linuxppc-dev@ozlabs.org
2081L: linuxppc-embedded@ozlabs.org
2082S: Maintained
2083
2084LINUX FOR POWERPC EMBEDDED PPC4XX
2085P: Matt Porter
2086M: mporter@kernel.crashing.org
2087W: http://www.penguinppc.org/
2088L: linuxppc-embedded@ozlabs.org
2089S: Maintained
2090
e93adf1e 2091LINUX FOR POWERPC BOOT CODE
1da177e4
LT
2092P: Tom Rini
2093M: trini@kernel.crashing.org
2094W: http://www.penguinppc.org/
2095L: linuxppc-embedded@ozlabs.org
2096S: Maintained
2097
e93adf1e
TR
2098LINUX FOR POWERPC EMBEDDED PPC8XX
2099P: Marcelo Tosatti
2e367a82 2100M: marcelo@kvack.org
e93adf1e
TR
2101W: http://www.penguinppc.org/
2102L: linuxppc-embedded@ozlabs.org
2103S: Maintained
2104
1da177e4 2105LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
ce00f85c
JC
2106P: Kumar Gala
2107M: galak@kernel.crashing.org
2108W: http://www.penguinppc.org/
2109L: linuxppc-embedded@ozlabs.org
2110S: Maintained
1da177e4 2111
ab06ff3a
OJ
2112LINUX FOR POWERPC PA SEMI PWRFICIENT
2113P: Olof Johansson
2114M: olof@lixom.net
2115W: http://www.pasemi.com/
2116L: linuxppc-dev@ozlabs.org
2117S: Supported
2118
1da177e4
LT
2119LLC (802.2)
2120P: Arnaldo Carvalho de Melo
926554c4 2121M: acme@ghostprotocols.net
1da177e4
LT
2122S: Maintained
2123
2124LINUX FOR 64BIT POWERPC
2125P: Paul Mackerras
2126M: paulus@samba.org
2127M: paulus@au.ibm.com
2128P: Anton Blanchard
2129M: anton@samba.org
2130M: anton@au.ibm.com
6d923f98 2131W: http://www.penguinppc.org/ppc64/
1d049816 2132L: linuxppc-dev@ozlabs.org
1da177e4
LT
2133S: Supported
2134
2135LINUX SECURITY MODULE (LSM) FRAMEWORK
2136P: Chris Wright
692a2061 2137M: chrisw@sous-sol.org
1a4520be 2138L: linux-security-module@vger.kernel.org
1da177e4 2139W: http://lsm.immunix.org
1adc1230 2140T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1da177e4
LT
2141S: Supported
2142
2143LM83 HARDWARE MONITOR DRIVER
2144P: Jean Delvare
2145M: khali@linux-fr.org
cc0b07ed 2146L: lm-sensors@lm-sensors.org
1da177e4
LT
2147S: Maintained
2148
2149LM90 HARDWARE MONITOR DRIVER
2150P: Jean Delvare
2151M: khali@linux-fr.org
cc0b07ed 2152L: lm-sensors@lm-sensors.org
1da177e4
LT
2153S: Maintained
2154
2155LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
2156P: Richard Russon (FlatCap)
2157M: ldm@flatcap.org
2158L: ldm-devel@lists.sourceforge.net
2159W: http://ldm.sourceforge.net
2160S: Maintained
2161
c87e34ef
MED
2162LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2163P: Eric Moore
d8a82d7b
EM
2164M: Eric.Moore@lsi.com
2165M: support@lsi.com
2166L: mpt_linux_developer@lsi.com
c87e34ef
MED
2167L: linux-scsi@vger.kernel.org
2168W: http://www.lsilogic.com/support
2169S: Supported
2170
1da177e4
LT
2171LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2172P: Matthew Wilcox
2173M: matthew@wil.cx
2174L: linux-scsi@vger.kernel.org
2175S: Maintained
2176
2177M68K ARCHITECTURE
2178P: Geert Uytterhoeven
2179M: geert@linux-m68k.org
2180P: Roman Zippel
2181M: zippel@linux-m68k.org
2182L: linux-m68k@lists.linux-m68k.org
2183W: http://www.linux-m68k.org/
2184W: http://linux-m68k-cvs.ubb.ca/
2185S: Maintained
2186
2187M68K ON APPLE MACINTOSH
2188P: Joshua Thompson
2189M: funaho@jurai.org
2190W: http://www.mac.linux-m68k.org/
2191L: linux-mac68k@mac.linux-m68k.org
2192S: Maintained
2193
2194M68K ON HP9000/300
2195P: Philip Blundell
2196M: philb@gnu.org
2197W: http://www.tazenda.demon.co.uk/phil/linux-hp
2198S: Maintained
2199
2200MARVELL YUKON / SYSKONNECT DRIVER
2201P: Mirko Lindner
2202M: mlindner@syskonnect.de
2203P: Ralph Roesler
2204M: rroesler@syskonnect.de
2205W: http://www.syskonnect.com
2206S: Supported
2207
faf1668c 2208MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
ce00f85c
JC
2209P: Michael Kerrisk
2210M: mtk-manpages@gmx.net
2211W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2212S: Maintained
faf1668c 2213
b60d6975
DF
2214MARVELL MV643XX ETHERNET DRIVER
2215P: Dale Farnsworth
2216M: dale@farnsworth.org
1da177e4 2217P: Manish Lachwani
b60d6975 2218M: mlachwani@mvista.com
979b6c13 2219L: netdev@vger.kernel.org
b60d6975 2220S: Odd Fixes for 2.4; Maintained for 2.6.
1da177e4
LT
2221
2222MATROX FRAMEBUFFER DRIVER
2223P: Petr Vandrovec
2224M: vandrove@vc.cvut.cz
5cd307c5 2225L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
2226S: Maintained
2227
757e0108 2228MEGARAID SCSI DRIVERS
ce00f85c
JC
2229P: Neela Syam Kolli
2230M: Neela.Kolli@engenio.com
2231S: linux-scsi@vger.kernel.org
2232W: http://megaraid.lsilogic.com
2233S: Maintained
757e0108 2234
70ea91f1
SR
2235MEMORY MANAGEMENT
2236L: linux-mm@kvack.org
2237L: linux-kernel@vger.kernel.org
2238W: http://www.linux-mm.org
2239S: Maintained
2240
f4e9ce66 2241MEMORY TECHNOLOGY DEVICES (MTD)
1da177e4
LT
2242P: David Woodhouse
2243M: dwmw2@infradead.org
2244W: http://www.linux-mtd.infradead.org/
2245L: linux-mtd@lists.infradead.org
f4e9ce66 2246T: git git://git.infradead.org/mtd-2.6.git
1da177e4
LT
2247S: Maintained
2248
48576401
AB
2249UNSORTED BLOCK IMAGES (UBI)
2250P: Artem Bityutskiy
2251M: dedekind@infradead.org
2252W: http://www.linux-mtd.infradead.org/
2253L: linux-mtd@lists.infradead.org
2254T: git git://git.infradead.org/ubi-2.6.git
2255S: Maintained
2256
1da177e4
LT
2257MICROTEK X6 SCANNER
2258P: Oliver Neukum
2259M: oliver@neukum.name
2260S: Maintained
2261
2262MIPS
2263P: Ralf Baechle
2264M: ralf@linux-mips.org
d50f7ec9 2265W: http://www.linux-mips.org/
1da177e4 2266L: linux-mips@linux-mips.org
7425b340
RB
2267T: git www.linux-mips.org:/pub/scm/linux.git
2268S: Supported
1da177e4
LT
2269
2270MISCELLANEOUS MCA-SUPPORT
2271P: James Bottomley
2272M: jejb@steeleye.com
2273L: linux-kernel@vger.kernel.org
2274S: Maintained
2275
2276MODULE SUPPORT
2277P: Rusty Russell
2278M: rusty@rustcorp.com.au
2279L: linux-kernel@vger.kernel.org
2280S: Maintained
2281
2282MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2283P: Stelian Pop
2284M: stelian@popies.net
2285W: http://popies.net/meye/
2286S: Maintained
2287
2288MOUSE AND MISC DEVICES [GENERAL]
2289P: Alessandro Rubini
2290M: rubini@ipvvis.unipv.it
2291L: linux-kernel@vger.kernel.org
2292S: Maintained
2293
d735410a
JS
2294MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2295P: Jiri Slaby
2296M: jirislaby@gmail.com
2297L: linux-kernel@vger.kernel.org
2298S: Maintained
2299
8c4c731a
LP
2300MSI LAPTOP SUPPORT
2301P: Lennart Poettering
2302M: mzxreary@0pointer.de
2303L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2304W: http://0pointer.de/lennart/tchibo.html
2305S: Maintained
2306
1da177e4
LT
2307MTRR AND SIMILAR SUPPORT [i386]
2308P: Richard Gooch
2309M: rgooch@atnf.csiro.au
2310L: linux-kernel@vger.kernel.org
2311W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2312S: Maintained
2313
b9f5d804
PO
2314MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2315P: Pierre Ossman
2316M: drzeus-mmc@drzeus.cx
2317L: linux-kernel@vger.kernel.org
2318S: Maintained
baca2da4 2319
1da177e4
LT
2320MULTISOUND SOUND DRIVER
2321P: Andrew Veliath
2322M: andrewtv@usa.net
2323S: Maintained
2324
d735410a
JS
2325MULTITECH MULTIPORT CARD (ISICOM)
2326P: Jiri Slaby
2327M: jirislaby@gmail.com
2328L: linux-kernel@vger.kernel.org
2329S: Maintained
2330
1da177e4
LT
2331NATSEMI ETHERNET DRIVER (DP8381x)
2332P: Tim Hockin
2333M: thockin@hockin.org
2334S: Maintained
2335
2336NCP FILESYSTEM
2337P: Petr Vandrovec
2338M: vandrove@vc.cvut.cz
2339L: linware@sh.cvut.cz
2340S: Maintained
2341
2342NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2343P: James E.J. Bottomley
2344M: James.Bottomley@HansenPartnership.com
2345L: linux-scsi@vger.kernel.org
2346S: Maintained
2347
be2f2e84
SH
2348NETEM NETWORK EMULATOR
2349P: Stephen Hemminger
65ebe634 2350M: shemminger@linux-foundation.org
f318a63b 2351L: netem@lists.linux-foundation.org
be2f2e84
SH
2352S: Maintained
2353
1da177e4
LT
2354NETFILTER/IPTABLES/IPCHAINS
2355P: Rusty Russell
2356P: Marc Boucher
2357P: James Morris
2358P: Harald Welte
2359P: Jozsef Kadlecsik
82b98543
PM
2360P: Patrick McHardy
2361M: kaber@trash.net
2362L: netfilter-devel@lists.netfilter.org
24a1dec5 2363L: netfilter@lists.netfilter.org (subscribers-only)
82b98543 2364L: coreteam@netfilter.org
1da177e4
LT
2365W: http://www.netfilter.org/
2366W: http://www.iptables.org/
1da177e4
LT
2367S: Supported
2368
4cc67735
PM
2369NETLABEL
2370P: Paul Moore
2371M: paul.moore@hp.com
2372W: http://netlabel.sf.net
2373L: netdev@vger.kernel.org
2374S: Supported
2375
1da177e4
LT
2376NETROM NETWORK LAYER
2377P: Ralf Baechle
2378M: ralf@linux-mips.org
2379L: linux-hams@vger.kernel.org
d34cb28a 2380W: http://www.linux-ax25.org/
1da177e4
LT
2381S: Maintained
2382
5ddb88c0 2383NETWORK BLOCK DEVICE (NBD)
1da177e4
LT
2384P: Paul Clements
2385M: Paul.Clements@steeleye.com
2386S: Maintained
2387
2388NETWORK DEVICE DRIVERS
2389P: Andrew Morton
588cc708 2390M: akpm@linux-foundation.org
1da177e4
LT
2391P: Jeff Garzik
2392M: jgarzik@pobox.com
979b6c13 2393L: netdev@vger.kernel.org
6fb0425b 2394T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
1da177e4
LT
2395S: Maintained
2396
2397NETWORKING [GENERAL]
2398P: Networking Team
979b6c13
RB
2399M: netdev@vger.kernel.org
2400L: netdev@vger.kernel.org
f1465f7e 2401W: http://linux-net.osdl.org/
1da177e4
LT
2402S: Maintained
2403
2404NETWORKING [IPv4/IPv6]
2405P: David S. Miller
2406M: davem@davemloft.net
2407P: Alexey Kuznetsov
2408M: kuznet@ms2.inr.ac.ru
2409P: Pekka Savola (ipv6)
2410M: pekkas@netcore.fi
2411P: James Morris
48de5bee 2412M: jmorris@namei.org
1da177e4
LT
2413P: Hideaki YOSHIFUJI
2414M: yoshfuji@linux-ipv6.org
2415P: Patrick McHardy
2416M: kaber@coreworks.de
979b6c13 2417L: netdev@vger.kernel.org
d5ca3117 2418T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
1da177e4
LT
2419S: Maintained
2420
29f8f632
JL
2421NETWORKING [WIRELESS]
2422P: John W. Linville
2423M: linville@tuxdriver.com
2cb4abd1 2424L: linux-wireless@vger.kernel.org
29f8f632
JL
2425T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2426S: Maintained
2427
3d396eb1
AK
2428NETXEN (1/10) GbE SUPPORT
2429P: Amit S. Kale
2430M: amitkale@netxen.com
2431L: netdev@vger.kernel.org
2432W: http://www.netxen.com
2433S: Supported
2434
1da177e4
LT
2435IPVS
2436P: Wensong Zhang
2437M: wensong@linux-vs.org
9d30c171
H
2438P: Simon Horman
2439M: horms@verge.net.au
1da177e4
LT
2440P: Julian Anastasov
2441M: ja@ssi.bg
9d30c171 2442L: netdev@vger.kernel.org
1da177e4
LT
2443S: Maintained
2444
2445NFS CLIENT
2446P: Trond Myklebust
2447M: trond.myklebust@fys.uio.no
2448L: linux-kernel@vger.kernel.org
2449S: Maintained
2450
2451NI5010 NETWORK DRIVER
5b552b16
AM
2452P: Jan-Pascal van Best
2453M: janpascal@vanbest.org
2454P: Andreas Mohr
2455M: andi@lisas.de
979b6c13 2456L: netdev@vger.kernel.org
1da177e4
LT
2457S: Maintained
2458
2459NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2460P: YOKOTA Hiroshi
2461M: yokota@netlab.is.tsukuba.ac.jp
2462W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2463S: Maintained
2464
2465NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2466P: GOTO Masanori
2467M: gotom@debian.or.jp
2468P: YOKOTA Hiroshi
2469M: yokota@netlab.is.tsukuba.ac.jp
2470W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2471S: Maintained
2472
2473NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2474P: Eberhard Moenkeberg
2475M: emoenke@gwdg.de
2476L: linux-kernel@vger.kernel.org
2477S: Maintained
2478
2479NTFS FILESYSTEM
2480P: Anton Altaparmakov
2481M: aia21@cantab.net
2482L: linux-ntfs-dev@lists.sourceforge.net
2483L: linux-kernel@vger.kernel.org
2484W: http://linux-ntfs.sf.net/
1adc1230 2485T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
1da177e4
LT
2486S: Maintained
2487
9eb8ef74 2488NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
ce00f85c 2489P: Antonino Daplas
0478e62e 2490M: adaplas@gmail.com
5cd307c5 2491L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
ce00f85c 2492S: Maintained
1da177e4 2493
1ded969f
PK
2494OPENCORES I2C BUS DRIVER
2495P: Peter Korsgaard
2496M: jacmet@sunsite.dk
5d925fec 2497L: i2c@lm-sensors.org
1ded969f
PK
2498S: Maintained
2499
ccd979bd
MF
2500ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2501P: Mark Fasheh
2502M: mark.fasheh@oracle.com
2503P: Kurt Hackel
2504M: kurt.hackel@oracle.com
2505L: ocfs2-devel@oss.oracle.com
2506W: http://oss.oracle.com/projects/ocfs2/
2507S: Supported
2508
1da177e4
LT
2509OLYMPIC NETWORK DRIVER
2510P: Peter De Shrijver
2511M: p2@ace.ulyssis.student.kuleuven.ac.be
2512P: Mike Phillips
2513M: mikep@linuxtr.net
979b6c13 2514L: netdev@vger.kernel.org
1da177e4
LT
2515L: linux-tr@linuxtr.net
2516W: http://www.linuxtr.net
2517S: Maintained
2518
c1986ee9
HW
2519OMNIKEY CARDMAN 4000 DRIVER
2520P: Harald Welte
2521M: laforge@gnumonks.org
2522S: Maintained
2523
77c44ab1
HW
2524OMNIKEY CARDMAN 4040 DRIVER
2525P: Harald Welte
2526M: laforge@gnumonks.org
2527S: Maintained
2528
1da177e4
LT
2529ONSTREAM SCSI TAPE DRIVER
2530P: Willem Riede
2531M: osst@riede.org
2532L: osst-users@lists.sourceforge.net
2533L: linux-scsi@vger.kernel.org
2534S: Maintained
2535
2536OPL3-SA2, SA3, and SAx DRIVER
2537P: Zwane Mwaikambo
3c7bf1ea 2538M: zwane@arm.linux.org.uk
1da177e4
LT
2539L: linux-sound@vger.kernel.org
2540S: Maintained
2541
2542OPROFILE
2543P: Philippe Elie
2544M: phil.el@wanadoo.fr
2545L: oprofile-list@lists.sf.net
2546S: Maintained
2547
2548ORINOCO DRIVER
2549P: Pavel Roskin
2550M: proski@gnu.org
2551P: David Gibson
2552M: hermes@gibson.dropbear.id.au
724c6b35 2553L: linux-wireless@vger.kernel.org
ecffdde6
PR
2554L: orinoco-users@lists.sourceforge.net
2555L: orinoco-devel@lists.sourceforge.net
2556W: http://www.nongnu.org/orinoco/
1da177e4
LT
2557S: Maintained
2558
f5cd7872
OJ
2559PA SEMI ETHERNET DRIVER
2560P: Olof Johansson
2561M: olof@lixom.net
2562L: netdev@vger.kernel.org
2563S: Maintained
2564
beb58aa3
OJ
2565PA SEMI SMBUS DRIVER
2566P: Olof Johansson
2567M: olof@lixom.net
2568L: i2c@lm-sensors.org
2569S: Maintained
2570
1da177e4 2571PARALLEL PORT SUPPORT
1da177e4 2572L: linux-parport@lists.infradead.org
5fdc2abe 2573S: Orphan
1da177e4
LT
2574
2575PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2576P: Tim Waugh
2577M: tim@cyberelk.net
2578L: linux-parport@lists.infradead.org
2579W: http://www.torque.net/linux-pp.html
2580S: Maintained
2581
2582PARISC ARCHITECTURE
2583P: Matthew Wilcox
2584M: matthew@wil.cx
2585P: Grant Grundler
2586M: grundler@parisc-linux.org
223232de
KM
2587P: Kyle McMartin
2588M: kyle@parisc-linux.org
1da177e4
LT
2589L: parisc-linux@parisc-linux.org
2590W: http://www.parisc-linux.org/
223232de
KM
2591T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2592T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
1da177e4
LT
2593S: Maintained
2594
1662d32c
JC
2595PC87360 HARDWARE MONITORING DRIVER
2596P: Jim Cromie
2597M: jim.cromie@gmail.com
2598L: lm-sensors@lm-sensors.org
2599S: Maintained
2600
2601PC8736x GPIO DRIVER
2602P: Jim Cromie
2603M: jim.cromie@gmail.com
2604S: Maintained
2605
065c6359
LV
2606PCI ERROR RECOVERY
2607P: Linas Vepstas
2608M: linas@austin.ibm.com
2609L: linux-kernel@vger.kernel.org
2610L: linux-pci@atrey.karlin.mff.cuni.cz
2611S: Supported
2612
1da177e4
LT
2613PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2614P: Thomas Sailer
2615M: sailer@ife.ee.ethz.ch
2616L: linux-sound@vger.kernel.org
2617W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2618S: Maintained
2619
2620PCI SUBSYSTEM
2621P: Greg Kroah-Hartman
2622M: gregkh@suse.de
2623L: linux-kernel@vger.kernel.org
2624L: linux-pci@atrey.karlin.mff.cuni.cz
6fb0425b 2625T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1da177e4
LT
2626S: Supported
2627
2628PCI HOTPLUG CORE
fb5f4d7a
KCA
2629P: Kristen Carlson Accardi
2630M: kristen.c.accardi@intel.com
1da177e4
LT
2631S: Supported
2632
2633PCI HOTPLUG COMPAQ DRIVER
2634P: Greg Kroah-Hartman
2635M: greg@kroah.com
2636S: Maintained
2637
8cf4c195
KA
2638PCIE HOTPLUG DRIVER
2639P: Kristen Carlson Accardi
2640M: kristen.c.accardi@intel.com
2641L: pcihpd-discuss@lists.sourceforge.net
8b59a454 2642S: Supported
8cf4c195 2643
1da177e4 2644PCMCIA SUBSYSTEM
4230dfc9 2645P: Linux PCMCIA Team
f5df5881 2646L: linux-pcmcia@lists.infradead.org
1da177e4 2647L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
6fb0425b 2648T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4230dfc9 2649S: Maintained
1da177e4
LT
2650
2651PCNET32 NETWORK DRIVER
04ce0948 2652P: Don Fry
2653M: pcnet32@verizon.net
979b6c13 2654L: netdev@vger.kernel.org
1da177e4
LT
2655S: Maintained
2656
ad4ecbcb
SN
2657PER-TASK DELAY ACCOUNTING
2658P: Shailabh Nagar
2659M: nagar@watson.ibm.com
2660L: linux-kernel@vger.kernel.org
2661S: Maintained
2662
dd49d0f5
JC
2663PERSONALITY HANDLING
2664P: Christoph Hellwig
2665M: hch@infradead.org
2666L: linux-abi-devel@lists.sourceforge.net
2667S: Maintained
2668
1da177e4
LT
2669PHRAM MTD DRIVER
2670