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