blob: 19a9a1c530371a9328af010d96d2544e88289378 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
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. See
34 Documentation/CodingStyle for guidance here.
35
36 PLEASE try to include any credit lines you want added with the
37 patch. It avoids people being missed off by mistake and makes
38 it easier to know who wants adding and who doesn't.
39
40 PLEASE document known bugs. If it doesn't work for everything
41 or does something very odd once a month document it.
42
436. Make sure you have the right to send any changes you make. If you
44 do changes at work you may find your employer owns the patch
45 not you.
46
477. Happy hacking.
48
49 -----------------------------------
50
51Maintainers List (try to look for most precise areas first)
52
53Note: For the hard of thinking, this list is meant to remain in alphabetical
54order. If you could add yourselves to it in alphabetical order that would be
55so much easier [Ed]
56
57P: Person
58M: Mail patches to
59L: Mailing list that is relevant to this area
60W: Web-page with status/info
61S: Status, one of the following:
62
63 Supported: Someone is actually paid to look after this.
64 Maintained: Someone actually looks after it.
65 Odd Fixes: It has a maintainer but they don't have time to do
66 much other than throw the odd patch in. See below..
67 Orphan: No current maintainer [but maybe you could take the
68 role as you write your new code].
69 Obsolete: Old code. Something tagged obsolete generally means
70 it has been replaced by a better system and you
71 should be using that.
72
733C359 NETWORK DRIVER
74P: Mike Phillips
75M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070076L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070077L: linux-tr@linuxtr.net
78W: http://www.linuxtr.net
79S: Maintained
80
813C505 NETWORK DRIVER
82P: Philip Blundell
83M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070084L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070085S: Maintained
86
873CR990 NETWORK DRIVER
88P: David Dillow
89M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070090L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070091S: Maintained
92
933W-XXXX ATA-RAID CONTROLLER DRIVER
94P: Adam Radford
95M: linuxraid@amcc.com
96L: linux-scsi@vger.kernel.org
97W: http://www.amcc.com
98S: Supported
99
1003W-9XXX SATA-RAID CONTROLLER DRIVER
101P: Adam Radford
102M: linuxraid@amcc.com
103L: linux-scsi@vger.kernel.org
104W: http://www.amcc.com
105S: Supported
106
10753C700 AND 53C700-66 SCSI DRIVER
108P: James E.J. Bottomley
109M: James.Bottomley@HansenPartnership.com
110L: linux-scsi@vger.kernel.org
111S: Maintained
112
1136PACK NETWORK DRIVER FOR AX.25
114P: Andreas Koensgen
115M: ajk@iehk.rwth-aachen.de
116L: linux-hams@vger.kernel.org
117S: Maintained
118
1198139CP 10/100 FAST ETHERNET DRIVER
120P: Jeff Garzik
121M: jgarzik@pobox.com
122S: Maintained
123
1248139TOO 10/100 FAST ETHERNET DRIVER
125P: Jeff Garzik
126M: jgarzik@pobox.com
127W: http://sourceforge.net/projects/gkernel/
128S: Maintained
129
1308169 10/100/1000 GIGABIT ETHERNET DRIVER
131P: Francois Romieu
132M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700133L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700134S: Maintained
135
1368250/16?50 (AND CLONE UARTS) SERIAL DRIVER
137P: Russell King
138M: rmk+serial@arm.linux.org.uk
139L: linux-serial@vger.kernel.org
140W: http://serial.sourceforge.net
141S: Maintained
142
1438390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
144P: Paul Gortmaker
145M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700146L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147S: Maintained
148
149A2232 SERIAL BOARD DRIVER
150P: Enver Haase
151M: ehaase@inf.fu-berlin.de
152M: A2232@gmx.net
153L: linux-m68k@lists.linux-m68k.org
154S: Maintained
155
156AIO
157P: Benjamin LaHaise
158M: bcrl@kvack.org
159L: linux-aio@kvack.org
160S: Supported
161
162ACENIC DRIVER
163P: Jes Sorensen
164M: jes@trained-monkey.org
165L: linux-acenic@sunsite.dk
166S: Maintained
167
168ACI MIXER DRIVER
169P: Robert Siemer
170M: Robert.Siemer@gmx.de
171L: linux-sound@vger.kernel.org
172W: http://www.stud.uni-karlsruhe.de/~uh1b/
173S: Maintained
174
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175AACRAID SCSI RAID DRIVER
176P: Adaptec OEM Raid Solutions
177L: linux-scsi@vger.kernel.org
178W: http://linux.dell.com/storage.shtml
179S: Supported
180
181ACPI
182P: Len Brown
183M: len.brown@intel.com
184L: acpi-devel@lists.sourceforge.net
185W: http://acpi.sourceforge.net/
186S: Maintained
187
188AD1816 SOUND DRIVER
189P: Thorsten Knabe
190M: Thorsten Knabe <linux@thorsten-knabe.de>
191W: http://linux.thorsten-knabe.de
192S: Maintained
193
194ADM1025 HARDWARE MONITOR DRIVER
195P: Jean Delvare
196M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200197L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198S: Maintained
199
200ADT746X FAN DRIVER
201P: Colin Leroy
202M: colin@colino.net
203S: Maintained
204
205ADVANSYS SCSI DRIVER
206P: Bob Frey
207M: linux@advansys.com
208W: http://www.advansys.com/linux.html
209L: linux-scsi@vger.kernel.org
210S: Maintained
211
212AEDSP16 DRIVER
213P: Riccardo Facchetti
214M: fizban@tin.it
215S: Maintained
216
217AFFS FILE SYSTEM
218P: Roman Zippel
219M: zippel@linux-m68k.org
220S: Maintained
221
222AGPGART DRIVER
223P: Dave Jones
224M: davej@codemonkey.org.uk
225W: http://www.codemonkey.org.uk/projects/agp/
226S: Maintained
227
228AHA152X SCSI DRIVER
229P: Juergen E. Fischer
230M: Juergen Fischer <fischer@norbit.de>
231L: linux-scsi@vger.kernel.org
232S: Maintained
233
234ALCATEL SPEEDTOUCH USB DRIVER
235P: Duncan Sands
236M: duncan.sands@free.fr
237L: linux-usb-users@lists.sourceforge.net
238L: linux-usb-devel@lists.sourceforge.net
239W: http://www.linux-usb.org/SpeedTouch/
240S: Maintained
241
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000242ALI1563 I2C DRIVER
243P: Rudolf Marek
244M: r.marek@sh.cvut.cz
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200245L: lm-sensors@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000246S: Maintained
247
Linus Torvalds1da177e2005-04-16 15:20:36 -0700248ALPHA PORT
249P: Richard Henderson
250M: rth@twiddle.net
251S: Odd Fixes for 2.4; Maintained for 2.6.
252P: Ivan Kokshaysky
253M: ink@jurassic.park.msu.ru
254S: Maintained for 2.4; PCI support for 2.6.
255
256APM DRIVER
257P: Stephen Rothwell
258M: sfr@canb.auug.org.au
259L: linux-laptop@vger.kernel.org
260W: http://www.canb.auug.org.au/~sfr/
261S: Supported
262
263APPLETALK NETWORK LAYER
264P: Arnaldo Carvalho de Melo
265M: acme@conectiva.com.br
266S: Maintained
267
Jaya Kumar1154ea72005-06-21 17:17:04 -0700268ARC FRAMEBUFFER DRIVER
269P: Jaya Kumar
270M: jayalk@intworks.biz
271S: Maintained
272
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273ARM26 ARCHITECTURE
274P: Ian Molton
275M: spyro@f2s.com
276S: Maintained
277
278ARM26/ARCHIMEDES
279P: Ian Molton
280M: spyro@f2s.com
281S: Maintained
282
283ARM26/A5000
284P: John Appleby
285M: john@dnsworld.co.uk
286S: Maintained
287
288ARM MFM AND FLOPPY DRIVERS
289P: Ian Molton
290M: spyro@f2s.com
291S: Maintained
292
293ARM/CORGI MACHINE SUPPORT
294P: Richard Purdie
295M: rpurdie@rpsys.net
296S: Maintained
297
298ARM/PLEB SUPPORT
299P: Peter Chubb
300M: pleb@gelato.unsw.edu.au
301W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
302S: Maintained
303
304ARM/PT DIGITAL BOARD PORT
305P: Stefan Eletzhofer
306M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700307L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308W: http://www.arm.linux.org.uk/
309S: Maintained
310
311ARM/SHARK MACHINE SUPPORT
312P: Alexander Schulz
313M: alex@shark-linux.de
314W: http://www.shark-linux.de/shark.html
315S: Maintained
316
317ARM/STRONGARM110 PORT
318P: Russell King
319M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700320L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700321W: http://www.arm.linux.org.uk/
322S: Maintained
323
324ARM/S3C2410 ARM ARCHITECTURE
325P: Ben Dooks
326M: ben-s3c2410@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700327L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700328W: http://www.fluff.org/ben/linux/
329S: Maintained
330
331ARM/S3C2440 ARM ARCHITECTURE
332P: Ben Dooks
333M: ben-s3c2440@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700334L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335W: http://www.fluff.org/ben/linux/
336S: Maintained
337
338ARPD SUPPORT
339P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700340L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341S: Maintained
342
343ASUS ACPI EXTRAS DRIVER
344P: Karol Kozimor
345M: sziwan@users.sourceforge.net
346P: Julien Lerouge
347M: julien.lerouge@free.fr
348L: acpi4asus-user@lists.sourceforge.net
349W: http://sourceforge.net/projects/acpi4asus
350W: http://julien.lerouge.free.fr
351S: Maintained
352
353ATA OVER ETHERNET DRIVER
354P: Ed L. Cashin
355M: ecashin@coraid.com
356W: http://www.coraid.com/support/linux
357S: Supported
358
359ATM
360P: Chas Williams
361M: chas@cmf.nrl.navy.mil
362L: linux-atm-general@lists.sourceforge.net
363W: http://linux-atm.sourceforge.net
364S: Maintained
365
366ATMEL WIRELESS DRIVER
367P: Simon Kelley
368M: simon@thekelleys.org.uk
369W: http://www.thekelleys.org.uk/atmel
370W: http://atmelwlandriver.sourceforge.net/
371S: Maintained
372
373AX.25 NETWORK LAYER
374P: Ralf Baechle
375M: ralf@linux-mips.org
376L: linux-hams@vger.kernel.org
377S: Maintained
378
379BAYCOM/HDLCDRV DRIVERS FOR AX.25
380P: Thomas Sailer
381M: t.sailer@alumni.ethz.ch
382L: linux-hams@vger.kernel.org
383W: http://www.baycom.org/~tom/ham/ham.html
384S: Maintained
385
386BEFS FILE SYSTEM
387P: Sergey S. Kostyliov
388M: rathamahata@php4.ru
389L: linux-kernel@vger.kernel.org
390S: Maintained
391
392BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
393P: Kenji Hollis
394W: http://ftp.bitgate.com/pcwd/
395S: Maintained
396
397BFS FILE SYSTEM
398P: Tigran A. Aivazian
399M: tigran@veritas.com
400L: linux-kernel@vger.kernel.org
401S: Maintained
402
403BLOCK LAYER
404P: Jens Axboe
405M: axboe@suse.de
406L: linux-kernel@vger.kernel.org
407S: Maintained
408
409BLUETOOTH SUBSYSTEM
410P: Marcel Holtmann
411M: marcel@holtmann.org
412P: Maxim Krasnyansky
413M: maxk@qualcomm.com
414L: bluez-devel@lists.sf.net
415W: http://bluez.sf.net
416W: http://www.bluez.org
417W: http://www.holtmann.org/linux/bluetooth/
418S: Maintained
419
420BLUETOOTH RFCOMM LAYER
421P: Marcel Holtmann
422M: marcel@holtmann.org
423P: Maxim Krasnyansky
424M: maxk@qualcomm.com
425S: Maintained
426
427BLUETOOTH BNEP LAYER
428P: Marcel Holtmann
429M: marcel@holtmann.org
430P: Maxim Krasnyansky
431M: maxk@qualcomm.com
432S: Maintained
433
434BLUETOOTH CMTP LAYER
435P: Marcel Holtmann
436M: marcel@holtmann.org
437S: Maintained
438
439BLUETOOTH HIDP LAYER
440P: Marcel Holtmann
441M: marcel@holtmann.org
442S: Maintained
443
444BLUETOOTH HCI UART DRIVER
445P: Marcel Holtmann
446M: marcel@holtmann.org
447P: Maxim Krasnyansky
448M: maxk@qualcomm.com
449S: Maintained
450
451BLUETOOTH HCI USB DRIVER
452P: Marcel Holtmann
453M: marcel@holtmann.org
454P: Maxim Krasnyansky
455M: maxk@qualcomm.com
456S: Maintained
457
458BLUETOOTH HCI BCM203X DRIVER
459P: Marcel Holtmann
460M: marcel@holtmann.org
461S: Maintained
462
463BLUETOOTH HCI BPA10X DRIVER
464P: Marcel Holtmann
465M: marcel@holtmann.org
466S: Maintained
467
468BLUETOOTH HCI BFUSB DRIVER
469P: Marcel Holtmann
470M: marcel@holtmann.org
471S: Maintained
472
473BLUETOOTH HCI DTL1 DRIVER
474P: Marcel Holtmann
475M: marcel@holtmann.org
476S: Maintained
477
478BLUETOOTH HCI BLUECARD DRIVER
479P: Marcel Holtmann
480M: marcel@holtmann.org
481S: Maintained
482
483BLUETOOTH HCI BT3C DRIVER
484P: Marcel Holtmann
485M: marcel@holtmann.org
486S: Maintained
487
488BLUETOOTH HCI BTUART DRIVER
489P: Marcel Holtmann
490M: marcel@holtmann.org
491S: Maintained
492
493BLUETOOTH HCI VHCI DRIVER
494P: Maxim Krasnyansky
495M: maxk@qualcomm.com
496S: Maintained
497
498BONDING DRIVER
499P: Chad Tindel
500M: ctindel@users.sourceforge.net
501P: Jay Vosburgh
502M: fubar@us.ibm.com
503L: bonding-devel@lists.sourceforge.net
504W: http://sourceforge.net/projects/bonding/
505S: Supported
506
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000507BROADBAND PROCESSOR ARCHITECTURE
508P: Arnd Bergmann
509M: arnd@arndb.de
510L: linuxppc64-dev@ozlabs.org
511W: http://linuxppc64.org
512S: Supported
513
Linus Torvalds1da177e2005-04-16 15:20:36 -0700514BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700515P: Mauro Carvalho Chehab
516M: mchehab@brturbo.com.br
Linus Torvalds1da177e2005-04-16 15:20:36 -0700517L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700518W: http://linuxtv.org
519S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700520
521BUSLOGIC SCSI DRIVER
522P: Leonard N. Zubkoff
523M: Leonard N. Zubkoff <lnz@dandelion.com>
524L: linux-scsi@vger.kernel.org
525W: http://www.dandelion.com/Linux/
526S: Maintained
527
528COMMON INTERNET FILE SYSTEM (CIFS)
529P: Steve French
530M: sfrench@samba.org
531L: samba-technical@lists.samba.org
532W: http://us1.samba.org/samba/Linux_CIFS_client.html
533S: Supported
534
535CIRRUS LOGIC GENERIC FBDEV DRIVER
536P: Jeff Garzik
537M: jgarzik@pobox.com
538L: linux-fbdev-devel@lists.sourceforge.net
539S: Odd Fixes
540
541CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
542P: Cirrus Logic Corporation (kernel 2.2 driver)
543M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
544P: Nils Faerber (port to kernel 2.4)
545M: Nils Faerber <nils@kernelconcepts.de>
546S: Maintained
547
548CODA FILE SYSTEM
549P: Jan Harkes
550M: jaharkes@cs.cmu.edu
551M: coda@cs.cmu.edu
552L: codalist@coda.cs.cmu.edu
553W: http://www.coda.cs.cmu.edu/
554S: Maintained
555
556COMPACTPCI HOTPLUG CORE
557P: Scott Murray
558M: scottm@somanetworks.com
559M: scott@spiteful.org
560L: pcihpd-discuss@lists.sourceforge.net
561S: Supported
562
563COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
564P: Scott Murray
565M: scottm@somanetworks.com
566M: scott@spiteful.org
567L: pcihpd-discuss@lists.sourceforge.net
568S: Supported
569
570COMPACTPCI HOTPLUG GENERIC DRIVER
571P: Scott Murray
572M: scottm@somanetworks.com
573M: scott@spiteful.org
574L: pcihpd-discuss@lists.sourceforge.net
575S: Supported
576
577COMPUTONE INTELLIPORT MULTIPORT CARD
578P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700579M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700580W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700581S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700582
583COSA/SRP SYNC SERIAL DRIVER
584P: Jan "Yenya" Kasprzak
585M: kas@fi.muni.cz
586W: http://www.fi.muni.cz/~kas/cosa/
587S: Maintained
588
589CPU FREQUENCY DRIVERS
590P: Dave Jones
591M: davej@codemonkey.org.uk
592L: cpufreq@lists.linux.org.uk
593W: http://www.codemonkey.org.uk/projects/cpufreq/
594S: Maintained
595
596CPUID/MSR DRIVER
597P: H. Peter Anvin
598M: hpa@zytor.com
599S: Maintained
600
601CRAMFS FILESYSTEM
602W: http://sourceforge.net/projects/cramfs/
603S: Orphan
604
605CRIS PORT
606P: Mikael Starvik
607M: starvik@axis.com
608L: dev-etrax@axis.com
609W: http://developer.axis.com
610S: Maintained
611
612CRYPTO API
613P: Herbert Xu
614M: herbert@gondor.apana.org.au
615P: David S. Miller
616M: davem@davemloft.net
617L: linux-crypto@vger.kernel.org
618S: Maintained
619
620CYBERPRO FB DRIVER
621P: Russell King
622M: rmk@arm.linux.org.uk
623W: http://www.arm.linux.org.uk/
624S: Maintained
625
626CYCLADES 2X SYNC CARD DRIVER
627P: Arnaldo Carvalho de Melo
628M: acme@conectiva.com.br
629W: http://advogato.org/person/acme
630L: cycsyn-devel@bazar.conectiva.com.br
631S: Maintained
632
633CYCLADES ASYNC MUX DRIVER
634M: async@cyclades.com
635W: http://www.cyclades.com/
636S: Supported
637
638CYCLADES PC300 DRIVER
639M: pc300@cyclades.com
640W: http://www.cyclades.com/
641S: Supported
642
643DAC960 RAID CONTROLLER DRIVER
644P: Dave Olien
645M dmo@osdl.org
646W: http://www.osdl.org/archive/dmo/DAC960
647L: linux-kernel@vger.kernel.org
648S: Maintained
649
650DAMA SLAVE for AX.25
651P: Joerg Reuter
652M: jreuter@yaina.de
653W: http://yaina.de/jreuter/
654W: http://www.qsl.net/dl1bke/
655L: linux-hams@vger.kernel.org
656S: Maintained
657
658DC395x SCSI driver
659P: Oliver Neukum
660M: oliver@neukum.name
661P: Ali Akcaagac
662M: aliakc@web.de
663P: Jamie Lenehan
664M: lenehan@twibble.org
665W: http://twibble.org/dist/dc395x/
666L: http://lists.twibble.org/mailman/listinfo/dc395x/
667S: Maintained
668
669DC390/AM53C974 SCSI driver
670P: Kurt Garloff
671M: garloff@suse.de
672W: http://www.garloff.de/kurt/linux/dc390/
673P: Guennadi Liakhovetski
674M: g.liakhovetski@gmx.de
675S: Maintained
676
677DECnet NETWORK LAYER
678P: Patrick Caulfield
679M: patrick@tykepenguin.com
680W: http://linux-decnet.sourceforge.net
681L: linux-decnet-user@lists.sourceforge.net
682S: Maintained
683
684DEFXX FDDI NETWORK DRIVER
685P: Maciej W. Rozycki
686M: macro@linux-mips.org
687S: Maintained
688
689DELL LAPTOP SMM DRIVER
690P: Massimo Dal Zotto
691M: dz@debian.org
692W: http://www.debian.org/~dz/i8k/
693S: Maintained
694
695DEVICE-MAPPER
696P: Alasdair Kergon
697L: dm-devel@redhat.com
698W: http://sources.redhat.com/dm
699S: Maintained
700
701DEVICE NUMBER REGISTRY
702P: Torben Mathiasen
703M: device@lanana.org
704W: http://lanana.org/docs/device-list/index.html
705L: linux-kernel@vger.kernel.org
706S: Maintained
707
708DEVICE FILESYSTEM
709S: Obsolete
710
711DIGI INTL. EPCA DRIVER
712P: Digi International, Inc
713M: Eng.Linux@digi.com
714L: Eng.Linux@digi.com
715W: http://www.digi.com
716S: Orphaned
717
718DIGI RIGHTSWITCH NETWORK DRIVER
719P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700720L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700721W: http://www.digi.com
722S: Orphaned
723
724DIRECTORY NOTIFICATION
725P: Stephen Rothwell
726M: sfr@canb.auug.org.au
727L: linux-kernel@vger.kernel.org
728S: Supported
729
730DISK GEOMETRY AND PARTITION HANDLING
731P: Andries Brouwer
732M: aeb@cwi.nl
733W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
734W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
735W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
736S: Maintained
737
738DISKQUOTA:
739P: Jan Kara
740M: jack@suse.cz
741L: linux-kernel@vger.kernel.org
742S: Maintained
743
744DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
745P: Tobias Ringstrom
746M: tori@unhappy.mine.nu
747L: linux-kernel@vger.kernel.org
748S: Maintained
749
Martin Waitzba483d52005-06-17 13:20:59 -0700750DOCBOOK FOR DOCUMENTATION
751P: Martin Waitz
752M: tali@admingilde.org
753S: Maintained
754
Linus Torvalds1da177e2005-04-16 15:20:36 -0700755DOUBLETALK DRIVER
756P: James R. Van Zandt
757M: jrv@vanzandt.mv.com
758L: blinux-list@redhat.com
759S: Maintained
760
761DRIVER CORE, KOBJECTS, AND SYSFS
762P: Greg Kroah-Hartman
763M: gregkh@suse.de
764L: linux-kernel@vger.kernel.org
765S: Supported
766
767DRM DRIVERS
768P: David Airlie
769M: airlied@linux.ie
770L: dri-devel@lists.sourceforge.net
771S: Maintained
772
773DSCC4 DRIVER
774P: François Romieu
775M: romieu@cogenit.fr
776M: romieu@ensta.fr
777S: Maintained
778
779DVB SUBSYSTEM AND DRIVERS
780P: LinuxTV.org Project
781M: linux-dvb-maintainer@linuxtv.org
782L: linux-dvb@linuxtv.org (subscription required)
783W: http://linuxtv.org/developer/dvb.xml
784S: Supported
785
786EATA-DMA SCSI DRIVER
787P: Michael Neuffer
788L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
789S: Maintained
790
791EATA ISA/EISA/PCI SCSI DRIVER
792P: Dario Ballabio
793M: ballabio_dario@emc.com
794L: linux-scsi@vger.kernel.org
795S: Maintained
796
797EATA-PIO SCSI DRIVER
798P: Michael Neuffer
799M: mike@i-Connect.Net
800L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
801S: Maintained
802
803EBTABLES
804P: Bart De Schuymer
805M: bart.de.schuymer@pandora.be
806L: ebtables-user@lists.sourceforge.net
807L: ebtables-devel@lists.sourceforge.net
808W: http://ebtables.sourceforge.net/
809S: Maintained
810
811EEPRO100 NETWORK DRIVER
812P: Andrey V. Savochkin
813M: saw@saw.sw.com.sg
814S: Maintained
815
816EMU10K1 SOUND DRIVER
817P: James Courtier-Dutton
818M: James@superbug.demon.co.uk
819L: emu10k1-devel@lists.sourceforge.net
820W: http://sourceforge.net/projects/emu10k1/
821S: Maintained
822
823EPSON 1355 FRAMEBUFFER DRIVER
824P: Christopher Hoover
825M: ch@murgatroid.com, ch@hpl.hp.com
826S: Maintained
827
828ETHEREXPRESS-16 NETWORK DRIVER
829P: Philip Blundell
830M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700831L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700832S: Maintained
833
834ETHERNET BRIDGE
835P: Stephen Hemminger
836M: shemminger@osdl.org
837L: bridge@osdl.org
838W: http://bridge.sourceforge.net/
839S: Maintained
840
841ETHERTEAM 16I DRIVER
842P: Mika Kuoppala
843M: miku@iki.fi
844S: Maintained
845
846EXT2 FILE SYSTEM
847L: ext2-devel@lists.sourceforge.net
848S: Maintained
849
850EXT3 FILE SYSTEM
851P: Stephen Tweedie, Andrew Morton
852M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
853L: ext3-users@redhat.com
854S: Maintained
855
856FARSYNC SYNCHRONOUS DRIVER
857P: Kevin Curtis
858M: kevin.curtis@farsite.co.uk
859M: kevin.curtis@farsite.co.uk
860W: http://www.farsite.co.uk/
861S: Supported
862
863FRAMEBUFFER LAYER
864P: Antonino Daplas
865M: adaplas@pol.net
866L: linux-fbdev-devel@lists.sourceforge.net
867W: http://linux-fbdev.sourceforge.net/
868S: Maintained
869
870FILE LOCKING (flock() and fcntl()/lockf())
871P: Matthew Wilcox
872M: matthew@wil.cx
873L: linux-fsdevel@vger.kernel.org
874S: Maintained
875
876FILESYSTEMS (VFS and infrastructure)
877P: Alexander Viro
878M: viro@parcelfarce.linux.theplanet.co.uk
879S: Maintained
880
881FIRMWARE LOADER (request_firmware)
882L: linux-kernel@vger.kernel.org
883S: Orphan
884
885FPU EMULATOR
886P: Bill Metzenthen
887M: billm@suburbia.net
888W: http://suburbia.net/~billm/floating-point/emulator/
889S: Maintained
890
891FRAME RELAY DLCI/FRAD (Sangoma drivers too)
892P: Mike McLagan
893M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700894L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700895S: Maintained
896
897FREEVXFS FILESYSTEM
898P: Christoph Hellwig
899M: hch@infradead.org
900W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
901S: Maintained
902
903FUJITSU FR-V PORT
904P: David Howells
905M: dhowells@redhat.com
906S: Maintained
907
908FTAPE/QIC-117
909L: linux-tape@vger.kernel.org
910W: http://sourceforge.net/projects/ftape
911S: Orphan
912
913FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
914P: Rik Faith
915M: faith@cs.unc.edu
916L: linux-scsi@vger.kernel.org
917S: Odd fixes (e.g., new signatures)
918
919GDT SCSI DISK ARRAY CONTROLLER DRIVER
920P: Achim Leubner
921M: achim_leubner@adaptec.com
922L: linux-scsi@vger.kernel.org
923W: http://www.icp-vortex.com/
924S: Supported
925
926GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
927P: Krzysztof Halasa
928M: khc@pm.waw.pl
929W: http://www.kernel.org/pub/linux/utils/net/hdlc/
930S: Maintained
931
932HARMONY SOUND DRIVER
933P: Kyle McMartin
934M: kyle@parisc-linux.org
935W: http://www.parisc-linux.org/~kyle/harmony/
936L: parisc-linux@lists.parisc-linux.org
937S: Maintained
938
939HAYES ESP SERIAL DRIVER
940P: Andrew J. Robinson
941M: arobinso@nyx.net
942L: linux-kernel@vger.kernel.org
943W: http://www.nyx.net/~arobinso
944S: Maintained
945
946HFS FILESYSTEM
947P: Roman Zippel
948M: zippel@linux-m68k.org
949L: linux-kernel@vger.kernel.org
950S: Maintained
951
952HGA FRAMEBUFFER DRIVER
953P: Ferenc Bakonyi
954M: fero@drama.obuda.kando.hu
955L: linux-nvidia@lists.surfsouth.com
956W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
957S: Maintained
958
959HIGH-SPEED SCC DRIVER FOR AX.25
960P: Klaus Kudielka
961M: klaus.kudielka@ieee.org
962L: linux-hams@vger.kernel.org
963W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
964S: Maintained
965
966HIPPI
967P: Jes Sorensen
968M: jes@trained-monkey.org
969L: linux-hippi@sunsite.dk
970S: Maintained
971
972HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
973P: Chirag Kantharia
974M: chirag.kantharia@hp.com
975L: iss_storagedev@hp.com
976S: Maintained
977
978HEWLETT-PACKARD SMART2 RAID DRIVER
979P: Chirag Kantharia
980M: chirag.kantharia@hp.com
981L: iss_storagedev@hp.com
982S: Maintained
983
984HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
985P: Mike Miller
986M: mike.miller@hp.com
987L: iss_storagedev@hp.com
988S: Supported
989
990HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
991P: Jaroslav Kysela
992M: perex@suse.cz
993S: Maintained
994
995HPFS FILESYSTEM
996P: Mikulas Patocka
997M: mikulas@artax.karlin.mff.cuni.cz
998W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
999S: Maintained
1000
1001HUGETLB FILESYSTEM
1002P: William Irwin
1003M: wli@holomorphy.com
1004S: Maintained
1005
1006I2C AND SENSORS DRIVERS
1007P: Greg Kroah-Hartman
1008M: greg@kroah.com
1009P: Jean Delvare
1010M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001011L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001012W: http://www.lm-sensors.nu/
1013S: Maintained
1014
1015I2O
1016P: Markus Lidel
1017M: markus.lidel@shadowconnect.com
1018W: http://i2o.shadowconnect.com/
1019S: Maintained
1020
1021i386 BOOT CODE
1022P: Riley H. Williams
1023M: Riley@Williams.Name
1024L: Linux-Kernel@vger.kernel.org
1025S: Maintained
1026
1027i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1028P: Dave Jones
1029M: davej@codemonkey.org.uk
1030P: H. Peter Anvin
1031M: hpa@zytor.com
1032S: Maintained
1033
1034i810 TCO TIMER WATCHDOG
1035P: Nils Faerber
1036M: nils@kernelconcepts.de
1037W: http://www.kernelconcepts.de/
1038S: Maintained
1039
1040IA64 (Itanium) PLATFORM
1041P: Tony Luck
1042M: tony.luck@intel.com
1043L: linux-ia64@vger.kernel.org
1044W: http://www.ia64-linux.org/
1045S: Maintained
1046
1047SN-IA64 (Itanium) SUB-PLATFORM
Jesse Barnes056b5032005-05-09 14:52:00 -07001048P: Greg Edwards
1049M: edwardsg@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001050L: linux-altix@sgi.com
1051L: linux-ia64@vger.kernel.org
1052W: http://www.sgi.com/altix
1053S: Maintained
1054
1055IBM MCA SCSI SUBSYSTEM DRIVER
1056P: Michael Lang
1057M: langa2@kph.uni-mainz.de
1058W: http://www.uni-mainz.de/~langm000/linux.html
1059S: Maintained
1060
1061IBM Power Linux RAID adapter
1062P: Brian King
1063M: brking@us.ibm.com
1064S: Supported
1065
1066IBM ServeRAID RAID DRIVER
1067P: Jack Hammer
1068P: Dave Jeffery
1069M: ipslinux@adaptec.com
1070W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1071S: Supported
1072
1073IDE DRIVER [GENERAL]
1074P: Bartlomiej Zolnierkiewicz
1075M: B.Zolnierkiewicz@elka.pw.edu.pl
1076L: linux-kernel@vger.kernel.org
1077L: linux-ide@vger.kernel.org
1078S: Maintained
1079
1080IDE/ATAPI CDROM DRIVER
1081P: Jens Axboe
1082M: axboe@suse.de
1083L: linux-kernel@vger.kernel.org
1084W: http://www.kernel.dk
1085S: Maintained
1086
1087IDE/ATAPI FLOPPY DRIVERS
1088P: Paul Bristow
1089M: Paul Bristow <paul@paulbristow.net>
1090W: http://paulbristow.net/linux/idefloppy.html
1091L: linux-kernel@vger.kernel.org
1092S: Maintained
1093
1094IDE/ATAPI TAPE DRIVERS
1095P: Gadi Oxman
1096M: Gadi Oxman <gadio@netvision.net.il>
1097L: linux-kernel@vger.kernel.org
1098S: Maintained
1099
1100IEEE 1394 ETHERNET (eth1394)
1101L: linux1394-devel@lists.sourceforge.net
1102W: http://www.linux1394.org/
1103S: Orphan
1104
1105IEEE 1394 SBP2
1106L: linux1394-devel@lists.sourceforge.net
1107W: http://www.linux1394.org/
1108S: Orphan
1109
1110IEEE 1394 SUBSYSTEM
1111P: Ben Collins
1112M: bcollins@debian.org
1113P: Jody McIntyre
1114M: scjody@steamballoon.com
1115L: linux1394-devel@lists.sourceforge.net
1116W: http://www.linux1394.org/
1117S: Maintained
1118
1119IEEE 1394 OHCI DRIVER
1120P: Ben Collins
1121M: bcollins@debian.org
1122P: Jody McIntyre
1123M: scjody@steamballoon.com
1124L: linux1394-devel@lists.sourceforge.net
1125W: http://www.linux1394.org/
1126S: Maintained
1127
1128IEEE 1394 PCILYNX DRIVER
1129P: Jody McIntyre
1130M: scjody@steamballoon.com
1131L: linux1394-devel@lists.sourceforge.net
1132W: http://www.linux1394.org/
1133S: Maintained
1134
1135IEEE 1394 RAW I/O DRIVER
1136P: Ben Collins
1137M: bcollins@debian.org
1138P: Dan Dennedy
1139M: dan@dennedy.org
1140L: linux1394-devel@lists.sourceforge.net
1141W: http://www.linux1394.org/
1142S: Maintained
1143
1144IMS TWINTURBO FRAMEBUFFER DRIVER
1145P: Paul Mundt
1146M: lethal@chaoticdreams.org
1147L: linux-fbdev-devel@lists.sourceforge.net
1148S: Maintained
1149
1150INFINIBAND SUBSYSTEM
1151P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001152M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153P: Sean Hefty
1154M: mshefty@ichips.intel.com
1155P: Hal Rosenstock
1156M: halr@voltaire.com
1157L: openib-general@openib.org
1158W: http://www.openib.org/
1159S: Supported
1160
1161INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1162P: Vojtech Pavlik
1163M: vojtech@suse.cz
1164L: linux-input@atrey.karlin.mff.cuni.cz
1165L: linux-joystick@atrey.karlin.mff.cuni.cz
1166S: Maintained
1167
1168INTEL 810/815 FRAMEBUFFER DRIVER
1169P: Antonino Daplas
1170M: adaplas@pol.net
1171L: linux-fbdev-devel@lists.sourceforge.net
1172S: Maintained
1173
1174INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1175P: Ingo Molnar
1176M: mingo@redhat.com
1177S: Maintained
1178
1179INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1180P: Jeff Garzik
1181M: jgarzik@pobox.com
1182W: http://sourceforge.net/projects/gkernel/
1183S: Maintained
1184
1185INTEL IA32 MICROCODE UPDATE SUPPORT
1186P: Tigran Aivazian
1187M: tigran@veritas.com
1188S: Maintained
1189
1190INTEL PRO/100 ETHERNET SUPPORT
1191P: John Ronciak
1192M: john.ronciak@intel.com
1193P: Ganesh Venkatesan
1194M: ganesh.venkatesan@intel.com
1195P: Jesse Brandeburg
1196M: jesse.brandeburg@intel.com
1197W: http://sourceforge.net/projects/e1000/
1198S: Supported
1199
1200INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1201P: Jeb Cramer
1202M: cramerj@intel.com
1203P: John Ronciak
1204M: john.ronciak@intel.com
1205P: Ganesh Venkatesan
1206M: ganesh.venkatesan@intel.com
1207W: http://sourceforge.net/projects/e1000/
1208S: Supported
1209
1210INTEL PRO/10GbE SUPPORT
1211P: Ayyappan Veeraiyan
1212M: ayyappan.veeraiyan@intel.com
1213P: Ganesh Venkatesan
1214M: ganesh.venkatesan@intel.com
1215P: John Ronciak
1216M: john.ronciak@intel.com
1217W: http://sourceforge.net/projects/e1000/
1218S: Supported
1219
1220IOC3 DRIVER
1221P: Ralf Baechle
1222M: ralf@linux-mips.org
1223L: linux-mips@linux-mips.org
1224S: Maintained
1225
1226IP MASQUERADING:
1227P: Juanjo Ciarlante
1228M: jjciarla@raiz.uncu.edu.ar
1229S: Maintained
1230
1231IPX NETWORK LAYER
1232P: Arnaldo Carvalho de Melo
1233M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001234L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235S: Maintained
1236
1237IRDA SUBSYSTEM
1238P: Jean Tourrilhes
1239L: irda-users@lists.sourceforge.net
1240W: http://irda.sourceforge.net/
1241S: Maintained
1242
1243ISAPNP
1244P: Jaroslav Kysela
1245M: perex@suse.cz
1246S: Maintained
1247
1248ISDN SUBSYSTEM
1249P: Karsten Keil
1250M: kkeil@suse.de
1251P: Kai Germaschewski
1252M: kai.germaschewski@gmx.de
1253L: isdn4linux@listserv.isdn4linux.de
1254W: http://www.isdn4linux.de
1255S: Maintained
1256
1257ISDN SUBSYSTEM (Eicon active card driver)
1258P: Armin Schindler
1259M: mac@melware.de
1260L: isdn4linux@listserv.isdn4linux.de
1261W: http://www.melware.de
1262S: Maintained
1263
1264JOURNALLING FLASH FILE SYSTEM (JFFS)
1265P: Axis Communications AB
1266M: jffs-dev@axis.com
1267L: jffs-dev@axis.com
1268W: http://www.developer.axis.com/software/jffs/
1269S: Maintained
1270
1271JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1272P: David Woodhouse
1273M: dwmw2@infradead.org
1274L: jffs-dev@axis.com
1275W: http://sources.redhat.com/jffs2/
1276S: Maintained
1277
1278JFS FILESYSTEM
1279P: Dave Kleikamp
1280M: shaggy@austin.ibm.com
1281L: jfs-discussion@lists.sourceforge.net
1282W: http://jfs.sourceforge.net/
1283S: Supported
1284
1285KCONFIG
1286P: Roman Zippel
1287M: zippel@linux-m68k.org
1288L: kbuild-devel@lists.sourceforge.net
1289S: Maintained
1290
1291KERNEL AUTOMOUNTER (AUTOFS)
1292P: H. Peter Anvin
1293M: hpa@zytor.com
1294L: autofs@linux.kernel.org
1295S: Odd Fixes
1296
1297KERNEL AUTOMOUNTER v4 (AUTOFS4)
1298P: Ian Kent
1299M: raven@themaw.net
1300L: autofs@linux.kernel.org
1301S: Maintained
1302
1303KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1304P: Kai Germaschewski
1305M: kai@germaschewski.name
1306P: Sam Ravnborg
1307M: sam@ravnborg.org
1308S: Maintained
1309
1310KERNEL JANITORS
1311P: Several
1312L: kernel-janitors@osdl.org
1313W: http://www.kerneljanitors.org/
1314W: http://sf.net/projects/kernel-janitor/
1315W: http://developer.osdl.org/rddunlap/kj-patches/
1316S: Maintained
1317
1318KERNEL NFSD
1319P: Neil Brown
1320M: neilb@cse.unsw.edu.au
1321L: nfs@lists.sourceforge.net
1322W: http://nfs.sourceforge.net/
1323W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1324S: Maintained
1325
1326KERNEL EVENT LAYER (KOBJECT_UEVENT)
1327P: Robert Love
1328M: rml@novell.com
1329L: linux-kernel@vger.kernel.org
1330S: Maintained
1331
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001332KEXEC
1333P: Eric Biederman
1334P: Randy Dunlap
1335M: ebiederm@xmission.com
1336M: rddunlap@osdl.org
1337W: http://www.xmission.com/~ebiederm/files/kexec/
1338L: linux-kernel@vger.kernel.org
1339L: fastboot@osdl.org
1340S: Maintained
1341
Linus Torvalds1da177e2005-04-16 15:20:36 -07001342LANMEDIA WAN CARD DRIVER
1343P: Andrew Stanley-Jones
1344M: asj@lanmedia.com
1345W: http://www.lanmedia.com/
1346S: Supported
1347
1348LAPB module
1349P: Henner Eisen
1350M: eis@baty.hanse.de
1351L: linux-x25@vger.kernel.org
1352S: Maintained
1353
1354LASI 53c700 driver for PARISC
1355P: James E.J. Bottomley
1356M: James.Bottomley@HansenPartnership.com
1357L: linux-scsi@vger.kernel.org
1358S: Maintained
1359
1360LEGO USB Tower driver
1361P: Juergen Stuber
1362M: starblue@users.sourceforge.net
1363L: legousb-devel@lists.sourceforge.net
1364W: http://legousb.sourceforge.net/
1365S: Maintained
1366
1367LINUX FOR IBM pSERIES (RS/6000)
1368P: Paul Mackerras
1369M: paulus@au.ibm.com
1370W: http://www.ibm.com/linux/ltc/projects/ppc
1371S: Supported
1372
1373LINUX FOR NCR VOYAGER
1374P: James Bottomley
1375M: James.Bottomley@HansenPartnership.com
1376W: http://www.hansenpartnership.com/voyager
1377S: Maintained
1378
1379LINUX FOR POWERPC
1380P: Paul Mackerras
1381M: paulus@samba.org
1382W: http://www.penguinppc.org/
1383L: linuxppc-dev@ozlabs.org
1384S: Supported
1385
1386LINUX FOR POWER MACINTOSH
1387P: Benjamin Herrenschmidt
1388M: benh@kernel.crashing.org
1389W: http://www.penguinppc.org/
1390L: linuxppc-dev@ozlabs.org
1391S: Maintained
1392
1393LINUX FOR POWERPC EMBEDDED MPC52XX
1394P: Sylvain Munaut
1395M: tnt@246tNt.com
1396W: http://www.246tNt.com/mpc52xx/
1397W: http://www.penguinppc.org/
1398L: linuxppc-dev@ozlabs.org
1399L: linuxppc-embedded@ozlabs.org
1400S: Maintained
1401
1402LINUX FOR POWERPC EMBEDDED PPC4XX
1403P: Matt Porter
1404M: mporter@kernel.crashing.org
1405W: http://www.penguinppc.org/
1406L: linuxppc-embedded@ozlabs.org
1407S: Maintained
1408
1409LINUX FOR POWERPC EMBEDDED PPC8XX AND BOOT CODE
1410P: Tom Rini
1411M: trini@kernel.crashing.org
1412W: http://www.penguinppc.org/
1413L: linuxppc-embedded@ozlabs.org
1414S: Maintained
1415
1416LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1417P: Kumar Gala
1418M: kumar.gala@freescale.com
1419W: http://www.penguinppc.org/
1420L: linuxppc-embedded@ozlabs.org
1421S: Maintained
1422
1423LLC (802.2)
1424P: Arnaldo Carvalho de Melo
1425M: acme@conectiva.com.br
1426S: Maintained
1427
1428LINUX FOR 64BIT POWERPC
1429P: Paul Mackerras
1430M: paulus@samba.org
1431M: paulus@au.ibm.com
1432P: Anton Blanchard
1433M: anton@samba.org
1434M: anton@au.ibm.com
1435W: http://linuxppc64.org
1436L: linuxppc64-dev@ozlabs.org
1437S: Supported
1438
1439LINUX SECURITY MODULE (LSM) FRAMEWORK
1440P: Chris Wright
1441M: chrisw@osdl.org
1442L: linux-security-module@wirex.com
1443W: http://lsm.immunix.org
1444S: Supported
1445
1446LM83 HARDWARE MONITOR DRIVER
1447P: Jean Delvare
1448M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001449L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001450S: Maintained
1451
1452LM90 HARDWARE MONITOR DRIVER
1453P: Jean Delvare
1454M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001455L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001456S: Maintained
1457
1458LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1459P: Richard Russon (FlatCap)
1460M: ldm@flatcap.org
1461L: ldm-devel@lists.sourceforge.net
1462W: http://ldm.sourceforge.net
1463S: Maintained
1464
1465LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1466P: Matthew Wilcox
1467M: matthew@wil.cx
1468L: linux-scsi@vger.kernel.org
1469S: Maintained
1470
1471M68K ARCHITECTURE
1472P: Geert Uytterhoeven
1473M: geert@linux-m68k.org
1474P: Roman Zippel
1475M: zippel@linux-m68k.org
1476L: linux-m68k@lists.linux-m68k.org
1477W: http://www.linux-m68k.org/
1478W: http://linux-m68k-cvs.ubb.ca/
1479S: Maintained
1480
1481M68K ON APPLE MACINTOSH
1482P: Joshua Thompson
1483M: funaho@jurai.org
1484W: http://www.mac.linux-m68k.org/
1485L: linux-mac68k@mac.linux-m68k.org
1486S: Maintained
1487
1488M68K ON HP9000/300
1489P: Philip Blundell
1490M: philb@gnu.org
1491W: http://www.tazenda.demon.co.uk/phil/linux-hp
1492S: Maintained
1493
1494MARVELL YUKON / SYSKONNECT DRIVER
1495P: Mirko Lindner
1496M: mlindner@syskonnect.de
1497P: Ralph Roesler
1498M: rroesler@syskonnect.de
1499W: http://www.syskonnect.com
1500S: Supported
1501
1502MAESTRO PCI SOUND DRIVERS
1503P: Zach Brown
1504M: zab@zabbo.net
1505S: Odd Fixes
1506
1507MARVELL MV64340 ETHERNET DRIVER
1508P: Manish Lachwani
1509M: Manish_Lachwani@pmc-sierra.com
1510L: linux-mips@linux-mips.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001511L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001512S: Supported
1513
1514MATROX FRAMEBUFFER DRIVER
1515P: Petr Vandrovec
1516M: vandrove@vc.cvut.cz
1517L: linux-fbdev-devel@lists.sourceforge.net
1518S: Maintained
1519
1520MEMORY TECHNOLOGY DEVICES
1521P: David Woodhouse
1522M: dwmw2@infradead.org
1523W: http://www.linux-mtd.infradead.org/
1524L: linux-mtd@lists.infradead.org
1525S: Maintained
1526
1527MICROTEK X6 SCANNER
1528P: Oliver Neukum
1529M: oliver@neukum.name
1530S: Maintained
1531
1532MIPS
1533P: Ralf Baechle
1534M: ralf@linux-mips.org
1535W: http://oss.sgi.com/mips/mips-howto.html
1536L: linux-mips@linux-mips.org
1537S: Maintained
1538
1539MISCELLANEOUS MCA-SUPPORT
1540P: James Bottomley
1541M: jejb@steeleye.com
1542L: linux-kernel@vger.kernel.org
1543S: Maintained
1544
1545MODULE SUPPORT
1546P: Rusty Russell
1547M: rusty@rustcorp.com.au
1548L: linux-kernel@vger.kernel.org
1549S: Maintained
1550
1551MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1552P: Stelian Pop
1553M: stelian@popies.net
1554W: http://popies.net/meye/
1555S: Maintained
1556
1557MOUSE AND MISC DEVICES [GENERAL]
1558P: Alessandro Rubini
1559M: rubini@ipvvis.unipv.it
1560L: linux-kernel@vger.kernel.org
1561S: Maintained
1562
1563MTRR AND SIMILAR SUPPORT [i386]
1564P: Richard Gooch
1565M: rgooch@atnf.csiro.au
1566L: linux-kernel@vger.kernel.org
1567W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1568S: Maintained
1569
1570MULTISOUND SOUND DRIVER
1571P: Andrew Veliath
1572M: andrewtv@usa.net
1573S: Maintained
1574
1575NATSEMI ETHERNET DRIVER (DP8381x)
1576P: Tim Hockin
1577M: thockin@hockin.org
1578S: Maintained
1579
1580NCP FILESYSTEM
1581P: Petr Vandrovec
1582M: vandrove@vc.cvut.cz
1583L: linware@sh.cvut.cz
1584S: Maintained
1585
1586NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1587P: James E.J. Bottomley
1588M: James.Bottomley@HansenPartnership.com
1589L: linux-scsi@vger.kernel.org
1590S: Maintained
1591
1592NETFILTER/IPTABLES/IPCHAINS
1593P: Rusty Russell
1594P: Marc Boucher
1595P: James Morris
1596P: Harald Welte
1597P: Jozsef Kadlecsik
1598M: coreteam@netfilter.org
1599W: http://www.netfilter.org/
1600W: http://www.iptables.org/
1601L: netfilter@lists.netfilter.org
1602L: netfilter-devel@lists.netfilter.org
1603S: Supported
1604
1605NETROM NETWORK LAYER
1606P: Ralf Baechle
1607M: ralf@linux-mips.org
1608L: linux-hams@vger.kernel.org
1609S: Maintained
1610
1611NETWORK BLOCK DEVICE
1612P: Paul Clements
1613M: Paul.Clements@steeleye.com
1614S: Maintained
1615
1616NETWORK DEVICE DRIVERS
1617P: Andrew Morton
1618M: akpm@osdl.org
1619P: Jeff Garzik
1620M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001621L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001622S: Maintained
1623
1624NETWORKING [GENERAL]
1625P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001626M: netdev@vger.kernel.org
1627L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628S: Maintained
1629
1630NETWORKING [IPv4/IPv6]
1631P: David S. Miller
1632M: davem@davemloft.net
1633P: Alexey Kuznetsov
1634M: kuznet@ms2.inr.ac.ru
1635P: Pekka Savola (ipv6)
1636M: pekkas@netcore.fi
1637P: James Morris
1638M: jmorris@redhat.com
1639P: Hideaki YOSHIFUJI
1640M: yoshfuji@linux-ipv6.org
1641P: Patrick McHardy
1642M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001643L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001644S: Maintained
1645
1646IPVS
1647P: Wensong Zhang
1648M: wensong@linux-vs.org
1649P: Julian Anastasov
1650M: ja@ssi.bg
1651S: Maintained
1652
1653NFS CLIENT
1654P: Trond Myklebust
1655M: trond.myklebust@fys.uio.no
1656L: linux-kernel@vger.kernel.org
1657S: Maintained
1658
1659NI5010 NETWORK DRIVER
1660P: Jan-Pascal van Best and Andreas Mohr
1661M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1662M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07001663L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664S: Maintained
1665
1666NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1667P: YOKOTA Hiroshi
1668M: yokota@netlab.is.tsukuba.ac.jp
1669W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1670S: Maintained
1671
1672NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1673P: GOTO Masanori
1674M: gotom@debian.or.jp
1675P: YOKOTA Hiroshi
1676M: yokota@netlab.is.tsukuba.ac.jp
1677W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1678S: Maintained
1679
1680NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1681P: Eberhard Moenkeberg
1682M: emoenke@gwdg.de
1683L: linux-kernel@vger.kernel.org
1684S: Maintained
1685
1686NTFS FILESYSTEM
1687P: Anton Altaparmakov
1688M: aia21@cantab.net
1689L: linux-ntfs-dev@lists.sourceforge.net
1690L: linux-kernel@vger.kernel.org
1691W: http://linux-ntfs.sf.net/
1692S: Maintained
1693
1694NVIDIA (RIVA) FRAMEBUFFER DRIVER
1695P: Ani Joshi
1696M: ajoshi@shell.unixbox.com
1697L: linux-nvidia@lists.surfsouth.com
1698S: Maintained
1699
1700OLYMPIC NETWORK DRIVER
1701P: Peter De Shrijver
1702M: p2@ace.ulyssis.student.kuleuven.ac.be
1703P: Mike Phillips
1704M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001705L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001706L: linux-tr@linuxtr.net
1707W: http://www.linuxtr.net
1708S: Maintained
1709
1710ONSTREAM SCSI TAPE DRIVER
1711P: Willem Riede
1712M: osst@riede.org
1713L: osst-users@lists.sourceforge.net
1714L: linux-scsi@vger.kernel.org
1715S: Maintained
1716
1717OPL3-SA2, SA3, and SAx DRIVER
1718P: Zwane Mwaikambo
1719M: zwane@commfireservices.com
1720L: linux-sound@vger.kernel.org
1721S: Maintained
1722
1723OPROFILE
1724P: Philippe Elie
1725M: phil.el@wanadoo.fr
1726L: oprofile-list@lists.sf.net
1727S: Maintained
1728
1729ORINOCO DRIVER
1730P: Pavel Roskin
1731M: proski@gnu.org
1732P: David Gibson
1733M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07001734L: orinoco-users@lists.sourceforge.net
1735L: orinoco-devel@lists.sourceforge.net
1736W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001737S: Maintained
1738
1739PARALLEL PORT SUPPORT
1740P: Phil Blundell
1741M: philb@gnu.org
1742P: Tim Waugh
1743M: tim@cyberelk.net
1744P: David Campbell
1745M: campbell@torque.net
1746P: Andrea Arcangeli
1747M: andrea@suse.de
1748L: linux-parport@lists.infradead.org
1749W: http://people.redhat.com/twaugh/parport/
1750S: Maintained
1751
1752PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
1753P: Tim Waugh
1754M: tim@cyberelk.net
1755L: linux-parport@lists.infradead.org
1756W: http://www.torque.net/linux-pp.html
1757S: Maintained
1758
1759PARISC ARCHITECTURE
1760P: Matthew Wilcox
1761M: matthew@wil.cx
1762P: Grant Grundler
1763M: grundler@parisc-linux.org
1764L: parisc-linux@parisc-linux.org
1765W: http://www.parisc-linux.org/
1766S: Maintained
1767
1768PERSONALITY HANDLING
1769P: Christoph Hellwig
1770M: hch@infradead.org
1771L: linux-abi-devel@lists.sourceforge.net
1772S: Maintained
1773
1774PCI ID DATABASE
1775P: Martin Mares
1776M: mj@ucw.cz
1777L: pciids-devel@lists.sourceforge.net
1778W: http://pciids.sourceforge.net/
1779S: Maintained
1780
1781PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
1782P: Thomas Sailer
1783M: sailer@ife.ee.ethz.ch
1784L: linux-sound@vger.kernel.org
1785W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
1786S: Maintained
1787
1788PCI SUBSYSTEM
1789P: Greg Kroah-Hartman
1790M: gregkh@suse.de
1791L: linux-kernel@vger.kernel.org
1792L: linux-pci@atrey.karlin.mff.cuni.cz
1793S: Supported
1794
1795PCI HOTPLUG CORE
1796P: Greg Kroah-Hartman
1797M: gregkh@suse.de
1798S: Supported
1799
1800PCI HOTPLUG COMPAQ DRIVER
1801P: Greg Kroah-Hartman
1802M: greg@kroah.com
1803S: Maintained
1804
1805PCMCIA SUBSYSTEM
1806L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
1807S: Unmaintained
1808
1809PCNET32 NETWORK DRIVER
1810P: Thomas Bogendörfer
1811M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001812L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001813S: Maintained
1814
1815PHRAM MTD DRIVER
1816P: Jörn Engel
1817M: joern@wh.fh-wedel.de
1818L: linux-mtd@lists.infradead.org
1819S: Maintained
1820
1821POSIX CLOCKS and TIMERS
1822P: George Anzinger
1823M: george@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001824L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825S: Supported
1826
1827PNP SUPPORT
1828P: Adam Belay
1829M: ambx1@neo.rr.com
1830S: Maintained
1831
1832PPP PROTOCOL DRIVERS AND COMPRESSORS
1833P: Paul Mackerras
1834M: paulus@samba.org
1835L: linux-ppp@vger.kernel.org
1836S: Maintained
1837
1838PPP OVER ATM (RFC 2364)
1839P: Mitchell Blank Jr
1840M: mitch@sfgoth.com
1841S: Maintained
1842
1843PPP OVER ETHERNET
1844P: Michal Ostrowski
1845M: mostrows@speakeasy.net
1846S: Maintained
1847
1848PREEMPTIBLE KERNEL
1849P: Robert Love
1850M: rml@tech9.net
1851L: linux-kernel@vger.kernel.org
1852L: kpreempt-tech@lists.sourceforge.net
1853W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
1854S: Supported
1855
1856PRISM54 WIRELESS DRIVER
1857P: Prism54 Development Team
1858M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001859L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001860W: http://prism54.org
1861S: Maintained
1862
1863PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
1864P: Peter Denison
1865M: promise@pnd-pc.demon.co.uk
1866W: http://www.pnd-pc.demon.co.uk/promise/
1867S: Maintained
1868
1869PXA2xx SUPPORT
1870P: Nicolas Pitre
1871M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07001872L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001873S: Maintained
1874
1875QLOGIC QLA2XXX FC-SCSI DRIVER
1876P: Andrew Vasquez
1877M: andrew.vasquez@qlogic.com
1878L: linux-scsi@vger.kernel.org
1879S: Supported
1880
1881QNX4 FILESYSTEM
1882P: Anders Larsen
1883M: al@alarsen.net
1884L: linux-kernel@vger.kernel.org
1885W: http://www.alarsen.net/linux/qnx4fs/
1886S: Maintained
1887
1888RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07001889P: Benjamin Herrenschmidt
1890M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001891L: linux-fbdev-devel@lists.sourceforge.net
1892S: Maintained
1893
1894RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07001895P: Paul Mackerras
1896M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001897L: linux-fbdev-devel@lists.sourceforge.net
1898S: Maintained
1899
1900RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
1901P: Corey Thomas
1902M: corey@world.std.com
1903L: linux-kernel@vger.kernel.org
1904S: Maintained
1905
Matt Mackall9e95ce22005-04-16 15:25:56 -07001906RANDOM NUMBER DRIVER
1907P: Matt Mackall
1908M: mpm@selenic.com
1909S: Maintained
1910
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911REAL TIME CLOCK DRIVER
1912P: Paul Gortmaker
1913M: p_gortmaker@yahoo.com
1914L: linux-kernel@vger.kernel.org
1915S: Maintained
1916
1917REISERFS FILE SYSTEM
1918P: Hans Reiser
1919M: reiserfs-dev@namesys.com
1920L: reiserfs-list@namesys.com
1921W: http://www.namesys.com
1922S: Supported
1923
1924ROCKETPORT DRIVER
1925P: Comtrol Corp.
1926M: support@comtrol.com
1927W: http://www.comtrol.com
1928S: Maintained
1929
1930ROSE NETWORK LAYER
1931P: Ralf Baechle
1932M: ralf@linux-mips.org
1933L: linux-hams@vger.kernel.org
1934S: Maintained
1935
1936RISCOM8 DRIVER
1937S: Orphan
1938
1939RTLINUX REALTIME LINUX
1940P: Victor Yodaiken
1941M: yodaiken@fsmlabs.com
1942L: rtl@rtlinux.org
1943W: www.rtlinux.org
1944S: Maintained
1945
1946S390
1947P: Martin Schwidefsky
1948M: schwidefsky@de.ibm.com
1949M: linux390@de.ibm.com
1950L: linux-390@vm.marist.edu
1951W: http://oss.software.ibm.com/developerworks/opensource/linux390
1952S: Supported
1953
1954SAA7146 VIDEO4LINUX-2 DRIVER
1955P: Michael Hunold
1956M: michael@mihu.de
1957W: http://www.mihu.de/linux/saa7146
1958S: Maintained
1959
1960SBPCD CDROM DRIVER
1961P: Eberhard Moenkeberg
1962M: emoenke@gwdg.de
1963L: linux-kernel@vger.kernel.org
1964S: Maintained
1965
1966SC1200 WDT DRIVER
1967P: Zwane Mwaikambo
1968M: zwane@commfireservices.com
1969S: Maintained
1970
1971SCHEDULER
1972P: Ingo Molnar
1973M: mingo@elte.hu
1974P: Robert Love [the preemptible kernel bits]
1975M: rml@tech9.net
1976L: linux-kernel@vger.kernel.org
1977S: Maintained
1978
1979SCSI CDROM DRIVER
1980P: Jens Axboe
1981M: axboe@suse.de
1982L: linux-scsi@vger.kernel.org
1983W: http://www.kernel.dk
1984S: Maintained
1985
1986SCSI SG DRIVER
1987P: Doug Gilbert
1988M: dgilbert@interlog.com
1989L: linux-scsi@vger.kernel.org
1990W: http://www.torque.net/sg
1991S: Maintained
1992
1993SCSI SUBSYSTEM
1994P: James E.J. Bottomley
1995M: James.Bottomley@SteelEye.com
1996L: linux-scsi@vger.kernel.org
1997S: Maintained
1998
1999SCSI TAPE DRIVER
2000P: Kai Mäkisara
2001M: Kai.Makisara@kolumbus.fi
2002L: linux-scsi@vger.kernel.org
2003S: Maintained
2004
2005SCTP PROTOCOL
2006P: Sridhar Samudrala
2007M: sri@us.ibm.com
2008L: lksctp-developers@lists.sourceforge.net
2009S: Supported
2010
2011SCx200 CPU SUPPORT
2012P: Christer Weinigel
2013M: christer@weinigel.se
2014W: http://www.weinigel.se
2015S: Supported
2016
2017SECURITY CONTACT
2018P: Security Officers
2019M: security@kernel.org
2020S: Supported
2021
2022SELINUX SECURITY MODULE
2023P: Stephen Smalley
2024M: sds@epoch.ncsc.mil
2025P: James Morris
2026M: jmorris@redhat.com
2027L: linux-kernel@vger.kernel.org (kernel issues)
2028L: selinux@tycho.nsa.gov (general discussion)
2029W: http://www.nsa.gov/selinux
2030S: Supported
2031
2032SERIAL ATA (SATA) SUBSYSTEM:
2033P: Jeff Garzik
2034M: jgarzik@pobox.com
2035L: linux-ide@vger.kernel.org
2036S: Supported
2037
2038SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2039P: Pat Gefre
2040M: pfg@sgi.com
2041L: linux-ia64@vger.kernel.org
2042S: Supported
2043
2044SGI VISUAL WORKSTATION 320 AND 540
2045P: Andrey Panin
2046M: pazke@donpac.ru
2047L: linux-visws-devel@lists.sf.net
2048W: http://linux-visws.sf.net
2049S: Maintained for 2.6.
2050
2051SIMTEC EB110ATX (Chalice CATS)
2052P: Ben Dooks
2053P: Vincent Sanders
2054M: support@simtec.co.uk
2055W: http://www.simtec.co.uk/products/EB110ATX/
2056S: Supported
2057
2058SIMTEC EB2410ITX (BAST)
2059P: Ben Dooks
2060P: Vincent Sanders
2061M: support@simtec.co.uk
2062W: http://www.simtec.co.uk/products/EB2410ITX/
2063S: Supported
2064
2065SIS 5513 IDE CONTROLLER DRIVER
2066P: Lionel Bouton
2067M: Lionel.Bouton@inet6.fr
2068W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2069W: http://gyver.homeip.net/sis5513/index.html
2070S: Maintained
2071
2072SIS 900/7016 FAST ETHERNET DRIVER
2073P: Daniele Venzano
2074M: venza@brownhat.org
2075W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002076L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077S: Maintained
2078
2079SIS FRAMEBUFFER DRIVER
2080P: Thomas Winischhofer
2081M: thomas@winischhofer.net
2082W: http://www.winischhofer.net/linuxsisvga.shtml
2083S: Maintained
2084
2085SIS USB2VGA DRIVER
2086P: Thomas Winischhofer
2087M: thomas@winischhofer.net
2088W: http://www.winischhofer.at/linuxsisusbvga.shtml
2089S: Maintained
2090
2091SMSC47M1 HARDWARE MONITOR DRIVER
2092P: Jean Delvare
2093M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002094L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095S: Odd Fixes
2096
2097SMB FILESYSTEM
2098P: Urban Widmark
2099M: urban@teststation.com
2100W: http://samba.org/
2101L: samba@samba.org
2102S: Maintained
2103
2104SMC91x ETHERNET DRIVER
2105P: Nicolas Pitre
2106M: nico@cam.org
2107S: Maintained
2108
2109SNA NETWORK LAYER
2110P: Jay Schulist
2111M: jschlst@samba.org
2112L: linux-sna@turbolinux.com
2113W: http://www.linux-sna.org
2114S: Supported
2115
2116SOFTWARE RAID (Multiple Disks) SUPPORT
2117P: Ingo Molnar
2118M: mingo@redhat.com
2119P: Neil Brown
2120M: neilb@cse.unsw.edu.au
2121L: linux-raid@vger.kernel.org
2122S: Maintained
2123
2124SOFTWARE SUSPEND:
2125P: Pavel Machek
2126M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002127L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128S: Maintained
2129
2130SONIC NETWORK DRIVER
2131P: Thomas Bogendoerfer
2132M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002133L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134S: Maintained
2135
2136SONY VAIO CONTROL DEVICE DRIVER
2137P: Stelian Pop
2138M: stelian@popies.net
2139W: http://popies.net/sonypi/
2140S: Maintained
2141
2142SOUND
2143P: Jaroslav Kysela
2144M: perex@suse.cz
2145L: alsa-devel@alsa-project.org
2146S: Maintained
2147
Kylene Hall1c72d462005-05-01 08:59:13 -07002148TPM DEVICE DRIVER
2149P: Kylene Hall
2150M: kjhall@us.ibm.com
2151W: http://tpmdd.sourceforge.net
2152L: tpmdd-devel@lists.sourceforge.net
2153S: Maintained
2154
Chris Zankel48b415c2005-06-23 22:01:07 -07002155TENSILICA XTENSA PORT (xtensa):
2156P: Chris Zankel
2157M: chris@zankel.net
2158S: Maintained
2159
Linus Torvalds1da177e2005-04-16 15:20:36 -07002160UltraSPARC (sparc64):
2161P: David S. Miller
2162M: davem@davemloft.net
2163P: Eddie C. Dost
2164M: ecd@skynet.be
2165P: Jakub Jelinek
2166M: jj@sunsite.ms.mff.cuni.cz
2167P: Anton Blanchard
2168M: anton@samba.org
2169L: sparclinux@vger.kernel.org
2170L: ultralinux@vger.kernel.org
2171S: Maintained
2172
2173SHARP LH SUPPORT (LH7952X & LH7A40X)
2174P: Marc Singer
2175M: elf@buici.com
2176W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002177L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178S: Maintained
2179
2180SPARC (sparc32):
2181P: William L. Irwin
2182M: wli@holomorphy.com
2183L: sparclinux@vger.kernel.org
2184S: Maintained
2185
2186SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2187P: Roger Wolff
2188M: R.E.Wolff@BitWizard.nl
2189L: linux-kernel@vger.kernel.org ?
2190S: Supported
2191
2192SPX NETWORK LAYER
2193P: Jay Schulist
2194M: jschlst@samba.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002195L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196S: Supported
2197
2198SRM (Alpha) environment access
2199P: Jan-Benedict Glaw
2200M: jbglaw@lug-owl.de
2201L: linux-kernel@vger.kernel.org
2202S: Maintained
2203
2204STARFIRE/DURALAN NETWORK DRIVER
2205P: Ion Badulescu
2206M: ionut@cs.columbia.edu
2207S: Maintained
2208
2209STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2210W: http://mosquitonet.Stanford.EDU/strip.html
2211S: Unsupported ?
2212
2213STRADIS MPEG-2 DECODER DRIVER
2214P: Nathan Laredo
2215M: laredo@gnu.org
2216W: http://mpeg.openprojects.net/
2217W: http://www.stradis.com/
2218S: Maintained
2219
2220SUPERH (sh)
2221P: Paul Mundt
2222M: lethal@linux-sh.org
2223P: Kazumoto Kojima
2224M: kkojima@rr.iij4u.or.jp
2225L: linux-sh@m17n.org
2226W: http://www.linux-sh.org
2227W: http://www.m17n.org/linux-sh/
2228W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2229S: Maintained
2230
2231SUPERH64 (sh64)
2232P: Paul Mundt
2233M: lethal@linux-sh.org
2234P: Richard Curnow
2235M: rc@rc0.org.uk
2236L: linuxsh-shmedia-dev@lists.sourceforge.net
2237W: http://www.linux-sh.org
2238W: http://www.rc0.org.uk/sh64
2239S: Maintained
2240
2241SUN3/3X
2242P: Sam Creasey
2243M: sammy@sammy.net
2244L: sun3-list@redhat.com
2245W: http://sammy.net/sun3/
2246S: Maintained
2247
2248SVGA HANDLING
2249P: Martin Mares
2250M: mj@ucw.cz
2251L: linux-video@atrey.karlin.mff.cuni.cz
2252S: Maintained
2253
2254SYSV FILESYSTEM
2255P: Christoph Hellwig
2256M: hch@infradead.org
2257S: Maintained
2258
2259TI PARALLEL LINK CABLE DRIVER
2260P: Romain Lievin
2261M: roms@lpg.ticalc.org
2262S: Maintained
2263
2264TLAN NETWORK DRIVER
2265P: Samuel Chessman
2266M: chessman@tux.org
2267L: tlan-devel@lists.sourceforge.net
2268W: http://sourceforge.net/projects/tlan/
2269S: Maintained
2270
2271TOKEN-RING NETWORK DRIVER
2272P: Mike Phillips
2273M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002274L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002275L: linux-tr@linuxtr.net
2276W: http://www.linuxtr.net
2277S: Maintained
2278
2279TOSHIBA ACPI EXTRAS DRIVER
2280P: John Belmonte
2281M: toshiba_acpi@memebeam.org
2282W: http://memebeam.org/toys/ToshibaAcpiDriver
2283S: Maintained
2284
2285TOSHIBA SMM DRIVER
2286P: Jonathan Buzzard
2287M: jonathan@buzzard.org.uk
2288L: tlinux-users@tce.toshiba-dme.co.jp
2289W: http://www.buzzard.org.uk/toshiba/
2290S: Maintained
2291
2292TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2293P: Muli Ben-Yehuda
2294M: mulix@mulix.org
2295L: linux-kernel@vger.kernel.org
2296S: Maintained
2297
2298TRIVIAL PATCHES
2299P: Rusty Russell
2300M: trivial@rustcorp.com.au
2301L: linux-kernel@vger.kernel.org
2302W: http://www.kernel.org/pub/linux/kernel/people/rusty/trivial/
2303S: Maintained
2304
2305TMS380 TOKEN-RING NETWORK DRIVER
2306P: Adam Fritzler
2307M: mid@auk.cx
2308L: linux-tr@linuxtr.net
2309W: http://www.auk.cx/tms380tr/
2310S: Maintained
2311
2312TULIP NETWORK DRIVER
2313P: Jeff Garzik
2314M: jgarzik@pobox.com
2315L: tulip-users@lists.sourceforge.net
2316W: http://sourceforge.net/projects/tulip/
2317S: Maintained
2318
2319TUN/TAP driver
2320P: Maxim Krasnyansky
2321M: maxk@qualcomm.com, max_mk@yahoo.com
2322L: vtun@office.satix.net
2323W: http://vtun.sourceforge.net/tun
2324S: Maintained
2325
2326U14-34F SCSI DRIVER
2327P: Dario Ballabio
2328M: ballabio_dario@emc.com
2329L: linux-scsi@vger.kernel.org
2330S: Maintained
2331
2332UDF FILESYSTEM
2333P: Ben Fennema
2334M: bfennema@falcon.csc.calpoly.edu
2335L: linux_udf@hpesjro.fc.hp.com
2336W: http://linux-udf.sourceforge.net
2337S: Maintained
2338
2339UNIFORM CDROM DRIVER
2340P: Jens Axboe
2341M: axboe@suse.de
2342L: linux-kernel@vger.kernel.org
2343W: http://www.kernel.dk
2344S: Maintained
2345
2346USB ACM DRIVER
2347P: Oliver Neukum
2348M: oliver@neukum.name
2349L: linux-usb-users@lists.sourceforge.net
2350L: linux-usb-devel@lists.sourceforge.net
2351S: Maintained
2352
2353USB BLOCK DRIVER (UB ub)
2354P: Pete Zaitcev
2355M: zaitcev@redhat.com
2356L: linux-kernel@vger.kernel.org
2357L: linux-usb-devel@lists.sourceforge.net
2358S: Supported
2359
2360USB BLUETOOTH TTY CONVERTER DRIVER
2361P: Greg Kroah-Hartman
2362M: greg@kroah.com
2363L: linux-usb-users@lists.sourceforge.net
2364L: linux-usb-devel@lists.sourceforge.net
2365S: Maintained
2366W: http://www.kroah.com/linux-usb/
2367
2368USB CDC ETHERNET DRIVER
2369P: Greg Kroah-Hartman
2370M: greg@kroah.com
2371L: linux-usb-users@lists.sourceforge.net
2372L: linux-usb-devel@lists.sourceforge.net
2373S: Maintained
2374W: http://www.kroah.com/linux-usb/
2375
2376USB EHCI DRIVER
2377P: David Brownell
2378M: dbrownell@users.sourceforge.net
2379L: linux-usb-devel@lists.sourceforge.net
2380S: Maintained
2381
2382USB HID/HIDBP DRIVERS
2383P: Vojtech Pavlik
2384M: vojtech@suse.cz
2385L: linux-usb-users@lists.sourceforge.net
2386L: linux-usb-devel@lists.sourceforge.net
2387S: Maintained
2388
2389USB HUB DRIVER
2390P: Johannes Erdfelt
2391M: johannes@erdfelt.com
2392L: linux-usb-users@lists.sourceforge.net
2393L: linux-usb-devel@lists.sourceforge.net
2394S: Maintained
2395
2396USB KAWASAKI LSI DRIVER
2397P: Oliver Neukum
2398M: oliver@neukum.name
2399L: linux-usb-users@lists.sourceforge.net
2400L: linux-usb-devel@lists.sourceforge.net
2401S: Maintained
2402
2403USB MASS STORAGE DRIVER
2404P: Matthew Dharm
2405M: mdharm-usb@one-eyed-alien.net
2406L: linux-usb-users@lists.sourceforge.net
2407L: linux-usb-devel@lists.sourceforge.net
2408S: Maintained
2409W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2410
2411USB OHCI DRIVER
2412P: Roman Weissgaerber
2413M: weissg@vienna.at
2414L: linux-usb-users@lists.sourceforge.net
2415L: linux-usb-devel@lists.sourceforge.net
2416S: Maintained
2417
2418USB OV511 DRIVER
2419P: Mark McClelland
2420M: mmcclell@bigfoot.com
2421L: linux-usb-users@lists.sourceforge.net
2422L: linux-usb-devel@lists.sourceforge.net
2423W: http://alpha.dyndns.org/ov511/
2424S: Maintained
2425
2426USB PEGASUS DRIVER
2427P: Petko Manolov
2428M: petkan@users.sourceforge.net
2429L: linux-usb-users@lists.sourceforge.net
2430L: linux-usb-devel@lists.sourceforge.net
2431W: http://pegasus2.sourceforge.net/
2432S: Maintained
2433
2434USB PRINTER DRIVER
2435P: Vojtech Pavlik
2436M: vojtech@suse.cz
2437L: linux-usb-users@lists.sourceforge.net
2438L: linux-usb-devel@lists.sourceforge.net
2439S: Maintained
2440
2441USB RTL8150 DRIVER
2442P: Petko Manolov
2443M: petkan@users.sourceforge.net
2444L: linux-usb-users@lists.sourceforge.net
2445L: linux-usb-devel@lists.sourceforge.net
2446W: http://pegasus2.sourceforge.net/
2447S: Maintained
2448
2449USB SE401 DRIVER
2450P: Jeroen Vreeken
2451M: pe1rxq@amsat.org
2452L: linux-usb-users@lists.sourceforge.net
2453L: linux-usb-devel@lists.sourceforge.net
2454W: http://www.chello.nl/~j.vreeken/se401/
2455S: Maintained
2456
2457USB SERIAL CYBERJACK DRIVER
2458P: Matthias Bruestle and Harald Welte
2459M: support@reiner-sct.com
2460W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2461S: Maintained
2462
2463USB SERIAL DIGI ACCELEPORT DRIVER
2464P: Peter Berger and Al Borchers
2465M: pberger@brimson.com
2466M: alborchers@steinerpoint.com
2467L: linux-usb-users@lists.sourceforge.net
2468L: linux-usb-devel@lists.sourceforge.net
2469S: Maintained
2470
2471USB SERIAL DRIVER
2472P: Greg Kroah-Hartman
2473M: gregkh@suse.de
2474L: linux-usb-users@lists.sourceforge.net
2475L: linux-usb-devel@lists.sourceforge.net
2476S: Supported
2477
2478USB SERIAL BELKIN F5U103 DRIVER
2479P: William Greathouse
2480M: wgreathouse@smva.com
2481L: linux-usb-users@lists.sourceforge.net
2482L: linux-usb-devel@lists.sourceforge.net
2483S: Maintained
2484
2485USB SERIAL CYPRESS M8 DRIVER
2486P: Lonnie Mendez
2487M: dignome@gmail.com
2488L: linux-usb-users@lists.sourceforge.net
2489L: linux-usb-devel@lists.sourceforge.net
2490S: Maintained
2491W: http://geocities.com/i0xox0i
2492W: http://firstlight.net/cvs
2493
2494USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2495L: linux-usb-users@lists.sourceforge.net
2496L: linux-usb-devel@lists.sourceforge.net
2497S: Maintained
2498
2499USB AUERSWALD DRIVER
2500P: Wolfgang Muees
2501M: wolfgang@iksw-muees.de
2502L: linux-usb-users@lists.sourceforge.net
2503L: linux-usb-devel@lists.sourceforge.net
2504S: Maintained
2505
2506USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2507P: Gary Brubaker
2508M: xavyer@ix.netcom.com
2509L: linux-usb-users@lists.sourceforge.net
2510L: linux-usb-devel@lists.sourceforge.net
2511S: Maintained
2512
2513USB SERIAL KEYSPAN DRIVER
2514P: Greg Kroah-Hartman
2515M: greg@kroah.com
2516L: linux-usb-users@lists.sourceforge.net
2517L: linux-usb-devel@lists.sourceforge.net
2518W: http://www.kroah.com/linux/
2519S: Maintained
2520
2521USB SERIAL WHITEHEAT DRIVER
2522P: Stuart MacDonald
2523M: stuartm@connecttech.com
2524L: linux-usb-users@lists.sourceforge.net
2525L: linux-usb-devel@lists.sourceforge.net
2526W: http://www.connecttech.com
2527S: Supported
2528
2529USB SN9C10x DRIVER
2530P: Luca Risolia
2531M: luca.risolia@studio.unibo.it
2532L: linux-usb-devel@lists.sourceforge.net
2533W: http://www.linux-projects.org
2534S: Maintained
2535
2536USB SUBSYSTEM
2537P: Greg Kroah-Hartman
2538M: gregkh@suse.de
2539L: linux-usb-users@lists.sourceforge.net
2540L: linux-usb-devel@lists.sourceforge.net
2541W: http://www.linux-usb.org
2542S: Supported
2543
2544USB UHCI DRIVER
2545P: Alan Stern
2546M: stern@rowland.harvard.edu
2547L: linux-usb-users@lists.sourceforge.net
2548L: linux-usb-devel@lists.sourceforge.net
2549S: Maintained
2550
2551USB "USBNET" DRIVER
2552P: David Brownell
2553M: dbrownell@users.sourceforge.net
2554L: linux-usb-devel@lists.sourceforge.net
2555S: Maintained
2556
2557USB W996[87]CF DRIVER
2558P: Luca Risolia
2559M: luca.risolia@studio.unibo.it
2560L: linux-usb-devel@lists.sourceforge.net
2561W: http://www.linux-projects.org
2562S: Maintained
2563
2564USB ZD1201 DRIVER
2565P: Jeroen Vreeken
2566M: pe1rxq@amsat.org
2567L: linux-usb-users@lists.sourceforge.net
2568L: linux-usb-devel@lists.sourceforge.net
2569W: http://linux-lc100020.sourceforge.net
2570S: Maintained
2571
2572USER-MODE LINUX
2573P: Jeff Dike
2574M: jdike@karaya.com
2575L: user-mode-linux-devel@lists.sourceforge.net
2576L: user-mode-linux-user@lists.sourceforge.net
2577W: http://user-mode-linux.sourceforge.net
2578S: Maintained
2579
2580FAT/VFAT/MSDOS FILESYSTEM:
2581P: OGAWA Hirofumi
2582M: hirofumi@mail.parknet.co.jp
2583L: linux-kernel@vger.kernel.org
2584S: Maintained
2585
2586VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2587P: Jeff Garzik
2588S: Odd fixes
2589
2590VIA RHINE NETWORK DRIVER
2591P: Roger Luethi
2592M: rl@hellgate.ch
2593S: Maintained
2594
2595UCLINUX (AND M68KNOMMU)
2596P: Greg Ungerer
2597M: gerg@uclinux.org
2598M: gerg@snapgear.com
2599P: David McCullough
2600M: davidm@snapgear.com
2601P: D. Jeff Dionne (created first uClinux port)
2602M: jeff@uclinux.org
2603W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07002604L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605S: Maintained
2606
2607UCLINUX FOR NEC V850
2608P: Miles Bader
2609M: uclinux-v850@lsi.nec.co.jp
2610W: http://www.ic.nec.co.jp/micro/uclinux/eng/
2611W: http://www.ee.nec.de/uclinux/
2612S: Supported
2613
2614UCLINUX FOR RENESAS H8/300
2615P: Yoshinori Sato
2616M: ysato@users.sourceforge.jp
2617W: http://uclinux-h8.sourceforge.jp/
2618S: Supported
2619
2620USB DIAMOND RIO500 DRIVER
2621P: Cesar Miquel
2622M: miquel@df.uba.ar
2623L: rio500-users@lists.sourceforge.net
2624W: http://rio500.sourceforge.net
2625S: Maintained
2626
2627VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002628P: Mauro Carvalho Chehab
2629M: mchehab@brturbo.com.br
Linus Torvalds1da177e2005-04-16 15:20:36 -07002630L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002631W: http://linuxtv.org
2632S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002633
2634W1 DALLAS'S 1-WIRE BUS
2635P: Evgeniy Polyakov
2636M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002637L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002638S: Maintained
2639
2640W83L51xD SD/MMC CARD INTERFACE DRIVER
2641P: Pierre Ossman
2642M: drzeus-wbsd@drzeus.cx
2643L: wbsd-devel@list.drzeus.cx
2644W: http://projects.drzeus.cx/wbsd
2645S: Maintained
2646
2647W83L785TS HARDWARE MONITOR DRIVER
2648P: Jean Delvare
2649M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002650L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002651S: Odd Fixes
2652
2653WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
2654P: Nenad Corbic
2655M: ncorbic@sangoma.com
2656M: dm@sangoma.com
2657W: http://www.sangoma.com
2658S: Supported
2659
2660WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
2661P: Jean Tourrilhes
2662M: jt@hpl.hp.com
2663W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
2664S: Maintained
2665
2666WD7000 SCSI DRIVER
2667P: Miroslav Zagorac
2668M: zaga@fly.cc.fer.hr
2669L: linux-scsi@vger.kernel.org
2670S: Maintained
2671
2672WL3501 WIRELESS PCMCIA CARD DRIVER
2673P: Arnaldo Carvalho de Melo
2674M: acme@conectiva.com.br
2675W: http://advogato.org/person/acme
2676S: Maintained
2677
2678X.25 NETWORK LAYER
2679P: Henner Eisen
2680M: eis@baty.hanse.de
2681L: linux-x25@vger.kernel.org
2682S: Maintained
2683
2684XFS FILESYSTEM
2685P: Silicon Graphics Inc
2686M: xfs-masters@oss.sgi.com
2687M: nathans@sgi.com
2688L: linux-xfs@oss.sgi.com
2689W: http://oss.sgi.com/projects/xfs
2690S: Supported
2691
2692X86 3-LEVEL PAGING (PAE) SUPPORT
2693P: Ingo Molnar
2694M: mingo@redhat.com
2695S: Maintained
2696
2697X86-64 port
2698P: Andi Kleen
2699M: ak@suse.de
2700L: discuss@x86-64.org
2701W: http://www.x86-64.org
2702S: Maintained
2703
2704YAM DRIVER FOR AX.25
2705P: Jean-Paul Roubelat
2706M: jpr@f6fbb.org
2707L: linux-hams@vger.kernel.org
2708S: Maintained
2709
2710YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
2711P: Pete Zaitcev
2712M: zaitcev@yahoo.com
2713L: linux-kernel@vger.kernel.org
2714S: Obsolete
2715
2716Z8530 DRIVER FOR AX.25
2717P: Joerg Reuter
2718M: jreuter@yaina.de
2719W: http://yaina.de/jreuter/
2720W: http://www.qsl.net/dl1bke/
2721L: linux-hams@vger.kernel.org
2722S: Maintained
2723
2724ZF MACHZ WATCHDOG
2725P: Fernando Fuganti
2726M: fuganti@netbank.com.br
2727W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
2728S: Maintained
2729
2730ZR36067 VIDEO FOR LINUX DRIVER
2731P: Ronald Bultje
2732M: rbultje@ronald.bitfreak.net
2733L: mjpeg-users@lists.sourceforge.net
2734W: http://mjpeg.sourceforge.net/driver-zoran/
2735S: Maintained
2736
2737ZR36120 VIDEO FOR LINUX DRIVER
2738P: Pauline Middelink
2739M: middelin@polyware.nl
2740W: http://www.polyware.nl/~middelin/En/hobbies.html
2741W: http://www.polyware.nl/~middelin/hobbies.html
2742S: Maintained
2743
2744THE REST
2745P: Linus Torvalds
2746S: Buried alive in reporters