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