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