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