blob: 6238c63c2be889c0bcd1638dbbd4df31a7e8b62a [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
Jody McIntyre50306fb2005-11-23 15:44:03 -080061T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070062S: Status, one of the following:
63
64 Supported: Someone is actually paid to look after this.
65 Maintained: Someone actually looks after it.
66 Odd Fixes: It has a maintainer but they don't have time to do
67 much other than throw the odd patch in. See below..
68 Orphan: No current maintainer [but maybe you could take the
69 role as you write your new code].
70 Obsolete: Old code. Something tagged obsolete generally means
71 it has been replaced by a better system and you
72 should be using that.
73
743C359 NETWORK DRIVER
75P: Mike Phillips
76M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070077L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070078L: linux-tr@linuxtr.net
79W: http://www.linuxtr.net
80S: Maintained
81
823C505 NETWORK DRIVER
83P: Philip Blundell
84M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070085L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070086S: Maintained
87
883CR990 NETWORK DRIVER
89P: David Dillow
90M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070091L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070092S: Maintained
93
943W-XXXX ATA-RAID CONTROLLER DRIVER
95P: Adam Radford
96M: linuxraid@amcc.com
97L: linux-scsi@vger.kernel.org
98W: http://www.amcc.com
99S: Supported
100
1013W-9XXX SATA-RAID CONTROLLER DRIVER
102P: Adam Radford
103M: linuxraid@amcc.com
104L: linux-scsi@vger.kernel.org
105W: http://www.amcc.com
106S: Supported
107
10853C700 AND 53C700-66 SCSI DRIVER
109P: James E.J. Bottomley
110M: James.Bottomley@HansenPartnership.com
111L: linux-scsi@vger.kernel.org
112S: Maintained
113
1146PACK NETWORK DRIVER FOR AX.25
115P: Andreas Koensgen
116M: ajk@iehk.rwth-aachen.de
117L: linux-hams@vger.kernel.org
118S: Maintained
119
1208139CP 10/100 FAST ETHERNET DRIVER
121P: Jeff Garzik
122M: jgarzik@pobox.com
123S: Maintained
124
1258139TOO 10/100 FAST ETHERNET DRIVER
126P: Jeff Garzik
127M: jgarzik@pobox.com
128W: http://sourceforge.net/projects/gkernel/
129S: Maintained
130
1318169 10/100/1000 GIGABIT ETHERNET DRIVER
132P: Francois Romieu
133M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700134L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135S: Maintained
136
1378250/16?50 (AND CLONE UARTS) SERIAL DRIVER
138P: Russell King
139M: rmk+serial@arm.linux.org.uk
140L: linux-serial@vger.kernel.org
141W: http://serial.sourceforge.net
142S: Maintained
143
1448390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
145P: Paul Gortmaker
146M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700147L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148S: Maintained
149
150A2232 SERIAL BOARD DRIVER
151P: Enver Haase
152M: ehaase@inf.fu-berlin.de
153M: A2232@gmx.net
154L: linux-m68k@lists.linux-m68k.org
155S: Maintained
156
157AIO
158P: Benjamin LaHaise
159M: bcrl@kvack.org
160L: linux-aio@kvack.org
161S: Supported
162
163ACENIC DRIVER
164P: Jes Sorensen
165M: jes@trained-monkey.org
166L: linux-acenic@sunsite.dk
167S: Maintained
168
169ACI MIXER DRIVER
170P: Robert Siemer
171M: Robert.Siemer@gmx.de
172L: linux-sound@vger.kernel.org
173W: http://www.stud.uni-karlsruhe.de/~uh1b/
174S: Maintained
175
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176AACRAID SCSI RAID DRIVER
177P: Adaptec OEM Raid Solutions
178L: linux-scsi@vger.kernel.org
179W: http://linux.dell.com/storage.shtml
180S: Supported
181
182ACPI
183P: Len Brown
184M: len.brown@intel.com
185L: acpi-devel@lists.sourceforge.net
186W: http://acpi.sourceforge.net/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800187T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188S: Maintained
189
190AD1816 SOUND DRIVER
191P: Thorsten Knabe
192M: Thorsten Knabe <linux@thorsten-knabe.de>
193W: http://linux.thorsten-knabe.de
194S: Maintained
195
Kyle McMartin6958ae32005-10-21 23:11:27 -0400196AD1889 SOUND DRIVER
197P: Kyle McMartin
198M: kyle@parisc-linux.org
199P: Thibaut Varene
200M: T-Bone@parisc-linux.org
201W: http://wiki.parisc-linux.org/AD1889
202L: parisc-linux@lists.parisc-linux.org
203S: Maintained
204
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205ADM1025 HARDWARE MONITOR DRIVER
206P: Jean Delvare
207M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200208L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700209S: Maintained
210
211ADT746X FAN DRIVER
212P: Colin Leroy
213M: colin@colino.net
214S: Maintained
215
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216AEDSP16 DRIVER
217P: Riccardo Facchetti
218M: fizban@tin.it
219S: Maintained
220
221AFFS FILE SYSTEM
222P: Roman Zippel
223M: zippel@linux-m68k.org
224S: Maintained
225
226AGPGART DRIVER
227P: Dave Jones
228M: davej@codemonkey.org.uk
229W: http://www.codemonkey.org.uk/projects/agp/
230S: Maintained
231
232AHA152X SCSI DRIVER
233P: Juergen E. Fischer
234M: Juergen Fischer <fischer@norbit.de>
235L: linux-scsi@vger.kernel.org
236S: Maintained
237
238ALCATEL SPEEDTOUCH USB DRIVER
239P: Duncan Sands
240M: duncan.sands@free.fr
241L: linux-usb-users@lists.sourceforge.net
242L: linux-usb-devel@lists.sourceforge.net
243W: http://www.linux-usb.org/SpeedTouch/
244S: Maintained
245
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000246ALI1563 I2C DRIVER
247P: Rudolf Marek
248M: r.marek@sh.cvut.cz
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200249L: lm-sensors@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000250S: Maintained
251
Linus Torvalds1da177e2005-04-16 15:20:36 -0700252ALPHA PORT
253P: Richard Henderson
254M: rth@twiddle.net
255S: Odd Fixes for 2.4; Maintained for 2.6.
256P: Ivan Kokshaysky
257M: ink@jurassic.park.msu.ru
258S: Maintained for 2.4; PCI support for 2.6.
259
260APM DRIVER
261P: Stephen Rothwell
262M: sfr@canb.auug.org.au
263L: linux-laptop@vger.kernel.org
264W: http://www.canb.auug.org.au/~sfr/
265S: Supported
266
267APPLETALK NETWORK LAYER
268P: Arnaldo Carvalho de Melo
269M: acme@conectiva.com.br
270S: Maintained
271
Jaya Kumar1154ea72005-06-21 17:17:04 -0700272ARC FRAMEBUFFER DRIVER
273P: Jaya Kumar
274M: jayalk@intworks.biz
275S: Maintained
276
Linus Torvalds1da177e2005-04-16 15:20:36 -0700277ARM26 ARCHITECTURE
278P: Ian Molton
279M: spyro@f2s.com
280S: Maintained
281
282ARM26/ARCHIMEDES
283P: Ian Molton
284M: spyro@f2s.com
285S: Maintained
286
287ARM26/A5000
288P: John Appleby
289M: john@dnsworld.co.uk
290S: Maintained
291
292ARM MFM AND FLOPPY DRIVERS
293P: Ian Molton
294M: spyro@f2s.com
295S: Maintained
296
297ARM/CORGI MACHINE SUPPORT
298P: Richard Purdie
299M: rpurdie@rpsys.net
300S: Maintained
301
Dirk Opfer8459c152005-11-06 14:27:52 +0000302ARM/TOSA MACHINE SUPPORT
303P: Dirk Opfer
304M: dirk@opfer-online.de
305S: Maintained
306
Linus Torvalds1da177e2005-04-16 15:20:36 -0700307ARM/PLEB SUPPORT
308P: Peter Chubb
309M: pleb@gelato.unsw.edu.au
310W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
311S: Maintained
312
313ARM/PT DIGITAL BOARD PORT
314P: Stefan Eletzhofer
315M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700316L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700317W: http://www.arm.linux.org.uk/
318S: Maintained
319
320ARM/SHARK MACHINE SUPPORT
321P: Alexander Schulz
322M: alex@shark-linux.de
323W: http://www.shark-linux.de/shark.html
324S: Maintained
325
326ARM/STRONGARM110 PORT
327P: Russell King
328M: rmk@arm.linux.org.uk
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.arm.linux.org.uk/
331S: Maintained
332
333ARM/S3C2410 ARM ARCHITECTURE
334P: Ben Dooks
335M: ben-s3c2410@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
340ARM/S3C2440 ARM ARCHITECTURE
341P: Ben Dooks
342M: ben-s3c2440@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700343L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700344W: http://www.fluff.org/ben/linux/
345S: Maintained
346
347ARPD SUPPORT
348P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700349L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700350S: Maintained
351
352ASUS ACPI EXTRAS DRIVER
353P: Karol Kozimor
354M: sziwan@users.sourceforge.net
355P: Julien Lerouge
356M: julien.lerouge@free.fr
357L: acpi4asus-user@lists.sourceforge.net
358W: http://sourceforge.net/projects/acpi4asus
359W: http://julien.lerouge.free.fr
360S: Maintained
361
362ATA OVER ETHERNET DRIVER
363P: Ed L. Cashin
364M: ecashin@coraid.com
365W: http://www.coraid.com/support/linux
366S: Supported
367
368ATM
369P: Chas Williams
370M: chas@cmf.nrl.navy.mil
371L: linux-atm-general@lists.sourceforge.net
372W: http://linux-atm.sourceforge.net
373S: Maintained
374
375ATMEL WIRELESS DRIVER
376P: Simon Kelley
377M: simon@thekelleys.org.uk
378W: http://www.thekelleys.org.uk/atmel
379W: http://atmelwlandriver.sourceforge.net/
380S: Maintained
381
Chris Wrighta92b7b82005-07-07 18:12:23 -0700382AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100383P: David Woodhouse
384M: dwmw2@infradead.org
385L: linux-audit@redhat.com
386W: http://people.redhat.com/sgrubb/audit/
Chris Wrighta92b7b82005-07-07 18:12:23 -0700387S: Maintained
388
Linus Torvalds1da177e2005-04-16 15:20:36 -0700389AX.25 NETWORK LAYER
390P: Ralf Baechle
391M: ralf@linux-mips.org
392L: linux-hams@vger.kernel.org
393S: Maintained
394
395BAYCOM/HDLCDRV DRIVERS FOR AX.25
396P: Thomas Sailer
397M: t.sailer@alumni.ethz.ch
398L: linux-hams@vger.kernel.org
399W: http://www.baycom.org/~tom/ham/ham.html
400S: Maintained
401
402BEFS FILE SYSTEM
403P: Sergey S. Kostyliov
404M: rathamahata@php4.ru
405L: linux-kernel@vger.kernel.org
406S: Maintained
407
408BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
409P: Kenji Hollis
410W: http://ftp.bitgate.com/pcwd/
411S: Maintained
412
413BFS FILE SYSTEM
414P: Tigran A. Aivazian
415M: tigran@veritas.com
416L: linux-kernel@vger.kernel.org
417S: Maintained
418
419BLOCK LAYER
420P: Jens Axboe
421M: axboe@suse.de
422L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800423T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700424S: Maintained
425
426BLUETOOTH SUBSYSTEM
427P: Marcel Holtmann
428M: marcel@holtmann.org
429P: Maxim Krasnyansky
430M: maxk@qualcomm.com
431L: bluez-devel@lists.sf.net
432W: http://bluez.sf.net
433W: http://www.bluez.org
434W: http://www.holtmann.org/linux/bluetooth/
435S: Maintained
436
437BLUETOOTH RFCOMM LAYER
438P: Marcel Holtmann
439M: marcel@holtmann.org
440P: Maxim Krasnyansky
441M: maxk@qualcomm.com
442S: Maintained
443
444BLUETOOTH BNEP LAYER
445P: Marcel Holtmann
446M: marcel@holtmann.org
447P: Maxim Krasnyansky
448M: maxk@qualcomm.com
449S: Maintained
450
451BLUETOOTH CMTP LAYER
452P: Marcel Holtmann
453M: marcel@holtmann.org
454S: Maintained
455
456BLUETOOTH HIDP LAYER
457P: Marcel Holtmann
458M: marcel@holtmann.org
459S: Maintained
460
461BLUETOOTH HCI UART DRIVER
462P: Marcel Holtmann
463M: marcel@holtmann.org
464P: Maxim Krasnyansky
465M: maxk@qualcomm.com
466S: Maintained
467
468BLUETOOTH HCI USB DRIVER
469P: Marcel Holtmann
470M: marcel@holtmann.org
471P: Maxim Krasnyansky
472M: maxk@qualcomm.com
473S: Maintained
474
475BLUETOOTH HCI BCM203X DRIVER
476P: Marcel Holtmann
477M: marcel@holtmann.org
478S: Maintained
479
480BLUETOOTH HCI BPA10X DRIVER
481P: Marcel Holtmann
482M: marcel@holtmann.org
483S: Maintained
484
485BLUETOOTH HCI BFUSB DRIVER
486P: Marcel Holtmann
487M: marcel@holtmann.org
488S: Maintained
489
490BLUETOOTH HCI DTL1 DRIVER
491P: Marcel Holtmann
492M: marcel@holtmann.org
493S: Maintained
494
495BLUETOOTH HCI BLUECARD DRIVER
496P: Marcel Holtmann
497M: marcel@holtmann.org
498S: Maintained
499
500BLUETOOTH HCI BT3C DRIVER
501P: Marcel Holtmann
502M: marcel@holtmann.org
503S: Maintained
504
505BLUETOOTH HCI BTUART DRIVER
506P: Marcel Holtmann
507M: marcel@holtmann.org
508S: Maintained
509
510BLUETOOTH HCI VHCI DRIVER
511P: Maxim Krasnyansky
512M: maxk@qualcomm.com
513S: Maintained
514
515BONDING DRIVER
516P: Chad Tindel
517M: ctindel@users.sourceforge.net
518P: Jay Vosburgh
519M: fubar@us.ibm.com
520L: bonding-devel@lists.sourceforge.net
521W: http://sourceforge.net/projects/bonding/
522S: Supported
523
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000524BROADBAND PROCESSOR ARCHITECTURE
525P: Arnd Bergmann
526M: arnd@arndb.de
527L: linuxppc64-dev@ozlabs.org
528W: http://linuxppc64.org
529S: Supported
530
Linus Torvalds1da177e2005-04-16 15:20:36 -0700531BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700532P: Mauro Carvalho Chehab
533M: mchehab@brturbo.com.br
Linus Torvalds1da177e2005-04-16 15:20:36 -0700534L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700535W: http://linuxtv.org
536S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700537
538BUSLOGIC SCSI DRIVER
539P: Leonard N. Zubkoff
540M: Leonard N. Zubkoff <lnz@dandelion.com>
541L: linux-scsi@vger.kernel.org
542W: http://www.dandelion.com/Linux/
543S: Maintained
544
545COMMON INTERNET FILE SYSTEM (CIFS)
546P: Steve French
547M: sfrench@samba.org
548L: samba-technical@lists.samba.org
549W: http://us1.samba.org/samba/Linux_CIFS_client.html
550S: Supported
551
552CIRRUS LOGIC GENERIC FBDEV DRIVER
553P: Jeff Garzik
554M: jgarzik@pobox.com
555L: linux-fbdev-devel@lists.sourceforge.net
556S: Odd Fixes
557
558CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
559P: Cirrus Logic Corporation (kernel 2.2 driver)
560M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
561P: Nils Faerber (port to kernel 2.4)
562M: Nils Faerber <nils@kernelconcepts.de>
563S: Maintained
564
565CODA FILE SYSTEM
566P: Jan Harkes
567M: jaharkes@cs.cmu.edu
568M: coda@cs.cmu.edu
569L: codalist@coda.cs.cmu.edu
570W: http://www.coda.cs.cmu.edu/
571S: Maintained
572
573COMPACTPCI HOTPLUG CORE
574P: Scott Murray
575M: scottm@somanetworks.com
576M: scott@spiteful.org
577L: pcihpd-discuss@lists.sourceforge.net
578S: Supported
579
580COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
581P: Scott Murray
582M: scottm@somanetworks.com
583M: scott@spiteful.org
584L: pcihpd-discuss@lists.sourceforge.net
585S: Supported
586
587COMPACTPCI HOTPLUG GENERIC DRIVER
588P: Scott Murray
589M: scottm@somanetworks.com
590M: scott@spiteful.org
591L: pcihpd-discuss@lists.sourceforge.net
592S: Supported
593
594COMPUTONE INTELLIPORT MULTIPORT CARD
595P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700596M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700597W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700598S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599
600COSA/SRP SYNC SERIAL DRIVER
601P: Jan "Yenya" Kasprzak
602M: kas@fi.muni.cz
603W: http://www.fi.muni.cz/~kas/cosa/
604S: Maintained
605
606CPU FREQUENCY DRIVERS
607P: Dave Jones
608M: davej@codemonkey.org.uk
609L: cpufreq@lists.linux.org.uk
610W: http://www.codemonkey.org.uk/projects/cpufreq/
611S: Maintained
612
613CPUID/MSR DRIVER
614P: H. Peter Anvin
615M: hpa@zytor.com
616S: Maintained
617
Paul Jacksoned90fb42005-09-27 21:45:37 -0700618CPUSETS
619P: Paul Jackson
620P: Simon Derr
621M: pj@sgi.com
622M: simon.derr@bull.net
623L: linux-kernel@vger.kernel.org
624W: http://www.bullopensource.org/cpuset/
625S: Supported
626
Linus Torvalds1da177e2005-04-16 15:20:36 -0700627CRAMFS FILESYSTEM
628W: http://sourceforge.net/projects/cramfs/
629S: Orphan
630
631CRIS PORT
632P: Mikael Starvik
633M: starvik@axis.com
634L: dev-etrax@axis.com
635W: http://developer.axis.com
636S: Maintained
637
638CRYPTO API
639P: Herbert Xu
640M: herbert@gondor.apana.org.au
641P: David S. Miller
642M: davem@davemloft.net
643L: linux-crypto@vger.kernel.org
644S: Maintained
645
646CYBERPRO FB DRIVER
647P: Russell King
648M: rmk@arm.linux.org.uk
649W: http://www.arm.linux.org.uk/
650S: Maintained
651
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700652CYBLAFB FRAMEBUFFER DRIVER
653P: Knut Petersen
654M: Knut_Petersen@t-online.de
655L: linux-fbdev-devel@lists.sourceforge.net
656S: Maintained
657
Linus Torvalds1da177e2005-04-16 15:20:36 -0700658CYCLADES 2X SYNC CARD DRIVER
659P: Arnaldo Carvalho de Melo
660M: acme@conectiva.com.br
661W: http://advogato.org/person/acme
662L: cycsyn-devel@bazar.conectiva.com.br
663S: Maintained
664
665CYCLADES ASYNC MUX DRIVER
666M: async@cyclades.com
667W: http://www.cyclades.com/
668S: Supported
669
670CYCLADES PC300 DRIVER
671M: pc300@cyclades.com
672W: http://www.cyclades.com/
673S: Supported
674
675DAC960 RAID CONTROLLER DRIVER
676P: Dave Olien
677M dmo@osdl.org
678W: http://www.osdl.org/archive/dmo/DAC960
679L: linux-kernel@vger.kernel.org
680S: Maintained
681
682DAMA SLAVE for AX.25
683P: Joerg Reuter
684M: jreuter@yaina.de
685W: http://yaina.de/jreuter/
686W: http://www.qsl.net/dl1bke/
687L: linux-hams@vger.kernel.org
688S: Maintained
689
690DC395x SCSI driver
691P: Oliver Neukum
692M: oliver@neukum.name
693P: Ali Akcaagac
694M: aliakc@web.de
695P: Jamie Lenehan
696M: lenehan@twibble.org
697W: http://twibble.org/dist/dc395x/
698L: http://lists.twibble.org/mailman/listinfo/dc395x/
699S: Maintained
700
701DC390/AM53C974 SCSI driver
702P: Kurt Garloff
703M: garloff@suse.de
704W: http://www.garloff.de/kurt/linux/dc390/
705P: Guennadi Liakhovetski
706M: g.liakhovetski@gmx.de
707S: Maintained
708
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700709DCCP PROTOCOL
710P: Arnaldo Carvalho de Melo
711M: acme@mandriva.com
712L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800713W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700714S: Maintained
715
Linus Torvalds1da177e2005-04-16 15:20:36 -0700716DECnet NETWORK LAYER
717P: Patrick Caulfield
718M: patrick@tykepenguin.com
719W: http://linux-decnet.sourceforge.net
720L: linux-decnet-user@lists.sourceforge.net
721S: Maintained
722
723DEFXX FDDI NETWORK DRIVER
724P: Maciej W. Rozycki
725M: macro@linux-mips.org
726S: Maintained
727
728DELL LAPTOP SMM DRIVER
729P: Massimo Dal Zotto
730M: dz@debian.org
731W: http://www.debian.org/~dz/i8k/
732S: Maintained
733
Doug Warzecha90563ec2005-09-06 15:17:15 -0700734DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
735P: Doug Warzecha
736M: Douglas_Warzecha@dell.com
737S: Maintained
738
Linus Torvalds1da177e2005-04-16 15:20:36 -0700739DEVICE-MAPPER
740P: Alasdair Kergon
741L: dm-devel@redhat.com
742W: http://sources.redhat.com/dm
743S: Maintained
744
745DEVICE NUMBER REGISTRY
746P: Torben Mathiasen
747M: device@lanana.org
748W: http://lanana.org/docs/device-list/index.html
749L: linux-kernel@vger.kernel.org
750S: Maintained
751
752DEVICE FILESYSTEM
753S: Obsolete
754
755DIGI INTL. EPCA DRIVER
756P: Digi International, Inc
757M: Eng.Linux@digi.com
758L: Eng.Linux@digi.com
759W: http://www.digi.com
760S: Orphaned
761
762DIGI RIGHTSWITCH NETWORK DRIVER
763P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700764L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700765W: http://www.digi.com
766S: Orphaned
767
768DIRECTORY NOTIFICATION
769P: Stephen Rothwell
770M: sfr@canb.auug.org.au
771L: linux-kernel@vger.kernel.org
772S: Supported
773
774DISK GEOMETRY AND PARTITION HANDLING
775P: Andries Brouwer
776M: aeb@cwi.nl
777W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
778W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
779W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
780S: Maintained
781
782DISKQUOTA:
783P: Jan Kara
784M: jack@suse.cz
785L: linux-kernel@vger.kernel.org
786S: Maintained
787
788DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
789P: Tobias Ringstrom
790M: tori@unhappy.mine.nu
791L: linux-kernel@vger.kernel.org
792S: Maintained
793
Martin Waitzba483d52005-06-17 13:20:59 -0700794DOCBOOK FOR DOCUMENTATION
795P: Martin Waitz
796M: tali@admingilde.org
797S: Maintained
798
Linus Torvalds1da177e2005-04-16 15:20:36 -0700799DOUBLETALK DRIVER
800P: James R. Van Zandt
801M: jrv@vanzandt.mv.com
802L: blinux-list@redhat.com
803S: Maintained
804
805DRIVER CORE, KOBJECTS, AND SYSFS
806P: Greg Kroah-Hartman
807M: gregkh@suse.de
808L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800809T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700810S: Supported
811
812DRM DRIVERS
813P: David Airlie
814M: airlied@linux.ie
815L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800816T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700817S: Maintained
818
819DSCC4 DRIVER
820P: François Romieu
821M: romieu@cogenit.fr
822M: romieu@ensta.fr
823S: Maintained
824
825DVB SUBSYSTEM AND DRIVERS
826P: LinuxTV.org Project
827M: linux-dvb-maintainer@linuxtv.org
828L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200829W: http://linuxtv.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700830S: Supported
831
832EATA-DMA SCSI DRIVER
833P: Michael Neuffer
834L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
835S: Maintained
836
837EATA ISA/EISA/PCI SCSI DRIVER
838P: Dario Ballabio
839M: ballabio_dario@emc.com
840L: linux-scsi@vger.kernel.org
841S: Maintained
842
843EATA-PIO SCSI DRIVER
844P: Michael Neuffer
845M: mike@i-Connect.Net
846L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
847S: Maintained
848
849EBTABLES
850P: Bart De Schuymer
851M: bart.de.schuymer@pandora.be
852L: ebtables-user@lists.sourceforge.net
853L: ebtables-devel@lists.sourceforge.net
854W: http://ebtables.sourceforge.net/
855S: Maintained
856
857EEPRO100 NETWORK DRIVER
858P: Andrey V. Savochkin
859M: saw@saw.sw.com.sg
860S: Maintained
861
862EMU10K1 SOUND DRIVER
863P: James Courtier-Dutton
864M: James@superbug.demon.co.uk
865L: emu10k1-devel@lists.sourceforge.net
866W: http://sourceforge.net/projects/emu10k1/
867S: Maintained
868
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400869EMULEX LPFC FC SCSI DRIVER
870P: James Smart
871M: james.smart@emulex.com
872L: linux-scsi@vger.kernel.org
873W: http://sourceforge.net/projects/lpfcxxxx
874S: Supported
875
Linus Torvalds1da177e2005-04-16 15:20:36 -0700876EPSON 1355 FRAMEBUFFER DRIVER
877P: Christopher Hoover
878M: ch@murgatroid.com, ch@hpl.hp.com
879S: Maintained
880
881ETHEREXPRESS-16 NETWORK DRIVER
882P: Philip Blundell
883M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700884L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885S: Maintained
886
887ETHERNET BRIDGE
888P: Stephen Hemminger
889M: shemminger@osdl.org
890L: bridge@osdl.org
891W: http://bridge.sourceforge.net/
892S: Maintained
893
894ETHERTEAM 16I DRIVER
895P: Mika Kuoppala
896M: miku@iki.fi
897S: Maintained
898
899EXT2 FILE SYSTEM
900L: ext2-devel@lists.sourceforge.net
901S: Maintained
902
903EXT3 FILE SYSTEM
904P: Stephen Tweedie, Andrew Morton
905M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
906L: ext3-users@redhat.com
907S: Maintained
908
909FARSYNC SYNCHRONOUS DRIVER
910P: Kevin Curtis
911M: kevin.curtis@farsite.co.uk
912M: kevin.curtis@farsite.co.uk
913W: http://www.farsite.co.uk/
914S: Supported
915
916FRAMEBUFFER LAYER
917P: Antonino Daplas
918M: adaplas@pol.net
919L: linux-fbdev-devel@lists.sourceforge.net
920W: http://linux-fbdev.sourceforge.net/
921S: Maintained
922
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +0300923FREESCALE SOC FS_ENET DRIVER
924P: Pantelis Antoniou
925M: pantelis.antoniou@gmail.com
926P: Vitaly Bordug
927M: vbordug@ru.mvista.com
928L: linuxppc-embedded@ozlabs.org
929L: netdev@vger.kernel.org
930S: Maintained
931
Linus Torvalds1da177e2005-04-16 15:20:36 -0700932FILE LOCKING (flock() and fcntl()/lockf())
933P: Matthew Wilcox
934M: matthew@wil.cx
935L: linux-fsdevel@vger.kernel.org
936S: Maintained
937
938FILESYSTEMS (VFS and infrastructure)
939P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +0100940M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700941S: Maintained
942
943FIRMWARE LOADER (request_firmware)
944L: linux-kernel@vger.kernel.org
945S: Orphan
946
947FPU EMULATOR
948P: Bill Metzenthen
949M: billm@suburbia.net
950W: http://suburbia.net/~billm/floating-point/emulator/
951S: Maintained
952
953FRAME RELAY DLCI/FRAD (Sangoma drivers too)
954P: Mike McLagan
955M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700956L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700957S: Maintained
958
959FREEVXFS FILESYSTEM
960P: Christoph Hellwig
961M: hch@infradead.org
962W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
963S: Maintained
964
965FUJITSU FR-V PORT
966P: David Howells
967M: dhowells@redhat.com
968S: Maintained
969
970FTAPE/QIC-117
971L: linux-tape@vger.kernel.org
972W: http://sourceforge.net/projects/ftape
973S: Orphan
974
Miklos Szeredi04578f12005-09-09 13:10:22 -0700975FUSE: FILESYSTEM IN USERSPACE
976P: Miklos Szeredi
977M: miklos@szeredi.hu
978L: fuse-devel@lists.sourceforge.net
979W: http://fuse.sourceforge.net/
980S: Maintained
981
Linus Torvalds1da177e2005-04-16 15:20:36 -0700982FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
983P: Rik Faith
984M: faith@cs.unc.edu
985L: linux-scsi@vger.kernel.org
986S: Odd fixes (e.g., new signatures)
987
988GDT SCSI DISK ARRAY CONTROLLER DRIVER
989P: Achim Leubner
990M: achim_leubner@adaptec.com
991L: linux-scsi@vger.kernel.org
992W: http://www.icp-vortex.com/
993S: Supported
994
995GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
996P: Krzysztof Halasa
997M: khc@pm.waw.pl
998W: http://www.kernel.org/pub/linux/utils/net/hdlc/
999S: Maintained
1000
Jean Delvare5b543962005-08-15 19:51:02 +02001001HARDWARE MONITORING
1002P: Jean Delvare
1003M: khali@linux-fr.org
1004L: lm-sensors@lm-sensors.org
1005W: http://www.lm-sensors.nu/
1006S: Maintained
1007
Robert Love860e1d62005-08-31 23:57:59 -04001008HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1009P: Robert Love
1010M: rlove@rlove.org
1011M: linux-kernel@vger.kernel.org
1012W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1013S: Maintained
1014
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015HARMONY SOUND DRIVER
1016P: Kyle McMartin
1017M: kyle@parisc-linux.org
1018W: http://www.parisc-linux.org/~kyle/harmony/
1019L: parisc-linux@lists.parisc-linux.org
1020S: Maintained
1021
1022HAYES ESP SERIAL DRIVER
1023P: Andrew J. Robinson
1024M: arobinso@nyx.net
1025L: linux-kernel@vger.kernel.org
1026W: http://www.nyx.net/~arobinso
1027S: Maintained
1028
1029HFS FILESYSTEM
1030P: Roman Zippel
1031M: zippel@linux-m68k.org
1032L: linux-kernel@vger.kernel.org
1033S: Maintained
1034
1035HGA FRAMEBUFFER DRIVER
1036P: Ferenc Bakonyi
1037M: fero@drama.obuda.kando.hu
1038L: linux-nvidia@lists.surfsouth.com
1039W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1040S: Maintained
1041
1042HIGH-SPEED SCC DRIVER FOR AX.25
1043P: Klaus Kudielka
1044M: klaus.kudielka@ieee.org
1045L: linux-hams@vger.kernel.org
1046W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1047S: Maintained
1048
1049HIPPI
1050P: Jes Sorensen
1051M: jes@trained-monkey.org
1052L: linux-hippi@sunsite.dk
1053S: Maintained
1054
1055HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1056P: Chirag Kantharia
1057M: chirag.kantharia@hp.com
1058L: iss_storagedev@hp.com
1059S: Maintained
1060
1061HEWLETT-PACKARD SMART2 RAID DRIVER
1062P: Chirag Kantharia
1063M: chirag.kantharia@hp.com
1064L: iss_storagedev@hp.com
1065S: Maintained
1066
1067HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1068P: Mike Miller
1069M: mike.miller@hp.com
1070L: iss_storagedev@hp.com
1071S: Supported
1072
Jouni Malinenff1d2762005-05-12 22:54:16 -04001073HOST AP DRIVER
1074P: Jouni Malinen
1075M: jkmaline@cc.hut.fi
1076L: hostap@shmoo.com
1077W: http://hostap.epitest.fi/
1078S: Maintained
1079
Linus Torvalds1da177e2005-04-16 15:20:36 -07001080HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1081P: Jaroslav Kysela
1082M: perex@suse.cz
1083S: Maintained
1084
Bob Piccob9b03322005-11-07 00:59:19 -08001085HPET: High Precision Event Timers driver (hpet.c)
1086P: Clemens Ladisch
1087M: clemens@ladisch.de
1088S: Maintained
1089
1090HPET: i386
1091P: Venkatesh Pallipadi (Venki)
1092M: venkatesh.pallipadi@intel.com
1093S: Maintained
1094
1095HPET: x86_64
1096P: Andi Kleen and Vojtech Pavlik
1097M: ak@muc.de and vojtech@suse.cz
1098S: Maintained
1099
1100HPET: ACPI hpet.c
1101P: Bob Picco
1102M: bob.picco@hp.com
1103S: Maintained
1104
Linus Torvalds1da177e2005-04-16 15:20:36 -07001105HPFS FILESYSTEM
1106P: Mikulas Patocka
1107M: mikulas@artax.karlin.mff.cuni.cz
1108W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1109S: Maintained
1110
1111HUGETLB FILESYSTEM
1112P: William Irwin
1113M: wli@holomorphy.com
1114S: Maintained
1115
Jean Delvare5b543962005-08-15 19:51:02 +02001116I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001117P: Jean Delvare
1118M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001119L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001120W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001121T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001122S: Maintained
1123
1124I2O
1125P: Markus Lidel
1126M: markus.lidel@shadowconnect.com
1127W: http://i2o.shadowconnect.com/
1128S: Maintained
1129
1130i386 BOOT CODE
1131P: Riley H. Williams
1132M: Riley@Williams.Name
1133L: Linux-Kernel@vger.kernel.org
1134S: Maintained
1135
1136i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1137P: Dave Jones
1138M: davej@codemonkey.org.uk
1139P: H. Peter Anvin
1140M: hpa@zytor.com
1141S: Maintained
1142
1143i810 TCO TIMER WATCHDOG
1144P: Nils Faerber
1145M: nils@kernelconcepts.de
1146W: http://www.kernelconcepts.de/
1147S: Maintained
1148
1149IA64 (Itanium) PLATFORM
1150P: Tony Luck
1151M: tony.luck@intel.com
1152L: linux-ia64@vger.kernel.org
1153W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001154T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001155S: Maintained
1156
1157SN-IA64 (Itanium) SUB-PLATFORM
Jesse Barnes056b5032005-05-09 14:52:00 -07001158P: Greg Edwards
1159M: edwardsg@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001160L: linux-altix@sgi.com
1161L: linux-ia64@vger.kernel.org
1162W: http://www.sgi.com/altix
1163S: Maintained
1164
1165IBM MCA SCSI SUBSYSTEM DRIVER
1166P: Michael Lang
1167M: langa2@kph.uni-mainz.de
1168W: http://www.uni-mainz.de/~langm000/linux.html
1169S: Maintained
1170
1171IBM Power Linux RAID adapter
1172P: Brian King
1173M: brking@us.ibm.com
1174S: Supported
1175
1176IBM ServeRAID RAID DRIVER
1177P: Jack Hammer
1178P: Dave Jeffery
1179M: ipslinux@adaptec.com
1180W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1181S: Supported
1182
1183IDE DRIVER [GENERAL]
1184P: Bartlomiej Zolnierkiewicz
1185M: B.Zolnierkiewicz@elka.pw.edu.pl
1186L: linux-kernel@vger.kernel.org
1187L: linux-ide@vger.kernel.org
1188S: Maintained
1189
1190IDE/ATAPI CDROM DRIVER
1191P: Jens Axboe
1192M: axboe@suse.de
1193L: linux-kernel@vger.kernel.org
1194W: http://www.kernel.dk
1195S: Maintained
1196
1197IDE/ATAPI FLOPPY DRIVERS
1198P: Paul Bristow
1199M: Paul Bristow <paul@paulbristow.net>
1200W: http://paulbristow.net/linux/idefloppy.html
1201L: linux-kernel@vger.kernel.org
1202S: Maintained
1203
1204IDE/ATAPI TAPE DRIVERS
1205P: Gadi Oxman
1206M: Gadi Oxman <gadio@netvision.net.il>
1207L: linux-kernel@vger.kernel.org
1208S: Maintained
1209
1210IEEE 1394 ETHERNET (eth1394)
1211L: linux1394-devel@lists.sourceforge.net
1212W: http://www.linux1394.org/
1213S: Orphan
1214
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215IEEE 1394 SUBSYSTEM
1216P: Ben Collins
1217M: bcollins@debian.org
1218P: Jody McIntyre
1219M: scjody@steamballoon.com
1220L: linux1394-devel@lists.sourceforge.net
1221W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001222T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001223S: Maintained
1224
1225IEEE 1394 OHCI DRIVER
1226P: Ben Collins
1227M: bcollins@debian.org
1228P: Jody McIntyre
1229M: scjody@steamballoon.com
1230L: linux1394-devel@lists.sourceforge.net
1231W: http://www.linux1394.org/
1232S: Maintained
1233
1234IEEE 1394 PCILYNX DRIVER
1235P: Jody McIntyre
1236M: scjody@steamballoon.com
1237L: linux1394-devel@lists.sourceforge.net
1238W: http://www.linux1394.org/
1239S: Maintained
1240
1241IEEE 1394 RAW I/O DRIVER
1242P: Ben Collins
1243M: bcollins@debian.org
1244P: Dan Dennedy
1245M: dan@dennedy.org
1246L: linux1394-devel@lists.sourceforge.net
1247W: http://www.linux1394.org/
1248S: Maintained
1249
Jody McIntyre105d7b32005-09-30 11:59:04 -07001250IEEE 1394 SBP2
1251P: Ben Collins
1252M: bcollins@debian.org
1253P: Stefan Richter
1254M: stefanr@s5r6.in-berlin.de
1255L: linux1394-devel@lists.sourceforge.net
1256W: http://www.linux1394.org/
1257S: Maintained
1258
Linus Torvalds1da177e2005-04-16 15:20:36 -07001259IMS TWINTURBO FRAMEBUFFER DRIVER
1260P: Paul Mundt
1261M: lethal@chaoticdreams.org
1262L: linux-fbdev-devel@lists.sourceforge.net
1263S: Maintained
1264
1265INFINIBAND SUBSYSTEM
1266P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001267M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001268P: Sean Hefty
1269M: mshefty@ichips.intel.com
1270P: Hal Rosenstock
1271M: halr@voltaire.com
1272L: openib-general@openib.org
1273W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001274T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001275S: Supported
1276
1277INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1278P: Vojtech Pavlik
1279M: vojtech@suse.cz
1280L: linux-input@atrey.karlin.mff.cuni.cz
1281L: linux-joystick@atrey.karlin.mff.cuni.cz
1282S: Maintained
1283
Robert Lovec9f04f52005-07-15 12:21:07 -04001284INOTIFY
1285P: John McCutchan and Robert Love
1286M: ttb@tentacle.dhs.org and rml@novell.com
1287L: linux-kernel@vger.kernel.org
1288S: Maintained
1289
Linus Torvalds1da177e2005-04-16 15:20:36 -07001290INTEL 810/815 FRAMEBUFFER DRIVER
1291P: Antonino Daplas
1292M: adaplas@pol.net
1293L: linux-fbdev-devel@lists.sourceforge.net
1294S: Maintained
1295
1296INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1297P: Ingo Molnar
1298M: mingo@redhat.com
1299S: Maintained
1300
1301INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1302P: Jeff Garzik
1303M: jgarzik@pobox.com
1304W: http://sourceforge.net/projects/gkernel/
1305S: Maintained
1306
1307INTEL IA32 MICROCODE UPDATE SUPPORT
1308P: Tigran Aivazian
1309M: tigran@veritas.com
1310S: Maintained
1311
1312INTEL PRO/100 ETHERNET SUPPORT
1313P: John Ronciak
1314M: john.ronciak@intel.com
1315P: Ganesh Venkatesan
1316M: ganesh.venkatesan@intel.com
1317P: Jesse Brandeburg
1318M: jesse.brandeburg@intel.com
1319W: http://sourceforge.net/projects/e1000/
1320S: Supported
1321
1322INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1323P: Jeb Cramer
1324M: cramerj@intel.com
1325P: John Ronciak
1326M: john.ronciak@intel.com
1327P: Ganesh Venkatesan
1328M: ganesh.venkatesan@intel.com
1329W: http://sourceforge.net/projects/e1000/
1330S: Supported
1331
1332INTEL PRO/10GbE SUPPORT
1333P: Ayyappan Veeraiyan
1334M: ayyappan.veeraiyan@intel.com
1335P: Ganesh Venkatesan
1336M: ganesh.venkatesan@intel.com
1337P: John Ronciak
1338M: john.ronciak@intel.com
1339W: http://sourceforge.net/projects/e1000/
1340S: Supported
1341
James Ketrenos826d2ab2005-11-07 18:56:59 -06001342INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1343P: Yi Zhu
1344M: yi.zhu@intel.com
1345P: James Ketrenos
1346M: jketreno@linux.intel.com
1347L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1348W: http://ipw2100.sourceforge.net
1349S: Supported
1350
1351INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1352P: Yi Zhu
1353M: yi.zhu@intel.com
1354P: James Ketrenos
1355M: jketreno@linux.intel.com
1356L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1357W: http://ipw2200.sourceforge.net
1358S: Supported
1359
Linus Torvalds1da177e2005-04-16 15:20:36 -07001360IOC3 DRIVER
1361P: Ralf Baechle
1362M: ralf@linux-mips.org
1363L: linux-mips@linux-mips.org
1364S: Maintained
1365
1366IP MASQUERADING:
1367P: Juanjo Ciarlante
1368M: jjciarla@raiz.uncu.edu.ar
1369S: Maintained
1370
1371IPX NETWORK LAYER
1372P: Arnaldo Carvalho de Melo
1373M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001374L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001375S: Maintained
1376
1377IRDA SUBSYSTEM
1378P: Jean Tourrilhes
Olaf Heringa2ac9532005-07-12 13:58:35 -07001379L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380W: http://irda.sourceforge.net/
1381S: Maintained
1382
1383ISAPNP
1384P: Jaroslav Kysela
1385M: perex@suse.cz
1386S: Maintained
1387
1388ISDN SUBSYSTEM
1389P: Karsten Keil
1390M: kkeil@suse.de
1391P: Kai Germaschewski
1392M: kai.germaschewski@gmx.de
1393L: isdn4linux@listserv.isdn4linux.de
1394W: http://www.isdn4linux.de
1395S: Maintained
1396
1397ISDN SUBSYSTEM (Eicon active card driver)
1398P: Armin Schindler
1399M: mac@melware.de
1400L: isdn4linux@listserv.isdn4linux.de
1401W: http://www.melware.de
1402S: Maintained
1403
1404JOURNALLING FLASH FILE SYSTEM (JFFS)
1405P: Axis Communications AB
1406M: jffs-dev@axis.com
1407L: jffs-dev@axis.com
1408W: http://www.developer.axis.com/software/jffs/
1409S: Maintained
1410
1411JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1412P: David Woodhouse
1413M: dwmw2@infradead.org
1414L: jffs-dev@axis.com
1415W: http://sources.redhat.com/jffs2/
1416S: Maintained
1417
1418JFS FILESYSTEM
1419P: Dave Kleikamp
1420M: shaggy@austin.ibm.com
1421L: jfs-discussion@lists.sourceforge.net
1422W: http://jfs.sourceforge.net/
1423S: Supported
1424
1425KCONFIG
1426P: Roman Zippel
1427M: zippel@linux-m68k.org
1428L: kbuild-devel@lists.sourceforge.net
1429S: Maintained
1430
1431KERNEL AUTOMOUNTER (AUTOFS)
1432P: H. Peter Anvin
1433M: hpa@zytor.com
1434L: autofs@linux.kernel.org
1435S: Odd Fixes
1436
1437KERNEL AUTOMOUNTER v4 (AUTOFS4)
1438P: Ian Kent
1439M: raven@themaw.net
1440L: autofs@linux.kernel.org
1441S: Maintained
1442
1443KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1444P: Kai Germaschewski
1445M: kai@germaschewski.name
1446P: Sam Ravnborg
1447M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001448T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449S: Maintained
1450
1451KERNEL JANITORS
1452P: Several
1453L: kernel-janitors@osdl.org
1454W: http://www.kerneljanitors.org/
1455W: http://sf.net/projects/kernel-janitor/
1456W: http://developer.osdl.org/rddunlap/kj-patches/
1457S: Maintained
1458
1459KERNEL NFSD
1460P: Neil Brown
1461M: neilb@cse.unsw.edu.au
1462L: nfs@lists.sourceforge.net
1463W: http://nfs.sourceforge.net/
1464W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1465S: Maintained
1466
1467KERNEL EVENT LAYER (KOBJECT_UEVENT)
1468P: Robert Love
1469M: rml@novell.com
1470L: linux-kernel@vger.kernel.org
1471S: Maintained
1472
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001473KEXEC
1474P: Eric Biederman
1475P: Randy Dunlap
1476M: ebiederm@xmission.com
1477M: rddunlap@osdl.org
1478W: http://www.xmission.com/~ebiederm/files/kexec/
1479L: linux-kernel@vger.kernel.org
1480L: fastboot@osdl.org
1481S: Maintained
1482
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001483KPROBES
1484P: Prasanna S Panchamukhi
1485M: prasanna@in.ibm.com
1486P: Ananth N Mavinakayanahalli
1487M: ananth@in.ibm.com
1488P: Anil S Keshavamurthy
1489M: anil.s.keshavamurthy@intel.com
1490P: David S. Miller
1491M: davem@davemloft.net
1492L: linux-kernel@vger.kernel.org
1493S: Maintained
1494
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495LANMEDIA WAN CARD DRIVER
1496P: Andrew Stanley-Jones
1497M: asj@lanmedia.com
1498W: http://www.lanmedia.com/
1499S: Supported
1500
1501LAPB module
1502P: Henner Eisen
1503M: eis@baty.hanse.de
1504L: linux-x25@vger.kernel.org
1505S: Maintained
1506
1507LASI 53c700 driver for PARISC
1508P: James E.J. Bottomley
1509M: James.Bottomley@HansenPartnership.com
1510L: linux-scsi@vger.kernel.org
1511S: Maintained
1512
1513LEGO USB Tower driver
1514P: Juergen Stuber
1515M: starblue@users.sourceforge.net
1516L: legousb-devel@lists.sourceforge.net
1517W: http://legousb.sourceforge.net/
1518S: Maintained
1519
1520LINUX FOR IBM pSERIES (RS/6000)
1521P: Paul Mackerras
1522M: paulus@au.ibm.com
1523W: http://www.ibm.com/linux/ltc/projects/ppc
1524S: Supported
1525
1526LINUX FOR NCR VOYAGER
1527P: James Bottomley
1528M: James.Bottomley@HansenPartnership.com
1529W: http://www.hansenpartnership.com/voyager
1530S: Maintained
1531
1532LINUX FOR POWERPC
1533P: Paul Mackerras
1534M: paulus@samba.org
1535W: http://www.penguinppc.org/
1536L: linuxppc-dev@ozlabs.org
1537S: Supported
1538
1539LINUX FOR POWER MACINTOSH
1540P: Benjamin Herrenschmidt
1541M: benh@kernel.crashing.org
1542W: http://www.penguinppc.org/
1543L: linuxppc-dev@ozlabs.org
1544S: Maintained
1545
1546LINUX FOR POWERPC EMBEDDED MPC52XX
1547P: Sylvain Munaut
1548M: tnt@246tNt.com
1549W: http://www.246tNt.com/mpc52xx/
1550W: http://www.penguinppc.org/
1551L: linuxppc-dev@ozlabs.org
1552L: linuxppc-embedded@ozlabs.org
1553S: Maintained
1554
1555LINUX FOR POWERPC EMBEDDED PPC4XX
1556P: Matt Porter
1557M: mporter@kernel.crashing.org
1558W: http://www.penguinppc.org/
1559L: linuxppc-embedded@ozlabs.org
1560S: Maintained
1561
Tom Rinie93adf12005-07-26 12:49:53 -07001562LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001563P: Tom Rini
1564M: trini@kernel.crashing.org
1565W: http://www.penguinppc.org/
1566L: linuxppc-embedded@ozlabs.org
1567S: Maintained
1568
Tom Rinie93adf12005-07-26 12:49:53 -07001569LINUX FOR POWERPC EMBEDDED PPC8XX
1570P: Marcelo Tosatti
1571M: marcelo.tosatti@cyclades.com
1572W: http://www.penguinppc.org/
1573L: linuxppc-embedded@ozlabs.org
1574S: Maintained
1575
Linus Torvalds1da177e2005-04-16 15:20:36 -07001576LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1577P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001578M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001579W: http://www.penguinppc.org/
1580L: linuxppc-embedded@ozlabs.org
1581S: Maintained
1582
1583LLC (802.2)
1584P: Arnaldo Carvalho de Melo
1585M: acme@conectiva.com.br
1586S: Maintained
1587
1588LINUX FOR 64BIT POWERPC
1589P: Paul Mackerras
1590M: paulus@samba.org
1591M: paulus@au.ibm.com
1592P: Anton Blanchard
1593M: anton@samba.org
1594M: anton@au.ibm.com
1595W: http://linuxppc64.org
1596L: linuxppc64-dev@ozlabs.org
1597S: Supported
1598
1599LINUX SECURITY MODULE (LSM) FRAMEWORK
1600P: Chris Wright
1601M: chrisw@osdl.org
1602L: linux-security-module@wirex.com
1603W: http://lsm.immunix.org
1604S: Supported
1605
1606LM83 HARDWARE MONITOR DRIVER
1607P: Jean Delvare
1608M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001609L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001610S: Maintained
1611
1612LM90 HARDWARE MONITOR DRIVER
1613P: Jean Delvare
1614M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001615L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001616S: Maintained
1617
1618LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1619P: Richard Russon (FlatCap)
1620M: ldm@flatcap.org
1621L: ldm-devel@lists.sourceforge.net
1622W: http://ldm.sourceforge.net
1623S: Maintained
1624
1625LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1626P: Matthew Wilcox
1627M: matthew@wil.cx
1628L: linux-scsi@vger.kernel.org
1629S: Maintained
1630
1631M68K ARCHITECTURE
1632P: Geert Uytterhoeven
1633M: geert@linux-m68k.org
1634P: Roman Zippel
1635M: zippel@linux-m68k.org
1636L: linux-m68k@lists.linux-m68k.org
1637W: http://www.linux-m68k.org/
1638W: http://linux-m68k-cvs.ubb.ca/
1639S: Maintained
1640
1641M68K ON APPLE MACINTOSH
1642P: Joshua Thompson
1643M: funaho@jurai.org
1644W: http://www.mac.linux-m68k.org/
1645L: linux-mac68k@mac.linux-m68k.org
1646S: Maintained
1647
1648M68K ON HP9000/300
1649P: Philip Blundell
1650M: philb@gnu.org
1651W: http://www.tazenda.demon.co.uk/phil/linux-hp
1652S: Maintained
1653
1654MARVELL YUKON / SYSKONNECT DRIVER
1655P: Mirko Lindner
1656M: mlindner@syskonnect.de
1657P: Ralph Roesler
1658M: rroesler@syskonnect.de
1659W: http://www.syskonnect.com
1660S: Supported
1661
1662MAESTRO PCI SOUND DRIVERS
1663P: Zach Brown
1664M: zab@zabbo.net
1665S: Odd Fixes
1666
Michael Kerriskfaf16682005-07-31 22:34:47 -07001667MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1668P: Michael Kerrisk
1669M: mtk-manpages@gmx.net
1670W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1671S: Maintained
1672
Linus Torvalds1da177e2005-04-16 15:20:36 -07001673MARVELL MV64340 ETHERNET DRIVER
1674P: Manish Lachwani
1675M: Manish_Lachwani@pmc-sierra.com
1676L: linux-mips@linux-mips.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001677L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001678S: Supported
1679
1680MATROX FRAMEBUFFER DRIVER
1681P: Petr Vandrovec
1682M: vandrove@vc.cvut.cz
1683L: linux-fbdev-devel@lists.sourceforge.net
1684S: Maintained
1685
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001686MEGARAID SCSI DRIVERS
1687P: Neela Syam Kolli
1688M: Neela.Kolli@engenio.com
1689S: linux-scsi@vger.kernel.org
1690W: http://megaraid.lsilogic.com
1691S: Maintained
1692
Linus Torvalds1da177e2005-04-16 15:20:36 -07001693MEMORY TECHNOLOGY DEVICES
1694P: David Woodhouse
1695M: dwmw2@infradead.org
1696W: http://www.linux-mtd.infradead.org/
1697L: linux-mtd@lists.infradead.org
Josh Boyer2c560ac2005-11-23 15:43:57 -08001698T: git kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001699S: Maintained
1700
1701MICROTEK X6 SCANNER
1702P: Oliver Neukum
1703M: oliver@neukum.name
1704S: Maintained
1705
1706MIPS
1707P: Ralf Baechle
1708M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001709W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001710L: linux-mips@linux-mips.org
1711S: Maintained
1712
1713MISCELLANEOUS MCA-SUPPORT
1714P: James Bottomley
1715M: jejb@steeleye.com
1716L: linux-kernel@vger.kernel.org
1717S: Maintained
1718
1719MODULE SUPPORT
1720P: Rusty Russell
1721M: rusty@rustcorp.com.au
1722L: linux-kernel@vger.kernel.org
1723S: Maintained
1724
1725MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1726P: Stelian Pop
1727M: stelian@popies.net
1728W: http://popies.net/meye/
1729S: Maintained
1730
1731MOUSE AND MISC DEVICES [GENERAL]
1732P: Alessandro Rubini
1733M: rubini@ipvvis.unipv.it
1734L: linux-kernel@vger.kernel.org
1735S: Maintained
1736
1737MTRR AND SIMILAR SUPPORT [i386]
1738P: Richard Gooch
1739M: rgooch@atnf.csiro.au
1740L: linux-kernel@vger.kernel.org
1741W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1742S: Maintained
1743
1744MULTISOUND SOUND DRIVER
1745P: Andrew Veliath
1746M: andrewtv@usa.net
1747S: Maintained
1748
1749NATSEMI ETHERNET DRIVER (DP8381x)
1750P: Tim Hockin
1751M: thockin@hockin.org
1752S: Maintained
1753
1754NCP FILESYSTEM
1755P: Petr Vandrovec
1756M: vandrove@vc.cvut.cz
1757L: linware@sh.cvut.cz
1758S: Maintained
1759
1760NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1761P: James E.J. Bottomley
1762M: James.Bottomley@HansenPartnership.com
1763L: linux-scsi@vger.kernel.org
1764S: Maintained
1765
1766NETFILTER/IPTABLES/IPCHAINS
1767P: Rusty Russell
1768P: Marc Boucher
1769P: James Morris
1770P: Harald Welte
1771P: Jozsef Kadlecsik
1772M: coreteam@netfilter.org
1773W: http://www.netfilter.org/
1774W: http://www.iptables.org/
1775L: netfilter@lists.netfilter.org
1776L: netfilter-devel@lists.netfilter.org
1777S: Supported
1778
1779NETROM NETWORK LAYER
1780P: Ralf Baechle
1781M: ralf@linux-mips.org
1782L: linux-hams@vger.kernel.org
1783S: Maintained
1784
1785NETWORK BLOCK DEVICE
1786P: Paul Clements
1787M: Paul.Clements@steeleye.com
1788S: Maintained
1789
1790NETWORK DEVICE DRIVERS
1791P: Andrew Morton
1792M: akpm@osdl.org
1793P: Jeff Garzik
1794M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001795L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001796T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001797S: Maintained
1798
1799NETWORKING [GENERAL]
1800P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001801M: netdev@vger.kernel.org
1802L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001803S: Maintained
1804
1805NETWORKING [IPv4/IPv6]
1806P: David S. Miller
1807M: davem@davemloft.net
1808P: Alexey Kuznetsov
1809M: kuznet@ms2.inr.ac.ru
1810P: Pekka Savola (ipv6)
1811M: pekkas@netcore.fi
1812P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001813M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814P: Hideaki YOSHIFUJI
1815M: yoshfuji@linux-ipv6.org
1816P: Patrick McHardy
1817M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001818L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001819S: Maintained
1820
1821IPVS
1822P: Wensong Zhang
1823M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07001824P: Simon Horman
1825M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826P: Julian Anastasov
1827M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07001828L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829S: Maintained
1830
1831NFS CLIENT
1832P: Trond Myklebust
1833M: trond.myklebust@fys.uio.no
1834L: linux-kernel@vger.kernel.org
1835S: Maintained
1836
1837NI5010 NETWORK DRIVER
1838P: Jan-Pascal van Best and Andreas Mohr
1839M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1840M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07001841L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001842S: Maintained
1843
1844NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1845P: YOKOTA Hiroshi
1846M: yokota@netlab.is.tsukuba.ac.jp
1847W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1848S: Maintained
1849
1850NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1851P: GOTO Masanori
1852M: gotom@debian.or.jp
1853P: YOKOTA Hiroshi
1854M: yokota@netlab.is.tsukuba.ac.jp
1855W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1856S: Maintained
1857
1858NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1859P: Eberhard Moenkeberg
1860M: emoenke@gwdg.de
1861L: linux-kernel@vger.kernel.org
1862S: Maintained
1863
1864NTFS FILESYSTEM
1865P: Anton Altaparmakov
1866M: aia21@cantab.net
1867L: linux-ntfs-dev@lists.sourceforge.net
1868L: linux-kernel@vger.kernel.org
1869W: http://linux-ntfs.sf.net/
1870S: Maintained
1871
1872NVIDIA (RIVA) FRAMEBUFFER DRIVER
1873P: Ani Joshi
1874M: ajoshi@shell.unixbox.com
1875L: linux-nvidia@lists.surfsouth.com
1876S: Maintained
1877
1878OLYMPIC NETWORK DRIVER
1879P: Peter De Shrijver
1880M: p2@ace.ulyssis.student.kuleuven.ac.be
1881P: Mike Phillips
1882M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001883L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001884L: linux-tr@linuxtr.net
1885W: http://www.linuxtr.net
1886S: Maintained
1887
Harald Weltec1986ee2005-11-13 16:06:29 -08001888OMNIKEY CARDMAN 4000 DRIVER
1889P: Harald Welte
1890M: laforge@gnumonks.org
1891S: Maintained
1892
Harald Welte77c44ab2005-11-13 16:06:26 -08001893OMNIKEY CARDMAN 4040 DRIVER
1894P: Harald Welte
1895M: laforge@gnumonks.org
1896S: Maintained
1897
Linus Torvalds1da177e2005-04-16 15:20:36 -07001898ONSTREAM SCSI TAPE DRIVER
1899P: Willem Riede
1900M: osst@riede.org
1901L: osst-users@lists.sourceforge.net
1902L: linux-scsi@vger.kernel.org
1903S: Maintained
1904
1905OPL3-SA2, SA3, and SAx DRIVER
1906P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07001907M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001908L: linux-sound@vger.kernel.org
1909S: Maintained
1910
1911OPROFILE
1912P: Philippe Elie
1913M: phil.el@wanadoo.fr
1914L: oprofile-list@lists.sf.net
1915S: Maintained
1916
1917ORINOCO DRIVER
1918P: Pavel Roskin
1919M: proski@gnu.org
1920P: David Gibson
1921M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07001922L: orinoco-users@lists.sourceforge.net
1923L: orinoco-devel@lists.sourceforge.net
1924W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925S: Maintained
1926
1927PARALLEL PORT SUPPORT
1928P: Phil Blundell
1929M: philb@gnu.org
1930P: Tim Waugh
1931M: tim@cyberelk.net
1932P: David Campbell
1933M: campbell@torque.net
1934P: Andrea Arcangeli
1935M: andrea@suse.de
1936L: linux-parport@lists.infradead.org
1937W: http://people.redhat.com/twaugh/parport/
1938S: Maintained
1939
1940PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
1941P: Tim Waugh
1942M: tim@cyberelk.net
1943L: linux-parport@lists.infradead.org
1944W: http://www.torque.net/linux-pp.html
1945S: Maintained
1946
1947PARISC ARCHITECTURE
1948P: Matthew Wilcox
1949M: matthew@wil.cx
1950P: Grant Grundler
1951M: grundler@parisc-linux.org
1952L: parisc-linux@parisc-linux.org
1953W: http://www.parisc-linux.org/
1954S: Maintained
1955
1956PERSONALITY HANDLING
1957P: Christoph Hellwig
1958M: hch@infradead.org
1959L: linux-abi-devel@lists.sourceforge.net
1960S: Maintained
1961
Linus Torvalds1da177e2005-04-16 15:20:36 -07001962PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
1963P: Thomas Sailer
1964M: sailer@ife.ee.ethz.ch
1965L: linux-sound@vger.kernel.org
1966W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
1967S: Maintained
1968
1969PCI SUBSYSTEM
1970P: Greg Kroah-Hartman
1971M: gregkh@suse.de
1972L: linux-kernel@vger.kernel.org
1973L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08001974T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001975S: Supported
1976
1977PCI HOTPLUG CORE
1978P: Greg Kroah-Hartman
1979M: gregkh@suse.de
1980S: Supported
1981
1982PCI HOTPLUG COMPAQ DRIVER
1983P: Greg Kroah-Hartman
1984M: greg@kroah.com
1985S: Maintained
1986
Kristen Accardi8cf4c192005-08-16 15:16:10 -07001987PCIE HOTPLUG DRIVER
1988P: Kristen Carlson Accardi
1989M: kristen.c.accardi@intel.com
1990L: pcihpd-discuss@lists.sourceforge.net
1991S: Maintained
1992
Linus Torvalds1da177e2005-04-16 15:20:36 -07001993PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07001994P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08001996T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07001997S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998
1999PCNET32 NETWORK DRIVER
2000P: Thomas Bogendörfer
2001M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002002L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002003S: Maintained
2004
2005PHRAM MTD DRIVER
2006P: Jörn Engel
2007M: joern@wh.fh-wedel.de
2008L: linux-mtd@lists.infradead.org
2009S: Maintained
2010
Peter Osterlund249a6772005-09-27 21:45:30 -07002011PKTCDVD DRIVER
2012P: Peter Osterlund
2013M: petero2@telia.com
2014L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002015S: Maintained
2016
Linus Torvalds1da177e2005-04-16 15:20:36 -07002017POSIX CLOCKS and TIMERS
2018P: George Anzinger
2019M: george@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002020L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021S: Supported
2022
Eugene Surovegin24682972005-10-14 03:00:53 -07002023POWERPC 4xx EMAC DRIVER
2024P: Eugene Surovegin
2025M: ebs@ebshome.net
2026W: http://kernel.ebshome.net/emac/
2027L: linuxppc-embedded@ozlabs.org
2028L: netdev@vger.kernel.org
2029S: Maintained
2030
Linus Torvalds1da177e2005-04-16 15:20:36 -07002031PNP SUPPORT
2032P: Adam Belay
2033M: ambx1@neo.rr.com
2034S: Maintained
2035
2036PPP PROTOCOL DRIVERS AND COMPRESSORS
2037P: Paul Mackerras
2038M: paulus@samba.org
2039L: linux-ppp@vger.kernel.org
2040S: Maintained
2041
2042PPP OVER ATM (RFC 2364)
2043P: Mitchell Blank Jr
2044M: mitch@sfgoth.com
2045S: Maintained
2046
2047PPP OVER ETHERNET
2048P: Michal Ostrowski
2049M: mostrows@speakeasy.net
2050S: Maintained
2051
2052PREEMPTIBLE KERNEL
2053P: Robert Love
2054M: rml@tech9.net
2055L: linux-kernel@vger.kernel.org
2056L: kpreempt-tech@lists.sourceforge.net
2057W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2058S: Supported
2059
2060PRISM54 WIRELESS DRIVER
2061P: Prism54 Development Team
2062M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002063L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002064W: http://prism54.org
2065S: Maintained
2066
2067PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2068P: Peter Denison
2069M: promise@pnd-pc.demon.co.uk
2070W: http://www.pnd-pc.demon.co.uk/promise/
2071S: Maintained
2072
2073PXA2xx SUPPORT
2074P: Nicolas Pitre
2075M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002076L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077S: Maintained
2078
2079QLOGIC QLA2XXX FC-SCSI DRIVER
2080P: Andrew Vasquez
2081M: andrew.vasquez@qlogic.com
2082L: linux-scsi@vger.kernel.org
2083S: Supported
2084
2085QNX4 FILESYSTEM
2086P: Anders Larsen
2087M: al@alarsen.net
2088L: linux-kernel@vger.kernel.org
2089W: http://www.alarsen.net/linux/qnx4fs/
2090S: Maintained
2091
2092RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002093P: Benjamin Herrenschmidt
2094M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095L: linux-fbdev-devel@lists.sourceforge.net
2096S: Maintained
2097
2098RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002099P: Paul Mackerras
2100M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101L: linux-fbdev-devel@lists.sourceforge.net
2102S: Maintained
2103
2104RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2105P: Corey Thomas
2106M: corey@world.std.com
2107L: linux-kernel@vger.kernel.org
2108S: Maintained
2109
Matt Mackall9e95ce22005-04-16 15:25:56 -07002110RANDOM NUMBER DRIVER
2111P: Matt Mackall
2112M: mpm@selenic.com
2113S: Maintained
2114
Matt Porter394b7012005-11-07 01:00:15 -08002115RAPIDIO SUBSYSTEM
2116P: Matt Porter
2117M: mporter@kernel.crashing.org
2118L: linux-kernel@vger.kernel.org
2119S: Maintained
2120
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121REAL TIME CLOCK DRIVER
2122P: Paul Gortmaker
2123M: p_gortmaker@yahoo.com
2124L: linux-kernel@vger.kernel.org
2125S: Maintained
2126
2127REISERFS FILE SYSTEM
2128P: Hans Reiser
2129M: reiserfs-dev@namesys.com
2130L: reiserfs-list@namesys.com
2131W: http://www.namesys.com
2132S: Supported
2133
2134ROCKETPORT DRIVER
2135P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002136W: http://www.comtrol.com
2137S: Maintained
2138
2139ROSE NETWORK LAYER
2140P: Ralf Baechle
2141M: ralf@linux-mips.org
2142L: linux-hams@vger.kernel.org
2143S: Maintained
2144
2145RISCOM8 DRIVER
2146S: Orphan
2147
2148RTLINUX REALTIME LINUX
2149P: Victor Yodaiken
2150M: yodaiken@fsmlabs.com
2151L: rtl@rtlinux.org
2152W: www.rtlinux.org
2153S: Maintained
2154
2155S390
2156P: Martin Schwidefsky
2157M: schwidefsky@de.ibm.com
2158M: linux390@de.ibm.com
2159L: linux-390@vm.marist.edu
2160W: http://oss.software.ibm.com/developerworks/opensource/linux390
2161S: Supported
2162
2163SAA7146 VIDEO4LINUX-2 DRIVER
2164P: Michael Hunold
2165M: michael@mihu.de
2166W: http://www.mihu.de/linux/saa7146
2167S: Maintained
2168
2169SBPCD CDROM DRIVER
2170P: Eberhard Moenkeberg
2171M: emoenke@gwdg.de
2172L: linux-kernel@vger.kernel.org
2173S: Maintained
2174
2175SC1200 WDT DRIVER
2176P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002177M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178S: Maintained
2179
2180SCHEDULER
2181P: Ingo Molnar
2182M: mingo@elte.hu
2183P: Robert Love [the preemptible kernel bits]
2184M: rml@tech9.net
2185L: linux-kernel@vger.kernel.org
2186S: Maintained
2187
2188SCSI CDROM DRIVER
2189P: Jens Axboe
2190M: axboe@suse.de
2191L: linux-scsi@vger.kernel.org
2192W: http://www.kernel.dk
2193S: Maintained
2194
2195SCSI SG DRIVER
2196P: Doug Gilbert
2197M: dgilbert@interlog.com
2198L: linux-scsi@vger.kernel.org
2199W: http://www.torque.net/sg
2200S: Maintained
2201
2202SCSI SUBSYSTEM
2203P: James E.J. Bottomley
2204M: James.Bottomley@SteelEye.com
2205L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002206T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002207S: Maintained
2208
2209SCSI TAPE DRIVER
2210P: Kai Mäkisara
2211M: Kai.Makisara@kolumbus.fi
2212L: linux-scsi@vger.kernel.org
2213S: Maintained
2214
2215SCTP PROTOCOL
2216P: Sridhar Samudrala
2217M: sri@us.ibm.com
2218L: lksctp-developers@lists.sourceforge.net
2219S: Supported
2220
2221SCx200 CPU SUPPORT
2222P: Christer Weinigel
2223M: christer@weinigel.se
2224W: http://www.weinigel.se
2225S: Supported
2226
2227SECURITY CONTACT
2228P: Security Officers
2229M: security@kernel.org
2230S: Supported
2231
2232SELINUX SECURITY MODULE
2233P: Stephen Smalley
2234M: sds@epoch.ncsc.mil
2235P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002236M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002237L: linux-kernel@vger.kernel.org (kernel issues)
2238L: selinux@tycho.nsa.gov (general discussion)
2239W: http://www.nsa.gov/selinux
2240S: Supported
2241
2242SERIAL ATA (SATA) SUBSYSTEM:
2243P: Jeff Garzik
2244M: jgarzik@pobox.com
2245L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002246T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002247S: Supported
2248
2249SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2250P: Pat Gefre
2251M: pfg@sgi.com
2252L: linux-ia64@vger.kernel.org
2253S: Supported
2254
2255SGI VISUAL WORKSTATION 320 AND 540
2256P: Andrey Panin
2257M: pazke@donpac.ru
2258L: linux-visws-devel@lists.sf.net
2259W: http://linux-visws.sf.net
2260S: Maintained for 2.6.
2261
2262SIMTEC EB110ATX (Chalice CATS)
2263P: Ben Dooks
2264P: Vincent Sanders
2265M: support@simtec.co.uk
2266W: http://www.simtec.co.uk/products/EB110ATX/
2267S: Supported
2268
2269SIMTEC EB2410ITX (BAST)
2270P: Ben Dooks
2271P: Vincent Sanders
2272M: support@simtec.co.uk
2273W: http://www.simtec.co.uk/products/EB2410ITX/
2274S: Supported
2275
Francois Romieu92aab3c2005-07-30 13:11:18 +02002276SIS 190 ETHERNET DRIVER
2277P: Francois Romieu
2278M: romieu@fr.zoreil.com
2279L: netdev@vger.kernel.org
2280S: Maintained
2281
Linus Torvalds1da177e2005-04-16 15:20:36 -07002282SIS 5513 IDE CONTROLLER DRIVER
2283P: Lionel Bouton
2284M: Lionel.Bouton@inet6.fr
2285W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2286W: http://gyver.homeip.net/sis5513/index.html
2287S: Maintained
2288
2289SIS 900/7016 FAST ETHERNET DRIVER
2290P: Daniele Venzano
2291M: venza@brownhat.org
2292W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002293L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002294S: Maintained
2295
2296SIS FRAMEBUFFER DRIVER
2297P: Thomas Winischhofer
2298M: thomas@winischhofer.net
2299W: http://www.winischhofer.net/linuxsisvga.shtml
2300S: Maintained
2301
2302SIS USB2VGA DRIVER
2303P: Thomas Winischhofer
2304M: thomas@winischhofer.net
2305W: http://www.winischhofer.at/linuxsisusbvga.shtml
2306S: Maintained
2307
2308SMSC47M1 HARDWARE MONITOR DRIVER
2309P: Jean Delvare
2310M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002311L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002312S: Odd Fixes
2313
2314SMB FILESYSTEM
2315P: Urban Widmark
2316M: urban@teststation.com
2317W: http://samba.org/
2318L: samba@samba.org
2319S: Maintained
2320
2321SMC91x ETHERNET DRIVER
2322P: Nicolas Pitre
2323M: nico@cam.org
2324S: Maintained
2325
2326SNA NETWORK LAYER
2327P: Jay Schulist
2328M: jschlst@samba.org
2329L: linux-sna@turbolinux.com
2330W: http://www.linux-sna.org
2331S: Supported
2332
2333SOFTWARE RAID (Multiple Disks) SUPPORT
2334P: Ingo Molnar
2335M: mingo@redhat.com
2336P: Neil Brown
2337M: neilb@cse.unsw.edu.au
2338L: linux-raid@vger.kernel.org
2339S: Maintained
2340
2341SOFTWARE SUSPEND:
2342P: Pavel Machek
2343M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002344L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345S: Maintained
2346
2347SONIC NETWORK DRIVER
2348P: Thomas Bogendoerfer
2349M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002350L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002351S: Maintained
2352
2353SONY VAIO CONTROL DEVICE DRIVER
2354P: Stelian Pop
2355M: stelian@popies.net
2356W: http://popies.net/sonypi/
2357S: Maintained
2358
2359SOUND
2360P: Jaroslav Kysela
2361M: perex@suse.cz
2362L: alsa-devel@alsa-project.org
2363S: Maintained
2364
Kylene Hall1c72d462005-05-01 08:59:13 -07002365TPM DEVICE DRIVER
2366P: Kylene Hall
2367M: kjhall@us.ibm.com
2368W: http://tpmdd.sourceforge.net
2369L: tpmdd-devel@lists.sourceforge.net
2370S: Maintained
2371
Mark Gross1a80ba82005-10-30 15:02:55 -08002372Telecom Clock Driver for MCPL0010
2373P: Mark Gross
2374M: mark.gross@intel.com
2375S: Supported
2376
Chris Zankel48b415c2005-06-23 22:01:07 -07002377TENSILICA XTENSA PORT (xtensa):
2378P: Chris Zankel
2379M: chris@zankel.net
2380S: Maintained
2381
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382UltraSPARC (sparc64):
2383P: David S. Miller
2384M: davem@davemloft.net
2385P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002386M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387P: Jakub Jelinek
2388M: jj@sunsite.ms.mff.cuni.cz
2389P: Anton Blanchard
2390M: anton@samba.org
2391L: sparclinux@vger.kernel.org
2392L: ultralinux@vger.kernel.org
2393S: Maintained
2394
2395SHARP LH SUPPORT (LH7952X & LH7A40X)
2396P: Marc Singer
2397M: elf@buici.com
2398W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002399L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002400S: Maintained
2401
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002402SHPC HOTPLUG DRIVER
2403P: Kristen Carlson Accardi
2404M: kristen.c.accardi@intel.com
2405L: pcihpd-discuss@lists.sourceforge.net
2406S: Maintained
2407
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002408SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2409P: Stephen Hemminger
2410M: shemminger@osdl.org
2411L: netdev@vger.kernel.org
2412S: Maintained
2413
Linus Torvalds1da177e2005-04-16 15:20:36 -07002414SPARC (sparc32):
2415P: William L. Irwin
2416M: wli@holomorphy.com
2417L: sparclinux@vger.kernel.org
2418S: Maintained
2419
2420SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2421P: Roger Wolff
2422M: R.E.Wolff@BitWizard.nl
2423L: linux-kernel@vger.kernel.org ?
2424S: Supported
2425
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426SRM (Alpha) environment access
2427P: Jan-Benedict Glaw
2428M: jbglaw@lug-owl.de
2429L: linux-kernel@vger.kernel.org
2430S: Maintained
2431
2432STARFIRE/DURALAN NETWORK DRIVER
2433P: Ion Badulescu
2434M: ionut@cs.columbia.edu
2435S: Maintained
2436
2437STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2438W: http://mosquitonet.Stanford.EDU/strip.html
2439S: Unsupported ?
2440
2441STRADIS MPEG-2 DECODER DRIVER
2442P: Nathan Laredo
2443M: laredo@gnu.org
2444W: http://mpeg.openprojects.net/
2445W: http://www.stradis.com/
2446S: Maintained
2447
2448SUPERH (sh)
2449P: Paul Mundt
2450M: lethal@linux-sh.org
2451P: Kazumoto Kojima
2452M: kkojima@rr.iij4u.or.jp
2453L: linux-sh@m17n.org
2454W: http://www.linux-sh.org
2455W: http://www.m17n.org/linux-sh/
2456W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2457S: Maintained
2458
2459SUPERH64 (sh64)
2460P: Paul Mundt
2461M: lethal@linux-sh.org
2462P: Richard Curnow
2463M: rc@rc0.org.uk
2464L: linuxsh-shmedia-dev@lists.sourceforge.net
2465W: http://www.linux-sh.org
2466W: http://www.rc0.org.uk/sh64
2467S: Maintained
2468
2469SUN3/3X
2470P: Sam Creasey
2471M: sammy@sammy.net
2472L: sun3-list@redhat.com
2473W: http://sammy.net/sun3/
2474S: Maintained
2475
2476SVGA HANDLING
2477P: Martin Mares
2478M: mj@ucw.cz
2479L: linux-video@atrey.karlin.mff.cuni.cz
2480S: Maintained
2481
2482SYSV FILESYSTEM
2483P: Christoph Hellwig
2484M: hch@infradead.org
2485S: Maintained
2486
2487TI PARALLEL LINK CABLE DRIVER
2488P: Romain Lievin
2489M: roms@lpg.ticalc.org
2490S: Maintained
2491
2492TLAN NETWORK DRIVER
2493P: Samuel Chessman
2494M: chessman@tux.org
2495L: tlan-devel@lists.sourceforge.net
2496W: http://sourceforge.net/projects/tlan/
2497S: Maintained
2498
2499TOKEN-RING NETWORK DRIVER
2500P: Mike Phillips
2501M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002502L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002503L: linux-tr@linuxtr.net
2504W: http://www.linuxtr.net
2505S: Maintained
2506
2507TOSHIBA ACPI EXTRAS DRIVER
2508P: John Belmonte
2509M: toshiba_acpi@memebeam.org
2510W: http://memebeam.org/toys/ToshibaAcpiDriver
2511S: Maintained
2512
2513TOSHIBA SMM DRIVER
2514P: Jonathan Buzzard
2515M: jonathan@buzzard.org.uk
2516L: tlinux-users@tce.toshiba-dme.co.jp
2517W: http://www.buzzard.org.uk/toshiba/
2518S: Maintained
2519
2520TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2521P: Muli Ben-Yehuda
2522M: mulix@mulix.org
2523L: linux-kernel@vger.kernel.org
2524S: Maintained
2525
2526TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002527P: Adrian Bunk
2528M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002529L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002530W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002531S: Maintained
2532
2533TMS380 TOKEN-RING NETWORK DRIVER
2534P: Adam Fritzler
2535M: mid@auk.cx
2536L: linux-tr@linuxtr.net
2537W: http://www.auk.cx/tms380tr/
2538S: Maintained
2539
2540TULIP NETWORK DRIVER
2541P: Jeff Garzik
2542M: jgarzik@pobox.com
2543L: tulip-users@lists.sourceforge.net
2544W: http://sourceforge.net/projects/tulip/
2545S: Maintained
2546
2547TUN/TAP driver
2548P: Maxim Krasnyansky
2549M: maxk@qualcomm.com, max_mk@yahoo.com
2550L: vtun@office.satix.net
2551W: http://vtun.sourceforge.net/tun
2552S: Maintained
2553
2554U14-34F SCSI DRIVER
2555P: Dario Ballabio
2556M: ballabio_dario@emc.com
2557L: linux-scsi@vger.kernel.org
2558S: Maintained
2559
2560UDF FILESYSTEM
2561P: Ben Fennema
2562M: bfennema@falcon.csc.calpoly.edu
2563L: linux_udf@hpesjro.fc.hp.com
2564W: http://linux-udf.sourceforge.net
2565S: Maintained
2566
2567UNIFORM CDROM DRIVER
2568P: Jens Axboe
2569M: axboe@suse.de
2570L: linux-kernel@vger.kernel.org
2571W: http://www.kernel.dk
2572S: Maintained
2573
2574USB ACM DRIVER
2575P: Oliver Neukum
2576M: oliver@neukum.name
2577L: linux-usb-users@lists.sourceforge.net
2578L: linux-usb-devel@lists.sourceforge.net
2579S: Maintained
2580
2581USB BLOCK DRIVER (UB ub)
2582P: Pete Zaitcev
2583M: zaitcev@redhat.com
2584L: linux-kernel@vger.kernel.org
2585L: linux-usb-devel@lists.sourceforge.net
2586S: Supported
2587
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588USB CDC ETHERNET DRIVER
2589P: Greg Kroah-Hartman
2590M: greg@kroah.com
2591L: linux-usb-users@lists.sourceforge.net
2592L: linux-usb-devel@lists.sourceforge.net
2593S: Maintained
2594W: http://www.kroah.com/linux-usb/
2595
2596USB EHCI DRIVER
2597P: David Brownell
2598M: dbrownell@users.sourceforge.net
2599L: linux-usb-devel@lists.sourceforge.net
2600S: Maintained
2601
2602USB HID/HIDBP DRIVERS
2603P: Vojtech Pavlik
2604M: vojtech@suse.cz
2605L: linux-usb-users@lists.sourceforge.net
2606L: linux-usb-devel@lists.sourceforge.net
2607S: Maintained
2608
2609USB HUB DRIVER
2610P: Johannes Erdfelt
2611M: johannes@erdfelt.com
2612L: linux-usb-users@lists.sourceforge.net
2613L: linux-usb-devel@lists.sourceforge.net
2614S: Maintained
2615
2616USB KAWASAKI LSI DRIVER
2617P: Oliver Neukum
2618M: oliver@neukum.name
2619L: linux-usb-users@lists.sourceforge.net
2620L: linux-usb-devel@lists.sourceforge.net
2621S: Maintained
2622
2623USB MASS STORAGE DRIVER
2624P: Matthew Dharm
2625M: mdharm-usb@one-eyed-alien.net
2626L: linux-usb-users@lists.sourceforge.net
2627L: linux-usb-devel@lists.sourceforge.net
2628S: Maintained
2629W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2630
2631USB OHCI DRIVER
2632P: Roman Weissgaerber
2633M: weissg@vienna.at
2634L: linux-usb-users@lists.sourceforge.net
2635L: linux-usb-devel@lists.sourceforge.net
2636S: Maintained
2637
Matthias Urlichsba460e42005-07-14 00:33:47 -07002638USB OPTION-CARD DRIVER
2639P: Matthias Urlichs
2640M: smurf@smurf.noris.de
2641L: linux-usb-devel@lists.sourceforge.net
2642S: Maintained
2643
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644USB OV511 DRIVER
2645P: Mark McClelland
2646M: mmcclell@bigfoot.com
2647L: linux-usb-users@lists.sourceforge.net
2648L: linux-usb-devel@lists.sourceforge.net
2649W: http://alpha.dyndns.org/ov511/
2650S: Maintained
2651
2652USB PEGASUS DRIVER
2653P: Petko Manolov
2654M: petkan@users.sourceforge.net
2655L: linux-usb-users@lists.sourceforge.net
2656L: linux-usb-devel@lists.sourceforge.net
2657W: http://pegasus2.sourceforge.net/
2658S: Maintained
2659
2660USB PRINTER DRIVER
2661P: Vojtech Pavlik
2662M: vojtech@suse.cz
2663L: linux-usb-users@lists.sourceforge.net
2664L: linux-usb-devel@lists.sourceforge.net
2665S: Maintained
2666
2667USB RTL8150 DRIVER
2668P: Petko Manolov
2669M: petkan@users.sourceforge.net
2670L: linux-usb-users@lists.sourceforge.net
2671L: linux-usb-devel@lists.sourceforge.net
2672W: http://pegasus2.sourceforge.net/
2673S: Maintained
2674
2675USB SE401 DRIVER
2676P: Jeroen Vreeken
2677M: pe1rxq@amsat.org
2678L: linux-usb-users@lists.sourceforge.net
2679L: linux-usb-devel@lists.sourceforge.net
2680W: http://www.chello.nl/~j.vreeken/se401/
2681S: Maintained
2682
2683USB SERIAL CYBERJACK DRIVER
2684P: Matthias Bruestle and Harald Welte
2685M: support@reiner-sct.com
2686W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2687S: Maintained
2688
2689USB SERIAL DIGI ACCELEPORT DRIVER
2690P: Peter Berger and Al Borchers
2691M: pberger@brimson.com
2692M: alborchers@steinerpoint.com
2693L: linux-usb-users@lists.sourceforge.net
2694L: linux-usb-devel@lists.sourceforge.net
2695S: Maintained
2696
2697USB SERIAL DRIVER
2698P: Greg Kroah-Hartman
2699M: gregkh@suse.de
2700L: linux-usb-users@lists.sourceforge.net
2701L: linux-usb-devel@lists.sourceforge.net
2702S: Supported
2703
2704USB SERIAL BELKIN F5U103 DRIVER
2705P: William Greathouse
2706M: wgreathouse@smva.com
2707L: linux-usb-users@lists.sourceforge.net
2708L: linux-usb-devel@lists.sourceforge.net
2709S: Maintained
2710
2711USB SERIAL CYPRESS M8 DRIVER
2712P: Lonnie Mendez
2713M: dignome@gmail.com
2714L: linux-usb-users@lists.sourceforge.net
2715L: linux-usb-devel@lists.sourceforge.net
2716S: Maintained
2717W: http://geocities.com/i0xox0i
2718W: http://firstlight.net/cvs
2719
2720USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2721L: linux-usb-users@lists.sourceforge.net
2722L: linux-usb-devel@lists.sourceforge.net
2723S: Maintained
2724
2725USB AUERSWALD DRIVER
2726P: Wolfgang Muees
2727M: wolfgang@iksw-muees.de
2728L: linux-usb-users@lists.sourceforge.net
2729L: linux-usb-devel@lists.sourceforge.net
2730S: Maintained
2731
2732USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2733P: Gary Brubaker
2734M: xavyer@ix.netcom.com
2735L: linux-usb-users@lists.sourceforge.net
2736L: linux-usb-devel@lists.sourceforge.net
2737S: Maintained
2738
2739USB SERIAL KEYSPAN DRIVER
2740P: Greg Kroah-Hartman
2741M: greg@kroah.com
2742L: linux-usb-users@lists.sourceforge.net
2743L: linux-usb-devel@lists.sourceforge.net
2744W: http://www.kroah.com/linux/
2745S: Maintained
2746
2747USB SERIAL WHITEHEAT DRIVER
2748P: Stuart MacDonald
2749M: stuartm@connecttech.com
2750L: linux-usb-users@lists.sourceforge.net
2751L: linux-usb-devel@lists.sourceforge.net
2752W: http://www.connecttech.com
2753S: Supported
2754
2755USB SN9C10x DRIVER
2756P: Luca Risolia
2757M: luca.risolia@studio.unibo.it
2758L: linux-usb-devel@lists.sourceforge.net
2759W: http://www.linux-projects.org
2760S: Maintained
2761
2762USB SUBSYSTEM
2763P: Greg Kroah-Hartman
2764M: gregkh@suse.de
2765L: linux-usb-users@lists.sourceforge.net
2766L: linux-usb-devel@lists.sourceforge.net
2767W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002768T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002769S: Supported
2770
2771USB UHCI DRIVER
2772P: Alan Stern
2773M: stern@rowland.harvard.edu
2774L: linux-usb-users@lists.sourceforge.net
2775L: linux-usb-devel@lists.sourceforge.net
2776S: Maintained
2777
2778USB "USBNET" DRIVER
2779P: David Brownell
2780M: dbrownell@users.sourceforge.net
2781L: linux-usb-devel@lists.sourceforge.net
2782S: Maintained
2783
2784USB W996[87]CF DRIVER
2785P: Luca Risolia
2786M: luca.risolia@studio.unibo.it
2787L: linux-usb-devel@lists.sourceforge.net
2788W: http://www.linux-projects.org
2789S: Maintained
2790
2791USB ZD1201 DRIVER
2792P: Jeroen Vreeken
2793M: pe1rxq@amsat.org
2794L: linux-usb-users@lists.sourceforge.net
2795L: linux-usb-devel@lists.sourceforge.net
2796W: http://linux-lc100020.sourceforge.net
2797S: Maintained
2798
2799USER-MODE LINUX
2800P: Jeff Dike
2801M: jdike@karaya.com
2802L: user-mode-linux-devel@lists.sourceforge.net
2803L: user-mode-linux-user@lists.sourceforge.net
2804W: http://user-mode-linux.sourceforge.net
2805S: Maintained
2806
2807FAT/VFAT/MSDOS FILESYSTEM:
2808P: OGAWA Hirofumi
2809M: hirofumi@mail.parknet.co.jp
2810L: linux-kernel@vger.kernel.org
2811S: Maintained
2812
2813VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2814P: Jeff Garzik
2815S: Odd fixes
2816
2817VIA RHINE NETWORK DRIVER
2818P: Roger Luethi
2819M: rl@hellgate.ch
2820S: Maintained
2821
Jean Delvare32c0a522005-09-22 21:47:58 +02002822VIAPRO SMBUS DRIVER
2823P: Jean Delvare
2824M: khali@linux-fr.org
2825L: lm-sensors@lm-sensors.org
2826S: Maintained
2827
Linus Torvalds1da177e2005-04-16 15:20:36 -07002828UCLINUX (AND M68KNOMMU)
2829P: Greg Ungerer
2830M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002831W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07002832L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002833S: Maintained
2834
2835UCLINUX FOR NEC V850
2836P: Miles Bader
2837M: uclinux-v850@lsi.nec.co.jp
2838W: http://www.ic.nec.co.jp/micro/uclinux/eng/
2839W: http://www.ee.nec.de/uclinux/
2840S: Supported
2841
2842UCLINUX FOR RENESAS H8/300
2843P: Yoshinori Sato
2844M: ysato@users.sourceforge.jp
2845W: http://uclinux-h8.sourceforge.jp/
2846S: Supported
2847
2848USB DIAMOND RIO500 DRIVER
2849P: Cesar Miquel
2850M: miquel@df.uba.ar
2851L: rio500-users@lists.sourceforge.net
2852W: http://rio500.sourceforge.net
2853S: Maintained
2854
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002855V9FS FILE SYSTEM
2856P: Eric Van Hensbergen
2857M: ericvh@gmail.com
2858P: Ron Minnich
2859M: rminnich@lanl.gov
2860P: Latchesar Ionkov
2861M: lucho@ionkov.net
2862L: v9fs-developer@lists.sourceforge.net
2863W: http://v9fs.sf.net
2864S: Maintained
2865
Linus Torvalds1da177e2005-04-16 15:20:36 -07002866VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002867P: Mauro Carvalho Chehab
2868M: mchehab@brturbo.com.br
Linus Torvalds1da177e2005-04-16 15:20:36 -07002869L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002870W: http://linuxtv.org
2871S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002872
2873W1 DALLAS'S 1-WIRE BUS
2874P: Evgeniy Polyakov
2875M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002876L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002877S: Maintained
2878
2879W83L51xD SD/MMC CARD INTERFACE DRIVER
2880P: Pierre Ossman
2881M: drzeus-wbsd@drzeus.cx
2882L: wbsd-devel@list.drzeus.cx
2883W: http://projects.drzeus.cx/wbsd
2884S: Maintained
2885
2886W83L785TS HARDWARE MONITOR DRIVER
2887P: Jean Delvare
2888M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002889L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002890S: Odd Fixes
2891
2892WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
2893P: Nenad Corbic
2894M: ncorbic@sangoma.com
2895M: dm@sangoma.com
2896W: http://www.sangoma.com
2897S: Supported
2898
2899WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
2900P: Jean Tourrilhes
2901M: jt@hpl.hp.com
2902W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
2903S: Maintained
2904
2905WD7000 SCSI DRIVER
2906P: Miroslav Zagorac
2907M: zaga@fly.cc.fer.hr
2908L: linux-scsi@vger.kernel.org
2909S: Maintained
2910
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05002911WISTRON LAPTOP BUTTON DRIVER
2912P: Miloslav Trmac
2913M: mitr@volny.cz
2914S: Maintained
2915
Linus Torvalds1da177e2005-04-16 15:20:36 -07002916WL3501 WIRELESS PCMCIA CARD DRIVER
2917P: Arnaldo Carvalho de Melo
2918M: acme@conectiva.com.br
2919W: http://advogato.org/person/acme
2920S: Maintained
2921
2922X.25 NETWORK LAYER
2923P: Henner Eisen
2924M: eis@baty.hanse.de
2925L: linux-x25@vger.kernel.org
2926S: Maintained
2927
2928XFS FILESYSTEM
2929P: Silicon Graphics Inc
2930M: xfs-masters@oss.sgi.com
2931M: nathans@sgi.com
2932L: linux-xfs@oss.sgi.com
2933W: http://oss.sgi.com/projects/xfs
2934S: Supported
2935
2936X86 3-LEVEL PAGING (PAE) SUPPORT
2937P: Ingo Molnar
2938M: mingo@redhat.com
2939S: Maintained
2940
2941X86-64 port
2942P: Andi Kleen
2943M: ak@suse.de
2944L: discuss@x86-64.org
2945W: http://www.x86-64.org
2946S: Maintained
2947
2948YAM DRIVER FOR AX.25
2949P: Jean-Paul Roubelat
2950M: jpr@f6fbb.org
2951L: linux-hams@vger.kernel.org
2952S: Maintained
2953
Henkaf64a5e2005-10-12 15:02:56 +02002954YEALINK PHONE DRIVER
2955P: Henk Vergonet
2956M: Henk.Vergonet@gmail.com
2957L: usbb2k-api-dev@nongnu.org
2958S: Maintained
2959
Linus Torvalds1da177e2005-04-16 15:20:36 -07002960YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
2961P: Pete Zaitcev
2962M: zaitcev@yahoo.com
2963L: linux-kernel@vger.kernel.org
2964S: Obsolete
2965
2966Z8530 DRIVER FOR AX.25
2967P: Joerg Reuter
2968M: jreuter@yaina.de
2969W: http://yaina.de/jreuter/
2970W: http://www.qsl.net/dl1bke/
2971L: linux-hams@vger.kernel.org
2972S: Maintained
2973
2974ZF MACHZ WATCHDOG
2975P: Fernando Fuganti
2976M: fuganti@netbank.com.br
2977W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
2978S: Maintained
2979
2980ZR36067 VIDEO FOR LINUX DRIVER
2981P: Ronald Bultje
2982M: rbultje@ronald.bitfreak.net
2983L: mjpeg-users@lists.sourceforge.net
2984W: http://mjpeg.sourceforge.net/driver-zoran/
2985S: Maintained
2986
2987ZR36120 VIDEO FOR LINUX DRIVER
2988P: Pauline Middelink
2989M: middelin@polyware.nl
2990W: http://www.polyware.nl/~middelin/En/hobbies.html
2991W: http://www.polyware.nl/~middelin/hobbies.html
2992S: Maintained
2993
2994THE REST
2995P: Linus Torvalds
2996S: Buried alive in reporters