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