blob: 1a0d0c6e7d10ea724b76495da550fd44fdc1971c [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: Jean Delvare
1067M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001068L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001069W: http://www.lm-sensors.nu/
1070S: Maintained
1071
1072I2O
1073P: Markus Lidel
1074M: markus.lidel@shadowconnect.com
1075W: http://i2o.shadowconnect.com/
1076S: Maintained
1077
1078i386 BOOT CODE
1079P: Riley H. Williams
1080M: Riley@Williams.Name
1081L: Linux-Kernel@vger.kernel.org
1082S: Maintained
1083
1084i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1085P: Dave Jones
1086M: davej@codemonkey.org.uk
1087P: H. Peter Anvin
1088M: hpa@zytor.com
1089S: Maintained
1090
1091i810 TCO TIMER WATCHDOG
1092P: Nils Faerber
1093M: nils@kernelconcepts.de
1094W: http://www.kernelconcepts.de/
1095S: Maintained
1096
1097IA64 (Itanium) PLATFORM
1098P: Tony Luck
1099M: tony.luck@intel.com
1100L: linux-ia64@vger.kernel.org
1101W: http://www.ia64-linux.org/
1102S: Maintained
1103
1104SN-IA64 (Itanium) SUB-PLATFORM
Jesse Barnes056b5032005-05-09 14:52:00 -07001105P: Greg Edwards
1106M: edwardsg@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001107L: linux-altix@sgi.com
1108L: linux-ia64@vger.kernel.org
1109W: http://www.sgi.com/altix
1110S: Maintained
1111
1112IBM MCA SCSI SUBSYSTEM DRIVER
1113P: Michael Lang
1114M: langa2@kph.uni-mainz.de
1115W: http://www.uni-mainz.de/~langm000/linux.html
1116S: Maintained
1117
1118IBM Power Linux RAID adapter
1119P: Brian King
1120M: brking@us.ibm.com
1121S: Supported
1122
1123IBM ServeRAID RAID DRIVER
1124P: Jack Hammer
1125P: Dave Jeffery
1126M: ipslinux@adaptec.com
1127W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1128S: Supported
1129
1130IDE DRIVER [GENERAL]
1131P: Bartlomiej Zolnierkiewicz
1132M: B.Zolnierkiewicz@elka.pw.edu.pl
1133L: linux-kernel@vger.kernel.org
1134L: linux-ide@vger.kernel.org
1135S: Maintained
1136
1137IDE/ATAPI CDROM DRIVER
1138P: Jens Axboe
1139M: axboe@suse.de
1140L: linux-kernel@vger.kernel.org
1141W: http://www.kernel.dk
1142S: Maintained
1143
1144IDE/ATAPI FLOPPY DRIVERS
1145P: Paul Bristow
1146M: Paul Bristow <paul@paulbristow.net>
1147W: http://paulbristow.net/linux/idefloppy.html
1148L: linux-kernel@vger.kernel.org
1149S: Maintained
1150
1151IDE/ATAPI TAPE DRIVERS
1152P: Gadi Oxman
1153M: Gadi Oxman <gadio@netvision.net.il>
1154L: linux-kernel@vger.kernel.org
1155S: Maintained
1156
1157IEEE 1394 ETHERNET (eth1394)
1158L: linux1394-devel@lists.sourceforge.net
1159W: http://www.linux1394.org/
1160S: Orphan
1161
1162IEEE 1394 SBP2
1163L: linux1394-devel@lists.sourceforge.net
1164W: http://www.linux1394.org/
1165S: Orphan
1166
1167IEEE 1394 SUBSYSTEM
1168P: Ben Collins
1169M: bcollins@debian.org
1170P: Jody McIntyre
1171M: scjody@steamballoon.com
1172L: linux1394-devel@lists.sourceforge.net
1173W: http://www.linux1394.org/
1174S: Maintained
1175
1176IEEE 1394 OHCI DRIVER
1177P: Ben Collins
1178M: bcollins@debian.org
1179P: Jody McIntyre
1180M: scjody@steamballoon.com
1181L: linux1394-devel@lists.sourceforge.net
1182W: http://www.linux1394.org/
1183S: Maintained
1184
1185IEEE 1394 PCILYNX DRIVER
1186P: Jody McIntyre
1187M: scjody@steamballoon.com
1188L: linux1394-devel@lists.sourceforge.net
1189W: http://www.linux1394.org/
1190S: Maintained
1191
1192IEEE 1394 RAW I/O DRIVER
1193P: Ben Collins
1194M: bcollins@debian.org
1195P: Dan Dennedy
1196M: dan@dennedy.org
1197L: linux1394-devel@lists.sourceforge.net
1198W: http://www.linux1394.org/
1199S: Maintained
1200
1201IMS TWINTURBO FRAMEBUFFER DRIVER
1202P: Paul Mundt
1203M: lethal@chaoticdreams.org
1204L: linux-fbdev-devel@lists.sourceforge.net
1205S: Maintained
1206
1207INFINIBAND SUBSYSTEM
1208P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001209M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210P: Sean Hefty
1211M: mshefty@ichips.intel.com
1212P: Hal Rosenstock
1213M: halr@voltaire.com
1214L: openib-general@openib.org
1215W: http://www.openib.org/
1216S: Supported
1217
1218INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1219P: Vojtech Pavlik
1220M: vojtech@suse.cz
1221L: linux-input@atrey.karlin.mff.cuni.cz
1222L: linux-joystick@atrey.karlin.mff.cuni.cz
1223S: Maintained
1224
Robert Lovec9f04f52005-07-15 12:21:07 -04001225INOTIFY
1226P: John McCutchan and Robert Love
1227M: ttb@tentacle.dhs.org and rml@novell.com
1228L: linux-kernel@vger.kernel.org
1229S: Maintained
1230
Linus Torvalds1da177e2005-04-16 15:20:36 -07001231INTEL 810/815 FRAMEBUFFER DRIVER
1232P: Antonino Daplas
1233M: adaplas@pol.net
1234L: linux-fbdev-devel@lists.sourceforge.net
1235S: Maintained
1236
1237INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1238P: Ingo Molnar
1239M: mingo@redhat.com
1240S: Maintained
1241
1242INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1243P: Jeff Garzik
1244M: jgarzik@pobox.com
1245W: http://sourceforge.net/projects/gkernel/
1246S: Maintained
1247
1248INTEL IA32 MICROCODE UPDATE SUPPORT
1249P: Tigran Aivazian
1250M: tigran@veritas.com
1251S: Maintained
1252
1253INTEL PRO/100 ETHERNET SUPPORT
1254P: John Ronciak
1255M: john.ronciak@intel.com
1256P: Ganesh Venkatesan
1257M: ganesh.venkatesan@intel.com
1258P: Jesse Brandeburg
1259M: jesse.brandeburg@intel.com
1260W: http://sourceforge.net/projects/e1000/
1261S: Supported
1262
1263INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1264P: Jeb Cramer
1265M: cramerj@intel.com
1266P: John Ronciak
1267M: john.ronciak@intel.com
1268P: Ganesh Venkatesan
1269M: ganesh.venkatesan@intel.com
1270W: http://sourceforge.net/projects/e1000/
1271S: Supported
1272
1273INTEL PRO/10GbE SUPPORT
1274P: Ayyappan Veeraiyan
1275M: ayyappan.veeraiyan@intel.com
1276P: Ganesh Venkatesan
1277M: ganesh.venkatesan@intel.com
1278P: John Ronciak
1279M: john.ronciak@intel.com
1280W: http://sourceforge.net/projects/e1000/
1281S: Supported
1282
1283IOC3 DRIVER
1284P: Ralf Baechle
1285M: ralf@linux-mips.org
1286L: linux-mips@linux-mips.org
1287S: Maintained
1288
1289IP MASQUERADING:
1290P: Juanjo Ciarlante
1291M: jjciarla@raiz.uncu.edu.ar
1292S: Maintained
1293
1294IPX NETWORK LAYER
1295P: Arnaldo Carvalho de Melo
1296M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001297L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001298S: Maintained
1299
1300IRDA SUBSYSTEM
1301P: Jean Tourrilhes
Olaf Heringa2ac9532005-07-12 13:58:35 -07001302L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001303W: http://irda.sourceforge.net/
1304S: Maintained
1305
1306ISAPNP
1307P: Jaroslav Kysela
1308M: perex@suse.cz
1309S: Maintained
1310
1311ISDN SUBSYSTEM
1312P: Karsten Keil
1313M: kkeil@suse.de
1314P: Kai Germaschewski
1315M: kai.germaschewski@gmx.de
1316L: isdn4linux@listserv.isdn4linux.de
1317W: http://www.isdn4linux.de
1318S: Maintained
1319
1320ISDN SUBSYSTEM (Eicon active card driver)
1321P: Armin Schindler
1322M: mac@melware.de
1323L: isdn4linux@listserv.isdn4linux.de
1324W: http://www.melware.de
1325S: Maintained
1326
1327JOURNALLING FLASH FILE SYSTEM (JFFS)
1328P: Axis Communications AB
1329M: jffs-dev@axis.com
1330L: jffs-dev@axis.com
1331W: http://www.developer.axis.com/software/jffs/
1332S: Maintained
1333
1334JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1335P: David Woodhouse
1336M: dwmw2@infradead.org
1337L: jffs-dev@axis.com
1338W: http://sources.redhat.com/jffs2/
1339S: Maintained
1340
1341JFS FILESYSTEM
1342P: Dave Kleikamp
1343M: shaggy@austin.ibm.com
1344L: jfs-discussion@lists.sourceforge.net
1345W: http://jfs.sourceforge.net/
1346S: Supported
1347
1348KCONFIG
1349P: Roman Zippel
1350M: zippel@linux-m68k.org
1351L: kbuild-devel@lists.sourceforge.net
1352S: Maintained
1353
1354KERNEL AUTOMOUNTER (AUTOFS)
1355P: H. Peter Anvin
1356M: hpa@zytor.com
1357L: autofs@linux.kernel.org
1358S: Odd Fixes
1359
1360KERNEL AUTOMOUNTER v4 (AUTOFS4)
1361P: Ian Kent
1362M: raven@themaw.net
1363L: autofs@linux.kernel.org
1364S: Maintained
1365
1366KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1367P: Kai Germaschewski
1368M: kai@germaschewski.name
1369P: Sam Ravnborg
1370M: sam@ravnborg.org
1371S: Maintained
1372
1373KERNEL JANITORS
1374P: Several
1375L: kernel-janitors@osdl.org
1376W: http://www.kerneljanitors.org/
1377W: http://sf.net/projects/kernel-janitor/
1378W: http://developer.osdl.org/rddunlap/kj-patches/
1379S: Maintained
1380
1381KERNEL NFSD
1382P: Neil Brown
1383M: neilb@cse.unsw.edu.au
1384L: nfs@lists.sourceforge.net
1385W: http://nfs.sourceforge.net/
1386W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1387S: Maintained
1388
1389KERNEL EVENT LAYER (KOBJECT_UEVENT)
1390P: Robert Love
1391M: rml@novell.com
1392L: linux-kernel@vger.kernel.org
1393S: Maintained
1394
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001395KEXEC
1396P: Eric Biederman
1397P: Randy Dunlap
1398M: ebiederm@xmission.com
1399M: rddunlap@osdl.org
1400W: http://www.xmission.com/~ebiederm/files/kexec/
1401L: linux-kernel@vger.kernel.org
1402L: fastboot@osdl.org
1403S: Maintained
1404
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001405KPROBES
1406P: Prasanna S Panchamukhi
1407M: prasanna@in.ibm.com
1408P: Ananth N Mavinakayanahalli
1409M: ananth@in.ibm.com
1410P: Anil S Keshavamurthy
1411M: anil.s.keshavamurthy@intel.com
1412P: David S. Miller
1413M: davem@davemloft.net
1414L: linux-kernel@vger.kernel.org
1415S: Maintained
1416
Linus Torvalds1da177e2005-04-16 15:20:36 -07001417LANMEDIA WAN CARD DRIVER
1418P: Andrew Stanley-Jones
1419M: asj@lanmedia.com
1420W: http://www.lanmedia.com/
1421S: Supported
1422
1423LAPB module
1424P: Henner Eisen
1425M: eis@baty.hanse.de
1426L: linux-x25@vger.kernel.org
1427S: Maintained
1428
1429LASI 53c700 driver for PARISC
1430P: James E.J. Bottomley
1431M: James.Bottomley@HansenPartnership.com
1432L: linux-scsi@vger.kernel.org
1433S: Maintained
1434
1435LEGO USB Tower driver
1436P: Juergen Stuber
1437M: starblue@users.sourceforge.net
1438L: legousb-devel@lists.sourceforge.net
1439W: http://legousb.sourceforge.net/
1440S: Maintained
1441
1442LINUX FOR IBM pSERIES (RS/6000)
1443P: Paul Mackerras
1444M: paulus@au.ibm.com
1445W: http://www.ibm.com/linux/ltc/projects/ppc
1446S: Supported
1447
1448LINUX FOR NCR VOYAGER
1449P: James Bottomley
1450M: James.Bottomley@HansenPartnership.com
1451W: http://www.hansenpartnership.com/voyager
1452S: Maintained
1453
1454LINUX FOR POWERPC
1455P: Paul Mackerras
1456M: paulus@samba.org
1457W: http://www.penguinppc.org/
1458L: linuxppc-dev@ozlabs.org
1459S: Supported
1460
1461LINUX FOR POWER MACINTOSH
1462P: Benjamin Herrenschmidt
1463M: benh@kernel.crashing.org
1464W: http://www.penguinppc.org/
1465L: linuxppc-dev@ozlabs.org
1466S: Maintained
1467
1468LINUX FOR POWERPC EMBEDDED MPC52XX
1469P: Sylvain Munaut
1470M: tnt@246tNt.com
1471W: http://www.246tNt.com/mpc52xx/
1472W: http://www.penguinppc.org/
1473L: linuxppc-dev@ozlabs.org
1474L: linuxppc-embedded@ozlabs.org
1475S: Maintained
1476
1477LINUX FOR POWERPC EMBEDDED PPC4XX
1478P: Matt Porter
1479M: mporter@kernel.crashing.org
1480W: http://www.penguinppc.org/
1481L: linuxppc-embedded@ozlabs.org
1482S: Maintained
1483
Tom Rinie93adf12005-07-26 12:49:53 -07001484LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001485P: Tom Rini
1486M: trini@kernel.crashing.org
1487W: http://www.penguinppc.org/
1488L: linuxppc-embedded@ozlabs.org
1489S: Maintained
1490
Tom Rinie93adf12005-07-26 12:49:53 -07001491LINUX FOR POWERPC EMBEDDED PPC8XX
1492P: Marcelo Tosatti
1493M: marcelo.tosatti@cyclades.com
1494W: http://www.penguinppc.org/
1495L: linuxppc-embedded@ozlabs.org
1496S: Maintained
1497
Linus Torvalds1da177e2005-04-16 15:20:36 -07001498LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1499P: Kumar Gala
1500M: kumar.gala@freescale.com
1501W: http://www.penguinppc.org/
1502L: linuxppc-embedded@ozlabs.org
1503S: Maintained
1504
1505LLC (802.2)
1506P: Arnaldo Carvalho de Melo
1507M: acme@conectiva.com.br
1508S: Maintained
1509
1510LINUX FOR 64BIT POWERPC
1511P: Paul Mackerras
1512M: paulus@samba.org
1513M: paulus@au.ibm.com
1514P: Anton Blanchard
1515M: anton@samba.org
1516M: anton@au.ibm.com
1517W: http://linuxppc64.org
1518L: linuxppc64-dev@ozlabs.org
1519S: Supported
1520
1521LINUX SECURITY MODULE (LSM) FRAMEWORK
1522P: Chris Wright
1523M: chrisw@osdl.org
1524L: linux-security-module@wirex.com
1525W: http://lsm.immunix.org
1526S: Supported
1527
1528LM83 HARDWARE MONITOR DRIVER
1529P: Jean Delvare
1530M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001531L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001532S: Maintained
1533
1534LM90 HARDWARE MONITOR DRIVER
1535P: Jean Delvare
1536M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001537L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001538S: Maintained
1539
1540LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1541P: Richard Russon (FlatCap)
1542M: ldm@flatcap.org
1543L: ldm-devel@lists.sourceforge.net
1544W: http://ldm.sourceforge.net
1545S: Maintained
1546
1547LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1548P: Matthew Wilcox
1549M: matthew@wil.cx
1550L: linux-scsi@vger.kernel.org
1551S: Maintained
1552
1553M68K ARCHITECTURE
1554P: Geert Uytterhoeven
1555M: geert@linux-m68k.org
1556P: Roman Zippel
1557M: zippel@linux-m68k.org
1558L: linux-m68k@lists.linux-m68k.org
1559W: http://www.linux-m68k.org/
1560W: http://linux-m68k-cvs.ubb.ca/
1561S: Maintained
1562
1563M68K ON APPLE MACINTOSH
1564P: Joshua Thompson
1565M: funaho@jurai.org
1566W: http://www.mac.linux-m68k.org/
1567L: linux-mac68k@mac.linux-m68k.org
1568S: Maintained
1569
1570M68K ON HP9000/300
1571P: Philip Blundell
1572M: philb@gnu.org
1573W: http://www.tazenda.demon.co.uk/phil/linux-hp
1574S: Maintained
1575
1576MARVELL YUKON / SYSKONNECT DRIVER
1577P: Mirko Lindner
1578M: mlindner@syskonnect.de
1579P: Ralph Roesler
1580M: rroesler@syskonnect.de
1581W: http://www.syskonnect.com
1582S: Supported
1583
1584MAESTRO PCI SOUND DRIVERS
1585P: Zach Brown
1586M: zab@zabbo.net
1587S: Odd Fixes
1588
Michael Kerriskfaf16682005-07-31 22:34:47 -07001589MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1590P: Michael Kerrisk
1591M: mtk-manpages@gmx.net
1592W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1593S: Maintained
1594
Linus Torvalds1da177e2005-04-16 15:20:36 -07001595MARVELL MV64340 ETHERNET DRIVER
1596P: Manish Lachwani
1597M: Manish_Lachwani@pmc-sierra.com
1598L: linux-mips@linux-mips.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001599L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001600S: Supported
1601
1602MATROX FRAMEBUFFER DRIVER
1603P: Petr Vandrovec
1604M: vandrove@vc.cvut.cz
1605L: linux-fbdev-devel@lists.sourceforge.net
1606S: Maintained
1607
1608MEMORY TECHNOLOGY DEVICES
1609P: David Woodhouse
1610M: dwmw2@infradead.org
1611W: http://www.linux-mtd.infradead.org/
1612L: linux-mtd@lists.infradead.org
1613S: Maintained
1614
1615MICROTEK X6 SCANNER
1616P: Oliver Neukum
1617M: oliver@neukum.name
1618S: Maintained
1619
1620MIPS
1621P: Ralf Baechle
1622M: ralf@linux-mips.org
1623W: http://oss.sgi.com/mips/mips-howto.html
1624L: linux-mips@linux-mips.org
1625S: Maintained
1626
1627MISCELLANEOUS MCA-SUPPORT
1628P: James Bottomley
1629M: jejb@steeleye.com
1630L: linux-kernel@vger.kernel.org
1631S: Maintained
1632
1633MODULE SUPPORT
1634P: Rusty Russell
1635M: rusty@rustcorp.com.au
1636L: linux-kernel@vger.kernel.org
1637S: Maintained
1638
1639MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1640P: Stelian Pop
1641M: stelian@popies.net
1642W: http://popies.net/meye/
1643S: Maintained
1644
1645MOUSE AND MISC DEVICES [GENERAL]
1646P: Alessandro Rubini
1647M: rubini@ipvvis.unipv.it
1648L: linux-kernel@vger.kernel.org
1649S: Maintained
1650
1651MTRR AND SIMILAR SUPPORT [i386]
1652P: Richard Gooch
1653M: rgooch@atnf.csiro.au
1654L: linux-kernel@vger.kernel.org
1655W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1656S: Maintained
1657
1658MULTISOUND SOUND DRIVER
1659P: Andrew Veliath
1660M: andrewtv@usa.net
1661S: Maintained
1662
1663NATSEMI ETHERNET DRIVER (DP8381x)
1664P: Tim Hockin
1665M: thockin@hockin.org
1666S: Maintained
1667
1668NCP FILESYSTEM
1669P: Petr Vandrovec
1670M: vandrove@vc.cvut.cz
1671L: linware@sh.cvut.cz
1672S: Maintained
1673
1674NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1675P: James E.J. Bottomley
1676M: James.Bottomley@HansenPartnership.com
1677L: linux-scsi@vger.kernel.org
1678S: Maintained
1679
1680NETFILTER/IPTABLES/IPCHAINS
1681P: Rusty Russell
1682P: Marc Boucher
1683P: James Morris
1684P: Harald Welte
1685P: Jozsef Kadlecsik
1686M: coreteam@netfilter.org
1687W: http://www.netfilter.org/
1688W: http://www.iptables.org/
1689L: netfilter@lists.netfilter.org
1690L: netfilter-devel@lists.netfilter.org
1691S: Supported
1692
1693NETROM NETWORK LAYER
1694P: Ralf Baechle
1695M: ralf@linux-mips.org
1696L: linux-hams@vger.kernel.org
1697S: Maintained
1698
1699NETWORK BLOCK DEVICE
1700P: Paul Clements
1701M: Paul.Clements@steeleye.com
1702S: Maintained
1703
1704NETWORK DEVICE DRIVERS
1705P: Andrew Morton
1706M: akpm@osdl.org
1707P: Jeff Garzik
1708M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001709L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001710S: Maintained
1711
1712NETWORKING [GENERAL]
1713P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001714M: netdev@vger.kernel.org
1715L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001716S: Maintained
1717
1718NETWORKING [IPv4/IPv6]
1719P: David S. Miller
1720M: davem@davemloft.net
1721P: Alexey Kuznetsov
1722M: kuznet@ms2.inr.ac.ru
1723P: Pekka Savola (ipv6)
1724M: pekkas@netcore.fi
1725P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001726M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001727P: Hideaki YOSHIFUJI
1728M: yoshfuji@linux-ipv6.org
1729P: Patrick McHardy
1730M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001731L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001732S: Maintained
1733
1734IPVS
1735P: Wensong Zhang
1736M: wensong@linux-vs.org
1737P: Julian Anastasov
1738M: ja@ssi.bg
1739S: Maintained
1740
1741NFS CLIENT
1742P: Trond Myklebust
1743M: trond.myklebust@fys.uio.no
1744L: linux-kernel@vger.kernel.org
1745S: Maintained
1746
1747NI5010 NETWORK DRIVER
1748P: Jan-Pascal van Best and Andreas Mohr
1749M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1750M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07001751L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001752S: Maintained
1753
1754NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1755P: YOKOTA Hiroshi
1756M: yokota@netlab.is.tsukuba.ac.jp
1757W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1758S: Maintained
1759
1760NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1761P: GOTO Masanori
1762M: gotom@debian.or.jp
1763P: YOKOTA Hiroshi
1764M: yokota@netlab.is.tsukuba.ac.jp
1765W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1766S: Maintained
1767
1768NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1769P: Eberhard Moenkeberg
1770M: emoenke@gwdg.de
1771L: linux-kernel@vger.kernel.org
1772S: Maintained
1773
1774NTFS FILESYSTEM
1775P: Anton Altaparmakov
1776M: aia21@cantab.net
1777L: linux-ntfs-dev@lists.sourceforge.net
1778L: linux-kernel@vger.kernel.org
1779W: http://linux-ntfs.sf.net/
1780S: Maintained
1781
1782NVIDIA (RIVA) FRAMEBUFFER DRIVER
1783P: Ani Joshi
1784M: ajoshi@shell.unixbox.com
1785L: linux-nvidia@lists.surfsouth.com
1786S: Maintained
1787
1788OLYMPIC NETWORK DRIVER
1789P: Peter De Shrijver
1790M: p2@ace.ulyssis.student.kuleuven.ac.be
1791P: Mike Phillips
1792M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001793L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001794L: linux-tr@linuxtr.net
1795W: http://www.linuxtr.net
1796S: Maintained
1797
1798ONSTREAM SCSI TAPE DRIVER
1799P: Willem Riede
1800M: osst@riede.org
1801L: osst-users@lists.sourceforge.net
1802L: linux-scsi@vger.kernel.org
1803S: Maintained
1804
1805OPL3-SA2, SA3, and SAx DRIVER
1806P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07001807M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001808L: linux-sound@vger.kernel.org
1809S: Maintained
1810
1811OPROFILE
1812P: Philippe Elie
1813M: phil.el@wanadoo.fr
1814L: oprofile-list@lists.sf.net
1815S: Maintained
1816
1817ORINOCO DRIVER
1818P: Pavel Roskin
1819M: proski@gnu.org
1820P: David Gibson
1821M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07001822L: orinoco-users@lists.sourceforge.net
1823L: orinoco-devel@lists.sourceforge.net
1824W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825S: Maintained
1826
1827PARALLEL PORT SUPPORT
1828P: Phil Blundell
1829M: philb@gnu.org
1830P: Tim Waugh
1831M: tim@cyberelk.net
1832P: David Campbell
1833M: campbell@torque.net
1834P: Andrea Arcangeli
1835M: andrea@suse.de
1836L: linux-parport@lists.infradead.org
1837W: http://people.redhat.com/twaugh/parport/
1838S: Maintained
1839
1840PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
1841P: Tim Waugh
1842M: tim@cyberelk.net
1843L: linux-parport@lists.infradead.org
1844W: http://www.torque.net/linux-pp.html
1845S: Maintained
1846
1847PARISC ARCHITECTURE
1848P: Matthew Wilcox
1849M: matthew@wil.cx
1850P: Grant Grundler
1851M: grundler@parisc-linux.org
1852L: parisc-linux@parisc-linux.org
1853W: http://www.parisc-linux.org/
1854S: Maintained
1855
1856PERSONALITY HANDLING
1857P: Christoph Hellwig
1858M: hch@infradead.org
1859L: linux-abi-devel@lists.sourceforge.net
1860S: Maintained
1861
Linus Torvalds1da177e2005-04-16 15:20:36 -07001862PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
1863P: Thomas Sailer
1864M: sailer@ife.ee.ethz.ch
1865L: linux-sound@vger.kernel.org
1866W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
1867S: Maintained
1868
1869PCI SUBSYSTEM
1870P: Greg Kroah-Hartman
1871M: gregkh@suse.de
1872L: linux-kernel@vger.kernel.org
1873L: linux-pci@atrey.karlin.mff.cuni.cz
1874S: Supported
1875
1876PCI HOTPLUG CORE
1877P: Greg Kroah-Hartman
1878M: gregkh@suse.de
1879S: Supported
1880
1881PCI HOTPLUG COMPAQ DRIVER
1882P: Greg Kroah-Hartman
1883M: greg@kroah.com
1884S: Maintained
1885
Kristen Accardi8cf4c192005-08-16 15:16:10 -07001886PCIE HOTPLUG DRIVER
1887P: Kristen Carlson Accardi
1888M: kristen.c.accardi@intel.com
1889L: pcihpd-discuss@lists.sourceforge.net
1890S: Maintained
1891
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07001893P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07001894L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07001895S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001896
1897PCNET32 NETWORK DRIVER
1898P: Thomas Bogendörfer
1899M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001900L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901S: Maintained
1902
1903PHRAM MTD DRIVER
1904P: Jörn Engel
1905M: joern@wh.fh-wedel.de
1906L: linux-mtd@lists.infradead.org
1907S: Maintained
1908
Peter Osterlund249a6772005-09-27 21:45:30 -07001909PKTCDVD DRIVER
1910P: Peter Osterlund
1911M: petero2@telia.com
1912L: linux-kernel@vger.kernel.org
1913L: packet-writing@suse.com
1914S: Maintained
1915
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916POSIX CLOCKS and TIMERS
1917P: George Anzinger
1918M: george@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001919L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920S: Supported
1921
1922PNP SUPPORT
1923P: Adam Belay
1924M: ambx1@neo.rr.com
1925S: Maintained
1926
1927PPP PROTOCOL DRIVERS AND COMPRESSORS
1928P: Paul Mackerras
1929M: paulus@samba.org
1930L: linux-ppp@vger.kernel.org
1931S: Maintained
1932
1933PPP OVER ATM (RFC 2364)
1934P: Mitchell Blank Jr
1935M: mitch@sfgoth.com
1936S: Maintained
1937
1938PPP OVER ETHERNET
1939P: Michal Ostrowski
1940M: mostrows@speakeasy.net
1941S: Maintained
1942
1943PREEMPTIBLE KERNEL
1944P: Robert Love
1945M: rml@tech9.net
1946L: linux-kernel@vger.kernel.org
1947L: kpreempt-tech@lists.sourceforge.net
1948W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
1949S: Supported
1950
1951PRISM54 WIRELESS DRIVER
1952P: Prism54 Development Team
1953M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001954L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955W: http://prism54.org
1956S: Maintained
1957
1958PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
1959P: Peter Denison
1960M: promise@pnd-pc.demon.co.uk
1961W: http://www.pnd-pc.demon.co.uk/promise/
1962S: Maintained
1963
1964PXA2xx SUPPORT
1965P: Nicolas Pitre
1966M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07001967L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001968S: Maintained
1969
1970QLOGIC QLA2XXX FC-SCSI DRIVER
1971P: Andrew Vasquez
1972M: andrew.vasquez@qlogic.com
1973L: linux-scsi@vger.kernel.org
1974S: Supported
1975
1976QNX4 FILESYSTEM
1977P: Anders Larsen
1978M: al@alarsen.net
1979L: linux-kernel@vger.kernel.org
1980W: http://www.alarsen.net/linux/qnx4fs/
1981S: Maintained
1982
1983RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07001984P: Benjamin Herrenschmidt
1985M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986L: linux-fbdev-devel@lists.sourceforge.net
1987S: Maintained
1988
1989RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07001990P: Paul Mackerras
1991M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001992L: linux-fbdev-devel@lists.sourceforge.net
1993S: Maintained
1994
1995RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
1996P: Corey Thomas
1997M: corey@world.std.com
1998L: linux-kernel@vger.kernel.org
1999S: Maintained
2000
Matt Mackall9e95ce22005-04-16 15:25:56 -07002001RANDOM NUMBER DRIVER
2002P: Matt Mackall
2003M: mpm@selenic.com
2004S: Maintained
2005
Linus Torvalds1da177e2005-04-16 15:20:36 -07002006REAL TIME CLOCK DRIVER
2007P: Paul Gortmaker
2008M: p_gortmaker@yahoo.com
2009L: linux-kernel@vger.kernel.org
2010S: Maintained
2011
2012REISERFS FILE SYSTEM
2013P: Hans Reiser
2014M: reiserfs-dev@namesys.com
2015L: reiserfs-list@namesys.com
2016W: http://www.namesys.com
2017S: Supported
2018
2019ROCKETPORT DRIVER
2020P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021W: http://www.comtrol.com
2022S: Maintained
2023
2024ROSE NETWORK LAYER
2025P: Ralf Baechle
2026M: ralf@linux-mips.org
2027L: linux-hams@vger.kernel.org
2028S: Maintained
2029
2030RISCOM8 DRIVER
2031S: Orphan
2032
2033RTLINUX REALTIME LINUX
2034P: Victor Yodaiken
2035M: yodaiken@fsmlabs.com
2036L: rtl@rtlinux.org
2037W: www.rtlinux.org
2038S: Maintained
2039
2040S390
2041P: Martin Schwidefsky
2042M: schwidefsky@de.ibm.com
2043M: linux390@de.ibm.com
2044L: linux-390@vm.marist.edu
2045W: http://oss.software.ibm.com/developerworks/opensource/linux390
2046S: Supported
2047
2048SAA7146 VIDEO4LINUX-2 DRIVER
2049P: Michael Hunold
2050M: michael@mihu.de
2051W: http://www.mihu.de/linux/saa7146
2052S: Maintained
2053
2054SBPCD CDROM DRIVER
2055P: Eberhard Moenkeberg
2056M: emoenke@gwdg.de
2057L: linux-kernel@vger.kernel.org
2058S: Maintained
2059
2060SC1200 WDT DRIVER
2061P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002062M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063S: Maintained
2064
2065SCHEDULER
2066P: Ingo Molnar
2067M: mingo@elte.hu
2068P: Robert Love [the preemptible kernel bits]
2069M: rml@tech9.net
2070L: linux-kernel@vger.kernel.org
2071S: Maintained
2072
2073SCSI CDROM DRIVER
2074P: Jens Axboe
2075M: axboe@suse.de
2076L: linux-scsi@vger.kernel.org
2077W: http://www.kernel.dk
2078S: Maintained
2079
2080SCSI SG DRIVER
2081P: Doug Gilbert
2082M: dgilbert@interlog.com
2083L: linux-scsi@vger.kernel.org
2084W: http://www.torque.net/sg
2085S: Maintained
2086
2087SCSI SUBSYSTEM
2088P: James E.J. Bottomley
2089M: James.Bottomley@SteelEye.com
2090L: linux-scsi@vger.kernel.org
2091S: Maintained
2092
2093SCSI TAPE DRIVER
2094P: Kai Mäkisara
2095M: Kai.Makisara@kolumbus.fi
2096L: linux-scsi@vger.kernel.org
2097S: Maintained
2098
2099SCTP PROTOCOL
2100P: Sridhar Samudrala
2101M: sri@us.ibm.com
2102L: lksctp-developers@lists.sourceforge.net
2103S: Supported
2104
2105SCx200 CPU SUPPORT
2106P: Christer Weinigel
2107M: christer@weinigel.se
2108W: http://www.weinigel.se
2109S: Supported
2110
2111SECURITY CONTACT
2112P: Security Officers
2113M: security@kernel.org
2114S: Supported
2115
2116SELINUX SECURITY MODULE
2117P: Stephen Smalley
2118M: sds@epoch.ncsc.mil
2119P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002120M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121L: linux-kernel@vger.kernel.org (kernel issues)
2122L: selinux@tycho.nsa.gov (general discussion)
2123W: http://www.nsa.gov/selinux
2124S: Supported
2125
2126SERIAL ATA (SATA) SUBSYSTEM:
2127P: Jeff Garzik
2128M: jgarzik@pobox.com
2129L: linux-ide@vger.kernel.org
2130S: Supported
2131
2132SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2133P: Pat Gefre
2134M: pfg@sgi.com
2135L: linux-ia64@vger.kernel.org
2136S: Supported
2137
2138SGI VISUAL WORKSTATION 320 AND 540
2139P: Andrey Panin
2140M: pazke@donpac.ru
2141L: linux-visws-devel@lists.sf.net
2142W: http://linux-visws.sf.net
2143S: Maintained for 2.6.
2144
2145SIMTEC EB110ATX (Chalice CATS)
2146P: Ben Dooks
2147P: Vincent Sanders
2148M: support@simtec.co.uk
2149W: http://www.simtec.co.uk/products/EB110ATX/
2150S: Supported
2151
2152SIMTEC EB2410ITX (BAST)
2153P: Ben Dooks
2154P: Vincent Sanders
2155M: support@simtec.co.uk
2156W: http://www.simtec.co.uk/products/EB2410ITX/
2157S: Supported
2158
Francois Romieu92aab3c2005-07-30 13:11:18 +02002159SIS 190 ETHERNET DRIVER
2160P: Francois Romieu
2161M: romieu@fr.zoreil.com
2162L: netdev@vger.kernel.org
2163S: Maintained
2164
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165SIS 5513 IDE CONTROLLER DRIVER
2166P: Lionel Bouton
2167M: Lionel.Bouton@inet6.fr
2168W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2169W: http://gyver.homeip.net/sis5513/index.html
2170S: Maintained
2171
2172SIS 900/7016 FAST ETHERNET DRIVER
2173P: Daniele Venzano
2174M: venza@brownhat.org
2175W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002176L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177S: Maintained
2178
2179SIS FRAMEBUFFER DRIVER
2180P: Thomas Winischhofer
2181M: thomas@winischhofer.net
2182W: http://www.winischhofer.net/linuxsisvga.shtml
2183S: Maintained
2184
2185SIS USB2VGA DRIVER
2186P: Thomas Winischhofer
2187M: thomas@winischhofer.net
2188W: http://www.winischhofer.at/linuxsisusbvga.shtml
2189S: Maintained
2190
2191SMSC47M1 HARDWARE MONITOR DRIVER
2192P: Jean Delvare
2193M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002194L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002195S: Odd Fixes
2196
2197SMB FILESYSTEM
2198P: Urban Widmark
2199M: urban@teststation.com
2200W: http://samba.org/
2201L: samba@samba.org
2202S: Maintained
2203
2204SMC91x ETHERNET DRIVER
2205P: Nicolas Pitre
2206M: nico@cam.org
2207S: Maintained
2208
2209SNA NETWORK LAYER
2210P: Jay Schulist
2211M: jschlst@samba.org
2212L: linux-sna@turbolinux.com
2213W: http://www.linux-sna.org
2214S: Supported
2215
2216SOFTWARE RAID (Multiple Disks) SUPPORT
2217P: Ingo Molnar
2218M: mingo@redhat.com
2219P: Neil Brown
2220M: neilb@cse.unsw.edu.au
2221L: linux-raid@vger.kernel.org
2222S: Maintained
2223
2224SOFTWARE SUSPEND:
2225P: Pavel Machek
2226M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002227L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002228S: Maintained
2229
2230SONIC NETWORK DRIVER
2231P: Thomas Bogendoerfer
2232M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002233L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002234S: Maintained
2235
2236SONY VAIO CONTROL DEVICE DRIVER
2237P: Stelian Pop
2238M: stelian@popies.net
2239W: http://popies.net/sonypi/
2240S: Maintained
2241
2242SOUND
2243P: Jaroslav Kysela
2244M: perex@suse.cz
2245L: alsa-devel@alsa-project.org
2246S: Maintained
2247
Kylene Hall1c72d462005-05-01 08:59:13 -07002248TPM DEVICE DRIVER
2249P: Kylene Hall
2250M: kjhall@us.ibm.com
2251W: http://tpmdd.sourceforge.net
2252L: tpmdd-devel@lists.sourceforge.net
2253S: Maintained
2254
Chris Zankel48b415c2005-06-23 22:01:07 -07002255TENSILICA XTENSA PORT (xtensa):
2256P: Chris Zankel
2257M: chris@zankel.net
2258S: Maintained
2259
Linus Torvalds1da177e2005-04-16 15:20:36 -07002260UltraSPARC (sparc64):
2261P: David S. Miller
2262M: davem@davemloft.net
2263P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002264M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002265P: Jakub Jelinek
2266M: jj@sunsite.ms.mff.cuni.cz
2267P: Anton Blanchard
2268M: anton@samba.org
2269L: sparclinux@vger.kernel.org
2270L: ultralinux@vger.kernel.org
2271S: Maintained
2272
2273SHARP LH SUPPORT (LH7952X & LH7A40X)
2274P: Marc Singer
2275M: elf@buici.com
2276W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002277L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002278S: Maintained
2279
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002280SHPC HOTPLUG DRIVER
2281P: Kristen Carlson Accardi
2282M: kristen.c.accardi@intel.com
2283L: pcihpd-discuss@lists.sourceforge.net
2284S: Maintained
2285
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002286SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2287P: Stephen Hemminger
2288M: shemminger@osdl.org
2289L: netdev@vger.kernel.org
2290S: Maintained
2291
Linus Torvalds1da177e2005-04-16 15:20:36 -07002292SPARC (sparc32):
2293P: William L. Irwin
2294M: wli@holomorphy.com
2295L: sparclinux@vger.kernel.org
2296S: Maintained
2297
2298SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2299P: Roger Wolff
2300M: R.E.Wolff@BitWizard.nl
2301L: linux-kernel@vger.kernel.org ?
2302S: Supported
2303
Linus Torvalds1da177e2005-04-16 15:20:36 -07002304SRM (Alpha) environment access
2305P: Jan-Benedict Glaw
2306M: jbglaw@lug-owl.de
2307L: linux-kernel@vger.kernel.org
2308S: Maintained
2309
2310STARFIRE/DURALAN NETWORK DRIVER
2311P: Ion Badulescu
2312M: ionut@cs.columbia.edu
2313S: Maintained
2314
2315STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2316W: http://mosquitonet.Stanford.EDU/strip.html
2317S: Unsupported ?
2318
2319STRADIS MPEG-2 DECODER DRIVER
2320P: Nathan Laredo
2321M: laredo@gnu.org
2322W: http://mpeg.openprojects.net/
2323W: http://www.stradis.com/
2324S: Maintained
2325
2326SUPERH (sh)
2327P: Paul Mundt
2328M: lethal@linux-sh.org
2329P: Kazumoto Kojima
2330M: kkojima@rr.iij4u.or.jp
2331L: linux-sh@m17n.org
2332W: http://www.linux-sh.org
2333W: http://www.m17n.org/linux-sh/
2334W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2335S: Maintained
2336
2337SUPERH64 (sh64)
2338P: Paul Mundt
2339M: lethal@linux-sh.org
2340P: Richard Curnow
2341M: rc@rc0.org.uk
2342L: linuxsh-shmedia-dev@lists.sourceforge.net
2343W: http://www.linux-sh.org
2344W: http://www.rc0.org.uk/sh64
2345S: Maintained
2346
2347SUN3/3X
2348P: Sam Creasey
2349M: sammy@sammy.net
2350L: sun3-list@redhat.com
2351W: http://sammy.net/sun3/
2352S: Maintained
2353
2354SVGA HANDLING
2355P: Martin Mares
2356M: mj@ucw.cz
2357L: linux-video@atrey.karlin.mff.cuni.cz
2358S: Maintained
2359
2360SYSV FILESYSTEM
2361P: Christoph Hellwig
2362M: hch@infradead.org
2363S: Maintained
2364
2365TI PARALLEL LINK CABLE DRIVER
2366P: Romain Lievin
2367M: roms@lpg.ticalc.org
2368S: Maintained
2369
2370TLAN NETWORK DRIVER
2371P: Samuel Chessman
2372M: chessman@tux.org
2373L: tlan-devel@lists.sourceforge.net
2374W: http://sourceforge.net/projects/tlan/
2375S: Maintained
2376
2377TOKEN-RING NETWORK DRIVER
2378P: Mike Phillips
2379M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002380L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002381L: linux-tr@linuxtr.net
2382W: http://www.linuxtr.net
2383S: Maintained
2384
2385TOSHIBA ACPI EXTRAS DRIVER
2386P: John Belmonte
2387M: toshiba_acpi@memebeam.org
2388W: http://memebeam.org/toys/ToshibaAcpiDriver
2389S: Maintained
2390
2391TOSHIBA SMM DRIVER
2392P: Jonathan Buzzard
2393M: jonathan@buzzard.org.uk
2394L: tlinux-users@tce.toshiba-dme.co.jp
2395W: http://www.buzzard.org.uk/toshiba/
2396S: Maintained
2397
2398TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2399P: Muli Ben-Yehuda
2400M: mulix@mulix.org
2401L: linux-kernel@vger.kernel.org
2402S: Maintained
2403
2404TRIVIAL PATCHES
2405P: Rusty Russell
2406M: trivial@rustcorp.com.au
2407L: linux-kernel@vger.kernel.org
2408W: http://www.kernel.org/pub/linux/kernel/people/rusty/trivial/
2409S: Maintained
2410
2411TMS380 TOKEN-RING NETWORK DRIVER
2412P: Adam Fritzler
2413M: mid@auk.cx
2414L: linux-tr@linuxtr.net
2415W: http://www.auk.cx/tms380tr/
2416S: Maintained
2417
2418TULIP NETWORK DRIVER
2419P: Jeff Garzik
2420M: jgarzik@pobox.com
2421L: tulip-users@lists.sourceforge.net
2422W: http://sourceforge.net/projects/tulip/
2423S: Maintained
2424
2425TUN/TAP driver
2426P: Maxim Krasnyansky
2427M: maxk@qualcomm.com, max_mk@yahoo.com
2428L: vtun@office.satix.net
2429W: http://vtun.sourceforge.net/tun
2430S: Maintained
2431
2432U14-34F SCSI DRIVER
2433P: Dario Ballabio
2434M: ballabio_dario@emc.com
2435L: linux-scsi@vger.kernel.org
2436S: Maintained
2437
2438UDF FILESYSTEM
2439P: Ben Fennema
2440M: bfennema@falcon.csc.calpoly.edu
2441L: linux_udf@hpesjro.fc.hp.com
2442W: http://linux-udf.sourceforge.net
2443S: Maintained
2444
2445UNIFORM CDROM DRIVER
2446P: Jens Axboe
2447M: axboe@suse.de
2448L: linux-kernel@vger.kernel.org
2449W: http://www.kernel.dk
2450S: Maintained
2451
2452USB ACM DRIVER
2453P: Oliver Neukum
2454M: oliver@neukum.name
2455L: linux-usb-users@lists.sourceforge.net
2456L: linux-usb-devel@lists.sourceforge.net
2457S: Maintained
2458
2459USB BLOCK DRIVER (UB ub)
2460P: Pete Zaitcev
2461M: zaitcev@redhat.com
2462L: linux-kernel@vger.kernel.org
2463L: linux-usb-devel@lists.sourceforge.net
2464S: Supported
2465
2466USB BLUETOOTH TTY CONVERTER DRIVER
2467P: Greg Kroah-Hartman
2468M: greg@kroah.com
2469L: linux-usb-users@lists.sourceforge.net
2470L: linux-usb-devel@lists.sourceforge.net
2471S: Maintained
2472W: http://www.kroah.com/linux-usb/
2473
2474USB CDC ETHERNET DRIVER
2475P: Greg Kroah-Hartman
2476M: greg@kroah.com
2477L: linux-usb-users@lists.sourceforge.net
2478L: linux-usb-devel@lists.sourceforge.net
2479S: Maintained
2480W: http://www.kroah.com/linux-usb/
2481
2482USB EHCI DRIVER
2483P: David Brownell
2484M: dbrownell@users.sourceforge.net
2485L: linux-usb-devel@lists.sourceforge.net
2486S: Maintained
2487
2488USB HID/HIDBP DRIVERS
2489P: Vojtech Pavlik
2490M: vojtech@suse.cz
2491L: linux-usb-users@lists.sourceforge.net
2492L: linux-usb-devel@lists.sourceforge.net
2493S: Maintained
2494
2495USB HUB DRIVER
2496P: Johannes Erdfelt
2497M: johannes@erdfelt.com
2498L: linux-usb-users@lists.sourceforge.net
2499L: linux-usb-devel@lists.sourceforge.net
2500S: Maintained
2501
2502USB KAWASAKI LSI DRIVER
2503P: Oliver Neukum
2504M: oliver@neukum.name
2505L: linux-usb-users@lists.sourceforge.net
2506L: linux-usb-devel@lists.sourceforge.net
2507S: Maintained
2508
2509USB MASS STORAGE DRIVER
2510P: Matthew Dharm
2511M: mdharm-usb@one-eyed-alien.net
2512L: linux-usb-users@lists.sourceforge.net
2513L: linux-usb-devel@lists.sourceforge.net
2514S: Maintained
2515W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2516
2517USB OHCI DRIVER
2518P: Roman Weissgaerber
2519M: weissg@vienna.at
2520L: linux-usb-users@lists.sourceforge.net
2521L: linux-usb-devel@lists.sourceforge.net
2522S: Maintained
2523
Matthias Urlichsba460e42005-07-14 00:33:47 -07002524USB OPTION-CARD DRIVER
2525P: Matthias Urlichs
2526M: smurf@smurf.noris.de
2527L: linux-usb-devel@lists.sourceforge.net
2528S: Maintained
2529
Linus Torvalds1da177e2005-04-16 15:20:36 -07002530USB OV511 DRIVER
2531P: Mark McClelland
2532M: mmcclell@bigfoot.com
2533L: linux-usb-users@lists.sourceforge.net
2534L: linux-usb-devel@lists.sourceforge.net
2535W: http://alpha.dyndns.org/ov511/
2536S: Maintained
2537
2538USB PEGASUS DRIVER
2539P: Petko Manolov
2540M: petkan@users.sourceforge.net
2541L: linux-usb-users@lists.sourceforge.net
2542L: linux-usb-devel@lists.sourceforge.net
2543W: http://pegasus2.sourceforge.net/
2544S: Maintained
2545
2546USB PRINTER DRIVER
2547P: Vojtech Pavlik
2548M: vojtech@suse.cz
2549L: linux-usb-users@lists.sourceforge.net
2550L: linux-usb-devel@lists.sourceforge.net
2551S: Maintained
2552
2553USB RTL8150 DRIVER
2554P: Petko Manolov
2555M: petkan@users.sourceforge.net
2556L: linux-usb-users@lists.sourceforge.net
2557L: linux-usb-devel@lists.sourceforge.net
2558W: http://pegasus2.sourceforge.net/
2559S: Maintained
2560
2561USB SE401 DRIVER
2562P: Jeroen Vreeken
2563M: pe1rxq@amsat.org
2564L: linux-usb-users@lists.sourceforge.net
2565L: linux-usb-devel@lists.sourceforge.net
2566W: http://www.chello.nl/~j.vreeken/se401/
2567S: Maintained
2568
2569USB SERIAL CYBERJACK DRIVER
2570P: Matthias Bruestle and Harald Welte
2571M: support@reiner-sct.com
2572W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2573S: Maintained
2574
2575USB SERIAL DIGI ACCELEPORT DRIVER
2576P: Peter Berger and Al Borchers
2577M: pberger@brimson.com
2578M: alborchers@steinerpoint.com
2579L: linux-usb-users@lists.sourceforge.net
2580L: linux-usb-devel@lists.sourceforge.net
2581S: Maintained
2582
2583USB SERIAL DRIVER
2584P: Greg Kroah-Hartman
2585M: gregkh@suse.de
2586L: linux-usb-users@lists.sourceforge.net
2587L: linux-usb-devel@lists.sourceforge.net
2588S: Supported
2589
2590USB SERIAL BELKIN F5U103 DRIVER
2591P: William Greathouse
2592M: wgreathouse@smva.com
2593L: linux-usb-users@lists.sourceforge.net
2594L: linux-usb-devel@lists.sourceforge.net
2595S: Maintained
2596
2597USB SERIAL CYPRESS M8 DRIVER
2598P: Lonnie Mendez
2599M: dignome@gmail.com
2600L: linux-usb-users@lists.sourceforge.net
2601L: linux-usb-devel@lists.sourceforge.net
2602S: Maintained
2603W: http://geocities.com/i0xox0i
2604W: http://firstlight.net/cvs
2605
2606USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2607L: linux-usb-users@lists.sourceforge.net
2608L: linux-usb-devel@lists.sourceforge.net
2609S: Maintained
2610
2611USB AUERSWALD DRIVER
2612P: Wolfgang Muees
2613M: wolfgang@iksw-muees.de
2614L: linux-usb-users@lists.sourceforge.net
2615L: linux-usb-devel@lists.sourceforge.net
2616S: Maintained
2617
2618USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2619P: Gary Brubaker
2620M: xavyer@ix.netcom.com
2621L: linux-usb-users@lists.sourceforge.net
2622L: linux-usb-devel@lists.sourceforge.net
2623S: Maintained
2624
2625USB SERIAL KEYSPAN DRIVER
2626P: Greg Kroah-Hartman
2627M: greg@kroah.com
2628L: linux-usb-users@lists.sourceforge.net
2629L: linux-usb-devel@lists.sourceforge.net
2630W: http://www.kroah.com/linux/
2631S: Maintained
2632
2633USB SERIAL WHITEHEAT DRIVER
2634P: Stuart MacDonald
2635M: stuartm@connecttech.com
2636L: linux-usb-users@lists.sourceforge.net
2637L: linux-usb-devel@lists.sourceforge.net
2638W: http://www.connecttech.com
2639S: Supported
2640
2641USB SN9C10x DRIVER
2642P: Luca Risolia
2643M: luca.risolia@studio.unibo.it
2644L: linux-usb-devel@lists.sourceforge.net
2645W: http://www.linux-projects.org
2646S: Maintained
2647
2648USB SUBSYSTEM
2649P: Greg Kroah-Hartman
2650M: gregkh@suse.de
2651L: linux-usb-users@lists.sourceforge.net
2652L: linux-usb-devel@lists.sourceforge.net
2653W: http://www.linux-usb.org
2654S: Supported
2655
2656USB UHCI DRIVER
2657P: Alan Stern
2658M: stern@rowland.harvard.edu
2659L: linux-usb-users@lists.sourceforge.net
2660L: linux-usb-devel@lists.sourceforge.net
2661S: Maintained
2662
2663USB "USBNET" DRIVER
2664P: David Brownell
2665M: dbrownell@users.sourceforge.net
2666L: linux-usb-devel@lists.sourceforge.net
2667S: Maintained
2668
2669USB W996[87]CF DRIVER
2670P: Luca Risolia
2671M: luca.risolia@studio.unibo.it
2672L: linux-usb-devel@lists.sourceforge.net
2673W: http://www.linux-projects.org
2674S: Maintained
2675
2676USB ZD1201 DRIVER
2677P: Jeroen Vreeken
2678M: pe1rxq@amsat.org
2679L: linux-usb-users@lists.sourceforge.net
2680L: linux-usb-devel@lists.sourceforge.net
2681W: http://linux-lc100020.sourceforge.net
2682S: Maintained
2683
2684USER-MODE LINUX
2685P: Jeff Dike
2686M: jdike@karaya.com
2687L: user-mode-linux-devel@lists.sourceforge.net
2688L: user-mode-linux-user@lists.sourceforge.net
2689W: http://user-mode-linux.sourceforge.net
2690S: Maintained
2691
2692FAT/VFAT/MSDOS FILESYSTEM:
2693P: OGAWA Hirofumi
2694M: hirofumi@mail.parknet.co.jp
2695L: linux-kernel@vger.kernel.org
2696S: Maintained
2697
2698VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2699P: Jeff Garzik
2700S: Odd fixes
2701
2702VIA RHINE NETWORK DRIVER
2703P: Roger Luethi
2704M: rl@hellgate.ch
2705S: Maintained
2706
2707UCLINUX (AND M68KNOMMU)
2708P: Greg Ungerer
2709M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002710W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07002711L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002712S: Maintained
2713
2714UCLINUX FOR NEC V850
2715P: Miles Bader
2716M: uclinux-v850@lsi.nec.co.jp
2717W: http://www.ic.nec.co.jp/micro/uclinux/eng/
2718W: http://www.ee.nec.de/uclinux/
2719S: Supported
2720
2721UCLINUX FOR RENESAS H8/300
2722P: Yoshinori Sato
2723M: ysato@users.sourceforge.jp
2724W: http://uclinux-h8.sourceforge.jp/
2725S: Supported
2726
2727USB DIAMOND RIO500 DRIVER
2728P: Cesar Miquel
2729M: miquel@df.uba.ar
2730L: rio500-users@lists.sourceforge.net
2731W: http://rio500.sourceforge.net
2732S: Maintained
2733
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002734V9FS FILE SYSTEM
2735P: Eric Van Hensbergen
2736M: ericvh@gmail.com
2737P: Ron Minnich
2738M: rminnich@lanl.gov
2739P: Latchesar Ionkov
2740M: lucho@ionkov.net
2741L: v9fs-developer@lists.sourceforge.net
2742W: http://v9fs.sf.net
2743S: Maintained
2744
Linus Torvalds1da177e2005-04-16 15:20:36 -07002745VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002746P: Mauro Carvalho Chehab
2747M: mchehab@brturbo.com.br
Linus Torvalds1da177e2005-04-16 15:20:36 -07002748L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002749W: http://linuxtv.org
2750S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002751
2752W1 DALLAS'S 1-WIRE BUS
2753P: Evgeniy Polyakov
2754M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002755L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002756S: Maintained
2757
2758W83L51xD SD/MMC CARD INTERFACE DRIVER
2759P: Pierre Ossman
2760M: drzeus-wbsd@drzeus.cx
2761L: wbsd-devel@list.drzeus.cx
2762W: http://projects.drzeus.cx/wbsd
2763S: Maintained
2764
2765W83L785TS HARDWARE MONITOR DRIVER
2766P: Jean Delvare
2767M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002768L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002769S: Odd Fixes
2770
2771WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
2772P: Nenad Corbic
2773M: ncorbic@sangoma.com
2774M: dm@sangoma.com
2775W: http://www.sangoma.com
2776S: Supported
2777
2778WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
2779P: Jean Tourrilhes
2780M: jt@hpl.hp.com
2781W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
2782S: Maintained
2783
2784WD7000 SCSI DRIVER
2785P: Miroslav Zagorac
2786M: zaga@fly.cc.fer.hr
2787L: linux-scsi@vger.kernel.org
2788S: Maintained
2789
2790WL3501 WIRELESS PCMCIA CARD DRIVER
2791P: Arnaldo Carvalho de Melo
2792M: acme@conectiva.com.br
2793W: http://advogato.org/person/acme
2794S: Maintained
2795
2796X.25 NETWORK LAYER
2797P: Henner Eisen
2798M: eis@baty.hanse.de
2799L: linux-x25@vger.kernel.org
2800S: Maintained
2801
2802XFS FILESYSTEM
2803P: Silicon Graphics Inc
2804M: xfs-masters@oss.sgi.com
2805M: nathans@sgi.com
2806L: linux-xfs@oss.sgi.com
2807W: http://oss.sgi.com/projects/xfs
2808S: Supported
2809
2810X86 3-LEVEL PAGING (PAE) SUPPORT
2811P: Ingo Molnar
2812M: mingo@redhat.com
2813S: Maintained
2814
2815X86-64 port
2816P: Andi Kleen
2817M: ak@suse.de
2818L: discuss@x86-64.org
2819W: http://www.x86-64.org
2820S: Maintained
2821
2822YAM DRIVER FOR AX.25
2823P: Jean-Paul Roubelat
2824M: jpr@f6fbb.org
2825L: linux-hams@vger.kernel.org
2826S: Maintained
2827
2828YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
2829P: Pete Zaitcev
2830M: zaitcev@yahoo.com
2831L: linux-kernel@vger.kernel.org
2832S: Obsolete
2833
2834Z8530 DRIVER FOR AX.25
2835P: Joerg Reuter
2836M: jreuter@yaina.de
2837W: http://yaina.de/jreuter/
2838W: http://www.qsl.net/dl1bke/
2839L: linux-hams@vger.kernel.org
2840S: Maintained
2841
2842ZF MACHZ WATCHDOG
2843P: Fernando Fuganti
2844M: fuganti@netbank.com.br
2845W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
2846S: Maintained
2847
2848ZR36067 VIDEO FOR LINUX DRIVER
2849P: Ronald Bultje
2850M: rbultje@ronald.bitfreak.net
2851L: mjpeg-users@lists.sourceforge.net
2852W: http://mjpeg.sourceforge.net/driver-zoran/
2853S: Maintained
2854
2855ZR36120 VIDEO FOR LINUX DRIVER
2856P: Pauline Middelink
2857M: middelin@polyware.nl
2858W: http://www.polyware.nl/~middelin/En/hobbies.html
2859W: http://www.polyware.nl/~middelin/hobbies.html
2860S: Maintained
2861
2862THE REST
2863P: Linus Torvalds
2864S: Buried alive in reporters