blob: db647bf8830b4db87e23042347d47c968455c26e [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
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001509P FILE SYSTEM
151P: Eric Van Hensbergen
152M: ericvh@gmail.com
153P: Ron Minnich
154M: rminnich@lanl.gov
155P: Latchesar Ionkov
156M: lucho@ionkov.net
157L: v9fs-developer@lists.sourceforge.net
158W: http://v9fs.sf.net
159T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
160S: Maintained
161
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162A2232 SERIAL BOARD DRIVER
163P: Enver Haase
164M: ehaase@inf.fu-berlin.de
165M: A2232@gmx.net
166L: linux-m68k@lists.linux-m68k.org
167S: Maintained
168
169AIO
170P: Benjamin LaHaise
171M: bcrl@kvack.org
172L: linux-aio@kvack.org
173S: Supported
174
175ACENIC DRIVER
176P: Jes Sorensen
177M: jes@trained-monkey.org
178L: linux-acenic@sunsite.dk
179S: Maintained
180
181ACI MIXER DRIVER
182P: Robert Siemer
183M: Robert.Siemer@gmx.de
184L: linux-sound@vger.kernel.org
185W: http://www.stud.uni-karlsruhe.de/~uh1b/
186S: Maintained
187
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188AACRAID SCSI RAID DRIVER
189P: Adaptec OEM Raid Solutions
190L: linux-scsi@vger.kernel.org
191W: http://linux.dell.com/storage.shtml
192S: Supported
193
194ACPI
195P: Len Brown
196M: len.brown@intel.com
Len Brown6968e502005-12-30 00:32:49 -0500197L: linux-acpi@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198W: http://acpi.sourceforge.net/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800199T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200S: Maintained
201
202AD1816 SOUND DRIVER
203P: Thorsten Knabe
204M: Thorsten Knabe <linux@thorsten-knabe.de>
205W: http://linux.thorsten-knabe.de
206S: Maintained
207
Kyle McMartin6958ae32005-10-21 23:11:27 -0400208AD1889 SOUND DRIVER
209P: Kyle McMartin
210M: kyle@parisc-linux.org
211P: Thibaut Varene
212M: T-Bone@parisc-linux.org
213W: http://wiki.parisc-linux.org/AD1889
214L: parisc-linux@lists.parisc-linux.org
215S: Maintained
216
Linus Torvalds1da177e2005-04-16 15:20:36 -0700217ADM1025 HARDWARE MONITOR DRIVER
218P: Jean Delvare
219M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200220L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221S: Maintained
222
223ADT746X FAN DRIVER
224P: Colin Leroy
225M: colin@colino.net
226S: Maintained
227
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228AEDSP16 DRIVER
229P: Riccardo Facchetti
230M: fizban@tin.it
231S: Maintained
232
233AFFS FILE SYSTEM
234P: Roman Zippel
235M: zippel@linux-m68k.org
236S: Maintained
237
238AGPGART DRIVER
239P: Dave Jones
240M: davej@codemonkey.org.uk
241W: http://www.codemonkey.org.uk/projects/agp/
Josh Boyer1adc1232005-11-23 15:44:15 -0800242T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700243S: Maintained
244
245AHA152X SCSI DRIVER
246P: Juergen E. Fischer
247M: Juergen Fischer <fischer@norbit.de>
248L: linux-scsi@vger.kernel.org
249S: Maintained
250
251ALCATEL SPEEDTOUCH USB DRIVER
252P: Duncan Sands
253M: duncan.sands@free.fr
254L: linux-usb-users@lists.sourceforge.net
255L: linux-usb-devel@lists.sourceforge.net
256W: http://www.linux-usb.org/SpeedTouch/
257S: Maintained
258
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000259ALI1563 I2C DRIVER
260P: Rudolf Marek
261M: r.marek@sh.cvut.cz
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200262L: lm-sensors@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000263S: Maintained
264
Linus Torvalds1da177e2005-04-16 15:20:36 -0700265ALPHA PORT
266P: Richard Henderson
267M: rth@twiddle.net
268S: Odd Fixes for 2.4; Maintained for 2.6.
269P: Ivan Kokshaysky
270M: ink@jurassic.park.msu.ru
271S: Maintained for 2.4; PCI support for 2.6.
272
Jordan Crousef90b8112006-01-06 00:12:14 -0800273AMD GEODE PROCESSOR/CHIPSET SUPPORT
274P: Jordan Crouse
275M: info-linux@geode.amd.com
276L: info-linux@geode.amd.com
277W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
278S: Supported
279
Linus Torvalds1da177e2005-04-16 15:20:36 -0700280APM DRIVER
281P: Stephen Rothwell
282M: sfr@canb.auug.org.au
283L: linux-laptop@vger.kernel.org
284W: http://www.canb.auug.org.au/~sfr/
285S: Supported
286
287APPLETALK NETWORK LAYER
288P: Arnaldo Carvalho de Melo
289M: acme@conectiva.com.br
290S: Maintained
291
Jaya Kumar1154ea72005-06-21 17:17:04 -0700292ARC FRAMEBUFFER DRIVER
293P: Jaya Kumar
294M: jayalk@intworks.biz
295S: Maintained
296
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297ARM26 ARCHITECTURE
298P: Ian Molton
299M: spyro@f2s.com
300S: Maintained
301
302ARM26/ARCHIMEDES
303P: Ian Molton
304M: spyro@f2s.com
305S: Maintained
306
307ARM26/A5000
308P: John Appleby
309M: john@dnsworld.co.uk
310S: Maintained
311
312ARM MFM AND FLOPPY DRIVERS
313P: Ian Molton
314M: spyro@f2s.com
315S: Maintained
316
317ARM/CORGI MACHINE SUPPORT
318P: Richard Purdie
319M: rpurdie@rpsys.net
320S: Maintained
321
Dirk Opfer8459c152005-11-06 14:27:52 +0000322ARM/TOSA MACHINE SUPPORT
323P: Dirk Opfer
324M: dirk@opfer-online.de
325S: Maintained
326
Linus Torvalds1da177e2005-04-16 15:20:36 -0700327ARM/PLEB SUPPORT
328P: Peter Chubb
329M: pleb@gelato.unsw.edu.au
330W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
331S: Maintained
332
333ARM/PT DIGITAL BOARD PORT
334P: Stefan Eletzhofer
335M: stefan.eletzhofer@eletztrick.de
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.arm.linux.org.uk/
338S: Maintained
339
340ARM/SHARK MACHINE SUPPORT
341P: Alexander Schulz
342M: alex@shark-linux.de
343W: http://www.shark-linux.de/shark.html
344S: Maintained
345
346ARM/STRONGARM110 PORT
347P: Russell King
348M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700349L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700350W: http://www.arm.linux.org.uk/
351S: Maintained
352
353ARM/S3C2410 ARM ARCHITECTURE
354P: Ben Dooks
355M: ben-s3c2410@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700356L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700357W: http://www.fluff.org/ben/linux/
358S: Maintained
359
360ARM/S3C2440 ARM ARCHITECTURE
361P: Ben Dooks
362M: ben-s3c2440@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700363L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700364W: http://www.fluff.org/ben/linux/
365S: Maintained
366
367ARPD SUPPORT
368P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700369L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700370S: Maintained
371
372ASUS ACPI EXTRAS DRIVER
373P: Karol Kozimor
374M: sziwan@users.sourceforge.net
375P: Julien Lerouge
376M: julien.lerouge@free.fr
377L: acpi4asus-user@lists.sourceforge.net
378W: http://sourceforge.net/projects/acpi4asus
379W: http://julien.lerouge.free.fr
380S: Maintained
381
382ATA OVER ETHERNET DRIVER
383P: Ed L. Cashin
384M: ecashin@coraid.com
385W: http://www.coraid.com/support/linux
386S: Supported
387
388ATM
389P: Chas Williams
390M: chas@cmf.nrl.navy.mil
391L: linux-atm-general@lists.sourceforge.net
392W: http://linux-atm.sourceforge.net
393S: Maintained
394
395ATMEL WIRELESS DRIVER
396P: Simon Kelley
397M: simon@thekelleys.org.uk
398W: http://www.thekelleys.org.uk/atmel
399W: http://atmelwlandriver.sourceforge.net/
400S: Maintained
401
Chris Wrighta92b7b82005-07-07 18:12:23 -0700402AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100403P: David Woodhouse
404M: dwmw2@infradead.org
405L: linux-audit@redhat.com
406W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800407T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700408S: Maintained
409
Linus Torvalds1da177e2005-04-16 15:20:36 -0700410AX.25 NETWORK LAYER
411P: Ralf Baechle
412M: ralf@linux-mips.org
413L: linux-hams@vger.kernel.org
414S: Maintained
415
416BAYCOM/HDLCDRV DRIVERS FOR AX.25
417P: Thomas Sailer
418M: t.sailer@alumni.ethz.ch
419L: linux-hams@vger.kernel.org
420W: http://www.baycom.org/~tom/ham/ham.html
421S: Maintained
422
423BEFS FILE SYSTEM
424P: Sergey S. Kostyliov
425M: rathamahata@php4.ru
426L: linux-kernel@vger.kernel.org
427S: Maintained
428
429BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
430P: Kenji Hollis
431W: http://ftp.bitgate.com/pcwd/
432S: Maintained
433
434BFS FILE SYSTEM
435P: Tigran A. Aivazian
436M: tigran@veritas.com
437L: linux-kernel@vger.kernel.org
438S: Maintained
439
440BLOCK LAYER
441P: Jens Axboe
442M: axboe@suse.de
443L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800444T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700445S: Maintained
446
447BLUETOOTH SUBSYSTEM
448P: Marcel Holtmann
449M: marcel@holtmann.org
450P: Maxim Krasnyansky
451M: maxk@qualcomm.com
452L: bluez-devel@lists.sf.net
453W: http://bluez.sf.net
454W: http://www.bluez.org
455W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800456T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700457S: Maintained
458
459BLUETOOTH RFCOMM LAYER
460P: Marcel Holtmann
461M: marcel@holtmann.org
462P: Maxim Krasnyansky
463M: maxk@qualcomm.com
464S: Maintained
465
466BLUETOOTH BNEP LAYER
467P: Marcel Holtmann
468M: marcel@holtmann.org
469P: Maxim Krasnyansky
470M: maxk@qualcomm.com
471S: Maintained
472
473BLUETOOTH CMTP LAYER
474P: Marcel Holtmann
475M: marcel@holtmann.org
476S: Maintained
477
478BLUETOOTH HIDP LAYER
479P: Marcel Holtmann
480M: marcel@holtmann.org
481S: Maintained
482
483BLUETOOTH HCI UART DRIVER
484P: Marcel Holtmann
485M: marcel@holtmann.org
486P: Maxim Krasnyansky
487M: maxk@qualcomm.com
488S: Maintained
489
490BLUETOOTH HCI USB DRIVER
491P: Marcel Holtmann
492M: marcel@holtmann.org
493P: Maxim Krasnyansky
494M: maxk@qualcomm.com
495S: Maintained
496
497BLUETOOTH HCI BCM203X DRIVER
498P: Marcel Holtmann
499M: marcel@holtmann.org
500S: Maintained
501
502BLUETOOTH HCI BPA10X DRIVER
503P: Marcel Holtmann
504M: marcel@holtmann.org
505S: Maintained
506
507BLUETOOTH HCI BFUSB DRIVER
508P: Marcel Holtmann
509M: marcel@holtmann.org
510S: Maintained
511
512BLUETOOTH HCI DTL1 DRIVER
513P: Marcel Holtmann
514M: marcel@holtmann.org
515S: Maintained
516
517BLUETOOTH HCI BLUECARD DRIVER
518P: Marcel Holtmann
519M: marcel@holtmann.org
520S: Maintained
521
522BLUETOOTH HCI BT3C DRIVER
523P: Marcel Holtmann
524M: marcel@holtmann.org
525S: Maintained
526
527BLUETOOTH HCI BTUART DRIVER
528P: Marcel Holtmann
529M: marcel@holtmann.org
530S: Maintained
531
532BLUETOOTH HCI VHCI DRIVER
533P: Maxim Krasnyansky
534M: maxk@qualcomm.com
535S: Maintained
536
537BONDING DRIVER
538P: Chad Tindel
539M: ctindel@users.sourceforge.net
540P: Jay Vosburgh
541M: fubar@us.ibm.com
542L: bonding-devel@lists.sourceforge.net
543W: http://sourceforge.net/projects/bonding/
544S: Supported
545
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000546BROADBAND PROCESSOR ARCHITECTURE
547P: Arnd Bergmann
548M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100549L: linuxppc-dev@ozlabs.org
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000550W: http://linuxppc64.org
551S: Supported
552
Linus Torvalds1da177e2005-04-16 15:20:36 -0700553BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700554P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200555M: mchehab@infradead.org
556M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700558W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200559T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700560S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562COMMON INTERNET FILE SYSTEM (CIFS)
563P: Steve French
564M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100565L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566L: samba-technical@lists.samba.org
567W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800568T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700569S: Supported
570
Joel Becker7063fbf2005-12-15 14:29:43 -0800571CONFIGFS
572P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -0800573M: joel.becker@oracle.com
574L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800575S: Supported
576
Linus Torvalds1da177e2005-04-16 15:20:36 -0700577CIRRUS LOGIC GENERIC FBDEV DRIVER
578P: Jeff Garzik
579M: jgarzik@pobox.com
580L: linux-fbdev-devel@lists.sourceforge.net
581S: Odd Fixes
582
583CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
584P: Cirrus Logic Corporation (kernel 2.2 driver)
585M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
586P: Nils Faerber (port to kernel 2.4)
587M: Nils Faerber <nils@kernelconcepts.de>
588S: Maintained
589
590CODA FILE SYSTEM
591P: Jan Harkes
592M: jaharkes@cs.cmu.edu
593M: coda@cs.cmu.edu
594L: codalist@coda.cs.cmu.edu
595W: http://www.coda.cs.cmu.edu/
596S: Maintained
597
598COMPACTPCI HOTPLUG CORE
599P: Scott Murray
600M: scottm@somanetworks.com
601M: scott@spiteful.org
602L: pcihpd-discuss@lists.sourceforge.net
603S: Supported
604
605COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
606P: Scott Murray
607M: scottm@somanetworks.com
608M: scott@spiteful.org
609L: pcihpd-discuss@lists.sourceforge.net
610S: Supported
611
612COMPACTPCI HOTPLUG GENERIC DRIVER
613P: Scott Murray
614M: scottm@somanetworks.com
615M: scott@spiteful.org
616L: pcihpd-discuss@lists.sourceforge.net
617S: Supported
618
619COMPUTONE INTELLIPORT MULTIPORT CARD
620P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700621M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700623S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624
625COSA/SRP SYNC SERIAL DRIVER
626P: Jan "Yenya" Kasprzak
627M: kas@fi.muni.cz
628W: http://www.fi.muni.cz/~kas/cosa/
629S: Maintained
630
631CPU FREQUENCY DRIVERS
632P: Dave Jones
633M: davej@codemonkey.org.uk
634L: cpufreq@lists.linux.org.uk
635W: http://www.codemonkey.org.uk/projects/cpufreq/
Josh Boyer1adc1232005-11-23 15:44:15 -0800636T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637S: Maintained
638
639CPUID/MSR DRIVER
640P: H. Peter Anvin
641M: hpa@zytor.com
642S: Maintained
643
Paul Jacksoned90fb42005-09-27 21:45:37 -0700644CPUSETS
645P: Paul Jackson
646P: Simon Derr
647M: pj@sgi.com
648M: simon.derr@bull.net
649L: linux-kernel@vger.kernel.org
650W: http://www.bullopensource.org/cpuset/
651S: Supported
652
Linus Torvalds1da177e2005-04-16 15:20:36 -0700653CRAMFS FILESYSTEM
654W: http://sourceforge.net/projects/cramfs/
655S: Orphan
656
657CRIS PORT
658P: Mikael Starvik
659M: starvik@axis.com
660L: dev-etrax@axis.com
661W: http://developer.axis.com
662S: Maintained
663
664CRYPTO API
665P: Herbert Xu
666M: herbert@gondor.apana.org.au
667P: David S. Miller
668M: davem@davemloft.net
669L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800670T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700671S: Maintained
672
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100673CS5535 Audio ALSA driver
674P: Jaya Kumar
675M: jayakumar.alsa@gmail.com
676S: Maintained
677
Linus Torvalds1da177e2005-04-16 15:20:36 -0700678CYBERPRO FB DRIVER
679P: Russell King
680M: rmk@arm.linux.org.uk
681W: http://www.arm.linux.org.uk/
682S: Maintained
683
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700684CYBLAFB FRAMEBUFFER DRIVER
685P: Knut Petersen
686M: Knut_Petersen@t-online.de
687L: linux-fbdev-devel@lists.sourceforge.net
688S: Maintained
689
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690CYCLADES 2X SYNC CARD DRIVER
691P: Arnaldo Carvalho de Melo
692M: acme@conectiva.com.br
693W: http://advogato.org/person/acme
694L: cycsyn-devel@bazar.conectiva.com.br
695S: Maintained
696
697CYCLADES ASYNC MUX DRIVER
698M: async@cyclades.com
699W: http://www.cyclades.com/
700S: Supported
701
702CYCLADES PC300 DRIVER
703M: pc300@cyclades.com
704W: http://www.cyclades.com/
705S: Supported
706
Linus Torvalds1da177e2005-04-16 15:20:36 -0700707DAMA SLAVE for AX.25
708P: Joerg Reuter
709M: jreuter@yaina.de
710W: http://yaina.de/jreuter/
711W: http://www.qsl.net/dl1bke/
712L: linux-hams@vger.kernel.org
713S: Maintained
714
715DC395x SCSI driver
716P: Oliver Neukum
717M: oliver@neukum.name
718P: Ali Akcaagac
719M: aliakc@web.de
720P: Jamie Lenehan
721M: lenehan@twibble.org
722W: http://twibble.org/dist/dc395x/
723L: http://lists.twibble.org/mailman/listinfo/dc395x/
724S: Maintained
725
726DC390/AM53C974 SCSI driver
727P: Kurt Garloff
728M: garloff@suse.de
729W: http://www.garloff.de/kurt/linux/dc390/
730P: Guennadi Liakhovetski
731M: g.liakhovetski@gmx.de
732S: Maintained
733
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700734DCCP PROTOCOL
735P: Arnaldo Carvalho de Melo
736M: acme@mandriva.com
737L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800738W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700739S: Maintained
740
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741DECnet NETWORK LAYER
742P: Patrick Caulfield
743M: patrick@tykepenguin.com
744W: http://linux-decnet.sourceforge.net
745L: linux-decnet-user@lists.sourceforge.net
746S: Maintained
747
748DEFXX FDDI NETWORK DRIVER
749P: Maciej W. Rozycki
750M: macro@linux-mips.org
751S: Maintained
752
753DELL LAPTOP SMM DRIVER
754P: Massimo Dal Zotto
755M: dz@debian.org
756W: http://www.debian.org/~dz/i8k/
757S: Maintained
758
Doug Warzecha90563ec2005-09-06 15:17:15 -0700759DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
760P: Doug Warzecha
761M: Douglas_Warzecha@dell.com
762S: Maintained
763
Linus Torvalds1da177e2005-04-16 15:20:36 -0700764DEVICE-MAPPER
765P: Alasdair Kergon
766L: dm-devel@redhat.com
767W: http://sources.redhat.com/dm
768S: Maintained
769
770DEVICE NUMBER REGISTRY
771P: Torben Mathiasen
772M: device@lanana.org
773W: http://lanana.org/docs/device-list/index.html
774L: linux-kernel@vger.kernel.org
775S: Maintained
776
777DEVICE FILESYSTEM
778S: Obsolete
779
780DIGI INTL. EPCA DRIVER
781P: Digi International, Inc
782M: Eng.Linux@digi.com
783L: Eng.Linux@digi.com
784W: http://www.digi.com
785S: Orphaned
786
787DIGI RIGHTSWITCH NETWORK DRIVER
788P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700789L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700790W: http://www.digi.com
791S: Orphaned
792
793DIRECTORY NOTIFICATION
794P: Stephen Rothwell
795M: sfr@canb.auug.org.au
796L: linux-kernel@vger.kernel.org
797S: Supported
798
799DISK GEOMETRY AND PARTITION HANDLING
800P: Andries Brouwer
801M: aeb@cwi.nl
802W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
803W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
804W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
805S: Maintained
806
807DISKQUOTA:
808P: Jan Kara
809M: jack@suse.cz
810L: linux-kernel@vger.kernel.org
811S: Maintained
812
813DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
814P: Tobias Ringstrom
815M: tori@unhappy.mine.nu
816L: linux-kernel@vger.kernel.org
817S: Maintained
818
Martin Waitzba483d52005-06-17 13:20:59 -0700819DOCBOOK FOR DOCUMENTATION
820P: Martin Waitz
821M: tali@admingilde.org
Martin Waitz061350e2006-01-09 20:53:53 -0800822T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700823S: Maintained
824
Linus Torvalds1da177e2005-04-16 15:20:36 -0700825DOUBLETALK DRIVER
826P: James R. Van Zandt
827M: jrv@vanzandt.mv.com
828L: blinux-list@redhat.com
829S: Maintained
830
831DRIVER CORE, KOBJECTS, AND SYSFS
832P: Greg Kroah-Hartman
833M: gregkh@suse.de
834L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800835T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700836S: Supported
837
838DRM DRIVERS
839P: David Airlie
840M: airlied@linux.ie
841L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800842T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843S: Maintained
844
845DSCC4 DRIVER
846P: François Romieu
847M: romieu@cogenit.fr
848M: romieu@ensta.fr
849S: Maintained
850
851DVB SUBSYSTEM AND DRIVERS
852P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200853M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700854L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200855W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200856T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200857S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700858
859EATA-DMA SCSI DRIVER
860P: Michael Neuffer
861L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
862S: Maintained
863
864EATA ISA/EISA/PCI SCSI DRIVER
865P: Dario Ballabio
866M: ballabio_dario@emc.com
867L: linux-scsi@vger.kernel.org
868S: Maintained
869
870EATA-PIO SCSI DRIVER
871P: Michael Neuffer
872M: mike@i-Connect.Net
873L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
874S: Maintained
875
876EBTABLES
877P: Bart De Schuymer
878M: bart.de.schuymer@pandora.be
879L: ebtables-user@lists.sourceforge.net
880L: ebtables-devel@lists.sourceforge.net
881W: http://ebtables.sourceforge.net/
882S: Maintained
883
Alan Coxda9bb1d2006-01-18 17:44:13 -0800884EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -0800885P: Doug Thompson
886M: norsk5@xmission.com, dthompson@linuxnetworx.com
887P: Dave Peterson
888M: dsp@llnl.gov, dave_peterson@pobox.com
889L: bluesmoke-devel@lists.sourceforge.net
890W: bluesmoke.sourceforge.net
891S: Maintained
892
893EDAC-E752X
894P: Dave Peterson
895M: dsp@llnl.gov, dave_peterson@pobox.com
896L: bluesmoke-devel@lists.sourceforge.net
897W: bluesmoke.sourceforge.net
898S: Maintained
899
900EDAC-E7XXX
901P: Dave Peterson
902M: dsp@llnl.gov, dave_peterson@pobox.com
903L: bluesmoke-devel@lists.sourceforge.net
904W: bluesmoke.sourceforge.net
905S: Maintained
906
907EDAC-R82600
908P: Tim Small
909M: tim@buttersideup.com
910L: bluesmoke-devel@lists.sourceforge.net
911W: bluesmoke.sourceforge.net
912S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -0800913
Linus Torvalds1da177e2005-04-16 15:20:36 -0700914EEPRO100 NETWORK DRIVER
915P: Andrey V. Savochkin
916M: saw@saw.sw.com.sg
917S: Maintained
918
919EMU10K1 SOUND DRIVER
920P: James Courtier-Dutton
921M: James@superbug.demon.co.uk
922L: emu10k1-devel@lists.sourceforge.net
923W: http://sourceforge.net/projects/emu10k1/
924S: Maintained
925
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400926EMULEX LPFC FC SCSI DRIVER
927P: James Smart
928M: james.smart@emulex.com
929L: linux-scsi@vger.kernel.org
930W: http://sourceforge.net/projects/lpfcxxxx
931S: Supported
932
Linus Torvalds1da177e2005-04-16 15:20:36 -0700933EPSON 1355 FRAMEBUFFER DRIVER
934P: Christopher Hoover
935M: ch@murgatroid.com, ch@hpl.hp.com
936S: Maintained
937
938ETHEREXPRESS-16 NETWORK DRIVER
939P: Philip Blundell
940M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700941L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700942S: Maintained
943
944ETHERNET BRIDGE
945P: Stephen Hemminger
946M: shemminger@osdl.org
947L: bridge@osdl.org
948W: http://bridge.sourceforge.net/
949S: Maintained
950
951ETHERTEAM 16I DRIVER
952P: Mika Kuoppala
953M: miku@iki.fi
954S: Maintained
955
956EXT2 FILE SYSTEM
957L: ext2-devel@lists.sourceforge.net
958S: Maintained
959
960EXT3 FILE SYSTEM
961P: Stephen Tweedie, Andrew Morton
962M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
963L: ext3-users@redhat.com
964S: Maintained
965
Jean Delvaree53004e2006-01-09 23:26:14 +0100966F71805F HARDWARE MONITORING DRIVER
967P: Jean Delvare
968M: khali@linux-fr.org
969L: lm-sensors@lm-sensors.org
970S: Maintained
971
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972FARSYNC SYNCHRONOUS DRIVER
973P: Kevin Curtis
974M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975W: http://www.farsite.co.uk/
976S: Supported
977
978FRAMEBUFFER LAYER
979P: Antonino Daplas
980M: adaplas@pol.net
981L: linux-fbdev-devel@lists.sourceforge.net
982W: http://linux-fbdev.sourceforge.net/
983S: Maintained
984
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +0300985FREESCALE SOC FS_ENET DRIVER
986P: Pantelis Antoniou
987M: pantelis.antoniou@gmail.com
988P: Vitaly Bordug
989M: vbordug@ru.mvista.com
990L: linuxppc-embedded@ozlabs.org
991L: netdev@vger.kernel.org
992S: Maintained
993
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994FILE LOCKING (flock() and fcntl()/lockf())
995P: Matthew Wilcox
996M: matthew@wil.cx
997L: linux-fsdevel@vger.kernel.org
998S: Maintained
999
1000FILESYSTEMS (VFS and infrastructure)
1001P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001002M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003S: Maintained
1004
1005FIRMWARE LOADER (request_firmware)
1006L: linux-kernel@vger.kernel.org
1007S: Orphan
1008
1009FPU EMULATOR
1010P: Bill Metzenthen
1011M: billm@suburbia.net
1012W: http://suburbia.net/~billm/floating-point/emulator/
1013S: Maintained
1014
1015FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1016P: Mike McLagan
1017M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001018L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001019S: Maintained
1020
1021FREEVXFS FILESYSTEM
1022P: Christoph Hellwig
1023M: hch@infradead.org
1024W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1025S: Maintained
1026
1027FUJITSU FR-V PORT
1028P: David Howells
1029M: dhowells@redhat.com
1030S: Maintained
1031
1032FTAPE/QIC-117
1033L: linux-tape@vger.kernel.org
1034W: http://sourceforge.net/projects/ftape
1035S: Orphan
1036
Miklos Szeredi04578f12005-09-09 13:10:22 -07001037FUSE: FILESYSTEM IN USERSPACE
1038P: Miklos Szeredi
1039M: miklos@szeredi.hu
1040L: fuse-devel@lists.sourceforge.net
1041W: http://fuse.sourceforge.net/
1042S: Maintained
1043
Linus Torvalds1da177e2005-04-16 15:20:36 -07001044FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1045P: Rik Faith
1046M: faith@cs.unc.edu
1047L: linux-scsi@vger.kernel.org
1048S: Odd fixes (e.g., new signatures)
1049
1050GDT SCSI DISK ARRAY CONTROLLER DRIVER
1051P: Achim Leubner
1052M: achim_leubner@adaptec.com
1053L: linux-scsi@vger.kernel.org
1054W: http://www.icp-vortex.com/
1055S: Supported
1056
1057GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1058P: Krzysztof Halasa
1059M: khc@pm.waw.pl
1060W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1061S: Maintained
1062
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001063GIGASET ISDN DRIVERS
1064P: Hansjoerg Lipp
1065M: hjlipp@web.de
1066P: Tilman Schmidt
1067M: tilman@imap.cc
1068L: gigaset307x-common@lists.sourceforge.net
1069W: http://gigaset307x.sourceforge.net/
1070S: Maintained
1071
Jean Delvare5b543962005-08-15 19:51:02 +02001072HARDWARE MONITORING
1073P: Jean Delvare
1074M: khali@linux-fr.org
1075L: lm-sensors@lm-sensors.org
1076W: http://www.lm-sensors.nu/
1077S: Maintained
1078
Robert Love860e1d62005-08-31 23:57:59 -04001079HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1080P: Robert Love
1081M: rlove@rlove.org
1082M: linux-kernel@vger.kernel.org
1083W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1084S: Maintained
1085
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086HARMONY SOUND DRIVER
1087P: Kyle McMartin
1088M: kyle@parisc-linux.org
1089W: http://www.parisc-linux.org/~kyle/harmony/
1090L: parisc-linux@lists.parisc-linux.org
1091S: Maintained
1092
1093HAYES ESP SERIAL DRIVER
1094P: Andrew J. Robinson
1095M: arobinso@nyx.net
1096L: linux-kernel@vger.kernel.org
1097W: http://www.nyx.net/~arobinso
1098S: Maintained
1099
1100HFS FILESYSTEM
1101P: Roman Zippel
1102M: zippel@linux-m68k.org
1103L: linux-kernel@vger.kernel.org
1104S: Maintained
1105
1106HGA FRAMEBUFFER DRIVER
1107P: Ferenc Bakonyi
1108M: fero@drama.obuda.kando.hu
1109L: linux-nvidia@lists.surfsouth.com
1110W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1111S: Maintained
1112
1113HIGH-SPEED SCC DRIVER FOR AX.25
1114P: Klaus Kudielka
1115M: klaus.kudielka@ieee.org
1116L: linux-hams@vger.kernel.org
1117W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1118S: Maintained
1119
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001120HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1121P: HighPoint Linux Team
1122M: linux@highpoint-tech.com
1123W: http://www.highpoint-tech.com
1124S: Supported
1125
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126HIPPI
1127P: Jes Sorensen
1128M: jes@trained-monkey.org
1129L: linux-hippi@sunsite.dk
1130S: Maintained
1131
1132HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1133P: Chirag Kantharia
1134M: chirag.kantharia@hp.com
1135L: iss_storagedev@hp.com
1136S: Maintained
1137
1138HEWLETT-PACKARD SMART2 RAID DRIVER
1139P: Chirag Kantharia
1140M: chirag.kantharia@hp.com
1141L: iss_storagedev@hp.com
1142S: Maintained
1143
1144HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1145P: Mike Miller
1146M: mike.miller@hp.com
1147L: iss_storagedev@hp.com
1148S: Supported
1149
Jouni Malinenff1d2762005-05-12 22:54:16 -04001150HOST AP DRIVER
1151P: Jouni Malinen
1152M: jkmaline@cc.hut.fi
1153L: hostap@shmoo.com
1154W: http://hostap.epitest.fi/
1155S: Maintained
1156
Linus Torvalds1da177e2005-04-16 15:20:36 -07001157HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1158P: Jaroslav Kysela
1159M: perex@suse.cz
1160S: Maintained
1161
Bob Piccob9b03322005-11-07 00:59:19 -08001162HPET: High Precision Event Timers driver (hpet.c)
1163P: Clemens Ladisch
1164M: clemens@ladisch.de
1165S: Maintained
1166
1167HPET: i386
1168P: Venkatesh Pallipadi (Venki)
1169M: venkatesh.pallipadi@intel.com
1170S: Maintained
1171
1172HPET: x86_64
1173P: Andi Kleen and Vojtech Pavlik
1174M: ak@muc.de and vojtech@suse.cz
1175S: Maintained
1176
1177HPET: ACPI hpet.c
1178P: Bob Picco
1179M: bob.picco@hp.com
1180S: Maintained
1181
Linus Torvalds1da177e2005-04-16 15:20:36 -07001182HPFS FILESYSTEM
1183P: Mikulas Patocka
1184M: mikulas@artax.karlin.mff.cuni.cz
1185W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1186S: Maintained
1187
1188HUGETLB FILESYSTEM
1189P: William Irwin
1190M: wli@holomorphy.com
1191S: Maintained
1192
Jean Delvare5b543962005-08-15 19:51:02 +02001193I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001194P: Jean Delvare
1195M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001196L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001197W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001198T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199S: Maintained
1200
1201I2O
1202P: Markus Lidel
1203M: markus.lidel@shadowconnect.com
1204W: http://i2o.shadowconnect.com/
1205S: Maintained
1206
1207i386 BOOT CODE
1208P: Riley H. Williams
1209M: Riley@Williams.Name
1210L: Linux-Kernel@vger.kernel.org
1211S: Maintained
1212
1213i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1214P: Dave Jones
1215M: davej@codemonkey.org.uk
1216P: H. Peter Anvin
1217M: hpa@zytor.com
1218S: Maintained
1219
1220i810 TCO TIMER WATCHDOG
1221P: Nils Faerber
1222M: nils@kernelconcepts.de
1223W: http://www.kernelconcepts.de/
1224S: Maintained
1225
1226IA64 (Itanium) PLATFORM
1227P: Tony Luck
1228M: tony.luck@intel.com
1229L: linux-ia64@vger.kernel.org
1230W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001231T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001232S: Maintained
1233
1234SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001235P: Jes Sorensen
1236M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001237L: linux-altix@sgi.com
1238L: linux-ia64@vger.kernel.org
1239W: http://www.sgi.com/altix
1240S: Maintained
1241
1242IBM MCA SCSI SUBSYSTEM DRIVER
1243P: Michael Lang
1244M: langa2@kph.uni-mainz.de
1245W: http://www.uni-mainz.de/~langm000/linux.html
1246S: Maintained
1247
1248IBM Power Linux RAID adapter
1249P: Brian King
1250M: brking@us.ibm.com
1251S: Supported
1252
1253IBM ServeRAID RAID DRIVER
1254P: Jack Hammer
1255P: Dave Jeffery
1256M: ipslinux@adaptec.com
1257W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1258S: Supported
1259
1260IDE DRIVER [GENERAL]
1261P: Bartlomiej Zolnierkiewicz
1262M: B.Zolnierkiewicz@elka.pw.edu.pl
1263L: linux-kernel@vger.kernel.org
1264L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001265T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001266S: Maintained
1267
1268IDE/ATAPI CDROM DRIVER
1269P: Jens Axboe
1270M: axboe@suse.de
1271L: linux-kernel@vger.kernel.org
1272W: http://www.kernel.dk
1273S: Maintained
1274
1275IDE/ATAPI FLOPPY DRIVERS
1276P: Paul Bristow
1277M: Paul Bristow <paul@paulbristow.net>
1278W: http://paulbristow.net/linux/idefloppy.html
1279L: linux-kernel@vger.kernel.org
1280S: Maintained
1281
1282IDE/ATAPI TAPE DRIVERS
1283P: Gadi Oxman
1284M: Gadi Oxman <gadio@netvision.net.il>
1285L: linux-kernel@vger.kernel.org
1286S: Maintained
1287
1288IEEE 1394 ETHERNET (eth1394)
1289L: linux1394-devel@lists.sourceforge.net
1290W: http://www.linux1394.org/
1291S: Orphan
1292
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293IEEE 1394 SUBSYSTEM
1294P: Ben Collins
1295M: bcollins@debian.org
1296P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001297M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001298L: linux1394-devel@lists.sourceforge.net
1299W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001300T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301S: Maintained
1302
1303IEEE 1394 OHCI DRIVER
1304P: Ben Collins
1305M: bcollins@debian.org
1306P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001307M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308L: linux1394-devel@lists.sourceforge.net
1309W: http://www.linux1394.org/
1310S: Maintained
1311
1312IEEE 1394 PCILYNX DRIVER
1313P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001314M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001315L: linux1394-devel@lists.sourceforge.net
1316W: http://www.linux1394.org/
1317S: Maintained
1318
1319IEEE 1394 RAW I/O DRIVER
1320P: Ben Collins
1321M: bcollins@debian.org
1322P: Dan Dennedy
1323M: dan@dennedy.org
1324L: linux1394-devel@lists.sourceforge.net
1325W: http://www.linux1394.org/
1326S: Maintained
1327
Jody McIntyre105d7b32005-09-30 11:59:04 -07001328IEEE 1394 SBP2
1329P: Ben Collins
1330M: bcollins@debian.org
1331P: Stefan Richter
1332M: stefanr@s5r6.in-berlin.de
1333L: linux1394-devel@lists.sourceforge.net
1334W: http://www.linux1394.org/
1335S: Maintained
1336
Linus Torvalds1da177e2005-04-16 15:20:36 -07001337IMS TWINTURBO FRAMEBUFFER DRIVER
1338P: Paul Mundt
1339M: lethal@chaoticdreams.org
1340L: linux-fbdev-devel@lists.sourceforge.net
1341S: Maintained
1342
1343INFINIBAND SUBSYSTEM
1344P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001345M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001346P: Sean Hefty
1347M: mshefty@ichips.intel.com
1348P: Hal Rosenstock
1349M: halr@voltaire.com
1350L: openib-general@openib.org
1351W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001352T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001353S: Supported
1354
1355INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001356P: Dmitry Torokhov
1357M: dtor_core@ameritech.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001358L: linux-input@atrey.karlin.mff.cuni.cz
1359L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001360T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001361S: Maintained
1362
Robert Lovec9f04f52005-07-15 12:21:07 -04001363INOTIFY
1364P: John McCutchan and Robert Love
1365M: ttb@tentacle.dhs.org and rml@novell.com
1366L: linux-kernel@vger.kernel.org
1367S: Maintained
1368
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001369INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1370P: Sylvain Meyer
1371M: sylvain.meyer@worldonline.fr
1372L: linux-fbdev-devel@lists.sourceforge.net
1373S: Maintained
1374
Linus Torvalds1da177e2005-04-16 15:20:36 -07001375INTEL 810/815 FRAMEBUFFER DRIVER
1376P: Antonino Daplas
1377M: adaplas@pol.net
1378L: linux-fbdev-devel@lists.sourceforge.net
1379S: Maintained
1380
1381INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1382P: Ingo Molnar
1383M: mingo@redhat.com
1384S: Maintained
1385
1386INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1387P: Jeff Garzik
1388M: jgarzik@pobox.com
1389W: http://sourceforge.net/projects/gkernel/
1390S: Maintained
1391
1392INTEL IA32 MICROCODE UPDATE SUPPORT
1393P: Tigran Aivazian
1394M: tigran@veritas.com
1395S: Maintained
1396
1397INTEL PRO/100 ETHERNET SUPPORT
1398P: John Ronciak
1399M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001400P: Jesse Brandeburg
1401M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001402P: Jeff Kirsher
1403M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404W: http://sourceforge.net/projects/e1000/
1405S: Supported
1406
1407INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1408P: Jeb Cramer
1409M: cramerj@intel.com
1410P: John Ronciak
1411M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001412P: Jesse Brandeburg
1413M: jesse.brandeburg@intel.com
1414P: Jeff Kirsher
1415M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001416W: http://sourceforge.net/projects/e1000/
1417S: Supported
1418
1419INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001420P: Jeff Kirsher
1421M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001422P: Ayyappan Veeraiyan
1423M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001424P: John Ronciak
1425M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001426P: Jesse Brandeburg
1427M: jesse.brandeburg@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001428W: http://sourceforge.net/projects/e1000/
1429S: Supported
1430
James Ketrenos826d2ab2005-11-07 18:56:59 -06001431INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1432P: Yi Zhu
1433M: yi.zhu@intel.com
1434P: James Ketrenos
1435M: jketreno@linux.intel.com
1436L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1437W: http://ipw2100.sourceforge.net
1438S: Supported
1439
1440INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1441P: Yi Zhu
1442M: yi.zhu@intel.com
1443P: James Ketrenos
1444M: jketreno@linux.intel.com
1445L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1446W: http://ipw2200.sourceforge.net
1447S: Supported
1448
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449IOC3 DRIVER
1450P: Ralf Baechle
1451M: ralf@linux-mips.org
1452L: linux-mips@linux-mips.org
1453S: Maintained
1454
1455IP MASQUERADING:
1456P: Juanjo Ciarlante
1457M: jjciarla@raiz.uncu.edu.ar
1458S: Maintained
1459
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001460IPATH DRIVER:
1461P: Bryan O'Sullivan
1462M: support@pathscale.com
1463L: openib-general@openib.org
1464S: Supported
1465
Linus Torvalds1da177e2005-04-16 15:20:36 -07001466IPX NETWORK LAYER
1467P: Arnaldo Carvalho de Melo
1468M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001469L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001470S: Maintained
1471
1472IRDA SUBSYSTEM
1473P: Jean Tourrilhes
Olaf Heringa2ac9532005-07-12 13:58:35 -07001474L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475W: http://irda.sourceforge.net/
Stephen Hemmingere048a372006-01-18 14:06:59 -08001476S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001477
1478ISAPNP
1479P: Jaroslav Kysela
1480M: perex@suse.cz
1481S: Maintained
1482
1483ISDN SUBSYSTEM
1484P: Karsten Keil
1485M: kkeil@suse.de
1486P: Kai Germaschewski
1487M: kai.germaschewski@gmx.de
1488L: isdn4linux@listserv.isdn4linux.de
1489W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001490T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001491S: Maintained
1492
1493ISDN SUBSYSTEM (Eicon active card driver)
1494P: Armin Schindler
1495M: mac@melware.de
1496L: isdn4linux@listserv.isdn4linux.de
1497W: http://www.melware.de
1498S: Maintained
1499
1500JOURNALLING FLASH FILE SYSTEM (JFFS)
1501P: Axis Communications AB
1502M: jffs-dev@axis.com
1503L: jffs-dev@axis.com
1504W: http://www.developer.axis.com/software/jffs/
1505S: Maintained
1506
1507JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1508P: David Woodhouse
1509M: dwmw2@infradead.org
1510L: jffs-dev@axis.com
1511W: http://sources.redhat.com/jffs2/
1512S: Maintained
1513
1514JFS FILESYSTEM
1515P: Dave Kleikamp
1516M: shaggy@austin.ibm.com
1517L: jfs-discussion@lists.sourceforge.net
1518W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001519T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001520S: Supported
1521
1522KCONFIG
1523P: Roman Zippel
1524M: zippel@linux-m68k.org
1525L: kbuild-devel@lists.sourceforge.net
1526S: Maintained
1527
1528KERNEL AUTOMOUNTER (AUTOFS)
1529P: H. Peter Anvin
1530M: hpa@zytor.com
1531L: autofs@linux.kernel.org
1532S: Odd Fixes
1533
1534KERNEL AUTOMOUNTER v4 (AUTOFS4)
1535P: Ian Kent
1536M: raven@themaw.net
1537L: autofs@linux.kernel.org
1538S: Maintained
1539
1540KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1541P: Kai Germaschewski
1542M: kai@germaschewski.name
1543P: Sam Ravnborg
1544M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001545T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546S: Maintained
1547
1548KERNEL JANITORS
1549P: Several
1550L: kernel-janitors@osdl.org
1551W: http://www.kerneljanitors.org/
1552W: http://sf.net/projects/kernel-janitor/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001553S: Maintained
1554
1555KERNEL NFSD
1556P: Neil Brown
1557M: neilb@cse.unsw.edu.au
1558L: nfs@lists.sourceforge.net
1559W: http://nfs.sourceforge.net/
1560W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1561S: Maintained
1562
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001563KEXEC
1564P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001565M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001566W: http://www.xmission.com/~ebiederm/files/kexec/
1567L: linux-kernel@vger.kernel.org
1568L: fastboot@osdl.org
1569S: Maintained
1570
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001571KPROBES
1572P: Prasanna S Panchamukhi
1573M: prasanna@in.ibm.com
1574P: Ananth N Mavinakayanahalli
1575M: ananth@in.ibm.com
1576P: Anil S Keshavamurthy
1577M: anil.s.keshavamurthy@intel.com
1578P: David S. Miller
1579M: davem@davemloft.net
1580L: linux-kernel@vger.kernel.org
1581S: Maintained
1582
Linus Torvalds1da177e2005-04-16 15:20:36 -07001583LAPB module
1584P: Henner Eisen
1585M: eis@baty.hanse.de
1586L: linux-x25@vger.kernel.org
1587S: Maintained
1588
1589LASI 53c700 driver for PARISC
1590P: James E.J. Bottomley
1591M: James.Bottomley@HansenPartnership.com
1592L: linux-scsi@vger.kernel.org
1593S: Maintained
1594
1595LEGO USB Tower driver
1596P: Juergen Stuber
1597M: starblue@users.sourceforge.net
1598L: legousb-devel@lists.sourceforge.net
1599W: http://legousb.sourceforge.net/
1600S: Maintained
1601
1602LINUX FOR IBM pSERIES (RS/6000)
1603P: Paul Mackerras
1604M: paulus@au.ibm.com
1605W: http://www.ibm.com/linux/ltc/projects/ppc
1606S: Supported
1607
1608LINUX FOR NCR VOYAGER
1609P: James Bottomley
1610M: James.Bottomley@HansenPartnership.com
1611W: http://www.hansenpartnership.com/voyager
1612S: Maintained
1613
1614LINUX FOR POWERPC
1615P: Paul Mackerras
1616M: paulus@samba.org
1617W: http://www.penguinppc.org/
1618L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001619T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001620S: Supported
1621
1622LINUX FOR POWER MACINTOSH
1623P: Benjamin Herrenschmidt
1624M: benh@kernel.crashing.org
1625W: http://www.penguinppc.org/
1626L: linuxppc-dev@ozlabs.org
1627S: Maintained
1628
1629LINUX FOR POWERPC EMBEDDED MPC52XX
1630P: Sylvain Munaut
1631M: tnt@246tNt.com
1632W: http://www.246tNt.com/mpc52xx/
1633W: http://www.penguinppc.org/
1634L: linuxppc-dev@ozlabs.org
1635L: linuxppc-embedded@ozlabs.org
1636S: Maintained
1637
1638LINUX FOR POWERPC EMBEDDED PPC4XX
1639P: Matt Porter
1640M: mporter@kernel.crashing.org
1641W: http://www.penguinppc.org/
1642L: linuxppc-embedded@ozlabs.org
1643S: Maintained
1644
Tom Rinie93adf12005-07-26 12:49:53 -07001645LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646P: Tom Rini
1647M: trini@kernel.crashing.org
1648W: http://www.penguinppc.org/
1649L: linuxppc-embedded@ozlabs.org
1650S: Maintained
1651
Tom Rinie93adf12005-07-26 12:49:53 -07001652LINUX FOR POWERPC EMBEDDED PPC8XX
1653P: Marcelo Tosatti
1654M: marcelo.tosatti@cyclades.com
1655W: http://www.penguinppc.org/
1656L: linuxppc-embedded@ozlabs.org
1657S: Maintained
1658
Linus Torvalds1da177e2005-04-16 15:20:36 -07001659LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1660P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001661M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001662W: http://www.penguinppc.org/
1663L: linuxppc-embedded@ozlabs.org
1664S: Maintained
1665
1666LLC (802.2)
1667P: Arnaldo Carvalho de Melo
1668M: acme@conectiva.com.br
1669S: Maintained
1670
1671LINUX FOR 64BIT POWERPC
1672P: Paul Mackerras
1673M: paulus@samba.org
1674M: paulus@au.ibm.com
1675P: Anton Blanchard
1676M: anton@samba.org
1677M: anton@au.ibm.com
1678W: http://linuxppc64.org
Stephen Rothwell1d049812006-03-22 11:26:58 +11001679L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001680S: Supported
1681
1682LINUX SECURITY MODULE (LSM) FRAMEWORK
1683P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001684M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001685L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001686W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001687T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001688S: Supported
1689
1690LM83 HARDWARE MONITOR DRIVER
1691P: Jean Delvare
1692M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001693L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001694S: Maintained
1695
1696LM90 HARDWARE MONITOR DRIVER
1697P: Jean Delvare
1698M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001699L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700S: Maintained
1701
1702LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1703P: Richard Russon (FlatCap)
1704M: ldm@flatcap.org
1705L: ldm-devel@lists.sourceforge.net
1706W: http://ldm.sourceforge.net
1707S: Maintained
1708
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001709LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1710P: Eric Moore
1711M: Eric.Moore@lsil.com
1712M: support@lsil.com
1713L: mpt_linux_developer@lsil.com
1714L: linux-scsi@vger.kernel.org
1715W: http://www.lsilogic.com/support
1716S: Supported
1717
Linus Torvalds1da177e2005-04-16 15:20:36 -07001718LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1719P: Matthew Wilcox
1720M: matthew@wil.cx
1721L: linux-scsi@vger.kernel.org
1722S: Maintained
1723
1724M68K ARCHITECTURE
1725P: Geert Uytterhoeven
1726M: geert@linux-m68k.org
1727P: Roman Zippel
1728M: zippel@linux-m68k.org
1729L: linux-m68k@lists.linux-m68k.org
1730W: http://www.linux-m68k.org/
1731W: http://linux-m68k-cvs.ubb.ca/
1732S: Maintained
1733
1734M68K ON APPLE MACINTOSH
1735P: Joshua Thompson
1736M: funaho@jurai.org
1737W: http://www.mac.linux-m68k.org/
1738L: linux-mac68k@mac.linux-m68k.org
1739S: Maintained
1740
1741M68K ON HP9000/300
1742P: Philip Blundell
1743M: philb@gnu.org
1744W: http://www.tazenda.demon.co.uk/phil/linux-hp
1745S: Maintained
1746
1747MARVELL YUKON / SYSKONNECT DRIVER
1748P: Mirko Lindner
1749M: mlindner@syskonnect.de
1750P: Ralph Roesler
1751M: rroesler@syskonnect.de
1752W: http://www.syskonnect.com
1753S: Supported
1754
1755MAESTRO PCI SOUND DRIVERS
1756P: Zach Brown
1757M: zab@zabbo.net
1758S: Odd Fixes
1759
Michael Kerriskfaf16682005-07-31 22:34:47 -07001760MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1761P: Michael Kerrisk
1762M: mtk-manpages@gmx.net
1763W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1764S: Maintained
1765
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001766MARVELL MV643XX ETHERNET DRIVER
1767P: Dale Farnsworth
1768M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001769P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001770M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001771L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001772S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001773
1774MATROX FRAMEBUFFER DRIVER
1775P: Petr Vandrovec
1776M: vandrove@vc.cvut.cz
1777L: linux-fbdev-devel@lists.sourceforge.net
1778S: Maintained
1779
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001780MEGARAID SCSI DRIVERS
1781P: Neela Syam Kolli
1782M: Neela.Kolli@engenio.com
1783S: linux-scsi@vger.kernel.org
1784W: http://megaraid.lsilogic.com
1785S: Maintained
1786
Linus Torvalds1da177e2005-04-16 15:20:36 -07001787MEMORY TECHNOLOGY DEVICES
1788P: David Woodhouse
1789M: dwmw2@infradead.org
1790W: http://www.linux-mtd.infradead.org/
1791L: linux-mtd@lists.infradead.org
Josh Boyer2c560ac2005-11-23 15:43:57 -08001792T: git kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001793S: Maintained
1794
1795MICROTEK X6 SCANNER
1796P: Oliver Neukum
1797M: oliver@neukum.name
1798S: Maintained
1799
1800MIPS
1801P: Ralf Baechle
1802M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001803W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001804L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001805T: git www.linux-mips.org:/pub/scm/linux.git
1806S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001807
1808MISCELLANEOUS MCA-SUPPORT
1809P: James Bottomley
1810M: jejb@steeleye.com
1811L: linux-kernel@vger.kernel.org
1812S: Maintained
1813
1814MODULE SUPPORT
1815P: Rusty Russell
1816M: rusty@rustcorp.com.au
1817L: linux-kernel@vger.kernel.org
1818S: Maintained
1819
1820MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1821P: Stelian Pop
1822M: stelian@popies.net
1823W: http://popies.net/meye/
1824S: Maintained
1825
1826MOUSE AND MISC DEVICES [GENERAL]
1827P: Alessandro Rubini
1828M: rubini@ipvvis.unipv.it
1829L: linux-kernel@vger.kernel.org
1830S: Maintained
1831
1832MTRR AND SIMILAR SUPPORT [i386]
1833P: Richard Gooch
1834M: rgooch@atnf.csiro.au
1835L: linux-kernel@vger.kernel.org
1836W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1837S: Maintained
1838
1839MULTISOUND SOUND DRIVER
1840P: Andrew Veliath
1841M: andrewtv@usa.net
1842S: Maintained
1843
1844NATSEMI ETHERNET DRIVER (DP8381x)
1845P: Tim Hockin
1846M: thockin@hockin.org
1847S: Maintained
1848
1849NCP FILESYSTEM
1850P: Petr Vandrovec
1851M: vandrove@vc.cvut.cz
1852L: linware@sh.cvut.cz
1853S: Maintained
1854
1855NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1856P: James E.J. Bottomley
1857M: James.Bottomley@HansenPartnership.com
1858L: linux-scsi@vger.kernel.org
1859S: Maintained
1860
1861NETFILTER/IPTABLES/IPCHAINS
1862P: Rusty Russell
1863P: Marc Boucher
1864P: James Morris
1865P: Harald Welte
1866P: Jozsef Kadlecsik
1867M: coreteam@netfilter.org
1868W: http://www.netfilter.org/
1869W: http://www.iptables.org/
1870L: netfilter@lists.netfilter.org
1871L: netfilter-devel@lists.netfilter.org
1872S: Supported
1873
1874NETROM NETWORK LAYER
1875P: Ralf Baechle
1876M: ralf@linux-mips.org
1877L: linux-hams@vger.kernel.org
1878S: Maintained
1879
1880NETWORK BLOCK DEVICE
1881P: Paul Clements
1882M: Paul.Clements@steeleye.com
1883S: Maintained
1884
1885NETWORK DEVICE DRIVERS
1886P: Andrew Morton
1887M: akpm@osdl.org
1888P: Jeff Garzik
1889M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001890L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001891T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892S: Maintained
1893
1894NETWORKING [GENERAL]
1895P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001896M: netdev@vger.kernel.org
1897L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08001898W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001899S: Maintained
1900
1901NETWORKING [IPv4/IPv6]
1902P: David S. Miller
1903M: davem@davemloft.net
1904P: Alexey Kuznetsov
1905M: kuznet@ms2.inr.ac.ru
1906P: Pekka Savola (ipv6)
1907M: pekkas@netcore.fi
1908P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001909M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910P: Hideaki YOSHIFUJI
1911M: yoshfuji@linux-ipv6.org
1912P: Patrick McHardy
1913M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001914L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08001915T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916S: Maintained
1917
John W. Linville29f8f632006-01-18 14:52:48 -08001918NETWORKING [WIRELESS]
1919P: John W. Linville
1920M: linville@tuxdriver.com
1921L: netdev@vger.kernel.org
1922T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
1923S: Maintained
1924
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925IPVS
1926P: Wensong Zhang
1927M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07001928P: Simon Horman
1929M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07001930P: Julian Anastasov
1931M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07001932L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001933S: Maintained
1934
1935NFS CLIENT
1936P: Trond Myklebust
1937M: trond.myklebust@fys.uio.no
1938L: linux-kernel@vger.kernel.org
1939S: Maintained
1940
1941NI5010 NETWORK DRIVER
1942P: Jan-Pascal van Best and Andreas Mohr
1943M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1944M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07001945L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001946S: Maintained
1947
1948NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1949P: YOKOTA Hiroshi
1950M: yokota@netlab.is.tsukuba.ac.jp
1951W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1952S: Maintained
1953
1954NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1955P: GOTO Masanori
1956M: gotom@debian.or.jp
1957P: YOKOTA Hiroshi
1958M: yokota@netlab.is.tsukuba.ac.jp
1959W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1960S: Maintained
1961
1962NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1963P: Eberhard Moenkeberg
1964M: emoenke@gwdg.de
1965L: linux-kernel@vger.kernel.org
1966S: Maintained
1967
1968NTFS FILESYSTEM
1969P: Anton Altaparmakov
1970M: aia21@cantab.net
1971L: linux-ntfs-dev@lists.sourceforge.net
1972L: linux-kernel@vger.kernel.org
1973W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001974T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001975S: Maintained
1976
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001977NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
1978P: Antonino Daplas
1979M: adaplas@pol.net
1980L: linux-fbdev-devel@lists.sourceforge.net
1981S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982
Mark Fashehccd979b2005-12-15 14:31:24 -08001983ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
1984P: Mark Fasheh
1985M: mark.fasheh@oracle.com
1986P: Kurt Hackel
1987M: kurt.hackel@oracle.com
1988L: ocfs2-devel@oss.oracle.com
1989W: http://oss.oracle.com/projects/ocfs2/
1990S: Supported
1991
Linus Torvalds1da177e2005-04-16 15:20:36 -07001992OLYMPIC NETWORK DRIVER
1993P: Peter De Shrijver
1994M: p2@ace.ulyssis.student.kuleuven.ac.be
1995P: Mike Phillips
1996M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001997L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998L: linux-tr@linuxtr.net
1999W: http://www.linuxtr.net
2000S: Maintained
2001
Harald Weltec1986ee2005-11-13 16:06:29 -08002002OMNIKEY CARDMAN 4000 DRIVER
2003P: Harald Welte
2004M: laforge@gnumonks.org
2005S: Maintained
2006
Harald Welte77c44ab2005-11-13 16:06:26 -08002007OMNIKEY CARDMAN 4040 DRIVER
2008P: Harald Welte
2009M: laforge@gnumonks.org
2010S: Maintained
2011
Linus Torvalds1da177e2005-04-16 15:20:36 -07002012ONSTREAM SCSI TAPE DRIVER
2013P: Willem Riede
2014M: osst@riede.org
2015L: osst-users@lists.sourceforge.net
2016L: linux-scsi@vger.kernel.org
2017S: Maintained
2018
2019OPL3-SA2, SA3, and SAx DRIVER
2020P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002021M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002022L: linux-sound@vger.kernel.org
2023S: Maintained
2024
2025OPROFILE
2026P: Philippe Elie
2027M: phil.el@wanadoo.fr
2028L: oprofile-list@lists.sf.net
2029S: Maintained
2030
2031ORINOCO DRIVER
2032P: Pavel Roskin
2033M: proski@gnu.org
2034P: David Gibson
2035M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002036L: orinoco-users@lists.sourceforge.net
2037L: orinoco-devel@lists.sourceforge.net
2038W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002039S: Maintained
2040
2041PARALLEL PORT SUPPORT
2042P: Phil Blundell
2043M: philb@gnu.org
2044P: Tim Waugh
2045M: tim@cyberelk.net
2046P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002047P: Andrea Arcangeli
2048M: andrea@suse.de
2049L: linux-parport@lists.infradead.org
2050W: http://people.redhat.com/twaugh/parport/
2051S: Maintained
2052
2053PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2054P: Tim Waugh
2055M: tim@cyberelk.net
2056L: linux-parport@lists.infradead.org
2057W: http://www.torque.net/linux-pp.html
2058S: Maintained
2059
2060PARISC ARCHITECTURE
2061P: Matthew Wilcox
2062M: matthew@wil.cx
2063P: Grant Grundler
2064M: grundler@parisc-linux.org
2065L: parisc-linux@parisc-linux.org
2066W: http://www.parisc-linux.org/
2067S: Maintained
2068
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002069PCI ERROR RECOVERY
2070P: Linas Vepstas
2071M: linas@austin.ibm.com
2072L: linux-kernel@vger.kernel.org
2073L: linux-pci@atrey.karlin.mff.cuni.cz
2074S: Supported
2075
Linus Torvalds1da177e2005-04-16 15:20:36 -07002076PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2077P: Thomas Sailer
2078M: sailer@ife.ee.ethz.ch
2079L: linux-sound@vger.kernel.org
2080W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2081S: Maintained
2082
2083PCI SUBSYSTEM
2084P: Greg Kroah-Hartman
2085M: gregkh@suse.de
2086L: linux-kernel@vger.kernel.org
2087L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002088T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002089S: Supported
2090
2091PCI HOTPLUG CORE
2092P: Greg Kroah-Hartman
2093M: gregkh@suse.de
2094S: Supported
2095
2096PCI HOTPLUG COMPAQ DRIVER
2097P: Greg Kroah-Hartman
2098M: greg@kroah.com
2099S: Maintained
2100
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002101PCIE HOTPLUG DRIVER
2102P: Kristen Carlson Accardi
2103M: kristen.c.accardi@intel.com
2104L: pcihpd-discuss@lists.sourceforge.net
2105S: Maintained
2106
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002108P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002110T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002111S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002112
2113PCNET32 NETWORK DRIVER
2114P: Thomas Bogendörfer
2115M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002116L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002117S: Maintained
2118
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002119PERSONALITY HANDLING
2120P: Christoph Hellwig
2121M: hch@infradead.org
2122L: linux-abi-devel@lists.sourceforge.net
2123S: Maintained
2124
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125PHRAM MTD DRIVER
2126P: Jörn Engel
2127M: joern@wh.fh-wedel.de
2128L: linux-mtd@lists.infradead.org
2129S: Maintained
2130
Peter Osterlund249a6772005-09-27 21:45:30 -07002131PKTCDVD DRIVER
2132P: Peter Osterlund
2133M: petero2@telia.com
2134L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002135S: Maintained
2136
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137POSIX CLOCKS and TIMERS
2138P: George Anzinger
2139M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002140L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002141S: Supported
2142
Eugene Surovegin24682972005-10-14 03:00:53 -07002143POWERPC 4xx EMAC DRIVER
2144P: Eugene Surovegin
2145M: ebs@ebshome.net
2146W: http://kernel.ebshome.net/emac/
2147L: linuxppc-embedded@ozlabs.org
2148L: netdev@vger.kernel.org
2149S: Maintained
2150
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151PNP SUPPORT
2152P: Adam Belay
2153M: ambx1@neo.rr.com
2154S: Maintained
2155
2156PPP PROTOCOL DRIVERS AND COMPRESSORS
2157P: Paul Mackerras
2158M: paulus@samba.org
2159L: linux-ppp@vger.kernel.org
2160S: Maintained
2161
2162PPP OVER ATM (RFC 2364)
2163P: Mitchell Blank Jr
2164M: mitch@sfgoth.com
2165S: Maintained
2166
2167PPP OVER ETHERNET
2168P: Michal Ostrowski
2169M: mostrows@speakeasy.net
2170S: Maintained
2171
2172PREEMPTIBLE KERNEL
2173P: Robert Love
2174M: rml@tech9.net
2175L: linux-kernel@vger.kernel.org
2176L: kpreempt-tech@lists.sourceforge.net
2177W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2178S: Supported
2179
2180PRISM54 WIRELESS DRIVER
2181P: Prism54 Development Team
2182M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002183L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002184W: http://prism54.org
2185S: Maintained
2186
2187PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2188P: Peter Denison
2189M: promise@pnd-pc.demon.co.uk
2190W: http://www.pnd-pc.demon.co.uk/promise/
2191S: Maintained
2192
2193PXA2xx SUPPORT
2194P: Nicolas Pitre
2195M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002196L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002197S: Maintained
2198
2199QLOGIC QLA2XXX FC-SCSI DRIVER
2200P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002201M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002202L: linux-scsi@vger.kernel.org
2203S: Supported
2204
2205QNX4 FILESYSTEM
2206P: Anders Larsen
2207M: al@alarsen.net
2208L: linux-kernel@vger.kernel.org
2209W: http://www.alarsen.net/linux/qnx4fs/
2210S: Maintained
2211
2212RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002213P: Benjamin Herrenschmidt
2214M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215L: linux-fbdev-devel@lists.sourceforge.net
2216S: Maintained
2217
2218RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002219P: Paul Mackerras
2220M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002221L: linux-fbdev-devel@lists.sourceforge.net
2222S: Maintained
2223
2224RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2225P: Corey Thomas
2226M: corey@world.std.com
2227L: linux-kernel@vger.kernel.org
2228S: Maintained
2229
Matt Mackall9e95ce22005-04-16 15:25:56 -07002230RANDOM NUMBER DRIVER
2231P: Matt Mackall
2232M: mpm@selenic.com
2233S: Maintained
2234
Matt Porter394b7012005-11-07 01:00:15 -08002235RAPIDIO SUBSYSTEM
2236P: Matt Porter
2237M: mporter@kernel.crashing.org
2238L: linux-kernel@vger.kernel.org
2239S: Maintained
2240
Linus Torvalds1da177e2005-04-16 15:20:36 -07002241REAL TIME CLOCK DRIVER
2242P: Paul Gortmaker
2243M: p_gortmaker@yahoo.com
2244L: linux-kernel@vger.kernel.org
2245S: Maintained
2246
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002247REAL TIME CLOCK (RTC) SUBSYSTEM
2248P: Alessandro Zummo
2249M: a.zummo@towertech.it
2250L: linux-kernel@vger.kernel.org
2251S: Maintained
2252
Linus Torvalds1da177e2005-04-16 15:20:36 -07002253REISERFS FILE SYSTEM
2254P: Hans Reiser
2255M: reiserfs-dev@namesys.com
2256L: reiserfs-list@namesys.com
2257W: http://www.namesys.com
2258S: Supported
2259
2260ROCKETPORT DRIVER
2261P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002262W: http://www.comtrol.com
2263S: Maintained
2264
2265ROSE NETWORK LAYER
2266P: Ralf Baechle
2267M: ralf@linux-mips.org
2268L: linux-hams@vger.kernel.org
2269S: Maintained
2270
2271RISCOM8 DRIVER
2272S: Orphan
2273
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002274S3 SAVAGE FRAMEBUFFER DRIVER
2275P: Antonino Daplas
2276M: adaplas@pol.net
2277L: linux-fbdev-devel@lists.sourceforge.net
2278S: Maintained
2279
Linus Torvalds1da177e2005-04-16 15:20:36 -07002280S390
2281P: Martin Schwidefsky
2282M: schwidefsky@de.ibm.com
2283M: linux390@de.ibm.com
2284L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002285W: http://www.ibm.com/developerworks/linux/linux390/
2286S: Supported
2287
2288S390 NETWORK DRIVERS
2289P: Frank Pavlic
2290M: fpavlic@de.ibm.com
2291M: linux390@de.ibm.com
2292L: linux-390@vm.marist.edu
2293W: http://www.ibm.com/developerworks/linux/linux390/
2294S: Supported
2295
2296S390 ZFCP DRIVER
2297P: Andreas Herrmann
2298M: aherrman@de.ibm.com
2299M: linux390@de.ibm.com
2300L: linux-390@vm.marist.edu
2301W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002302S: Supported
2303
2304SAA7146 VIDEO4LINUX-2 DRIVER
2305P: Michael Hunold
2306M: michael@mihu.de
2307W: http://www.mihu.de/linux/saa7146
2308S: Maintained
2309
2310SBPCD CDROM DRIVER
2311P: Eberhard Moenkeberg
2312M: emoenke@gwdg.de
2313L: linux-kernel@vger.kernel.org
2314S: Maintained
2315
2316SC1200 WDT DRIVER
2317P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002318M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002319S: Maintained
2320
2321SCHEDULER
2322P: Ingo Molnar
2323M: mingo@elte.hu
2324P: Robert Love [the preemptible kernel bits]
2325M: rml@tech9.net
2326L: linux-kernel@vger.kernel.org
2327S: Maintained
2328
2329SCSI CDROM DRIVER
2330P: Jens Axboe
2331M: axboe@suse.de
2332L: linux-scsi@vger.kernel.org
2333W: http://www.kernel.dk
2334S: Maintained
2335
2336SCSI SG DRIVER
2337P: Doug Gilbert
2338M: dgilbert@interlog.com
2339L: linux-scsi@vger.kernel.org
2340W: http://www.torque.net/sg
2341S: Maintained
2342
2343SCSI SUBSYSTEM
2344P: James E.J. Bottomley
2345M: James.Bottomley@SteelEye.com
2346L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002347T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348S: Maintained
2349
2350SCSI TAPE DRIVER
2351P: Kai Mäkisara
2352M: Kai.Makisara@kolumbus.fi
2353L: linux-scsi@vger.kernel.org
2354S: Maintained
2355
2356SCTP PROTOCOL
2357P: Sridhar Samudrala
2358M: sri@us.ibm.com
2359L: lksctp-developers@lists.sourceforge.net
2360S: Supported
2361
2362SCx200 CPU SUPPORT
2363P: Christer Weinigel
2364M: christer@weinigel.se
2365W: http://www.weinigel.se
2366S: Supported
2367
2368SECURITY CONTACT
2369P: Security Officers
2370M: security@kernel.org
2371S: Supported
2372
2373SELINUX SECURITY MODULE
2374P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002375M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002377M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002378L: linux-kernel@vger.kernel.org (kernel issues)
2379L: selinux@tycho.nsa.gov (general discussion)
2380W: http://www.nsa.gov/selinux
2381S: Supported
2382
2383SERIAL ATA (SATA) SUBSYSTEM:
2384P: Jeff Garzik
2385M: jgarzik@pobox.com
2386L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002387T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002388S: Supported
2389
2390SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2391P: Pat Gefre
2392M: pfg@sgi.com
2393L: linux-ia64@vger.kernel.org
2394S: Supported
2395
2396SGI VISUAL WORKSTATION 320 AND 540
2397P: Andrey Panin
2398M: pazke@donpac.ru
2399L: linux-visws-devel@lists.sf.net
2400W: http://linux-visws.sf.net
2401S: Maintained for 2.6.
2402
2403SIMTEC EB110ATX (Chalice CATS)
2404P: Ben Dooks
2405P: Vincent Sanders
2406M: support@simtec.co.uk
2407W: http://www.simtec.co.uk/products/EB110ATX/
2408S: Supported
2409
2410SIMTEC EB2410ITX (BAST)
2411P: Ben Dooks
2412P: Vincent Sanders
2413M: support@simtec.co.uk
2414W: http://www.simtec.co.uk/products/EB2410ITX/
2415S: Supported
2416
Francois Romieu92aab3c2005-07-30 13:11:18 +02002417SIS 190 ETHERNET DRIVER
2418P: Francois Romieu
2419M: romieu@fr.zoreil.com
2420L: netdev@vger.kernel.org
2421S: Maintained
2422
Linus Torvalds1da177e2005-04-16 15:20:36 -07002423SIS 5513 IDE CONTROLLER DRIVER
2424P: Lionel Bouton
2425M: Lionel.Bouton@inet6.fr
2426W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2427W: http://gyver.homeip.net/sis5513/index.html
2428S: Maintained
2429
2430SIS 900/7016 FAST ETHERNET DRIVER
2431P: Daniele Venzano
2432M: venza@brownhat.org
2433W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002434L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002435S: Maintained
2436
2437SIS FRAMEBUFFER DRIVER
2438P: Thomas Winischhofer
2439M: thomas@winischhofer.net
2440W: http://www.winischhofer.net/linuxsisvga.shtml
2441S: Maintained
2442
2443SIS USB2VGA DRIVER
2444P: Thomas Winischhofer
2445M: thomas@winischhofer.net
2446W: http://www.winischhofer.at/linuxsisusbvga.shtml
2447S: Maintained
2448
2449SMSC47M1 HARDWARE MONITOR DRIVER
2450P: Jean Delvare
2451M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002452L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002453S: Odd Fixes
2454
2455SMB FILESYSTEM
2456P: Urban Widmark
2457M: urban@teststation.com
2458W: http://samba.org/
2459L: samba@samba.org
2460S: Maintained
2461
2462SMC91x ETHERNET DRIVER
2463P: Nicolas Pitre
2464M: nico@cam.org
2465S: Maintained
2466
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467SOFTWARE RAID (Multiple Disks) SUPPORT
2468P: Ingo Molnar
2469M: mingo@redhat.com
2470P: Neil Brown
2471M: neilb@cse.unsw.edu.au
2472L: linux-raid@vger.kernel.org
2473S: Maintained
2474
2475SOFTWARE SUSPEND:
2476P: Pavel Machek
2477M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002478L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002479S: Maintained
2480
2481SONIC NETWORK DRIVER
2482P: Thomas Bogendoerfer
2483M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002484L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002485S: Maintained
2486
2487SONY VAIO CONTROL DEVICE DRIVER
2488P: Stelian Pop
2489M: stelian@popies.net
2490W: http://popies.net/sonypi/
2491S: Maintained
2492
2493SOUND
2494P: Jaroslav Kysela
2495M: perex@suse.cz
2496L: alsa-devel@alsa-project.org
2497S: Maintained
2498
Kylene Hall1c72d462005-05-01 08:59:13 -07002499TPM DEVICE DRIVER
2500P: Kylene Hall
2501M: kjhall@us.ibm.com
2502W: http://tpmdd.sourceforge.net
2503L: tpmdd-devel@lists.sourceforge.net
2504S: Maintained
2505
Mark Gross1a80ba82005-10-30 15:02:55 -08002506Telecom Clock Driver for MCPL0010
2507P: Mark Gross
2508M: mark.gross@intel.com
2509S: Supported
2510
Chris Zankel48b415c2005-06-23 22:01:07 -07002511TENSILICA XTENSA PORT (xtensa):
2512P: Chris Zankel
2513M: chris@zankel.net
2514S: Maintained
2515
Linus Torvalds1da177e2005-04-16 15:20:36 -07002516UltraSPARC (sparc64):
2517P: David S. Miller
2518M: davem@davemloft.net
2519P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002520M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002521P: Jakub Jelinek
2522M: jj@sunsite.ms.mff.cuni.cz
2523P: Anton Blanchard
2524M: anton@samba.org
2525L: sparclinux@vger.kernel.org
2526L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002527T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528S: Maintained
2529
2530SHARP LH SUPPORT (LH7952X & LH7A40X)
2531P: Marc Singer
2532M: elf@buici.com
2533W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002534L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002535S: Maintained
2536
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002537SHPC HOTPLUG DRIVER
2538P: Kristen Carlson Accardi
2539M: kristen.c.accardi@intel.com
2540L: pcihpd-discuss@lists.sourceforge.net
2541S: Maintained
2542
Pierre Ossmand129bce2006-03-24 03:18:17 -08002543SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2544P: Pierre Ossman
2545M: drzeus-sdhci@drzeus.cx
2546L: sdhci-devel@list.drzeus.cx
2547W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2548S: Maintained
2549
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002550SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2551P: Stephen Hemminger
2552M: shemminger@osdl.org
2553L: netdev@vger.kernel.org
2554S: Maintained
2555
Linus Torvalds1da177e2005-04-16 15:20:36 -07002556SPARC (sparc32):
2557P: William L. Irwin
2558M: wli@holomorphy.com
2559L: sparclinux@vger.kernel.org
2560S: Maintained
2561
2562SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2563P: Roger Wolff
2564M: R.E.Wolff@BitWizard.nl
2565L: linux-kernel@vger.kernel.org ?
2566S: Supported
2567
Linus Torvalds1da177e2005-04-16 15:20:36 -07002568SRM (Alpha) environment access
2569P: Jan-Benedict Glaw
2570M: jbglaw@lug-owl.de
2571L: linux-kernel@vger.kernel.org
2572S: Maintained
2573
2574STARFIRE/DURALAN NETWORK DRIVER
2575P: Ion Badulescu
2576M: ionut@cs.columbia.edu
2577S: Maintained
2578
2579STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2580W: http://mosquitonet.Stanford.EDU/strip.html
2581S: Unsupported ?
2582
2583STRADIS MPEG-2 DECODER DRIVER
2584P: Nathan Laredo
2585M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002586W: http://www.stradis.com/
2587S: Maintained
2588
2589SUPERH (sh)
2590P: Paul Mundt
2591M: lethal@linux-sh.org
2592P: Kazumoto Kojima
2593M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002594L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002595W: http://www.linux-sh.org
2596W: http://www.m17n.org/linux-sh/
2597W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2598S: Maintained
2599
2600SUPERH64 (sh64)
2601P: Paul Mundt
2602M: lethal@linux-sh.org
2603P: Richard Curnow
2604M: rc@rc0.org.uk
2605L: linuxsh-shmedia-dev@lists.sourceforge.net
2606W: http://www.linux-sh.org
2607W: http://www.rc0.org.uk/sh64
2608S: Maintained
2609
2610SUN3/3X
2611P: Sam Creasey
2612M: sammy@sammy.net
2613L: sun3-list@redhat.com
2614W: http://sammy.net/sun3/
2615S: Maintained
2616
2617SVGA HANDLING
2618P: Martin Mares
2619M: mj@ucw.cz
2620L: linux-video@atrey.karlin.mff.cuni.cz
2621S: Maintained
2622
2623SYSV FILESYSTEM
2624P: Christoph Hellwig
2625M: hch@infradead.org
2626S: Maintained
2627
2628TI PARALLEL LINK CABLE DRIVER
2629P: Romain Lievin
2630M: roms@lpg.ticalc.org
2631S: Maintained
2632
Per Lidene86eaa32006-01-12 16:45:18 +01002633TIPC NETWORK LAYER
2634P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002635M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002636P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002637M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002638P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002639M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002640L: tipc-discussion@lists.sourceforge.net
2641W: http://tipc.sourceforge.net/
2642W: http://tipc.cslab.ericsson.net/
2643T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2644S: Maintained
2645
Linus Torvalds1da177e2005-04-16 15:20:36 -07002646TLAN NETWORK DRIVER
2647P: Samuel Chessman
2648M: chessman@tux.org
2649L: tlan-devel@lists.sourceforge.net
2650W: http://sourceforge.net/projects/tlan/
2651S: Maintained
2652
2653TOKEN-RING NETWORK DRIVER
2654P: Mike Phillips
2655M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002656L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002657L: linux-tr@linuxtr.net
2658W: http://www.linuxtr.net
2659S: Maintained
2660
2661TOSHIBA ACPI EXTRAS DRIVER
2662P: John Belmonte
2663M: toshiba_acpi@memebeam.org
2664W: http://memebeam.org/toys/ToshibaAcpiDriver
2665S: Maintained
2666
2667TOSHIBA SMM DRIVER
2668P: Jonathan Buzzard
2669M: jonathan@buzzard.org.uk
2670L: tlinux-users@tce.toshiba-dme.co.jp
2671W: http://www.buzzard.org.uk/toshiba/
2672S: Maintained
2673
2674TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2675P: Muli Ben-Yehuda
2676M: mulix@mulix.org
2677L: linux-kernel@vger.kernel.org
2678S: Maintained
2679
2680TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002681P: Adrian Bunk
2682M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002683L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002684W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002685T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002686S: Maintained
2687
2688TMS380 TOKEN-RING NETWORK DRIVER
2689P: Adam Fritzler
2690M: mid@auk.cx
2691L: linux-tr@linuxtr.net
2692W: http://www.auk.cx/tms380tr/
2693S: Maintained
2694
2695TULIP NETWORK DRIVER
2696P: Jeff Garzik
2697M: jgarzik@pobox.com
2698L: tulip-users@lists.sourceforge.net
2699W: http://sourceforge.net/projects/tulip/
2700S: Maintained
2701
2702TUN/TAP driver
2703P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002704M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002705L: vtun@office.satix.net
2706W: http://vtun.sourceforge.net/tun
2707S: Maintained
2708
2709U14-34F SCSI DRIVER
2710P: Dario Ballabio
2711M: ballabio_dario@emc.com
2712L: linux-scsi@vger.kernel.org
2713S: Maintained
2714
2715UDF FILESYSTEM
2716P: Ben Fennema
2717M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002718W: http://linux-udf.sourceforge.net
2719S: Maintained
2720
2721UNIFORM CDROM DRIVER
2722P: Jens Axboe
2723M: axboe@suse.de
2724L: linux-kernel@vger.kernel.org
2725W: http://www.kernel.dk
2726S: Maintained
2727
2728USB ACM DRIVER
2729P: Oliver Neukum
2730M: oliver@neukum.name
2731L: linux-usb-users@lists.sourceforge.net
2732L: linux-usb-devel@lists.sourceforge.net
2733S: Maintained
2734
2735USB BLOCK DRIVER (UB ub)
2736P: Pete Zaitcev
2737M: zaitcev@redhat.com
2738L: linux-kernel@vger.kernel.org
2739L: linux-usb-devel@lists.sourceforge.net
2740S: Supported
2741
Linus Torvalds1da177e2005-04-16 15:20:36 -07002742USB CDC ETHERNET DRIVER
2743P: Greg Kroah-Hartman
2744M: greg@kroah.com
2745L: linux-usb-users@lists.sourceforge.net
2746L: linux-usb-devel@lists.sourceforge.net
2747S: Maintained
2748W: http://www.kroah.com/linux-usb/
2749
2750USB EHCI DRIVER
2751P: David Brownell
2752M: dbrownell@users.sourceforge.net
2753L: linux-usb-devel@lists.sourceforge.net
2754S: Maintained
2755
Luca Risolia7ce08c92006-01-11 02:06:59 +00002756USB ET61X[12]51 DRIVER
2757P: Luca Risolia
2758M: luca.risolia@studio.unibo.it
2759L: linux-usb-devel@lists.sourceforge.net
2760L: video4linux-list@redhat.com
2761W: http://www.linux-projects.org
2762S: Maintained
2763
Linus Torvalds1da177e2005-04-16 15:20:36 -07002764USB HID/HIDBP DRIVERS
2765P: Vojtech Pavlik
2766M: vojtech@suse.cz
2767L: linux-usb-users@lists.sourceforge.net
2768L: linux-usb-devel@lists.sourceforge.net
2769S: Maintained
2770
2771USB HUB DRIVER
2772P: Johannes Erdfelt
2773M: johannes@erdfelt.com
2774L: linux-usb-users@lists.sourceforge.net
2775L: linux-usb-devel@lists.sourceforge.net
2776S: Maintained
2777
Olav Kongas959eea22005-11-03 17:38:14 +02002778USB ISP116X DRIVER
2779P: Olav Kongas
2780M: ok@artecdesign.ee
2781L: linux-usb-devel@lists.sourceforge.net
2782S: Maintained
2783
Linus Torvalds1da177e2005-04-16 15:20:36 -07002784USB KAWASAKI LSI DRIVER
2785P: Oliver Neukum
2786M: oliver@neukum.name
2787L: linux-usb-users@lists.sourceforge.net
2788L: linux-usb-devel@lists.sourceforge.net
2789S: Maintained
2790
2791USB MASS STORAGE DRIVER
2792P: Matthew Dharm
2793M: mdharm-usb@one-eyed-alien.net
2794L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002795L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002796S: Maintained
2797W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2798
2799USB OHCI DRIVER
2800P: Roman Weissgaerber
2801M: weissg@vienna.at
2802L: linux-usb-users@lists.sourceforge.net
2803L: linux-usb-devel@lists.sourceforge.net
2804S: Maintained
2805
Matthias Urlichsba460e42005-07-14 00:33:47 -07002806USB OPTION-CARD DRIVER
2807P: Matthias Urlichs
2808M: smurf@smurf.noris.de
2809L: linux-usb-devel@lists.sourceforge.net
2810S: Maintained
2811
Linus Torvalds1da177e2005-04-16 15:20:36 -07002812USB OV511 DRIVER
2813P: Mark McClelland
2814M: mmcclell@bigfoot.com
2815L: linux-usb-users@lists.sourceforge.net
2816L: linux-usb-devel@lists.sourceforge.net
2817W: http://alpha.dyndns.org/ov511/
2818S: Maintained
2819
2820USB PEGASUS DRIVER
2821P: Petko Manolov
2822M: petkan@users.sourceforge.net
2823L: linux-usb-users@lists.sourceforge.net
2824L: linux-usb-devel@lists.sourceforge.net
2825W: http://pegasus2.sourceforge.net/
2826S: Maintained
2827
2828USB PRINTER DRIVER
2829P: Vojtech Pavlik
2830M: vojtech@suse.cz
2831L: linux-usb-users@lists.sourceforge.net
2832L: linux-usb-devel@lists.sourceforge.net
2833S: Maintained
2834
2835USB RTL8150 DRIVER
2836P: Petko Manolov
2837M: petkan@users.sourceforge.net
2838L: linux-usb-users@lists.sourceforge.net
2839L: linux-usb-devel@lists.sourceforge.net
2840W: http://pegasus2.sourceforge.net/
2841S: Maintained
2842
2843USB SE401 DRIVER
2844P: Jeroen Vreeken
2845M: pe1rxq@amsat.org
2846L: linux-usb-users@lists.sourceforge.net
2847L: linux-usb-devel@lists.sourceforge.net
2848W: http://www.chello.nl/~j.vreeken/se401/
2849S: Maintained
2850
2851USB SERIAL CYBERJACK DRIVER
2852P: Matthias Bruestle and Harald Welte
2853M: support@reiner-sct.com
2854W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2855S: Maintained
2856
2857USB SERIAL DIGI ACCELEPORT DRIVER
2858P: Peter Berger and Al Borchers
2859M: pberger@brimson.com
2860M: alborchers@steinerpoint.com
2861L: linux-usb-users@lists.sourceforge.net
2862L: linux-usb-devel@lists.sourceforge.net
2863S: Maintained
2864
2865USB SERIAL DRIVER
2866P: Greg Kroah-Hartman
2867M: gregkh@suse.de
2868L: linux-usb-users@lists.sourceforge.net
2869L: linux-usb-devel@lists.sourceforge.net
2870S: Supported
2871
2872USB SERIAL BELKIN F5U103 DRIVER
2873P: William Greathouse
2874M: wgreathouse@smva.com
2875L: linux-usb-users@lists.sourceforge.net
2876L: linux-usb-devel@lists.sourceforge.net
2877S: Maintained
2878
2879USB SERIAL CYPRESS M8 DRIVER
2880P: Lonnie Mendez
2881M: dignome@gmail.com
2882L: linux-usb-users@lists.sourceforge.net
2883L: linux-usb-devel@lists.sourceforge.net
2884S: Maintained
2885W: http://geocities.com/i0xox0i
2886W: http://firstlight.net/cvs
2887
2888USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2889L: linux-usb-users@lists.sourceforge.net
2890L: linux-usb-devel@lists.sourceforge.net
2891S: Maintained
2892
2893USB AUERSWALD DRIVER
2894P: Wolfgang Muees
2895M: wolfgang@iksw-muees.de
2896L: linux-usb-users@lists.sourceforge.net
2897L: linux-usb-devel@lists.sourceforge.net
2898S: Maintained
2899
2900USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2901P: Gary Brubaker
2902M: xavyer@ix.netcom.com
2903L: linux-usb-users@lists.sourceforge.net
2904L: linux-usb-devel@lists.sourceforge.net
2905S: Maintained
2906
2907USB SERIAL KEYSPAN DRIVER
2908P: Greg Kroah-Hartman
2909M: greg@kroah.com
2910L: linux-usb-users@lists.sourceforge.net
2911L: linux-usb-devel@lists.sourceforge.net
2912W: http://www.kroah.com/linux/
2913S: Maintained
2914
2915USB SERIAL WHITEHEAT DRIVER
2916P: Stuart MacDonald
2917M: stuartm@connecttech.com
2918L: linux-usb-users@lists.sourceforge.net
2919L: linux-usb-devel@lists.sourceforge.net
2920W: http://www.connecttech.com
2921S: Supported
2922
2923USB SN9C10x DRIVER
2924P: Luca Risolia
2925M: luca.risolia@studio.unibo.it
2926L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00002927L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002928W: http://www.linux-projects.org
2929S: Maintained
2930
2931USB SUBSYSTEM
2932P: Greg Kroah-Hartman
2933M: gregkh@suse.de
2934L: linux-usb-users@lists.sourceforge.net
2935L: linux-usb-devel@lists.sourceforge.net
2936W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002937T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002938S: Supported
2939
2940USB UHCI DRIVER
2941P: Alan Stern
2942M: stern@rowland.harvard.edu
2943L: linux-usb-users@lists.sourceforge.net
2944L: linux-usb-devel@lists.sourceforge.net
2945S: Maintained
2946
2947USB "USBNET" DRIVER
2948P: David Brownell
2949M: dbrownell@users.sourceforge.net
2950L: linux-usb-devel@lists.sourceforge.net
2951S: Maintained
2952
2953USB W996[87]CF DRIVER
2954P: Luca Risolia
2955M: luca.risolia@studio.unibo.it
2956L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00002957L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002958W: http://www.linux-projects.org
2959S: Maintained
2960
Luca Risolia60f78052006-02-06 16:29:35 +00002961USB ZC0301 DRIVER
2962P: Luca Risolia
2963M: luca.risolia@studio.unibo.it
2964L: linux-usb-devel@lists.sourceforge.net
2965L: video4linux-list@redhat.com
2966W: http://www.linux-projects.org
2967S: Maintained
2968
Linus Torvalds1da177e2005-04-16 15:20:36 -07002969USB ZD1201 DRIVER
2970P: Jeroen Vreeken
2971M: pe1rxq@amsat.org
2972L: linux-usb-users@lists.sourceforge.net
2973L: linux-usb-devel@lists.sourceforge.net
2974W: http://linux-lc100020.sourceforge.net
2975S: Maintained
2976
2977USER-MODE LINUX
2978P: Jeff Dike
2979M: jdike@karaya.com
2980L: user-mode-linux-devel@lists.sourceforge.net
2981L: user-mode-linux-user@lists.sourceforge.net
2982W: http://user-mode-linux.sourceforge.net
2983S: Maintained
2984
2985FAT/VFAT/MSDOS FILESYSTEM:
2986P: OGAWA Hirofumi
2987M: hirofumi@mail.parknet.co.jp
2988L: linux-kernel@vger.kernel.org
2989S: Maintained
2990
2991VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2992P: Jeff Garzik
2993S: Odd fixes
2994
2995VIA RHINE NETWORK DRIVER
2996P: Roger Luethi
2997M: rl@hellgate.ch
2998S: Maintained
2999
Jean Delvare32c0a522005-09-22 21:47:58 +02003000VIAPRO SMBUS DRIVER
3001P: Jean Delvare
3002M: khali@linux-fr.org
3003L: lm-sensors@lm-sensors.org
3004S: Maintained
3005
Linus Torvalds1da177e2005-04-16 15:20:36 -07003006UCLINUX (AND M68KNOMMU)
3007P: Greg Ungerer
3008M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003009W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003010L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003011S: Maintained
3012
3013UCLINUX FOR NEC V850
3014P: Miles Bader
3015M: uclinux-v850@lsi.nec.co.jp
3016W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3017W: http://www.ee.nec.de/uclinux/
3018S: Supported
3019
3020UCLINUX FOR RENESAS H8/300
3021P: Yoshinori Sato
3022M: ysato@users.sourceforge.jp
3023W: http://uclinux-h8.sourceforge.jp/
3024S: Supported
3025
3026USB DIAMOND RIO500 DRIVER
3027P: Cesar Miquel
3028M: miquel@df.uba.ar
3029L: rio500-users@lists.sourceforge.net
3030W: http://rio500.sourceforge.net
3031S: Maintained
3032
3033VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003034P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003035M: mchehab@infradead.org
3036M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003037L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003038W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003039T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003040S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003041
Roger Lucas1de9e372005-11-26 20:20:05 +01003042VT8231 HARDWARE MONITOR DRIVER
3043P: Roger Lucas
3044M: roger@planbit.co.uk
3045L: lm-sensors@lm-sensors.org
3046S: Maintained
3047
Linus Torvalds1da177e2005-04-16 15:20:36 -07003048W1 DALLAS'S 1-WIRE BUS
3049P: Evgeniy Polyakov
3050M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003051L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003052S: Maintained
3053
3054W83L51xD SD/MMC CARD INTERFACE DRIVER
3055P: Pierre Ossman
3056M: drzeus-wbsd@drzeus.cx
3057L: wbsd-devel@list.drzeus.cx
3058W: http://projects.drzeus.cx/wbsd
3059S: Maintained
3060
3061W83L785TS HARDWARE MONITOR DRIVER
3062P: Jean Delvare
3063M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003064L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003065S: Odd Fixes
3066
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003067WATCHDOG DEVICE DRIVERS
3068P: Wim Van Sebroeck
3069M: wim@iguana.be
3070T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3071S: Maintained
3072
Linus Torvalds1da177e2005-04-16 15:20:36 -07003073WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3074P: Jean Tourrilhes
3075M: jt@hpl.hp.com
3076W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3077S: Maintained
3078
3079WD7000 SCSI DRIVER
3080P: Miroslav Zagorac
3081M: zaga@fly.cc.fer.hr
3082L: linux-scsi@vger.kernel.org
3083S: Maintained
3084
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003085WISTRON LAPTOP BUTTON DRIVER
3086P: Miloslav Trmac
3087M: mitr@volny.cz
3088S: Maintained
3089
Linus Torvalds1da177e2005-04-16 15:20:36 -07003090WL3501 WIRELESS PCMCIA CARD DRIVER
3091P: Arnaldo Carvalho de Melo
3092M: acme@conectiva.com.br
3093W: http://advogato.org/person/acme
3094S: Maintained
3095
3096X.25 NETWORK LAYER
3097P: Henner Eisen
3098M: eis@baty.hanse.de
3099L: linux-x25@vger.kernel.org
3100S: Maintained
3101
3102XFS FILESYSTEM
3103P: Silicon Graphics Inc
3104M: xfs-masters@oss.sgi.com
3105M: nathans@sgi.com
3106L: linux-xfs@oss.sgi.com
3107W: http://oss.sgi.com/projects/xfs
3108S: Supported
3109
3110X86 3-LEVEL PAGING (PAE) SUPPORT
3111P: Ingo Molnar
3112M: mingo@redhat.com
3113S: Maintained
3114
3115X86-64 port
3116P: Andi Kleen
3117M: ak@suse.de
3118L: discuss@x86-64.org
3119W: http://www.x86-64.org
3120S: Maintained
3121
3122YAM DRIVER FOR AX.25
3123P: Jean-Paul Roubelat
3124M: jpr@f6fbb.org
3125L: linux-hams@vger.kernel.org
3126S: Maintained
3127
Henkaf64a5e2005-10-12 15:02:56 +02003128YEALINK PHONE DRIVER
3129P: Henk Vergonet
3130M: Henk.Vergonet@gmail.com
3131L: usbb2k-api-dev@nongnu.org
3132S: Maintained
3133
Linus Torvalds1da177e2005-04-16 15:20:36 -07003134YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3135P: Pete Zaitcev
3136M: zaitcev@yahoo.com
3137L: linux-kernel@vger.kernel.org
3138S: Obsolete
3139
3140Z8530 DRIVER FOR AX.25
3141P: Joerg Reuter
3142M: jreuter@yaina.de
3143W: http://yaina.de/jreuter/
3144W: http://www.qsl.net/dl1bke/
3145L: linux-hams@vger.kernel.org
3146S: Maintained
3147
3148ZF MACHZ WATCHDOG
3149P: Fernando Fuganti
3150M: fuganti@netbank.com.br
3151W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3152S: Maintained
3153
3154ZR36067 VIDEO FOR LINUX DRIVER
3155P: Ronald Bultje
3156M: rbultje@ronald.bitfreak.net
3157L: mjpeg-users@lists.sourceforge.net
3158W: http://mjpeg.sourceforge.net/driver-zoran/
3159S: Maintained
3160
3161ZR36120 VIDEO FOR LINUX DRIVER
3162P: Pauline Middelink
3163M: middelin@polyware.nl
3164W: http://www.polyware.nl/~middelin/En/hobbies.html
3165W: http://www.polyware.nl/~middelin/hobbies.html
3166S: Maintained
3167
3168THE REST
3169P: Linus Torvalds
3170S: Buried alive in reporters