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