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