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