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