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