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