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