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