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