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