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