]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame_incremental - MAINTAINERS
Merge branch 'tip/x86/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rosted...
[mirror_ubuntu-zesty-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 and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
51
526. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
54 not you.
55
567. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
58 does not respond.
59
608. Happy hacking.
61
62 -----------------------------------
63
64Maintainers List (try to look for most precise areas first)
65
66Note: For the hard of thinking, this list is meant to remain in alphabetical
67order. If you could add yourselves to it in alphabetical order that would be
68so much easier [Ed]
69
70P: Person
71M: Mail patches to
72L: Mailing list that is relevant to this area
73W: Web-page with status/info
74T: SCM tree type and location. Type is one of: git, hg, quilt.
75F: Applicable files and/or directories
76S: Status, one of the following:
77
78 Supported: Someone is actually paid to look after this.
79 Maintained: Someone actually looks after it.
80 Odd Fixes: It has a maintainer but they don't have time to do
81 much other than throw the odd patch in. See below..
82 Orphan: No current maintainer [but maybe you could take the
83 role as you write your new code].
84 Obsolete: Old code. Something tagged obsolete generally means
85 it has been replaced by a better system and you
86 should be using that.
87
883C505 NETWORK DRIVER
89P: Philip Blundell
90M: philb@gnu.org
91L: netdev@vger.kernel.org
92S: Maintained
93
943C59X NETWORK DRIVER
95P: Steffen Klassert
96M: klassert@mathematik.tu-chemnitz.de
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-9XXX SATA-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-XXXX ATA-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
1328169 10/100/1000 GIGABIT ETHERNET DRIVER
133P: Francois Romieu
134M: romieu@fr.zoreil.com
135L: netdev@vger.kernel.org
136S: Maintained
137
1388250/16?50 (AND CLONE UARTS) SERIAL DRIVER
139L: linux-serial@vger.kernel.org
140W: http://serial.sourceforge.net
141S: Orphan
142
1438390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
144P: Paul Gortmaker
145M: p_gortmaker@yahoo.com
146L: netdev@vger.kernel.org
147S: Maintained
148
1499P FILE SYSTEM
150P: Eric Van Hensbergen
151M: ericvh@gmail.com
152P: Ron Minnich
153M: rminnich@sandia.gov
154P: Latchesar Ionkov
155M: lucho@ionkov.net
156L: v9fs-developer@lists.sourceforge.net
157W: http://swik.net/v9fs
158T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
159S: Maintained
160
161A2232 SERIAL BOARD DRIVER
162P: Enver Haase
163M: A2232@gmx.net
164L: linux-m68k@lists.linux-m68k.org
165S: Maintained
166
167AACRAID SCSI RAID DRIVER
168P: Adaptec OEM Raid Solutions
169M: aacraid@adaptec.com
170L: linux-scsi@vger.kernel.org
171W: http://www.adaptec.com/
172S: Supported
173
174ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
175P: Hans de Goede
176M: j.w.r.degoede@hhs.nl
177L: lm-sensors@lm-sensors.org
178S: Maintained
179
180ABIT UGURU 3 HARDWARE MONITOR DRIVER
181P: Alistair John Strachan
182M: alistair@devzero.co.uk
183L: lm-sensors@lm-sensors.org
184S: Maintained
185
186ACENIC DRIVER
187P: Jes Sorensen
188M: jes@trained-monkey.org
189L: linux-acenic@sunsite.dk
190S: Maintained
191
192ACER WMI LAPTOP EXTRAS
193P: Carlos Corbacho
194M: carlos@strangeworlds.co.uk
195L: aceracpi@googlegroups.com (subscribers-only)
196W: http://code.google.com/p/aceracpi
197S: Maintained
198
199ACPI
200P: Len Brown
201M: lenb@kernel.org
202L: linux-acpi@vger.kernel.org
203W: http://www.lesswatts.org/projects/acpi/
204T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
205S: Supported
206
207ACPI BATTERY DRIVERS
208P: Alexey Starikovskiy
209M: astarikovskiy@suse.de
210L: linux-acpi@vger.kernel.org
211W: http://www.lesswatts.org/projects/acpi/
212S: Supported
213
214ACPI EC DRIVER
215P: Alexey Starikovskiy
216M: astarikovskiy@suse.de
217L: linux-acpi@vger.kernel.org
218W: http://www.lesswatts.org/projects/acpi/
219S: Supported
220
221ACPI FAN DRIVER
222P: Zhang Rui
223M: rui.zhang@intel.com
224L: linux-acpi@vger.kernel.org
225W: http://www.lesswatts.org/projects/acpi/
226S: Supported
227
228ACPI PCI HOTPLUG DRIVER
229P: Kristen Carlson Accardi
230M: kristen.c.accardi@intel.com
231L: linux-pci@vger.kernel.org
232S: Supported
233
234ACPI THERMAL DRIVER
235P: Zhang Rui
236M: rui.zhang@intel.com
237L: linux-acpi@vger.kernel.org
238W: http://www.lesswatts.org/projects/acpi/
239S: Supported
240
241ACPI VIDEO DRIVER
242P: Zhang Rui
243M: rui.zhang@intel.com
244L: linux-acpi@vger.kernel.org
245W: http://www.lesswatts.org/projects/acpi/
246S: Supported
247
248ACPI WMI DRIVER
249P: Carlos Corbacho
250M: carlos@strangeworlds.co.uk
251L: linux-acpi@vger.kernel.org
252W: http://www.lesswatts.org/projects/acpi/
253S: Maintained
254
255AD1889 ALSA SOUND DRIVER
256P: Kyle McMartin
257M: kyle@mcmartin.ca
258P: Thibaut Varene
259M: T-Bone@parisc-linux.org
260W: http://wiki.parisc-linux.org/AD1889
261L: linux-parisc@vger.kernel.org
262S: Maintained
263
264ADM1025 HARDWARE MONITOR DRIVER
265P: Jean Delvare
266M: khali@linux-fr.org
267L: lm-sensors@lm-sensors.org
268S: Maintained
269
270ADM1029 HARDWARE MONITOR DRIVER
271P: Corentin Labbe
272M: corentin.labbe@geomatys.fr
273L: lm-sensors@lm-sensors.org
274S: Maintained
275
276ADM8211 WIRELESS DRIVER
277P: Michael Wu
278M: flamingice@sourmilk.net
279L: linux-wireless@vger.kernel.org
280W: http://linuxwireless.org/
281T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
282S: Maintained
283
284ADT746X FAN DRIVER
285P: Colin Leroy
286M: colin@colino.net
287S: Maintained
288
289ADVANSYS SCSI DRIVER
290P: Matthew Wilcox
291M: matthew@wil.cx
292L: linux-scsi@vger.kernel.org
293S: Maintained
294
295AEDSP16 DRIVER
296P: Riccardo Facchetti
297M: fizban@tin.it
298S: Maintained
299
300AFFS FILE SYSTEM
301P: Roman Zippel
302M: zippel@linux-m68k.org
303S: Maintained
304
305AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
306P: David Howells
307M: dhowells@redhat.com
308L: linux-afs@lists.infradead.org
309S: Supported
310
311AGPGART DRIVER
312P: David Airlie
313M: airlied@linux.ie
314T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
315S: Maintained
316
317AHA152X SCSI DRIVER
318P: Juergen E. Fischer
319M: Juergen Fischer <fischer@norbit.de>
320L: linux-scsi@vger.kernel.org
321S: Maintained
322
323AIC7XXX / AIC79XX SCSI DRIVER
324P: Hannes Reinecke
325M: hare@suse.de
326L: linux-scsi@vger.kernel.org
327S: Maintained
328
329AIO
330P: Benjamin LaHaise
331M: bcrl@kvack.org
332L: linux-aio@kvack.org
333S: Supported
334
335ALCATEL SPEEDTOUCH USB DRIVER
336P: Duncan Sands
337M: duncan.sands@free.fr
338L: linux-usb@vger.kernel.org
339W: http://www.linux-usb.org/SpeedTouch/
340S: Maintained
341
342ALCHEMY AU1XX0 MMC DRIVER
343P: Manuel Lauss
344M: manuel.lauss@gmail.com
345S: Maintained
346
347ALI1563 I2C DRIVER
348P: Rudolf Marek
349M: r.marek@assembler.cz
350L: linux-i2c@vger.kernel.org
351S: Maintained
352
353ALPHA PORT
354P: Richard Henderson
355M: rth@twiddle.net
356S: Odd Fixes for 2.4; Maintained for 2.6.
357P: Ivan Kokshaysky
358M: ink@jurassic.park.msu.ru
359S: Maintained for 2.4; PCI support for 2.6.
360
361AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
362P: Thomas Dahlmann
363M: thomas.dahlmann@amd.com
364L: linux-geode@lists.infradead.org (moderated for non-subscribers)
365S: Supported
366
367AMD GEODE PROCESSOR/CHIPSET SUPPORT
368P: Jordan Crouse
369L: linux-geode@lists.infradead.org (moderated for non-subscribers)
370W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
371S: Supported
372
373AMD IOMMU (AMD-VI)
374P: Joerg Roedel
375M: joerg.roedel@amd.com
376L: iommu@lists.linux-foundation.org
377T: git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
378S: Supported
379
380AMD MICROCODE UPDATE SUPPORT
381P: Andreas Herrmann
382M: andeas.herrmann3@amd.com
383L: amd64-microcode@amd64.org
384S: Supported
385
386AMS (Apple Motion Sensor) DRIVER
387P: Stelian Pop
388M: stelian@popies.net
389P: Michael Hanselmann
390M: linux-kernel@hansmi.ch
391S: Supported
392
393AMSO1100 RNIC DRIVER
394P: Tom Tucker
395M: tom@opengridcomputing.com
396P: Steve Wise
397M: swise@opengridcomputing.com
398L: general@lists.openfabrics.org
399S: Maintained
400
401AOA (Apple Onboard Audio) ALSA DRIVER
402P: Johannes Berg
403M: johannes@sipsolutions.net
404L: linuxppc-dev@ozlabs.org
405L: alsa-devel@alsa-project.org (subscribers-only)
406S: Maintained
407
408APM DRIVER
409P: Stephen Rothwell
410M: sfr@canb.auug.org.au
411L: linux-laptop@vger.kernel.org
412W: http://www.canb.auug.org.au/~sfr/
413S: Supported
414
415APPLE BCM5974 MULTITOUCH DRIVER
416P: Henrik Rydberg
417M: rydberg@euromail.se
418L: linux-input@vger.kernel.org
419S: Maintained
420
421APPLE SMC DRIVER
422P: Nicolas Boichat
423M: nicolas@boichat.ch
424L: mactel-linux-devel@lists.sourceforge.net
425S: Maintained
426
427APPLETALK NETWORK LAYER
428P: Arnaldo Carvalho de Melo
429M: acme@ghostprotocols.net
430S: Maintained
431
432APPLETOUCH TOUCHPAD DRIVER
433P: Johannes Berg
434M: johannes@sipsolutions.net
435L: linux-input@vger.kernel.org
436S: Maintained
437
438ARC FRAMEBUFFER DRIVER
439P: Jaya Kumar
440M: jayalk@intworks.biz
441S: Maintained
442
443ARM MFM AND FLOPPY DRIVERS
444P: Ian Molton
445M: spyro@f2s.com
446S: Maintained
447
448ARM PRIMECELL MMCI PL180/1 DRIVER
449S: Orphan
450
451ARM/ADI ROADRUNNER MACHINE SUPPORT
452P: Lennert Buytenhek
453M: kernel@wantstofly.org
454L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
455S: Maintained
456
457ARM/ADS SPHERE MACHINE SUPPORT
458P: Lennert Buytenhek
459M: kernel@wantstofly.org
460L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
461S: Maintained
462
463ARM/AFEB9260 MACHINE SUPPORT
464P: Sergey Lapin
465M: slapin@ossfans.org
466L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
467S: Maintained
468
469ARM/AJECO 1ARM MACHINE SUPPORT
470P: Lennert Buytenhek
471M: kernel@wantstofly.org
472L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
473S: Maintained
474
475ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
476P: Andrew Victor
477M: linux@maxim.org.za
478L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
479W: http://maxim.org.za/at91_26.html
480S: Maintained
481
482ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
483P: Lennert Buytenhek
484M: kernel@wantstofly.org
485L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
486S: Maintained
487
488ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
489P: Lennert Buytenhek
490M: kernel@wantstofly.org
491L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
492S: Maintained
493
494ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
495P: Mike Rapoport
496M: mike@compulab.co.il
497L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
498S: Maintained
499
500ARM/CORGI MACHINE SUPPORT
501P: Richard Purdie
502M: rpurdie@rpsys.net
503S: Maintained
504
505ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
506P: Daniel Ribeiro
507M: drwyrm@gmail.com
508P: Stefan Schmidt
509M: stefan@openezx.org
510P: Harald Welte
511M: laforge@openezx.org
512L: openezx-devel@lists.openezx.org (subscribers-only)
513W: http://www.openezx.org/
514S: Maintained
515
516ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
517P: Sascha Hauer
518M: kernel@pengutronix.de
519L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
520S: Maintained
521
522ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
523P: Lennert Buytenhek
524M: kernel@wantstofly.org
525L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
526S: Maintained
527
528ARM/GUMSTIX MACHINE SUPPORT
529P: Steve Sakoman
530M: sakoman@gmail.com
531L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
532S: Maintained
533
534ARM/HP JORNADA 7XX MACHINE SUPPORT
535P: Kristoffer Ericson
536M: kristoffer.ericson@gmail.com
537W: www.jlime.com
538S: Maintained
539
540ARM/INTEL IOP32X ARM ARCHITECTURE
541P: Lennert Buytenhek
542M: kernel@wantstofly.org
543P: Dan Williams
544M: dan.j.williams@intel.com
545L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
546S: Supported
547
548ARM/INTEL IOP33X ARM ARCHITECTURE
549P: Dan Williams
550M: dan.j.williams@intel.com
551L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
552S: Supported
553
554ARM/INTEL IOP13XX ARM ARCHITECTURE
555P: Lennert Buytenhek
556M: kernel@wantstofly.org
557P: Dan Williams
558M: dan.j.williams@intel.com
559L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
560S: Supported
561
562ARM/INTEL IQ81342EX MACHINE SUPPORT
563P: Lennert Buytenhek
564M: kernel@wantstofly.org
565P: Dan Williams
566M: dan.j.williams@intel.com
567L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
568S: Supported
569
570ARM/INTEL IXP2000 ARM ARCHITECTURE
571P: Lennert Buytenhek
572M: kernel@wantstofly.org
573L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
574S: Maintained
575
576ARM/INTEL IXDP2850 MACHINE SUPPORT
577P: Lennert Buytenhek
578M: kernel@wantstofly.org
579L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
580S: Maintained
581
582ARM/INTEL IXP23XX ARM ARCHITECTURE
583P: Lennert Buytenhek
584M: kernel@wantstofly.org
585L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
586S: Maintained
587
588ARM/INTEL XSC3 (MANZANO) ARM CORE
589P: Lennert Buytenhek
590M: kernel@wantstofly.org
591P: Dan Williams
592M: dan.j.williams@intel.com
593L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
594S: Supported
595
596ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
597P: Lennert Buytenhek
598M: kernel@wantstofly.org
599L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
600S: Maintained
601
602ARM/LOGICPD PXA270 MACHINE SUPPORT
603P: Lennert Buytenhek
604M: kernel@wantstofly.org
605L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
606S: Maintained
607
608ARM/MAGICIAN MACHINE SUPPORT
609P: Philipp Zabel
610M: philipp.zabel@gmail.com
611S: Maintained
612
613ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
614P: Michael Petchkovsky
615M: mkpetch@internode.on.net
616S: Maintained
617
618ARM/TOSA MACHINE SUPPORT
619P: Dmitry Eremin-Solenikov
620M: dbaryshkov@gmail.com
621P: Dirk Opfer
622M: dirk@opfer-online.de
623S: Maintained
624
625ARM/PALMTX SUPPORT
626P: Marek Vasut
627M: marek.vasut@gmail.com
628W: http://hackndev.com
629S: Maintained
630
631ARM/PALMZ72 SUPPORT
632P: Sergey Lapin
633M: slapin@ossfans.org
634W: http://hackndev.com
635S: Maintained
636
637ARM/PLEB SUPPORT
638P: Peter Chubb
639M: pleb@gelato.unsw.edu.au
640W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
641S: Maintained
642
643ARM/PT DIGITAL BOARD PORT
644P: Stefan Eletzhofer
645M: stefan.eletzhofer@eletztrick.de
646L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
647W: http://www.arm.linux.org.uk/
648S: Maintained
649
650ARM/RADISYS ENP2611 MACHINE SUPPORT
651P: Lennert Buytenhek
652M: kernel@wantstofly.org
653L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
654S: Maintained
655
656ARM/SHARK MACHINE SUPPORT
657P: Alexander Schulz
658M: alex@shark-linux.de
659W: http://www.shark-linux.de/shark.html
660S: Maintained
661
662ARM/STRONGARM110 PORT
663P: Russell King
664M: rmk@arm.linux.org.uk
665L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
666W: http://www.arm.linux.org.uk/
667S: Maintained
668
669ARM/S3C2410 ARM ARCHITECTURE
670P: Ben Dooks
671M: ben-linux@fluff.org
672L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
673W: http://www.fluff.org/ben/linux/
674S: Maintained
675
676ARM/S3C2440 ARM ARCHITECTURE
677P: Ben Dooks
678M: ben-linux@fluff.org
679L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
680W: http://www.fluff.org/ben/linux/
681S: Maintained
682
683ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
684P: Lennert Buytenhek
685M: kernel@wantstofly.org
686L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
687S: Maintained
688
689ARM/THECUS N2100 MACHINE SUPPORT
690P: Lennert Buytenhek
691M: kernel@wantstofly.org
692L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
693S: Maintained
694
695ARM/NUVOTON W90X900 ARM ARCHITECTURE
696P: Wan ZongShun
697M: mcuos.com@gmail.com
698L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
699W: http://www.mcuos.com
700S: Maintained
701
702ARPD SUPPORT
703P: Jonathan Layes
704L: netdev@vger.kernel.org
705S: Maintained
706
707ASUS ACPI EXTRAS DRIVER
708P: Corentin Chary
709M: corentincj@iksaif.net
710P: Karol Kozimor
711M: sziwan@users.sourceforge.net
712L: acpi4asus-user@lists.sourceforge.net
713W: http://sourceforge.net/projects/acpi4asus
714W: http://xf.iksaif.net/acpi4asus
715S: Maintained
716
717ASUS ASB100 HARDWARE MONITOR DRIVER
718P: Mark M. Hoffman
719M: mhoffman@lightlink.com
720L: lm-sensors@lm-sensors.org
721S: Maintained
722
723ASUS LAPTOP EXTRAS DRIVER
724P: Corentin Chary
725M: corentincj@iksaif.net
726L: acpi4asus-user@lists.sourceforge.net
727W: http://sourceforge.net/projects/acpi4asus
728W: http://xf.iksaif.net/acpi4asus
729S: Maintained
730
731ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
732P: Dan Williams
733M: dan.j.williams@intel.com
734P: Maciej Sosnowski
735M: maciej.sosnowski@intel.com
736L: linux-kernel@vger.kernel.org
737W: http://sourceforge.net/projects/xscaleiop
738S: Supported
739
740ATA OVER ETHERNET (AOE) DRIVER
741P: Ed L. Cashin
742M: ecashin@coraid.com
743W: http://www.coraid.com/support/linux
744S: Supported
745
746ATHEROS ATH5K WIRELESS DRIVER
747P: Jiri Slaby
748M: jirislaby@gmail.com
749P: Nick Kossifidis
750M: mickflemm@gmail.com
751P: Luis R. Rodriguez
752M: lrodriguez@atheros.com
753P: Bob Copeland
754M: me@bobcopeland.com
755L: linux-wireless@vger.kernel.org
756L: ath5k-devel@lists.ath5k.org
757S: Maintained
758
759ATHEROS ATH9K WIRELESS DRIVER
760P: Luis R. Rodriguez
761M: lrodriguez@atheros.com
762P: Jouni Malinen
763M: jmalinen@atheros.com
764L: linux-wireless@vger.kernel.org
765L: ath9k-devel@lists.ath9k.org
766S: Supported
767
768ATI_REMOTE2 DRIVER
769P: Ville Syrjala
770M: syrjala@sci.fi
771S: Maintained
772
773ATLX ETHERNET DRIVERS
774P: Jay Cliburn
775M: jcliburn@gmail.com
776P: Chris Snook
777M: csnook@redhat.com
778P: Jie Yang
779M: jie.yang@atheros.com
780L: atl1-devel@lists.sourceforge.net
781W: http://sourceforge.net/projects/atl1
782W: http://atl1.sourceforge.net
783S: Maintained
784
785ATM
786P: Chas Williams
787M: chas@cmf.nrl.navy.mil
788L: linux-atm-general@lists.sourceforge.net (subscribers-only)
789L: netdev@vger.kernel.org
790W: http://linux-atm.sourceforge.net
791S: Maintained
792
793ATMEL AT91 MCI DRIVER
794P: Nicolas Ferre
795M: nicolas.ferre@atmel.com
796L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
797W: http://www.atmel.com/products/AT91/
798W: http://www.at91.com/
799S: Maintained
800
801ATMEL AT91 / AT32 SERIAL DRIVER
802P: Haavard Skinnemoen
803M: hskinnemoen@atmel.com
804L: linux-kernel@vger.kernel.org
805S: Supported
806
807ATMEL LCDFB DRIVER
808P: Nicolas Ferre
809M: nicolas.ferre@atmel.com
810L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
811S: Maintained
812
813ATMEL MACB ETHERNET DRIVER
814P: Haavard Skinnemoen
815M: hskinnemoen@atmel.com
816S: Supported
817
818ATMEL SPI DRIVER
819P: Haavard Skinnemoen
820M: hskinnemoen@atmel.com
821S: Supported
822
823ATMEL USBA UDC DRIVER
824P: Haavard Skinnemoen
825M: hskinnemoen@atmel.com
826L: kernel@avr32linux.org
827W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
828S: Supported
829
830ATMEL WIRELESS DRIVER
831P: Simon Kelley
832M: simon@thekelleys.org.uk
833L: linux-wireless@vger.kernel.org
834W: http://www.thekelleys.org.uk/atmel
835W: http://atmelwlandriver.sourceforge.net/
836S: Maintained
837
838AUDIT SUBSYSTEM
839P: Al Viro
840M: viro@zeniv.linux.org.uk
841P: Eric Paris
842M: eparis@redhat.com
843L: linux-audit@redhat.com (subscribers-only)
844W: http://people.redhat.com/sgrubb/audit/
845T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
846S: Maintained
847
848AUXILIARY DISPLAY DRIVERS
849P: Miguel Ojeda Sandonis
850M: miguel.ojeda.sandonis@gmail.com
851L: linux-kernel@vger.kernel.org
852W: http://miguelojeda.es/auxdisplay.htm
853W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
854S: Maintained
855
856AVR32 ARCHITECTURE
857P: Haavard Skinnemoen
858M: hskinnemoen@atmel.com
859W: http://www.atmel.com/products/AVR32/
860W: http://avr32linux.org/
861W: http://avrfreaks.net/
862S: Supported
863
864AVR32/AT32AP MACHINE SUPPORT
865P: Haavard Skinnemoen
866M: hskinnemoen@atmel.com
867S: Supported
868
869AX.25 NETWORK LAYER
870P: Ralf Baechle
871M: ralf@linux-mips.org
872L: linux-hams@vger.kernel.org
873W: http://www.linux-ax25.org/
874S: Maintained
875
876B43 WIRELESS DRIVER
877P: Michael Buesch
878M: mb@bu3sch.de
879P: Stefano Brivio
880M: stefano.brivio@polimi.it
881L: linux-wireless@vger.kernel.org
882W: http://linuxwireless.org/en/users/Drivers/b43
883S: Maintained
884
885B43LEGACY WIRELESS DRIVER
886P: Larry Finger
887M: Larry.Finger@lwfinger.net
888P: Stefano Brivio
889M: stefano.brivio@polimi.it
890L: linux-wireless@vger.kernel.org
891W: http://linuxwireless.org/en/users/Drivers/b43
892S: Maintained
893
894BACKLIGHT CLASS/SUBSYSTEM
895P: Richard Purdie
896M: rpurdie@rpsys.net
897S: Maintained
898
899BAYCOM/HDLCDRV DRIVERS FOR AX.25
900P: Thomas Sailer
901M: t.sailer@alumni.ethz.ch
902L: linux-hams@vger.kernel.org
903W: http://www.baycom.org/~tom/ham/ham.html
904S: Maintained
905
906BEFS FILE SYSTEM
907P: Sergey S. Kostyliov
908M: rathamahata@php4.ru
909L: linux-kernel@vger.kernel.org
910S: Maintained
911
912BFS FILE SYSTEM
913P: Tigran A. Aivazian
914M: tigran@aivazian.fsnet.co.uk
915L: linux-kernel@vger.kernel.org
916S: Maintained
917
918BLACKFIN ARCHITECTURE
919P: Bryan Wu
920M: cooloney@kernel.org
921L: uclinux-dist-devel@blackfin.uclinux.org
922W: http://blackfin.uclinux.org
923S: Supported
924
925BLACKFIN EMAC DRIVER
926P: Bryan Wu
927M: cooloney@kernel.org
928L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
929W: http://blackfin.uclinux.org
930S: Supported
931
932BLACKFIN RTC DRIVER
933P: Mike Frysinger
934M: vapier.adi@gmail.com
935L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
936W: http://blackfin.uclinux.org
937S: Supported
938
939BLACKFIN SERIAL DRIVER
940P: Sonic Zhang
941M: sonic.zhang@analog.com
942L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
943W: http://blackfin.uclinux.org
944S: Supported
945
946BLACKFIN WATCHDOG DRIVER
947P: Mike Frysinger
948M: vapier.adi@gmail.com
949L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
950W: http://blackfin.uclinux.org
951S: Supported
952
953BLACKFIN I2C TWI DRIVER
954P: Sonic Zhang
955M: sonic.zhang@analog.com
956L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
957W: http://blackfin.uclinux.org/
958S: Supported
959
960BLOCK LAYER
961P: Jens Axboe
962M: axboe@kernel.dk
963L: linux-kernel@vger.kernel.org
964T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
965S: Maintained
966
967BLOCK2MTD DRIVER
968P: Joern Engel
969M: joern@lazybastard.org
970L: linux-mtd@lists.infradead.org
971S: Maintained
972
973BLUETOOTH DRIVERS
974P: Marcel Holtmann
975M: marcel@holtmann.org
976L: linux-bluetooth@vger.kernel.org
977W: http://www.bluez.org/
978S: Maintained
979
980BLUETOOTH SUBSYSTEM
981P: Marcel Holtmann
982M: marcel@holtmann.org
983L: linux-bluetooth@vger.kernel.org
984W: http://www.bluez.org/
985T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
986S: Maintained
987
988BONDING DRIVER
989P: Jay Vosburgh
990M: fubar@us.ibm.com
991L: bonding-devel@lists.sourceforge.net
992W: http://sourceforge.net/projects/bonding/
993S: Supported
994
995BROADCOM B44 10/100 ETHERNET DRIVER
996P: Gary Zambrano
997M: zambrano@broadcom.com
998L: netdev@vger.kernel.org
999S: Supported
1000
1001BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1002P: Michael Chan
1003M: mchan@broadcom.com
1004L: netdev@vger.kernel.org
1005S: Supported
1006
1007BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1008P: Eilon Greenstein
1009M: eilong@broadcom.com
1010L: netdev@vger.kernel.org
1011S: Supported
1012
1013BROADCOM TG3 GIGABIT ETHERNET DRIVER
1014P: Michael Chan
1015M: mchan@broadcom.com
1016L: netdev@vger.kernel.org
1017S: Supported
1018
1019BSG (block layer generic sg v4 driver)
1020P: FUJITA Tomonori
1021M: fujita.tomonori@lab.ntt.co.jp
1022L: linux-scsi@vger.kernel.org
1023S: Supported
1024
1025BT8XXGPIO DRIVER
1026P: Michael Buesch
1027M: mb@bu3sch.de
1028W: http://bu3sch.de/btgpio.php
1029S: Maintained
1030
1031BTRFS FILE SYSTEM
1032P: Chris Mason
1033M: chris.mason@oracle.com
1034L: linux-btrfs@vger.kernel.org
1035W: http://btrfs.wiki.kernel.org/
1036T: git kernel.org:/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1037S: Maintained
1038
1039BTTV VIDEO4LINUX DRIVER
1040P: Mauro Carvalho Chehab
1041M: mchehab@infradead.org
1042L: linux-media@vger.kernel.org
1043L: video4linux-list@redhat.com
1044W: http://linuxtv.org
1045T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1046S: Maintained
1047
1048CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1049P: Jonathan Corbet
1050M: corbet@lwn.net
1051L: linux-media@vger.kernel.org
1052T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1053S: Maintained
1054
1055CALGARY x86-64 IOMMU
1056P: Muli Ben-Yehuda
1057M: muli@il.ibm.com
1058P: Jon D. Mason
1059M: jdmason@kudzu.us
1060L: linux-kernel@vger.kernel.org
1061L: discuss@x86-64.org
1062S: Maintained
1063
1064CAN NETWORK LAYER
1065P: Urs Thuermann
1066M: urs.thuermann@volkswagen.de
1067P: Oliver Hartkopp
1068M: oliver.hartkopp@volkswagen.de
1069L: socketcan-core@lists.berlios.de (subscribers-only)
1070W: http://developer.berlios.de/projects/socketcan/
1071S: Maintained
1072
1073CELL BROADBAND ENGINE ARCHITECTURE
1074P: Arnd Bergmann
1075M: arnd@arndb.de
1076L: linuxppc-dev@ozlabs.org
1077L: cbe-oss-dev@ozlabs.org
1078W: http://www.ibm.com/developerworks/power/cell/
1079S: Supported
1080
1081CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1082P: David Vrabel
1083M: david.vrabel@csr.com
1084L: linux-usb@vger.kernel.org
1085S: Supported
1086
1087CFAG12864B LCD DRIVER
1088P: Miguel Ojeda Sandonis
1089M: miguel.ojeda.sandonis@gmail.com
1090L: linux-kernel@vger.kernel.org
1091W: http://miguelojeda.es/auxdisplay.htm
1092W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1093S: Maintained
1094
1095CFAG12864BFB LCD FRAMEBUFFER DRIVER
1096P: Miguel Ojeda Sandonis
1097M: miguel.ojeda.sandonis@gmail.com
1098L: linux-kernel@vger.kernel.org
1099W: http://miguelojeda.es/auxdisplay.htm
1100W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1101S: Maintained
1102
1103CFG80211 and NL80211
1104P: Johannes Berg
1105M: johannes@sipsolutions.net
1106L: linux-wireless@vger.kernel.org
1107S: Maintained
1108
1109CHECKPATCH
1110P: Andy Whitcroft
1111M: apw@canonical.com
1112L: linux-kernel@vger.kernel.org
1113S: Supported
1114
1115CISCO 10G ETHERNET DRIVER
1116P: Scott Feldman
1117M: scofeldm@cisco.com
1118P: Joe Eykholt
1119M: jeykholt@cisco.com
1120S: Supported
1121
1122CIRRUS LOGIC EP93XX ETHERNET DRIVER
1123P: Lennert Buytenhek
1124M: kernel@wantstofly.org
1125L: netdev@vger.kernel.org
1126S: Maintained
1127
1128CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1129P: Lennert Buytenhek
1130M: kernel@wantstofly.org
1131L: linux-usb@vger.kernel.org
1132S: Maintained
1133
1134CIRRUS LOGIC CS4270 SOUND DRIVER
1135P: Timur Tabi
1136M: timur@freescale.com
1137L: alsa-devel@alsa-project.org
1138S: Supported
1139
1140CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1141P: Cirrus Logic Corporation (kernel 2.2 driver)
1142M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1143P: Nils Faerber (port to kernel 2.4)
1144M: Nils Faerber <nils@kernelconcepts.de>
1145S: Maintained
1146
1147CODA FILE SYSTEM
1148P: Jan Harkes
1149M: jaharkes@cs.cmu.edu
1150M: coda@cs.cmu.edu
1151L: codalist@coda.cs.cmu.edu
1152W: http://www.coda.cs.cmu.edu/
1153S: Maintained
1154
1155COMMON INTERNET FILE SYSTEM (CIFS)
1156P: Steve French
1157M: sfrench@samba.org
1158L: linux-cifs-client@lists.samba.org
1159L: samba-technical@lists.samba.org
1160W: http://linux-cifs.samba.org/
1161T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1162S: Supported
1163
1164COMPACTPCI HOTPLUG CORE
1165P: Scott Murray
1166M: scottm@somanetworks.com
1167M: scott@spiteful.org
1168L: linux-pci@vger.kernel.org
1169S: Supported
1170
1171COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1172P: Scott Murray
1173M: scottm@somanetworks.com
1174M: scott@spiteful.org
1175L: linux-pci@vger.kernel.org
1176S: Supported
1177
1178COMPACTPCI HOTPLUG GENERIC DRIVER
1179P: Scott Murray
1180M: scottm@somanetworks.com
1181M: scott@spiteful.org
1182L: linux-pci@vger.kernel.org
1183S: Supported
1184
1185COMPAL LAPTOP SUPPORT
1186P: Cezary Jackiewicz
1187M: cezary.jackiewicz@gmail.com
1188S: Maintained
1189
1190COMPUTONE INTELLIPORT MULTIPORT CARD
1191P: Michael H. Warfield
1192M: mhw@wittsend.com
1193W: http://www.wittsend.com/computone.html
1194S: Maintained
1195
1196CONEXANT ACCESSRUNNER USB DRIVER
1197P: Simon Arlott
1198M: cxacru@fire.lp0.eu
1199L: accessrunner-general@lists.sourceforge.net
1200W: http://accessrunner.sourceforge.net/
1201S: Maintained
1202
1203CONFIGFS
1204P: Joel Becker
1205M: joel.becker@oracle.com
1206L: linux-kernel@vger.kernel.org
1207S: Supported
1208
1209CONTROL GROUPS (CGROUPS)
1210P: Paul Menage
1211M: menage@google.com
1212P: Li Zefan
1213M: lizf@cn.fujitsu.com
1214L: containers@lists.linux-foundation.org
1215S: Maintained
1216
1217CORETEMP HARDWARE MONITORING DRIVER
1218P: Rudolf Marek
1219M: r.marek@assembler.cz
1220L: lm-sensors@lm-sensors.org
1221S: Maintained
1222
1223COSA/SRP SYNC SERIAL DRIVER
1224P: Jan "Yenya" Kasprzak
1225M: kas@fi.muni.cz
1226W: http://www.fi.muni.cz/~kas/cosa/
1227S: Maintained
1228
1229CPU FREQUENCY DRIVERS
1230P: Dave Jones
1231M: davej@redhat.com
1232L: cpufreq@vger.kernel.org
1233W: http://www.codemonkey.org.uk/projects/cpufreq/
1234T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1235S: Maintained
1236
1237CPUID/MSR DRIVER
1238P: H. Peter Anvin
1239M: hpa@zytor.com
1240S: Maintained
1241
1242CPUSETS
1243P: Paul Menage
1244M: menage@google.com
1245L: linux-kernel@vger.kernel.org
1246W: http://www.bullopensource.org/cpuset/
1247W: http://oss.sgi.com/projects/cpusets/
1248S: Supported
1249
1250CRAMFS FILESYSTEM
1251W: http://sourceforge.net/projects/cramfs/
1252S: Orphan
1253
1254CRIS PORT
1255P: Mikael Starvik
1256M: starvik@axis.com
1257P: Jesper Nilsson
1258M: jesper.nilsson@axis.com
1259L: dev-etrax@axis.com
1260W: http://developer.axis.com
1261S: Maintained
1262
1263CRYPTO API
1264P: Herbert Xu
1265M: herbert@gondor.apana.org.au
1266P: David S. Miller
1267M: davem@davemloft.net
1268L: linux-crypto@vger.kernel.org
1269T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1270S: Maintained
1271
1272CS5535 Audio ALSA driver
1273P: Jaya Kumar
1274M: jayakumar.alsa@gmail.com
1275S: Maintained
1276
1277CX18 VIDEO4LINUX DRIVER
1278P: Hans Verkuil, Andy Walls
1279M: hverkuil@xs4all.nl, awalls@radix.net
1280L: ivtv-devel@ivtvdriver.org
1281L: ivtv-users@ivtvdriver.org
1282L: linux-media@vger.kernel.org
1283T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1284W: http://linuxtv.org
1285S: Maintained
1286
1287CXGB3 ETHERNET DRIVER (CXGB3)
1288P: Divy Le Ray
1289M: divy@chelsio.com
1290L: netdev@vger.kernel.org
1291W: http://www.chelsio.com
1292S: Supported
1293
1294CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1295P: Steve Wise
1296M: swise@chelsio.com
1297L: general@lists.openfabrics.org
1298W: http://www.openfabrics.org
1299S: Supported
1300
1301CYBERPRO FB DRIVER
1302P: Russell King
1303M: rmk@arm.linux.org.uk
1304W: http://www.arm.linux.org.uk/
1305S: Maintained
1306
1307CYBLAFB FRAMEBUFFER DRIVER
1308P: Knut Petersen
1309M: Knut_Petersen@t-online.de
1310L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1311S: Maintained
1312
1313CYCLADES 2X SYNC CARD DRIVER
1314P: Arnaldo Carvalho de Melo
1315M: acme@ghostprotocols.net
1316W: http://oops.ghostprotocols.net:81/blog
1317S: Maintained
1318
1319CYCLADES ASYNC MUX DRIVER
1320W: http://www.cyclades.com/
1321S: Orphan
1322
1323CYCLADES PC300 DRIVER
1324W: http://www.cyclades.com/
1325S: Orphan
1326
1327DAMA SLAVE for AX.25
1328P: Joerg Reuter
1329M: jreuter@yaina.de
1330W: http://yaina.de/jreuter/
1331W: http://www.qsl.net/dl1bke/
1332L: linux-hams@vger.kernel.org
1333S: Maintained
1334
1335DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1336P: Tobias Ringstrom
1337M: tori@unhappy.mine.nu
1338L: netdev@vger.kernel.org
1339S: Maintained
1340
1341DC390/AM53C974 SCSI driver
1342P: Kurt Garloff
1343M: garloff@suse.de
1344W: http://www.garloff.de/kurt/linux/dc390/
1345P: Guennadi Liakhovetski
1346M: g.liakhovetski@gmx.de
1347S: Maintained
1348
1349DC395x SCSI driver
1350P: Oliver Neukum
1351M: oliver@neukum.name
1352P: Ali Akcaagac
1353M: aliakc@web.de
1354P: Jamie Lenehan
1355M: lenehan@twibble.org
1356W: http://twibble.org/dist/dc395x/
1357L: dc395x@twibble.org
1358L: http://lists.twibble.org/mailman/listinfo/dc395x/
1359S: Maintained
1360
1361DCCP PROTOCOL
1362P: Arnaldo Carvalho de Melo
1363M: acme@ghostprotocols.net
1364L: dccp@vger.kernel.org
1365W: http://linux-net.osdl.org/index.php/DCCP
1366S: Maintained
1367
1368DECnet NETWORK LAYER
1369P: Christine Caulfield
1370M: christine.caulfield@googlemail.com
1371W: http://linux-decnet.sourceforge.net
1372L: linux-decnet-user@lists.sourceforge.net
1373S: Maintained
1374
1375DEFXX FDDI NETWORK DRIVER
1376P: Maciej W. Rozycki
1377M: macro@linux-mips.org
1378S: Maintained
1379
1380DELL LAPTOP DRIVER
1381P: Matthew Garrett
1382M: mjg59@srcf.ucam.org
1383S: Maintained
1384
1385DELL LAPTOP SMM DRIVER
1386P: Massimo Dal Zotto
1387M: dz@debian.org
1388W: http://www.debian.org/~dz/i8k/
1389S: Maintained
1390
1391DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1392P: Doug Warzecha
1393M: Douglas_Warzecha@dell.com
1394S: Maintained
1395
1396DEVICE NUMBER REGISTRY
1397P: Torben Mathiasen
1398M: device@lanana.org
1399W: http://lanana.org/docs/device-list/index.html
1400L: linux-kernel@vger.kernel.org
1401S: Maintained
1402
1403DEVICE-MAPPER (LVM)
1404P: Alasdair Kergon
1405L: dm-devel@redhat.com
1406W: http://sources.redhat.com/dm
1407S: Maintained
1408
1409DIGI INTL. EPCA DRIVER
1410P: Digi International, Inc
1411M: Eng.Linux@digi.com
1412L: Eng.Linux@digi.com
1413W: http://www.digi.com
1414S: Orphan
1415
1416DIRECTORY NOTIFICATION (DNOTIFY)
1417P: Stephen Rothwell
1418M: sfr@canb.auug.org.au
1419L: linux-kernel@vger.kernel.org
1420S: Supported
1421
1422DISK GEOMETRY AND PARTITION HANDLING
1423P: Andries Brouwer
1424M: aeb@cwi.nl
1425W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1426W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1427W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1428S: Maintained
1429
1430DISKQUOTA
1431P: Jan Kara
1432M: jack@suse.cz
1433L: linux-kernel@vger.kernel.org
1434S: Maintained
1435
1436DISTRIBUTED LOCK MANAGER (DLM)
1437P: Christine Caulfield
1438M: ccaulfie@redhat.com
1439P: David Teigland
1440M: teigland@redhat.com
1441L: cluster-devel@redhat.com
1442W: http://sources.redhat.com/cluster/
1443T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
1444S: Supported
1445
1446DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1447P: Maciej Sosnowski
1448M: maciej.sosnowski@intel.com
1449P: Dan Williams
1450M: dan.j.williams@intel.com
1451L: linux-kernel@vger.kernel.org
1452S: Supported
1453
1454DME1737 HARDWARE MONITOR DRIVER
1455P: Juerg Haefliger
1456M: juergh@gmail.com
1457L: lm-sensors@lm-sensors.org
1458S: Maintained
1459
1460DOCBOOK FOR DOCUMENTATION
1461P: Randy Dunlap
1462M: rdunlap@xenotime.net
1463S: Maintained
1464
1465DOCKING STATION DRIVER
1466P: Shaohua Li
1467M: shaohua.li@intel.com
1468L: linux-acpi@vger.kernel.org
1469S: Supported
1470
1471DOCUMENTATION (/Documentation directory)
1472P: Michael Kerrisk
1473M: mtk.manpages@gmail.com
1474P: Randy Dunlap
1475M: rdunlap@xenotime.net
1476L: linux-doc@vger.kernel.org
1477S: Maintained
1478
1479DOUBLETALK DRIVER
1480P: James R. Van Zandt
1481M: jrv@vanzandt.mv.com
1482L: blinux-list@redhat.com
1483S: Maintained
1484
1485DPT_I2O SCSI RAID DRIVER
1486P: Adaptec OEM Raid Solutions
1487M: aacraid@adaptec.com
1488L: linux-scsi@vger.kernel.org
1489W: http://www.adaptec.com/
1490S: Maintained
1491
1492DRIVER CORE, KOBJECTS, AND SYSFS
1493P: Greg Kroah-Hartman
1494M: gregkh@suse.de
1495L: linux-kernel@vger.kernel.org
1496T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1497S: Supported
1498
1499DRM DRIVERS
1500P: David Airlie
1501M: airlied@linux.ie
1502L: dri-devel@lists.sourceforge.net
1503T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1504S: Maintained
1505
1506DSCC4 DRIVER
1507P: Francois Romieu
1508M: romieu@fr.zoreil.com
1509L: netdev@vger.kernel.org
1510S: Maintained
1511
1512DVB SUBSYSTEM AND DRIVERS
1513P: LinuxTV.org Project
1514M: linux-media@vger.kernel.org
1515L: linux-dvb@linuxtv.org (subscription required)
1516W: http://linuxtv.org/
1517T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1518S: Maintained
1519
1520DZ DECSTATION DZ11 SERIAL DRIVER
1521P: Maciej W. Rozycki
1522M: macro@linux-mips.org
1523S: Maintained
1524
1525EATA-DMA SCSI DRIVER
1526P: Michael Neuffer
1527L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1528S: Maintained
1529
1530EATA ISA/EISA/PCI SCSI DRIVER
1531P: Dario Ballabio
1532M: ballabio_dario@emc.com
1533L: linux-scsi@vger.kernel.org
1534S: Maintained
1535
1536EATA-PIO SCSI DRIVER
1537P: Michael Neuffer
1538M: mike@i-Connect.Net
1539L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1540S: Maintained
1541
1542EBTABLES
1543P: Bart De Schuymer
1544M: bart.de.schuymer@pandora.be
1545L: ebtables-user@lists.sourceforge.net
1546L: ebtables-devel@lists.sourceforge.net
1547W: http://ebtables.sourceforge.net/
1548S: Maintained
1549
1550ECRYPT FILE SYSTEM
1551P: Tyler Hicks, Dustin Kirkland
1552M: tyhicks@linux.vnet.ibm.com, kirkland@canonical.com
1553L: ecryptfs-devel@lists.launchpad.net
1554W: https://launchpad.net/ecryptfs
1555S: Supported
1556
1557EDAC-CORE
1558P: Doug Thompson
1559M: dougthompson@xmission.com
1560L: bluesmoke-devel@lists.sourceforge.net
1561W: bluesmoke.sourceforge.net
1562S: Supported
1563
1564EDAC-E752X
1565P: Mark Gross
1566P: Doug Thompson
1567M: mark.gross@intel.com
1568M: dougthompson@xmission.com
1569L: bluesmoke-devel@lists.sourceforge.net
1570W: bluesmoke.sourceforge.net
1571S: Maintained
1572
1573EDAC-E7XXX
1574P: Doug Thompson
1575M: dougthompson@xmission.com
1576L: bluesmoke-devel@lists.sourceforge.net
1577W: bluesmoke.sourceforge.net
1578S: Maintained
1579
1580EDAC-I82443BXGX
1581P: Tim Small
1582M: tim@buttersideup.com
1583L: bluesmoke-devel@lists.sourceforge.net
1584W: bluesmoke.sourceforge.net
1585S: Maintained
1586
1587EDAC-I3000
1588P: Jason Uhlenkott
1589M: juhlenko@akamai.com
1590L: bluesmoke-devel@lists.sourceforge.net
1591W: bluesmoke.sourceforge.net
1592S: Maintained
1593
1594EDAC-I5000
1595P: Doug Thompson
1596M: dougthompson@xmission.com
1597L: bluesmoke-devel@lists.sourceforge.net
1598W: bluesmoke.sourceforge.net
1599S: Maintained
1600
1601EDAC-I5400
1602P: Mauro Carvalho Chehab
1603M: mchehab@redhat.com
1604L: bluesmoke-devel@lists.sourceforge.net
1605W: bluesmoke.sourceforge.net
1606S: Maintained
1607
1608EDAC-I82975X
1609P: Ranganathan Desikan
1610P: Arvind R.
1611M: rdesikan@jetzbroadband.com
1612M: arvind@acarlab.com
1613L: bluesmoke-devel@lists.sourceforge.net
1614W: bluesmoke.sourceforge.net
1615S: Maintained
1616
1617EDAC-PASEMI
1618P: Egor Martovetsky
1619M: egor@pasemi.com
1620L: bluesmoke-devel@lists.sourceforge.net
1621W: bluesmoke.sourceforge.net
1622S: Maintained
1623
1624EDAC-R82600
1625P: Tim Small
1626M: tim@buttersideup.com
1627L: bluesmoke-devel@lists.sourceforge.net
1628W: bluesmoke.sourceforge.net
1629S: Maintained
1630
1631EEEPC LAPTOP EXTRAS DRIVER
1632P: Corentin Chary
1633M: corentincj@iksaif.net
1634L: acpi4asus-user@lists.sourceforge.net
1635W: http://sourceforge.net/projects/acpi4asus
1636S: Maintained
1637
1638EFS FILESYSTEM
1639W: http://aeschi.ch.eu.org/efs/
1640S: Orphan
1641
1642EHCA (IBM GX bus InfiniBand adapter) DRIVER
1643P: Hoang-Nam Nguyen
1644M: hnguyen@de.ibm.com
1645P: Christoph Raisch
1646M: raisch@de.ibm.com
1647L: general@lists.openfabrics.org
1648S: Supported
1649
1650EMBEDDED LINUX
1651P: Paul Gortmaker
1652M: paul.gortmaker@windriver.com
1653P: David Woodhouse
1654M: dwmw2@infradead.org
1655L: linux-embedded@vger.kernel.org
1656S: Maintained
1657
1658EMULEX LPFC FC SCSI DRIVER
1659P: James Smart
1660M: james.smart@emulex.com
1661L: linux-scsi@vger.kernel.org
1662W: http://sourceforge.net/projects/lpfcxxxx
1663S: Supported
1664
1665EPSON 1355 FRAMEBUFFER DRIVER
1666P: Christopher Hoover
1667M: ch@murgatroid.com, ch@hpl.hp.com
1668S: Maintained
1669
1670EPSON S1D13XXX FRAMEBUFFER DRIVER
1671P: Kristoffer Ericson
1672M: kristoffer.ericson@gmail.com
1673S: Maintained
1674
1675ETHEREXPRESS-16 NETWORK DRIVER
1676P: Philip Blundell
1677M: philb@gnu.org
1678L: netdev@vger.kernel.org
1679S: Maintained
1680
1681ETHERNET BRIDGE
1682P: Stephen Hemminger
1683M: shemminger@linux-foundation.org
1684L: bridge@lists.linux-foundation.org
1685W: http://www.linux-foundation.org/en/Net:Bridge
1686S: Maintained
1687
1688ETHERTEAM 16I DRIVER
1689P: Mika Kuoppala
1690M: miku@iki.fi
1691S: Maintained
1692
1693EXT2 FILE SYSTEM
1694L: linux-ext4@vger.kernel.org
1695S: Maintained
1696
1697EXT3 FILE SYSTEM
1698P: Stephen Tweedie, Andrew Morton
1699M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
1700L: linux-ext4@vger.kernel.org
1701S: Maintained
1702
1703EXT4 FILE SYSTEM
1704P: Theodore Ts'o
1705M: tytso@mit.edu, adilger@sun.com
1706L: linux-ext4@vger.kernel.org
1707W: http://ext4.wiki.kernel.org
1708S: Maintained
1709
1710F71805F HARDWARE MONITORING DRIVER
1711P: Jean Delvare
1712M: khali@linux-fr.org
1713L: lm-sensors@lm-sensors.org
1714S: Maintained
1715
1716FARSYNC SYNCHRONOUS DRIVER
1717P: Kevin Curtis
1718M: kevin.curtis@farsite.co.uk
1719W: http://www.farsite.co.uk/
1720S: Supported
1721
1722FAULT INJECTION SUPPORT
1723P: Akinobu Mita
1724M: akinobu.mita@gmail.com
1725S: Supported
1726
1727FILE LOCKING (flock() and fcntl()/lockf())
1728P: Matthew Wilcox
1729M: matthew@wil.cx
1730L: linux-fsdevel@vger.kernel.org
1731S: Maintained
1732
1733FILESYSTEMS (VFS and infrastructure)
1734P: Alexander Viro
1735M: viro@zeniv.linux.org.uk
1736L: linux-fsdevel@vger.kernel.org
1737S: Maintained
1738
1739FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1740P: Kristian Hoegsberg, Stefan Richter
1741M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1742L: linux1394-devel@lists.sourceforge.net
1743W: http://www.linux1394.org/
1744T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1745S: Maintained
1746
1747FIRMWARE LOADER (request_firmware)
1748L: linux-kernel@vger.kernel.org
1749S: Orphan
1750
1751FPU EMULATOR
1752P: Bill Metzenthen
1753M: billm@suburbia.net
1754W: http://suburbia.net/~billm/floating-point/emulator/
1755S: Maintained
1756
1757FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1758P: Mike McLagan
1759M: mike.mclagan@linux.org
1760L: netdev@vger.kernel.org
1761S: Maintained
1762
1763FRAMEBUFFER LAYER
1764P: Antonino Daplas
1765M: adaplas@gmail.com
1766L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1767W: http://linux-fbdev.sourceforge.net/
1768S: Maintained
1769
1770FREESCALE DMA DRIVER
1771P: Li Yang
1772M: leoli@freescale.com
1773P: Zhang Wei
1774M: zw@zh-kernel.org
1775L: linuxppc-embedded@ozlabs.org
1776L: linux-kernel@vger.kernel.org
1777S: Maintained
1778
1779FREESCALE I2C CPM DRIVER
1780P: Jochen Friedrich
1781M: jochen@scram.de
1782L: linuxppc-dev@ozlabs.org
1783L: linux-i2c@vger.kernel.org
1784S: Maintained
1785
1786FREESCALE IMX / MXC FRAMEBUFFER DRIVER
1787P: Sascha Hauer
1788M: kernel@pengutronix.de
1789L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1790L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1791S: Maintained
1792
1793FREESCALE SOC FS_ENET DRIVER
1794P: Pantelis Antoniou
1795M: pantelis.antoniou@gmail.com
1796P: Vitaly Bordug
1797M: vbordug@ru.mvista.com
1798L: linuxppc-dev@ozlabs.org
1799L: netdev@vger.kernel.org
1800S: Maintained
1801
1802FREESCALE QUICC ENGINE LIBRARY
1803P: Timur Tabi
1804M: timur@freescale.com
1805L: linuxppc-dev@ozlabs.org
1806S: Supported
1807
1808FREESCALE HIGHSPEED USB DEVICE DRIVER
1809P: Li Yang
1810M: leoli@freescale.com
1811L: linux-usb@vger.kernel.org
1812L: linuxppc-dev@ozlabs.org
1813S: Maintained
1814
1815FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1816P: Li Yang
1817M: leoli@freescale.com
1818L: netdev@vger.kernel.org
1819L: linuxppc-dev@ozlabs.org
1820S: Maintained
1821
1822FREESCALE QUICC ENGINE UCC UART DRIVER
1823P: Timur Tabi
1824M: timur@freescale.com
1825L: linuxppc-dev@ozlabs.org
1826S: Supported
1827
1828FREESCALE SOC SOUND DRIVERS
1829P: Timur Tabi
1830M: timur@freescale.com
1831L: alsa-devel@alsa-project.org
1832L: linuxppc-dev@ozlabs.org
1833S: Supported
1834
1835FREEVXFS FILESYSTEM
1836P: Christoph Hellwig
1837M: hch@infradead.org
1838W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1839S: Maintained
1840
1841FREEZER
1842P: Pavel Machek
1843M: pavel@suse.cz
1844P: Rafael J. Wysocki
1845M: rjw@sisk.pl
1846L: linux-pm@lists.linux-foundation.org
1847S: Supported
1848
1849FTRACE
1850P: Steven Rostedt
1851M: rostedt@goodmis.org
1852S: Maintained
1853
1854FUJITSU FR-V (FRV) PORT
1855P: David Howells
1856M: dhowells@redhat.com
1857S: Maintained
1858
1859FUJITSU LAPTOP EXTRAS
1860P: Jonathan Woithe
1861M: jwoithe@physics.adelaide.edu.au
1862L: linux-acpi@vger.kernel.org
1863S: Maintained
1864
1865FUSE: FILESYSTEM IN USERSPACE
1866P: Miklos Szeredi
1867M: miklos@szeredi.hu
1868L: fuse-devel@lists.sourceforge.net
1869W: http://fuse.sourceforge.net/
1870S: Maintained
1871
1872FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1873P: Rik Faith
1874M: faith@cs.unc.edu
1875L: linux-scsi@vger.kernel.org
1876S: Odd Fixes (e.g., new signatures)
1877
1878GDT SCSI DISK ARRAY CONTROLLER DRIVER
1879P: Achim Leubner
1880M: achim_leubner@adaptec.com
1881L: linux-scsi@vger.kernel.org
1882W: http://www.icp-vortex.com/
1883S: Supported
1884
1885GENERIC GPIO I2C DRIVER
1886P: Haavard Skinnemoen
1887M: hskinnemoen@atmel.com
1888S: Supported
1889
1890GENERIC HDLC (WAN) DRIVERS
1891P: Krzysztof Halasa
1892M: khc@pm.waw.pl
1893W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1894S: Maintained
1895
1896GFS2 FILE SYSTEM
1897P: Steven Whitehouse
1898M: swhiteho@redhat.com
1899L: cluster-devel@redhat.com
1900W: http://sources.redhat.com/cluster/
1901T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1902T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1903S: Supported
1904
1905GIGASET ISDN DRIVERS
1906P: Hansjoerg Lipp
1907M: hjlipp@web.de
1908P: Tilman Schmidt
1909M: tilman@imap.cc
1910L: gigaset307x-common@lists.sourceforge.net
1911W: http://gigaset307x.sourceforge.net/
1912S: Maintained
1913
1914HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1915P: Frank Seidel
1916M: frank@f-seidel.de
1917L: lm-sensors@lm-sensors.org
1918W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
1919S: Maintained
1920
1921GSPCA FINEPIX SUBDRIVER
1922P: Frank Zago
1923M: frank@zago.net
1924L: linux-media@vger.kernel.org
1925T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1926S: Maintained
1927
1928GSPCA M5602 SUBDRIVER
1929P: Erik Andren
1930M: erik.andren@gmail.com
1931L: linux-media@vger.kernel.org
1932T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1933S: Maintained
1934
1935GSPCA PAC207 SONIXB SUBDRIVER
1936P: Hans de Goede
1937M: hdegoede@redhat.com
1938L: linux-media@vger.kernel.org
1939T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1940S: Maintained
1941
1942GSPCA T613 SUBDRIVER
1943P: Leandro Costantino
1944M: lcostantino@gmail.com
1945L: linux-media@vger.kernel.org
1946T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1947S: Maintained
1948
1949GSPCA USB WEBCAM DRIVER
1950P: Jean-Francois Moine
1951M: moinejf@free.fr
1952W: http://moinejf.free.fr
1953L: linux-media@vger.kernel.org
1954T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1955S: Maintained
1956
1957HARDWARE MONITORING
1958L: lm-sensors@lm-sensors.org
1959W: http://www.lm-sensors.org/
1960S: Orphan
1961
1962HARDWARE RANDOM NUMBER GENERATOR CORE
1963S: Orphan
1964
1965HARMONY SOUND DRIVER
1966P: Kyle McMartin
1967M: kyle@mcmartin.ca
1968L: linux-parisc@vger.kernel.org
1969S: Maintained
1970
1971HAYES ESP SERIAL DRIVER
1972P: Andrew J. Robinson
1973M: arobinso@nyx.net
1974L: linux-kernel@vger.kernel.org
1975W: http://www.nyx.net/~arobinso
1976S: Maintained
1977
1978HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1979P: Chirag Kantharia
1980M: chirag.kantharia@hp.com
1981L: iss_storagedev@hp.com
1982S: Maintained
1983
1984HEWLETT-PACKARD SMART2 RAID DRIVER
1985P: Chirag Kantharia
1986M: chirag.kantharia@hp.com
1987L: iss_storagedev@hp.com
1988S: Maintained
1989
1990HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1991P: Mike Miller
1992M: mike.miller@hp.com
1993L: iss_storagedev@hp.com
1994S: Supported
1995
1996HFS FILESYSTEM
1997P: Roman Zippel
1998M: zippel@linux-m68k.org
1999L: linux-kernel@vger.kernel.org
2000S: Maintained
2001
2002HGA FRAMEBUFFER DRIVER
2003P: Ferenc Bakonyi
2004M: fero@drama.obuda.kando.hu
2005L: linux-nvidia@lists.surfsouth.com
2006W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2007S: Maintained
2008
2009HIBERNATION (aka Software Suspend, aka swsusp)
2010P: Pavel Machek
2011M: pavel@ucw.cz
2012P: Rafael J. Wysocki
2013M: rjw@sisk.pl
2014L: linux-pm@lists.linux-foundation.org
2015S: Supported
2016
2017HID CORE LAYER
2018P: Jiri Kosina
2019M: jkosina@suse.cz
2020L: linux-input@vger.kernel.org
2021T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
2022S: Maintained
2023
2024HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2025P: Thomas Gleixner
2026M: tglx@linutronix.de
2027L: linux-kernel@vger.kernel.org
2028S: Maintained
2029
2030HIGH-SPEED SCC DRIVER FOR AX.25
2031P: Klaus Kudielka
2032M: klaus.kudielka@ieee.org
2033L: linux-hams@vger.kernel.org
2034W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2035S: Maintained
2036
2037HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2038P: HighPoint Linux Team
2039M: linux@highpoint-tech.com
2040W: http://www.highpoint-tech.com
2041S: Supported
2042
2043HIPPI
2044P: Jes Sorensen
2045M: jes@trained-monkey.org
2046L: linux-hippi@sunsite.dk
2047S: Maintained
2048
2049HOST AP DRIVER
2050P: Jouni Malinen
2051M: j@w1.fi
2052L: hostap@shmoo.com (subscribers-only)
2053L: linux-wireless@vger.kernel.org
2054W: http://hostap.epitest.fi/
2055S: Maintained
2056
2057HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2058P: Carlos Corbacho
2059M: carlos@strangeworlds.co.uk
2060S: Odd Fixes
2061
2062HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2063P: Jaroslav Kysela
2064M: perex@perex.cz
2065S: Maintained
2066
2067HPET: High Precision Event Timers driver (drivers/char/hpet.c)
2068P: Clemens Ladisch
2069M: clemens@ladisch.de
2070S: Maintained
2071
2072HPET: i386
2073P: Venkatesh Pallipadi (Venki)
2074M: venkatesh.pallipadi@intel.com
2075S: Maintained
2076
2077HPET: x86_64
2078P: Vojtech Pavlik
2079M: vojtech@suse.cz
2080S: Maintained
2081
2082HPET: ACPI hpet.c
2083P: Bob Picco
2084M: bob.picco@hp.com
2085S: Maintained
2086
2087HPFS FILESYSTEM
2088P: Mikulas Patocka
2089M: mikulas@artax.karlin.mff.cuni.cz
2090W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2091S: Maintained
2092
2093HSO 3G Modem Driver (hso.c)
2094P: Denis Joseph Barrow
2095M: d.barow@option.com
2096W: http://www.pharscape.org
2097S: Maintained
2098
2099HTCPEN TOUCHSCREEN DRIVER
2100P: Pau Oliva Fora
2101M: pof@eslack.org
2102L: linux-input@vger.kernel.org
2103S: Maintained
2104
2105HUGETLB FILESYSTEM
2106P: William Irwin
2107M: wli@holomorphy.com
2108S: Maintained
2109
2110I2C/SMBUS STUB DRIVER
2111P: Mark M. Hoffman
2112M: mhoffman@lightlink.com
2113L: linux-i2c@vger.kernel.org
2114S: Maintained
2115
2116I2C SUBSYSTEM
2117P: Jean Delvare (PC drivers, core)
2118M: khali@linux-fr.org
2119P: Ben Dooks (embedded platforms)
2120M: ben-linux@fluff.org
2121L: linux-i2c@vger.kernel.org
2122W: http://i2c.wiki.kernel.org/
2123T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2124S: Maintained
2125
2126I2C-TINY-USB DRIVER
2127P: Till Harbaum
2128M: till@harbaum.org
2129L: linux-i2c@vger.kernel.org
2130T: http://www.harbaum.org/till/i2c_tiny_usb
2131S: Maintained
2132
2133i386 BOOT CODE
2134P: H. Peter Anvin
2135M: hpa@zytor.com
2136L: Linux-Kernel@vger.kernel.org
2137S: Maintained
2138
2139i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2140P: H. Peter Anvin
2141M: hpa@zytor.com
2142T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2143S: Maintained
2144
2145IA64 (Itanium) PLATFORM
2146P: Tony Luck
2147M: tony.luck@intel.com
2148L: linux-ia64@vger.kernel.org
2149W: http://www.ia64-linux.org/
2150T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2151S: Maintained
2152
2153IBM MCA SCSI SUBSYSTEM DRIVER
2154P: Michael Lang
2155M: langa2@kph.uni-mainz.de
2156W: http://www.uni-mainz.de/~langm000/linux.html
2157S: Maintained
2158
2159IBM Power Linux RAID adapter
2160P: Brian King
2161M: brking@us.ibm.com
2162S: Supported
2163
2164IBM ServeRAID RAID DRIVER
2165P: Jack Hammer
2166P: Dave Jeffery
2167M: ipslinux@adaptec.com
2168W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2169S: Supported
2170
2171IDE SUBSYSTEM
2172P: Bartlomiej Zolnierkiewicz
2173M: bzolnier@gmail.com
2174L: linux-ide@vger.kernel.org
2175T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
2176S: Maintained
2177
2178IDE/ATAPI CDROM DRIVER
2179P: Borislav Petkov
2180M: petkovbb@gmail.com
2181L: linux-ide@vger.kernel.org
2182S: Maintained
2183
2184IDE/ATAPI FLOPPY DRIVERS
2185P: Paul Bristow
2186M: Paul Bristow <paul@paulbristow.net>
2187W: http://paulbristow.net/linux/idefloppy.html
2188L: linux-kernel@vger.kernel.org
2189S: Maintained
2190
2191IDE/ATAPI TAPE DRIVERS
2192P: Gadi Oxman
2193M: Gadi Oxman <gadio@netvision.net.il>
2194L: linux-kernel@vger.kernel.org
2195S: Maintained
2196
2197IDLE-I7300
2198P: Andy Henroid
2199M: andrew.d.henroid@intel.com
2200L: linux-pm@lists.linux-foundation.org
2201S: Supported
2202
2203IEEE 1394 SUBSYSTEM (drivers/ieee1394)
2204P: Ben Collins
2205M: ben.collins@ubuntu.com
2206P: Stefan Richter
2207M: stefanr@s5r6.in-berlin.de
2208L: linux1394-devel@lists.sourceforge.net
2209W: http://www.linux1394.org/
2210T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2211S: Maintained
2212
2213IEEE 1394 RAW I/O DRIVER (raw1394)
2214P: Dan Dennedy
2215M: dan@dennedy.org
2216P: Stefan Richter
2217M: stefanr@s5r6.in-berlin.de
2218L: linux1394-devel@lists.sourceforge.net
2219S: Maintained
2220
2221IMS TWINTURBO FRAMEBUFFER DRIVER
2222L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2223S: Orphan
2224
2225INFINIBAND SUBSYSTEM
2226P: Roland Dreier
2227M: rolandd@cisco.com
2228P: Sean Hefty
2229M: sean.hefty@intel.com
2230P: Hal Rosenstock
2231M: hal.rosenstock@gmail.com
2232L: general@lists.openfabrics.org (moderated for non-subscribers)
2233W: http://www.openib.org/
2234T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
2235S: Supported
2236
2237INOTIFY
2238P: John McCutchan
2239M: john@johnmccutchan.com
2240P: Robert Love
2241M: rlove@rlove.org
2242L: linux-kernel@vger.kernel.org
2243S: Maintained
2244
2245INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2246P: Dmitry Torokhov
2247M: dmitry.torokhov@gmail.com
2248M: dtor@mail.ru
2249L: linux-input@vger.kernel.org
2250T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2251S: Maintained
2252
2253INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2254P: Sylvain Meyer
2255M: sylvain.meyer@worldonline.fr
2256L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2257S: Maintained
2258
2259INTEL 810/815 FRAMEBUFFER DRIVER
2260P: Antonino Daplas
2261M: adaplas@gmail.com
2262L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2263S: Maintained
2264
2265INTEL MENLOW THERMAL DRIVER
2266P: Sujith Thomas
2267M: sujith.thomas@intel.com
2268L: linux-acpi@vger.kernel.org
2269W: http://www.lesswatts.org/projects/acpi/
2270S: Supported
2271
2272INTEL IA32 MICROCODE UPDATE SUPPORT
2273P: Tigran Aivazian
2274M: tigran@aivazian.fsnet.co.uk
2275S: Maintained
2276
2277INTEL I/OAT DMA DRIVER
2278P: Maciej Sosnowski
2279M: maciej.sosnowski@intel.com
2280L: linux-kernel@vger.kernel.org
2281S: Supported
2282
2283INTEL IOMMU (VT-d)
2284P: David Woodhouse
2285M: dwmw2@infradead.org
2286L: iommu@lists.linux-foundation.org
2287T: git://git.infradead.org/iommu-2.6.git
2288S: Supported
2289
2290INTEL IOP-ADMA DMA DRIVER
2291P: Dan Williams
2292M: dan.j.williams@intel.com
2293L: linux-kernel@vger.kernel.org
2294S: Supported
2295
2296INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2297P: Krzysztof Halasa
2298M: khc@pm.waw.pl
2299S: Maintained
2300
2301INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2302P: Deepak Saxena
2303M: dsaxena@plexity.net
2304S: Maintained
2305
2306INTEL IXP2000 ETHERNET DRIVER
2307P: Lennert Buytenhek
2308M: kernel@wantstofly.org
2309L: netdev@vger.kernel.org
2310S: Maintained
2311
2312INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2313P: Jeff Kirsher
2314M: jeffrey.t.kirsher@intel.com
2315P: Jesse Brandeburg
2316M: jesse.brandeburg@intel.com
2317P: Bruce Allan
2318M: bruce.w.allan@intel.com
2319P: PJ Waskiewicz
2320M: peter.p.waskiewicz.jr@intel.com
2321P: John Ronciak
2322M: john.ronciak@intel.com
2323L: e1000-devel@lists.sourceforge.net
2324W: http://e1000.sourceforge.net/
2325S: Supported
2326
2327INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2328P: Zhu Yi
2329M: yi.zhu@intel.com
2330P: James Ketrenos
2331M: jketreno@linux.intel.com
2332P: Reinette Chatre
2333M: reinette.chatre@intel.com
2334L: linux-wireless@vger.kernel.org
2335L: ipw2100-devel@lists.sourceforge.net
2336W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2337W: http://ipw2100.sourceforge.net
2338S: Supported
2339
2340INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2341P: Zhu Yi
2342M: yi.zhu@intel.com
2343P: James Ketrenos
2344M: jketreno@linux.intel.com
2345P: Reinette Chatre
2346M: reinette.chatre@intel.com
2347L: linux-wireless@vger.kernel.org
2348L: ipw2100-devel@lists.sourceforge.net
2349W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2350W: http://ipw2200.sourceforge.net
2351S: Supported
2352
2353INTEL WIRELESS WIMAX CONNECTION 2400
2354P: Inaky Perez-Gonzalez
2355M: inaky.perez-gonzalez@intel.com
2356M: linux-wimax@intel.com
2357L: wimax@linuxwimax.org
2358S: Supported
2359W: http://linuxwimax.org
2360
2361INTEL WIRELESS WIFI LINK (iwlwifi)
2362P: Zhu Yi
2363M: yi.zhu@intel.com
2364P: Reinette Chatre
2365M: reinette.chatre@intel.com
2366L: linux-wireless@vger.kernel.org
2367L: ipw3945-devel@lists.sourceforge.net
2368W: http://intellinuxwireless.org
2369T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2370S: Supported
2371
2372IOC3 ETHERNET DRIVER
2373P: Ralf Baechle
2374M: ralf@linux-mips.org
2375L: linux-mips@linux-mips.org
2376S: Maintained
2377
2378IOC3 SERIAL DRIVER
2379P: Pat Gefre
2380M: pfg@sgi.com
2381L: linux-mips@linux-mips.org
2382S: Maintained
2383
2384IP MASQUERADING
2385P: Juanjo Ciarlante
2386M: jjciarla@raiz.uncu.edu.ar
2387S: Maintained
2388
2389IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2390P: Francois Romieu
2391M: romieu@fr.zoreil.com
2392P: Sorbica Shieh
2393M: sorbica@icplus.com.tw
2394P: Jesse Huang
2395M: jesse@icplus.com.tw
2396L: netdev@vger.kernel.org
2397S: Maintained
2398
2399IPATH DRIVER
2400P: Ralph Campbell
2401M: infinipath@qlogic.com
2402L: general@lists.openfabrics.org
2403T: git git://git.qlogic.com/ipath-linux-2.6
2404S: Supported
2405
2406IPMI SUBSYSTEM
2407P: Corey Minyard
2408M: minyard@acm.org
2409L: openipmi-developer@lists.sourceforge.net
2410W: http://openipmi.sourceforge.net/
2411S: Supported
2412
2413IPS SCSI RAID DRIVER
2414P: Adaptec OEM Raid Solutions
2415M: aacraid@adaptec.com
2416L: linux-scsi@vger.kernel.org
2417W: http://www.adaptec.com/
2418S: Maintained
2419
2420IPVS
2421P: Wensong Zhang
2422M: wensong@linux-vs.org
2423P: Simon Horman
2424M: horms@verge.net.au
2425P: Julian Anastasov
2426M: ja@ssi.bg
2427L: netdev@vger.kernel.org
2428L: lvs-devel@vger.kernel.org
2429S: Maintained
2430
2431IPWIRELESS DRIVER
2432P: Jiri Kosina
2433M: jkosina@suse.cz
2434P: David Sterba
2435M: dsterba@suse.cz
2436S: Maintained
2437T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2438
2439IPX NETWORK LAYER
2440P: Arnaldo Carvalho de Melo
2441M: acme@ghostprotocols.net
2442L: netdev@vger.kernel.org
2443S: Maintained
2444
2445IRDA SUBSYSTEM
2446P: Samuel Ortiz
2447M: samuel@sortiz.org
2448L: irda-users@lists.sourceforge.net (subscribers-only)
2449W: http://irda.sourceforge.net/
2450S: Maintained
2451
2452ISAPNP
2453P: Jaroslav Kysela
2454M: perex@perex.cz
2455S: Maintained
2456
2457ISCSI
2458P: Mike Christie
2459M: michaelc@cs.wisc.edu
2460L: open-iscsi@googlegroups.com
2461W: www.open-iscsi.org
2462T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2463S: Maintained
2464
2465ISDN SUBSYSTEM
2466P: Karsten Keil
2467M: kkeil@suse.de
2468L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
2469W: http://www.isdn4linux.de
2470T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
2471S: Maintained
2472
2473ISDN SUBSYSTEM (Eicon active card driver)
2474P: Armin Schindler
2475M: mac@melware.de
2476L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
2477W: http://www.melware.de
2478S: Maintained
2479
2480IVTV VIDEO4LINUX DRIVER
2481P: Hans Verkuil
2482M: hverkuil@xs4all.nl
2483L: ivtv-devel@ivtvdriver.org
2484L: ivtv-users@ivtvdriver.org
2485L: linux-media@vger.kernel.org
2486T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2487W: http://www.ivtvdriver.org
2488S: Maintained
2489
2490JFS FILESYSTEM
2491P: Dave Kleikamp
2492M: shaggy@austin.ibm.com
2493L: jfs-discussion@lists.sourceforge.net
2494W: http://jfs.sourceforge.net/
2495T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2496S: Supported
2497
2498JME NETWORK DRIVER
2499P: Guo-Fu Tseng
2500M: cooldavid@cooldavid.org
2501L: netdev@vger.kernel.org
2502S: Maintained
2503
2504JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2505P: David Woodhouse
2506M: dwmw2@infradead.org
2507L: linux-mtd@lists.infradead.org
2508W: http://www.linux-mtd.infradead.org/doc/jffs2.html
2509S: Maintained
2510
2511JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2512P: Stephen Tweedie, Andrew Morton
2513M: sct@redhat.com, akpm@linux-foundation.org
2514L: linux-ext4@vger.kernel.org
2515S: Maintained
2516
2517K8TEMP HARDWARE MONITORING DRIVER
2518P: Rudolf Marek
2519M: r.marek@assembler.cz
2520L: lm-sensors@lm-sensors.org
2521S: Maintained
2522
2523KCONFIG
2524P: Roman Zippel
2525M: zippel@linux-m68k.org
2526L: linux-kbuild@vger.kernel.org
2527S: Maintained
2528
2529KDUMP
2530P: Vivek Goyal
2531M: vgoyal@redhat.com
2532P: Haren Myneni
2533M: hbabu@us.ibm.com
2534L: kexec@lists.infradead.org
2535L: linux-kernel@vger.kernel.org
2536W: http://lse.sourceforge.net/kdump/
2537S: Maintained
2538
2539KERNEL AUTOMOUNTER (AUTOFS)
2540P: H. Peter Anvin
2541M: hpa@zytor.com
2542L: autofs@linux.kernel.org
2543S: Odd Fixes
2544
2545KERNEL AUTOMOUNTER v4 (AUTOFS4)
2546P: Ian Kent
2547M: raven@themaw.net
2548L: autofs@linux.kernel.org
2549S: Maintained
2550
2551KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2552P: Sam Ravnborg
2553M: sam@ravnborg.org
2554T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2555T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
2556L: linux-kbuild@vger.kernel.org
2557S: Maintained
2558
2559KERNEL JANITORS
2560P: Several
2561L: kernel-janitors@vger.kernel.org
2562W: http://www.kerneljanitors.org/
2563S: Maintained
2564
2565KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
2566P: J. Bruce Fields
2567M: bfields@fieldses.org
2568P: Neil Brown
2569M: neilb@suse.de
2570L: linux-nfs@vger.kernel.org
2571W: http://nfs.sourceforge.net/
2572S: Supported
2573
2574KERNEL VIRTUAL MACHINE (KVM)
2575P: Avi Kivity
2576M: avi@redhat.com
2577L: kvm@vger.kernel.org
2578W: http://kvm.qumranet.com
2579S: Supported
2580
2581KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2582P: Joerg Roedel
2583M: joerg.roedel@amd.com
2584L: kvm@vger.kernel.org
2585W: http://kvm.qumranet.com
2586S: Supported
2587
2588KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2589P: Hollis Blanchard
2590M: hollisb@us.ibm.com
2591L: kvm-ppc@vger.kernel.org
2592W: http://kvm.qumranet.com
2593S: Supported
2594
2595KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
2596P: Xiantao Zhang
2597M: xiantao.zhang@intel.com
2598L: kvm-ia64@vger.kernel.org
2599W: http://kvm.qumranet.com
2600S: Supported
2601
2602KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2603P: Carsten Otte
2604M: cotte@de.ibm.com
2605P: Christian Borntraeger
2606M: borntraeger@de.ibm.com
2607M: linux390@de.ibm.com
2608L: linux-s390@vger.kernel.org
2609W: http://www.ibm.com/developerworks/linux/linux390/
2610S: Supported
2611
2612KEXEC
2613P: Eric Biederman
2614M: ebiederm@xmission.com
2615W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
2616L: linux-kernel@vger.kernel.org
2617L: kexec@lists.infradead.org
2618S: Maintained
2619
2620KGDB
2621P: Jason Wessel
2622M: jason.wessel@windriver.com
2623L: kgdb-bugreport@lists.sourceforge.net
2624S: Maintained
2625
2626KMEMTRACE
2627P: Eduard - Gabriel Munteanu
2628M: eduard.munteanu@linux360.ro
2629L: linux-kernel@vger.kernel.org
2630S: Maintained
2631
2632KPROBES
2633P: Ananth N Mavinakayanahalli
2634M: ananth@in.ibm.com
2635P: Anil S Keshavamurthy
2636M: anil.s.keshavamurthy@intel.com
2637P: David S. Miller
2638M: davem@davemloft.net
2639P: Masami Hiramatsu
2640M: mhiramat@redhat.com
2641L: linux-kernel@vger.kernel.org
2642S: Maintained
2643
2644KS0108 LCD CONTROLLER DRIVER
2645P: Miguel Ojeda Sandonis
2646M: miguel.ojeda.sandonis@gmail.com
2647L: linux-kernel@vger.kernel.org
2648W: http://miguelojeda.es/auxdisplay.htm
2649W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2650S: Maintained
2651
2652LAPB module
2653L: linux-x25@vger.kernel.org
2654S: Orphan
2655
2656LASI 53c700 driver for PARISC
2657P: James E.J. Bottomley
2658M: James.Bottomley@HansenPartnership.com
2659L: linux-scsi@vger.kernel.org
2660S: Maintained
2661
2662LED SUBSYSTEM
2663P: Richard Purdie
2664M: rpurdie@rpsys.net
2665S: Maintained
2666
2667LEGO USB Tower driver
2668P: Juergen Stuber
2669M: starblue@users.sourceforge.net
2670L: legousb-devel@lists.sourceforge.net
2671W: http://legousb.sourceforge.net/
2672S: Maintained
2673
2674LGUEST
2675P: Rusty Russell
2676M: rusty@rustcorp.com.au
2677L: lguest@ozlabs.org
2678W: http://lguest.ozlabs.org/
2679S: Maintained
2680
2681LINUX FOR IBM pSERIES (RS/6000)
2682P: Paul Mackerras
2683M: paulus@au.ibm.com
2684W: http://www.ibm.com/linux/ltc/projects/ppc
2685S: Supported
2686
2687LINUX FOR NCR VOYAGER
2688P: James Bottomley
2689M: James.Bottomley@HansenPartnership.com
2690W: http://www.hansenpartnership.com/voyager
2691S: Maintained
2692
2693LINUX FOR POWERPC (32-BIT AND 64-BIT)
2694P: Benjamin Herrenschmidt
2695M: benh@kernel.crashing.org
2696P: Paul Mackerras
2697M: paulus@samba.org
2698W: http://www.penguinppc.org/
2699L: linuxppc-dev@ozlabs.org
2700T: git kernel.org:/pub/scm/linux/kernel/git/benh/powerpc.git
2701S: Supported
2702
2703LINUX FOR POWER MACINTOSH
2704P: Benjamin Herrenschmidt
2705M: benh@kernel.crashing.org
2706W: http://www.penguinppc.org/
2707L: linuxppc-dev@ozlabs.org
2708S: Maintained
2709
2710LINUX FOR POWERPC EMBEDDED MPC5XXX
2711P: Sylvain Munaut
2712M: tnt@246tNt.com
2713P: Grant Likely
2714M: grant.likely@secretlab.ca
2715L: linuxppc-dev@ozlabs.org
2716S: Maintained
2717
2718LINUX FOR POWERPC EMBEDDED PPC4XX
2719P: Josh Boyer
2720M: jwboyer@linux.vnet.ibm.com
2721P: Matt Porter
2722M: mporter@kernel.crashing.org
2723W: http://www.penguinppc.org/
2724L: linuxppc-dev@ozlabs.org
2725T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
2726S: Maintained
2727
2728LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2729P: Grant Likely
2730M: grant.likely@secretlab.ca
2731W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
2732L: linuxppc-dev@ozlabs.org
2733S: Maintained
2734
2735LINUX FOR POWERPC EMBEDDED PPC8XX
2736P: Vitaly Bordug
2737M: vitb@kernel.crashing.org
2738P: Marcelo Tosatti
2739M: marcelo@kvack.org
2740W: http://www.penguinppc.org/
2741L: linuxppc-dev@ozlabs.org
2742S: Maintained
2743
2744LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
2745P: Kumar Gala
2746M: galak@kernel.crashing.org
2747W: http://www.penguinppc.org/
2748L: linuxppc-dev@ozlabs.org
2749S: Maintained
2750
2751LINUX FOR POWERPC PA SEMI PWRFICIENT
2752P: Olof Johansson
2753M: olof@lixom.net
2754W: http://www.pasemi.com/
2755L: linuxppc-dev@ozlabs.org
2756S: Supported
2757
2758LINUX SECURITY MODULE (LSM) FRAMEWORK
2759P: Chris Wright
2760M: chrisw@sous-sol.org
2761L: linux-security-module@vger.kernel.org
2762T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
2763S: Supported
2764
2765LLC (802.2)
2766P: Arnaldo Carvalho de Melo
2767M: acme@ghostprotocols.net
2768S: Maintained
2769
2770LIS3LV02D ACCELEROMETER DRIVER
2771P: Eric Piel
2772M: eric.piel@tremplin-utc.net
2773S: Maintained
2774
2775LM83 HARDWARE MONITOR DRIVER
2776P: Jean Delvare
2777M: khali@linux-fr.org
2778L: lm-sensors@lm-sensors.org
2779S: Maintained
2780
2781LM90 HARDWARE MONITOR DRIVER
2782P: Jean Delvare
2783M: khali@linux-fr.org
2784L: lm-sensors@lm-sensors.org
2785S: Maintained
2786
2787LOCKDEP AND LOCKSTAT
2788P: Peter Zijlstra
2789M: peterz@infradead.org
2790P: Ingo Molnar
2791M: mingo@redhat.com
2792L: linux-kernel@vger.kernel.org
2793T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2794S: Maintained
2795
2796LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
2797P: Richard Russon (FlatCap)
2798M: ldm@flatcap.org
2799L: linux-ntfs-dev@lists.sourceforge.net
2800W: http://www.linux-ntfs.org/content/view/19/37/
2801S: Maintained
2802
2803LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2804P: Eric Moore
2805M: Eric.Moore@lsi.com
2806M: support@lsi.com
2807L: DL-MPTFusionLinux@lsi.com
2808L: linux-scsi@vger.kernel.org
2809W: http://www.lsilogic.com/support
2810S: Supported
2811
2812LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2813P: Matthew Wilcox
2814M: matthew@wil.cx
2815L: linux-scsi@vger.kernel.org
2816S: Maintained
2817
2818LTP (Linux Test Project)
2819P: Subrata Modak
2820M: subrata@linux.vnet.ibm.com
2821P: Mike Frysinger
2822M: vapier@gentoo.org
2823L: ltp-list@lists.sourceforge.net (subscribers-only)
2824W: http://ltp.sourceforge.net/
2825T: git kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
2826S: Maintained
2827
2828M32R ARCHITECTURE
2829P: Hirokazu Takata
2830M: takata@linux-m32r.org
2831L: linux-m32r@ml.linux-m32r.org
2832L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2833W: http://www.linux-m32r.org/
2834S: Maintained
2835
2836M68K ARCHITECTURE
2837P: Geert Uytterhoeven
2838M: geert@linux-m68k.org
2839P: Roman Zippel
2840M: zippel@linux-m68k.org
2841L: linux-m68k@lists.linux-m68k.org
2842W: http://www.linux-m68k.org/
2843W: http://linux-m68k-cvs.ubb.ca/
2844S: Maintained
2845
2846M68K ON APPLE MACINTOSH
2847P: Joshua Thompson
2848M: funaho@jurai.org
2849W: http://www.mac.linux-m68k.org/
2850L: linux-m68k@lists.linux-m68k.org
2851S: Maintained
2852
2853M68K ON HP9000/300
2854P: Philip Blundell
2855M: philb@gnu.org
2856W: http://www.tazenda.demon.co.uk/phil/linux-hp
2857S: Maintained
2858
2859MAC80211
2860P: Johannes Berg
2861M: johannes@sipsolutions.net
2862L: linux-wireless@vger.kernel.org
2863W: http://linuxwireless.org/
2864T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2865S: Maintained
2866
2867MAC80211 PID RATE CONTROL
2868P: Stefano Brivio
2869M: stefano.brivio@polimi.it
2870P: Mattias Nissler
2871M: mattias.nissler@gmx.de
2872L: linux-wireless@vger.kernel.org
2873W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2874T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2875S: Maintained
2876
2877MACVLAN DRIVER
2878P: Patrick McHardy
2879M: kaber@trash.net
2880L: netdev@vger.kernel.org
2881S: Maintained
2882
2883MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2884P: Michael Kerrisk
2885M: mtk.manpages@gmail.com
2886W: http://www.kernel.org/doc/man-pages
2887L: linux-man@vger.kernel.org
2888S: Supported
2889
2890MARVELL LIBERTAS WIRELESS DRIVER
2891P: Dan Williams
2892M: dcbw@redhat.com
2893L: libertas-dev@lists.infradead.org
2894S: Maintained
2895
2896MARVELL MV643XX ETHERNET DRIVER
2897P: Lennert Buytenhek
2898M: buytenh@marvell.com
2899L: netdev@vger.kernel.org
2900S: Supported
2901
2902MARVELL YUKON / SYSKONNECT DRIVER
2903P: Mirko Lindner
2904M: mlindner@syskonnect.de
2905P: Ralph Roesler
2906M: rroesler@syskonnect.de
2907W: http://www.syskonnect.com
2908S: Supported
2909
2910MATROX FRAMEBUFFER DRIVER
2911P: Petr Vandrovec
2912M: vandrove@vc.cvut.cz
2913L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2914S: Maintained
2915
2916MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2917P: Hans J. Koch
2918M: hjk@linutronix.de
2919L: lm-sensors@lm-sensors.org
2920S: Maintained
2921
2922MEGARAID SCSI DRIVERS
2923P: Neela Syam Kolli
2924M: megaraidlinux@lsi.com
2925L: linux-scsi@vger.kernel.org
2926W: http://megaraid.lsilogic.com
2927S: Maintained
2928
2929MEMORY MANAGEMENT
2930L: linux-mm@kvack.org
2931L: linux-kernel@vger.kernel.org
2932W: http://www.linux-mm.org
2933S: Maintained
2934
2935MEMORY RESOURCE CONTROLLER
2936P: Balbir Singh
2937M: balbir@linux.vnet.ibm.com
2938P: Pavel Emelyanov
2939M: xemul@openvz.org
2940P: KAMEZAWA Hiroyuki
2941M: kamezawa.hiroyu@jp.fujitsu.com
2942L: linux-mm@kvack.org
2943L: linux-kernel@vger.kernel.org
2944S: Maintained
2945
2946MEMORY TECHNOLOGY DEVICES (MTD)
2947P: David Woodhouse
2948M: dwmw2@infradead.org
2949W: http://www.linux-mtd.infradead.org/
2950L: linux-mtd@lists.infradead.org
2951T: git git://git.infradead.org/mtd-2.6.git
2952S: Maintained
2953
2954MICROTEK X6 SCANNER
2955P: Oliver Neukum
2956M: oliver@neukum.name
2957S: Maintained
2958
2959MIPS
2960P: Ralf Baechle
2961M: ralf@linux-mips.org
2962W: http://www.linux-mips.org/
2963L: linux-mips@linux-mips.org
2964T: git www.linux-mips.org:/pub/scm/linux.git
2965S: Supported
2966
2967MISCELLANEOUS MCA-SUPPORT
2968P: James Bottomley
2969M: James.Bottomley@HansenPartnership.com
2970L: linux-kernel@vger.kernel.org
2971S: Maintained
2972
2973MODULE SUPPORT
2974P: Rusty Russell
2975M: rusty@rustcorp.com.au
2976L: linux-kernel@vger.kernel.org
2977S: Maintained
2978
2979MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2980P: Stelian Pop
2981M: stelian@popies.net
2982W: http://popies.net/meye/
2983S: Maintained
2984
2985MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2986P: Pavel Pisa
2987M: ppisa@pikron.com
2988L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2989S: Maintained
2990
2991MOUSE AND MISC DEVICES [GENERAL]
2992P: Alessandro Rubini
2993M: rubini@ipvvis.unipv.it
2994L: linux-kernel@vger.kernel.org
2995S: Maintained
2996
2997MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
2998P: Jiri Slaby
2999M: jirislaby@gmail.com
3000L: linux-kernel@vger.kernel.org
3001S: Maintained
3002
3003MSI LAPTOP SUPPORT
3004P: Lennart Poettering
3005M: mzxreary@0pointer.de
3006W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3007W: http://0pointer.de/lennart/tchibo.html
3008S: Maintained
3009
3010MULTIFUNCTION DEVICES (MFD)
3011P: Samuel Ortiz
3012M: sameo@openedhand.com
3013L: linux-kernel@vger.kernel.org
3014S: Supported
3015
3016MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3017P: Pierre Ossman
3018M: drzeus-mmc@drzeus.cx
3019L: linux-kernel@vger.kernel.org
3020S: Maintained
3021
3022MULTIMEDIA CARD (MMC) ETC. OVER SPI
3023P: David Brownell
3024M: dbrownell@users.sourceforge.net
3025L: linux-kernel@vger.kernel.org
3026S: Odd Fixes
3027
3028MULTISOUND SOUND DRIVER
3029P: Andrew Veliath
3030M: andrewtv@usa.net
3031S: Maintained
3032
3033MULTITECH MULTIPORT CARD (ISICOM)
3034P: Jiri Slaby
3035M: jirislaby@gmail.com
3036L: linux-kernel@vger.kernel.org
3037S: Maintained
3038
3039MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3040P: Felipe Balbi
3041M: felipe.balbi@nokia.com
3042L: linux-usb@vger.kernel.org
3043T: git gitorious.org:/musb/mainline.git
3044S: Maintained
3045
3046MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3047P: Andrew Gallatin
3048M: gallatin@myri.com
3049P: Brice Goglin
3050M: brice@myri.com
3051L: netdev@vger.kernel.org
3052W: http://www.myri.com/scs/download-Myri10GE.html
3053S: Supported
3054
3055NATSEMI ETHERNET DRIVER (DP8381x)
3056P: Tim Hockin
3057M: thockin@hockin.org
3058S: Maintained
3059
3060NCP FILESYSTEM
3061P: Petr Vandrovec
3062M: vandrove@vc.cvut.cz
3063L: linware@sh.cvut.cz
3064S: Maintained
3065
3066NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3067P: James E.J. Bottomley
3068M: James.Bottomley@HansenPartnership.com
3069L: linux-scsi@vger.kernel.org
3070S: Maintained
3071
3072NETEFFECT IWARP RNIC DRIVER (IW_NES)
3073P: Faisal Latif
3074M: faisal.latif@intel.com
3075P: Chien Tung
3076M: chien.tin.tung@intel.com
3077L: general@lists.openfabrics.org
3078W: http://www.neteffect.com
3079S: Supported
3080F: drivers/infiniband/hw/nes/
3081
3082NETEM NETWORK EMULATOR
3083P: Stephen Hemminger
3084M: shemminger@linux-foundation.org
3085L: netem@lists.linux-foundation.org
3086S: Maintained
3087
3088NETERION (S2IO) Xframe 10GbE DRIVER
3089P: Ramkrishna Vepa
3090M: ram.vepa@neterion.com
3091P: Rastapur Santosh
3092M: santosh.rastapur@neterion.com
3093P: Sivakumar Subramani
3094M: sivakumar.subramani@neterion.com
3095P: Sreenivasa Honnur
3096M: sreenivasa.honnur@neterion.com
3097L: netdev@vger.kernel.org
3098W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
3099S: Supported
3100
3101NETFILTER/IPTABLES/IPCHAINS
3102P: Rusty Russell
3103P: Marc Boucher
3104P: James Morris
3105P: Harald Welte
3106P: Jozsef Kadlecsik
3107P: Patrick McHardy
3108M: kaber@trash.net
3109L: netfilter-devel@vger.kernel.org
3110L: netfilter@vger.kernel.org
3111L: coreteam@netfilter.org
3112W: http://www.netfilter.org/
3113W: http://www.iptables.org/
3114S: Supported
3115
3116NETLABEL
3117P: Paul Moore
3118M: paul.moore@hp.com
3119W: http://netlabel.sf.net
3120L: netdev@vger.kernel.org
3121S: Supported
3122
3123NETROM NETWORK LAYER
3124P: Ralf Baechle
3125M: ralf@linux-mips.org
3126L: linux-hams@vger.kernel.org
3127W: http://www.linux-ax25.org/
3128S: Maintained
3129
3130NETWORK BLOCK DEVICE (NBD)
3131P: Paul Clements
3132M: Paul.Clements@steeleye.com
3133S: Maintained
3134
3135NETWORK DEVICE DRIVERS
3136P: Jeff Garzik
3137M: jgarzik@pobox.com
3138L: netdev@vger.kernel.org
3139T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
3140S: Maintained
3141
3142NETWORKING [GENERAL]
3143P: Networking Team
3144M: netdev@vger.kernel.org
3145L: netdev@vger.kernel.org
3146W: http://linux-net.osdl.org/
3147S: Maintained
3148
3149NETWORKING [IPv4/IPv6]
3150P: David S. Miller
3151M: davem@davemloft.net
3152P: Alexey Kuznetsov
3153M: kuznet@ms2.inr.ac.ru
3154P: Pekka Savola (ipv6)
3155M: pekkas@netcore.fi
3156P: James Morris
3157M: jmorris@namei.org
3158P: Hideaki YOSHIFUJI
3159M: yoshfuji@linux-ipv6.org
3160P: Patrick McHardy
3161M: kaber@trash.net
3162L: netdev@vger.kernel.org
3163T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
3164S: Maintained
3165
3166NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3167P: Paul Moore
3168M: paul.moore@hp.com
3169L: netdev@vger.kernel.org
3170S: Maintained
3171
3172NETWORKING [WIRELESS]
3173P: John W. Linville
3174M: linville@tuxdriver.com
3175L: linux-wireless@vger.kernel.org
3176T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3177S: Maintained
3178
3179NETXEN (1/10) GbE SUPPORT
3180P: Dhananjay Phadke
3181M: dhananjay@netxen.com
3182L: netdev@vger.kernel.org
3183W: http://www.netxen.com
3184S: Supported
3185
3186NFS, SUNRPC, AND LOCKD CLIENTS
3187P: Trond Myklebust
3188M: Trond.Myklebust@netapp.com
3189L: linux-nfs@vger.kernel.org
3190W: http://client.linux-nfs.org
3191T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
3192S: Maintained
3193
3194NI5010 NETWORK DRIVER
3195P: Jan-Pascal van Best
3196M: janpascal@vanbest.org
3197P: Andreas Mohr
3198M: andi@lisas.de
3199L: netdev@vger.kernel.org
3200S: Maintained
3201
3202NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3203P: YOKOTA Hiroshi
3204M: yokota@netlab.is.tsukuba.ac.jp
3205W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3206S: Maintained
3207
3208NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3209P: GOTO Masanori
3210M: gotom@debian.or.jp
3211P: YOKOTA Hiroshi
3212M: yokota@netlab.is.tsukuba.ac.jp
3213W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3214S: Maintained
3215
3216NTFS FILESYSTEM
3217P: Anton Altaparmakov
3218M: aia21@cantab.net
3219L: linux-ntfs-dev@lists.sourceforge.net
3220L: linux-kernel@vger.kernel.org
3221W: http://www.linux-ntfs.org/
3222T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
3223S: Maintained
3224
3225NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
3226P: Antonino Daplas
3227M: adaplas@gmail.com
3228L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3229S: Maintained
3230
3231OMFS FILESYSTEM
3232P: Bob Copeland
3233M: me@bobcopeland.com
3234L: linux-karma-devel@lists.sourceforge.net
3235S: Maintained
3236
3237OMNIKEY CARDMAN 4000 DRIVER
3238P: Harald Welte
3239M: laforge@gnumonks.org
3240S: Maintained
3241
3242OMNIKEY CARDMAN 4040 DRIVER
3243P: Harald Welte
3244M: laforge@gnumonks.org
3245S: Maintained
3246
3247OMNIVISION OV7670 SENSOR DRIVER
3248P: Jonathan Corbet
3249M: corbet@lwn.net
3250L: linux-media@vger.kernel.org
3251T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3252S: Maintained
3253
3254ONENAND FLASH DRIVER
3255P: Kyungmin Park
3256M: kyungmin.park@samsung.com
3257L: linux-mtd@lists.infradead.org
3258S: Maintained
3259
3260ONSTREAM SCSI TAPE DRIVER
3261P: Willem Riede
3262M: osst@riede.org
3263L: osst-users@lists.sourceforge.net
3264L: linux-scsi@vger.kernel.org
3265S: Maintained
3266
3267OPENCORES I2C BUS DRIVER
3268P: Peter Korsgaard
3269M: jacmet@sunsite.dk
3270L: linux-i2c@vger.kernel.org
3271S: Maintained
3272
3273OPROFILE
3274P: Robert Richter
3275M: robert.richter@amd.com
3276L: oprofile-list@lists.sf.net
3277S: Maintained
3278
3279ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3280P: Mark Fasheh
3281M: mfasheh@suse.com
3282P: Joel Becker
3283M: joel.becker@oracle.com
3284L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3285W: http://oss.oracle.com/projects/ocfs2/
3286T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3287S: Supported
3288
3289ORINOCO DRIVER
3290P: Pavel Roskin
3291M: proski@gnu.org
3292P: David Gibson
3293M: hermes@gibson.dropbear.id.au
3294L: linux-wireless@vger.kernel.org
3295L: orinoco-users@lists.sourceforge.net
3296L: orinoco-devel@lists.sourceforge.net
3297W: http://www.nongnu.org/orinoco/
3298S: Maintained
3299
3300P54 WIRELESS DRIVER
3301P: Michael Wu
3302M: flamingice@sourmilk.net
3303L: linux-wireless@vger.kernel.org
3304W: http://prism54.org
3305T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3306S: Maintained
3307
3308PA SEMI ETHERNET DRIVER
3309P: Olof Johansson
3310M: olof@lixom.net
3311L: netdev@vger.kernel.org
3312S: Maintained
3313
3314PA SEMI SMBUS DRIVER
3315P: Olof Johansson
3316M: olof@lixom.net
3317L: linux-i2c@vger.kernel.org
3318S: Maintained
3319
3320PANASONIC LAPTOP ACPI EXTRAS DRIVER
3321P: Harald Welte
3322M: laforge@gnumonks.org
3323S: Maintained
3324
3325PANASONIC MN10300/AM33 PORT
3326P: David Howells
3327M: dhowells@redhat.com
3328P: Koichi Yasutake
3329M: yasutake.koichi@jp.panasonic.com
3330L: linux-am33-list@redhat.com (moderated for non-subscribers)
3331W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3332S: Maintained
3333
3334PARALLEL PORT SUPPORT
3335L: linux-parport@lists.infradead.org (subscribers-only)
3336S: Orphan
3337
3338PARAVIRT_OPS INTERFACE
3339P: Jeremy Fitzhardinge
3340M: jeremy@xensource.com
3341P: Chris Wright
3342M: chrisw@sous-sol.org
3343P: Zachary Amsden
3344M: zach@vmware.com
3345P: Rusty Russell
3346M: rusty@rustcorp.com.au
3347L: virtualization@lists.osdl.org
3348L: linux-kernel@vger.kernel.org
3349S: Supported
3350
3351PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3352P: Tim Waugh
3353M: tim@cyberelk.net
3354L: linux-parport@lists.infradead.org (subscribers-only)
3355W: http://www.torque.net/linux-pp.html
3356S: Maintained
3357
3358PARISC ARCHITECTURE
3359P: Kyle McMartin
3360M: kyle@mcmartin.ca
3361P: Matthew Wilcox
3362M: matthew@wil.cx
3363P: Grant Grundler
3364M: grundler@parisc-linux.org
3365L: linux-parisc@vger.kernel.org
3366W: http://www.parisc-linux.org/
3367T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
3368S: Maintained
3369
3370PC87360 HARDWARE MONITORING DRIVER
3371P: Jim Cromie
3372M: jim.cromie@gmail.com
3373L: lm-sensors@lm-sensors.org
3374S: Maintained
3375
3376PC8736x GPIO DRIVER
3377P: Jim Cromie
3378M: jim.cromie@gmail.com
3379S: Maintained
3380
3381PCI ERROR RECOVERY
3382P: Linas Vepstas
3383M: linas@austin.ibm.com
3384L: linux-kernel@vger.kernel.org
3385L: linux-pci@vger.kernel.org
3386S: Supported
3387
3388PCI SUBSYSTEM
3389P: Jesse Barnes
3390M: jbarnes@virtuousgeek.org
3391L: linux-kernel@vger.kernel.org
3392L: linux-pci@vger.kernel.org
3393T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
3394S: Supported
3395
3396PCIE HOTPLUG DRIVER
3397P: Kristen Carlson Accardi
3398M: kristen.c.accardi@intel.com
3399L: linux-pci@vger.kernel.org
3400S: Supported
3401
3402PCMCIA SUBSYSTEM
3403P: Linux PCMCIA Team
3404L: linux-pcmcia@lists.infradead.org
3405W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
3406T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
3407S: Maintained
3408
3409PCNET32 NETWORK DRIVER
3410P: Don Fry
3411M: pcnet32@verizon.net
3412L: netdev@vger.kernel.org
3413S: Maintained
3414
3415PER-TASK DELAY ACCOUNTING
3416P: Balbir Singh
3417M: balbir@linux.vnet.ibm.com
3418L: linux-kernel@vger.kernel.org
3419S: Maintained
3420
3421PERSONALITY HANDLING
3422P: Christoph Hellwig
3423M: hch@infradead.org
3424L: linux-abi-devel@lists.sourceforge.net
3425S: Maintained
3426
3427PHRAM MTD DRIVER
3428P: Joern Engel
3429M: joern@lazybastard.org
3430L: linux-mtd@lists.infradead.org
3431S: Maintained
3432
3433PKTCDVD DRIVER
3434P: Peter Osterlund
3435M: petero2@telia.com
3436L: linux-kernel@vger.kernel.org
3437S: Maintained
3438
3439POSIX CLOCKS and TIMERS
3440P: Thomas Gleixner
3441M: tglx@linutronix.de
3442L: linux-kernel@vger.kernel.org
3443S: Supported
3444
3445POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3446P: Anton Vorontsov
3447M: cbou@mail.ru
3448P: David Woodhouse
3449M: dwmw2@infradead.org
3450L: linux-kernel@vger.kernel.org
3451T: git git.infradead.org/battery-2.6.git
3452S: Maintained
3453
3454PNP SUPPORT
3455P: Adam Belay
3456M: abelay@mit.edu
3457P: Bjorn Helgaas
3458M: bjorn.helgaas@hp.com
3459S: Maintained
3460
3461PNXxxxx I2C DRIVER
3462P: Vitaly Wool
3463M: vitalywool@gmail.com
3464L: linux-i2c@vger.kernel.org
3465S: Maintained
3466
3467PPP PROTOCOL DRIVERS AND COMPRESSORS
3468P: Paul Mackerras
3469M: paulus@samba.org
3470L: linux-ppp@vger.kernel.org
3471S: Maintained
3472
3473PPP OVER ATM (RFC 2364)
3474P: Mitchell Blank Jr
3475M: mitch@sfgoth.com
3476S: Maintained
3477
3478PPP OVER ETHERNET
3479P: Michal Ostrowski
3480M: mostrows@earthlink.net
3481S: Maintained
3482
3483PPP OVER L2TP
3484P: James Chapman
3485M: jchapman@katalix.com
3486S: Maintained
3487
3488PREEMPTIBLE KERNEL
3489P: Robert Love
3490M: rml@tech9.net
3491L: linux-kernel@vger.kernel.org
3492L: kpreempt-tech@lists.sourceforge.net
3493W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3494S: Supported
3495
3496PRISM54 WIRELESS DRIVER
3497P: Luis R. Rodriguez
3498M: mcgrof@gmail.com
3499L: linux-wireless@vger.kernel.org
3500W: http://prism54.org
3501S: Maintained
3502
3503PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3504P: Peter Denison
3505M: promise@pnd-pc.demon.co.uk
3506W: http://www.pnd-pc.demon.co.uk/promise/
3507S: Maintained
3508
3509PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3510P: Mikael Pettersson
3511M: mikpe@it.uu.se
3512L: linux-ide@vger.kernel.org
3513S: Maintained
3514
3515PS3 NETWORK SUPPORT
3516P: Masakazu Mokuno
3517M: mokuno@sm.sony.co.jp
3518L: netdev@vger.kernel.org
3519L: cbe-oss-dev@ozlabs.org
3520S: Supported
3521
3522PS3 PLATFORM SUPPORT
3523P: Geoff Levand
3524M: geoffrey.levand@am.sony.com
3525L: linuxppc-dev@ozlabs.org
3526L: cbe-oss-dev@ozlabs.org
3527S: Supported
3528
3529PS3VRAM DRIVER
3530P: Jim Paris
3531M: jim@jtan.com
3532L: cbe-oss-dev@ozlabs.org
3533S: Maintained
3534
3535PVRUSB2 VIDEO4LINUX DRIVER
3536P: Mike Isely
3537M: isely@pobox.com
3538L: pvrusb2@isely.net (subscribers-only)
3539L: linux-media@vger.kernel.org
3540W: http://www.isely.net/pvrusb2/
3541T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3542S: Maintained
3543
3544PXA2xx/PXA3xx SUPPORT
3545P: Eric Miao
3546M: eric.miao@marvell.com
3547P: Russell King
3548M: linux@arm.linux.org.uk
3549L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3550S: Maintained
3551
3552PXA MMCI DRIVER
3553S: Orphan
3554
3555PXA RTC DRIVER
3556P: Robert Jarzmik
3557M: robert.jarzmik@free.fr
3558L: rtc-linux@googlegroups.com
3559S: Maintained
3560
3561QLOGIC QLA2XXX FC-SCSI DRIVER
3562P: Andrew Vasquez
3563M: linux-driver@qlogic.com
3564L: linux-scsi@vger.kernel.org
3565S: Supported
3566
3567QLOGIC QLA3XXX NETWORK DRIVER
3568P: Ron Mercer
3569M: linux-driver@qlogic.com
3570L: netdev@vger.kernel.org
3571S: Supported
3572
3573QLOGIC QLGE 10Gb ETHERNET DRIVER
3574P: Ron Mercer
3575M: linux-driver@qlogic.com
3576M: ron.mercer@qlogic.com
3577L: netdev@vger.kernel.org
3578S: Supported
3579
3580QNX4 FILESYSTEM
3581P: Anders Larsen
3582M: al@alarsen.net
3583L: linux-kernel@vger.kernel.org
3584W: http://www.alarsen.net/linux/qnx4fs/
3585S: Maintained
3586
3587RADEON FRAMEBUFFER DISPLAY DRIVER
3588P: Benjamin Herrenschmidt
3589M: benh@kernel.crashing.org
3590L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3591S: Maintained
3592
3593RAGE128 FRAMEBUFFER DISPLAY DRIVER
3594P: Paul Mackerras
3595M: paulus@samba.org
3596L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3597S: Maintained
3598
3599RALINK RT2X00 WIRELESS LAN DRIVER
3600P: rt2x00 project
3601L: linux-wireless@vger.kernel.org
3602L: rt2400-devel@lists.sourceforge.net
3603W: http://rt2x00.serialmonkey.com/
3604S: Maintained
3605T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
3606F: drivers/net/wireless/rt2x00/
3607
3608RAMDISK RAM BLOCK DEVICE DRIVER
3609P: Nick Piggin
3610M: npiggin@suse.de
3611S: Maintained
3612
3613RANDOM NUMBER DRIVER
3614P: Matt Mackall
3615M: mpm@selenic.com
3616S: Maintained
3617
3618RAPIDIO SUBSYSTEM
3619P: Matt Porter
3620M: mporter@kernel.crashing.org
3621L: linux-kernel@vger.kernel.org
3622S: Maintained
3623
3624RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3625P: Corey Thomas
3626M: coreythomas@charter.net
3627L: linux-wireless@vger.kernel.org
3628S: Maintained
3629
3630RCUTORTURE MODULE
3631P: Josh Triplett
3632M: josh@freedesktop.org
3633L: linux-kernel@vger.kernel.org
3634S: Maintained
3635
3636RDC R-321X SoC
3637P: Florian Fainelli
3638M: florian.fainelli@telecomint.eu
3639L: linux-kernel@vger.kernel.org
3640S: Maintained
3641
3642RDC R6040 FAST ETHERNET DRIVER
3643P: Florian Fainelli
3644M: florian.fainelli@telecomint.eu
3645L: netdev@vger.kernel.org
3646S: Maintained
3647
3648READ-COPY UPDATE (RCU)
3649P: Dipankar Sarma
3650M: dipankar@in.ibm.com
3651W: http://www.rdrop.com/users/paulmck/rclock/
3652L: linux-kernel@vger.kernel.org
3653S: Supported
3654
3655REAL TIME CLOCK DRIVER
3656P: Paul Gortmaker
3657M: p_gortmaker@yahoo.com
3658L: linux-kernel@vger.kernel.org
3659S: Maintained
3660
3661REAL TIME CLOCK (RTC) SUBSYSTEM
3662P: Alessandro Zummo
3663M: a.zummo@towertech.it
3664L: rtc-linux@googlegroups.com
3665S: Maintained
3666
3667REISERFS FILE SYSTEM
3668L: reiserfs-devel@vger.kernel.org
3669S: Supported
3670
3671RFKILL
3672P: Ivo van Doorn
3673M: IvDoorn@gmail.com
3674L: netdev@vger.kernel.org
3675S: Maintained
3676F: net/rfkill
3677
3678RISCOM8 DRIVER
3679S: Orphan
3680
3681ROCKETPORT DRIVER
3682P: Comtrol Corp.
3683W: http://www.comtrol.com
3684S: Maintained
3685
3686ROSE NETWORK LAYER
3687P: Ralf Baechle
3688M: ralf@linux-mips.org
3689L: linux-hams@vger.kernel.org
3690W: http://www.linux-ax25.org/
3691S: Maintained
3692
3693RTL8180 WIRELESS DRIVER
3694P: John W. Linville
3695M: linville@tuxdriver.com
3696L: linux-wireless@vger.kernel.org
3697W: http://linuxwireless.org/
3698T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
3699S: Maintained
3700
3701RTL8187 WIRELESS DRIVER
3702P: Herton Ronaldo Krzesinski
3703M: herton@mandriva.com.br
3704P: Hin-Tak Leung
3705M htl10@users.sourceforge.net
3706P: Larry Finger
3707M: Larry.Finger@lwfinger.net
3708L: linux-wireless@vger.kernel.org
3709W: http://linuxwireless.org/
3710T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
3711S: Maintained
3712
3713S3 SAVAGE FRAMEBUFFER DRIVER
3714P: Antonino Daplas
3715M: adaplas@gmail.com
3716L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3717S: Maintained
3718
3719S390
3720P: Martin Schwidefsky
3721M: schwidefsky@de.ibm.com
3722P: Heiko Carstens
3723M: heiko.carstens@de.ibm.com
3724M: linux390@de.ibm.com
3725L: linux-s390@vger.kernel.org
3726W: http://www.ibm.com/developerworks/linux/linux390/
3727S: Supported
3728
3729S390 NETWORK DRIVERS
3730P: Ursula Braun
3731M: ursula.braun@de.ibm.com
3732P: Frank Blaschka
3733M: blaschka@linux.vnet.ibm.com
3734M: linux390@de.ibm.com
3735L: linux-s390@vger.kernel.org
3736W: http://www.ibm.com/developerworks/linux/linux390/
3737S: Supported
3738
3739S390 ZFCP DRIVER
3740P: Christof Schmitt
3741M: christof.schmitt@de.ibm.com
3742P: Martin Peschke
3743M: mp3@de.ibm.com
3744M: linux390@de.ibm.com
3745L: linux-s390@vger.kernel.org
3746W: http://www.ibm.com/developerworks/linux/linux390/
3747S: Supported
3748
3749S390 IUCV NETWORK LAYER
3750P: Ursula Braun
3751M: ursula.braun@de.ibm.com
3752M: linux390@de.ibm.com
3753L: linux-s390@vger.kernel.org
3754W: http://www.ibm.com/developerworks/linux/linux390/
3755S: Supported
3756
3757S3C24XX SD/MMC Driver
3758P: Ben Dooks
3759M: ben-linux@fluff.org
3760L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3761L: linux-kernel@vger.kernel.org
3762S: Supported
3763
3764SAA7146 VIDEO4LINUX-2 DRIVER
3765P: Michael Hunold
3766M: michael@mihu.de
3767L: linux-media@vger.kernel.org
3768T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3769W: http://www.mihu.de/linux/saa7146
3770S: Maintained
3771
3772SC1200 WDT DRIVER
3773P: Zwane Mwaikambo
3774M: zwane@arm.linux.org.uk
3775S: Maintained
3776
3777SCHEDULER
3778P: Ingo Molnar
3779M: mingo@elte.hu
3780P: Robert Love [the preemptible kernel bits]
3781M: rml@tech9.net
3782L: linux-kernel@vger.kernel.org
3783S: Maintained
3784
3785SCSI CDROM DRIVER
3786P: Jens Axboe
3787M: axboe@kernel.dk
3788L: linux-scsi@vger.kernel.org
3789W: http://www.kernel.dk
3790S: Maintained
3791
3792SCSI SG DRIVER
3793P: Doug Gilbert
3794M: dgilbert@interlog.com
3795L: linux-scsi@vger.kernel.org
3796W: http://www.torque.net/sg
3797S: Maintained
3798
3799SCSI SUBSYSTEM
3800P: James E.J. Bottomley
3801M: James.Bottomley@HansenPartnership.com
3802L: linux-scsi@vger.kernel.org
3803T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
3804T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3805T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
3806S: Maintained
3807
3808SCSI TAPE DRIVER
3809P: Kai Mäkisara
3810M: Kai.Makisara@kolumbus.fi
3811L: linux-scsi@vger.kernel.org
3812S: Maintained
3813
3814SCTP PROTOCOL
3815P: Vlad Yasevich
3816M: vladislav.yasevich@hp.com
3817P: Sridhar Samudrala
3818M: sri@us.ibm.com
3819L: linux-sctp@vger.kernel.org
3820W: http://lksctp.sourceforge.net
3821S: Supported
3822
3823SCx200 CPU SUPPORT
3824P: Jim Cromie
3825M: jim.cromie@gmail.com
3826S: Odd Fixes
3827
3828SCx200 GPIO DRIVER
3829P: Jim Cromie
3830M: jim.cromie@gmail.com
3831S: Maintained
3832
3833SCx200 HRT CLOCKSOURCE DRIVER
3834P: Jim Cromie
3835M: jim.cromie@gmail.com
3836S: Maintained
3837
3838SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3839P: Sascha Sommer
3840M: saschasommer@freenet.de
3841L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3842S: Maintained
3843
3844SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
3845P: Pierre Ossman
3846M: drzeus-sdhci@drzeus.cx
3847L: sdhci-devel@list.drzeus.cx
3848S: Maintained
3849
3850SECURITY SUBSYSTEM
3851F: security/
3852P: James Morris
3853M: jmorris@namei.org
3854L: linux-kernel@vger.kernel.org
3855L: linux-security-module@vger.kernel.org (suggested Cc:)
3856T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
3857S: Supported
3858
3859SECURITY CONTACT
3860P: Security Officers
3861M: security@kernel.org
3862S: Supported
3863
3864SELINUX SECURITY MODULE
3865P: Stephen Smalley
3866M: sds@tycho.nsa.gov
3867P: James Morris
3868M: jmorris@namei.org
3869P: Eric Paris
3870M: eparis@parisplace.org
3871L: linux-kernel@vger.kernel.org (kernel issues)
3872L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
3873W: http://selinuxproject.org
3874T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
3875S: Supported
3876
3877SENSABLE PHANTOM
3878P: Jiri Slaby
3879M: jirislaby@gmail.com
3880S: Maintained
3881
3882SERIAL ATA (SATA) SUBSYSTEM
3883P: Jeff Garzik
3884M: jgarzik@pobox.com
3885L: linux-ide@vger.kernel.org
3886T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
3887S: Supported
3888
3889SFC NETWORK DRIVER
3890P: Steve Hodgson
3891P: Ben Hutchings
3892P: Robert Stonehouse
3893M: linux-net-drivers@solarflare.com
3894S: Supported
3895
3896SGI GRU DRIVER
3897P: Jack Steiner
3898M: steiner@sgi.com
3899S: Maintained
3900
3901SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3902P: Pat Gefre
3903M: pfg@sgi.com
3904L: linux-ia64@vger.kernel.org
3905S: Supported
3906
3907SGI VISUAL WORKSTATION 320 AND 540
3908P: Andrey Panin
3909M: pazke@donpac.ru
3910L: linux-visws-devel@lists.sf.net
3911W: http://linux-visws.sf.net
3912S: Maintained for 2.6.
3913
3914SGI XP/XPC/XPNET DRIVER
3915P: Dean Nelson
3916M: dcn@sgi.com
3917S: Maintained
3918
3919SHARP LH SUPPORT (LH7952X & LH7A40X)
3920P: Marc Singer
3921M: elf@buici.com
3922W: http://projects.buici.com/arm
3923L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3924S: Maintained
3925
3926SHPC HOTPLUG DRIVER
3927P: Kristen Carlson Accardi
3928M: kristen.c.accardi@intel.com
3929L: linux-pci@vger.kernel.org
3930S: Supported
3931
3932SIMTEC EB110ATX (Chalice CATS)
3933P: Ben Dooks
3934P: Vincent Sanders
3935M: support@simtec.co.uk
3936W: http://www.simtec.co.uk/products/EB110ATX/
3937S: Supported
3938
3939SIMTEC EB2410ITX (BAST)
3940P: Ben Dooks
3941P: Vincent Sanders
3942M: support@simtec.co.uk
3943W: http://www.simtec.co.uk/products/EB2410ITX/
3944S: Supported
3945
3946SIS 190 ETHERNET DRIVER
3947P: Francois Romieu
3948M: romieu@fr.zoreil.com
3949L: netdev@vger.kernel.org
3950S: Maintained
3951
3952SIS 900/7016 FAST ETHERNET DRIVER
3953P: Daniele Venzano
3954M: venza@brownhat.org
3955W: http://www.brownhat.org/sis900.html
3956L: netdev@vger.kernel.org
3957S: Maintained
3958
3959SIS 96X I2C/SMBUS DRIVER
3960P: Mark M. Hoffman
3961M: mhoffman@lightlink.com
3962L: linux-i2c@vger.kernel.org
3963S: Maintained
3964
3965SIS FRAMEBUFFER DRIVER
3966P: Thomas Winischhofer
3967M: thomas@winischhofer.net
3968W: http://www.winischhofer.net/linuxsisvga.shtml
3969S: Maintained
3970
3971SIS USB2VGA DRIVER
3972P: Thomas Winischhofer
3973M: thomas@winischhofer.net
3974W: http://www.winischhofer.at/linuxsisusbvga.shtml
3975S: Maintained
3976
3977SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3978P: Stephen Hemminger
3979M: shemminger@linux-foundation.org
3980L: netdev@vger.kernel.org
3981S: Maintained
3982
3983SLAB ALLOCATOR
3984P: Christoph Lameter
3985M: cl@linux-foundation.org
3986P: Pekka Enberg
3987M: penberg@cs.helsinki.fi
3988P: Matt Mackall
3989M: mpm@selenic.com
3990L: linux-mm@kvack.org
3991S: Maintained
3992
3993SMC91x ETHERNET DRIVER
3994P: Nicolas Pitre
3995M: nico@cam.org
3996S: Maintained
3997
3998SMSC47B397 HARDWARE MONITOR DRIVER
3999P: Mark M. Hoffman
4000M: mhoffman@lightlink.com
4001L: lm-sensors@lm-sensors.org
4002S: Maintained
4003
4004SMSC911x ETHERNET DRIVER
4005P: Steve Glendinning
4006M: steve.glendinning@smsc.com
4007L: netdev@vger.kernel.org
4008S: Supported
4009
4010SMSC9420 PCI ETHERNET DRIVER
4011P: Steve Glendinning
4012M: steve.glendinning@smsc.com
4013L: netdev@vger.kernel.org
4014S: Supported
4015
4016SMX UIO Interface
4017P: Ben Nizette
4018M: bn@niasdigital.com
4019S: Maintained
4020
4021SN-IA64 (Itanium) SUB-PLATFORM
4022P: Jes Sorensen
4023M: jes@sgi.com
4024L: linux-altix@sgi.com
4025L: linux-ia64@vger.kernel.org
4026W: http://www.sgi.com/altix
4027S: Maintained
4028
4029SOC-CAMERA V4L2 SUBSYSTEM
4030P: Guennadi Liakhovetski
4031M: g.liakhovetski@gmx.de
4032L: linux-media@vger.kernel.org
4033T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4034S: Maintained
4035
4036SOEKRIS NET48XX LED SUPPORT
4037P: Chris Boot
4038M: bootc@bootc.net
4039S: Maintained
4040
4041SOFTWARE RAID (Multiple Disks) SUPPORT
4042P: Neil Brown
4043M: neilb@suse.de
4044L: linux-raid@vger.kernel.org
4045S: Supported
4046
4047SONIC NETWORK DRIVER
4048P: Thomas Bogendoerfer
4049M: tsbogend@alpha.franken.de
4050L: netdev@vger.kernel.org
4051S: Maintained
4052
4053SONICS SILICON BACKPLANE DRIVER (SSB)
4054P: Michael Buesch
4055M: mb@bu3sch.de
4056L: netdev@vger.kernel.org
4057S: Maintained
4058
4059SONY VAIO CONTROL DEVICE DRIVER
4060P: Mattia Dongili
4061M: malattia@linux.it
4062L: linux-acpi@vger.kernel.org
4063W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
4064S: Maintained
4065
4066SONY MEMORYSTICK CARD SUPPORT
4067P: Alex Dubov
4068M: oakad@yahoo.com
4069L: linux-kernel@vger.kernel.org
4070W: http://tifmxx.berlios.de/
4071S: Maintained
4072
4073SOUND
4074P: Jaroslav Kysela
4075M: perex@perex.cz
4076P: Takashi Iwai
4077M: tiwai@suse.de
4078L: alsa-devel@alsa-project.org (subscribers-only)
4079S: Maintained
4080
4081SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
4082P: Liam Girdwood
4083M: lrg@slimlogic.co.uk
4084P: Mark Brown
4085M: broonie@opensource.wolfsonmicro.com
4086T: git opensource.wolfsonmicro.com/linux-2.6-asoc
4087L: alsa-devel@alsa-project.org (subscribers-only)
4088W: http://alsa-project.org/main/index.php/ASoC
4089S: Supported
4090
4091SPARC + UltraSPARC (sparc/sparc64)
4092P: David S. Miller
4093M: davem@davemloft.net
4094L: sparclinux@vger.kernel.org
4095T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4096T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
4097S: Maintained
4098
4099SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4100P: Roger Wolff
4101M: R.E.Wolff@BitWizard.nl
4102L: linux-kernel@vger.kernel.org ?
4103S: Supported
4104
4105SPI SUBSYSTEM
4106P: David Brownell
4107M: dbrownell@users.sourceforge.net
4108L: spi-devel-general@lists.sourceforge.net
4109S: Maintained
4110
4111SPIDERNET NETWORK DRIVER for CELL
4112P: Ishizaki Kou
4113M: kou.ishizaki@toshiba.co.jp
4114P: Jens Osterkamp
4115M: jens@de.ibm.com
4116L: netdev@vger.kernel.org
4117S: Supported
4118
4119SPU FILE SYSTEM
4120P: Jeremy Kerr
4121M: jk@ozlabs.org
4122L: linuxppc-dev@ozlabs.org
4123L: cbe-oss-dev@ozlabs.org
4124W: http://www.ibm.com/developerworks/power/cell/
4125S: Supported
4126
4127SQUASHFS FILE SYSTEM
4128P: Phillip Lougher
4129M: phillip@lougher.demon.co.uk
4130L: squashfs-devel@lists.sourceforge.net (subscribers-only)
4131W: http://squashfs.org.uk
4132S: Maintained
4133
4134SRM (Alpha) environment access
4135P: Jan-Benedict Glaw
4136M: jbglaw@lug-owl.de
4137L: linux-kernel@vger.kernel.org
4138S: Maintained
4139
4140STABLE BRANCH
4141P: Greg Kroah-Hartman
4142M: greg@kroah.com
4143P: Chris Wright
4144M: chrisw@sous-sol.org
4145L: stable@kernel.org
4146S: Maintained
4147
4148STAGING SUBSYSTEM
4149P: Greg Kroah-Hartman
4150M: gregkh@suse.de
4151L: linux-kernel@vger.kernel.org
4152T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4153S: Maintained
4154
4155STARFIRE/DURALAN NETWORK DRIVER
4156P: Ion Badulescu
4157M: ionut@cs.columbia.edu
4158S: Maintained
4159
4160STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4161W: http://mosquitonet.Stanford.EDU/strip.html
4162S: Orphan
4163
4164STRADIS MPEG-2 DECODER DRIVER
4165P: Nathan Laredo
4166M: laredo@gnu.org
4167W: http://www.stradis.com/
4168S: Maintained
4169
4170SUN3/3X
4171P: Sam Creasey
4172M: sammy@sammy.net
4173W: http://sammy.net/sun3/
4174S: Maintained
4175
4176SUPERH
4177P: Paul Mundt
4178M: lethal@linux-sh.org
4179L: linux-sh@vger.kernel.org
4180W: http://www.linux-sh.org
4181T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
4182S: Supported
4183
4184SUSPEND TO RAM
4185P: Len Brown
4186M: len.brown@intel.com
4187P: Pavel Machek
4188M: pavel@ucw.cz
4189P: Rafael J. Wysocki
4190M: rjw@sisk.pl
4191L: linux-pm@lists.linux-foundation.org
4192S: Supported
4193
4194SVGA HANDLING
4195P: Martin Mares
4196M: mj@ucw.cz
4197L: linux-video@atrey.karlin.mff.cuni.cz
4198S: Maintained
4199
4200SYSV FILESYSTEM
4201P: Christoph Hellwig
4202M: hch@infradead.org
4203S: Maintained
4204
4205TASKSTATS STATISTICS INTERFACE
4206P: Balbir Singh
4207M: balbir@linux.vnet.ibm.com
4208L: linux-kernel@vger.kernel.org
4209S: Maintained
4210
4211TC CLASSIFIER
4212P: Jamal Hadi Salim
4213M: hadi@cyberus.ca
4214L: netdev@vger.kernel.org
4215S: Maintained
4216
4217TCP LOW PRIORITY MODULE
4218P: Wong Hoi Sing, Edison
4219M: hswong3i@gmail.com
4220P: Hung Hing Lun, Mike
4221M: hlhung3i@gmail.com
4222W: http://tcp-lp-mod.sourceforge.net/
4223S: Maintained
4224
4225TEHUTI ETHERNET DRIVER
4226P: Alexander Indenbaum
4227M: baum@tehutinetworks.net
4228P: Andy Gospodarek
4229M: andy@greyhouse.net
4230L: netdev@vger.kernel.org
4231S: Supported
4232
4233Telecom Clock Driver for MCPL0010
4234P: Mark Gross
4235M: mark.gross@intel.com
4236S: Supported
4237
4238TENSILICA XTENSA PORT (xtensa)
4239P: Chris Zankel
4240M: chris@zankel.net
4241S: Maintained
4242
4243THINKPAD ACPI EXTRAS DRIVER
4244P: Henrique de Moraes Holschuh
4245M: ibm-acpi@hmh.eng.br
4246L: ibm-acpi-devel@lists.sourceforge.net
4247W: http://ibm-acpi.sourceforge.net
4248W: http://thinkwiki.org/wiki/Ibm-acpi
4249T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4250S: Maintained
4251
4252TI FLASH MEDIA INTERFACE DRIVER
4253P: Alex Dubov
4254M: oakad@yahoo.com
4255S: Maintained
4256
4257TI OMAP MMC INTERFACE DRIVER
4258P: Carlos Aguiar, Anderson Briglia and Syed Khasim
4259M: linux-omap@vger.kernel.org
4260W: http://linux.omap.com
4261W: http://www.muru.com/linux/omap/
4262S: Maintained
4263
4264TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4265P: Deepak Saxena
4266M: dsaxena@plexity.net
4267S: Maintained
4268
4269TIPC NETWORK LAYER
4270P: Per Liden
4271M: per.liden@ericsson.com
4272P: Jon Maloy
4273M: jon.maloy@ericsson.com
4274P: Allan Stephens
4275M: allan.stephens@windriver.com
4276L: tipc-discussion@lists.sourceforge.net
4277W: http://tipc.sourceforge.net/
4278W: http://tipc.cslab.ericsson.net/
4279T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4280S: Maintained
4281
4282TLAN NETWORK DRIVER
4283P: Samuel Chessman
4284M: chessman@tux.org
4285L: tlan-devel@lists.sourceforge.net (subscribers-only)
4286W: http://sourceforge.net/projects/tlan/
4287S: Maintained
4288
4289TOSHIBA ACPI EXTRAS DRIVER
4290P: John Belmonte
4291M: toshiba_acpi@memebeam.org
4292W: http://memebeam.org/toys/ToshibaAcpiDriver
4293S: Maintained
4294
4295TOSHIBA SMM DRIVER
4296P: Jonathan Buzzard
4297M: jonathan@buzzard.org.uk
4298L: tlinux-users@tce.toshiba-dme.co.jp
4299W: http://www.buzzard.org.uk/toshiba/
4300S: Maintained
4301
4302TPM DEVICE DRIVER
4303P: Debora Velarde
4304M: debora@linux.vnet.ibm.com
4305P: Rajiv Andrade
4306M: srajiv@linux.vnet.ibm.com
4307W: http://tpmdd.sourceforge.net
4308P: Marcel Selhorst
4309M: m.selhorst@sirrix.com
4310W: http://www.sirrix.com
4311L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
4312S: Maintained
4313
4314TRIVIAL PATCHES
4315P: Jiri Kosina
4316M: trivial@kernel.org
4317L: linux-kernel@vger.kernel.org
4318T: git kernel.org:/pub/scm/linux/kernel/git/jikos/trivial.git
4319S: Maintained
4320
4321TTY LAYER
4322P: Alan Cox
4323M: alan@lxorguk.ukuu.org.uk
4324L: linux-kernel@vger.kernel.org
4325S: Maintained
4326
4327TULIP NETWORK DRIVERS
4328P: Grant Grundler
4329M: grundler@parisc-linux.org
4330P: Kyle McMartin
4331M: kyle@mcmartin.ca
4332L: netdev@vger.kernel.org
4333S: Maintained
4334
4335TUN/TAP driver
4336P: Maxim Krasnyansky
4337M: maxk@qualcomm.com
4338L: vtun@office.satix.net
4339W: http://vtun.sourceforge.net/tun
4340S: Maintained
4341
4342TURBOCHANNEL SUBSYSTEM
4343P: Maciej W. Rozycki
4344M: macro@linux-mips.org
4345S: Maintained
4346
4347U14-34F SCSI DRIVER
4348P: Dario Ballabio
4349M: ballabio_dario@emc.com
4350L: linux-scsi@vger.kernel.org
4351S: Maintained
4352
4353UBI FILE SYSTEM (UBIFS)
4354P: Artem Bityutskiy
4355M: dedekind@infradead.org
4356P: Adrian Hunter
4357M: ext-adrian.hunter@nokia.com
4358L: linux-mtd@lists.infradead.org
4359T: git git://git.infradead.org/ubifs-2.6.git
4360W: http://www.linux-mtd.infradead.org/doc/ubifs.html
4361S: Maintained
4362
4363UCLINUX (AND M68KNOMMU)
4364P: Greg Ungerer
4365M: gerg@uclinux.org
4366W: http://www.uclinux.org/
4367L: uclinux-dev@uclinux.org (subscribers-only)
4368S: Maintained
4369
4370UCLINUX FOR RENESAS H8/300
4371P: Yoshinori Sato
4372M: ysato@users.sourceforge.jp
4373W: http://uclinux-h8.sourceforge.jp/
4374S: Supported
4375
4376UDF FILESYSTEM
4377P: Jan Kara
4378M: jack@suse.cz
4379W: http://linux-udf.sourceforge.net
4380S: Maintained
4381
4382UFS FILESYSTEM
4383P: Evgeniy Dushistov
4384M: dushistov@mail.ru
4385L: linux-kernel@vger.kernel.org
4386S: Maintained
4387
4388ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4389P: David Vrabel
4390M: david.vrabel@csr.com
4391L: linux-usb@vger.kernel.org
4392S: Supported
4393
4394UNIFORM CDROM DRIVER
4395P: Jens Axboe
4396M: axboe@kernel.dk
4397L: linux-kernel@vger.kernel.org
4398W: http://www.kernel.dk
4399S: Maintained
4400
4401UNSORTED BLOCK IMAGES (UBI)
4402P: Artem Bityutskiy
4403M: dedekind@infradead.org
4404W: http://www.linux-mtd.infradead.org/
4405L: linux-mtd@lists.infradead.org
4406T: git git://git.infradead.org/ubi-2.6.git
4407S: Maintained
4408
4409USB ACM DRIVER
4410P: Oliver Neukum
4411M: oliver@neukum.name
4412L: linux-usb@vger.kernel.org
4413S: Maintained
4414
4415USB BLOCK DRIVER (UB ub)
4416P: Pete Zaitcev
4417M: zaitcev@redhat.com
4418L: linux-kernel@vger.kernel.org
4419L: linux-usb@vger.kernel.org
4420S: Supported
4421
4422USB CDC ETHERNET DRIVER
4423P: Greg Kroah-Hartman
4424M: greg@kroah.com
4425L: linux-usb@vger.kernel.org
4426S: Maintained
4427W: http://www.kroah.com/linux-usb/
4428
4429USB CYPRESS C67X00 DRIVER
4430P: Peter Korsgaard
4431M: jacmet@sunsite.dk
4432L: linux-usb@vger.kernel.org
4433S: Maintained
4434
4435USB DAVICOM DM9601 DRIVER
4436P: Peter Korsgaard
4437M: jacmet@sunsite.dk
4438L: netdev@vger.kernel.org
4439W: http://www.linux-usb.org/usbnet
4440S: Maintained
4441
4442USB DIAMOND RIO500 DRIVER
4443P: Cesar Miquel
4444M: miquel@df.uba.ar
4445L: rio500-users@lists.sourceforge.net
4446W: http://rio500.sourceforge.net
4447S: Maintained
4448
4449USB EHCI DRIVER
4450P: David Brownell
4451M: dbrownell@users.sourceforge.net
4452L: linux-usb@vger.kernel.org
4453S: Odd Fixes
4454
4455USB ET61X[12]51 DRIVER
4456P: Luca Risolia
4457M: luca.risolia@studio.unibo.it
4458L: linux-usb@vger.kernel.org
4459L: linux-media@vger.kernel.org
4460T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4461W: http://www.linux-projects.org
4462S: Maintained
4463
4464USB GADGET/PERIPHERAL SUBSYSTEM
4465P: David Brownell
4466M: dbrownell@users.sourceforge.net
4467L: linux-usb@vger.kernel.org
4468W: http://www.linux-usb.org/gadget
4469S: Maintained
4470
4471USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
4472P: Jiri Kosina
4473M: jkosina@suse.cz
4474L: linux-usb@vger.kernel.org
4475T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
4476S: Maintained
4477
4478USB ISP116X DRIVER
4479P: Olav Kongas
4480M: ok@artecdesign.ee
4481L: linux-usb@vger.kernel.org
4482S: Maintained
4483
4484USB KAWASAKI LSI DRIVER
4485P: Oliver Neukum
4486M: oliver@neukum.name
4487L: linux-usb@vger.kernel.org
4488S: Maintained
4489
4490USB MASS STORAGE DRIVER
4491P: Matthew Dharm
4492M: mdharm-usb@one-eyed-alien.net
4493L: linux-usb@vger.kernel.org
4494L: usb-storage@lists.one-eyed-alien.net
4495S: Maintained
4496W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4497
4498USB OHCI DRIVER
4499P: David Brownell
4500M: dbrownell@users.sourceforge.net
4501L: linux-usb@vger.kernel.org
4502S: Odd Fixes
4503
4504USB OPTION-CARD DRIVER
4505P: Matthias Urlichs
4506M: smurf@smurf.noris.de
4507L: linux-usb@vger.kernel.org
4508S: Maintained
4509
4510USB OV511 DRIVER
4511P: Mark McClelland
4512M: mmcclell@bigfoot.com
4513L: linux-usb@vger.kernel.org
4514W: http://alpha.dyndns.org/ov511/
4515S: Maintained
4516
4517USB PEGASUS DRIVER
4518P: Petko Manolov
4519M: petkan@users.sourceforge.net
4520L: linux-usb@vger.kernel.org
4521L: netdev@vger.kernel.org
4522W: http://pegasus2.sourceforge.net/
4523S: Maintained
4524
4525USB PRINTER DRIVER (usblp)
4526P: Pete Zaitcev
4527M: zaitcev@redhat.com
4528L: linux-usb@vger.kernel.org
4529S: Supported
4530
4531USB RTL8150 DRIVER
4532P: Petko Manolov
4533M: petkan@users.sourceforge.net
4534L: linux-usb@vger.kernel.org
4535L: netdev@vger.kernel.org
4536W: http://pegasus2.sourceforge.net/
4537S: Maintained
4538
4539USB SE401 DRIVER
4540P: Jeroen Vreeken
4541M: pe1rxq@amsat.org
4542L: linux-usb@vger.kernel.org
4543W: http://www.chello.nl/~j.vreeken/se401/
4544S: Maintained
4545
4546USB SERIAL BELKIN F5U103 DRIVER
4547P: William Greathouse
4548M: wgreathouse@smva.com
4549L: linux-usb@vger.kernel.org
4550S: Maintained
4551
4552USB SERIAL CYPRESS M8 DRIVER
4553P: Lonnie Mendez
4554M: dignome@gmail.com
4555L: linux-usb@vger.kernel.org
4556S: Maintained
4557W: http://geocities.com/i0xox0i
4558W: http://firstlight.net/cvs
4559
4560USB SERIAL CYBERJACK DRIVER
4561P: Matthias Bruestle and Harald Welte
4562M: support@reiner-sct.com
4563W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4564S: Maintained
4565
4566USB SERIAL DIGI ACCELEPORT DRIVER
4567P: Peter Berger and Al Borchers
4568M: pberger@brimson.com
4569M: alborchers@steinerpoint.com
4570L: linux-usb@vger.kernel.org
4571S: Maintained
4572
4573USB SERIAL DRIVER
4574P: Greg Kroah-Hartman
4575M: gregkh@suse.de
4576L: linux-usb@vger.kernel.org
4577S: Supported
4578
4579USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4580P: Gary Brubaker
4581M: xavyer@ix.netcom.com
4582L: linux-usb@vger.kernel.org
4583S: Maintained
4584
4585USB SERIAL KEYSPAN DRIVER
4586P: Greg Kroah-Hartman
4587M: greg@kroah.com
4588L: linux-usb@vger.kernel.org
4589W: http://www.kroah.com/linux/
4590S: Maintained
4591
4592USB SERIAL WHITEHEAT DRIVER
4593P: Support Department
4594M: support@connecttech.com
4595L: linux-usb@vger.kernel.org
4596W: http://www.connecttech.com
4597S: Supported
4598
4599USB SMSC95XX ETHERNET DRIVER
4600P: Steve Glendinning
4601M: steve.glendinning@smsc.com
4602L: netdev@vger.kernel.org
4603S: Supported
4604
4605USB SN9C1xx DRIVER
4606P: Luca Risolia
4607M: luca.risolia@studio.unibo.it
4608L: linux-usb@vger.kernel.org
4609L: linux-media@vger.kernel.org
4610T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4611W: http://www.linux-projects.org
4612S: Maintained
4613
4614USB SUBSYSTEM
4615P: Greg Kroah-Hartman
4616M: gregkh@suse.de
4617L: linux-usb@vger.kernel.org
4618W: http://www.linux-usb.org
4619T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4620S: Supported
4621
4622USB UHCI DRIVER
4623P: Alan Stern
4624M: stern@rowland.harvard.edu
4625L: linux-usb@vger.kernel.org
4626S: Maintained
4627
4628USB "USBNET" DRIVER FRAMEWORK
4629P: David Brownell
4630M: dbrownell@users.sourceforge.net
4631L: netdev@vger.kernel.org
4632W: http://www.linux-usb.org/usbnet
4633S: Maintained
4634
4635USB VIDEO CLASS
4636P: Laurent Pinchart
4637M: laurent.pinchart@skynet.be
4638L: linux-uvc-devel@lists.berlios.de (subscribers-only)
4639L: linux-media@vger.kernel.org
4640T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4641W: http://linux-uvc.berlios.de
4642S: Maintained
4643
4644USB W996[87]CF DRIVER
4645P: Luca Risolia
4646M: luca.risolia@studio.unibo.it
4647L: linux-usb@vger.kernel.org
4648L: linux-media@vger.kernel.org
4649T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4650W: http://www.linux-projects.org
4651S: Maintained
4652
4653USB WIRELESS RNDIS DRIVER (rndis_wlan)
4654P: Jussi Kivilinna
4655M: jussi.kivilinna@mbnet.fi
4656L: linux-wireless@vger.kernel.org
4657S: Maintained
4658
4659USB ZC0301 DRIVER
4660P: Luca Risolia
4661M: luca.risolia@studio.unibo.it
4662L: linux-usb@vger.kernel.org
4663L: linux-media@vger.kernel.org
4664T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4665W: http://www.linux-projects.org
4666S: Maintained
4667
4668USB ZD1201 DRIVER
4669P: Jeroen Vreeken
4670M: pe1rxq@amsat.org
4671L: linux-usb@vger.kernel.org
4672W: http://linux-lc100020.sourceforge.net
4673S: Maintained
4674
4675USB ZR364XX DRIVER
4676P: Antoine Jacquet
4677M: royale@zerezo.com
4678L: linux-usb@vger.kernel.org
4679L: linux-media@vger.kernel.org
4680T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4681W: http://royale.zerezo.com/zr364xx/
4682S: Maintained
4683
4684USER-MODE LINUX (UML)
4685P: Jeff Dike
4686M: jdike@addtoit.com
4687L: user-mode-linux-devel@lists.sourceforge.net
4688L: user-mode-linux-user@lists.sourceforge.net
4689W: http://user-mode-linux.sourceforge.net
4690S: Maintained
4691
4692USERSPACE I/O (UIO)
4693P: Hans J. Koch
4694M: hjk@linutronix.de
4695P: Greg Kroah-Hartman
4696M: gregkh@suse.de
4697L: linux-kernel@vger.kernel.org
4698S: Maintained
4699
4700UTIL-LINUX-NG PACKAGE
4701P: Karel Zak
4702M: kzak@redhat.com
4703L: util-linux-ng@vger.kernel.org
4704W: http://kernel.org/~kzak/util-linux-ng/
4705T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4706S: Maintained
4707
4708UVESAFB DRIVER
4709P: Michal Januszewski
4710M: spock@gentoo.org
4711L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4712W: http://dev.gentoo.org/~spock/projects/uvesafb/
4713S: Maintained
4714
4715VFAT/FAT/MSDOS FILESYSTEM
4716P: OGAWA Hirofumi
4717M: hirofumi@mail.parknet.co.jp
4718L: linux-kernel@vger.kernel.org
4719S: Maintained
4720
4721VIA RHINE NETWORK DRIVER
4722P: Roger Luethi
4723M: rl@hellgate.ch
4724S: Maintained
4725
4726VIAPRO SMBUS DRIVER
4727P: Jean Delvare
4728M: khali@linux-fr.org
4729L: linux-i2c@vger.kernel.org
4730S: Maintained
4731
4732VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4733P: Joseph Chan
4734M: JosephChan@via.com.tw
4735P: Scott Fang
4736M: ScottFang@viatech.com.cn
4737L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4738S: Maintained
4739
4740VIA VELOCITY NETWORK DRIVER
4741P: Francois Romieu
4742M: romieu@fr.zoreil.com
4743L: netdev@vger.kernel.org
4744S: Maintained
4745
4746VIDEO FOR LINUX (V4L)
4747P: Mauro Carvalho Chehab
4748M: mchehab@infradead.org
4749L: linux-media@vger.kernel.org
4750L: video4linux-list@redhat.com
4751W: http://linuxtv.org
4752T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4753S: Maintained
4754
4755VLAN (802.1Q)
4756P: Patrick McHardy
4757M: kaber@trash.net
4758L: netdev@vger.kernel.org
4759S: Maintained
4760
4761VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4762P: Liam Girdwood
4763M: lrg@slimlogic.co.uk
4764P: Mark Brown
4765M: broonie@opensource.wolfsonmicro.com
4766W: http://opensource.wolfsonmicro.com/node/15
4767W: http://www.slimlogic.co.uk/?page_id=5
4768T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4769S: Supported
4770
4771VT1211 HARDWARE MONITOR DRIVER
4772P: Juerg Haefliger
4773M: juergh@gmail.com
4774L: lm-sensors@lm-sensors.org
4775S: Maintained
4776
4777VT8231 HARDWARE MONITOR DRIVER
4778P: Roger Lucas
4779M: vt8231@hiddenengine.co.uk
4780L: lm-sensors@lm-sensors.org
4781S: Maintained
4782
4783W1 DALLAS'S 1-WIRE BUS
4784P: Evgeniy Polyakov
4785M: johnpol@2ka.mipt.ru
4786S: Maintained
4787
4788W83791D HARDWARE MONITORING DRIVER
4789P: Marc Hulsman
4790M: m.hulsman@tudelft.nl
4791L: lm-sensors@lm-sensors.org
4792S: Maintained
4793
4794W83793 HARDWARE MONITORING DRIVER
4795P: Rudolf Marek
4796M: r.marek@assembler.cz
4797L: lm-sensors@lm-sensors.org
4798S: Maintained
4799
4800W83L51xD SD/MMC CARD INTERFACE DRIVER
4801P: Pierre Ossman
4802M: drzeus-wbsd@drzeus.cx
4803L: linux-kernel@vger.kernel.org
4804S: Maintained
4805
4806WATCHDOG DEVICE DRIVERS
4807P: Wim Van Sebroeck
4808M: wim@iguana.be
4809T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4810S: Maintained
4811
4812WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4813P: Jean Tourrilhes
4814M: jt@hpl.hp.com
4815L: linux-wireless@vger.kernel.org
4816W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4817S: Maintained
4818
4819WD7000 SCSI DRIVER
4820P: Miroslav Zagorac
4821M: zaga@fly.cc.fer.hr
4822L: linux-scsi@vger.kernel.org
4823S: Maintained
4824
4825WIMAX STACK
4826P: Inaky Perez-Gonzalez
4827M: inaky.perez-gonzalez@intel.com
4828M: linux-wimax@intel.com
4829L: wimax@linuxwimax.org
4830S: Supported
4831W: http://linuxwimax.org
4832
4833WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4834P: David Vrabel
4835M: david.vrabel@csr.com
4836S: Maintained
4837
4838WISTRON LAPTOP BUTTON DRIVER
4839P: Miloslav Trmac
4840M: mitr@volny.cz
4841S: Maintained
4842
4843WL3501 WIRELESS PCMCIA CARD DRIVER
4844P: Arnaldo Carvalho de Melo
4845M: acme@ghostprotocols.net
4846L: linux-wireless@vger.kernel.org
4847W: http://oops.ghostprotocols.net:81/blog
4848S: Maintained
4849
4850WM97XX TOUCHSCREEN DRIVERS
4851P: Mark Brown
4852M: broonie@opensource.wolfsonmicro.com
4853P: Liam Girdwood
4854M: lrg@slimlogic.co.uk
4855L: linux-input@vger.kernel.org
4856T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4857W: http://opensource.wolfsonmicro.com/node/7
4858S: Supported
4859
4860X.25 NETWORK LAYER
4861P: Henner Eisen
4862M: eis@baty.hanse.de
4863L: linux-x25@vger.kernel.org
4864S: Maintained
4865
4866X86 ARCHITECTURE (32-BIT AND 64-BIT)
4867P: Thomas Gleixner
4868M: tglx@linutronix.de
4869P: Ingo Molnar
4870M: mingo@redhat.com
4871P: H. Peter Anvin
4872M: hpa@zytor.com
4873M: x86@kernel.org
4874L: linux-kernel@vger.kernel.org
4875T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4876S: Maintained
4877
4878XEN HYPERVISOR INTERFACE
4879P: Jeremy Fitzhardinge
4880M: jeremy@xensource.com
4881P: Chris Wright
4882M: chrisw@sous-sol.org
4883L: virtualization@lists.osdl.org
4884L: xen-devel@lists.xensource.com
4885S: Supported
4886
4887XFS FILESYSTEM
4888P: Silicon Graphics Inc
4889P: Bill O'Donnell
4890M: xfs-masters@oss.sgi.com
4891L: xfs@oss.sgi.com
4892W: http://oss.sgi.com/projects/xfs
4893T: git://oss.sgi.com/xfs/xfs.git
4894S: Supported
4895
4896XILINX SYSTEMACE DRIVER
4897P: Grant Likely
4898M: grant.likely@secretlab.ca
4899W: http://www.secretlab.ca/
4900L: linux-kernel@vger.kernel.org
4901S: Maintained
4902
4903XILINX UARTLITE SERIAL DRIVER
4904P: Peter Korsgaard
4905M: jacmet@sunsite.dk
4906L: linux-serial@vger.kernel.org
4907S: Maintained
4908
4909YAM DRIVER FOR AX.25
4910P: Jean-Paul Roubelat
4911M: jpr@f6fbb.org
4912L: linux-hams@vger.kernel.org
4913S: Maintained
4914
4915YEALINK PHONE DRIVER
4916P: Henk Vergonet
4917M: Henk.Vergonet@gmail.com
4918L: usbb2k-api-dev@nongnu.org
4919S: Maintained
4920
4921Z8530 DRIVER FOR AX.25
4922P: Joerg Reuter
4923M: jreuter@yaina.de
4924W: http://yaina.de/jreuter/
4925W: http://www.qsl.net/dl1bke/
4926L: linux-hams@vger.kernel.org
4927S: Maintained
4928
4929ZD1211RW WIRELESS DRIVER
4930P: Daniel Drake
4931M: dsd@gentoo.org
4932P: Ulrich Kunitz
4933M: kune@deine-taler.de
4934W: http://zd1211.ath.cx/wiki/DriverRewrite
4935L: linux-wireless@vger.kernel.org
4936L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4937S: Maintained
4938
4939ZR36067 VIDEO FOR LINUX DRIVER
4940L: mjpeg-users@lists.sourceforge.net
4941L: linux-media@vger.kernel.org
4942W: http://mjpeg.sourceforge.net/driver-zoran/
4943T: Mercurial http://linuxtv.org/hg/v4l-dvb
4944S: Odd Fixes
4945
4946ZS DECSTATION Z85C30 SERIAL DRIVER
4947P: Maciej W. Rozycki
4948M: macro@linux-mips.org
4949S: Maintained
4950
4951THE REST
4952P: Linus Torvalds
4953S: Buried alive in reporters