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