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