]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame_incremental - MAINTAINERS
UBI: bugfix in ubi_leb_change()
[mirror_ubuntu-artful-kernel.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.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
38
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
42
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
45
46 PLEASE remember that submissions must be made under the terms
47 of the OSDL certificate of contribution
48 (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
49 and should include a Signed-off-by: line.
50
516. Make sure you have the right to send any changes you make. If you
52 do changes at work you may find your employer owns the patch
53 not you.
54
557. When sending security related changes or reports to a maintainer
56 please Cc: security@kernel.org, especially if the maintainer
57 does not respond.
58
598. Happy hacking.
60
61 -----------------------------------
62
63Maintainers List (try to look for most precise areas first)
64
65Note: For the hard of thinking, this list is meant to remain in alphabetical
66order. If you could add yourselves to it in alphabetical order that would be
67so much easier [Ed]
68
69P: Person
70M: Mail patches to
71L: Mailing list that is relevant to this area
72W: Web-page with status/info
73T: SCM tree type and location. Type is one of: git, hg, quilt.
74S: Status, one of the following:
75
76 Supported: Someone is actually paid to look after this.
77 Maintained: Someone actually looks after it.
78 Odd Fixes: It has a maintainer but they don't have time to do
79 much other than throw the odd patch in. See below..
80 Orphan: No current maintainer [but maybe you could take the
81 role as you write your new code].
82 Obsolete: Old code. Something tagged obsolete generally means
83 it has been replaced by a better system and you
84 should be using that.
85
863C359 NETWORK DRIVER
87P: Mike Phillips
88M: mikep@linuxtr.net
89L: netdev@vger.kernel.org
90L: linux-tr@linuxtr.net
91W: http://www.linuxtr.net
92S: Maintained
93
943C505 NETWORK DRIVER
95P: Philip Blundell
96M: philb@gnu.org
97L: netdev@vger.kernel.org
98S: Maintained
99
1003CR990 NETWORK DRIVER
101P: David Dillow
102M: dave@thedillows.org
103L: netdev@vger.kernel.org
104S: Maintained
105
1063W-XXXX ATA-RAID CONTROLLER DRIVER
107P: Adam Radford
108M: linuxraid@amcc.com
109L: linux-scsi@vger.kernel.org
110W: http://www.amcc.com
111S: Supported
112
1133W-9XXX SATA-RAID CONTROLLER DRIVER
114P: Adam Radford
115M: linuxraid@amcc.com
116L: linux-scsi@vger.kernel.org
117W: http://www.amcc.com
118S: Supported
119
12053C700 AND 53C700-66 SCSI DRIVER
121P: James E.J. Bottomley
122M: James.Bottomley@HansenPartnership.com
123L: linux-scsi@vger.kernel.org
124S: Maintained
125
1266PACK NETWORK DRIVER FOR AX.25
127P: Andreas Koensgen
128M: ajk@iehk.rwth-aachen.de
129L: linux-hams@vger.kernel.org
130S: Maintained
131
1328139CP 10/100 FAST ETHERNET DRIVER
133P: Jeff Garzik
134M: jgarzik@pobox.com
135S: Maintained
136
1378139TOO 10/100 FAST ETHERNET DRIVER
138P: Jeff Garzik
139M: jgarzik@pobox.com
140W: http://sourceforge.net/projects/gkernel/
141S: Maintained
142
1438169 10/100/1000 GIGABIT ETHERNET DRIVER
144P: Francois Romieu
145M: romieu@fr.zoreil.com
146L: netdev@vger.kernel.org
147S: Maintained
148
1498250/16?50 (AND CLONE UARTS) SERIAL DRIVER
150L: linux-serial@vger.kernel.org
151W: http://serial.sourceforge.net
152S: Orphan
153
1548390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
155P: Paul Gortmaker
156M: p_gortmaker@yahoo.com
157L: netdev@vger.kernel.org
158S: Maintained
159
1609P FILE SYSTEM
161P: Eric Van Hensbergen
162M: ericvh@gmail.com
163P: Ron Minnich
164M: rminnich@lanl.gov
165P: Latchesar Ionkov
166M: lucho@ionkov.net
167L: v9fs-developer@lists.sourceforge.net
168W: http://v9fs.sf.net
169T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
170S: Maintained
171
172A2232 SERIAL BOARD DRIVER
173P: Enver Haase
174M: ehaase@inf.fu-berlin.de
175M: A2232@gmx.net
176L: linux-m68k@lists.linux-m68k.org
177S: Maintained
178
179AIO
180P: Benjamin LaHaise
181M: bcrl@kvack.org
182L: linux-aio@kvack.org
183S: Supported
184
185ABIT UGURU HARDWARE MONITOR DRIVER
186P: Hans de Goede
187M: j.w.r.degoede@hhs.nl
188L: lm-sensors@lm-sensors.org
189S: Maintained
190
191ACENIC DRIVER
192P: Jes Sorensen
193M: jes@trained-monkey.org
194L: linux-acenic@sunsite.dk
195S: Maintained
196
197IPS SCSI RAID DRIVER
198P: Adaptec OEM Raid Solutions
199M: aacraid@adaptec.com
200L: linux-scsi@vger.kernel.org
201W: http://www.adaptec.com/
202S: Maintained
203
204DPT_I2O SCSI RAID DRIVER
205P: Adaptec OEM Raid Solutions
206M: aacraid@adaptec.com
207L: linux-scsi@vger.kernel.org
208W: http://www.adaptec.com/
209S: Maintained
210
211AACRAID SCSI RAID DRIVER
212P: Adaptec OEM Raid Solutions
213M: aacraid@adaptec.com
214L: linux-scsi@vger.kernel.org
215W: http://www.adaptec.com/
216S: Supported
217
218ACPI
219P: Len Brown
220M: len.brown@intel.com
221M: lenb@kernel.org
222L: linux-acpi@vger.kernel.org
223W: http://acpi.sourceforge.net/
224T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
225S: Supported
226
227ACPI BATTERY DRIVERS
228P: Vladimir P. Lebedev
229M: vladimir.p.lebedev@intel.com
230L: linux-acpi@vger.kernel.org
231W: http://acpi.sourceforge.net/
232S: Supported
233
234ACPI EC DRIVER
235P: Alexey Starikovskiy
236M: alexey.y.starikovskiy@linux.intel.com
237L: linux-acpi@vger.kernel.org
238W: http://acpi.sourceforge.net/
239S: Supported
240
241ACPI FAN DRIVER
242P: Konstantin A. Karasyov
243M: konstantin.a.karasyov@intel.com
244L: linux-acpi@vger.kernel.org
245W: http://acpi.sourceforge.net/
246S: Supported
247
248ACPI PCI HOTPLUG DRIVER
249P: Kristen Carlson Accardi
250M: kristen.c.accardi@intel.com
251L: pcihpd-discuss@lists.sourceforge.net
252S: Supported
253
254ACPI THERMAL DRIVER
255P: Konstantin A. Karasyov
256M: konstantin.a.karasyov@intel.com
257L: linux-acpi@vger.kernel.org
258W: http://acpi.sourceforge.net/
259S: Supported
260
261ACPI VIDEO DRIVER
262P: Luming Yu
263M: luming.yu@intel.com
264L: linux-acpi@vger.kernel.org
265W: http://acpi.sourceforge.net/
266S: Supported
267
268ADM1025 HARDWARE MONITOR DRIVER
269P: Jean Delvare
270M: khali@linux-fr.org
271L: lm-sensors@lm-sensors.org
272S: Maintained
273
274ADM1029 HARDWARE MONITOR DRIVER
275P: Corentin Labbe
276M: corentin.labbe@geomatys.fr
277L: lm-sensors@lm-sensors.org
278S: Maintained
279
280ADT746X FAN DRIVER
281P: Colin Leroy
282M: colin@colino.net
283S: Maintained
284
285AEDSP16 DRIVER
286P: Riccardo Facchetti
287M: fizban@tin.it
288S: Maintained
289
290AFFS FILE SYSTEM
291P: Roman Zippel
292M: zippel@linux-m68k.org
293S: Maintained
294
295AGPGART DRIVER
296P: David Airlie
297M: airlied@linux.ie
298T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
299S: Maintained
300
301AHA152X SCSI DRIVER
302P: Juergen E. Fischer
303M: Juergen Fischer <fischer@norbit.de>
304L: linux-scsi@vger.kernel.org
305S: Maintained
306
307ALCATEL SPEEDTOUCH USB DRIVER
308P: Duncan Sands
309M: duncan.sands@free.fr
310L: linux-usb-users@lists.sourceforge.net
311L: linux-usb-devel@lists.sourceforge.net
312W: http://www.linux-usb.org/SpeedTouch/
313S: Maintained
314
315ALCHEMY AU1XX0 MMC DRIVER
316S: Orphan
317
318ALI1563 I2C DRIVER
319P: Rudolf Marek
320M: r.marek@assembler.cz
321L: i2c@lm-sensors.org
322S: Maintained
323
324ALPHA PORT
325P: Richard Henderson
326M: rth@twiddle.net
327S: Odd Fixes for 2.4; Maintained for 2.6.
328P: Ivan Kokshaysky
329M: ink@jurassic.park.msu.ru
330S: Maintained for 2.4; PCI support for 2.6.
331
332AMD GEODE PROCESSOR/CHIPSET SUPPORT
333P: Jordan Crouse
334M: info-linux@geode.amd.com
335L: info-linux@geode.amd.com
336W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
337S: Supported
338
339AMS (Apple Motion Sensor) DRIVER
340P: Stelian Pop
341M: stelian@popies.net
342P: Michael Hanselmann
343M: linux-kernel@hansmi.ch
344S: Supported
345
346AMSO1100 RNIC DRIVER
347P: Tom Tucker
348M: tom@opengridcomputing.com
349P: Steve Wise
350M: swise@opengridcomputing.com
351L: general@lists.openfabrics.org
352S: Maintained
353
354AOA (Apple Onboard Audio) ALSA DRIVER
355P: Johannes Berg
356M: johannes@sipsolutions.net
357L: linuxppc-dev@ozlabs.org
358L: alsa-devel@alsa-project.org (subscribers-only)
359S: Maintained
360
361APM DRIVER
362P: Stephen Rothwell
363M: sfr@canb.auug.org.au
364L: linux-laptop@vger.kernel.org
365W: http://www.canb.auug.org.au/~sfr/
366S: Supported
367
368APPLE SMC DRIVER
369P: Nicolas Boichat
370M: nicolas@boichat.ch
371L: mactel-linux-devel@lists.sourceforge.net
372S: Maintained
373
374APPLETALK NETWORK LAYER
375P: Arnaldo Carvalho de Melo
376M: acme@ghostprotocols.net
377S: Maintained
378
379ARC FRAMEBUFFER DRIVER
380P: Jaya Kumar
381M: jayalk@intworks.biz
382S: Maintained
383
384ARM26 ARCHITECTURE
385P: Ian Molton
386M: spyro@f2s.com
387S: Maintained
388
389ARM26/ARCHIMEDES
390P: Ian Molton
391M: spyro@f2s.com
392S: Maintained
393
394ARM26/A5000
395P: John Appleby
396M: john@dnsworld.co.uk
397S: Maintained
398
399ARM MFM AND FLOPPY DRIVERS
400P: Ian Molton
401M: spyro@f2s.com
402S: Maintained
403
404ARM PRIMECELL MMCI PL180/1 DRIVER
405P: Russell King
406M: rmk@arm.linux.org.uk
407L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
408S: Maintained
409
410ARM/ADI ROADRUNNER MACHINE SUPPORT
411P: Lennert Buytenhek
412M: kernel@wantstofly.org
413L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
414S: Maintained
415
416ARM/ADS SPHERE MACHINE SUPPORT
417P: Lennert Buytenhek
418M: kernel@wantstofly.org
419L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
420S: Maintained
421
422ARM/AJECO 1ARM MACHINE SUPPORT
423P: Lennert Buytenhek
424M: kernel@wantstofly.org
425L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
426S: Maintained
427
428ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
429P: Andrew Victor
430M: andrew@sanpeople.com
431L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
432W: http://maxim.org.za/at91_26.html
433S: Maintained
434
435ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
436P: Lennert Buytenhek
437M: kernel@wantstofly.org
438L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
439S: Maintained
440
441ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
442P: Lennert Buytenhek
443M: kernel@wantstofly.org
444L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
445S: Maintained
446
447ARM/CORGI MACHINE SUPPORT
448P: Richard Purdie
449M: rpurdie@rpsys.net
450S: Maintained
451
452ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
453P: Lennert Buytenhek
454M: kernel@wantstofly.org
455L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
456S: Maintained
457
458ARM/HP JORNADA 7XX MACHINE SUPPORT
459P: Kristoffer Ericson
460M: kristoffer_e1@hotmail.com
461W: www.jlime.com
462S: Maintained
463
464ARM/INTEL IOP32X ARM ARCHITECTURE
465P: Lennert Buytenhek
466M: kernel@wantstofly.org
467P: Dan Williams
468M: dan.j.williams@intel.com
469L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
470S: Supported
471
472ARM/INTEL IOP33X ARM ARCHITECTURE
473P: Dan Williams
474M: dan.j.williams@intel.com
475L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
476S: Supported
477
478ARM/INTEL IOP13XX ARM ARCHITECTURE
479P: Lennert Buytenhek
480M: kernel@wantstofly.org
481P: Dan Williams
482M: dan.j.williams@intel.com
483L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
484S: Supported
485
486ARM/INTEL IQ81342EX MACHINE SUPPORT
487P: Lennert Buytenhek
488M: kernel@wantstofly.org
489P: Dan Williams
490M: dan.j.williams@intel.com
491L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
492S: Supported
493
494ARM/INTEL IXP2000 ARM ARCHITECTURE
495P: Lennert Buytenhek
496M: kernel@wantstofly.org
497L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
498S: Maintained
499
500ARM/INTEL IXDP2850 MACHINE SUPPORT
501P: Lennert Buytenhek
502M: kernel@wantstofly.org
503L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
504S: Maintained
505
506ARM/INTEL IXP23XX ARM ARCHITECTURE
507P: Lennert Buytenhek
508M: kernel@wantstofly.org
509L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
510S: Maintained
511
512ARM/INTEL XSC3 (MANZANO) ARM CORE
513P: Lennert Buytenhek
514M: kernel@wantstofly.org
515P: Dan Williams
516M: dan.j.williams@intel.com
517L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
518S: Supported
519
520ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
521P: Lennert Buytenhek
522M: kernel@wantstofly.org
523L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
524S: Maintained
525
526ARM/LOGICPD PXA270 MACHINE SUPPORT
527P: Lennert Buytenhek
528M: kernel@wantstofly.org
529L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
530S: Maintained
531
532ARM/TOSA MACHINE SUPPORT
533P: Dirk Opfer
534M: dirk@opfer-online.de
535S: Maintained
536
537ARM/PLEB SUPPORT
538P: Peter Chubb
539M: pleb@gelato.unsw.edu.au
540W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
541S: Maintained
542
543ARM/PT DIGITAL BOARD PORT
544P: Stefan Eletzhofer
545M: stefan.eletzhofer@eletztrick.de
546L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
547W: http://www.arm.linux.org.uk/
548S: Maintained
549
550ARM/RADISYS ENP2611 MACHINE SUPPORT
551P: Lennert Buytenhek
552M: kernel@wantstofly.org
553L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
554S: Maintained
555
556ARM/SHARK MACHINE SUPPORT
557P: Alexander Schulz
558M: alex@shark-linux.de
559W: http://www.shark-linux.de/shark.html
560S: Maintained
561
562ARM/STRONGARM110 PORT
563P: Russell King
564M: rmk@arm.linux.org.uk
565L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
566W: http://www.arm.linux.org.uk/
567S: Maintained
568
569ARM/S3C2410 ARM ARCHITECTURE
570P: Ben Dooks
571M: ben-linux@fluff.org
572L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
573W: http://www.fluff.org/ben/linux/
574S: Maintained
575
576ARM/S3C2440 ARM ARCHITECTURE
577P: Ben Dooks
578M: ben-linux@fluff.org
579L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
580W: http://www.fluff.org/ben/linux/
581S: Maintained
582
583ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
584P: Lennert Buytenhek
585M: kernel@wantstofly.org
586L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
587S: Maintained
588
589ARM/THECUS N2100 MACHINE SUPPORT
590P: Lennert Buytenhek
591M: kernel@wantstofly.org
592L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
593S: Maintained
594
595ARPD SUPPORT
596P: Jonathan Layes
597L: netdev@vger.kernel.org
598S: Maintained
599
600ASUS ACPI EXTRAS DRIVER
601P: Corentin Chary
602M: corentincj@iksaif.net
603P: Karol Kozimor
604M: sziwan@users.sourceforge.net
605L: acpi4asus-user@lists.sourceforge.net
606W: http://sourceforge.net/projects/acpi4asus
607W: http://xf.iksaif.net/acpi4asus
608S: Maintained
609
610ASUS LAPTOP EXTRAS DRIVER
611P: Corentin Chary
612M: corentincj@iksaif.net
613L: acpi4asus-user@lists.sourceforge.net
614W: http://sourceforge.net/projects/acpi4asus
615W: http://xf.iksaif.net/acpi4asus
616S: Maintained
617
618ATA OVER ETHERNET DRIVER
619P: Ed L. Cashin
620M: ecashin@coraid.com
621W: http://www.coraid.com/support/linux
622S: Supported
623
624ATL1 ETHERNET DRIVER
625P: Jay Cliburn
626M: jcliburn@gmail.com
627P: Chris Snook
628M: csnook@redhat.com
629L: atl1-devel@lists.sourceforge.net
630W: http://sourceforge.net/projects/atl1
631W: http://atl1.sourceforge.net
632S: Maintained
633
634ATM
635P: Chas Williams
636M: chas@cmf.nrl.navy.mil
637L: linux-atm-general@lists.sourceforge.net (subscribers-only)
638W: http://linux-atm.sourceforge.net
639S: Maintained
640
641ATMEL AT91 MCI DRIVER
642S: Orphan
643
644ATMEL MACB ETHERNET DRIVER
645P: Haavard Skinnemoen
646M: hskinnemoen@atmel.com
647S: Supported
648
649ATMEL SPI DRIVER
650P: Haavard Skinnemoen
651M: hskinnemoen@atmel.com
652S: Supported
653
654ATMEL WIRELESS DRIVER
655P: Simon Kelley
656M: simon@thekelleys.org.uk
657L: linux-wireless@vger.kernel.org
658W: http://www.thekelleys.org.uk/atmel
659W: http://atmelwlandriver.sourceforge.net/
660S: Maintained
661
662AUDIT SUBSYSTEM
663P: David Woodhouse
664M: dwmw2@infradead.org
665L: linux-audit@redhat.com
666W: http://people.redhat.com/sgrubb/audit/
667T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
668S: Maintained
669
670AUXILIARY DISPLAY DRIVERS
671P: Miguel Ojeda Sandonis
672M: maxextreme@gmail.com
673L: linux-kernel@vger.kernel.org
674W: http://auxdisplay.googlepages.com/
675S: Maintained
676
677AVR32 ARCHITECTURE
678P: Haavard Skinnemoen
679M: hskinnemoen@atmel.com
680W: http://www.atmel.com/products/AVR32/
681W: http://avr32linux.org/
682W: http://avrfreaks.net/
683S: Supported
684
685AVR32/AT32AP MACHINE SUPPORT
686P: Haavard Skinnemoen
687M: hskinnemoen@atmel.com
688S: Supported
689
690AX.25 NETWORK LAYER
691P: Ralf Baechle
692M: ralf@linux-mips.org
693L: linux-hams@vger.kernel.org
694W: http://www.linux-ax25.org/
695S: Maintained
696
697BACKLIGHT CLASS/SUBSYSTEM
698P: Richard Purdie
699M: rpurdie@rpsys.net
700S: Maintained
701
702BLACKFIN ARCHITECTURE
703P: Aubrey Li
704M: aubrey.li@analog.com
705P: Bernd Schmidt
706M: bernd.schmidt@analog.com
707P: Bryan Wu
708M: bryan.wu@analog.com
709P: Grace Pan
710M: grace.pan@analog.com
711P: Marc Hoffman
712M: marc.hoffman@analog.com
713P: Michael Hennerich
714M: michael.hennerich@analog.com
715P: Mike Frysinger
716M: michael.frysinger@analog.com
717P: Jerry Zeng
718M: jerry.zeng@analog.com
719P: Jie Zhang
720M: jie.zhang@analog.com
721P: Robin Getz
722M: robin.getz@analog.com
723P: Roy Huang
724M: roy.huang@analog.com
725P: Sonic Zhang
726M: sonic.zhang@analog.com
727P: Vivi Li
728M: vivi.li@analog.com
729P: Yi Li
730M: yi.li@analog.com
731L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
732W: http://blackfin.uclinux.org
733S: Supported
734
735BLACKFIN RTC DRIVER
736P: Mike Frysinger
737M: michael.frysinger@analog.com
738M: vapier.adi@gmail.com
739L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
740W: http://blackfin.uclinux.org
741S: Supported
742
743BLACKFIN SERIAL DRIVER
744P: Aubrey Li
745M: aubrey.li@analog.com
746L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
747W: http://blackfin.uclinux.org
748S: Supported
749
750BAYCOM/HDLCDRV DRIVERS FOR AX.25
751P: Thomas Sailer
752M: t.sailer@alumni.ethz.ch
753L: linux-hams@vger.kernel.org
754W: http://www.baycom.org/~tom/ham/ham.html
755S: Maintained
756
757BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
758P: Larry Finger
759M: Larry.Finger@lwfinger.net
760P: Stefano Brivio
761M: st3@riseup.net
762L: linux-wireless@vger.kernel.org
763W: http://bcm43xx.berlios.de/
764S: Maintained
765
766BEFS FILE SYSTEM
767P: Sergey S. Kostyliov
768M: rathamahata@php4.ru
769L: linux-kernel@vger.kernel.org
770S: Maintained
771
772BFS FILE SYSTEM
773P: Tigran A. Aivazian
774M: tigran@aivazian.fsnet.co.uk
775L: linux-kernel@vger.kernel.org
776S: Maintained
777
778BLACKFIN I2C TWI DRIVER
779P: Sonic Zhang
780M: sonic.zhang@analog.com
781L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
782W: http://blackfin.uclinux.org/
783S: Supported
784
785BLOCK LAYER
786P: Jens Axboe
787M: axboe@kernel.dk
788L: linux-kernel@vger.kernel.org
789T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
790S: Maintained
791
792BLUETOOTH SUBSYSTEM
793P: Marcel Holtmann
794M: marcel@holtmann.org
795P: Maxim Krasnyansky
796M: maxk@qualcomm.com
797L: bluez-devel@lists.sf.net
798W: http://bluez.sf.net
799W: http://www.bluez.org
800W: http://www.holtmann.org/linux/bluetooth/
801T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
802S: Maintained
803
804BLUETOOTH RFCOMM LAYER
805P: Marcel Holtmann
806M: marcel@holtmann.org
807P: Maxim Krasnyansky
808M: maxk@qualcomm.com
809S: Maintained
810
811BLUETOOTH BNEP LAYER
812P: Marcel Holtmann
813M: marcel@holtmann.org
814P: Maxim Krasnyansky
815M: maxk@qualcomm.com
816S: Maintained
817
818BLUETOOTH CMTP LAYER
819P: Marcel Holtmann
820M: marcel@holtmann.org
821S: Maintained
822
823BLUETOOTH HIDP LAYER
824P: Marcel Holtmann
825M: marcel@holtmann.org
826S: Maintained
827
828BLUETOOTH HCI UART DRIVER
829P: Marcel Holtmann
830M: marcel@holtmann.org
831P: Maxim Krasnyansky
832M: maxk@qualcomm.com
833S: Maintained
834
835BLUETOOTH HCI USB DRIVER
836P: Marcel Holtmann
837M: marcel@holtmann.org
838P: Maxim Krasnyansky
839M: maxk@qualcomm.com
840S: Maintained
841
842BLUETOOTH HCI BCM203X DRIVER
843P: Marcel Holtmann
844M: marcel@holtmann.org
845S: Maintained
846
847BLUETOOTH HCI BPA10X DRIVER
848P: Marcel Holtmann
849M: marcel@holtmann.org
850S: Maintained
851
852BLUETOOTH HCI BFUSB DRIVER
853P: Marcel Holtmann
854M: marcel@holtmann.org
855S: Maintained
856
857BLUETOOTH HCI DTL1 DRIVER
858P: Marcel Holtmann
859M: marcel@holtmann.org
860S: Maintained
861
862BLUETOOTH HCI BLUECARD DRIVER
863P: Marcel Holtmann
864M: marcel@holtmann.org
865S: Maintained
866
867BLUETOOTH HCI BT3C DRIVER
868P: Marcel Holtmann
869M: marcel@holtmann.org
870S: Maintained
871
872BLUETOOTH HCI BTUART DRIVER
873P: Marcel Holtmann
874M: marcel@holtmann.org
875S: Maintained
876
877BLUETOOTH HCI VHCI DRIVER
878P: Maxim Krasnyansky
879M: maxk@qualcomm.com
880S: Maintained
881
882BONDING DRIVER
883P: Chad Tindel
884M: ctindel@users.sourceforge.net
885P: Jay Vosburgh
886M: fubar@us.ibm.com
887L: bonding-devel@lists.sourceforge.net
888W: http://sourceforge.net/projects/bonding/
889S: Supported
890
891BROADBAND PROCESSOR ARCHITECTURE
892P: Arnd Bergmann
893M: arnd@arndb.de
894L: linuxppc-dev@ozlabs.org
895W: http://www.penguinppc.org/ppc64/
896S: Supported
897
898BROADCOM B44 10/100 ETHERNET DRIVER
899P: Gary Zambrano
900M: zambrano@broadcom.com
901L: netdev@vger.kernel.org
902S: Supported
903
904BROADCOM BNX2 GIGABIT ETHERNET DRIVER
905P: Michael Chan
906M: mchan@broadcom.com
907L: netdev@vger.kernel.org
908S: Supported
909
910BROADCOM TG3 GIGABIT ETHERNET DRIVER
911P: Michael Chan
912M: mchan@broadcom.com
913L: netdev@vger.kernel.org
914S: Supported
915
916BSG (block layer generic sg v4 driver)
917P: FUJITA Tomonori
918M: fujita.tomonori@lab.ntt.co.jp
919L: linux-scsi@vger.kernel.org
920S: Supported
921
922BTTV VIDEO4LINUX DRIVER
923P: Mauro Carvalho Chehab
924M: mchehab@infradead.org
925M: v4l-dvb-maintainer@linuxtv.org
926L: video4linux-list@redhat.com
927W: http://linuxtv.org
928T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
929S: Maintained
930
931CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
932P: Jonathan Corbet
933M: corbet@lwn.net
934L: video4linux-list@redhat.com
935S: Maintained
936
937CALGARY x86-64 IOMMU
938P: Muli Ben-Yehuda
939M: muli@il.ibm.com
940P: Jon D. Mason
941M: jdmason@kudzu.us
942L: linux-kernel@vger.kernel.org
943L: discuss@x86-64.org
944S: Maintained
945
946CFAG12864B LCD DRIVER
947P: Miguel Ojeda Sandonis
948M: maxextreme@gmail.com
949L: linux-kernel@vger.kernel.org
950W: http://auxdisplay.googlepages.com/
951S: Maintained
952
953CFAG12864BFB LCD FRAMEBUFFER DRIVER
954P: Miguel Ojeda Sandonis
955M: maxextreme@gmail.com
956L: linux-kernel@vger.kernel.org
957W: http://auxdisplay.googlepages.com/
958S: Maintained
959
960CFG80211 and NL80211
961P: Johannes Berg
962M: johannes@sipsolutions.net
963L: linux-wireless@vger.kernel.org
964S: Maintained
965
966CHECKPATCH
967P: Andy Whitcroft
968M: apw@shadowen.org
969P: Randy Dunlap
970M: rdunlap@xenotime.net
971P: Joel Schopp
972M: jschopp@austin.ibm.com
973S: Supported
974
975COMMON INTERNET FILE SYSTEM (CIFS)
976P: Steve French
977M: sfrench@samba.org
978L: linux-cifs-client@lists.samba.org
979L: samba-technical@lists.samba.org
980W: http://us1.samba.org/samba/Linux_CIFS_client.html
981T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
982S: Supported
983
984CONFIGFS
985P: Joel Becker
986M: joel.becker@oracle.com
987L: linux-kernel@vger.kernel.org
988S: Supported
989
990CIRRUS LOGIC EP93XX ETHERNET DRIVER
991P: Lennert Buytenhek
992M: kernel@wantstofly.org
993L: netdev@vger.kernel.org
994S: Maintained
995
996CIRRUS LOGIC GENERIC FBDEV DRIVER
997P: Jeff Garzik
998M: jgarzik@pobox.com
999L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1000S: Odd Fixes
1001
1002CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1003P: Lennert Buytenhek
1004M: kernel@wantstofly.org
1005L: linux-usb-devel@lists.sourceforge.net
1006S: Maintained
1007
1008CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1009P: Cirrus Logic Corporation (kernel 2.2 driver)
1010M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1011P: Nils Faerber (port to kernel 2.4)
1012M: Nils Faerber <nils@kernelconcepts.de>
1013S: Maintained
1014
1015CODA FILE SYSTEM
1016P: Jan Harkes
1017M: jaharkes@cs.cmu.edu
1018M: coda@cs.cmu.edu
1019L: codalist@coda.cs.cmu.edu
1020W: http://www.coda.cs.cmu.edu/
1021S: Maintained
1022
1023COMPACTPCI HOTPLUG CORE
1024P: Scott Murray
1025M: scottm@somanetworks.com
1026M: scott@spiteful.org
1027L: pcihpd-discuss@lists.sourceforge.net
1028S: Supported
1029
1030COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1031P: Scott Murray
1032M: scottm@somanetworks.com
1033M: scott@spiteful.org
1034L: pcihpd-discuss@lists.sourceforge.net
1035S: Supported
1036
1037COMPACTPCI HOTPLUG GENERIC DRIVER
1038P: Scott Murray
1039M: scottm@somanetworks.com
1040M: scott@spiteful.org
1041L: pcihpd-discuss@lists.sourceforge.net
1042S: Supported
1043
1044COMPUTONE INTELLIPORT MULTIPORT CARD
1045P: Michael H. Warfield
1046M: mhw@wittsend.com
1047W: http://www.wittsend.com/computone.html
1048S: Maintained
1049
1050CONEXANT ACCESSRUNNER USB DRIVER
1051P: Simon Arlott
1052M: cxacru@fire.lp0.eu
1053L: accessrunner-general@lists.sourceforge.net
1054W: http://accessrunner.sourceforge.net/
1055S: Maintained
1056
1057CORETEMP HARDWARE MONITORING DRIVER
1058P: Rudolf Marek
1059M: r.marek@assembler.cz
1060L: lm-sensors@lm-sensors.org
1061S: Maintained
1062
1063COSA/SRP SYNC SERIAL DRIVER
1064P: Jan "Yenya" Kasprzak
1065M: kas@fi.muni.cz
1066W: http://www.fi.muni.cz/~kas/cosa/
1067S: Maintained
1068
1069CPU FREQUENCY DRIVERS
1070P: Dave Jones
1071M: davej@codemonkey.org.uk
1072L: cpufreq@lists.linux.org.uk
1073W: http://www.codemonkey.org.uk/projects/cpufreq/
1074T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1075S: Maintained
1076
1077CPUID/MSR DRIVER
1078P: H. Peter Anvin
1079M: hpa@zytor.com
1080S: Maintained
1081
1082CPUSETS
1083P: Paul Jackson
1084P: Simon Derr
1085M: pj@sgi.com
1086M: simon.derr@bull.net
1087L: linux-kernel@vger.kernel.org
1088W: http://www.bullopensource.org/cpuset/
1089S: Supported
1090
1091CRAMFS FILESYSTEM
1092W: http://sourceforge.net/projects/cramfs/
1093S: Orphan
1094
1095CRIS PORT
1096P: Mikael Starvik
1097M: starvik@axis.com
1098L: dev-etrax@axis.com
1099W: http://developer.axis.com
1100S: Maintained
1101
1102CRYPTO API
1103P: Herbert Xu
1104M: herbert@gondor.apana.org.au
1105P: David S. Miller
1106M: davem@davemloft.net
1107L: linux-crypto@vger.kernel.org
1108T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1109S: Maintained
1110
1111CS5535 Audio ALSA driver
1112P: Jaya Kumar
1113M: jayakumar.alsa@gmail.com
1114S: Maintained
1115
1116CYBERPRO FB DRIVER
1117P: Russell King
1118M: rmk@arm.linux.org.uk
1119W: http://www.arm.linux.org.uk/
1120S: Maintained
1121
1122CYBLAFB FRAMEBUFFER DRIVER
1123P: Knut Petersen
1124M: Knut_Petersen@t-online.de
1125L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1126S: Maintained
1127
1128CYCLADES 2X SYNC CARD DRIVER
1129P: Arnaldo Carvalho de Melo
1130M: acme@ghostprotocols.net
1131W: http://oops.ghostprotocols.net:81/blog
1132S: Maintained
1133
1134CYCLADES ASYNC MUX DRIVER
1135W: http://www.cyclades.com/
1136S: Orphan
1137
1138CYCLADES PC300 DRIVER
1139W: http://www.cyclades.com/
1140S: Orphan
1141
1142DAMA SLAVE for AX.25
1143P: Joerg Reuter
1144M: jreuter@yaina.de
1145W: http://yaina.de/jreuter/
1146W: http://www.qsl.net/dl1bke/
1147L: linux-hams@vger.kernel.org
1148S: Maintained
1149
1150DC395x SCSI driver
1151P: Oliver Neukum
1152M: oliver@neukum.name
1153P: Ali Akcaagac
1154M: aliakc@web.de
1155P: Jamie Lenehan
1156M: lenehan@twibble.org
1157W: http://twibble.org/dist/dc395x/
1158L: dc395x@twibble.org
1159L: http://lists.twibble.org/mailman/listinfo/dc395x/
1160S: Maintained
1161
1162DC390/AM53C974 SCSI driver
1163P: Kurt Garloff
1164M: garloff@suse.de
1165W: http://www.garloff.de/kurt/linux/dc390/
1166P: Guennadi Liakhovetski
1167M: g.liakhovetski@gmx.de
1168S: Maintained
1169
1170DCCP PROTOCOL
1171P: Arnaldo Carvalho de Melo
1172M: acme@ghostprotocols.net
1173L: dccp@vger.kernel.org
1174W: http://linux-net.osdl.org/index.php/DCCP
1175S: Maintained
1176
1177DECnet NETWORK LAYER
1178P: Patrick Caulfield
1179M: patrick@tykepenguin.com
1180W: http://linux-decnet.sourceforge.net
1181L: linux-decnet-user@lists.sourceforge.net
1182S: Maintained
1183
1184DEFXX FDDI NETWORK DRIVER
1185P: Maciej W. Rozycki
1186M: macro@linux-mips.org
1187S: Maintained
1188
1189DELL LAPTOP SMM DRIVER
1190P: Massimo Dal Zotto
1191M: dz@debian.org
1192W: http://www.debian.org/~dz/i8k/
1193S: Maintained
1194
1195DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1196P: Doug Warzecha
1197M: Douglas_Warzecha@dell.com
1198S: Maintained
1199
1200DEVICE-MAPPER (LVM)
1201P: Alasdair Kergon
1202L: dm-devel@redhat.com
1203W: http://sources.redhat.com/dm
1204S: Maintained
1205
1206DEVICE NUMBER REGISTRY
1207P: Torben Mathiasen
1208M: device@lanana.org
1209W: http://lanana.org/docs/device-list/index.html
1210L: linux-kernel@vger.kernel.org
1211S: Maintained
1212
1213DIGI INTL. EPCA DRIVER
1214P: Digi International, Inc
1215M: Eng.Linux@digi.com
1216L: Eng.Linux@digi.com
1217W: http://www.digi.com
1218S: Orphaned
1219
1220DIGI RIGHTSWITCH NETWORK DRIVER
1221P: Rick Richardson
1222L: netdev@vger.kernel.org
1223W: http://www.digi.com
1224S: Orphaned
1225
1226DIRECTORY NOTIFICATION
1227P: Stephen Rothwell
1228M: sfr@canb.auug.org.au
1229L: linux-kernel@vger.kernel.org
1230S: Supported
1231
1232DISK GEOMETRY AND PARTITION HANDLING
1233P: Andries Brouwer
1234M: aeb@cwi.nl
1235W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1236W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1237W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1238S: Maintained
1239
1240DISKQUOTA:
1241P: Jan Kara
1242M: jack@suse.cz
1243L: linux-kernel@vger.kernel.org
1244S: Maintained
1245
1246DISTRIBUTED LOCK MANAGER
1247P: Patrick Caulfield
1248M: pcaulfie@redhat.com
1249P: David Teigland
1250M: teigland@redhat.com
1251L: cluster-devel@redhat.com
1252W: http://sources.redhat.com/cluster/
1253T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1254T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1255S: Supported
1256
1257DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1258P: Tobias Ringstrom
1259M: tori@unhappy.mine.nu
1260L: netdev@vger.kernel.org
1261S: Maintained
1262
1263DMA GENERIC MEMCPY SUBSYSTEM
1264P: Shannon Nelson
1265M: shannon.nelson@intel.com
1266L: linux-kernel@vger.kernel.org
1267S: Maintained
1268
1269DOCBOOK FOR DOCUMENTATION
1270P: Randy Dunlap
1271M: rdunlap@xenotime.net
1272S: Maintained
1273
1274DOCKING STATION DRIVER
1275P: Kristen Carlson Accardi
1276M: kristen.c.accardi@intel.com
1277L: linux-acpi@vger.kernel.org
1278S: Supported
1279
1280DOUBLETALK DRIVER
1281P: James R. Van Zandt
1282M: jrv@vanzandt.mv.com
1283L: blinux-list@redhat.com
1284S: Maintained
1285
1286DRIVER CORE, KOBJECTS, AND SYSFS
1287P: Greg Kroah-Hartman
1288M: gregkh@suse.de
1289L: linux-kernel@vger.kernel.org
1290T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1291S: Supported
1292
1293DRM DRIVERS
1294P: David Airlie
1295M: airlied@linux.ie
1296L: dri-devel@lists.sourceforge.net
1297T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1298S: Maintained
1299
1300DSCC4 DRIVER
1301P: Francois Romieu
1302M: romieu@fr.zoreil.com
1303L: netdev@vger.kernel.org
1304S: Maintained
1305
1306DVB SUBSYSTEM AND DRIVERS
1307P: LinuxTV.org Project
1308M: v4l-dvb-maintainer@linuxtv.org
1309L: linux-dvb@linuxtv.org (subscription required)
1310W: http://linuxtv.org/
1311T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
1312S: Maintained
1313
1314EATA-DMA SCSI DRIVER
1315P: Michael Neuffer
1316L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1317S: Maintained
1318
1319EATA ISA/EISA/PCI SCSI DRIVER
1320P: Dario Ballabio
1321M: ballabio_dario@emc.com
1322L: linux-scsi@vger.kernel.org
1323S: Maintained
1324
1325EATA-PIO SCSI DRIVER
1326P: Michael Neuffer
1327M: mike@i-Connect.Net
1328L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1329S: Maintained
1330
1331EBTABLES
1332P: Bart De Schuymer
1333M: bart.de.schuymer@pandora.be
1334L: ebtables-user@lists.sourceforge.net
1335L: ebtables-devel@lists.sourceforge.net
1336W: http://ebtables.sourceforge.net/
1337S: Maintained
1338
1339ECRYPT FILE SYSTEM
1340P: Mike Halcrow, Phillip Hellewell
1341M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1342L: ecryptfs-devel@lists.sourceforge.net
1343W: http://ecryptfs.sourceforge.net/
1344S: Supported
1345
1346EDAC-CORE
1347P: Doug Thompson
1348M: norsk5@xmission.com
1349L: bluesmoke-devel@lists.sourceforge.net
1350W: bluesmoke.sourceforge.net
1351S: Supported
1352
1353EDAC-E752X
1354P: Mark Gross
1355M: mark.gross@intel.com
1356L: bluesmoke-devel@lists.sourceforge.net
1357W: bluesmoke.sourceforge.net
1358S: Maintained
1359
1360EDAC-E7XXX
1361P: Doug Thompson
1362M: norsk5@xmission.com
1363L: bluesmoke-devel@lists.sourceforge.net
1364W: bluesmoke.sourceforge.net
1365S: Maintained
1366
1367EDAC-R82600
1368P: Tim Small
1369M: tim@buttersideup.com
1370L: bluesmoke-devel@lists.sourceforge.net
1371W: bluesmoke.sourceforge.net
1372S: Maintained
1373
1374EEPRO100 NETWORK DRIVER
1375P: Andrey V. Savochkin
1376M: saw@saw.sw.com.sg
1377S: Maintained
1378
1379EFS FILESYSTEM
1380W: http://aeschi.ch.eu.org/efs/
1381S: Orphan
1382
1383EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1384P: Hoang-Nam Nguyen
1385M: hnguyen@de.ibm.com
1386P: Christoph Raisch
1387M: raisch@de.ibm.com
1388L: general@lists.openfabrics.org
1389S: Supported
1390
1391EMULEX LPFC FC SCSI DRIVER
1392P: James Smart
1393M: james.smart@emulex.com
1394L: linux-scsi@vger.kernel.org
1395W: http://sourceforge.net/projects/lpfcxxxx
1396S: Supported
1397
1398EPSON 1355 FRAMEBUFFER DRIVER
1399P: Christopher Hoover
1400M: ch@murgatroid.com, ch@hpl.hp.com
1401S: Maintained
1402
1403ETHEREXPRESS-16 NETWORK DRIVER
1404P: Philip Blundell
1405M: philb@gnu.org
1406L: netdev@vger.kernel.org
1407S: Maintained
1408
1409ETHERNET BRIDGE
1410P: Stephen Hemminger
1411M: shemminger@linux-foundation.org
1412L: bridge@lists.linux-foundation.org
1413W: http://bridge.sourceforge.net/
1414S: Maintained
1415
1416ETHERTEAM 16I DRIVER
1417P: Mika Kuoppala
1418M: miku@iki.fi
1419S: Maintained
1420
1421EXT2 FILE SYSTEM
1422L: linux-ext4@vger.kernel.org
1423S: Maintained
1424
1425EXT3 FILE SYSTEM
1426P: Stephen Tweedie, Andrew Morton
1427M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
1428L: linux-ext4@vger.kernel.org
1429S: Maintained
1430
1431EXT4 FILE SYSTEM
1432P: Stephen Tweedie, Andrew Morton
1433M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
1434L: linux-ext4@vger.kernel.org
1435S: Maintained
1436
1437F71805F HARDWARE MONITORING DRIVER
1438P: Jean Delvare
1439M: khali@linux-fr.org
1440L: lm-sensors@lm-sensors.org
1441S: Maintained
1442
1443FARSYNC SYNCHRONOUS DRIVER
1444P: Kevin Curtis
1445M: kevin.curtis@farsite.co.uk
1446W: http://www.farsite.co.uk/
1447S: Supported
1448
1449FAULT INJECTION SUPPORT
1450P: Akinobu Mita
1451M: akinobu.mita@gmail.com
1452S: Supported
1453
1454FRAMEBUFFER LAYER
1455P: Antonino Daplas
1456M: adaplas@gmail.com
1457L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1458W: http://linux-fbdev.sourceforge.net/
1459S: Maintained
1460
1461FREESCALE SOC FS_ENET DRIVER
1462P: Pantelis Antoniou
1463M: pantelis.antoniou@gmail.com
1464P: Vitaly Bordug
1465M: vbordug@ru.mvista.com
1466L: linuxppc-embedded@ozlabs.org
1467L: netdev@vger.kernel.org
1468S: Maintained
1469
1470FREESCALE HIGHSPEED USB DEVICE DRIVER
1471P: Li Yang
1472M: leoli@freescale.com
1473L: linux-usb-devel@lists.sourceforge.net
1474L: linuxppc-embedded@ozlabs.org
1475S: Maintained
1476
1477FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1478P: Li Yang
1479M: leoli@freescale.com
1480L: netdev@vger.kernel.org
1481L: linuxppc-embedded@ozlabs.org
1482S: Maintained
1483
1484FILE LOCKING (flock() and fcntl()/lockf())
1485P: Matthew Wilcox
1486M: matthew@wil.cx
1487L: linux-fsdevel@vger.kernel.org
1488S: Maintained
1489
1490FILESYSTEMS (VFS and infrastructure)
1491P: Alexander Viro
1492M: viro@zeniv.linux.org.uk
1493S: Maintained
1494
1495FIREWIRE SUBSYSTEM
1496P: Kristian Hoegsberg, Stefan Richter
1497M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1498L: linux1394-devel@lists.sourceforge.net
1499W: http://www.linux1394.org/
1500T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1501S: Maintained
1502
1503FIRMWARE LOADER (request_firmware)
1504L: linux-kernel@vger.kernel.org
1505S: Orphan
1506
1507FPU EMULATOR
1508P: Bill Metzenthen
1509M: billm@suburbia.net
1510W: http://suburbia.net/~billm/floating-point/emulator/
1511S: Maintained
1512
1513FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1514P: Mike McLagan
1515M: mike.mclagan@linux.org
1516L: netdev@vger.kernel.org
1517S: Maintained
1518
1519FREEVXFS FILESYSTEM
1520P: Christoph Hellwig
1521M: hch@infradead.org
1522W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1523S: Maintained
1524
1525FUJITSU FR-V (FRV) PORT
1526P: David Howells
1527M: dhowells@redhat.com
1528S: Maintained
1529
1530FUSE: FILESYSTEM IN USERSPACE
1531P: Miklos Szeredi
1532M: miklos@szeredi.hu
1533L: fuse-devel@lists.sourceforge.net
1534W: http://fuse.sourceforge.net/
1535S: Maintained
1536
1537FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1538P: Rik Faith
1539M: faith@cs.unc.edu
1540L: linux-scsi@vger.kernel.org
1541S: Odd fixes (e.g., new signatures)
1542
1543GDT SCSI DISK ARRAY CONTROLLER DRIVER
1544P: Achim Leubner
1545M: achim_leubner@adaptec.com
1546L: linux-scsi@vger.kernel.org
1547W: http://www.icp-vortex.com/
1548S: Supported
1549
1550GENERIC GPIO I2C DRIVER
1551P: Haavard Skinnemoen
1552M: hskinnemoen@atmel.com
1553S: Supported
1554
1555GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1556P: Krzysztof Halasa
1557M: khc@pm.waw.pl
1558W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1559S: Maintained
1560
1561GFS2 FILE SYSTEM
1562P: Steven Whitehouse
1563M: swhiteho@redhat.com
1564L: cluster-devel@redhat.com
1565W: http://sources.redhat.com/cluster/
1566T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1567T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1568S: Supported
1569
1570GIGASET ISDN DRIVERS
1571P: Hansjoerg Lipp
1572M: hjlipp@web.de
1573P: Tilman Schmidt
1574M: tilman@imap.cc
1575L: gigaset307x-common@lists.sourceforge.net
1576W: http://gigaset307x.sourceforge.net/
1577S: Maintained
1578
1579HARDWARE MONITORING
1580P: Jean Delvare
1581M: khali@linux-fr.org
1582L: lm-sensors@lm-sensors.org
1583W: http://www.lm-sensors.org/
1584T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-hwmon/
1585S: Maintained
1586
1587HARDWARE RANDOM NUMBER GENERATOR CORE
1588P: Michael Buesch
1589M: mb@bu3sch.de
1590S: Maintained
1591
1592HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1593P: Robert Love
1594M: rlove@rlove.org
1595M: linux-kernel@vger.kernel.org
1596W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1597S: Maintained
1598
1599HARMONY SOUND DRIVER
1600P: Kyle McMartin
1601M: kyle@parisc-linux.org
1602W: http://www.parisc-linux.org/~kyle/harmony/
1603L: parisc-linux@lists.parisc-linux.org
1604S: Maintained
1605
1606HAYES ESP SERIAL DRIVER
1607P: Andrew J. Robinson
1608M: arobinso@nyx.net
1609L: linux-kernel@vger.kernel.org
1610W: http://www.nyx.net/~arobinso
1611S: Maintained
1612
1613HFS FILESYSTEM
1614P: Roman Zippel
1615M: zippel@linux-m68k.org
1616L: linux-kernel@vger.kernel.org
1617S: Maintained
1618
1619HGA FRAMEBUFFER DRIVER
1620P: Ferenc Bakonyi
1621M: fero@drama.obuda.kando.hu
1622L: linux-nvidia@lists.surfsouth.com
1623W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1624S: Maintained
1625
1626HID CORE LAYER
1627P: Jiri Kosina
1628M: jkosina@suse.cz
1629L: linux-input@atrey.karlin.mff.cuni.cz
1630T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
1631S: Maintained
1632
1633HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1634P: Thomas Gleixner
1635M: tglx@linutronix.de
1636L: linux-kernel@vger.kernel.org
1637S: Maintained
1638
1639HIGH-SPEED SCC DRIVER FOR AX.25
1640P: Klaus Kudielka
1641M: klaus.kudielka@ieee.org
1642L: linux-hams@vger.kernel.org
1643W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1644S: Maintained
1645
1646HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1647P: HighPoint Linux Team
1648M: linux@highpoint-tech.com
1649W: http://www.highpoint-tech.com
1650S: Supported
1651
1652HIPPI
1653P: Jes Sorensen
1654M: jes@trained-monkey.org
1655L: linux-hippi@sunsite.dk
1656S: Maintained
1657
1658HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1659P: Chirag Kantharia
1660M: chirag.kantharia@hp.com
1661L: iss_storagedev@hp.com
1662S: Maintained
1663
1664HEWLETT-PACKARD SMART2 RAID DRIVER
1665P: Chirag Kantharia
1666M: chirag.kantharia@hp.com
1667L: iss_storagedev@hp.com
1668S: Maintained
1669
1670HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1671P: Mike Miller
1672M: mike.miller@hp.com
1673L: iss_storagedev@hp.com
1674S: Supported
1675
1676HOST AP DRIVER
1677P: Jouni Malinen
1678M: j@w1.fi
1679L: hostap@shmoo.com (subscribers-only)
1680L: linux-wireless@vger.kernel.org
1681W: http://hostap.epitest.fi/
1682S: Maintained
1683
1684HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1685P: Jaroslav Kysela
1686M: perex@suse.cz
1687S: Maintained
1688
1689HPET: High Precision Event Timers driver (hpet.c)
1690P: Clemens Ladisch
1691M: clemens@ladisch.de
1692S: Maintained
1693
1694HPET: i386
1695P: Venkatesh Pallipadi (Venki)
1696M: venkatesh.pallipadi@intel.com
1697S: Maintained
1698
1699HPET: x86_64
1700P: Andi Kleen and Vojtech Pavlik
1701M: andi@firstfloor.org and vojtech@suse.cz
1702S: Maintained
1703
1704HPET: ACPI hpet.c
1705P: Bob Picco
1706M: bob.picco@hp.com
1707S: Maintained
1708
1709HPFS FILESYSTEM
1710P: Mikulas Patocka
1711M: mikulas@artax.karlin.mff.cuni.cz
1712W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1713S: Maintained
1714
1715HUGETLB FILESYSTEM
1716P: William Irwin
1717M: wli@holomorphy.com
1718S: Maintained
1719
1720I2C SUBSYSTEM
1721P: Jean Delvare
1722M: khali@linux-fr.org
1723L: i2c@lm-sensors.org
1724T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
1725S: Maintained
1726
1727I2C-TINY-USB DRIVER
1728P: Till Harbaum
1729M: till@harbaum.org
1730L: i2c@lm-sensors.org
1731T: http://www.harbaum.org/till/i2c_tiny_usb
1732S: Maintained
1733
1734i386 BOOT CODE
1735P: H. Peter Anvin
1736M: hpa@zytor.com
1737L: Linux-Kernel@vger.kernel.org
1738S: Maintained
1739
1740i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1741P: H. Peter Anvin
1742M: hpa@zytor.com
1743S: Maintained
1744
1745IA64 (Itanium) PLATFORM
1746P: Tony Luck
1747M: tony.luck@intel.com
1748L: linux-ia64@vger.kernel.org
1749W: http://www.ia64-linux.org/
1750T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1751S: Maintained
1752
1753SN-IA64 (Itanium) SUB-PLATFORM
1754P: Jes Sorensen
1755M: jes@sgi.com
1756L: linux-altix@sgi.com
1757L: linux-ia64@vger.kernel.org
1758W: http://www.sgi.com/altix
1759S: Maintained
1760
1761IBM MCA SCSI SUBSYSTEM DRIVER
1762P: Michael Lang
1763M: langa2@kph.uni-mainz.de
1764W: http://www.uni-mainz.de/~langm000/linux.html
1765S: Maintained
1766
1767IBM Power Linux RAID adapter
1768P: Brian King
1769M: brking@us.ibm.com
1770S: Supported
1771
1772IBM ServeRAID RAID DRIVER
1773P: Jack Hammer
1774P: Dave Jeffery
1775M: ipslinux@adaptec.com
1776W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1777S: Supported
1778
1779IDE SUBSYSTEM
1780P: Bartlomiej Zolnierkiewicz
1781M: bzolnier@gmail.com
1782L: linux-ide@vger.kernel.org
1783T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
1784S: Maintained
1785
1786IDE/ATAPI CDROM DRIVER
1787P: Alan Cox
1788M: alan@lxorguk.ukuu.org.uk
1789L: linux-ide@vger.kernel.org
1790S: Maintained
1791
1792IDE/ATAPI FLOPPY DRIVERS
1793P: Paul Bristow
1794M: Paul Bristow <paul@paulbristow.net>
1795W: http://paulbristow.net/linux/idefloppy.html
1796L: linux-kernel@vger.kernel.org
1797S: Maintained
1798
1799IDE/ATAPI TAPE DRIVERS
1800P: Gadi Oxman
1801M: Gadi Oxman <gadio@netvision.net.il>
1802L: linux-kernel@vger.kernel.org
1803S: Maintained
1804
1805IEEE 1394 SUBSYSTEM
1806P: Ben Collins
1807M: ben.collins@ubuntu.com
1808P: Stefan Richter
1809M: stefanr@s5r6.in-berlin.de
1810L: linux1394-devel@lists.sourceforge.net
1811W: http://www.linux1394.org/
1812T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1813S: Maintained
1814
1815IEEE 1394 RAW I/O DRIVER (raw1394)
1816P: Dan Dennedy
1817M: dan@dennedy.org
1818P: Stefan Richter
1819M: stefanr@s5r6.in-berlin.de
1820L: linux1394-devel@lists.sourceforge.net
1821S: Maintained
1822
1823IMS TWINTURBO FRAMEBUFFER DRIVER
1824P: Paul Mundt
1825M: lethal@chaoticdreams.org
1826L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1827S: Maintained
1828
1829INFINIBAND SUBSYSTEM
1830P: Roland Dreier
1831M: rolandd@cisco.com
1832P: Sean Hefty
1833M: mshefty@ichips.intel.com
1834P: Hal Rosenstock
1835M: hal.rosenstock@gmail.com
1836L: general@lists.openfabrics.org
1837W: http://www.openib.org/
1838T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1839S: Supported
1840
1841INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
1842P: Dmitry Torokhov
1843M: dmitry.torokhov@gmail.com
1844M: dtor@mail.ru
1845L: linux-input@atrey.karlin.mff.cuni.cz
1846L: linux-joystick@atrey.karlin.mff.cuni.cz
1847T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1848S: Maintained
1849
1850INOTIFY
1851P: John McCutchan
1852M: ttb@tentacle.dhs.org
1853P: Robert Love
1854M: rml@novell.com
1855L: linux-kernel@vger.kernel.org
1856S: Maintained
1857
1858INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1859P: Sylvain Meyer
1860M: sylvain.meyer@worldonline.fr
1861L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1862S: Maintained
1863
1864INTEL 810/815 FRAMEBUFFER DRIVER
1865P: Antonino Daplas
1866M: adaplas@gmail.com
1867L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1868S: Maintained
1869
1870INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1871P: Ingo Molnar
1872M: mingo@redhat.com
1873S: Maintained
1874
1875INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1876P: Jeff Garzik
1877M: jgarzik@pobox.com
1878W: http://sourceforge.net/projects/gkernel/
1879S: Maintained
1880
1881INTEL IA32 MICROCODE UPDATE SUPPORT
1882P: Tigran Aivazian
1883M: tigran@aivazian.fsnet.co.uk
1884S: Maintained
1885
1886INTEL I/OAT DMA DRIVER
1887P: Shannon Nelson
1888M: shannon.nelson@intel.com
1889L: linux-kernel@vger.kernel.org
1890S: Supported
1891
1892INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1893P: Deepak Saxena
1894M: dsaxena@plexity.net
1895S: Maintained
1896
1897INTEL IXP2000 ETHERNET DRIVER
1898P: Lennert Buytenhek
1899M: kernel@wantstofly.org
1900L: netdev@vger.kernel.org
1901S: Maintained
1902
1903INTEL PRO/100 ETHERNET SUPPORT
1904P: John Ronciak
1905M: john.ronciak@intel.com
1906P: Jesse Brandeburg
1907M: jesse.brandeburg@intel.com
1908P: Jeff Kirsher
1909M: jeffrey.t.kirsher@intel.com
1910P: Auke Kok
1911M: auke-jan.h.kok@intel.com
1912L: e1000-devel@lists.sourceforge.net
1913W: http://sourceforge.net/projects/e1000/
1914S: Supported
1915
1916INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1917P: Jeb Cramer
1918M: cramerj@intel.com
1919P: John Ronciak
1920M: john.ronciak@intel.com
1921P: Jesse Brandeburg
1922M: jesse.brandeburg@intel.com
1923P: Jeff Kirsher
1924M: jeffrey.t.kirsher@intel.com
1925P: Auke Kok
1926M: auke-jan.h.kok@intel.com
1927L: e1000-devel@lists.sourceforge.net
1928W: http://sourceforge.net/projects/e1000/
1929S: Supported
1930
1931INTEL PRO/10GbE SUPPORT
1932P: Jeff Kirsher
1933M: jeffrey.t.kirsher@intel.com
1934P: Ayyappan Veeraiyan
1935M: ayyappan.veeraiyan@intel.com
1936P: John Ronciak
1937M: john.ronciak@intel.com
1938P: Jesse Brandeburg
1939M: jesse.brandeburg@intel.com
1940P: Auke Kok
1941M: auke-jan.h.kok@intel.com
1942L: e1000-devel@lists.sourceforge.net
1943W: http://sourceforge.net/projects/e1000/
1944S: Supported
1945
1946INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1947P: Yi Zhu
1948M: yi.zhu@intel.com
1949P: James Ketrenos
1950M: jketreno@linux.intel.com
1951L: linux-wireless@vger.kernel.org
1952L: ipw2100-devel@lists.sourceforge.net
1953L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1954W: http://ipw2100.sourceforge.net
1955S: Supported
1956
1957INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1958P: Yi Zhu
1959M: yi.zhu@intel.com
1960P: James Ketrenos
1961M: jketreno@linux.intel.com
1962L: linux-wireless@vger.kernel.org
1963L: ipw2100-devel@lists.sourceforge.net
1964L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1965W: http://ipw2200.sourceforge.net
1966S: Supported
1967
1968IOC3 DRIVER
1969P: Ralf Baechle
1970M: ralf@linux-mips.org
1971L: linux-mips@linux-mips.org
1972S: Maintained
1973
1974IP MASQUERADING:
1975P: Juanjo Ciarlante
1976M: jjciarla@raiz.uncu.edu.ar
1977S: Maintained
1978
1979IPATH DRIVER:
1980P: Arthur Jones
1981M: infinipath@qlogic.com
1982L: general@lists.openfabrics.org
1983T: git git://git.qlogic.com/ipath-linux-2.6
1984S: Supported
1985
1986IPMI SUBSYSTEM
1987P: Corey Minyard
1988M: minyard@acm.org
1989L: openipmi-developer@lists.sourceforge.net
1990W: http://openipmi.sourceforge.net/
1991S: Supported
1992
1993IPX NETWORK LAYER
1994P: Arnaldo Carvalho de Melo
1995M: acme@ghostprotocols.net
1996L: netdev@vger.kernel.org
1997S: Maintained
1998
1999IRDA SUBSYSTEM
2000P: Samuel Ortiz
2001M: samuel@sortiz.org
2002L: irda-users@lists.sourceforge.net (subscribers-only)
2003W: http://irda.sourceforge.net/
2004S: Maintained
2005
2006ISAPNP
2007P: Jaroslav Kysela
2008M: perex@suse.cz
2009S: Maintained
2010
2011ISDN SUBSYSTEM
2012P: Karsten Keil
2013M: kkeil@suse.de
2014P: Kai Germaschewski
2015M: kai.germaschewski@gmx.de
2016L: isdn4linux@listserv.isdn4linux.de
2017W: http://www.isdn4linux.de
2018T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
2019S: Maintained
2020
2021ISDN SUBSYSTEM (Eicon active card driver)
2022P: Armin Schindler
2023M: mac@melware.de
2024L: isdn4linux@listserv.isdn4linux.de
2025W: http://www.melware.de
2026S: Maintained
2027
2028JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2029P: David Woodhouse
2030M: dwmw2@infradead.org
2031L: jffs-dev@axis.com
2032W: http://sources.redhat.com/jffs2/
2033S: Maintained
2034
2035JFS FILESYSTEM
2036P: Dave Kleikamp
2037M: shaggy@austin.ibm.com
2038L: jfs-discussion@lists.sourceforge.net
2039W: http://jfs.sourceforge.net/
2040T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2041S: Supported
2042
2043JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2044P: Stephen Tweedie, Andrew Morton
2045M: sct@redhat.com, akpm@linux-foundation.org
2046L: linux-ext4@vger.kernel.org
2047S: Maintained
2048
2049K8TEMP HARDWARE MONITORING DRIVER
2050P: Rudolf Marek
2051M: r.marek@assembler.cz
2052L: lm-sensors@lm-sensors.org
2053S: Maintained
2054
2055KCONFIG
2056P: Roman Zippel
2057M: zippel@linux-m68k.org
2058L: kbuild-devel@lists.sourceforge.net
2059S: Maintained
2060
2061KDUMP
2062P: Vivek Goyal
2063M: vgoyal@in.ibm.com
2064P: Haren Myneni
2065M: hbabu@us.ibm.com
2066L: kexec@lists.infradead.org
2067L: linux-kernel@vger.kernel.org
2068W: http://lse.sourceforge.net/kdump/
2069S: Maintained
2070
2071KERNEL AUTOMOUNTER (AUTOFS)
2072P: H. Peter Anvin
2073M: hpa@zytor.com
2074L: autofs@linux.kernel.org
2075S: Odd Fixes
2076
2077KERNEL AUTOMOUNTER v4 (AUTOFS4)
2078P: Ian Kent
2079M: raven@themaw.net
2080L: autofs@linux.kernel.org
2081S: Maintained
2082
2083KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2084P: Kai Germaschewski
2085M: kai@germaschewski.name
2086P: Sam Ravnborg
2087M: sam@ravnborg.org
2088T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
2089S: Maintained
2090
2091KERNEL JANITORS
2092P: Several
2093L: kernel-janitors@vger.kernel.org
2094W: http://www.kerneljanitors.org/
2095S: Maintained
2096
2097KERNEL NFSD
2098P: Neil Brown
2099M: neilb@suse.de
2100L: nfs@lists.sourceforge.net
2101W: http://nfs.sourceforge.net/
2102S: Supported
2103
2104KERNEL VIRTUAL MACHINE (KVM)
2105P: Avi Kivity
2106M: avi@qumranet.com
2107L: kvm-devel@lists.sourceforge.net
2108W: kvm.sourceforge.net
2109S: Supported
2110
2111KEXEC
2112P: Eric Biederman
2113M: ebiederm@xmission.com
2114W: http://www.xmission.com/~ebiederm/files/kexec/
2115L: linux-kernel@vger.kernel.org
2116L: kexec@lists.infradead.org
2117S: Maintained
2118
2119KPROBES
2120P: Prasanna S Panchamukhi
2121M: prasanna@in.ibm.com
2122P: Ananth N Mavinakayanahalli
2123M: ananth@in.ibm.com
2124P: Anil S Keshavamurthy
2125M: anil.s.keshavamurthy@intel.com
2126P: David S. Miller
2127M: davem@davemloft.net
2128L: linux-kernel@vger.kernel.org
2129S: Maintained
2130
2131KS0108 LCD CONTROLLER DRIVER
2132P: Miguel Ojeda Sandonis
2133M: maxextreme@gmail.com
2134L: linux-kernel@vger.kernel.org
2135W: http://auxdisplay.googlepages.com/
2136S: Maintained
2137
2138LAPB module
2139L: linux-x25@vger.kernel.org
2140S: Orphan
2141
2142LASI 53c700 driver for PARISC
2143P: James E.J. Bottomley
2144M: James.Bottomley@HansenPartnership.com
2145L: linux-scsi@vger.kernel.org
2146S: Maintained
2147
2148LED SUBSYSTEM
2149P: Richard Purdie
2150M: rpurdie@rpsys.net
2151S: Maintained
2152
2153LEGO USB Tower driver
2154P: Juergen Stuber
2155M: starblue@users.sourceforge.net
2156L: legousb-devel@lists.sourceforge.net
2157W: http://legousb.sourceforge.net/
2158S: Maintained
2159
2160LINUX FOR IBM pSERIES (RS/6000)
2161P: Paul Mackerras
2162M: paulus@au.ibm.com
2163W: http://www.ibm.com/linux/ltc/projects/ppc
2164S: Supported
2165
2166LINUX FOR NCR VOYAGER
2167P: James Bottomley
2168M: James.Bottomley@HansenPartnership.com
2169W: http://www.hansenpartnership.com/voyager
2170S: Maintained
2171
2172LINUX FOR POWERPC
2173P: Paul Mackerras
2174M: paulus@samba.org
2175W: http://www.penguinppc.org/
2176L: linuxppc-dev@ozlabs.org
2177T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
2178S: Supported
2179
2180LINUX FOR POWER MACINTOSH
2181P: Benjamin Herrenschmidt
2182M: benh@kernel.crashing.org
2183W: http://www.penguinppc.org/
2184L: linuxppc-dev@ozlabs.org
2185S: Maintained
2186
2187LINUX FOR POWERPC EMBEDDED MPC52XX
2188P: Sylvain Munaut
2189M: tnt@246tNt.com
2190W: http://www.246tNt.com/mpc52xx/
2191W: http://www.penguinppc.org/
2192L: linuxppc-dev@ozlabs.org
2193L: linuxppc-embedded@ozlabs.org
2194S: Maintained
2195
2196LINUX FOR POWERPC EMBEDDED PPC4XX
2197P: Matt Porter
2198M: mporter@kernel.crashing.org
2199W: http://www.penguinppc.org/
2200L: linuxppc-embedded@ozlabs.org
2201S: Maintained
2202
2203LINUX FOR POWERPC BOOT CODE
2204P: Tom Rini
2205M: trini@kernel.crashing.org
2206W: http://www.penguinppc.org/
2207L: linuxppc-embedded@ozlabs.org
2208S: Maintained
2209
2210LINUX FOR POWERPC EMBEDDED PPC8XX
2211P: Marcelo Tosatti
2212M: marcelo@kvack.org
2213W: http://www.penguinppc.org/
2214L: linuxppc-embedded@ozlabs.org
2215S: Maintained
2216
2217LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
2218P: Kumar Gala
2219M: galak@kernel.crashing.org
2220W: http://www.penguinppc.org/
2221L: linuxppc-embedded@ozlabs.org
2222S: Maintained
2223
2224LINUX FOR POWERPC PA SEMI PWRFICIENT
2225P: Olof Johansson
2226M: olof@lixom.net
2227W: http://www.pasemi.com/
2228L: linuxppc-dev@ozlabs.org
2229S: Supported
2230
2231LLC (802.2)
2232P: Arnaldo Carvalho de Melo
2233M: acme@ghostprotocols.net
2234S: Maintained
2235
2236LINUX FOR 64BIT POWERPC
2237P: Paul Mackerras
2238M: paulus@samba.org
2239M: paulus@au.ibm.com
2240P: Anton Blanchard
2241M: anton@samba.org
2242M: anton@au.ibm.com
2243W: http://www.penguinppc.org/ppc64/
2244L: linuxppc-dev@ozlabs.org
2245S: Supported
2246
2247LINUX SECURITY MODULE (LSM) FRAMEWORK
2248P: Chris Wright
2249M: chrisw@sous-sol.org
2250L: linux-security-module@vger.kernel.org
2251W: http://lsm.immunix.org
2252T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
2253S: Supported
2254
2255LM83 HARDWARE MONITOR DRIVER
2256P: Jean Delvare
2257M: khali@linux-fr.org
2258L: lm-sensors@lm-sensors.org
2259S: Maintained
2260
2261LM90 HARDWARE MONITOR DRIVER
2262P: Jean Delvare
2263M: khali@linux-fr.org
2264L: lm-sensors@lm-sensors.org
2265S: Maintained
2266
2267LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
2268P: Richard Russon (FlatCap)
2269M: ldm@flatcap.org
2270L: linux-ntfs-dev@lists.sourceforge.net
2271W: http://www.linux-ntfs.org/content/view/19/37/
2272S: Maintained
2273
2274LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2275P: Eric Moore
2276M: Eric.Moore@lsi.com
2277M: support@lsi.com
2278L: mpt_linux_developer@lsi.com
2279L: linux-scsi@vger.kernel.org
2280W: http://www.lsilogic.com/support
2281S: Supported
2282
2283LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2284P: Matthew Wilcox
2285M: matthew@wil.cx
2286L: linux-scsi@vger.kernel.org
2287S: Maintained
2288
2289M32R ARCHITECTURE
2290P: Hirokazu Takata
2291M: takata@linux-m32r.org
2292L: linux-m32r@ml.linux-m32r.org
2293L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2294W: http://www.linux-m32r.org/
2295S: Maintained
2296
2297M68K ARCHITECTURE
2298P: Geert Uytterhoeven
2299M: geert@linux-m68k.org
2300P: Roman Zippel
2301M: zippel@linux-m68k.org
2302L: linux-m68k@lists.linux-m68k.org
2303W: http://www.linux-m68k.org/
2304W: http://linux-m68k-cvs.ubb.ca/
2305S: Maintained
2306
2307M68K ON APPLE MACINTOSH
2308P: Joshua Thompson
2309M: funaho@jurai.org
2310W: http://www.mac.linux-m68k.org/
2311L: linux-mac68k@mac.linux-m68k.org
2312S: Maintained
2313
2314M68K ON HP9000/300
2315P: Philip Blundell
2316M: philb@gnu.org
2317W: http://www.tazenda.demon.co.uk/phil/linux-hp
2318S: Maintained
2319
2320MAC80211
2321P: Jiri Benc
2322M: jbenc@suse.cz
2323P: Michael Wu
2324M: flamingice@sourmilk.net
2325L: linux-wireless@vger.kernel.org
2326W: http://linuxwireless.org/
2327T: git kernel.org:/pub/scm/linux/kernel/git/jbenc/mac80211.git
2328S: Maintained
2329
2330MACVLAN DRIVER
2331P: Patrick McHardy
2332M: kaber@trash.net
2333L: netdev@vger.kernel.org
2334S: Maintained
2335
2336MARVELL YUKON / SYSKONNECT DRIVER
2337P: Mirko Lindner
2338M: mlindner@syskonnect.de
2339P: Ralph Roesler
2340M: rroesler@syskonnect.de
2341W: http://www.syskonnect.com
2342S: Supported
2343
2344MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2345P: Michael Kerrisk
2346M: mtk-manpages@gmx.net
2347W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2348S: Maintained
2349
2350MARVELL MV643XX ETHERNET DRIVER
2351P: Dale Farnsworth
2352M: dale@farnsworth.org
2353P: Manish Lachwani
2354M: mlachwani@mvista.com
2355L: netdev@vger.kernel.org
2356S: Odd Fixes for 2.4; Maintained for 2.6.
2357
2358MATROX FRAMEBUFFER DRIVER
2359P: Petr Vandrovec
2360M: vandrove@vc.cvut.cz
2361L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2362S: Maintained
2363
2364MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2365P: Hans J. Koch
2366M: hjk@linutronix.de
2367L: lm-sensors@lm-sensors.org
2368S: Maintained
2369
2370MEGARAID SCSI DRIVERS
2371P: Neela Syam Kolli
2372M: megaraidlinux@lsi.com
2373S: linux-scsi@vger.kernel.org
2374W: http://megaraid.lsilogic.com
2375S: Maintained
2376
2377MEMORY MANAGEMENT
2378L: linux-mm@kvack.org
2379L: linux-kernel@vger.kernel.org
2380W: http://www.linux-mm.org
2381S: Maintained
2382
2383MEMORY TECHNOLOGY DEVICES (MTD)
2384P: David Woodhouse
2385M: dwmw2@infradead.org
2386W: http://www.linux-mtd.infradead.org/
2387L: linux-mtd@lists.infradead.org
2388T: git git://git.infradead.org/mtd-2.6.git
2389S: Maintained
2390
2391UNSORTED BLOCK IMAGES (UBI)
2392P: Artem Bityutskiy
2393M: dedekind@infradead.org
2394W: http://www.linux-mtd.infradead.org/
2395L: linux-mtd@lists.infradead.org
2396T: git git://git.infradead.org/ubi-2.6.git
2397S: Maintained
2398
2399MICROTEK X6 SCANNER
2400P: Oliver Neukum
2401M: oliver@neukum.name
2402S: Maintained
2403
2404MIPS
2405P: Ralf Baechle
2406M: ralf@linux-mips.org
2407W: http://www.linux-mips.org/
2408L: linux-mips@linux-mips.org
2409T: git www.linux-mips.org:/pub/scm/linux.git
2410S: Supported
2411
2412MISCELLANEOUS MCA-SUPPORT
2413P: James Bottomley
2414M: jejb@steeleye.com
2415L: linux-kernel@vger.kernel.org
2416S: Maintained
2417
2418MODULE SUPPORT
2419P: Rusty Russell
2420M: rusty@rustcorp.com.au
2421L: linux-kernel@vger.kernel.org
2422S: Maintained
2423
2424MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2425P: Stelian Pop
2426M: stelian@popies.net
2427W: http://popies.net/meye/
2428S: Maintained
2429
2430MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2431P: Pavel Pisa
2432M: ppisa@pikron.com
2433L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2434W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2435S: Maintained
2436
2437MOUSE AND MISC DEVICES [GENERAL]
2438P: Alessandro Rubini
2439M: rubini@ipvvis.unipv.it
2440L: linux-kernel@vger.kernel.org
2441S: Maintained
2442
2443MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2444P: Jiri Slaby
2445M: jirislaby@gmail.com
2446L: linux-kernel@vger.kernel.org
2447S: Maintained
2448
2449MSI LAPTOP SUPPORT
2450P: Lennart Poettering
2451M: mzxreary@0pointer.de
2452L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2453W: http://0pointer.de/lennart/tchibo.html
2454S: Maintained
2455
2456MTRR AND SIMILAR SUPPORT [i386]
2457P: Richard Gooch
2458M: rgooch@atnf.csiro.au
2459L: linux-kernel@vger.kernel.org
2460W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2461S: Maintained
2462
2463MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2464P: Pierre Ossman
2465M: drzeus-mmc@drzeus.cx
2466L: linux-kernel@vger.kernel.org
2467S: Maintained
2468
2469MULTISOUND SOUND DRIVER
2470P: Andrew Veliath
2471M: andrewtv@usa.net
2472S: Maintained
2473
2474MULTITECH MULTIPORT CARD (ISICOM)
2475P: Jiri Slaby
2476M: jirislaby@gmail.com
2477L: linux-kernel@vger.kernel.org
2478S: Maintained
2479
2480NATSEMI ETHERNET DRIVER (DP8381x)
2481P: Tim Hockin
2482M: thockin@hockin.org
2483S: Maintained
2484
2485NCP FILESYSTEM
2486P: Petr Vandrovec
2487M: vandrove@vc.cvut.cz
2488L: linware@sh.cvut.cz
2489S: Maintained
2490
2491NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2492P: James E.J. Bottomley
2493M: James.Bottomley@HansenPartnership.com
2494L: linux-scsi@vger.kernel.org
2495S: Maintained
2496
2497NETEM NETWORK EMULATOR
2498P: Stephen Hemminger
2499M: shemminger@linux-foundation.org
2500L: netem@lists.linux-foundation.org
2501S: Maintained
2502
2503NETFILTER/IPTABLES/IPCHAINS
2504P: Rusty Russell
2505P: Marc Boucher
2506P: James Morris
2507P: Harald Welte
2508P: Jozsef Kadlecsik
2509P: Patrick McHardy
2510M: kaber@trash.net
2511L: netfilter-devel@lists.netfilter.org
2512L: netfilter@lists.netfilter.org (subscribers-only)
2513L: coreteam@netfilter.org
2514W: http://www.netfilter.org/
2515W: http://www.iptables.org/
2516S: Supported
2517
2518NETLABEL
2519P: Paul Moore
2520M: paul.moore@hp.com
2521W: http://netlabel.sf.net
2522L: netdev@vger.kernel.org
2523S: Supported
2524
2525NETROM NETWORK LAYER
2526P: Ralf Baechle
2527M: ralf@linux-mips.org
2528L: linux-hams@vger.kernel.org
2529W: http://www.linux-ax25.org/
2530S: Maintained
2531
2532NETWORK BLOCK DEVICE (NBD)
2533P: Paul Clements
2534M: Paul.Clements@steeleye.com
2535S: Maintained
2536
2537NETWORK DEVICE DRIVERS
2538P: Andrew Morton
2539M: akpm@linux-foundation.org
2540P: Jeff Garzik
2541M: jgarzik@pobox.com
2542L: netdev@vger.kernel.org
2543T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2544S: Maintained
2545
2546NETWORKING [GENERAL]
2547P: Networking Team
2548M: netdev@vger.kernel.org
2549L: netdev@vger.kernel.org
2550W: http://linux-net.osdl.org/
2551S: Maintained
2552
2553NETWORKING [IPv4/IPv6]
2554P: David S. Miller
2555M: davem@davemloft.net
2556P: Alexey Kuznetsov
2557M: kuznet@ms2.inr.ac.ru
2558P: Pekka Savola (ipv6)
2559M: pekkas@netcore.fi
2560P: James Morris
2561M: jmorris@namei.org
2562P: Hideaki YOSHIFUJI
2563M: yoshfuji@linux-ipv6.org
2564P: Patrick McHardy
2565M: kaber@coreworks.de
2566L: netdev@vger.kernel.org
2567T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2568S: Maintained
2569
2570NETWORKING [WIRELESS]
2571P: John W. Linville
2572M: linville@tuxdriver.com
2573L: linux-wireless@vger.kernel.org
2574T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2575S: Maintained
2576
2577NETXEN (1/10) GbE SUPPORT
2578P: Amit S. Kale
2579M: amitkale@netxen.com
2580L: netdev@vger.kernel.org
2581W: http://www.netxen.com
2582S: Supported
2583
2584IPVS
2585P: Wensong Zhang
2586M: wensong@linux-vs.org
2587P: Simon Horman
2588M: horms@verge.net.au
2589P: Julian Anastasov
2590M: ja@ssi.bg
2591L: netdev@vger.kernel.org
2592S: Maintained
2593
2594NFS CLIENT
2595P: Trond Myklebust
2596M: trond.myklebust@fys.uio.no
2597L: linux-kernel@vger.kernel.org
2598S: Maintained
2599
2600NI5010 NETWORK DRIVER
2601P: Jan-Pascal van Best
2602M: janpascal@vanbest.org
2603P: Andreas Mohr
2604M: andi@lisas.de
2605L: netdev@vger.kernel.org
2606S: Maintained
2607
2608NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2609P: YOKOTA Hiroshi
2610M: yokota@netlab.is.tsukuba.ac.jp
2611W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2612S: Maintained
2613
2614NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2615P: GOTO Masanori
2616M: gotom@debian.or.jp
2617P: YOKOTA Hiroshi
2618M: yokota@netlab.is.tsukuba.ac.jp
2619W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2620S: Maintained
2621
2622NTFS FILESYSTEM
2623P: Anton Altaparmakov
2624M: aia21@cantab.net
2625L: linux-ntfs-dev@lists.sourceforge.net
2626L: linux-kernel@vger.kernel.org
2627W: http://linux-ntfs.sf.net/
2628T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2629S: Maintained
2630
2631NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2632P: Antonino Daplas
2633M: adaplas@gmail.com
2634L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2635S: Maintained
2636
2637NETERION (S2IO) Xframe 10GbE DRIVER
2638P: Ramkrishna Vepa
2639M: ram.vepa@neterion.com
2640P: Rastapur Santosh
2641M: santosh.rastapur@neterion.com
2642P: Sivakumar Subramani
2643M: sivakumar.subramani@neterion.com
2644P: Sreenivasa Honnur
2645M: sreenivasa.honnur@neterion.com
2646L: netdev@vger.kernel.org
2647W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2648S: Supported
2649
2650OPENCORES I2C BUS DRIVER
2651P: Peter Korsgaard
2652M: jacmet@sunsite.dk
2653L: i2c@lm-sensors.org
2654S: Maintained
2655
2656ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2657P: Mark Fasheh
2658M: mark.fasheh@oracle.com
2659P: Kurt Hackel
2660M: kurt.hackel@oracle.com
2661L: ocfs2-devel@oss.oracle.com
2662W: http://oss.oracle.com/projects/ocfs2/
2663S: Supported
2664
2665OLYMPIC NETWORK DRIVER
2666P: Peter De Shrijver
2667M: p2@ace.ulyssis.student.kuleuven.ac.be
2668P: Mike Phillips
2669M: mikep@linuxtr.net
2670L: netdev@vger.kernel.org
2671L: linux-tr@linuxtr.net
2672W: http://www.linuxtr.net
2673S: Maintained
2674
2675OMNIKEY CARDMAN 4000 DRIVER
2676P: Harald Welte
2677M: laforge@gnumonks.org
2678S: Maintained
2679
2680OMNIKEY CARDMAN 4040 DRIVER
2681P: Harald Welte
2682M: laforge@gnumonks.org
2683S: Maintained
2684
2685OMNIVISION OV7670 SENSOR DRIVER
2686P: Jonathan Corbet
2687M: corbet@lwn.net
2688L: video4linux-list@redhat.com
2689S: Maintained
2690
2691ONENAND FLASH DRIVER
2692P: Kyungmin Park
2693M: kyungmin.park@samsung.com
2694L: linux-mtd@lists.infradead.org
2695S: Maintained
2696
2697ONSTREAM SCSI TAPE DRIVER
2698P: Willem Riede
2699M: osst@riede.org
2700L: osst-users@lists.sourceforge.net
2701L: linux-scsi@vger.kernel.org
2702S: Maintained
2703
2704OPROFILE
2705P: Philippe Elie
2706M: phil.el@wanadoo.fr
2707L: oprofile-list@lists.sf.net
2708S: Maintained
2709
2710ORINOCO DRIVER
2711P: Pavel Roskin
2712M: proski@gnu.org
2713P: David Gibson
2714M: hermes@gibson.dropbear.id.au
2715L: linux-wireless@vger.kernel.org
2716L: orinoco-users@lists.sourceforge.net
2717L: orinoco-devel@lists.sourceforge.net
2718W: http://www.nongnu.org/orinoco/
2719S: Maintained
2720
2721PA SEMI ETHERNET DRIVER
2722P: Olof Johansson
2723M: olof@lixom.net
2724L: netdev@vger.kernel.org
2725S: Maintained
2726
2727PA SEMI SMBUS DRIVER
2728P: Olof Johansson
2729M: olof@lixom.net
2730L: i2c@lm-sensors.org
2731S: Maintained
2732
2733PARALLEL PORT SUPPORT
2734L: linux-parport@lists.infradead.org (subscribers-only)
2735S: Orphan
2736
2737PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2738P: Tim Waugh
2739M: tim@cyberelk.net
2740L: linux-parport@lists.infradead.org (subscribers-only)
2741W: http://www.torque.net/linux-pp.html
2742S: Maintained
2743
2744PARISC ARCHITECTURE
2745P: Matthew Wilcox
2746M: matthew@wil.cx
2747P: Grant Grundler
2748M: grundler@parisc-linux.org
2749P: Kyle McMartin
2750M: kyle@parisc-linux.org
2751L: parisc-linux@parisc-linux.org
2752W: http://www.parisc-linux.org/
2753T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2754T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2755S: Maintained
2756
2757PARAVIRT_OPS INTERFACE
2758P: Jeremy Fitzhardinge
2759M: jeremy@xensource.com
2760P: Chris Wright
2761M: chrisw@sous-sol.org
2762P: Zachary Amsden
2763M: zach@vmware.com
2764P: Rusty Russell
2765M: rusty@rustcorp.com.au
2766L: virtualization@lists.osdl.org
2767L: linux-kernel@vger.kernel.org
2768S: Supported
2769
2770PC87360 HARDWARE MONITORING DRIVER
2771P: Jim Cromie
2772M: jim.cromie@gmail.com
2773L: lm-sensors@lm-sensors.org
2774S: Maintained
2775
2776PC8736x GPIO DRIVER
2777P: Jim Cromie
2778M: jim.cromie@gmail.com
2779S: Maintained
2780
2781PCI ERROR RECOVERY
2782P: Linas Vepstas
2783M: linas@austin.ibm.com
2784L: linux-kernel@vger.kernel.org
2785L: linux-pci@atrey.karlin.mff.cuni.cz
2786S: Supported
2787
2788PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2789P: Thomas Sailer
2790M: sailer@ife.ee.ethz.ch
2791L: linux-sound@vger.kernel.org
2792W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2793S: Maintained
2794
2795PCI SUBSYSTEM
2796P: Greg Kroah-Hartman
2797M: gregkh@suse.de
2798L: linux-kernel@vger.kernel.org
2799L: linux-pci@atrey.karlin.mff.cuni.cz
2800T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2801S: Supported
2802
2803PCI HOTPLUG CORE
2804P: Kristen Carlson Accardi
2805M: kristen.c.accardi@intel.com
2806S: Supported
2807
2808PCIE HOTPLUG DRIVER
2809P: Kristen Carlson Accardi
2810M: kristen.c.accardi@intel.com
2811L: pcihpd-discuss@lists.sourceforge.net
2812S: Supported
2813
2814PCMCIA SUBSYSTEM
2815P: Linux PCMCIA Team
2816L: linux-pcmcia@lists.infradead.org
2817L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2818T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2819S: Maintained
2820
2821PCNET32 NETWORK DRIVER
2822P: Don Fry
2823M: pcnet32@verizon.net
2824L: netdev@vger.kernel.org
2825S: Maintained
2826
2827PER-TASK DELAY ACCOUNTING
2828P: Shailabh Nagar
2829M: nagar@watson.ibm.com
2830L: linux-kernel@vger.kernel.org
2831S: Maintained
2832
2833PERSONALITY HANDLING
2834P: Christoph Hellwig
2835M: hch@infradead.org
2836L: linux-abi-devel@lists.sourceforge.net
2837S: Maintained
2838
2839PHRAM MTD DRIVER
2840P: Jörn Engel
2841M: joern@wh.fh-wedel.de
2842L: linux-mtd@lists.infradead.org
2843S: Maintained
2844
2845PKTCDVD DRIVER
2846P: Peter Osterlund
2847M: petero2@telia.com
2848L: linux-kernel@vger.kernel.org
2849S: Maintained
2850
2851POSIX CLOCKS and TIMERS
2852P: George Anzinger
2853M: george@mvista.com
2854L: linux-kernel@vger.kernel.org
2855S: Supported
2856
2857POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
2858P: Anton Vorontsov
2859M: cbou@mail.ru
2860P: David Woodhouse
2861M: dwmw2@infradead.org
2862L: linux-kernel@vger.kernel.org
2863L: kernel-discuss@handhelds.org
2864T: git git.infradead.org/battery-2.6.git
2865S: Maintained
2866
2867POWERPC 4xx EMAC DRIVER
2868P: Eugene Surovegin
2869M: ebs@ebshome.net
2870W: http://kernel.ebshome.net/emac/
2871L: linuxppc-embedded@ozlabs.org
2872L: netdev@vger.kernel.org
2873S: Maintained
2874
2875PNP SUPPORT
2876P: Adam Belay
2877M: ambx1@neo.rr.com
2878S: Maintained
2879
2880PNXxxxx I2C DRIVER
2881P: Vitaly Wool
2882M: vitalywool@gmail.com
2883L: i2c@lm-sensors.org
2884S: Maintained
2885
2886PPP PROTOCOL DRIVERS AND COMPRESSORS
2887P: Paul Mackerras
2888M: paulus@samba.org
2889L: linux-ppp@vger.kernel.org
2890S: Maintained
2891
2892PPP OVER ATM (RFC 2364)
2893P: Mitchell Blank Jr
2894M: mitch@sfgoth.com
2895S: Maintained
2896
2897PPP OVER ETHERNET
2898P: Michal Ostrowski
2899M: mostrows@speakeasy.net
2900S: Maintained
2901
2902PPP OVER L2TP
2903P: James Chapman
2904M: jchapman@katalix.com
2905S: Maintained
2906
2907PREEMPTIBLE KERNEL
2908P: Robert Love
2909M: rml@tech9.net
2910L: linux-kernel@vger.kernel.org
2911L: kpreempt-tech@lists.sourceforge.net
2912W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2913S: Supported
2914
2915PRISM54 WIRELESS DRIVER
2916P: Luis R. Rodriguez
2917M: mcgrof@gmail.com
2918L: linux-wireless@vger.kernel.org
2919W: http://prism54.org
2920S: Maintained
2921
2922PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2923P: Peter Denison
2924M: promise@pnd-pc.demon.co.uk
2925W: http://www.pnd-pc.demon.co.uk/promise/
2926S: Maintained
2927
2928PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
2929P: Mikael Pettersson
2930M: mikpe@it.uu.se
2931L: linux-ide@vger.kernel.org
2932S: Maintained
2933
2934PS3 NETWORK SUPPORT
2935P: Masakazu Mokuno
2936M: mokuno@sm.sony.co.jp
2937L: netdev@vger.kernel.org
2938L: cbe-oss-dev@ozlabs.org
2939S: Supported
2940
2941PS3 PLATFORM SUPPORT
2942P: Geoff Levand
2943M: geoffrey.levand@am.sony.com
2944L: linuxppc-dev@ozlabs.org
2945L: cbe-oss-dev@ozlabs.org
2946S: Supported
2947
2948PVRUSB2 VIDEO4LINUX DRIVER
2949P: Mike Isely
2950M: isely@pobox.com
2951L: pvrusb2@isely.net (subscribers-only)
2952L: video4linux-list@redhat.com
2953W: http://www.isely.net/pvrusb2/
2954S: Maintained
2955
2956PXA2xx SUPPORT
2957P: Nicolas Pitre
2958M: nico@cam.org
2959L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2960S: Maintained
2961
2962PXA MMCI DRIVER
2963S: Orphan
2964
2965QLOGIC QLA2XXX FC-SCSI DRIVER
2966P: Andrew Vasquez
2967M: linux-driver@qlogic.com
2968L: linux-scsi@vger.kernel.org
2969S: Supported
2970
2971QLOGIC QLA3XXX NETWORK DRIVER
2972P: Ron Mercer
2973M: linux-driver@qlogic.com
2974L: netdev@vger.kernel.org
2975S: Supported
2976
2977QNX4 FILESYSTEM
2978P: Anders Larsen
2979M: al@alarsen.net
2980L: linux-kernel@vger.kernel.org
2981W: http://www.alarsen.net/linux/qnx4fs/
2982S: Maintained
2983
2984RADEON FRAMEBUFFER DISPLAY DRIVER
2985P: Benjamin Herrenschmidt
2986M: benh@kernel.crashing.org
2987L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2988S: Maintained
2989
2990RAGE128 FRAMEBUFFER DISPLAY DRIVER
2991P: Paul Mackerras
2992M: paulus@samba.org
2993L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2994S: Maintained
2995
2996RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2997P: Corey Thomas
2998M: corey@world.std.com
2999L: linux-wireless@vger.kernel.org
3000S: Maintained
3001
3002RANDOM NUMBER DRIVER
3003P: Matt Mackall
3004M: mpm@selenic.com
3005S: Maintained
3006
3007RAPIDIO SUBSYSTEM
3008P: Matt Porter
3009M: mporter@kernel.crashing.org
3010L: linux-kernel@vger.kernel.org
3011S: Maintained
3012
3013READ-COPY UPDATE (RCU)
3014P: Dipankar Sarma
3015M: dipankar@in.ibm.com
3016W: http://www.rdrop.com/users/paulmck/rclock/
3017L: linux-kernel@vger.kernel.org
3018S: Supported
3019
3020RCUTORTURE MODULE
3021P: Josh Triplett
3022M: josh@freedesktop.org
3023L: linux-kernel@vger.kernel.org
3024S: Maintained
3025
3026REAL TIME CLOCK DRIVER
3027P: Paul Gortmaker
3028M: p_gortmaker@yahoo.com
3029L: linux-kernel@vger.kernel.org
3030S: Maintained
3031
3032REAL TIME CLOCK (RTC) SUBSYSTEM
3033P: Alessandro Zummo
3034M: a.zummo@towertech.it
3035L: rtc-linux@googlegroups.com
3036S: Maintained
3037
3038REISERFS FILE SYSTEM
3039P: Hans Reiser
3040M: reiserfs-dev@namesys.com
3041L: reiserfs-devel@vger.kernel.org
3042W: http://www.namesys.com
3043S: Supported
3044
3045ROCKETPORT DRIVER
3046P: Comtrol Corp.
3047W: http://www.comtrol.com
3048S: Maintained
3049
3050ROSE NETWORK LAYER
3051P: Ralf Baechle
3052M: ralf@linux-mips.org
3053L: linux-hams@vger.kernel.org
3054W: http://www.linux-ax25.org/
3055S: Maintained
3056
3057RISCOM8 DRIVER
3058S: Orphan
3059
3060RTL818X WIRELESS DRIVER
3061P: Michael Wu
3062M: flamingice@sourmilk.net
3063P: Andrea Merello
3064M: andreamrl@tiscali.it
3065L: linux-wireless@vger.kernel.org
3066W: http://linuxwireless.org/
3067T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3068S: Maintained
3069
3070S3 SAVAGE FRAMEBUFFER DRIVER
3071P: Antonino Daplas
3072M: adaplas@gmail.com
3073L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
3074S: Maintained
3075
3076S390
3077P: Martin Schwidefsky
3078M: schwidefsky@de.ibm.com
3079P: Heiko Carstens
3080M: heiko.carstens@de.ibm.com
3081M: linux390@de.ibm.com
3082L: linux-s390@vger.kernel.org
3083W: http://www.ibm.com/developerworks/linux/linux390/
3084S: Supported
3085
3086S390 NETWORK DRIVERS
3087P: Frank Pavlic
3088M: fpavlic@de.ibm.com
3089M: linux390@de.ibm.com
3090L: linux-s390@vger.kernel.org
3091W: http://www.ibm.com/developerworks/linux/linux390/
3092S: Supported
3093
3094S390 ZFCP DRIVER
3095P: Swen Schillig
3096M: swen@vnet.ibm.com
3097M: linux390@de.ibm.com
3098L: linux-s390@vger.kernel.org
3099W: http://www.ibm.com/developerworks/linux/linux390/
3100S: Supported
3101
3102SAA7146 VIDEO4LINUX-2 DRIVER
3103P: Michael Hunold
3104M: michael@mihu.de
3105W: http://www.mihu.de/linux/saa7146
3106S: Maintained
3107
3108SC1200 WDT DRIVER
3109P: Zwane Mwaikambo
3110M: zwane@arm.linux.org.uk
3111S: Maintained
3112
3113SCHEDULER
3114P: Ingo Molnar
3115M: mingo@elte.hu
3116P: Robert Love [the preemptible kernel bits]
3117M: rml@tech9.net
3118L: linux-kernel@vger.kernel.org
3119S: Maintained
3120
3121SCSI CDROM DRIVER
3122P: Jens Axboe
3123M: axboe@kernel.dk
3124L: linux-scsi@vger.kernel.org
3125W: http://www.kernel.dk
3126S: Maintained
3127
3128SCSI SG DRIVER
3129P: Doug Gilbert
3130M: dgilbert@interlog.com
3131L: linux-scsi@vger.kernel.org
3132W: http://www.torque.net/sg
3133S: Maintained
3134
3135SCSI SUBSYSTEM
3136P: James E.J. Bottomley
3137M: James.Bottomley@SteelEye.com
3138L: linux-scsi@vger.kernel.org
3139T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
3140S: Maintained
3141
3142SCSI TAPE DRIVER
3143P: Kai Mäkisara
3144M: Kai.Makisara@kolumbus.fi
3145L: linux-scsi@vger.kernel.org
3146S: Maintained
3147
3148SCTP PROTOCOL
3149P: Vlad Yasevich
3150M: vladislav.yasevich@hp.com
3151P: Sridhar Samudrala
3152M: sri@us.ibm.com
3153L: lksctp-developers@lists.sourceforge.net
3154W: http://lksctp.sourceforge.net
3155S: Supported
3156
3157SCx200 CPU SUPPORT
3158P: Jim Cromie
3159M: jim.cromie@gmail.com
3160S: Odd Fixes
3161
3162SCx200 GPIO DRIVER
3163P: Jim Cromie
3164M: jim.cromie@gmail.com
3165S: Maintained
3166
3167SCx200 HRT CLOCKSOURCE DRIVER
3168P: Jim Cromie
3169M: jim.cromie@gmail.com
3170S: Maintained
3171
3172SECURITY CONTACT
3173P: Security Officers
3174M: security@kernel.org
3175S: Supported
3176
3177SELINUX SECURITY MODULE
3178P: Stephen Smalley
3179M: sds@tycho.nsa.gov
3180P: James Morris
3181M: jmorris@namei.org
3182P: Eric Paris
3183M: eparis@parisplace.org
3184L: linux-kernel@vger.kernel.org (kernel issues)
3185L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
3186W: http://www.nsa.gov/selinux
3187S: Supported
3188
3189SENSABLE PHANTOM
3190P: Jiri Slaby
3191M: jirislaby@gmail.com
3192S: Maintained
3193
3194SERIAL ATA (SATA) SUBSYSTEM:
3195P: Jeff Garzik
3196M: jgarzik@pobox.com
3197L: linux-ide@vger.kernel.org
3198T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
3199S: Supported
3200
3201SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3202P: Pat Gefre
3203M: pfg@sgi.com
3204L: linux-ia64@vger.kernel.org
3205S: Supported
3206
3207SGI VISUAL WORKSTATION 320 AND 540
3208P: Andrey Panin
3209M: pazke@donpac.ru
3210L: linux-visws-devel@lists.sf.net
3211W: http://linux-visws.sf.net
3212S: Maintained for 2.6.
3213
3214SIMTEC EB110ATX (Chalice CATS)
3215P: Ben Dooks
3216P: Vincent Sanders
3217M: support@simtec.co.uk
3218W: http://www.simtec.co.uk/products/EB110ATX/
3219S: Supported
3220
3221SIMTEC EB2410ITX (BAST)
3222P: Ben Dooks
3223P: Vincent Sanders
3224M: support@simtec.co.uk
3225W: http://www.simtec.co.uk/products/EB2410ITX/
3226S: Supported
3227
3228SIS 190 ETHERNET DRIVER
3229P: Francois Romieu
3230M: romieu@fr.zoreil.com
3231L: netdev@vger.kernel.org
3232S: Maintained
3233
3234SIS 5513 IDE CONTROLLER DRIVER
3235P: Lionel Bouton
3236M: Lionel.Bouton@inet6.fr
3237W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3238W: http://gyver.homeip.net/sis5513/index.html
3239S: Maintained
3240
3241SIS 900/7016 FAST ETHERNET DRIVER
3242P: Daniele Venzano
3243M: venza@brownhat.org
3244W: http://www.brownhat.org/sis900.html
3245L: netdev@vger.kernel.org
3246S: Maintained
3247
3248SIS FRAMEBUFFER DRIVER
3249P: Thomas Winischhofer
3250M: thomas@winischhofer.net
3251W: http://www.winischhofer.net/linuxsisvga.shtml
3252S: Maintained
3253
3254SIS USB2VGA DRIVER
3255P: Thomas Winischhofer
3256M: thomas@winischhofer.net
3257W: http://www.winischhofer.at/linuxsisusbvga.shtml
3258S: Maintained
3259
3260SMC91x ETHERNET DRIVER
3261P: Nicolas Pitre
3262M: nico@cam.org
3263S: Maintained
3264
3265SOFTMAC LAYER (IEEE 802.11)
3266P: Johannes Berg
3267M: johannes@sipsolutions.net
3268P: Joe Jezak
3269M: josejx@gentoo.org
3270P: Daniel Drake
3271M: dsd@gentoo.org
3272W: http://softmac.sipsolutions.net/
3273L: linux-wireless@vger.kernel.org
3274S: Maintained
3275
3276SOFTWARE RAID (Multiple Disks) SUPPORT
3277P: Ingo Molnar
3278M: mingo@redhat.com
3279P: Neil Brown
3280M: neilb@suse.de
3281L: linux-raid@vger.kernel.org
3282S: Supported
3283
3284SOFTWARE SUSPEND:
3285P: Pavel Machek
3286M: pavel@suse.cz
3287L: linux-pm@lists.linux-foundation.org
3288S: Maintained
3289
3290SONIC NETWORK DRIVER
3291P: Thomas Bogendoerfer
3292M: tsbogend@alpha.franken.de
3293L: netdev@vger.kernel.org
3294S: Maintained
3295
3296SONY VAIO CONTROL DEVICE DRIVER
3297P: Mattia Dongili
3298M: malattia@linux.it
3299L: linux-acpi@vger.kernel.org
3300W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
3301S: Maintained
3302
3303SOUND
3304P: Jaroslav Kysela
3305M: perex@suse.cz
3306L: alsa-devel@alsa-project.org (subscribers-only)
3307S: Maintained
3308
3309SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3310P: Liam Girdwood
3311M: liam.girdwood@wolfsonmicro.com
3312L: alsa-devel@alsa-project.org (subscribers-only)
3313S: Supported
3314
3315SPI SUBSYSTEM
3316P: David Brownell
3317M: dbrownell@users.sourceforge.net
3318L: spi-devel-general@lists.sourceforge.net
3319S: Maintained
3320
3321STABLE BRANCH:
3322P: Greg Kroah-Hartman
3323M: greg@kroah.com
3324P: Chris Wright
3325M: chrisw@sous-sol.org
3326L: stable@kernel.org
3327S: Maintained
3328
3329TPM DEVICE DRIVER
3330P: Kylene Hall
3331M: kjhall@us.ibm.com
3332W: http://tpmdd.sourceforge.net
3333P: Marcel Selhorst
3334M: tpm@selhorst.net
3335W: http://www.prosec.rub.de/tpm/
3336L: tpmdd-devel@lists.sourceforge.net
3337S: Maintained
3338
3339Telecom Clock Driver for MCPL0010
3340P: Mark Gross
3341M: mark.gross@intel.com
3342S: Supported
3343
3344TENSILICA XTENSA PORT (xtensa):
3345P: Chris Zankel
3346M: chris@zankel.net
3347S: Maintained
3348
3349THINKPAD ACPI EXTRAS DRIVER
3350P: Henrique de Moraes Holschuh
3351M: ibm-acpi@hmh.eng.br
3352L: ibm-acpi-devel@lists.sourceforge.net
3353W: http://ibm-acpi.sourceforge.net
3354W: http://thinkwiki.org/wiki/Ibm-acpi
3355T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3356S: Maintained
3357
3358UltraSPARC (sparc64):
3359P: David S. Miller
3360M: davem@davemloft.net
3361L: sparclinux@vger.kernel.org
3362T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
3363S: Maintained
3364
3365SHARP LH SUPPORT (LH7952X & LH7A40X)
3366P: Marc Singer
3367M: elf@buici.com
3368W: http://projects.buici.com/arm
3369L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3370S: Maintained
3371
3372SHPC HOTPLUG DRIVER
3373P: Kristen Carlson Accardi
3374M: kristen.c.accardi@intel.com
3375L: pcihpd-discuss@lists.sourceforge.net
3376S: Supported
3377
3378SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3379P: Pierre Ossman
3380M: drzeus-sdhci@drzeus.cx
3381L: sdhci-devel@list.drzeus.cx
3382W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3383S: Maintained
3384
3385SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3386P: Stephen Hemminger
3387M: shemminger@linux-foundation.org
3388L: netdev@vger.kernel.org
3389S: Maintained
3390
3391SOEKRIS NET48XX LED SUPPORT
3392P: Chris Boot
3393M: bootc@bootc.net
3394S: Maintained
3395
3396SPARC (sparc32):
3397P: William L. Irwin
3398M: wli@holomorphy.com
3399L: sparclinux@vger.kernel.org
3400S: Maintained
3401
3402SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3403P: Roger Wolff
3404M: R.E.Wolff@BitWizard.nl
3405L: linux-kernel@vger.kernel.org ?
3406S: Supported
3407
3408SPIDERNET NETWORK DRIVER for CELL
3409P: Linas Vepstas
3410M: linas@austin.ibm.com
3411L: netdev@vger.kernel.org
3412S: Supported
3413
3414SRM (Alpha) environment access
3415P: Jan-Benedict Glaw
3416M: jbglaw@lug-owl.de
3417L: linux-kernel@vger.kernel.org
3418S: Maintained
3419
3420STARFIRE/DURALAN NETWORK DRIVER
3421P: Ion Badulescu
3422M: ionut@cs.columbia.edu
3423S: Maintained
3424
3425STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3426W: http://mosquitonet.Stanford.EDU/strip.html
3427S: Unsupported ?
3428
3429STRADIS MPEG-2 DECODER DRIVER
3430P: Nathan Laredo
3431M: laredo@gnu.org
3432W: http://www.stradis.com/
3433S: Maintained
3434
3435SUPERH (sh)
3436P: Paul Mundt
3437M: lethal@linux-sh.org
3438L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
3439W: http://www.linux-sh.org
3440S: Maintained
3441
3442SUPERH64 (sh64)
3443P: Paul Mundt
3444M: lethal@linux-sh.org
3445L: linuxsh-shmedia-dev@lists.sourceforge.net
3446W: http://www.linux-sh.org
3447S: Maintained
3448
3449SUN3/3X
3450P: Sam Creasey
3451M: sammy@sammy.net
3452W: http://sammy.net/sun3/
3453S: Maintained
3454
3455SVGA HANDLING
3456P: Martin Mares
3457M: mj@ucw.cz
3458L: linux-video@atrey.karlin.mff.cuni.cz
3459S: Maintained
3460
3461SYSV FILESYSTEM
3462P: Christoph Hellwig
3463M: hch@infradead.org
3464S: Maintained
3465
3466TC CLASSIFIER
3467P: Jamal Hadi Salim
3468M: hadi@cyberus.ca
3469L: netdev@vger.kernel.org
3470S: Maintained
3471
3472TCP LOW PRIORITY MODULE
3473P: Wong Hoi Sing, Edison
3474M: hswong3i@gmail.com
3475P: Hung Hing Lun, Mike
3476M: hlhung3i@gmail.com
3477W: http://tcp-lp-mod.sourceforge.net/
3478S: Maintained
3479
3480TI FLASH MEDIA INTERFACE DRIVER
3481P: Alex Dubov
3482M: oakad@yahoo.com
3483S: Maintained
3484
3485TI OMAP MMC INTERFACE DRIVER
3486P: Carlos Aguiar, Anderson Briglia and Syed Khasim
3487M: linux-omap-open-source@linux.omap.com
3488W: http://linux.omap.com
3489W: http://www.muru.com/linux/omap/
3490S: Maintained
3491
3492TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3493P: Deepak Saxena
3494M: dsaxena@plexity.net
3495S: Maintained
3496
3497TASKSTATS STATISTICS INTERFACE
3498P: Shailabh Nagar
3499M: nagar@watson.ibm.com
3500L: linux-kernel@vger.kernel.org
3501S: Maintained
3502
3503TI PARALLEL LINK CABLE DRIVER
3504P: Romain Lievin
3505M: roms@lpg.ticalc.org
3506S: Maintained
3507
3508TIPC NETWORK LAYER
3509P: Per Liden
3510M: per.liden@ericsson.com
3511P: Jon Maloy
3512M: jon.maloy@ericsson.com
3513P: Allan Stephens
3514M: allan.stephens@windriver.com
3515L: tipc-discussion@lists.sourceforge.net
3516W: http://tipc.sourceforge.net/
3517W: http://tipc.cslab.ericsson.net/
3518T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3519S: Maintained
3520
3521TLAN NETWORK DRIVER
3522P: Samuel Chessman
3523M: chessman@tux.org
3524L: tlan-devel@lists.sourceforge.net
3525W: http://sourceforge.net/projects/tlan/
3526S: Maintained
3527
3528TOKEN-RING NETWORK DRIVER
3529P: Mike Phillips
3530M: mikep@linuxtr.net
3531L: netdev@vger.kernel.org
3532L: linux-tr@linuxtr.net
3533W: http://www.linuxtr.net
3534S: Maintained
3535
3536TOSHIBA ACPI EXTRAS DRIVER
3537P: John Belmonte
3538M: toshiba_acpi@memebeam.org
3539W: http://memebeam.org/toys/ToshibaAcpiDriver
3540S: Maintained
3541
3542TOSHIBA SMM DRIVER
3543P: Jonathan Buzzard
3544M: jonathan@buzzard.org.uk
3545L: tlinux-users@tce.toshiba-dme.co.jp
3546W: http://www.buzzard.org.uk/toshiba/
3547S: Maintained
3548
3549TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3550P: Muli Ben-Yehuda
3551M: mulix@mulix.org
3552L: linux-kernel@vger.kernel.org
3553S: Maintained
3554
3555TRIVIAL PATCHES
3556P: Adrian Bunk
3557M: trivial@kernel.org
3558L: linux-kernel@vger.kernel.org
3559W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3560T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3561S: Maintained
3562
3563TMS380 TOKEN-RING NETWORK DRIVER
3564P: Adam Fritzler
3565M: mid@auk.cx
3566L: linux-tr@linuxtr.net
3567W: http://www.auk.cx/tms380tr/
3568S: Maintained
3569
3570TULIP NETWORK DRIVER
3571P: Valerie Henson
3572M: val@nmt.edu
3573L: tulip-users@lists.sourceforge.net
3574W: http://sourceforge.net/projects/tulip/
3575S: Maintained
3576
3577TUN/TAP driver
3578P: Maxim Krasnyansky
3579M: maxk@qualcomm.com
3580L: vtun@office.satix.net
3581W: http://vtun.sourceforge.net/tun
3582S: Maintained
3583
3584TURBOCHANNEL SUBSYSTEM
3585P: Maciej W. Rozycki
3586M: macro@linux-mips.org
3587S: Maintained
3588
3589U14-34F SCSI DRIVER
3590P: Dario Ballabio
3591M: ballabio_dario@emc.com
3592L: linux-scsi@vger.kernel.org
3593S: Maintained
3594
3595UDF FILESYSTEM
3596P: Ben Fennema
3597M: bfennema@falcon.csc.calpoly.edu
3598W: http://linux-udf.sourceforge.net
3599S: Maintained
3600
3601UNIFORM CDROM DRIVER
3602P: Jens Axboe
3603M: axboe@kernel.dk
3604L: linux-kernel@vger.kernel.org
3605W: http://www.kernel.dk
3606S: Maintained
3607
3608USB ACM DRIVER
3609P: Oliver Neukum
3610M: oliver@neukum.name
3611L: linux-usb-users@lists.sourceforge.net
3612L: linux-usb-devel@lists.sourceforge.net
3613S: Maintained
3614
3615USB BLOCK DRIVER (UB ub)
3616P: Pete Zaitcev
3617M: zaitcev@redhat.com
3618L: linux-kernel@vger.kernel.org
3619L: linux-usb-devel@lists.sourceforge.net
3620S: Supported
3621
3622USB CDC ETHERNET DRIVER
3623P: Greg Kroah-Hartman
3624M: greg@kroah.com
3625L: linux-usb-users@lists.sourceforge.net
3626L: linux-usb-devel@lists.sourceforge.net
3627S: Maintained
3628W: http://www.kroah.com/linux-usb/
3629
3630USB DAVICOM DM9601 DRIVER
3631P: Peter Korsgaard
3632M: jacmet@sunsite.dk
3633L: netdev@vger.kernel.org
3634W: http://www.linux-usb.org/usbnet
3635S: Maintained
3636
3637USB EHCI DRIVER
3638P: David Brownell
3639M: dbrownell@users.sourceforge.net
3640L: linux-usb-devel@lists.sourceforge.net
3641S: Odd Fixes
3642
3643USB ET61X[12]51 DRIVER
3644P: Luca Risolia
3645M: luca.risolia@studio.unibo.it
3646L: linux-usb-devel@lists.sourceforge.net
3647L: video4linux-list@redhat.com
3648W: http://www.linux-projects.org
3649S: Maintained
3650
3651USB GADGET/PERIPHERAL SUBSYSTEM
3652P: David Brownell
3653M: dbrownell@users.sourceforge.net
3654L: linux-usb-devel@lists.sourceforge.net
3655W: http://www.linux-usb.org/gadget
3656S: Maintained
3657
3658USB HID/HIDBP DRIVERS
3659P: Jiri Kosina
3660M: jkosina@suse.cz
3661L: linux-usb-devel@lists.sourceforge.net
3662T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
3663S: Maintained
3664
3665USB HUB DRIVER
3666P: Johannes Erdfelt
3667M: johannes@erdfelt.com
3668L: linux-usb-users@lists.sourceforge.net
3669L: linux-usb-devel@lists.sourceforge.net
3670S: Maintained
3671
3672USB ISP116X DRIVER
3673P: Olav Kongas
3674M: ok@artecdesign.ee
3675L: linux-usb-devel@lists.sourceforge.net
3676S: Maintained
3677
3678USB KAWASAKI LSI DRIVER
3679P: Oliver Neukum
3680M: oliver@neukum.name
3681L: linux-usb-users@lists.sourceforge.net
3682L: linux-usb-devel@lists.sourceforge.net
3683S: Maintained
3684
3685USB MASS STORAGE DRIVER
3686P: Matthew Dharm
3687M: mdharm-usb@one-eyed-alien.net
3688L: linux-usb-users@lists.sourceforge.net
3689L: usb-storage@lists.one-eyed-alien.net
3690S: Maintained
3691W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3692
3693USB OHCI DRIVER
3694P: David Brownell
3695M: dbrownell@users.sourceforge.net
3696L: linux-usb-users@lists.sourceforge.net
3697L: linux-usb-devel@lists.sourceforge.net
3698S: Odd Fixes
3699
3700USB OPTION-CARD DRIVER
3701P: Matthias Urlichs
3702M: smurf@smurf.noris.de
3703L: linux-usb-devel@lists.sourceforge.net
3704S: Maintained
3705
3706USB OV511 DRIVER
3707P: Mark McClelland
3708M: mmcclell@bigfoot.com
3709L: linux-usb-users@lists.sourceforge.net
3710L: linux-usb-devel@lists.sourceforge.net
3711W: http://alpha.dyndns.org/ov511/
3712S: Maintained
3713
3714USB PEGASUS DRIVER
3715P: Petko Manolov
3716M: petkan@users.sourceforge.net
3717L: linux-usb-devel@lists.sourceforge.net
3718L: netdev@vger.kernel.org
3719W: http://pegasus2.sourceforge.net/
3720S: Maintained
3721
3722USB PRINTER DRIVER (usblp)
3723P: Pete Zaitcev
3724M: zaitcev@redhat.com
3725L: linux-usb-users@lists.sourceforge.net
3726L: linux-usb-devel@lists.sourceforge.net
3727S: Supported
3728
3729USB RTL8150 DRIVER
3730P: Petko Manolov
3731M: petkan@users.sourceforge.net
3732L: linux-usb-devel@lists.sourceforge.net
3733L: netdev@vger.kernel.org
3734W: http://pegasus2.sourceforge.net/
3735S: Maintained
3736
3737USB SE401 DRIVER
3738P: Jeroen Vreeken
3739M: pe1rxq@amsat.org
3740L: linux-usb-users@lists.sourceforge.net
3741L: linux-usb-devel@lists.sourceforge.net
3742W: http://www.chello.nl/~j.vreeken/se401/
3743S: Maintained
3744
3745USB SERIAL CYBERJACK DRIVER
3746P: Matthias Bruestle and Harald Welte
3747M: support@reiner-sct.com
3748W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3749S: Maintained
3750
3751USB SERIAL DIGI ACCELEPORT DRIVER
3752P: Peter Berger and Al Borchers
3753M: pberger@brimson.com
3754M: alborchers@steinerpoint.com
3755L: linux-usb-users@lists.sourceforge.net
3756L: linux-usb-devel@lists.sourceforge.net
3757S: Maintained
3758
3759USB SERIAL DRIVER
3760P: Greg Kroah-Hartman
3761M: gregkh@suse.de
3762L: linux-usb-users@lists.sourceforge.net
3763L: linux-usb-devel@lists.sourceforge.net
3764S: Supported
3765
3766USB SERIAL BELKIN F5U103 DRIVER
3767P: William Greathouse
3768M: wgreathouse@smva.com
3769L: linux-usb-users@lists.sourceforge.net
3770L: linux-usb-devel@lists.sourceforge.net
3771S: Maintained
3772
3773USB SERIAL CYPRESS M8 DRIVER
3774P: Lonnie Mendez
3775M: dignome@gmail.com
3776L: linux-usb-users@lists.sourceforge.net
3777L: linux-usb-devel@lists.sourceforge.net
3778S: Maintained
3779W: http://geocities.com/i0xox0i
3780W: http://firstlight.net/cvs
3781
3782USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3783L: linux-usb-users@lists.sourceforge.net
3784L: linux-usb-devel@lists.sourceforge.net
3785S: Maintained
3786
3787USB AUERSWALD DRIVER
3788P: Wolfgang Muees
3789M: wolfgang@iksw-muees.de
3790L: linux-usb-users@lists.sourceforge.net
3791L: linux-usb-devel@lists.sourceforge.net
3792S: Maintained
3793
3794USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3795P: Gary Brubaker
3796M: xavyer@ix.netcom.com
3797L: linux-usb-users@lists.sourceforge.net
3798L: linux-usb-devel@lists.sourceforge.net
3799S: Maintained
3800
3801USB SERIAL KEYSPAN DRIVER
3802P: Greg Kroah-Hartman
3803M: greg@kroah.com
3804L: linux-usb-users@lists.sourceforge.net
3805L: linux-usb-devel@lists.sourceforge.net
3806W: http://www.kroah.com/linux/
3807S: Maintained
3808
3809USB SERIAL WHITEHEAT DRIVER
3810P: Support Department
3811M: support@connecttech.com
3812L: linux-usb-users@lists.sourceforge.net
3813L: linux-usb-devel@lists.sourceforge.net
3814W: http://www.connecttech.com
3815S: Supported
3816
3817USB SN9C1xx DRIVER
3818P: Luca Risolia
3819M: luca.risolia@studio.unibo.it
3820L: linux-usb-devel@lists.sourceforge.net
3821L: video4linux-list@redhat.com
3822W: http://www.linux-projects.org
3823S: Maintained
3824
3825USB SUBSYSTEM
3826P: Greg Kroah-Hartman
3827M: gregkh@suse.de
3828L: linux-usb-users@lists.sourceforge.net
3829L: linux-usb-devel@lists.sourceforge.net
3830W: http://www.linux-usb.org
3831T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3832S: Supported
3833
3834USB UHCI DRIVER
3835P: Alan Stern
3836M: stern@rowland.harvard.edu
3837L: linux-usb-users@lists.sourceforge.net
3838L: linux-usb-devel@lists.sourceforge.net
3839S: Maintained
3840
3841USB "USBNET" DRIVER FRAMEWORK
3842P: David Brownell
3843M: dbrownell@users.sourceforge.net
3844L: netdev@vger.kernel.org
3845W: http://www.linux-usb.org/usbnet
3846S: Maintained
3847
3848USB W996[87]CF DRIVER
3849P: Luca Risolia
3850M: luca.risolia@studio.unibo.it
3851L: linux-usb-devel@lists.sourceforge.net
3852L: video4linux-list@redhat.com
3853W: http://www.linux-projects.org
3854S: Maintained
3855
3856USB ZC0301 DRIVER
3857P: Luca Risolia
3858M: luca.risolia@studio.unibo.it
3859L: linux-usb-devel@lists.sourceforge.net
3860L: video4linux-list@redhat.com
3861W: http://www.linux-projects.org
3862S: Maintained
3863
3864USB ZD1201 DRIVER
3865P: Jeroen Vreeken
3866M: pe1rxq@amsat.org
3867L: linux-usb-users@lists.sourceforge.net
3868L: linux-usb-devel@lists.sourceforge.net
3869W: http://linux-lc100020.sourceforge.net
3870S: Maintained
3871
3872USB ZR364XX DRIVER
3873P: Antoine Jacquet
3874M: royale@zerezo.com
3875L: linux-usb-devel@lists.sourceforge.net
3876L: video4linux-list@redhat.com
3877W: http://royale.zerezo.com/zr364xx/
3878S: Maintained
3879
3880USER-MODE LINUX
3881P: Jeff Dike
3882M: jdike@karaya.com
3883L: user-mode-linux-devel@lists.sourceforge.net
3884L: user-mode-linux-user@lists.sourceforge.net
3885W: http://user-mode-linux.sourceforge.net
3886S: Maintained
3887
3888FAT/VFAT/MSDOS FILESYSTEM:
3889P: OGAWA Hirofumi
3890M: hirofumi@mail.parknet.co.jp
3891L: linux-kernel@vger.kernel.org
3892S: Maintained
3893
3894VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3895P: Jeff Garzik
3896S: Odd fixes
3897
3898VIA RHINE NETWORK DRIVER
3899P: Roger Luethi
3900M: rl@hellgate.ch
3901S: Maintained
3902
3903VIAPRO SMBUS DRIVER
3904P: Jean Delvare
3905M: khali@linux-fr.org
3906L: i2c@lm-sensors.org
3907S: Maintained
3908
3909VIA VELOCITY NETWORK DRIVER
3910P: Francois Romieu
3911M: romieu@fr.zoreil.com
3912L: netdev@vger.kernel.org
3913S: Maintained
3914
3915UCLINUX (AND M68KNOMMU)
3916P: Greg Ungerer
3917M: gerg@uclinux.org
3918W: http://www.uclinux.org/
3919L: uclinux-dev@uclinux.org (subscribers-only)
3920S: Maintained
3921
3922UCLINUX FOR NEC V850
3923P: Miles Bader
3924
3925UCLINUX FOR RENESAS H8/300
3926P: Yoshinori Sato
3927M: ysato@users.sourceforge.jp
3928W: http://uclinux-h8.sourceforge.jp/
3929S: Supported
3930
3931UFS FILESYSTEM
3932P: Evgeniy Dushistov
3933M: dushistov@mail.ru
3934L: linux-kernel@vger.kernel.org
3935S: Maintained
3936
3937USB DIAMOND RIO500 DRIVER
3938P: Cesar Miquel
3939M: miquel@df.uba.ar
3940L: rio500-users@lists.sourceforge.net
3941W: http://rio500.sourceforge.net
3942S: Maintained
3943
3944VIDEO FOR LINUX
3945P: Mauro Carvalho Chehab
3946M: mchehab@infradead.org
3947M: v4l-dvb-maintainer@linuxtv.org
3948L: video4linux-list@redhat.com
3949W: http://linuxtv.org
3950T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
3951S: Maintained
3952
3953VT1211 HARDWARE MONITOR DRIVER
3954P: Juerg Haefliger
3955M: juergh@gmail.com
3956L: lm-sensors@lm-sensors.org
3957S: Maintained
3958
3959VT8231 HARDWARE MONITOR DRIVER
3960P: Roger Lucas
3961M: roger@planbit.co.uk
3962L: lm-sensors@lm-sensors.org
3963S: Maintained
3964
3965W1 DALLAS'S 1-WIRE BUS
3966P: Evgeniy Polyakov
3967M: johnpol@2ka.mipt.ru
3968S: Maintained
3969
3970W83791D HARDWARE MONITORING DRIVER
3971P: Charles Spirakis
3972M: bezaur@gmail.com
3973L: lm-sensors@lm-sensors.org
3974S: Maintained
3975
3976W83793 HARDWARE MONITORING DRIVER
3977P: Rudolf Marek
3978M: r.marek@assembler.cz
3979L: lm-sensors@lm-sensors.org
3980S: Maintained
3981
3982W83L51xD SD/MMC CARD INTERFACE DRIVER
3983P: Pierre Ossman
3984M: drzeus-wbsd@drzeus.cx
3985L: linux-kernel@vger.kernel.org
3986W: http://projects.drzeus.cx/wbsd
3987S: Maintained
3988
3989WATCHDOG DEVICE DRIVERS
3990P: Wim Van Sebroeck
3991M: wim@iguana.be
3992T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3993S: Maintained
3994
3995WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3996P: Jean Tourrilhes
3997M: jt@hpl.hp.com
3998L: linux-wireless@vger.kernel.org
3999W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4000S: Maintained
4001
4002WD7000 SCSI DRIVER
4003P: Miroslav Zagorac
4004M: zaga@fly.cc.fer.hr
4005L: linux-scsi@vger.kernel.org
4006S: Maintained
4007
4008WISTRON LAPTOP BUTTON DRIVER
4009P: Miloslav Trmac
4010M: mitr@volny.cz
4011S: Maintained
4012
4013WL3501 WIRELESS PCMCIA CARD DRIVER
4014P: Arnaldo Carvalho de Melo
4015M: acme@ghostprotocols.net
4016L: linux-wireless@vger.kernel.org
4017W: http://oops.ghostprotocols.net:81/blog
4018S: Maintained
4019
4020X.25 NETWORK LAYER
4021P: Henner Eisen
4022M: eis@baty.hanse.de
4023L: linux-x25@vger.kernel.org
4024S: Maintained
4025
4026XEN HYPERVISOR INTERFACE
4027P: Jeremy Fitzhardinge
4028M: jeremy@xensource.com
4029P: Chris Wright
4030M: chrisw@sous-sol.org
4031L: virtualization@lists.osdl.org
4032L: xen-devel@lists.xensource.com
4033S: Supported
4034
4035XFS FILESYSTEM
4036P: Silicon Graphics Inc
4037P: Tim Shimmin
4038M: xfs-masters@oss.sgi.com
4039L: xfs@oss.sgi.com
4040W: http://oss.sgi.com/projects/xfs
4041T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
4042S: Supported
4043
4044XILINX UARTLITE SERIAL DRIVER
4045P: Peter Korsgaard
4046M: jacmet@sunsite.dk
4047L: linux-serial@vger.kernel.org
4048S: Maintained
4049
4050X86 3-LEVEL PAGING (PAE) SUPPORT
4051P: Ingo Molnar
4052M: mingo@redhat.com
4053S: Maintained
4054
4055X86-64 port
4056P: Andi Kleen
4057M: ak@suse.de
4058L: discuss@x86-64.org
4059W: http://www.x86-64.org
4060T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
4061S: Maintained
4062
4063YAM DRIVER FOR AX.25
4064P: Jean-Paul Roubelat
4065M: jpr@f6fbb.org
4066L: linux-hams@vger.kernel.org
4067S: Maintained
4068
4069YEALINK PHONE DRIVER
4070P: Henk Vergonet
4071M: Henk.Vergonet@gmail.com
4072L: usbb2k-api-dev@nongnu.org
4073S: Maintained
4074
4075Z8530 DRIVER FOR AX.25
4076P: Joerg Reuter
4077M: jreuter@yaina.de
4078W: http://yaina.de/jreuter/
4079W: http://www.qsl.net/dl1bke/
4080L: linux-hams@vger.kernel.org
4081S: Maintained
4082
4083ZD1211RW WIRELESS DRIVER
4084P: Daniel Drake
4085M: dsd@gentoo.org
4086P: Ulrich Kunitz
4087M: kune@deine-taler.de
4088W: http://zd1211.ath.cx/wiki/DriverRewrite
4089L: linux-wireless@vger.kernel.org
4090L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4091S: Maintained
4092
4093ZF MACHZ WATCHDOG
4094P: Fernando Fuganti
4095M: fuganti@netbank.com.br
4096W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4097S: Maintained
4098
4099ZR36067 VIDEO FOR LINUX DRIVER
4100P: Ronald Bultje
4101M: rbultje@ronald.bitfreak.net
4102L: mjpeg-users@lists.sourceforge.net
4103W: http://mjpeg.sourceforge.net/driver-zoran/
4104S: Maintained
4105
4106ZR36120 VIDEO FOR LINUX DRIVER
4107P: Pauline Middelink
4108M: middelin@polyware.nl
4109W: http://www.polyware.nl/~middelin/En/hobbies.html
4110W: http://www.polyware.nl/~middelin/hobbies.html
4111S: Maintained
4112
4113THE REST
4114P: Linus Torvalds
4115S: Buried alive in reporters