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