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