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