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