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