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