fix wrong argument of tc35815_read_plat_dev_addr()
[linux-block.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
1743T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
1744S: Maintained
1745
1746IA64 (Itanium) PLATFORM
1747P: Tony Luck
1748M: tony.luck@intel.com
1749L: linux-ia64@vger.kernel.org
1750W: http://www.ia64-linux.org/
1751T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1752S: Maintained
1753
1754SN-IA64 (Itanium) SUB-PLATFORM
1755P: Jes Sorensen
1756M: jes@sgi.com
1757L: linux-altix@sgi.com
1758L: linux-ia64@vger.kernel.org
1759W: http://www.sgi.com/altix
1760S: Maintained
1761
1762IBM MCA SCSI SUBSYSTEM DRIVER
1763P: Michael Lang
1764M: langa2@kph.uni-mainz.de
1765W: http://www.uni-mainz.de/~langm000/linux.html
1766S: Maintained
1767
1768IBM Power Linux RAID adapter
1769P: Brian King
1770M: brking@us.ibm.com
1771S: Supported
1772
1773IBM ServeRAID RAID DRIVER
1774P: Jack Hammer
1775P: Dave Jeffery
1776M: ipslinux@adaptec.com
1777W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1778S: Supported
1779
1780IDE SUBSYSTEM
1781P: Bartlomiej Zolnierkiewicz
1782M: bzolnier@gmail.com
1783L: linux-ide@vger.kernel.org
1784T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
1785S: Maintained
1786
1787IDE/ATAPI CDROM DRIVER
1788P: Alan Cox
1789M: alan@lxorguk.ukuu.org.uk
1790L: linux-ide@vger.kernel.org
1791S: Maintained
1792
1793IDE/ATAPI FLOPPY DRIVERS
1794P: Paul Bristow
1795M: Paul Bristow <paul@paulbristow.net>
1796W: http://paulbristow.net/linux/idefloppy.html
1797L: linux-kernel@vger.kernel.org
1798S: Maintained
1799
1800IDE/ATAPI TAPE DRIVERS
1801P: Gadi Oxman
1802M: Gadi Oxman <gadio@netvision.net.il>
1803L: linux-kernel@vger.kernel.org
1804S: Maintained
1805
1806IEEE 1394 SUBSYSTEM
1807P: Ben Collins
1808M: ben.collins@ubuntu.com
1809P: Stefan Richter
1810M: stefanr@s5r6.in-berlin.de
1811L: linux1394-devel@lists.sourceforge.net
1812W: http://www.linux1394.org/
1813T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1814S: Maintained
1815
1816IEEE 1394 RAW I/O DRIVER (raw1394)
1817P: Dan Dennedy
1818M: dan@dennedy.org
1819P: Stefan Richter
1820M: stefanr@s5r6.in-berlin.de
1821L: linux1394-devel@lists.sourceforge.net
1822S: Maintained
1823
1824IMS TWINTURBO FRAMEBUFFER DRIVER
1825P: Paul Mundt
1826M: lethal@chaoticdreams.org
1827L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1828S: Maintained
1829
1830INFINIBAND SUBSYSTEM
1831P: Roland Dreier
1832M: rolandd@cisco.com
1833P: Sean Hefty
1834M: mshefty@ichips.intel.com
1835P: Hal Rosenstock
1836M: hal.rosenstock@gmail.com
1837L: general@lists.openfabrics.org
1838W: http://www.openib.org/
1839T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1840S: Supported
1841
1842INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
1843P: Dmitry Torokhov
1844M: dmitry.torokhov@gmail.com
1845M: dtor@mail.ru
1846L: linux-input@atrey.karlin.mff.cuni.cz
1847L: linux-joystick@atrey.karlin.mff.cuni.cz
1848T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1849S: Maintained
1850
1851INOTIFY
1852P: John McCutchan
1853M: ttb@tentacle.dhs.org
1854P: Robert Love
1855M: rml@novell.com
1856L: linux-kernel@vger.kernel.org
1857S: Maintained
1858
1859INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1860P: Sylvain Meyer
1861M: sylvain.meyer@worldonline.fr
1862L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1863S: Maintained
1864
1865INTEL 810/815 FRAMEBUFFER DRIVER
1866P: Antonino Daplas
1867M: adaplas@gmail.com
1868L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1869S: Maintained
1870
1871INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1872P: Ingo Molnar
1873M: mingo@redhat.com
1874S: Maintained
1875
1876INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1877P: Jeff Garzik
1878M: jgarzik@pobox.com
1879W: http://sourceforge.net/projects/gkernel/
1880S: Maintained
1881
1882INTEL IA32 MICROCODE UPDATE SUPPORT
1883P: Tigran Aivazian
1884M: tigran@aivazian.fsnet.co.uk
1885S: Maintained
1886
1887INTEL I/OAT DMA DRIVER
1888P: Shannon Nelson
1889M: shannon.nelson@intel.com
1890L: linux-kernel@vger.kernel.org
1891S: Supported
1892
1893INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1894P: Deepak Saxena
1895M: dsaxena@plexity.net
1896S: Maintained
1897
1898INTEL IXP2000 ETHERNET DRIVER
1899P: Lennert Buytenhek
1900M: kernel@wantstofly.org
1901L: netdev@vger.kernel.org
1902S: Maintained
1903
1904INTEL PRO/100 ETHERNET SUPPORT
1905P: John Ronciak
1906M: john.ronciak@intel.com
1907P: Jesse Brandeburg
1908M: jesse.brandeburg@intel.com
1909P: Jeff Kirsher
1910M: jeffrey.t.kirsher@intel.com
1911P: Auke Kok
1912M: auke-jan.h.kok@intel.com
1913L: e1000-devel@lists.sourceforge.net
1914W: http://sourceforge.net/projects/e1000/
1915S: Supported
1916
1917INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1918P: Jeb Cramer
1919M: cramerj@intel.com
1920P: John Ronciak
1921M: john.ronciak@intel.com
1922P: Jesse Brandeburg
1923M: jesse.brandeburg@intel.com
1924P: Jeff Kirsher
1925M: jeffrey.t.kirsher@intel.com
1926P: Auke Kok
1927M: auke-jan.h.kok@intel.com
1928L: e1000-devel@lists.sourceforge.net
1929W: http://sourceforge.net/projects/e1000/
1930S: Supported
1931
1932INTEL PRO/10GbE SUPPORT
1933P: Jeff Kirsher
1934M: jeffrey.t.kirsher@intel.com
1935P: Ayyappan Veeraiyan
1936M: ayyappan.veeraiyan@intel.com
1937P: John Ronciak
1938M: john.ronciak@intel.com
1939P: Jesse Brandeburg
1940M: jesse.brandeburg@intel.com
1941P: Auke Kok
1942M: auke-jan.h.kok@intel.com
1943L: e1000-devel@lists.sourceforge.net
1944W: http://sourceforge.net/projects/e1000/
1945S: Supported
1946
1947INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1948P: Yi Zhu
1949M: yi.zhu@intel.com
1950P: James Ketrenos
1951M: jketreno@linux.intel.com
1952L: linux-wireless@vger.kernel.org
1953L: ipw2100-devel@lists.sourceforge.net
1954L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1955W: http://ipw2100.sourceforge.net
1956S: Supported
1957
1958INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1959P: Yi Zhu
1960M: yi.zhu@intel.com
1961P: James Ketrenos
1962M: jketreno@linux.intel.com
1963L: linux-wireless@vger.kernel.org
1964L: ipw2100-devel@lists.sourceforge.net
1965L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1966W: http://ipw2200.sourceforge.net
1967S: Supported
1968
1969IOC3 DRIVER
1970P: Ralf Baechle
1971M: ralf@linux-mips.org
1972L: linux-mips@linux-mips.org
1973S: Maintained
1974
1975IP MASQUERADING:
1976P: Juanjo Ciarlante
1977M: jjciarla@raiz.uncu.edu.ar
1978S: Maintained
1979
1980IPATH DRIVER:
1981P: Arthur Jones
1982M: infinipath@qlogic.com
1983L: general@lists.openfabrics.org
1984T: git git://git.qlogic.com/ipath-linux-2.6
1985S: Supported
1986
1987IPMI SUBSYSTEM
1988P: Corey Minyard
1989M: minyard@acm.org
1990L: openipmi-developer@lists.sourceforge.net
1991W: http://openipmi.sourceforge.net/
1992S: Supported
1993
1994IPX NETWORK LAYER
1995P: Arnaldo Carvalho de Melo
1996M: acme@ghostprotocols.net
1997L: netdev@vger.kernel.org
1998S: Maintained
1999
2000IRDA SUBSYSTEM
2001P: Samuel Ortiz
2002M: samuel@sortiz.org
2003L: irda-users@lists.sourceforge.net (subscribers-only)
2004W: http://irda.sourceforge.net/
2005S: Maintained
2006
2007ISAPNP
2008P: Jaroslav Kysela
2009M: perex@suse.cz
2010S: Maintained
2011
2012ISDN SUBSYSTEM
2013P: Karsten Keil
2014M: kkeil@suse.de
2015P: Kai Germaschewski
2016M: kai.germaschewski@gmx.de
2017L: isdn4linux@listserv.isdn4linux.de
2018W: http://www.isdn4linux.de
2019T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
2020S: Maintained
2021
2022ISDN SUBSYSTEM (Eicon active card driver)
2023P: Armin Schindler
2024M: mac@melware.de
2025L: isdn4linux@listserv.isdn4linux.de
2026W: http://www.melware.de
2027S: Maintained
2028
2029JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2030P: David Woodhouse
2031M: dwmw2@infradead.org
2032L: jffs-dev@axis.com
2033W: http://sources.redhat.com/jffs2/
2034S: Maintained
2035
2036JFS FILESYSTEM
2037P: Dave Kleikamp
2038M: shaggy@austin.ibm.com
2039L: jfs-discussion@lists.sourceforge.net
2040W: http://jfs.sourceforge.net/
2041T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2042S: Supported
2043
2044JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2045P: Stephen Tweedie, Andrew Morton
2046M: sct@redhat.com, akpm@linux-foundation.org
2047L: linux-ext4@vger.kernel.org
2048S: Maintained
2049
2050K8TEMP HARDWARE MONITORING DRIVER
2051P: Rudolf Marek
2052M: r.marek@assembler.cz
2053L: lm-sensors@lm-sensors.org
2054S: Maintained
2055
2056KCONFIG
2057P: Roman Zippel
2058M: zippel@linux-m68k.org
2059L: kbuild-devel@lists.sourceforge.net
2060S: Maintained
2061
2062KDUMP
2063P: Vivek Goyal
2064M: vgoyal@in.ibm.com
2065P: Haren Myneni
2066M: hbabu@us.ibm.com
2067L: kexec@lists.infradead.org
2068L: linux-kernel@vger.kernel.org
2069W: http://lse.sourceforge.net/kdump/
2070S: Maintained
2071
2072KERNEL AUTOMOUNTER (AUTOFS)
2073P: H. Peter Anvin
2074M: hpa@zytor.com
2075L: autofs@linux.kernel.org
2076S: Odd Fixes
2077
2078KERNEL AUTOMOUNTER v4 (AUTOFS4)
2079P: Ian Kent
2080M: raven@themaw.net
2081L: autofs@linux.kernel.org
2082S: Maintained
2083
2084KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2085P: Kai Germaschewski
2086M: kai@germaschewski.name
2087P: Sam Ravnborg
2088M: sam@ravnborg.org
2089T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
2090S: Maintained
2091
2092KERNEL JANITORS
2093P: Several
2094L: kernel-janitors@vger.kernel.org
2095W: http://www.kerneljanitors.org/
2096S: Maintained
2097
2098KERNEL NFSD
2099P: Neil Brown
2100M: neilb@suse.de
2101L: nfs@lists.sourceforge.net
2102W: http://nfs.sourceforge.net/
2103S: Supported
2104
2105KERNEL VIRTUAL MACHINE (KVM)
2106P: Avi Kivity
2107M: avi@qumranet.com
2108L: kvm-devel@lists.sourceforge.net
2109W: kvm.sourceforge.net
2110S: Supported
2111
2112KEXEC
2113P: Eric Biederman
2114M: ebiederm@xmission.com
2115W: http://www.xmission.com/~ebiederm/files/kexec/
2116L: linux-kernel@vger.kernel.org
2117L: kexec@lists.infradead.org
2118S: Maintained
2119
2120KPROBES
2121P: Prasanna S Panchamukhi
2122M: prasanna@in.ibm.com
2123P: Ananth N Mavinakayanahalli
2124M: ananth@in.ibm.com
2125P: Anil S Keshavamurthy
2126M: anil.s.keshavamurthy@intel.com
2127P: David S. Miller
2128M: davem@davemloft.net
2129L: linux-kernel@vger.kernel.org
2130S: Maintained
2131
2132KS0108 LCD CONTROLLER DRIVER
2133P: Miguel Ojeda Sandonis
2134M: maxextreme@gmail.com
2135L: linux-kernel@vger.kernel.org
2136W: http://auxdisplay.googlepages.com/
2137S: Maintained
2138
2139LAPB module
2140L: linux-x25@vger.kernel.org
2141S: Orphan
2142
2143LASI 53c700 driver for PARISC
2144P: James E.J. Bottomley
2145M: James.Bottomley@HansenPartnership.com
2146L: linux-scsi@vger.kernel.org
2147S: Maintained
2148
2149LED SUBSYSTEM
2150P: Richard Purdie
2151M: rpurdie@rpsys.net
2152S: Maintained
2153
2154LEGO USB Tower driver
2155P: Juergen Stuber
2156M: starblue@users.sourceforge.net
2157L: legousb-devel@lists.sourceforge.net
2158W: http://legousb.sourceforge.net/
2159S: Maintained
2160
2161LINUX FOR IBM pSERIES (RS/6000)
2162P: Paul Mackerras
2163M: paulus@au.ibm.com
2164W: http://www.ibm.com/linux/ltc/projects/ppc
2165S: Supported
2166
2167LINUX FOR NCR VOYAGER
2168P: James Bottomley
2169M: James.Bottomley@HansenPartnership.com
2170W: http://www.hansenpartnership.com/voyager
2171S: Maintained
2172
2173LINUX FOR POWERPC
2174P: Paul Mackerras
2175M: paulus@samba.org
2176W: http://www.penguinppc.org/
2177L: linuxppc-dev@ozlabs.org
2178T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
2179S: Supported
2180
2181LINUX FOR POWER MACINTOSH
2182P: Benjamin Herrenschmidt
2183M: benh@kernel.crashing.org
2184W: http://www.penguinppc.org/
2185L: linuxppc-dev@ozlabs.org
2186S: Maintained
2187
2188LINUX FOR POWERPC EMBEDDED MPC52XX
2189P: Sylvain Munaut
2190M: tnt@246tNt.com
2191W: http://www.246tNt.com/mpc52xx/
2192W: http://www.penguinppc.org/
2193L: linuxppc-dev@ozlabs.org
2194L: linuxppc-embedded@ozlabs.org
2195S: Maintained
2196
2197LINUX FOR POWERPC EMBEDDED PPC4XX
2198P: Matt Porter
2199M: mporter@kernel.crashing.org
2200W: http://www.penguinppc.org/
2201L: linuxppc-embedded@ozlabs.org
2202S: Maintained
2203
2204LINUX FOR POWERPC BOOT CODE
2205P: Tom Rini
2206M: trini@kernel.crashing.org
2207W: http://www.penguinppc.org/
2208L: linuxppc-embedded@ozlabs.org
2209S: Maintained
2210
2211LINUX FOR POWERPC EMBEDDED PPC8XX
2212P: Marcelo Tosatti
2213M: marcelo@kvack.org
2214W: http://www.penguinppc.org/
2215L: linuxppc-embedded@ozlabs.org
2216S: Maintained
2217
2218LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
2219P: Kumar Gala
2220M: galak@kernel.crashing.org
2221W: http://www.penguinppc.org/
2222L: linuxppc-embedded@ozlabs.org
2223S: Maintained
2224
2225LINUX FOR POWERPC PA SEMI PWRFICIENT
2226P: Olof Johansson
2227M: olof@lixom.net
2228W: http://www.pasemi.com/
2229L: linuxppc-dev@ozlabs.org
2230S: Supported
2231
2232LLC (802.2)
2233P: Arnaldo Carvalho de Melo
2234M: acme@ghostprotocols.net
2235S: Maintained
2236
2237LINUX FOR 64BIT POWERPC
2238P: Paul Mackerras
2239M: paulus@samba.org
2240M: paulus@au.ibm.com
2241P: Anton Blanchard
2242M: anton@samba.org
2243M: anton@au.ibm.com
2244W: http://www.penguinppc.org/ppc64/
2245L: linuxppc-dev@ozlabs.org
2246S: Supported
2247
2248LINUX SECURITY MODULE (LSM) FRAMEWORK
2249P: Chris Wright
2250M: chrisw@sous-sol.org
2251L: linux-security-module@vger.kernel.org
2252W: http://lsm.immunix.org
2253T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
2254S: Supported
2255
2256LM83 HARDWARE MONITOR DRIVER
2257P: Jean Delvare
2258M: khali@linux-fr.org
2259L: lm-sensors@lm-sensors.org
2260S: Maintained
2261
2262LM90 HARDWARE MONITOR DRIVER
2263P: Jean Delvare
2264M: khali@linux-fr.org
2265L: lm-sensors@lm-sensors.org
2266S: Maintained
2267
2268LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
2269P: Richard Russon (FlatCap)
2270M: ldm@flatcap.org
2271L: linux-ntfs-dev@lists.sourceforge.net
2272W: http://www.linux-ntfs.org/content/view/19/37/
2273S: Maintained
2274
2275LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2276P: Eric Moore
2277M: Eric.Moore@lsi.com
2278M: support@lsi.com
2279L: mpt_linux_developer@lsi.com
2280L: linux-scsi@vger.kernel.org
2281W: http://www.lsilogic.com/support
2282S: Supported
2283
2284LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2285P: Matthew Wilcox
2286M: matthew@wil.cx
2287L: linux-scsi@vger.kernel.org
2288S: Maintained
2289
2290M32R ARCHITECTURE
2291P: Hirokazu Takata
2292M: takata@linux-m32r.org
2293L: linux-m32r@ml.linux-m32r.org
2294L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2295W: http://www.linux-m32r.org/
2296S: Maintained
2297
2298M68K ARCHITECTURE
2299P: Geert Uytterhoeven
2300M: geert@linux-m68k.org
2301P: Roman Zippel
2302M: zippel@linux-m68k.org
2303L: linux-m68k@lists.linux-m68k.org
2304W: http://www.linux-m68k.org/
2305W: http://linux-m68k-cvs.ubb.ca/
2306S: Maintained
2307
2308M68K ON APPLE MACINTOSH
2309P: Joshua Thompson
2310M: funaho@jurai.org
2311W: http://www.mac.linux-m68k.org/
2312L: linux-mac68k@mac.linux-m68k.org
2313S: Maintained
2314
2315M68K ON HP9000/300
2316P: Philip Blundell
2317M: philb@gnu.org
2318W: http://www.tazenda.demon.co.uk/phil/linux-hp
2319S: Maintained
2320
2321MAC80211
2322P: Jiri Benc
2323M: jbenc@suse.cz
2324P: Michael Wu
2325M: flamingice@sourmilk.net
2326L: linux-wireless@vger.kernel.org
2327W: http://linuxwireless.org/
2328T: git kernel.org:/pub/scm/linux/kernel/git/jbenc/mac80211.git
2329S: Maintained
2330
2331MACVLAN DRIVER
2332P: Patrick McHardy
2333M: kaber@trash.net
2334L: netdev@vger.kernel.org
2335S: Maintained
2336
2337MARVELL YUKON / SYSKONNECT DRIVER
2338P: Mirko Lindner
2339M: mlindner@syskonnect.de
2340P: Ralph Roesler
2341M: rroesler@syskonnect.de
2342W: http://www.syskonnect.com
2343S: Supported
2344
2345MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2346P: Michael Kerrisk
2347M: mtk-manpages@gmx.net
2348W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2349S: Maintained
2350
2351MARVELL MV643XX ETHERNET DRIVER
2352P: Dale Farnsworth
2353M: dale@farnsworth.org
2354P: Manish Lachwani
2355M: mlachwani@mvista.com
2356L: netdev@vger.kernel.org
2357S: Odd Fixes for 2.4; Maintained for 2.6.
2358
2359MATROX FRAMEBUFFER DRIVER
2360P: Petr Vandrovec
2361M: vandrove@vc.cvut.cz
2362L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2363S: Maintained
2364
2365MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2366P: Hans J. Koch
2367M: hjk@linutronix.de
2368L: lm-sensors@lm-sensors.org
2369S: Maintained
2370
2371MEGARAID SCSI DRIVERS
2372P: Neela Syam Kolli
2373M: megaraidlinux@lsi.com
2374S: linux-scsi@vger.kernel.org
2375W: http://megaraid.lsilogic.com
2376S: Maintained
2377
2378MEMORY MANAGEMENT
2379L: linux-mm@kvack.org
2380L: linux-kernel@vger.kernel.org
2381W: http://www.linux-mm.org
2382S: Maintained
2383
2384MEMORY TECHNOLOGY DEVICES (MTD)
2385P: David Woodhouse
2386M: dwmw2@infradead.org
2387W: http://www.linux-mtd.infradead.org/
2388L: linux-mtd@lists.infradead.org
2389T: git git://git.infradead.org/mtd-2.6.git
2390S: Maintained
2391
2392UNSORTED BLOCK IMAGES (UBI)
2393P: Artem Bityutskiy
2394M: dedekind@infradead.org
2395W: http://www.linux-mtd.infradead.org/
2396L: linux-mtd@lists.infradead.org
2397T: git git://git.infradead.org/~dedekind/ubi-2.6.git
2398S: Maintained
2399
2400MICROTEK X6 SCANNER
2401P: Oliver Neukum
2402M: oliver@neukum.name
2403S: Maintained
2404
2405MIPS
2406P: Ralf Baechle
2407M: ralf@linux-mips.org
2408W: http://www.linux-mips.org/
2409L: linux-mips@linux-mips.org
2410T: git www.linux-mips.org:/pub/scm/linux.git
2411S: Supported
2412
2413MISCELLANEOUS MCA-SUPPORT
2414P: James Bottomley
2415M: jejb@steeleye.com
2416L: linux-kernel@vger.kernel.org
2417S: Maintained
2418
2419MODULE SUPPORT
2420P: Rusty Russell
2421M: rusty@rustcorp.com.au
2422L: linux-kernel@vger.kernel.org
2423S: Maintained
2424
2425MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2426P: Stelian Pop
2427M: stelian@popies.net
2428W: http://popies.net/meye/
2429S: Maintained
2430
2431MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2432P: Pavel Pisa
2433M: ppisa@pikron.com
2434L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2435W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2436S: Maintained
2437
2438MOUSE AND MISC DEVICES [GENERAL]
2439P: Alessandro Rubini
2440M: rubini@ipvvis.unipv.it
2441L: linux-kernel@vger.kernel.org
2442S: Maintained
2443
2444MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2445P: Jiri Slaby
2446M: jirislaby@gmail.com
2447L: linux-kernel@vger.kernel.org
2448S: Maintained
2449
2450MSI LAPTOP SUPPORT
2451P: Lennart Poettering
2452M: mzxreary@0pointer.de
2453L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2454W: http://0pointer.de/lennart/tchibo.html
2455S: Maintained
2456
2457MTRR AND SIMILAR SUPPORT [i386]
2458P: Richard Gooch
2459M: rgooch@atnf.csiro.au
2460L: linux-kernel@vger.kernel.org
2461W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2462S: Maintained
2463
2464MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2465P: Pierre Ossman
2466M: drzeus-mmc@drzeus.cx
2467L: linux-kernel@vger.kernel.org
2468S: Maintained
2469
2470MULTISOUND SOUND DRIVER
2471P: Andrew Veliath
2472M: andrewtv@usa.net
2473S: Maintained
2474
2475MULTITECH MULTIPORT CARD (ISICOM)
2476P: Jiri Slaby
2477M: jirislaby@gmail.com
2478L: linux-kernel@vger.kernel.org
2479S: Maintained
2480
2481NATSEMI ETHERNET DRIVER (DP8381x)
2482P: Tim Hockin
2483M: thockin@hockin.org
2484S: Maintained
2485
2486NCP FILESYSTEM
2487P: Petr Vandrovec
2488M: vandrove@vc.cvut.cz
2489L: linware@sh.cvut.cz
2490S: Maintained
2491
2492NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2493P: James E.J. Bottomley
2494M: James.Bottomley@HansenPartnership.com
2495L: linux-scsi@vger.kernel.org
2496S: Maintained
2497
2498NETEM NETWORK EMULATOR
2499P: Stephen Hemminger
2500M: shemminger@linux-foundation.org
2501L: netem@lists.linux-foundation.org
2502S: Maintained
2503
2504NETFILTER/IPTABLES/IPCHAINS
2505P: Rusty Russell
2506P: Marc Boucher
2507P: James Morris
2508P: Harald Welte
2509P: Jozsef Kadlecsik
2510P: Patrick McHardy
2511M: kaber@trash.net
2512L: netfilter-devel@lists.netfilter.org
2513L: netfilter@lists.netfilter.org (subscribers-only)
2514L: coreteam@netfilter.org
2515W: http://www.netfilter.org/
2516W: http://www.iptables.org/
2517S: Supported
2518
2519NETLABEL
2520P: Paul Moore
2521M: paul.moore@hp.com
2522W: http://netlabel.sf.net
2523L: netdev@vger.kernel.org
2524S: Supported
2525
2526NETROM NETWORK LAYER
2527P: Ralf Baechle
2528M: ralf@linux-mips.org
2529L: linux-hams@vger.kernel.org
2530W: http://www.linux-ax25.org/
2531S: Maintained
2532
2533NETWORK BLOCK DEVICE (NBD)
2534P: Paul Clements
2535M: Paul.Clements@steeleye.com
2536S: Maintained
2537
2538NETWORK DEVICE DRIVERS
2539P: Andrew Morton
2540M: akpm@linux-foundation.org
2541P: Jeff Garzik
2542M: jgarzik@pobox.com
2543L: netdev@vger.kernel.org
2544T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2545S: Maintained
2546
2547NETWORKING [GENERAL]
2548P: Networking Team
2549M: netdev@vger.kernel.org
2550L: netdev@vger.kernel.org
2551W: http://linux-net.osdl.org/
2552S: Maintained
2553
2554NETWORKING [IPv4/IPv6]
2555P: David S. Miller
2556M: davem@davemloft.net
2557P: Alexey Kuznetsov
2558M: kuznet@ms2.inr.ac.ru
2559P: Pekka Savola (ipv6)
2560M: pekkas@netcore.fi
2561P: James Morris
2562M: jmorris@namei.org
2563P: Hideaki YOSHIFUJI
2564M: yoshfuji@linux-ipv6.org
2565P: Patrick McHardy
2566M: kaber@coreworks.de
2567L: netdev@vger.kernel.org
2568T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2569S: Maintained
2570
2571NETWORKING [WIRELESS]
2572P: John W. Linville
2573M: linville@tuxdriver.com
2574L: linux-wireless@vger.kernel.org
2575T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2576S: Maintained
2577
2578NETXEN (1/10) GbE SUPPORT
2579P: Amit S. Kale
2580M: amitkale@netxen.com
2581L: netdev@vger.kernel.org
2582W: http://www.netxen.com
2583S: Supported
2584
2585IPVS
2586P: Wensong Zhang
2587M: wensong@linux-vs.org
2588P: Simon Horman
2589M: horms@verge.net.au
2590P: Julian Anastasov
2591M: ja@ssi.bg
2592L: netdev@vger.kernel.org
2593S: Maintained
2594
2595NFS CLIENT
2596P: Trond Myklebust
2597M: trond.myklebust@fys.uio.no
2598L: linux-kernel@vger.kernel.org
2599S: Maintained
2600
2601NI5010 NETWORK DRIVER
2602P: Jan-Pascal van Best
2603M: janpascal@vanbest.org
2604P: Andreas Mohr
2605M: andi@lisas.de
2606L: netdev@vger.kernel.org
2607S: Maintained
2608
2609NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2610P: YOKOTA Hiroshi
2611M: yokota@netlab.is.tsukuba.ac.jp
2612W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2613S: Maintained
2614
2615NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2616P: GOTO Masanori
2617M: gotom@debian.or.jp
2618P: YOKOTA Hiroshi
2619M: yokota@netlab.is.tsukuba.ac.jp
2620W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2621S: Maintained
2622
2623NTFS FILESYSTEM
2624P: Anton Altaparmakov
2625M: aia21@cantab.net
2626L: linux-ntfs-dev@lists.sourceforge.net
2627L: linux-kernel@vger.kernel.org
2628W: http://linux-ntfs.sf.net/
2629T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2630S: Maintained
2631
2632NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2633P: Antonino Daplas
2634M: adaplas@gmail.com
2635L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2636S: Maintained
2637
2638NETERION (S2IO) Xframe 10GbE DRIVER
2639P: Ramkrishna Vepa
2640M: ram.vepa@neterion.com
2641P: Rastapur Santosh
2642M: santosh.rastapur@neterion.com
2643P: Sivakumar Subramani
2644M: sivakumar.subramani@neterion.com
2645P: Sreenivasa Honnur
2646M: sreenivasa.honnur@neterion.com
2647L: netdev@vger.kernel.org
2648W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2649S: Supported
2650
2651OPENCORES I2C BUS DRIVER
2652P: Peter Korsgaard
2653M: jacmet@sunsite.dk
2654L: i2c@lm-sensors.org
2655S: Maintained
2656
2657ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2658P: Mark Fasheh
2659M: mark.fasheh@oracle.com
2660P: Kurt Hackel
2661M: kurt.hackel@oracle.com
2662L: ocfs2-devel@oss.oracle.com
2663W: http://oss.oracle.com/projects/ocfs2/
2664S: Supported
2665
2666OLYMPIC NETWORK DRIVER
2667P: Peter De Shrijver
2668M: p2@ace.ulyssis.student.kuleuven.ac.be
2669P: Mike Phillips
2670M: mikep@linuxtr.net
2671L: netdev@vger.kernel.org
2672L: linux-tr@linuxtr.net
2673W: http://www.linuxtr.net
2674S: Maintained
2675
2676OMNIKEY CARDMAN 4000 DRIVER
2677P: Harald Welte
2678M: laforge@gnumonks.org
2679S: Maintained
2680
2681OMNIKEY CARDMAN 4040 DRIVER
2682P: Harald Welte
2683M: laforge@gnumonks.org
2684S: Maintained
2685
2686OMNIVISION OV7670 SENSOR DRIVER
2687P: Jonathan Corbet
2688M: corbet@lwn.net
2689L: video4linux-list@redhat.com
2690S: Maintained
2691
2692ONENAND FLASH DRIVER
2693P: Kyungmin Park
2694M: kyungmin.park@samsung.com
2695L: linux-mtd@lists.infradead.org
2696S: Maintained
2697
2698ONSTREAM SCSI TAPE DRIVER
2699P: Willem Riede
2700M: osst@riede.org
2701L: osst-users@lists.sourceforge.net
2702L: linux-scsi@vger.kernel.org
2703S: Maintained
2704
2705OPROFILE
2706P: Philippe Elie
2707M: phil.el@wanadoo.fr
2708L: oprofile-list@lists.sf.net
2709S: Maintained
2710
2711ORINOCO DRIVER
2712P: Pavel Roskin
2713M: proski@gnu.org
2714P: David Gibson
2715M: hermes@gibson.dropbear.id.au
2716L: linux-wireless@vger.kernel.org
2717L: orinoco-users@lists.sourceforge.net
2718L: orinoco-devel@lists.sourceforge.net
2719W: http://www.nongnu.org/orinoco/
2720S: Maintained
2721
2722PA SEMI ETHERNET DRIVER
2723P: Olof Johansson
2724M: olof@lixom.net
2725L: netdev@vger.kernel.org
2726S: Maintained
2727
2728PA SEMI SMBUS DRIVER
2729P: Olof Johansson
2730M: olof@lixom.net
2731L: i2c@lm-sensors.org
2732S: Maintained
2733
2734PARALLEL PORT SUPPORT
2735L: linux-parport@lists.infradead.org (subscribers-only)
2736S: Orphan
2737
2738PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2739P: Tim Waugh
2740M: tim@cyberelk.net
2741L: linux-parport@lists.infradead.org (subscribers-only)
2742W: http://www.torque.net/linux-pp.html
2743S: Maintained
2744
2745PARISC ARCHITECTURE
2746P: Matthew Wilcox
2747M: matthew@wil.cx
2748P: Grant Grundler
2749M: grundler@parisc-linux.org
2750P: Kyle McMartin
2751M: kyle@parisc-linux.org
2752L: parisc-linux@parisc-linux.org
2753W: http://www.parisc-linux.org/
2754T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2755T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2756S: Maintained
2757
2758PARAVIRT_OPS INTERFACE
2759P: Jeremy Fitzhardinge
2760M: jeremy@xensource.com
2761P: Chris Wright
2762M: chrisw@sous-sol.org
2763P: Zachary Amsden
2764M: zach@vmware.com
2765P: Rusty Russell
2766M: rusty@rustcorp.com.au
2767L: virtualization@lists.osdl.org
2768L: linux-kernel@vger.kernel.org
2769S: Supported
2770
2771PC87360 HARDWARE MONITORING DRIVER
2772P: Jim Cromie
2773M: jim.cromie@gmail.com
2774L: lm-sensors@lm-sensors.org
2775S: Maintained
2776
2777PC8736x GPIO DRIVER
2778P: Jim Cromie
2779M: jim.cromie@gmail.com
2780S: Maintained
2781
2782PCI ERROR RECOVERY
2783P: Linas Vepstas
2784M: linas@austin.ibm.com
2785L: linux-kernel@vger.kernel.org
2786L: linux-pci@atrey.karlin.mff.cuni.cz
2787S: Supported
2788
2789PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2790P: Thomas Sailer
2791M: sailer@ife.ee.ethz.ch
2792L: linux-sound@vger.kernel.org
2793W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2794S: Maintained
2795
2796PCI SUBSYSTEM
2797P: Greg Kroah-Hartman
2798M: gregkh@suse.de
2799L: linux-kernel@vger.kernel.org
2800L: linux-pci@atrey.karlin.mff.cuni.cz
2801T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2802S: Supported
2803
2804PCI HOTPLUG CORE
2805P: Kristen Carlson Accardi
2806M: kristen.c.accardi@intel.com
2807S: Supported
2808
2809PCIE HOTPLUG DRIVER
2810P: Kristen Carlson Accardi
2811M: kristen.c.accardi@intel.com
2812L: pcihpd-discuss@lists.sourceforge.net
2813S: Supported
2814
2815PCMCIA SUBSYSTEM
2816P: Linux PCMCIA Team
2817L: linux-pcmcia@lists.infradead.org
2818L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2819T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2820S: Maintained
2821
2822PCNET32 NETWORK DRIVER
2823P: Don Fry
2824M: pcnet32@verizon.net
2825L: netdev@vger.kernel.org
2826S: Maintained
2827
2828PER-TASK DELAY ACCOUNTING
2829P: Shailabh Nagar
2830M: nagar@watson.ibm.com
2831L: linux-kernel@vger.kernel.org
2832S: Maintained
2833
2834PERSONALITY HANDLING
2835P: Christoph Hellwig
2836M: hch@infradead.org
2837L: linux-abi-devel@lists.sourceforge.net
2838S: Maintained
2839
2840PHRAM MTD DRIVER
2841P: Jörn Engel
2842M: joern@wh.fh-wedel.de
2843L: linux-mtd@lists.infradead.org
2844S: Maintained
2845
2846PKTCDVD DRIVER
2847P: Peter Osterlund
2848M: petero2@telia.com
2849L: linux-kernel@vger.kernel.org
2850S: Maintained
2851
2852POSIX CLOCKS and TIMERS
2853P: George Anzinger
2854M: george@mvista.com
2855L: linux-kernel@vger.kernel.org
2856S: Supported
2857
2858POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
2859P: Anton Vorontsov
2860M: cbou@mail.ru
2861P: David Woodhouse
2862M: dwmw2@infradead.org
2863L: linux-kernel@vger.kernel.org
2864L: kernel-discuss@handhelds.org
2865T: git git.infradead.org/battery-2.6.git
2866S: Maintained
2867
2868POWERPC 4xx EMAC DRIVER
2869P: Eugene Surovegin
2870M: ebs@ebshome.net
2871W: http://kernel.ebshome.net/emac/
2872L: linuxppc-embedded@ozlabs.org
2873L: netdev@vger.kernel.org
2874S: Maintained
2875
2876PNP SUPPORT
2877P: Adam Belay
2878M: ambx1@neo.rr.com
2879S: Maintained
2880
2881PNXxxxx I2C DRIVER
2882P: Vitaly Wool
2883M: vitalywool@gmail.com
2884L: i2c@lm-sensors.org
2885S: Maintained
2886
2887PPP PROTOCOL DRIVERS AND COMPRESSORS
2888P: Paul Mackerras
2889M: paulus@samba.org
2890L: linux-ppp@vger.kernel.org
2891S: Maintained
2892
2893PPP OVER ATM (RFC 2364)
2894P: Mitchell Blank Jr
2895M: mitch@sfgoth.com
2896S: Maintained
2897
2898PPP OVER ETHERNET
2899P: Michal Ostrowski
2900M: mostrows@speakeasy.net
2901S: Maintained
2902
2903PPP OVER L2TP
2904P: James Chapman
2905M: jchapman@katalix.com
2906S: Maintained
2907
2908PREEMPTIBLE KERNEL
2909P: Robert Love
2910M: rml@tech9.net
2911L: linux-kernel@vger.kernel.org
2912L: kpreempt-tech@lists.sourceforge.net
2913W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2914S: Supported
2915
2916PRISM54 WIRELESS DRIVER
2917P: Luis R. Rodriguez
2918M: mcgrof@gmail.com
2919L: linux-wireless@vger.kernel.org
2920W: http://prism54.org
2921S: Maintained
2922
2923PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2924P: Peter Denison
2925M: promise@pnd-pc.demon.co.uk
2926W: http://www.pnd-pc.demon.co.uk/promise/
2927S: Maintained
2928
2929PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
2930P: Mikael Pettersson
2931M: mikpe@it.uu.se
2932L: linux-ide@vger.kernel.org
2933S: Maintained
2934
2935PS3 NETWORK SUPPORT
2936P: Masakazu Mokuno
2937M: mokuno@sm.sony.co.jp
2938L: netdev@vger.kernel.org
2939L: cbe-oss-dev@ozlabs.org
2940S: Supported
2941
2942PS3 PLATFORM SUPPORT
2943P: Geoff Levand
2944M: geoffrey.levand@am.sony.com
2945L: linuxppc-dev@ozlabs.org
2946L: cbe-oss-dev@ozlabs.org
2947S: Supported
2948
2949PVRUSB2 VIDEO4LINUX DRIVER
2950P: Mike Isely
2951M: isely@pobox.com
2952L: pvrusb2@isely.net (subscribers-only)
2953L: video4linux-list@redhat.com
2954W: http://www.isely.net/pvrusb2/
2955S: Maintained
2956
2957PXA2xx SUPPORT
2958P: Nicolas Pitre
2959M: nico@cam.org
2960L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2961S: Maintained
2962
2963PXA MMCI DRIVER
2964S: Orphan
2965
2966QLOGIC QLA2XXX FC-SCSI DRIVER
2967P: Andrew Vasquez
2968M: linux-driver@qlogic.com
2969L: linux-scsi@vger.kernel.org
2970S: Supported
2971
2972QLOGIC QLA3XXX NETWORK DRIVER
2973P: Ron Mercer
2974M: linux-driver@qlogic.com
2975L: netdev@vger.kernel.org
2976S: Supported
2977
2978QNX4 FILESYSTEM
2979P: Anders Larsen
2980M: al@alarsen.net
2981L: linux-kernel@vger.kernel.org
2982W: http://www.alarsen.net/linux/qnx4fs/
2983S: Maintained
2984
2985RADEON FRAMEBUFFER DISPLAY DRIVER
2986P: Benjamin Herrenschmidt
2987M: benh@kernel.crashing.org
2988L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2989S: Maintained
2990
2991RAGE128 FRAMEBUFFER DISPLAY DRIVER
2992P: Paul Mackerras
2993M: paulus@samba.org
2994L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2995S: Maintained
2996
2997RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2998P: Corey Thomas
2999M: corey@world.std.com
3000L: linux-wireless@vger.kernel.org
3001S: Maintained
3002
3003RANDOM NUMBER DRIVER
3004P: Matt Mackall
3005M: mpm@selenic.com
3006S: Maintained
3007
3008RAPIDIO SUBSYSTEM
3009P: Matt Porter
3010M: mporter@kernel.crashing.org
3011L: linux-kernel@vger.kernel.org
3012S: Maintained
3013
3014READ-COPY UPDATE (RCU)
3015P: Dipankar Sarma
3016M: dipankar@in.ibm.com
3017W: http://www.rdrop.com/users/paulmck/rclock/
3018L: linux-kernel@vger.kernel.org
3019S: Supported
3020
3021RCUTORTURE MODULE
3022P: Josh Triplett
3023M: josh@freedesktop.org
3024L: linux-kernel@vger.kernel.org
3025S: Maintained
3026
3027REAL TIME CLOCK DRIVER
3028P: Paul Gortmaker
3029M: p_gortmaker@yahoo.com
3030L: linux-kernel@vger.kernel.org
3031S: Maintained
3032
3033REAL TIME CLOCK (RTC) SUBSYSTEM
3034P: Alessandro Zummo
3035M: a.zummo@towertech.it
3036L: rtc-linux@googlegroups.com
3037S: Maintained
3038
3039REISERFS FILE SYSTEM
3040P: Hans Reiser
3041M: reiserfs-dev@namesys.com
3042L: reiserfs-devel@vger.kernel.org
3043W: http://www.namesys.com
3044S: Supported
3045
3046ROCKETPORT DRIVER
3047P: Comtrol Corp.
3048W: http://www.comtrol.com
3049S: Maintained
3050
3051ROSE NETWORK LAYER
3052P: Ralf Baechle
3053M: ralf@linux-mips.org
3054L: linux-hams@vger.kernel.org
3055W: http://www.linux-ax25.org/
3056S: Maintained
3057
3058RISCOM8 DRIVER
3059S: Orphan
3060
3061RTL818X WIRELESS DRIVER
3062P: Michael Wu
3063M: flamingice@sourmilk.net
3064P: Andrea Merello
3065M: andreamrl@tiscali.it
3066L: linux-wireless@vger.kernel.org
3067W: http://linuxwireless.org/
3068T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3069S: Maintained
3070
3071S3 SAVAGE FRAMEBUFFER DRIVER
3072P: Antonino Daplas
3073M: adaplas@gmail.com
3074L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
3075S: Maintained
3076
3077S390
3078P: Martin Schwidefsky
3079M: schwidefsky@de.ibm.com
3080P: Heiko Carstens
3081M: heiko.carstens@de.ibm.com
3082M: linux390@de.ibm.com
3083L: linux-s390@vger.kernel.org
3084W: http://www.ibm.com/developerworks/linux/linux390/
3085S: Supported
3086
3087S390 NETWORK DRIVERS
3088P: Frank Pavlic
3089M: fpavlic@de.ibm.com
3090M: linux390@de.ibm.com
3091L: linux-s390@vger.kernel.org
3092W: http://www.ibm.com/developerworks/linux/linux390/
3093S: Supported
3094
3095S390 ZFCP DRIVER
3096P: Swen Schillig
3097M: swen@vnet.ibm.com
3098M: linux390@de.ibm.com
3099L: linux-s390@vger.kernel.org
3100W: http://www.ibm.com/developerworks/linux/linux390/
3101S: Supported
3102
3103SAA7146 VIDEO4LINUX-2 DRIVER
3104P: Michael Hunold
3105M: michael@mihu.de
3106W: http://www.mihu.de/linux/saa7146
3107S: Maintained
3108
3109SC1200 WDT DRIVER
3110P: Zwane Mwaikambo
3111M: zwane@arm.linux.org.uk
3112S: Maintained
3113
3114SCHEDULER
3115P: Ingo Molnar
3116M: mingo@elte.hu
3117P: Robert Love [the preemptible kernel bits]
3118M: rml@tech9.net
3119L: linux-kernel@vger.kernel.org
3120S: Maintained
3121
3122SCSI CDROM DRIVER
3123P: Jens Axboe
3124M: axboe@kernel.dk
3125L: linux-scsi@vger.kernel.org
3126W: http://www.kernel.dk
3127S: Maintained
3128
3129SCSI SG DRIVER
3130P: Doug Gilbert
3131M: dgilbert@interlog.com
3132L: linux-scsi@vger.kernel.org
3133W: http://www.torque.net/sg
3134S: Maintained
3135
3136SCSI SUBSYSTEM
3137P: James E.J. Bottomley
3138M: James.Bottomley@SteelEye.com
3139L: linux-scsi@vger.kernel.org
3140T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
3141S: Maintained
3142
3143SCSI TAPE DRIVER
3144P: Kai Mäkisara
3145M: Kai.Makisara@kolumbus.fi
3146L: linux-scsi@vger.kernel.org
3147S: Maintained
3148
3149SCTP PROTOCOL
3150P: Vlad Yasevich
3151M: vladislav.yasevich@hp.com
3152P: Sridhar Samudrala
3153M: sri@us.ibm.com
3154L: lksctp-developers@lists.sourceforge.net
3155W: http://lksctp.sourceforge.net
3156S: Supported
3157
3158SCx200 CPU SUPPORT
3159P: Jim Cromie
3160M: jim.cromie@gmail.com
3161S: Odd Fixes
3162
3163SCx200 GPIO DRIVER
3164P: Jim Cromie
3165M: jim.cromie@gmail.com
3166S: Maintained
3167
3168SCx200 HRT CLOCKSOURCE DRIVER
3169P: Jim Cromie
3170M: jim.cromie@gmail.com
3171S: Maintained
3172
3173SECURITY CONTACT
3174P: Security Officers
3175M: security@kernel.org
3176S: Supported
3177
3178SELINUX SECURITY MODULE
3179P: Stephen Smalley
3180M: sds@tycho.nsa.gov
3181P: James Morris
3182M: jmorris@namei.org
3183P: Eric Paris
3184M: eparis@parisplace.org
3185L: linux-kernel@vger.kernel.org (kernel issues)
3186L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
3187W: http://www.nsa.gov/selinux
3188S: Supported
3189
3190SENSABLE PHANTOM
3191P: Jiri Slaby
3192M: jirislaby@gmail.com
3193S: Maintained
3194
3195SERIAL ATA (SATA) SUBSYSTEM:
3196P: Jeff Garzik
3197M: jgarzik@pobox.com
3198L: linux-ide@vger.kernel.org
3199T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
3200S: Supported
3201
3202SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3203P: Pat Gefre
3204M: pfg@sgi.com
3205L: linux-ia64@vger.kernel.org
3206S: Supported
3207
3208SGI VISUAL WORKSTATION 320 AND 540
3209P: Andrey Panin
3210M: pazke@donpac.ru
3211L: linux-visws-devel@lists.sf.net
3212W: http://linux-visws.sf.net
3213S: Maintained for 2.6.
3214
3215SIMTEC EB110ATX (Chalice CATS)
3216P: Ben Dooks
3217P: Vincent Sanders
3218M: support@simtec.co.uk
3219W: http://www.simtec.co.uk/products/EB110ATX/
3220S: Supported
3221
3222SIMTEC EB2410ITX (BAST)
3223P: Ben Dooks
3224P: Vincent Sanders
3225M: support@simtec.co.uk
3226W: http://www.simtec.co.uk/products/EB2410ITX/
3227S: Supported
3228
3229SIS 190 ETHERNET DRIVER
3230P: Francois Romieu
3231M: romieu@fr.zoreil.com
3232L: netdev@vger.kernel.org
3233S: Maintained
3234
3235SIS 5513 IDE CONTROLLER DRIVER
3236P: Lionel Bouton
3237M: Lionel.Bouton@inet6.fr
3238W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3239W: http://gyver.homeip.net/sis5513/index.html
3240S: Maintained
3241
3242SIS 900/7016 FAST ETHERNET DRIVER
3243P: Daniele Venzano
3244M: venza@brownhat.org
3245W: http://www.brownhat.org/sis900.html
3246L: netdev@vger.kernel.org
3247S: Maintained
3248
3249SIS FRAMEBUFFER DRIVER
3250P: Thomas Winischhofer
3251M: thomas@winischhofer.net
3252W: http://www.winischhofer.net/linuxsisvga.shtml
3253S: Maintained
3254
3255SIS USB2VGA DRIVER
3256P: Thomas Winischhofer
3257M: thomas@winischhofer.net
3258W: http://www.winischhofer.at/linuxsisusbvga.shtml
3259S: Maintained
3260
3261SMC91x ETHERNET DRIVER
3262P: Nicolas Pitre
3263M: nico@cam.org
3264S: Maintained
3265
3266SOFTMAC LAYER (IEEE 802.11)
3267P: Johannes Berg
3268M: johannes@sipsolutions.net
3269P: Joe Jezak
3270M: josejx@gentoo.org
3271P: Daniel Drake
3272M: dsd@gentoo.org
3273W: http://softmac.sipsolutions.net/
3274L: linux-wireless@vger.kernel.org
3275S: Maintained
3276
3277SOFTWARE RAID (Multiple Disks) SUPPORT
3278P: Ingo Molnar
3279M: mingo@redhat.com
3280P: Neil Brown
3281M: neilb@suse.de
3282L: linux-raid@vger.kernel.org
3283S: Supported
3284
3285SOFTWARE SUSPEND:
3286P: Pavel Machek
3287M: pavel@suse.cz
3288L: linux-pm@lists.linux-foundation.org
3289S: Maintained
3290
3291SONIC NETWORK DRIVER
3292P: Thomas Bogendoerfer
3293M: tsbogend@alpha.franken.de
3294L: netdev@vger.kernel.org
3295S: Maintained
3296
3297SONY VAIO CONTROL DEVICE DRIVER
3298P: Mattia Dongili
3299M: malattia@linux.it
3300L: linux-acpi@vger.kernel.org
3301W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
3302S: Maintained
3303
3304SOUND
3305P: Jaroslav Kysela
3306M: perex@suse.cz
3307L: alsa-devel@alsa-project.org (subscribers-only)
3308S: Maintained
3309
3310SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3311P: Liam Girdwood
3312M: liam.girdwood@wolfsonmicro.com
3313L: alsa-devel@alsa-project.org (subscribers-only)
3314S: Supported
3315
3316SPI SUBSYSTEM
3317P: David Brownell
3318M: dbrownell@users.sourceforge.net
3319L: spi-devel-general@lists.sourceforge.net
3320S: Maintained
3321
3322STABLE BRANCH:
3323P: Greg Kroah-Hartman
3324M: greg@kroah.com
3325P: Chris Wright
3326M: chrisw@sous-sol.org
3327L: stable@kernel.org
3328S: Maintained
3329
3330TPM DEVICE DRIVER
3331P: Kylene Hall
3332M: kjhall@us.ibm.com
3333W: http://tpmdd.sourceforge.net
3334P: Marcel Selhorst
3335M: tpm@selhorst.net
3336W: http://www.prosec.rub.de/tpm/
3337L: tpmdd-devel@lists.sourceforge.net
3338S: Maintained
3339
3340Telecom Clock Driver for MCPL0010
3341P: Mark Gross
3342M: mark.gross@intel.com
3343S: Supported
3344
3345TENSILICA XTENSA PORT (xtensa):
3346P: Chris Zankel
3347M: chris@zankel.net
3348S: Maintained
3349
3350THINKPAD ACPI EXTRAS DRIVER
3351P: Henrique de Moraes Holschuh
3352M: ibm-acpi@hmh.eng.br
3353L: ibm-acpi-devel@lists.sourceforge.net
3354W: http://ibm-acpi.sourceforge.net
3355W: http://thinkwiki.org/wiki/Ibm-acpi
3356T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3357S: Maintained
3358
3359UltraSPARC (sparc64):
3360P: David S. Miller
3361M: davem@davemloft.net
3362L: sparclinux@vger.kernel.org
3363T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
3364S: Maintained
3365
3366SHARP LH SUPPORT (LH7952X & LH7A40X)
3367P: Marc Singer
3368M: elf@buici.com
3369W: http://projects.buici.com/arm
3370L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3371S: Maintained
3372
3373SHPC HOTPLUG DRIVER
3374P: Kristen Carlson Accardi
3375M: kristen.c.accardi@intel.com
3376L: pcihpd-discuss@lists.sourceforge.net
3377S: Supported
3378
3379SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3380P: Pierre Ossman
3381M: drzeus-sdhci@drzeus.cx
3382L: sdhci-devel@list.drzeus.cx
3383W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3384S: Maintained
3385
3386SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3387P: Stephen Hemminger
3388M: shemminger@linux-foundation.org
3389L: netdev@vger.kernel.org
3390S: Maintained
3391
3392SOEKRIS NET48XX LED SUPPORT
3393P: Chris Boot
3394M: bootc@bootc.net
3395S: Maintained
3396
3397SPARC (sparc32):
3398P: William L. Irwin
3399M: wli@holomorphy.com
3400L: sparclinux@vger.kernel.org
3401S: Maintained
3402
3403SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3404P: Roger Wolff
3405M: R.E.Wolff@BitWizard.nl
3406L: linux-kernel@vger.kernel.org ?
3407S: Supported
3408
3409SPIDERNET NETWORK DRIVER for CELL
3410P: Linas Vepstas
3411M: linas@austin.ibm.com
3412L: netdev@vger.kernel.org
3413S: Supported
3414
3415SRM (Alpha) environment access
3416P: Jan-Benedict Glaw
3417M: jbglaw@lug-owl.de
3418L: linux-kernel@vger.kernel.org
3419S: Maintained
3420
3421STARFIRE/DURALAN NETWORK DRIVER
3422P: Ion Badulescu
3423M: ionut@cs.columbia.edu
3424S: Maintained
3425
3426STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3427W: http://mosquitonet.Stanford.EDU/strip.html
3428S: Unsupported ?
3429
3430STRADIS MPEG-2 DECODER DRIVER
3431P: Nathan Laredo
3432M: laredo@gnu.org
3433W: http://www.stradis.com/
3434S: Maintained
3435
3436SUPERH (sh)
3437P: Paul Mundt
3438M: lethal@linux-sh.org
3439L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
3440W: http://www.linux-sh.org
3441S: Maintained
3442
3443SUPERH64 (sh64)
3444P: Paul Mundt
3445M: lethal@linux-sh.org
3446L: linuxsh-shmedia-dev@lists.sourceforge.net
3447W: http://www.linux-sh.org
3448S: Maintained
3449
3450SUN3/3X
3451P: Sam Creasey
3452M: sammy@sammy.net
3453W: http://sammy.net/sun3/
3454S: Maintained
3455
3456SVGA HANDLING
3457P: Martin Mares
3458M: mj@ucw.cz
3459L: linux-video@atrey.karlin.mff.cuni.cz
3460S: Maintained
3461
3462SYSV FILESYSTEM
3463P: Christoph Hellwig
3464M: hch@infradead.org
3465S: Maintained
3466
3467TC CLASSIFIER
3468P: Jamal Hadi Salim
3469M: hadi@cyberus.ca
3470L: netdev@vger.kernel.org
3471S: Maintained
3472
3473TCP LOW PRIORITY MODULE
3474P: Wong Hoi Sing, Edison
3475M: hswong3i@gmail.com
3476P: Hung Hing Lun, Mike
3477M: hlhung3i@gmail.com
3478W: http://tcp-lp-mod.sourceforge.net/
3479S: Maintained
3480
3481TI FLASH MEDIA INTERFACE DRIVER
3482P: Alex Dubov
3483M: oakad@yahoo.com
3484S: Maintained
3485
3486TI OMAP MMC INTERFACE DRIVER
3487P: Carlos Aguiar, Anderson Briglia and Syed Khasim
3488M: linux-omap-open-source@linux.omap.com
3489W: http://linux.omap.com
3490W: http://www.muru.com/linux/omap/
3491S: Maintained
3492
3493TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3494P: Deepak Saxena
3495M: dsaxena@plexity.net
3496S: Maintained
3497
3498TASKSTATS STATISTICS INTERFACE
3499P: Shailabh Nagar
3500M: nagar@watson.ibm.com
3501L: linux-kernel@vger.kernel.org
3502S: Maintained
3503
3504TI PARALLEL LINK CABLE DRIVER
3505P: Romain Lievin
3506M: roms@lpg.ticalc.org
3507S: Maintained
3508
3509TIPC NETWORK LAYER
3510P: Per Liden
3511M: per.liden@ericsson.com
3512P: Jon Maloy
3513M: jon.maloy@ericsson.com
3514P: Allan Stephens
3515M: allan.stephens@windriver.com
3516L: tipc-discussion@lists.sourceforge.net
3517W: http://tipc.sourceforge.net/
3518W: http://tipc.cslab.ericsson.net/
3519T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3520S: Maintained
3521
3522TLAN NETWORK DRIVER
3523P: Samuel Chessman
3524M: chessman@tux.org
3525L: tlan-devel@lists.sourceforge.net
3526W: http://sourceforge.net/projects/tlan/
3527S: Maintained
3528
3529TOKEN-RING NETWORK DRIVER
3530P: Mike Phillips
3531M: mikep@linuxtr.net
3532L: netdev@vger.kernel.org
3533L: linux-tr@linuxtr.net
3534W: http://www.linuxtr.net
3535S: Maintained
3536
3537TOSHIBA ACPI EXTRAS DRIVER
3538P: John Belmonte
3539M: toshiba_acpi@memebeam.org
3540W: http://memebeam.org/toys/ToshibaAcpiDriver
3541S: Maintained
3542
3543TOSHIBA SMM DRIVER
3544P: Jonathan Buzzard
3545M: jonathan@buzzard.org.uk
3546L: tlinux-users@tce.toshiba-dme.co.jp
3547W: http://www.buzzard.org.uk/toshiba/
3548S: Maintained
3549
3550TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3551P: Muli Ben-Yehuda
3552M: mulix@mulix.org
3553L: linux-kernel@vger.kernel.org
3554S: Maintained
3555
3556TRIVIAL PATCHES
3557P: Adrian Bunk
3558M: trivial@kernel.org
3559L: linux-kernel@vger.kernel.org
3560W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3561T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3562S: Maintained
3563
3564TMS380 TOKEN-RING NETWORK DRIVER
3565P: Adam Fritzler
3566M: mid@auk.cx
3567L: linux-tr@linuxtr.net
3568W: http://www.auk.cx/tms380tr/
3569S: Maintained
3570
3571TULIP NETWORK DRIVER
3572P: Valerie Henson
3573M: val@nmt.edu
3574L: tulip-users@lists.sourceforge.net
3575W: http://sourceforge.net/projects/tulip/
3576S: Maintained
3577
3578TUN/TAP driver
3579P: Maxim Krasnyansky
3580M: maxk@qualcomm.com
3581L: vtun@office.satix.net
3582W: http://vtun.sourceforge.net/tun
3583S: Maintained
3584
3585TURBOCHANNEL SUBSYSTEM
3586P: Maciej W. Rozycki
3587M: macro@linux-mips.org
3588S: Maintained
3589
3590U14-34F SCSI DRIVER
3591P: Dario Ballabio
3592M: ballabio_dario@emc.com
3593L: linux-scsi@vger.kernel.org
3594S: Maintained
3595
3596UDF FILESYSTEM
3597P: Ben Fennema
3598M: bfennema@falcon.csc.calpoly.edu
3599W: http://linux-udf.sourceforge.net
3600S: Maintained
3601
3602UNIFORM CDROM DRIVER
3603P: Jens Axboe
3604M: axboe@kernel.dk
3605L: linux-kernel@vger.kernel.org
3606W: http://www.kernel.dk
3607S: Maintained
3608
3609USB ACM DRIVER
3610P: Oliver Neukum
3611M: oliver@neukum.name
3612L: linux-usb-users@lists.sourceforge.net
3613L: linux-usb-devel@lists.sourceforge.net
3614S: Maintained
3615
3616USB BLOCK DRIVER (UB ub)
3617P: Pete Zaitcev
3618M: zaitcev@redhat.com
3619L: linux-kernel@vger.kernel.org
3620L: linux-usb-devel@lists.sourceforge.net
3621S: Supported
3622
3623USB CDC ETHERNET DRIVER
3624P: Greg Kroah-Hartman
3625M: greg@kroah.com
3626L: linux-usb-users@lists.sourceforge.net
3627L: linux-usb-devel@lists.sourceforge.net
3628S: Maintained
3629W: http://www.kroah.com/linux-usb/
3630
3631USB DAVICOM DM9601 DRIVER
3632P: Peter Korsgaard
3633M: jacmet@sunsite.dk
3634L: netdev@vger.kernel.org
3635W: http://www.linux-usb.org/usbnet
3636S: Maintained
3637
3638USB EHCI DRIVER
3639P: David Brownell
3640M: dbrownell@users.sourceforge.net
3641L: linux-usb-devel@lists.sourceforge.net
3642S: Odd Fixes
3643
3644USB ET61X[12]51 DRIVER
3645P: Luca Risolia
3646M: luca.risolia@studio.unibo.it
3647L: linux-usb-devel@lists.sourceforge.net
3648L: video4linux-list@redhat.com
3649W: http://www.linux-projects.org
3650S: Maintained
3651
3652USB GADGET/PERIPHERAL SUBSYSTEM
3653P: David Brownell
3654M: dbrownell@users.sourceforge.net
3655L: linux-usb-devel@lists.sourceforge.net
3656W: http://www.linux-usb.org/gadget
3657S: Maintained
3658
3659USB HID/HIDBP DRIVERS
3660P: Jiri Kosina
3661M: jkosina@suse.cz
3662L: linux-usb-devel@lists.sourceforge.net
3663T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
3664S: Maintained
3665
3666USB HUB DRIVER
3667P: Johannes Erdfelt
3668M: johannes@erdfelt.com
3669L: linux-usb-users@lists.sourceforge.net
3670L: linux-usb-devel@lists.sourceforge.net
3671S: Maintained
3672
3673USB ISP116X DRIVER
3674P: Olav Kongas
3675M: ok@artecdesign.ee
3676L: linux-usb-devel@lists.sourceforge.net
3677S: Maintained
3678
3679USB KAWASAKI LSI DRIVER
3680P: Oliver Neukum
3681M: oliver@neukum.name
3682L: linux-usb-users@lists.sourceforge.net
3683L: linux-usb-devel@lists.sourceforge.net
3684S: Maintained
3685
3686USB MASS STORAGE DRIVER
3687P: Matthew Dharm
3688M: mdharm-usb@one-eyed-alien.net
3689L: linux-usb-users@lists.sourceforge.net
3690L: usb-storage@lists.one-eyed-alien.net
3691S: Maintained
3692W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3693
3694USB OHCI DRIVER
3695P: David Brownell
3696M: dbrownell@users.sourceforge.net
3697L: linux-usb-users@lists.sourceforge.net
3698L: linux-usb-devel@lists.sourceforge.net
3699S: Odd Fixes
3700
3701USB OPTION-CARD DRIVER
3702P: Matthias Urlichs
3703M: smurf@smurf.noris.de
3704L: linux-usb-devel@lists.sourceforge.net
3705S: Maintained
3706
3707USB OV511 DRIVER
3708P: Mark McClelland
3709M: mmcclell@bigfoot.com
3710L: linux-usb-users@lists.sourceforge.net
3711L: linux-usb-devel@lists.sourceforge.net
3712W: http://alpha.dyndns.org/ov511/
3713S: Maintained
3714
3715USB PEGASUS DRIVER
3716P: Petko Manolov
3717M: petkan@users.sourceforge.net
3718L: linux-usb-devel@lists.sourceforge.net
3719L: netdev@vger.kernel.org
3720W: http://pegasus2.sourceforge.net/
3721S: Maintained
3722
3723USB PRINTER DRIVER (usblp)
3724P: Pete Zaitcev
3725M: zaitcev@redhat.com
3726L: linux-usb-users@lists.sourceforge.net
3727L: linux-usb-devel@lists.sourceforge.net
3728S: Supported
3729
3730USB RTL8150 DRIVER
3731P: Petko Manolov
3732M: petkan@users.sourceforge.net
3733L: linux-usb-devel@lists.sourceforge.net
3734L: netdev@vger.kernel.org
3735W: http://pegasus2.sourceforge.net/
3736S: Maintained
3737
3738USB SE401 DRIVER
3739P: Jeroen Vreeken
3740M: pe1rxq@amsat.org
3741L: linux-usb-users@lists.sourceforge.net
3742L: linux-usb-devel@lists.sourceforge.net
3743W: http://www.chello.nl/~j.vreeken/se401/
3744S: Maintained
3745
3746USB SERIAL CYBERJACK DRIVER
3747P: Matthias Bruestle and Harald Welte
3748M: support@reiner-sct.com
3749W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3750S: Maintained
3751
3752USB SERIAL DIGI ACCELEPORT DRIVER
3753P: Peter Berger and Al Borchers
3754M: pberger@brimson.com
3755M: alborchers@steinerpoint.com
3756L: linux-usb-users@lists.sourceforge.net
3757L: linux-usb-devel@lists.sourceforge.net
3758S: Maintained
3759
3760USB SERIAL DRIVER
3761P: Greg Kroah-Hartman
3762M: gregkh@suse.de
3763L: linux-usb-users@lists.sourceforge.net
3764L: linux-usb-devel@lists.sourceforge.net
3765S: Supported
3766
3767USB SERIAL BELKIN F5U103 DRIVER
3768P: William Greathouse
3769M: wgreathouse@smva.com
3770L: linux-usb-users@lists.sourceforge.net
3771L: linux-usb-devel@lists.sourceforge.net
3772S: Maintained
3773
3774USB SERIAL CYPRESS M8 DRIVER
3775P: Lonnie Mendez
3776M: dignome@gmail.com
3777L: linux-usb-users@lists.sourceforge.net
3778L: linux-usb-devel@lists.sourceforge.net
3779S: Maintained
3780W: http://geocities.com/i0xox0i
3781W: http://firstlight.net/cvs
3782
3783USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3784L: linux-usb-users@lists.sourceforge.net
3785L: linux-usb-devel@lists.sourceforge.net
3786S: Maintained
3787
3788USB AUERSWALD DRIVER
3789P: Wolfgang Muees
3790M: wolfgang@iksw-muees.de
3791L: linux-usb-users@lists.sourceforge.net
3792L: linux-usb-devel@lists.sourceforge.net
3793S: Maintained
3794
3795USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3796P: Gary Brubaker
3797M: xavyer@ix.netcom.com
3798L: linux-usb-users@lists.sourceforge.net
3799L: linux-usb-devel@lists.sourceforge.net
3800S: Maintained
3801
3802USB SERIAL KEYSPAN DRIVER
3803P: Greg Kroah-Hartman
3804M: greg@kroah.com
3805L: linux-usb-users@lists.sourceforge.net
3806L: linux-usb-devel@lists.sourceforge.net
3807W: http://www.kroah.com/linux/
3808S: Maintained
3809
3810USB SERIAL WHITEHEAT DRIVER
3811P: Support Department
3812M: support@connecttech.com
3813L: linux-usb-users@lists.sourceforge.net
3814L: linux-usb-devel@lists.sourceforge.net
3815W: http://www.connecttech.com
3816S: Supported
3817
3818USB SN9C1xx DRIVER
3819P: Luca Risolia
3820M: luca.risolia@studio.unibo.it
3821L: linux-usb-devel@lists.sourceforge.net
3822L: video4linux-list@redhat.com
3823W: http://www.linux-projects.org
3824S: Maintained
3825
3826USB SUBSYSTEM
3827P: Greg Kroah-Hartman
3828M: gregkh@suse.de
3829L: linux-usb-users@lists.sourceforge.net
3830L: linux-usb-devel@lists.sourceforge.net
3831W: http://www.linux-usb.org
3832T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3833S: Supported
3834
3835USB UHCI DRIVER
3836P: Alan Stern
3837M: stern@rowland.harvard.edu
3838L: linux-usb-users@lists.sourceforge.net
3839L: linux-usb-devel@lists.sourceforge.net
3840S: Maintained
3841
3842USB "USBNET" DRIVER FRAMEWORK
3843P: David Brownell
3844M: dbrownell@users.sourceforge.net
3845L: netdev@vger.kernel.org
3846W: http://www.linux-usb.org/usbnet
3847S: Maintained
3848
3849USB W996[87]CF DRIVER
3850P: Luca Risolia
3851M: luca.risolia@studio.unibo.it
3852L: linux-usb-devel@lists.sourceforge.net
3853L: video4linux-list@redhat.com
3854W: http://www.linux-projects.org
3855S: Maintained
3856
3857USB ZC0301 DRIVER
3858P: Luca Risolia
3859M: luca.risolia@studio.unibo.it
3860L: linux-usb-devel@lists.sourceforge.net
3861L: video4linux-list@redhat.com
3862W: http://www.linux-projects.org
3863S: Maintained
3864
3865USB ZD1201 DRIVER
3866P: Jeroen Vreeken
3867M: pe1rxq@amsat.org
3868L: linux-usb-users@lists.sourceforge.net
3869L: linux-usb-devel@lists.sourceforge.net
3870W: http://linux-lc100020.sourceforge.net
3871S: Maintained
3872
3873USB ZR364XX DRIVER
3874P: Antoine Jacquet
3875M: royale@zerezo.com
3876L: linux-usb-devel@lists.sourceforge.net
3877L: video4linux-list@redhat.com
3878W: http://royale.zerezo.com/zr364xx/
3879S: Maintained
3880
3881USER-MODE LINUX
3882P: Jeff Dike
3883M: jdike@karaya.com
3884L: user-mode-linux-devel@lists.sourceforge.net
3885L: user-mode-linux-user@lists.sourceforge.net
3886W: http://user-mode-linux.sourceforge.net
3887S: Maintained
3888
3889FAT/VFAT/MSDOS FILESYSTEM:
3890P: OGAWA Hirofumi
3891M: hirofumi@mail.parknet.co.jp
3892L: linux-kernel@vger.kernel.org
3893S: Maintained
3894
3895VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3896P: Jeff Garzik
3897S: Odd fixes
3898
3899VIA RHINE NETWORK DRIVER
3900P: Roger Luethi
3901M: rl@hellgate.ch
3902S: Maintained
3903
3904VIAPRO SMBUS DRIVER
3905P: Jean Delvare
3906M: khali@linux-fr.org
3907L: i2c@lm-sensors.org
3908S: Maintained
3909
3910VIA VELOCITY NETWORK DRIVER
3911P: Francois Romieu
3912M: romieu@fr.zoreil.com
3913L: netdev@vger.kernel.org
3914S: Maintained
3915
3916UCLINUX (AND M68KNOMMU)
3917P: Greg Ungerer
3918M: gerg@uclinux.org
3919W: http://www.uclinux.org/
3920L: uclinux-dev@uclinux.org (subscribers-only)
3921S: Maintained
3922
3923UCLINUX FOR NEC V850
3924P: Miles Bader
3925
3926UCLINUX FOR RENESAS H8/300
3927P: Yoshinori Sato
3928M: ysato@users.sourceforge.jp
3929W: http://uclinux-h8.sourceforge.jp/
3930S: Supported
3931
3932UFS FILESYSTEM
3933P: Evgeniy Dushistov
3934M: dushistov@mail.ru
3935L: linux-kernel@vger.kernel.org
3936S: Maintained
3937
3938USB DIAMOND RIO500 DRIVER
3939P: Cesar Miquel
3940M: miquel@df.uba.ar
3941L: rio500-users@lists.sourceforge.net
3942W: http://rio500.sourceforge.net
3943S: Maintained
3944
3945VIDEO FOR LINUX
3946P: Mauro Carvalho Chehab
3947M: mchehab@infradead.org
3948M: v4l-dvb-maintainer@linuxtv.org
3949L: video4linux-list@redhat.com
3950W: http://linuxtv.org
3951T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
3952S: Maintained
3953
3954VT1211 HARDWARE MONITOR DRIVER
3955P: Juerg Haefliger
3956M: juergh@gmail.com
3957L: lm-sensors@lm-sensors.org
3958S: Maintained
3959
3960VT8231 HARDWARE MONITOR DRIVER
3961P: Roger Lucas
3962M: roger@planbit.co.uk
3963L: lm-sensors@lm-sensors.org
3964S: Maintained
3965
3966W1 DALLAS'S 1-WIRE BUS
3967P: Evgeniy Polyakov
3968M: johnpol@2ka.mipt.ru
3969S: Maintained
3970
3971W83791D HARDWARE MONITORING DRIVER
3972P: Charles Spirakis
3973M: bezaur@gmail.com
3974L: lm-sensors@lm-sensors.org
3975S: Maintained
3976
3977W83793 HARDWARE MONITORING DRIVER
3978P: Rudolf Marek
3979M: r.marek@assembler.cz
3980L: lm-sensors@lm-sensors.org
3981S: Maintained
3982
3983W83L51xD SD/MMC CARD INTERFACE DRIVER
3984P: Pierre Ossman
3985M: drzeus-wbsd@drzeus.cx
3986L: linux-kernel@vger.kernel.org
3987W: http://projects.drzeus.cx/wbsd
3988S: Maintained
3989
3990WATCHDOG DEVICE DRIVERS
3991P: Wim Van Sebroeck
3992M: wim@iguana.be
3993T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3994S: Maintained
3995
3996WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3997P: Jean Tourrilhes
3998M: jt@hpl.hp.com
3999L: linux-wireless@vger.kernel.org
4000W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4001S: Maintained
4002
4003WD7000 SCSI DRIVER
4004P: Miroslav Zagorac
4005M: zaga@fly.cc.fer.hr
4006L: linux-scsi@vger.kernel.org
4007S: Maintained
4008
4009WISTRON LAPTOP BUTTON DRIVER
4010P: Miloslav Trmac
4011M: mitr@volny.cz
4012S: Maintained
4013
4014WL3501 WIRELESS PCMCIA CARD DRIVER
4015P: Arnaldo Carvalho de Melo
4016M: acme@ghostprotocols.net
4017L: linux-wireless@vger.kernel.org
4018W: http://oops.ghostprotocols.net:81/blog
4019S: Maintained
4020
4021X.25 NETWORK LAYER
4022P: Henner Eisen
4023M: eis@baty.hanse.de
4024L: linux-x25@vger.kernel.org
4025S: Maintained
4026
4027XEN HYPERVISOR INTERFACE
4028P: Jeremy Fitzhardinge
4029M: jeremy@xensource.com
4030P: Chris Wright
4031M: chrisw@sous-sol.org
4032L: virtualization@lists.osdl.org
4033L: xen-devel@lists.xensource.com
4034S: Supported
4035
4036XFS FILESYSTEM
4037P: Silicon Graphics Inc
4038P: Tim Shimmin
4039M: xfs-masters@oss.sgi.com
4040L: xfs@oss.sgi.com
4041W: http://oss.sgi.com/projects/xfs
4042T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
4043S: Supported
4044
4045XILINX UARTLITE SERIAL DRIVER
4046P: Peter Korsgaard
4047M: jacmet@sunsite.dk
4048L: linux-serial@vger.kernel.org
4049S: Maintained
4050
4051X86 3-LEVEL PAGING (PAE) SUPPORT
4052P: Ingo Molnar
4053M: mingo@redhat.com
4054S: Maintained
4055
4056X86-64 port
4057P: Andi Kleen
4058M: ak@suse.de
4059L: discuss@x86-64.org
4060W: http://www.x86-64.org
4061T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
4062S: Maintained
4063
4064YAM DRIVER FOR AX.25
4065P: Jean-Paul Roubelat
4066M: jpr@f6fbb.org
4067L: linux-hams@vger.kernel.org
4068S: Maintained
4069
4070YEALINK PHONE DRIVER
4071P: Henk Vergonet
4072M: Henk.Vergonet@gmail.com
4073L: usbb2k-api-dev@nongnu.org
4074S: Maintained
4075
4076Z8530 DRIVER FOR AX.25
4077P: Joerg Reuter
4078M: jreuter@yaina.de
4079W: http://yaina.de/jreuter/
4080W: http://www.qsl.net/dl1bke/
4081L: linux-hams@vger.kernel.org
4082S: Maintained
4083
4084ZD1211RW WIRELESS DRIVER
4085P: Daniel Drake
4086M: dsd@gentoo.org
4087P: Ulrich Kunitz
4088M: kune@deine-taler.de
4089W: http://zd1211.ath.cx/wiki/DriverRewrite
4090L: linux-wireless@vger.kernel.org
4091L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4092S: Maintained
4093
4094ZF MACHZ WATCHDOG
4095P: Fernando Fuganti
4096M: fuganti@netbank.com.br
4097W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4098S: Maintained
4099
4100ZR36067 VIDEO FOR LINUX DRIVER
4101P: Ronald Bultje
4102M: rbultje@ronald.bitfreak.net
4103L: mjpeg-users@lists.sourceforge.net
4104W: http://mjpeg.sourceforge.net/driver-zoran/
4105S: Maintained
4106
4107ZR36120 VIDEO FOR LINUX DRIVER
4108P: Pauline Middelink
4109M: middelin@polyware.nl
4110W: http://www.polyware.nl/~middelin/En/hobbies.html
4111W: http://www.polyware.nl/~middelin/hobbies.html
4112S: Maintained
4113
4114ZS DECSTATION Z85C30 SERIAL DRIVER
4115P: Maciej W. Rozycki
4116M: macro@linux-mips.org
4117S: Maintained
4118
4119THE REST
4120P: Linus Torvalds
4121S: Buried alive in reporters