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