blob: 900bd58f2dbec027356c193af75173423c86f5c5 [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
Paul Jacksoned90fb42005-09-27 21:45:37 -0700607CPUSETS
608P: Paul Jackson
609P: Simon Derr
610M: pj@sgi.com
611M: simon.derr@bull.net
612L: linux-kernel@vger.kernel.org
613W: http://www.bullopensource.org/cpuset/
614S: Supported
615
Linus Torvalds1da177e2005-04-16 15:20:36 -0700616CRAMFS FILESYSTEM
617W: http://sourceforge.net/projects/cramfs/
618S: Orphan
619
620CRIS PORT
621P: Mikael Starvik
622M: starvik@axis.com
623L: dev-etrax@axis.com
624W: http://developer.axis.com
625S: Maintained
626
627CRYPTO API
628P: Herbert Xu
629M: herbert@gondor.apana.org.au
630P: David S. Miller
631M: davem@davemloft.net
632L: linux-crypto@vger.kernel.org
633S: Maintained
634
635CYBERPRO FB DRIVER
636P: Russell King
637M: rmk@arm.linux.org.uk
638W: http://www.arm.linux.org.uk/
639S: Maintained
640
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700641CYBLAFB FRAMEBUFFER DRIVER
642P: Knut Petersen
643M: Knut_Petersen@t-online.de
644L: linux-fbdev-devel@lists.sourceforge.net
645S: Maintained
646
Linus Torvalds1da177e2005-04-16 15:20:36 -0700647CYCLADES 2X SYNC CARD DRIVER
648P: Arnaldo Carvalho de Melo
649M: acme@conectiva.com.br
650W: http://advogato.org/person/acme
651L: cycsyn-devel@bazar.conectiva.com.br
652S: Maintained
653
654CYCLADES ASYNC MUX DRIVER
655M: async@cyclades.com
656W: http://www.cyclades.com/
657S: Supported
658
659CYCLADES PC300 DRIVER
660M: pc300@cyclades.com
661W: http://www.cyclades.com/
662S: Supported
663
664DAC960 RAID CONTROLLER DRIVER
665P: Dave Olien
666M dmo@osdl.org
667W: http://www.osdl.org/archive/dmo/DAC960
668L: linux-kernel@vger.kernel.org
669S: Maintained
670
671DAMA SLAVE for AX.25
672P: Joerg Reuter
673M: jreuter@yaina.de
674W: http://yaina.de/jreuter/
675W: http://www.qsl.net/dl1bke/
676L: linux-hams@vger.kernel.org
677S: Maintained
678
679DC395x SCSI driver
680P: Oliver Neukum
681M: oliver@neukum.name
682P: Ali Akcaagac
683M: aliakc@web.de
684P: Jamie Lenehan
685M: lenehan@twibble.org
686W: http://twibble.org/dist/dc395x/
687L: http://lists.twibble.org/mailman/listinfo/dc395x/
688S: Maintained
689
690DC390/AM53C974 SCSI driver
691P: Kurt Garloff
692M: garloff@suse.de
693W: http://www.garloff.de/kurt/linux/dc390/
694P: Guennadi Liakhovetski
695M: g.liakhovetski@gmx.de
696S: Maintained
697
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700698DCCP PROTOCOL
699P: Arnaldo Carvalho de Melo
700M: acme@mandriva.com
701L: dccp@vger.kernel.org
702W: http://www.wlug.org.nz/DCCP
703S: Maintained
704
Linus Torvalds1da177e2005-04-16 15:20:36 -0700705DECnet NETWORK LAYER
706P: Patrick Caulfield
707M: patrick@tykepenguin.com
708W: http://linux-decnet.sourceforge.net
709L: linux-decnet-user@lists.sourceforge.net
710S: Maintained
711
712DEFXX FDDI NETWORK DRIVER
713P: Maciej W. Rozycki
714M: macro@linux-mips.org
715S: Maintained
716
717DELL LAPTOP SMM DRIVER
718P: Massimo Dal Zotto
719M: dz@debian.org
720W: http://www.debian.org/~dz/i8k/
721S: Maintained
722
Doug Warzecha90563ec2005-09-06 15:17:15 -0700723DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
724P: Doug Warzecha
725M: Douglas_Warzecha@dell.com
726S: Maintained
727
Linus Torvalds1da177e2005-04-16 15:20:36 -0700728DEVICE-MAPPER
729P: Alasdair Kergon
730L: dm-devel@redhat.com
731W: http://sources.redhat.com/dm
732S: Maintained
733
734DEVICE NUMBER REGISTRY
735P: Torben Mathiasen
736M: device@lanana.org
737W: http://lanana.org/docs/device-list/index.html
738L: linux-kernel@vger.kernel.org
739S: Maintained
740
741DEVICE FILESYSTEM
742S: Obsolete
743
744DIGI INTL. EPCA DRIVER
745P: Digi International, Inc
746M: Eng.Linux@digi.com
747L: Eng.Linux@digi.com
748W: http://www.digi.com
749S: Orphaned
750
751DIGI RIGHTSWITCH NETWORK DRIVER
752P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700753L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754W: http://www.digi.com
755S: Orphaned
756
757DIRECTORY NOTIFICATION
758P: Stephen Rothwell
759M: sfr@canb.auug.org.au
760L: linux-kernel@vger.kernel.org
761S: Supported
762
763DISK GEOMETRY AND PARTITION HANDLING
764P: Andries Brouwer
765M: aeb@cwi.nl
766W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
767W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
768W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
769S: Maintained
770
771DISKQUOTA:
772P: Jan Kara
773M: jack@suse.cz
774L: linux-kernel@vger.kernel.org
775S: Maintained
776
777DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
778P: Tobias Ringstrom
779M: tori@unhappy.mine.nu
780L: linux-kernel@vger.kernel.org
781S: Maintained
782
Martin Waitzba483d52005-06-17 13:20:59 -0700783DOCBOOK FOR DOCUMENTATION
784P: Martin Waitz
785M: tali@admingilde.org
786S: Maintained
787
Linus Torvalds1da177e2005-04-16 15:20:36 -0700788DOUBLETALK DRIVER
789P: James R. Van Zandt
790M: jrv@vanzandt.mv.com
791L: blinux-list@redhat.com
792S: Maintained
793
794DRIVER CORE, KOBJECTS, AND SYSFS
795P: Greg Kroah-Hartman
796M: gregkh@suse.de
797L: linux-kernel@vger.kernel.org
798S: Supported
799
800DRM DRIVERS
801P: David Airlie
802M: airlied@linux.ie
803L: dri-devel@lists.sourceforge.net
804S: Maintained
805
806DSCC4 DRIVER
807P: François Romieu
808M: romieu@cogenit.fr
809M: romieu@ensta.fr
810S: Maintained
811
812DVB SUBSYSTEM AND DRIVERS
813P: LinuxTV.org Project
814M: linux-dvb-maintainer@linuxtv.org
815L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200816W: http://linuxtv.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700817S: Supported
818
819EATA-DMA SCSI DRIVER
820P: Michael Neuffer
821L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
822S: Maintained
823
824EATA ISA/EISA/PCI SCSI DRIVER
825P: Dario Ballabio
826M: ballabio_dario@emc.com
827L: linux-scsi@vger.kernel.org
828S: Maintained
829
830EATA-PIO SCSI DRIVER
831P: Michael Neuffer
832M: mike@i-Connect.Net
833L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
834S: Maintained
835
836EBTABLES
837P: Bart De Schuymer
838M: bart.de.schuymer@pandora.be
839L: ebtables-user@lists.sourceforge.net
840L: ebtables-devel@lists.sourceforge.net
841W: http://ebtables.sourceforge.net/
842S: Maintained
843
844EEPRO100 NETWORK DRIVER
845P: Andrey V. Savochkin
846M: saw@saw.sw.com.sg
847S: Maintained
848
849EMU10K1 SOUND DRIVER
850P: James Courtier-Dutton
851M: James@superbug.demon.co.uk
852L: emu10k1-devel@lists.sourceforge.net
853W: http://sourceforge.net/projects/emu10k1/
854S: Maintained
855
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400856EMULEX LPFC FC SCSI DRIVER
857P: James Smart
858M: james.smart@emulex.com
859L: linux-scsi@vger.kernel.org
860W: http://sourceforge.net/projects/lpfcxxxx
861S: Supported
862
Linus Torvalds1da177e2005-04-16 15:20:36 -0700863EPSON 1355 FRAMEBUFFER DRIVER
864P: Christopher Hoover
865M: ch@murgatroid.com, ch@hpl.hp.com
866S: Maintained
867
868ETHEREXPRESS-16 NETWORK DRIVER
869P: Philip Blundell
870M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700871L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700872S: Maintained
873
874ETHERNET BRIDGE
875P: Stephen Hemminger
876M: shemminger@osdl.org
877L: bridge@osdl.org
878W: http://bridge.sourceforge.net/
879S: Maintained
880
881ETHERTEAM 16I DRIVER
882P: Mika Kuoppala
883M: miku@iki.fi
884S: Maintained
885
886EXT2 FILE SYSTEM
887L: ext2-devel@lists.sourceforge.net
888S: Maintained
889
890EXT3 FILE SYSTEM
891P: Stephen Tweedie, Andrew Morton
892M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
893L: ext3-users@redhat.com
894S: Maintained
895
896FARSYNC SYNCHRONOUS DRIVER
897P: Kevin Curtis
898M: kevin.curtis@farsite.co.uk
899M: kevin.curtis@farsite.co.uk
900W: http://www.farsite.co.uk/
901S: Supported
902
903FRAMEBUFFER LAYER
904P: Antonino Daplas
905M: adaplas@pol.net
906L: linux-fbdev-devel@lists.sourceforge.net
907W: http://linux-fbdev.sourceforge.net/
908S: Maintained
909
910FILE LOCKING (flock() and fcntl()/lockf())
911P: Matthew Wilcox
912M: matthew@wil.cx
913L: linux-fsdevel@vger.kernel.org
914S: Maintained
915
916FILESYSTEMS (VFS and infrastructure)
917P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +0100918M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919S: Maintained
920
921FIRMWARE LOADER (request_firmware)
922L: linux-kernel@vger.kernel.org
923S: Orphan
924
925FPU EMULATOR
926P: Bill Metzenthen
927M: billm@suburbia.net
928W: http://suburbia.net/~billm/floating-point/emulator/
929S: Maintained
930
931FRAME RELAY DLCI/FRAD (Sangoma drivers too)
932P: Mike McLagan
933M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700934L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700935S: Maintained
936
937FREEVXFS FILESYSTEM
938P: Christoph Hellwig
939M: hch@infradead.org
940W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
941S: Maintained
942
943FUJITSU FR-V PORT
944P: David Howells
945M: dhowells@redhat.com
946S: Maintained
947
948FTAPE/QIC-117
949L: linux-tape@vger.kernel.org
950W: http://sourceforge.net/projects/ftape
951S: Orphan
952
Miklos Szeredi04578f12005-09-09 13:10:22 -0700953FUSE: FILESYSTEM IN USERSPACE
954P: Miklos Szeredi
955M: miklos@szeredi.hu
956L: fuse-devel@lists.sourceforge.net
957W: http://fuse.sourceforge.net/
958S: Maintained
959
Linus Torvalds1da177e2005-04-16 15:20:36 -0700960FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
961P: Rik Faith
962M: faith@cs.unc.edu
963L: linux-scsi@vger.kernel.org
964S: Odd fixes (e.g., new signatures)
965
966GDT SCSI DISK ARRAY CONTROLLER DRIVER
967P: Achim Leubner
968M: achim_leubner@adaptec.com
969L: linux-scsi@vger.kernel.org
970W: http://www.icp-vortex.com/
971S: Supported
972
973GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
974P: Krzysztof Halasa
975M: khc@pm.waw.pl
976W: http://www.kernel.org/pub/linux/utils/net/hdlc/
977S: Maintained
978
Jean Delvare5b543962005-08-15 19:51:02 +0200979HARDWARE MONITORING
980P: Jean Delvare
981M: khali@linux-fr.org
982L: lm-sensors@lm-sensors.org
983W: http://www.lm-sensors.nu/
984S: Maintained
985
Robert Love860e1d62005-08-31 23:57:59 -0400986HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
987P: Robert Love
988M: rlove@rlove.org
989M: linux-kernel@vger.kernel.org
990W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
991S: Maintained
992
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993HARMONY SOUND DRIVER
994P: Kyle McMartin
995M: kyle@parisc-linux.org
996W: http://www.parisc-linux.org/~kyle/harmony/
997L: parisc-linux@lists.parisc-linux.org
998S: Maintained
999
1000HAYES ESP SERIAL DRIVER
1001P: Andrew J. Robinson
1002M: arobinso@nyx.net
1003L: linux-kernel@vger.kernel.org
1004W: http://www.nyx.net/~arobinso
1005S: Maintained
1006
1007HFS FILESYSTEM
1008P: Roman Zippel
1009M: zippel@linux-m68k.org
1010L: linux-kernel@vger.kernel.org
1011S: Maintained
1012
1013HGA FRAMEBUFFER DRIVER
1014P: Ferenc Bakonyi
1015M: fero@drama.obuda.kando.hu
1016L: linux-nvidia@lists.surfsouth.com
1017W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1018S: Maintained
1019
1020HIGH-SPEED SCC DRIVER FOR AX.25
1021P: Klaus Kudielka
1022M: klaus.kudielka@ieee.org
1023L: linux-hams@vger.kernel.org
1024W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1025S: Maintained
1026
1027HIPPI
1028P: Jes Sorensen
1029M: jes@trained-monkey.org
1030L: linux-hippi@sunsite.dk
1031S: Maintained
1032
1033HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1034P: Chirag Kantharia
1035M: chirag.kantharia@hp.com
1036L: iss_storagedev@hp.com
1037S: Maintained
1038
1039HEWLETT-PACKARD SMART2 RAID DRIVER
1040P: Chirag Kantharia
1041M: chirag.kantharia@hp.com
1042L: iss_storagedev@hp.com
1043S: Maintained
1044
1045HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1046P: Mike Miller
1047M: mike.miller@hp.com
1048L: iss_storagedev@hp.com
1049S: Supported
1050
Jouni Malinenff1d2762005-05-12 22:54:16 -04001051HOST AP DRIVER
1052P: Jouni Malinen
1053M: jkmaline@cc.hut.fi
1054L: hostap@shmoo.com
1055W: http://hostap.epitest.fi/
1056S: Maintained
1057
Linus Torvalds1da177e2005-04-16 15:20:36 -07001058HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1059P: Jaroslav Kysela
1060M: perex@suse.cz
1061S: Maintained
1062
1063HPFS FILESYSTEM
1064P: Mikulas Patocka
1065M: mikulas@artax.karlin.mff.cuni.cz
1066W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1067S: Maintained
1068
1069HUGETLB FILESYSTEM
1070P: William Irwin
1071M: wli@holomorphy.com
1072S: Maintained
1073
Jean Delvare5b543962005-08-15 19:51:02 +02001074I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001075P: Jean Delvare
1076M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001077L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001078W: http://www.lm-sensors.nu/
1079S: Maintained
1080
1081I2O
1082P: Markus Lidel
1083M: markus.lidel@shadowconnect.com
1084W: http://i2o.shadowconnect.com/
1085S: Maintained
1086
1087i386 BOOT CODE
1088P: Riley H. Williams
1089M: Riley@Williams.Name
1090L: Linux-Kernel@vger.kernel.org
1091S: Maintained
1092
1093i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1094P: Dave Jones
1095M: davej@codemonkey.org.uk
1096P: H. Peter Anvin
1097M: hpa@zytor.com
1098S: Maintained
1099
1100i810 TCO TIMER WATCHDOG
1101P: Nils Faerber
1102M: nils@kernelconcepts.de
1103W: http://www.kernelconcepts.de/
1104S: Maintained
1105
1106IA64 (Itanium) PLATFORM
1107P: Tony Luck
1108M: tony.luck@intel.com
1109L: linux-ia64@vger.kernel.org
1110W: http://www.ia64-linux.org/
1111S: Maintained
1112
1113SN-IA64 (Itanium) SUB-PLATFORM
Jesse Barnes056b5032005-05-09 14:52:00 -07001114P: Greg Edwards
1115M: edwardsg@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001116L: linux-altix@sgi.com
1117L: linux-ia64@vger.kernel.org
1118W: http://www.sgi.com/altix
1119S: Maintained
1120
1121IBM MCA SCSI SUBSYSTEM DRIVER
1122P: Michael Lang
1123M: langa2@kph.uni-mainz.de
1124W: http://www.uni-mainz.de/~langm000/linux.html
1125S: Maintained
1126
1127IBM Power Linux RAID adapter
1128P: Brian King
1129M: brking@us.ibm.com
1130S: Supported
1131
1132IBM ServeRAID RAID DRIVER
1133P: Jack Hammer
1134P: Dave Jeffery
1135M: ipslinux@adaptec.com
1136W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1137S: Supported
1138
1139IDE DRIVER [GENERAL]
1140P: Bartlomiej Zolnierkiewicz
1141M: B.Zolnierkiewicz@elka.pw.edu.pl
1142L: linux-kernel@vger.kernel.org
1143L: linux-ide@vger.kernel.org
1144S: Maintained
1145
1146IDE/ATAPI CDROM DRIVER
1147P: Jens Axboe
1148M: axboe@suse.de
1149L: linux-kernel@vger.kernel.org
1150W: http://www.kernel.dk
1151S: Maintained
1152
1153IDE/ATAPI FLOPPY DRIVERS
1154P: Paul Bristow
1155M: Paul Bristow <paul@paulbristow.net>
1156W: http://paulbristow.net/linux/idefloppy.html
1157L: linux-kernel@vger.kernel.org
1158S: Maintained
1159
1160IDE/ATAPI TAPE DRIVERS
1161P: Gadi Oxman
1162M: Gadi Oxman <gadio@netvision.net.il>
1163L: linux-kernel@vger.kernel.org
1164S: Maintained
1165
1166IEEE 1394 ETHERNET (eth1394)
1167L: linux1394-devel@lists.sourceforge.net
1168W: http://www.linux1394.org/
1169S: Orphan
1170
Linus Torvalds1da177e2005-04-16 15:20:36 -07001171IEEE 1394 SUBSYSTEM
1172P: Ben Collins
1173M: bcollins@debian.org
1174P: Jody McIntyre
1175M: scjody@steamballoon.com
1176L: linux1394-devel@lists.sourceforge.net
1177W: http://www.linux1394.org/
1178S: Maintained
1179
1180IEEE 1394 OHCI DRIVER
1181P: Ben Collins
1182M: bcollins@debian.org
1183P: Jody McIntyre
1184M: scjody@steamballoon.com
1185L: linux1394-devel@lists.sourceforge.net
1186W: http://www.linux1394.org/
1187S: Maintained
1188
1189IEEE 1394 PCILYNX DRIVER
1190P: Jody McIntyre
1191M: scjody@steamballoon.com
1192L: linux1394-devel@lists.sourceforge.net
1193W: http://www.linux1394.org/
1194S: Maintained
1195
1196IEEE 1394 RAW I/O DRIVER
1197P: Ben Collins
1198M: bcollins@debian.org
1199P: Dan Dennedy
1200M: dan@dennedy.org
1201L: linux1394-devel@lists.sourceforge.net
1202W: http://www.linux1394.org/
1203S: Maintained
1204
Jody McIntyre105d7b32005-09-30 11:59:04 -07001205IEEE 1394 SBP2
1206P: Ben Collins
1207M: bcollins@debian.org
1208P: Stefan Richter
1209M: stefanr@s5r6.in-berlin.de
1210L: linux1394-devel@lists.sourceforge.net
1211W: http://www.linux1394.org/
1212S: Maintained
1213
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214IMS TWINTURBO FRAMEBUFFER DRIVER
1215P: Paul Mundt
1216M: lethal@chaoticdreams.org
1217L: linux-fbdev-devel@lists.sourceforge.net
1218S: Maintained
1219
1220INFINIBAND SUBSYSTEM
1221P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001222M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001223P: Sean Hefty
1224M: mshefty@ichips.intel.com
1225P: Hal Rosenstock
1226M: halr@voltaire.com
1227L: openib-general@openib.org
1228W: http://www.openib.org/
1229S: Supported
1230
1231INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1232P: Vojtech Pavlik
1233M: vojtech@suse.cz
1234L: linux-input@atrey.karlin.mff.cuni.cz
1235L: linux-joystick@atrey.karlin.mff.cuni.cz
1236S: Maintained
1237
Robert Lovec9f04f52005-07-15 12:21:07 -04001238INOTIFY
1239P: John McCutchan and Robert Love
1240M: ttb@tentacle.dhs.org and rml@novell.com
1241L: linux-kernel@vger.kernel.org
1242S: Maintained
1243
Linus Torvalds1da177e2005-04-16 15:20:36 -07001244INTEL 810/815 FRAMEBUFFER DRIVER
1245P: Antonino Daplas
1246M: adaplas@pol.net
1247L: linux-fbdev-devel@lists.sourceforge.net
1248S: Maintained
1249
1250INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1251P: Ingo Molnar
1252M: mingo@redhat.com
1253S: Maintained
1254
1255INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1256P: Jeff Garzik
1257M: jgarzik@pobox.com
1258W: http://sourceforge.net/projects/gkernel/
1259S: Maintained
1260
1261INTEL IA32 MICROCODE UPDATE SUPPORT
1262P: Tigran Aivazian
1263M: tigran@veritas.com
1264S: Maintained
1265
1266INTEL PRO/100 ETHERNET SUPPORT
1267P: John Ronciak
1268M: john.ronciak@intel.com
1269P: Ganesh Venkatesan
1270M: ganesh.venkatesan@intel.com
1271P: Jesse Brandeburg
1272M: jesse.brandeburg@intel.com
1273W: http://sourceforge.net/projects/e1000/
1274S: Supported
1275
1276INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1277P: Jeb Cramer
1278M: cramerj@intel.com
1279P: John Ronciak
1280M: john.ronciak@intel.com
1281P: Ganesh Venkatesan
1282M: ganesh.venkatesan@intel.com
1283W: http://sourceforge.net/projects/e1000/
1284S: Supported
1285
1286INTEL PRO/10GbE SUPPORT
1287P: Ayyappan Veeraiyan
1288M: ayyappan.veeraiyan@intel.com
1289P: Ganesh Venkatesan
1290M: ganesh.venkatesan@intel.com
1291P: John Ronciak
1292M: john.ronciak@intel.com
1293W: http://sourceforge.net/projects/e1000/
1294S: Supported
1295
1296IOC3 DRIVER
1297P: Ralf Baechle
1298M: ralf@linux-mips.org
1299L: linux-mips@linux-mips.org
1300S: Maintained
1301
1302IP MASQUERADING:
1303P: Juanjo Ciarlante
1304M: jjciarla@raiz.uncu.edu.ar
1305S: Maintained
1306
1307IPX NETWORK LAYER
1308P: Arnaldo Carvalho de Melo
1309M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001310L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001311S: Maintained
1312
1313IRDA SUBSYSTEM
1314P: Jean Tourrilhes
Olaf Heringa2ac9532005-07-12 13:58:35 -07001315L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001316W: http://irda.sourceforge.net/
1317S: Maintained
1318
1319ISAPNP
1320P: Jaroslav Kysela
1321M: perex@suse.cz
1322S: Maintained
1323
1324ISDN SUBSYSTEM
1325P: Karsten Keil
1326M: kkeil@suse.de
1327P: Kai Germaschewski
1328M: kai.germaschewski@gmx.de
1329L: isdn4linux@listserv.isdn4linux.de
1330W: http://www.isdn4linux.de
1331S: Maintained
1332
1333ISDN SUBSYSTEM (Eicon active card driver)
1334P: Armin Schindler
1335M: mac@melware.de
1336L: isdn4linux@listserv.isdn4linux.de
1337W: http://www.melware.de
1338S: Maintained
1339
1340JOURNALLING FLASH FILE SYSTEM (JFFS)
1341P: Axis Communications AB
1342M: jffs-dev@axis.com
1343L: jffs-dev@axis.com
1344W: http://www.developer.axis.com/software/jffs/
1345S: Maintained
1346
1347JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1348P: David Woodhouse
1349M: dwmw2@infradead.org
1350L: jffs-dev@axis.com
1351W: http://sources.redhat.com/jffs2/
1352S: Maintained
1353
1354JFS FILESYSTEM
1355P: Dave Kleikamp
1356M: shaggy@austin.ibm.com
1357L: jfs-discussion@lists.sourceforge.net
1358W: http://jfs.sourceforge.net/
1359S: Supported
1360
1361KCONFIG
1362P: Roman Zippel
1363M: zippel@linux-m68k.org
1364L: kbuild-devel@lists.sourceforge.net
1365S: Maintained
1366
1367KERNEL AUTOMOUNTER (AUTOFS)
1368P: H. Peter Anvin
1369M: hpa@zytor.com
1370L: autofs@linux.kernel.org
1371S: Odd Fixes
1372
1373KERNEL AUTOMOUNTER v4 (AUTOFS4)
1374P: Ian Kent
1375M: raven@themaw.net
1376L: autofs@linux.kernel.org
1377S: Maintained
1378
1379KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1380P: Kai Germaschewski
1381M: kai@germaschewski.name
1382P: Sam Ravnborg
1383M: sam@ravnborg.org
1384S: Maintained
1385
1386KERNEL JANITORS
1387P: Several
1388L: kernel-janitors@osdl.org
1389W: http://www.kerneljanitors.org/
1390W: http://sf.net/projects/kernel-janitor/
1391W: http://developer.osdl.org/rddunlap/kj-patches/
1392S: Maintained
1393
1394KERNEL NFSD
1395P: Neil Brown
1396M: neilb@cse.unsw.edu.au
1397L: nfs@lists.sourceforge.net
1398W: http://nfs.sourceforge.net/
1399W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1400S: Maintained
1401
1402KERNEL EVENT LAYER (KOBJECT_UEVENT)
1403P: Robert Love
1404M: rml@novell.com
1405L: linux-kernel@vger.kernel.org
1406S: Maintained
1407
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001408KEXEC
1409P: Eric Biederman
1410P: Randy Dunlap
1411M: ebiederm@xmission.com
1412M: rddunlap@osdl.org
1413W: http://www.xmission.com/~ebiederm/files/kexec/
1414L: linux-kernel@vger.kernel.org
1415L: fastboot@osdl.org
1416S: Maintained
1417
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001418KPROBES
1419P: Prasanna S Panchamukhi
1420M: prasanna@in.ibm.com
1421P: Ananth N Mavinakayanahalli
1422M: ananth@in.ibm.com
1423P: Anil S Keshavamurthy
1424M: anil.s.keshavamurthy@intel.com
1425P: David S. Miller
1426M: davem@davemloft.net
1427L: linux-kernel@vger.kernel.org
1428S: Maintained
1429
Linus Torvalds1da177e2005-04-16 15:20:36 -07001430LANMEDIA WAN CARD DRIVER
1431P: Andrew Stanley-Jones
1432M: asj@lanmedia.com
1433W: http://www.lanmedia.com/
1434S: Supported
1435
1436LAPB module
1437P: Henner Eisen
1438M: eis@baty.hanse.de
1439L: linux-x25@vger.kernel.org
1440S: Maintained
1441
1442LASI 53c700 driver for PARISC
1443P: James E.J. Bottomley
1444M: James.Bottomley@HansenPartnership.com
1445L: linux-scsi@vger.kernel.org
1446S: Maintained
1447
1448LEGO USB Tower driver
1449P: Juergen Stuber
1450M: starblue@users.sourceforge.net
1451L: legousb-devel@lists.sourceforge.net
1452W: http://legousb.sourceforge.net/
1453S: Maintained
1454
1455LINUX FOR IBM pSERIES (RS/6000)
1456P: Paul Mackerras
1457M: paulus@au.ibm.com
1458W: http://www.ibm.com/linux/ltc/projects/ppc
1459S: Supported
1460
1461LINUX FOR NCR VOYAGER
1462P: James Bottomley
1463M: James.Bottomley@HansenPartnership.com
1464W: http://www.hansenpartnership.com/voyager
1465S: Maintained
1466
1467LINUX FOR POWERPC
1468P: Paul Mackerras
1469M: paulus@samba.org
1470W: http://www.penguinppc.org/
1471L: linuxppc-dev@ozlabs.org
1472S: Supported
1473
1474LINUX FOR POWER MACINTOSH
1475P: Benjamin Herrenschmidt
1476M: benh@kernel.crashing.org
1477W: http://www.penguinppc.org/
1478L: linuxppc-dev@ozlabs.org
1479S: Maintained
1480
1481LINUX FOR POWERPC EMBEDDED MPC52XX
1482P: Sylvain Munaut
1483M: tnt@246tNt.com
1484W: http://www.246tNt.com/mpc52xx/
1485W: http://www.penguinppc.org/
1486L: linuxppc-dev@ozlabs.org
1487L: linuxppc-embedded@ozlabs.org
1488S: Maintained
1489
1490LINUX FOR POWERPC EMBEDDED PPC4XX
1491P: Matt Porter
1492M: mporter@kernel.crashing.org
1493W: http://www.penguinppc.org/
1494L: linuxppc-embedded@ozlabs.org
1495S: Maintained
1496
Tom Rinie93adf12005-07-26 12:49:53 -07001497LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001498P: Tom Rini
1499M: trini@kernel.crashing.org
1500W: http://www.penguinppc.org/
1501L: linuxppc-embedded@ozlabs.org
1502S: Maintained
1503
Tom Rinie93adf12005-07-26 12:49:53 -07001504LINUX FOR POWERPC EMBEDDED PPC8XX
1505P: Marcelo Tosatti
1506M: marcelo.tosatti@cyclades.com
1507W: http://www.penguinppc.org/
1508L: linuxppc-embedded@ozlabs.org
1509S: Maintained
1510
Linus Torvalds1da177e2005-04-16 15:20:36 -07001511LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1512P: Kumar Gala
1513M: kumar.gala@freescale.com
1514W: http://www.penguinppc.org/
1515L: linuxppc-embedded@ozlabs.org
1516S: Maintained
1517
1518LLC (802.2)
1519P: Arnaldo Carvalho de Melo
1520M: acme@conectiva.com.br
1521S: Maintained
1522
1523LINUX FOR 64BIT POWERPC
1524P: Paul Mackerras
1525M: paulus@samba.org
1526M: paulus@au.ibm.com
1527P: Anton Blanchard
1528M: anton@samba.org
1529M: anton@au.ibm.com
1530W: http://linuxppc64.org
1531L: linuxppc64-dev@ozlabs.org
1532S: Supported
1533
1534LINUX SECURITY MODULE (LSM) FRAMEWORK
1535P: Chris Wright
1536M: chrisw@osdl.org
1537L: linux-security-module@wirex.com
1538W: http://lsm.immunix.org
1539S: Supported
1540
1541LM83 HARDWARE MONITOR DRIVER
1542P: Jean Delvare
1543M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001544L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001545S: Maintained
1546
1547LM90 HARDWARE MONITOR DRIVER
1548P: Jean Delvare
1549M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001550L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001551S: Maintained
1552
1553LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1554P: Richard Russon (FlatCap)
1555M: ldm@flatcap.org
1556L: ldm-devel@lists.sourceforge.net
1557W: http://ldm.sourceforge.net
1558S: Maintained
1559
1560LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1561P: Matthew Wilcox
1562M: matthew@wil.cx
1563L: linux-scsi@vger.kernel.org
1564S: Maintained
1565
1566M68K ARCHITECTURE
1567P: Geert Uytterhoeven
1568M: geert@linux-m68k.org
1569P: Roman Zippel
1570M: zippel@linux-m68k.org
1571L: linux-m68k@lists.linux-m68k.org
1572W: http://www.linux-m68k.org/
1573W: http://linux-m68k-cvs.ubb.ca/
1574S: Maintained
1575
1576M68K ON APPLE MACINTOSH
1577P: Joshua Thompson
1578M: funaho@jurai.org
1579W: http://www.mac.linux-m68k.org/
1580L: linux-mac68k@mac.linux-m68k.org
1581S: Maintained
1582
1583M68K ON HP9000/300
1584P: Philip Blundell
1585M: philb@gnu.org
1586W: http://www.tazenda.demon.co.uk/phil/linux-hp
1587S: Maintained
1588
1589MARVELL YUKON / SYSKONNECT DRIVER
1590P: Mirko Lindner
1591M: mlindner@syskonnect.de
1592P: Ralph Roesler
1593M: rroesler@syskonnect.de
1594W: http://www.syskonnect.com
1595S: Supported
1596
1597MAESTRO PCI SOUND DRIVERS
1598P: Zach Brown
1599M: zab@zabbo.net
1600S: Odd Fixes
1601
Michael Kerriskfaf16682005-07-31 22:34:47 -07001602MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1603P: Michael Kerrisk
1604M: mtk-manpages@gmx.net
1605W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1606S: Maintained
1607
Linus Torvalds1da177e2005-04-16 15:20:36 -07001608MARVELL MV64340 ETHERNET DRIVER
1609P: Manish Lachwani
1610M: Manish_Lachwani@pmc-sierra.com
1611L: linux-mips@linux-mips.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001612L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001613S: Supported
1614
1615MATROX FRAMEBUFFER DRIVER
1616P: Petr Vandrovec
1617M: vandrove@vc.cvut.cz
1618L: linux-fbdev-devel@lists.sourceforge.net
1619S: Maintained
1620
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001621MEGARAID SCSI DRIVERS
1622P: Neela Syam Kolli
1623M: Neela.Kolli@engenio.com
1624S: linux-scsi@vger.kernel.org
1625W: http://megaraid.lsilogic.com
1626S: Maintained
1627
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628MEMORY TECHNOLOGY DEVICES
1629P: David Woodhouse
1630M: dwmw2@infradead.org
1631W: http://www.linux-mtd.infradead.org/
1632L: linux-mtd@lists.infradead.org
1633S: Maintained
1634
1635MICROTEK X6 SCANNER
1636P: Oliver Neukum
1637M: oliver@neukum.name
1638S: Maintained
1639
1640MIPS
1641P: Ralf Baechle
1642M: ralf@linux-mips.org
1643W: http://oss.sgi.com/mips/mips-howto.html
1644L: linux-mips@linux-mips.org
1645S: Maintained
1646
1647MISCELLANEOUS MCA-SUPPORT
1648P: James Bottomley
1649M: jejb@steeleye.com
1650L: linux-kernel@vger.kernel.org
1651S: Maintained
1652
1653MODULE SUPPORT
1654P: Rusty Russell
1655M: rusty@rustcorp.com.au
1656L: linux-kernel@vger.kernel.org
1657S: Maintained
1658
1659MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1660P: Stelian Pop
1661M: stelian@popies.net
1662W: http://popies.net/meye/
1663S: Maintained
1664
1665MOUSE AND MISC DEVICES [GENERAL]
1666P: Alessandro Rubini
1667M: rubini@ipvvis.unipv.it
1668L: linux-kernel@vger.kernel.org
1669S: Maintained
1670
1671MTRR AND SIMILAR SUPPORT [i386]
1672P: Richard Gooch
1673M: rgooch@atnf.csiro.au
1674L: linux-kernel@vger.kernel.org
1675W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1676S: Maintained
1677
1678MULTISOUND SOUND DRIVER
1679P: Andrew Veliath
1680M: andrewtv@usa.net
1681S: Maintained
1682
1683NATSEMI ETHERNET DRIVER (DP8381x)
1684P: Tim Hockin
1685M: thockin@hockin.org
1686S: Maintained
1687
1688NCP FILESYSTEM
1689P: Petr Vandrovec
1690M: vandrove@vc.cvut.cz
1691L: linware@sh.cvut.cz
1692S: Maintained
1693
1694NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1695P: James E.J. Bottomley
1696M: James.Bottomley@HansenPartnership.com
1697L: linux-scsi@vger.kernel.org
1698S: Maintained
1699
1700NETFILTER/IPTABLES/IPCHAINS
1701P: Rusty Russell
1702P: Marc Boucher
1703P: James Morris
1704P: Harald Welte
1705P: Jozsef Kadlecsik
1706M: coreteam@netfilter.org
1707W: http://www.netfilter.org/
1708W: http://www.iptables.org/
1709L: netfilter@lists.netfilter.org
1710L: netfilter-devel@lists.netfilter.org
1711S: Supported
1712
1713NETROM NETWORK LAYER
1714P: Ralf Baechle
1715M: ralf@linux-mips.org
1716L: linux-hams@vger.kernel.org
1717S: Maintained
1718
1719NETWORK BLOCK DEVICE
1720P: Paul Clements
1721M: Paul.Clements@steeleye.com
1722S: Maintained
1723
1724NETWORK DEVICE DRIVERS
1725P: Andrew Morton
1726M: akpm@osdl.org
1727P: Jeff Garzik
1728M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001729L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001730S: Maintained
1731
1732NETWORKING [GENERAL]
1733P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001734M: netdev@vger.kernel.org
1735L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001736S: Maintained
1737
1738NETWORKING [IPv4/IPv6]
1739P: David S. Miller
1740M: davem@davemloft.net
1741P: Alexey Kuznetsov
1742M: kuznet@ms2.inr.ac.ru
1743P: Pekka Savola (ipv6)
1744M: pekkas@netcore.fi
1745P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001746M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001747P: Hideaki YOSHIFUJI
1748M: yoshfuji@linux-ipv6.org
1749P: Patrick McHardy
1750M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001751L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001752S: Maintained
1753
1754IPVS
1755P: Wensong Zhang
1756M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07001757P: Simon Horman
1758M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07001759P: Julian Anastasov
1760M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07001761L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001762S: Maintained
1763
1764NFS CLIENT
1765P: Trond Myklebust
1766M: trond.myklebust@fys.uio.no
1767L: linux-kernel@vger.kernel.org
1768S: Maintained
1769
1770NI5010 NETWORK DRIVER
1771P: Jan-Pascal van Best and Andreas Mohr
1772M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1773M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07001774L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001775S: Maintained
1776
1777NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1778P: YOKOTA Hiroshi
1779M: yokota@netlab.is.tsukuba.ac.jp
1780W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1781S: Maintained
1782
1783NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1784P: GOTO Masanori
1785M: gotom@debian.or.jp
1786P: YOKOTA Hiroshi
1787M: yokota@netlab.is.tsukuba.ac.jp
1788W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1789S: Maintained
1790
1791NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1792P: Eberhard Moenkeberg
1793M: emoenke@gwdg.de
1794L: linux-kernel@vger.kernel.org
1795S: Maintained
1796
1797NTFS FILESYSTEM
1798P: Anton Altaparmakov
1799M: aia21@cantab.net
1800L: linux-ntfs-dev@lists.sourceforge.net
1801L: linux-kernel@vger.kernel.org
1802W: http://linux-ntfs.sf.net/
1803S: Maintained
1804
1805NVIDIA (RIVA) FRAMEBUFFER DRIVER
1806P: Ani Joshi
1807M: ajoshi@shell.unixbox.com
1808L: linux-nvidia@lists.surfsouth.com
1809S: Maintained
1810
1811OLYMPIC NETWORK DRIVER
1812P: Peter De Shrijver
1813M: p2@ace.ulyssis.student.kuleuven.ac.be
1814P: Mike Phillips
1815M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001816L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001817L: linux-tr@linuxtr.net
1818W: http://www.linuxtr.net
1819S: Maintained
1820
1821ONSTREAM SCSI TAPE DRIVER
1822P: Willem Riede
1823M: osst@riede.org
1824L: osst-users@lists.sourceforge.net
1825L: linux-scsi@vger.kernel.org
1826S: Maintained
1827
1828OPL3-SA2, SA3, and SAx DRIVER
1829P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07001830M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831L: linux-sound@vger.kernel.org
1832S: Maintained
1833
1834OPROFILE
1835P: Philippe Elie
1836M: phil.el@wanadoo.fr
1837L: oprofile-list@lists.sf.net
1838S: Maintained
1839
1840ORINOCO DRIVER
1841P: Pavel Roskin
1842M: proski@gnu.org
1843P: David Gibson
1844M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07001845L: orinoco-users@lists.sourceforge.net
1846L: orinoco-devel@lists.sourceforge.net
1847W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001848S: Maintained
1849
1850PARALLEL PORT SUPPORT
1851P: Phil Blundell
1852M: philb@gnu.org
1853P: Tim Waugh
1854M: tim@cyberelk.net
1855P: David Campbell
1856M: campbell@torque.net
1857P: Andrea Arcangeli
1858M: andrea@suse.de
1859L: linux-parport@lists.infradead.org
1860W: http://people.redhat.com/twaugh/parport/
1861S: Maintained
1862
1863PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
1864P: Tim Waugh
1865M: tim@cyberelk.net
1866L: linux-parport@lists.infradead.org
1867W: http://www.torque.net/linux-pp.html
1868S: Maintained
1869
1870PARISC ARCHITECTURE
1871P: Matthew Wilcox
1872M: matthew@wil.cx
1873P: Grant Grundler
1874M: grundler@parisc-linux.org
1875L: parisc-linux@parisc-linux.org
1876W: http://www.parisc-linux.org/
1877S: Maintained
1878
1879PERSONALITY HANDLING
1880P: Christoph Hellwig
1881M: hch@infradead.org
1882L: linux-abi-devel@lists.sourceforge.net
1883S: Maintained
1884
Linus Torvalds1da177e2005-04-16 15:20:36 -07001885PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
1886P: Thomas Sailer
1887M: sailer@ife.ee.ethz.ch
1888L: linux-sound@vger.kernel.org
1889W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
1890S: Maintained
1891
1892PCI SUBSYSTEM
1893P: Greg Kroah-Hartman
1894M: gregkh@suse.de
1895L: linux-kernel@vger.kernel.org
1896L: linux-pci@atrey.karlin.mff.cuni.cz
1897S: Supported
1898
1899PCI HOTPLUG CORE
1900P: Greg Kroah-Hartman
1901M: gregkh@suse.de
1902S: Supported
1903
1904PCI HOTPLUG COMPAQ DRIVER
1905P: Greg Kroah-Hartman
1906M: greg@kroah.com
1907S: Maintained
1908
Kristen Accardi8cf4c192005-08-16 15:16:10 -07001909PCIE HOTPLUG DRIVER
1910P: Kristen Carlson Accardi
1911M: kristen.c.accardi@intel.com
1912L: pcihpd-discuss@lists.sourceforge.net
1913S: Maintained
1914
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07001916P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07001918S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001919
1920PCNET32 NETWORK DRIVER
1921P: Thomas Bogendörfer
1922M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001923L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924S: Maintained
1925
1926PHRAM MTD DRIVER
1927P: Jörn Engel
1928M: joern@wh.fh-wedel.de
1929L: linux-mtd@lists.infradead.org
1930S: Maintained
1931
Peter Osterlund249a6772005-09-27 21:45:30 -07001932PKTCDVD DRIVER
1933P: Peter Osterlund
1934M: petero2@telia.com
1935L: linux-kernel@vger.kernel.org
1936L: packet-writing@suse.com
1937S: Maintained
1938
Linus Torvalds1da177e2005-04-16 15:20:36 -07001939POSIX CLOCKS and TIMERS
1940P: George Anzinger
1941M: george@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001942L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001943S: Supported
1944
Eugene Surovegin24682972005-10-14 03:00:53 -07001945POWERPC 4xx EMAC DRIVER
1946P: Eugene Surovegin
1947M: ebs@ebshome.net
1948W: http://kernel.ebshome.net/emac/
1949L: linuxppc-embedded@ozlabs.org
1950L: netdev@vger.kernel.org
1951S: Maintained
1952
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953PNP SUPPORT
1954P: Adam Belay
1955M: ambx1@neo.rr.com
1956S: Maintained
1957
1958PPP PROTOCOL DRIVERS AND COMPRESSORS
1959P: Paul Mackerras
1960M: paulus@samba.org
1961L: linux-ppp@vger.kernel.org
1962S: Maintained
1963
1964PPP OVER ATM (RFC 2364)
1965P: Mitchell Blank Jr
1966M: mitch@sfgoth.com
1967S: Maintained
1968
1969PPP OVER ETHERNET
1970P: Michal Ostrowski
1971M: mostrows@speakeasy.net
1972S: Maintained
1973
1974PREEMPTIBLE KERNEL
1975P: Robert Love
1976M: rml@tech9.net
1977L: linux-kernel@vger.kernel.org
1978L: kpreempt-tech@lists.sourceforge.net
1979W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
1980S: Supported
1981
1982PRISM54 WIRELESS DRIVER
1983P: Prism54 Development Team
1984M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001985L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986W: http://prism54.org
1987S: Maintained
1988
1989PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
1990P: Peter Denison
1991M: promise@pnd-pc.demon.co.uk
1992W: http://www.pnd-pc.demon.co.uk/promise/
1993S: Maintained
1994
1995PXA2xx SUPPORT
1996P: Nicolas Pitre
1997M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07001998L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001999S: Maintained
2000
2001QLOGIC QLA2XXX FC-SCSI DRIVER
2002P: Andrew Vasquez
2003M: andrew.vasquez@qlogic.com
2004L: linux-scsi@vger.kernel.org
2005S: Supported
2006
2007QNX4 FILESYSTEM
2008P: Anders Larsen
2009M: al@alarsen.net
2010L: linux-kernel@vger.kernel.org
2011W: http://www.alarsen.net/linux/qnx4fs/
2012S: Maintained
2013
2014RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002015P: Benjamin Herrenschmidt
2016M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002017L: linux-fbdev-devel@lists.sourceforge.net
2018S: Maintained
2019
2020RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002021P: Paul Mackerras
2022M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002023L: linux-fbdev-devel@lists.sourceforge.net
2024S: Maintained
2025
2026RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2027P: Corey Thomas
2028M: corey@world.std.com
2029L: linux-kernel@vger.kernel.org
2030S: Maintained
2031
Matt Mackall9e95ce22005-04-16 15:25:56 -07002032RANDOM NUMBER DRIVER
2033P: Matt Mackall
2034M: mpm@selenic.com
2035S: Maintained
2036
Linus Torvalds1da177e2005-04-16 15:20:36 -07002037REAL TIME CLOCK DRIVER
2038P: Paul Gortmaker
2039M: p_gortmaker@yahoo.com
2040L: linux-kernel@vger.kernel.org
2041S: Maintained
2042
2043REISERFS FILE SYSTEM
2044P: Hans Reiser
2045M: reiserfs-dev@namesys.com
2046L: reiserfs-list@namesys.com
2047W: http://www.namesys.com
2048S: Supported
2049
2050ROCKETPORT DRIVER
2051P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002052W: http://www.comtrol.com
2053S: Maintained
2054
2055ROSE NETWORK LAYER
2056P: Ralf Baechle
2057M: ralf@linux-mips.org
2058L: linux-hams@vger.kernel.org
2059S: Maintained
2060
2061RISCOM8 DRIVER
2062S: Orphan
2063
2064RTLINUX REALTIME LINUX
2065P: Victor Yodaiken
2066M: yodaiken@fsmlabs.com
2067L: rtl@rtlinux.org
2068W: www.rtlinux.org
2069S: Maintained
2070
2071S390
2072P: Martin Schwidefsky
2073M: schwidefsky@de.ibm.com
2074M: linux390@de.ibm.com
2075L: linux-390@vm.marist.edu
2076W: http://oss.software.ibm.com/developerworks/opensource/linux390
2077S: Supported
2078
2079SAA7146 VIDEO4LINUX-2 DRIVER
2080P: Michael Hunold
2081M: michael@mihu.de
2082W: http://www.mihu.de/linux/saa7146
2083S: Maintained
2084
2085SBPCD CDROM DRIVER
2086P: Eberhard Moenkeberg
2087M: emoenke@gwdg.de
2088L: linux-kernel@vger.kernel.org
2089S: Maintained
2090
2091SC1200 WDT DRIVER
2092P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002093M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094S: Maintained
2095
2096SCHEDULER
2097P: Ingo Molnar
2098M: mingo@elte.hu
2099P: Robert Love [the preemptible kernel bits]
2100M: rml@tech9.net
2101L: linux-kernel@vger.kernel.org
2102S: Maintained
2103
2104SCSI CDROM DRIVER
2105P: Jens Axboe
2106M: axboe@suse.de
2107L: linux-scsi@vger.kernel.org
2108W: http://www.kernel.dk
2109S: Maintained
2110
2111SCSI SG DRIVER
2112P: Doug Gilbert
2113M: dgilbert@interlog.com
2114L: linux-scsi@vger.kernel.org
2115W: http://www.torque.net/sg
2116S: Maintained
2117
2118SCSI SUBSYSTEM
2119P: James E.J. Bottomley
2120M: James.Bottomley@SteelEye.com
2121L: linux-scsi@vger.kernel.org
2122S: Maintained
2123
2124SCSI TAPE DRIVER
2125P: Kai Mäkisara
2126M: Kai.Makisara@kolumbus.fi
2127L: linux-scsi@vger.kernel.org
2128S: Maintained
2129
2130SCTP PROTOCOL
2131P: Sridhar Samudrala
2132M: sri@us.ibm.com
2133L: lksctp-developers@lists.sourceforge.net
2134S: Supported
2135
2136SCx200 CPU SUPPORT
2137P: Christer Weinigel
2138M: christer@weinigel.se
2139W: http://www.weinigel.se
2140S: Supported
2141
2142SECURITY CONTACT
2143P: Security Officers
2144M: security@kernel.org
2145S: Supported
2146
2147SELINUX SECURITY MODULE
2148P: Stephen Smalley
2149M: sds@epoch.ncsc.mil
2150P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002151M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002152L: linux-kernel@vger.kernel.org (kernel issues)
2153L: selinux@tycho.nsa.gov (general discussion)
2154W: http://www.nsa.gov/selinux
2155S: Supported
2156
2157SERIAL ATA (SATA) SUBSYSTEM:
2158P: Jeff Garzik
2159M: jgarzik@pobox.com
2160L: linux-ide@vger.kernel.org
2161S: Supported
2162
2163SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2164P: Pat Gefre
2165M: pfg@sgi.com
2166L: linux-ia64@vger.kernel.org
2167S: Supported
2168
2169SGI VISUAL WORKSTATION 320 AND 540
2170P: Andrey Panin
2171M: pazke@donpac.ru
2172L: linux-visws-devel@lists.sf.net
2173W: http://linux-visws.sf.net
2174S: Maintained for 2.6.
2175
2176SIMTEC EB110ATX (Chalice CATS)
2177P: Ben Dooks
2178P: Vincent Sanders
2179M: support@simtec.co.uk
2180W: http://www.simtec.co.uk/products/EB110ATX/
2181S: Supported
2182
2183SIMTEC EB2410ITX (BAST)
2184P: Ben Dooks
2185P: Vincent Sanders
2186M: support@simtec.co.uk
2187W: http://www.simtec.co.uk/products/EB2410ITX/
2188S: Supported
2189
Francois Romieu92aab3c2005-07-30 13:11:18 +02002190SIS 190 ETHERNET DRIVER
2191P: Francois Romieu
2192M: romieu@fr.zoreil.com
2193L: netdev@vger.kernel.org
2194S: Maintained
2195
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196SIS 5513 IDE CONTROLLER DRIVER
2197P: Lionel Bouton
2198M: Lionel.Bouton@inet6.fr
2199W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2200W: http://gyver.homeip.net/sis5513/index.html
2201S: Maintained
2202
2203SIS 900/7016 FAST ETHERNET DRIVER
2204P: Daniele Venzano
2205M: venza@brownhat.org
2206W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002207L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002208S: Maintained
2209
2210SIS FRAMEBUFFER DRIVER
2211P: Thomas Winischhofer
2212M: thomas@winischhofer.net
2213W: http://www.winischhofer.net/linuxsisvga.shtml
2214S: Maintained
2215
2216SIS USB2VGA DRIVER
2217P: Thomas Winischhofer
2218M: thomas@winischhofer.net
2219W: http://www.winischhofer.at/linuxsisusbvga.shtml
2220S: Maintained
2221
2222SMSC47M1 HARDWARE MONITOR DRIVER
2223P: Jean Delvare
2224M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002225L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002226S: Odd Fixes
2227
2228SMB FILESYSTEM
2229P: Urban Widmark
2230M: urban@teststation.com
2231W: http://samba.org/
2232L: samba@samba.org
2233S: Maintained
2234
2235SMC91x ETHERNET DRIVER
2236P: Nicolas Pitre
2237M: nico@cam.org
2238S: Maintained
2239
2240SNA NETWORK LAYER
2241P: Jay Schulist
2242M: jschlst@samba.org
2243L: linux-sna@turbolinux.com
2244W: http://www.linux-sna.org
2245S: Supported
2246
2247SOFTWARE RAID (Multiple Disks) SUPPORT
2248P: Ingo Molnar
2249M: mingo@redhat.com
2250P: Neil Brown
2251M: neilb@cse.unsw.edu.au
2252L: linux-raid@vger.kernel.org
2253S: Maintained
2254
2255SOFTWARE SUSPEND:
2256P: Pavel Machek
2257M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002258L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002259S: Maintained
2260
2261SONIC NETWORK DRIVER
2262P: Thomas Bogendoerfer
2263M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002264L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002265S: Maintained
2266
2267SONY VAIO CONTROL DEVICE DRIVER
2268P: Stelian Pop
2269M: stelian@popies.net
2270W: http://popies.net/sonypi/
2271S: Maintained
2272
2273SOUND
2274P: Jaroslav Kysela
2275M: perex@suse.cz
2276L: alsa-devel@alsa-project.org
2277S: Maintained
2278
Kylene Hall1c72d462005-05-01 08:59:13 -07002279TPM DEVICE DRIVER
2280P: Kylene Hall
2281M: kjhall@us.ibm.com
2282W: http://tpmdd.sourceforge.net
2283L: tpmdd-devel@lists.sourceforge.net
2284S: Maintained
2285
Chris Zankel48b415c2005-06-23 22:01:07 -07002286TENSILICA XTENSA PORT (xtensa):
2287P: Chris Zankel
2288M: chris@zankel.net
2289S: Maintained
2290
Linus Torvalds1da177e2005-04-16 15:20:36 -07002291UltraSPARC (sparc64):
2292P: David S. Miller
2293M: davem@davemloft.net
2294P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002295M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296P: Jakub Jelinek
2297M: jj@sunsite.ms.mff.cuni.cz
2298P: Anton Blanchard
2299M: anton@samba.org
2300L: sparclinux@vger.kernel.org
2301L: ultralinux@vger.kernel.org
2302S: Maintained
2303
2304SHARP LH SUPPORT (LH7952X & LH7A40X)
2305P: Marc Singer
2306M: elf@buici.com
2307W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002308L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002309S: Maintained
2310
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002311SHPC HOTPLUG DRIVER
2312P: Kristen Carlson Accardi
2313M: kristen.c.accardi@intel.com
2314L: pcihpd-discuss@lists.sourceforge.net
2315S: Maintained
2316
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002317SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2318P: Stephen Hemminger
2319M: shemminger@osdl.org
2320L: netdev@vger.kernel.org
2321S: Maintained
2322
Linus Torvalds1da177e2005-04-16 15:20:36 -07002323SPARC (sparc32):
2324P: William L. Irwin
2325M: wli@holomorphy.com
2326L: sparclinux@vger.kernel.org
2327S: Maintained
2328
2329SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2330P: Roger Wolff
2331M: R.E.Wolff@BitWizard.nl
2332L: linux-kernel@vger.kernel.org ?
2333S: Supported
2334
Linus Torvalds1da177e2005-04-16 15:20:36 -07002335SRM (Alpha) environment access
2336P: Jan-Benedict Glaw
2337M: jbglaw@lug-owl.de
2338L: linux-kernel@vger.kernel.org
2339S: Maintained
2340
2341STARFIRE/DURALAN NETWORK DRIVER
2342P: Ion Badulescu
2343M: ionut@cs.columbia.edu
2344S: Maintained
2345
2346STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2347W: http://mosquitonet.Stanford.EDU/strip.html
2348S: Unsupported ?
2349
2350STRADIS MPEG-2 DECODER DRIVER
2351P: Nathan Laredo
2352M: laredo@gnu.org
2353W: http://mpeg.openprojects.net/
2354W: http://www.stradis.com/
2355S: Maintained
2356
2357SUPERH (sh)
2358P: Paul Mundt
2359M: lethal@linux-sh.org
2360P: Kazumoto Kojima
2361M: kkojima@rr.iij4u.or.jp
2362L: linux-sh@m17n.org
2363W: http://www.linux-sh.org
2364W: http://www.m17n.org/linux-sh/
2365W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2366S: Maintained
2367
2368SUPERH64 (sh64)
2369P: Paul Mundt
2370M: lethal@linux-sh.org
2371P: Richard Curnow
2372M: rc@rc0.org.uk
2373L: linuxsh-shmedia-dev@lists.sourceforge.net
2374W: http://www.linux-sh.org
2375W: http://www.rc0.org.uk/sh64
2376S: Maintained
2377
2378SUN3/3X
2379P: Sam Creasey
2380M: sammy@sammy.net
2381L: sun3-list@redhat.com
2382W: http://sammy.net/sun3/
2383S: Maintained
2384
2385SVGA HANDLING
2386P: Martin Mares
2387M: mj@ucw.cz
2388L: linux-video@atrey.karlin.mff.cuni.cz
2389S: Maintained
2390
2391SYSV FILESYSTEM
2392P: Christoph Hellwig
2393M: hch@infradead.org
2394S: Maintained
2395
2396TI PARALLEL LINK CABLE DRIVER
2397P: Romain Lievin
2398M: roms@lpg.ticalc.org
2399S: Maintained
2400
2401TLAN NETWORK DRIVER
2402P: Samuel Chessman
2403M: chessman@tux.org
2404L: tlan-devel@lists.sourceforge.net
2405W: http://sourceforge.net/projects/tlan/
2406S: Maintained
2407
2408TOKEN-RING NETWORK DRIVER
2409P: Mike Phillips
2410M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002411L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412L: linux-tr@linuxtr.net
2413W: http://www.linuxtr.net
2414S: Maintained
2415
2416TOSHIBA ACPI EXTRAS DRIVER
2417P: John Belmonte
2418M: toshiba_acpi@memebeam.org
2419W: http://memebeam.org/toys/ToshibaAcpiDriver
2420S: Maintained
2421
2422TOSHIBA SMM DRIVER
2423P: Jonathan Buzzard
2424M: jonathan@buzzard.org.uk
2425L: tlinux-users@tce.toshiba-dme.co.jp
2426W: http://www.buzzard.org.uk/toshiba/
2427S: Maintained
2428
2429TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2430P: Muli Ben-Yehuda
2431M: mulix@mulix.org
2432L: linux-kernel@vger.kernel.org
2433S: Maintained
2434
2435TRIVIAL PATCHES
2436P: Rusty Russell
2437M: trivial@rustcorp.com.au
2438L: linux-kernel@vger.kernel.org
2439W: http://www.kernel.org/pub/linux/kernel/people/rusty/trivial/
2440S: Maintained
2441
2442TMS380 TOKEN-RING NETWORK DRIVER
2443P: Adam Fritzler
2444M: mid@auk.cx
2445L: linux-tr@linuxtr.net
2446W: http://www.auk.cx/tms380tr/
2447S: Maintained
2448
2449TULIP NETWORK DRIVER
2450P: Jeff Garzik
2451M: jgarzik@pobox.com
2452L: tulip-users@lists.sourceforge.net
2453W: http://sourceforge.net/projects/tulip/
2454S: Maintained
2455
2456TUN/TAP driver
2457P: Maxim Krasnyansky
2458M: maxk@qualcomm.com, max_mk@yahoo.com
2459L: vtun@office.satix.net
2460W: http://vtun.sourceforge.net/tun
2461S: Maintained
2462
2463U14-34F SCSI DRIVER
2464P: Dario Ballabio
2465M: ballabio_dario@emc.com
2466L: linux-scsi@vger.kernel.org
2467S: Maintained
2468
2469UDF FILESYSTEM
2470P: Ben Fennema
2471M: bfennema@falcon.csc.calpoly.edu
2472L: linux_udf@hpesjro.fc.hp.com
2473W: http://linux-udf.sourceforge.net
2474S: Maintained
2475
2476UNIFORM CDROM DRIVER
2477P: Jens Axboe
2478M: axboe@suse.de
2479L: linux-kernel@vger.kernel.org
2480W: http://www.kernel.dk
2481S: Maintained
2482
2483USB ACM DRIVER
2484P: Oliver Neukum
2485M: oliver@neukum.name
2486L: linux-usb-users@lists.sourceforge.net
2487L: linux-usb-devel@lists.sourceforge.net
2488S: Maintained
2489
2490USB BLOCK DRIVER (UB ub)
2491P: Pete Zaitcev
2492M: zaitcev@redhat.com
2493L: linux-kernel@vger.kernel.org
2494L: linux-usb-devel@lists.sourceforge.net
2495S: Supported
2496
2497USB BLUETOOTH TTY CONVERTER DRIVER
2498P: Greg Kroah-Hartman
2499M: greg@kroah.com
2500L: linux-usb-users@lists.sourceforge.net
2501L: linux-usb-devel@lists.sourceforge.net
2502S: Maintained
2503W: http://www.kroah.com/linux-usb/
2504
2505USB CDC ETHERNET DRIVER
2506P: Greg Kroah-Hartman
2507M: greg@kroah.com
2508L: linux-usb-users@lists.sourceforge.net
2509L: linux-usb-devel@lists.sourceforge.net
2510S: Maintained
2511W: http://www.kroah.com/linux-usb/
2512
2513USB EHCI DRIVER
2514P: David Brownell
2515M: dbrownell@users.sourceforge.net
2516L: linux-usb-devel@lists.sourceforge.net
2517S: Maintained
2518
2519USB HID/HIDBP DRIVERS
2520P: Vojtech Pavlik
2521M: vojtech@suse.cz
2522L: linux-usb-users@lists.sourceforge.net
2523L: linux-usb-devel@lists.sourceforge.net
2524S: Maintained
2525
2526USB HUB DRIVER
2527P: Johannes Erdfelt
2528M: johannes@erdfelt.com
2529L: linux-usb-users@lists.sourceforge.net
2530L: linux-usb-devel@lists.sourceforge.net
2531S: Maintained
2532
2533USB KAWASAKI LSI DRIVER
2534P: Oliver Neukum
2535M: oliver@neukum.name
2536L: linux-usb-users@lists.sourceforge.net
2537L: linux-usb-devel@lists.sourceforge.net
2538S: Maintained
2539
2540USB MASS STORAGE DRIVER
2541P: Matthew Dharm
2542M: mdharm-usb@one-eyed-alien.net
2543L: linux-usb-users@lists.sourceforge.net
2544L: linux-usb-devel@lists.sourceforge.net
2545S: Maintained
2546W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2547
2548USB OHCI DRIVER
2549P: Roman Weissgaerber
2550M: weissg@vienna.at
2551L: linux-usb-users@lists.sourceforge.net
2552L: linux-usb-devel@lists.sourceforge.net
2553S: Maintained
2554
Matthias Urlichsba460e42005-07-14 00:33:47 -07002555USB OPTION-CARD DRIVER
2556P: Matthias Urlichs
2557M: smurf@smurf.noris.de
2558L: linux-usb-devel@lists.sourceforge.net
2559S: Maintained
2560
Linus Torvalds1da177e2005-04-16 15:20:36 -07002561USB OV511 DRIVER
2562P: Mark McClelland
2563M: mmcclell@bigfoot.com
2564L: linux-usb-users@lists.sourceforge.net
2565L: linux-usb-devel@lists.sourceforge.net
2566W: http://alpha.dyndns.org/ov511/
2567S: Maintained
2568
2569USB PEGASUS DRIVER
2570P: Petko Manolov
2571M: petkan@users.sourceforge.net
2572L: linux-usb-users@lists.sourceforge.net
2573L: linux-usb-devel@lists.sourceforge.net
2574W: http://pegasus2.sourceforge.net/
2575S: Maintained
2576
2577USB PRINTER DRIVER
2578P: Vojtech Pavlik
2579M: vojtech@suse.cz
2580L: linux-usb-users@lists.sourceforge.net
2581L: linux-usb-devel@lists.sourceforge.net
2582S: Maintained
2583
2584USB RTL8150 DRIVER
2585P: Petko Manolov
2586M: petkan@users.sourceforge.net
2587L: linux-usb-users@lists.sourceforge.net
2588L: linux-usb-devel@lists.sourceforge.net
2589W: http://pegasus2.sourceforge.net/
2590S: Maintained
2591
2592USB SE401 DRIVER
2593P: Jeroen Vreeken
2594M: pe1rxq@amsat.org
2595L: linux-usb-users@lists.sourceforge.net
2596L: linux-usb-devel@lists.sourceforge.net
2597W: http://www.chello.nl/~j.vreeken/se401/
2598S: Maintained
2599
2600USB SERIAL CYBERJACK DRIVER
2601P: Matthias Bruestle and Harald Welte
2602M: support@reiner-sct.com
2603W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2604S: Maintained
2605
2606USB SERIAL DIGI ACCELEPORT DRIVER
2607P: Peter Berger and Al Borchers
2608M: pberger@brimson.com
2609M: alborchers@steinerpoint.com
2610L: linux-usb-users@lists.sourceforge.net
2611L: linux-usb-devel@lists.sourceforge.net
2612S: Maintained
2613
2614USB SERIAL DRIVER
2615P: Greg Kroah-Hartman
2616M: gregkh@suse.de
2617L: linux-usb-users@lists.sourceforge.net
2618L: linux-usb-devel@lists.sourceforge.net
2619S: Supported
2620
2621USB SERIAL BELKIN F5U103 DRIVER
2622P: William Greathouse
2623M: wgreathouse@smva.com
2624L: linux-usb-users@lists.sourceforge.net
2625L: linux-usb-devel@lists.sourceforge.net
2626S: Maintained
2627
2628USB SERIAL CYPRESS M8 DRIVER
2629P: Lonnie Mendez
2630M: dignome@gmail.com
2631L: linux-usb-users@lists.sourceforge.net
2632L: linux-usb-devel@lists.sourceforge.net
2633S: Maintained
2634W: http://geocities.com/i0xox0i
2635W: http://firstlight.net/cvs
2636
2637USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2638L: linux-usb-users@lists.sourceforge.net
2639L: linux-usb-devel@lists.sourceforge.net
2640S: Maintained
2641
2642USB AUERSWALD DRIVER
2643P: Wolfgang Muees
2644M: wolfgang@iksw-muees.de
2645L: linux-usb-users@lists.sourceforge.net
2646L: linux-usb-devel@lists.sourceforge.net
2647S: Maintained
2648
2649USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2650P: Gary Brubaker
2651M: xavyer@ix.netcom.com
2652L: linux-usb-users@lists.sourceforge.net
2653L: linux-usb-devel@lists.sourceforge.net
2654S: Maintained
2655
2656USB SERIAL KEYSPAN DRIVER
2657P: Greg Kroah-Hartman
2658M: greg@kroah.com
2659L: linux-usb-users@lists.sourceforge.net
2660L: linux-usb-devel@lists.sourceforge.net
2661W: http://www.kroah.com/linux/
2662S: Maintained
2663
2664USB SERIAL WHITEHEAT DRIVER
2665P: Stuart MacDonald
2666M: stuartm@connecttech.com
2667L: linux-usb-users@lists.sourceforge.net
2668L: linux-usb-devel@lists.sourceforge.net
2669W: http://www.connecttech.com
2670S: Supported
2671
2672USB SN9C10x DRIVER
2673P: Luca Risolia
2674M: luca.risolia@studio.unibo.it
2675L: linux-usb-devel@lists.sourceforge.net
2676W: http://www.linux-projects.org
2677S: Maintained
2678
2679USB SUBSYSTEM
2680P: Greg Kroah-Hartman
2681M: gregkh@suse.de
2682L: linux-usb-users@lists.sourceforge.net
2683L: linux-usb-devel@lists.sourceforge.net
2684W: http://www.linux-usb.org
2685S: Supported
2686
2687USB UHCI DRIVER
2688P: Alan Stern
2689M: stern@rowland.harvard.edu
2690L: linux-usb-users@lists.sourceforge.net
2691L: linux-usb-devel@lists.sourceforge.net
2692S: Maintained
2693
2694USB "USBNET" DRIVER
2695P: David Brownell
2696M: dbrownell@users.sourceforge.net
2697L: linux-usb-devel@lists.sourceforge.net
2698S: Maintained
2699
2700USB W996[87]CF DRIVER
2701P: Luca Risolia
2702M: luca.risolia@studio.unibo.it
2703L: linux-usb-devel@lists.sourceforge.net
2704W: http://www.linux-projects.org
2705S: Maintained
2706
2707USB ZD1201 DRIVER
2708P: Jeroen Vreeken
2709M: pe1rxq@amsat.org
2710L: linux-usb-users@lists.sourceforge.net
2711L: linux-usb-devel@lists.sourceforge.net
2712W: http://linux-lc100020.sourceforge.net
2713S: Maintained
2714
2715USER-MODE LINUX
2716P: Jeff Dike
2717M: jdike@karaya.com
2718L: user-mode-linux-devel@lists.sourceforge.net
2719L: user-mode-linux-user@lists.sourceforge.net
2720W: http://user-mode-linux.sourceforge.net
2721S: Maintained
2722
2723FAT/VFAT/MSDOS FILESYSTEM:
2724P: OGAWA Hirofumi
2725M: hirofumi@mail.parknet.co.jp
2726L: linux-kernel@vger.kernel.org
2727S: Maintained
2728
2729VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2730P: Jeff Garzik
2731S: Odd fixes
2732
2733VIA RHINE NETWORK DRIVER
2734P: Roger Luethi
2735M: rl@hellgate.ch
2736S: Maintained
2737
2738UCLINUX (AND M68KNOMMU)
2739P: Greg Ungerer
2740M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002741W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07002742L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002743S: Maintained
2744
2745UCLINUX FOR NEC V850
2746P: Miles Bader
2747M: uclinux-v850@lsi.nec.co.jp
2748W: http://www.ic.nec.co.jp/micro/uclinux/eng/
2749W: http://www.ee.nec.de/uclinux/
2750S: Supported
2751
2752UCLINUX FOR RENESAS H8/300
2753P: Yoshinori Sato
2754M: ysato@users.sourceforge.jp
2755W: http://uclinux-h8.sourceforge.jp/
2756S: Supported
2757
2758USB DIAMOND RIO500 DRIVER
2759P: Cesar Miquel
2760M: miquel@df.uba.ar
2761L: rio500-users@lists.sourceforge.net
2762W: http://rio500.sourceforge.net
2763S: Maintained
2764
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002765V9FS FILE SYSTEM
2766P: Eric Van Hensbergen
2767M: ericvh@gmail.com
2768P: Ron Minnich
2769M: rminnich@lanl.gov
2770P: Latchesar Ionkov
2771M: lucho@ionkov.net
2772L: v9fs-developer@lists.sourceforge.net
2773W: http://v9fs.sf.net
2774S: Maintained
2775
Linus Torvalds1da177e2005-04-16 15:20:36 -07002776VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002777P: Mauro Carvalho Chehab
2778M: mchehab@brturbo.com.br
Linus Torvalds1da177e2005-04-16 15:20:36 -07002779L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002780W: http://linuxtv.org
2781S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002782
2783W1 DALLAS'S 1-WIRE BUS
2784P: Evgeniy Polyakov
2785M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002786L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002787S: Maintained
2788
2789W83L51xD SD/MMC CARD INTERFACE DRIVER
2790P: Pierre Ossman
2791M: drzeus-wbsd@drzeus.cx
2792L: wbsd-devel@list.drzeus.cx
2793W: http://projects.drzeus.cx/wbsd
2794S: Maintained
2795
2796W83L785TS HARDWARE MONITOR DRIVER
2797P: Jean Delvare
2798M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002799L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002800S: Odd Fixes
2801
2802WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
2803P: Nenad Corbic
2804M: ncorbic@sangoma.com
2805M: dm@sangoma.com
2806W: http://www.sangoma.com
2807S: Supported
2808
2809WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
2810P: Jean Tourrilhes
2811M: jt@hpl.hp.com
2812W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
2813S: Maintained
2814
2815WD7000 SCSI DRIVER
2816P: Miroslav Zagorac
2817M: zaga@fly.cc.fer.hr
2818L: linux-scsi@vger.kernel.org
2819S: Maintained
2820
2821WL3501 WIRELESS PCMCIA CARD DRIVER
2822P: Arnaldo Carvalho de Melo
2823M: acme@conectiva.com.br
2824W: http://advogato.org/person/acme
2825S: Maintained
2826
2827X.25 NETWORK LAYER
2828P: Henner Eisen
2829M: eis@baty.hanse.de
2830L: linux-x25@vger.kernel.org
2831S: Maintained
2832
2833XFS FILESYSTEM
2834P: Silicon Graphics Inc
2835M: xfs-masters@oss.sgi.com
2836M: nathans@sgi.com
2837L: linux-xfs@oss.sgi.com
2838W: http://oss.sgi.com/projects/xfs
2839S: Supported
2840
2841X86 3-LEVEL PAGING (PAE) SUPPORT
2842P: Ingo Molnar
2843M: mingo@redhat.com
2844S: Maintained
2845
2846X86-64 port
2847P: Andi Kleen
2848M: ak@suse.de
2849L: discuss@x86-64.org
2850W: http://www.x86-64.org
2851S: Maintained
2852
2853YAM DRIVER FOR AX.25
2854P: Jean-Paul Roubelat
2855M: jpr@f6fbb.org
2856L: linux-hams@vger.kernel.org
2857S: Maintained
2858
2859YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
2860P: Pete Zaitcev
2861M: zaitcev@yahoo.com
2862L: linux-kernel@vger.kernel.org
2863S: Obsolete
2864
2865Z8530 DRIVER FOR AX.25
2866P: Joerg Reuter
2867M: jreuter@yaina.de
2868W: http://yaina.de/jreuter/
2869W: http://www.qsl.net/dl1bke/
2870L: linux-hams@vger.kernel.org
2871S: Maintained
2872
2873ZF MACHZ WATCHDOG
2874P: Fernando Fuganti
2875M: fuganti@netbank.com.br
2876W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
2877S: Maintained
2878
2879ZR36067 VIDEO FOR LINUX DRIVER
2880P: Ronald Bultje
2881M: rbultje@ronald.bitfreak.net
2882L: mjpeg-users@lists.sourceforge.net
2883W: http://mjpeg.sourceforge.net/driver-zoran/
2884S: Maintained
2885
2886ZR36120 VIDEO FOR LINUX DRIVER
2887P: Pauline Middelink
2888M: middelin@polyware.nl
2889W: http://www.polyware.nl/~middelin/En/hobbies.html
2890W: http://www.polyware.nl/~middelin/hobbies.html
2891S: Maintained
2892
2893THE REST
2894P: Linus Torvalds
2895S: Buried alive in reporters