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