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