blob: 4e8fbbc5566de6683aa151d167a64a4e13eb0ed0 [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 Becker62ca3d262006-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
885P: 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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700893EEPRO100 NETWORK DRIVER
894P: Andrey V. Savochkin
895M: saw@saw.sw.com.sg
896S: Maintained
897
898EMU10K1 SOUND DRIVER
899P: James Courtier-Dutton
900M: James@superbug.demon.co.uk
901L: emu10k1-devel@lists.sourceforge.net
902W: http://sourceforge.net/projects/emu10k1/
903S: Maintained
904
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400905EMULEX LPFC FC SCSI DRIVER
906P: James Smart
907M: james.smart@emulex.com
908L: linux-scsi@vger.kernel.org
909W: http://sourceforge.net/projects/lpfcxxxx
910S: Supported
911
Linus Torvalds1da177e2005-04-16 15:20:36 -0700912EPSON 1355 FRAMEBUFFER DRIVER
913P: Christopher Hoover
914M: ch@murgatroid.com, ch@hpl.hp.com
915S: Maintained
916
917ETHEREXPRESS-16 NETWORK DRIVER
918P: Philip Blundell
919M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700920L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700921S: Maintained
922
923ETHERNET BRIDGE
924P: Stephen Hemminger
925M: shemminger@osdl.org
926L: bridge@osdl.org
927W: http://bridge.sourceforge.net/
928S: Maintained
929
930ETHERTEAM 16I DRIVER
931P: Mika Kuoppala
932M: miku@iki.fi
933S: Maintained
934
935EXT2 FILE SYSTEM
936L: ext2-devel@lists.sourceforge.net
937S: Maintained
938
939EXT3 FILE SYSTEM
940P: Stephen Tweedie, Andrew Morton
941M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
942L: ext3-users@redhat.com
943S: Maintained
944
Jean Delvaree53004e2006-01-09 23:26:14 +0100945F71805F HARDWARE MONITORING DRIVER
946P: Jean Delvare
947M: khali@linux-fr.org
948L: lm-sensors@lm-sensors.org
949S: Maintained
950
Linus Torvalds1da177e2005-04-16 15:20:36 -0700951FARSYNC SYNCHRONOUS DRIVER
952P: Kevin Curtis
953M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700954W: http://www.farsite.co.uk/
955S: Supported
956
957FRAMEBUFFER LAYER
958P: Antonino Daplas
959M: adaplas@pol.net
960L: linux-fbdev-devel@lists.sourceforge.net
961W: http://linux-fbdev.sourceforge.net/
962S: Maintained
963
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +0300964FREESCALE SOC FS_ENET DRIVER
965P: Pantelis Antoniou
966M: pantelis.antoniou@gmail.com
967P: Vitaly Bordug
968M: vbordug@ru.mvista.com
969L: linuxppc-embedded@ozlabs.org
970L: netdev@vger.kernel.org
971S: Maintained
972
Linus Torvalds1da177e2005-04-16 15:20:36 -0700973FILE LOCKING (flock() and fcntl()/lockf())
974P: Matthew Wilcox
975M: matthew@wil.cx
976L: linux-fsdevel@vger.kernel.org
977S: Maintained
978
979FILESYSTEMS (VFS and infrastructure)
980P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +0100981M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700982S: Maintained
983
984FIRMWARE LOADER (request_firmware)
985L: linux-kernel@vger.kernel.org
986S: Orphan
987
988FPU EMULATOR
989P: Bill Metzenthen
990M: billm@suburbia.net
991W: http://suburbia.net/~billm/floating-point/emulator/
992S: Maintained
993
994FRAME RELAY DLCI/FRAD (Sangoma drivers too)
995P: Mike McLagan
996M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700997L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700998S: Maintained
999
1000FREEVXFS FILESYSTEM
1001P: Christoph Hellwig
1002M: hch@infradead.org
1003W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1004S: Maintained
1005
1006FUJITSU FR-V PORT
1007P: David Howells
1008M: dhowells@redhat.com
1009S: Maintained
1010
1011FTAPE/QIC-117
1012L: linux-tape@vger.kernel.org
1013W: http://sourceforge.net/projects/ftape
1014S: Orphan
1015
Miklos Szeredi04578f12005-09-09 13:10:22 -07001016FUSE: FILESYSTEM IN USERSPACE
1017P: Miklos Szeredi
1018M: miklos@szeredi.hu
1019L: fuse-devel@lists.sourceforge.net
1020W: http://fuse.sourceforge.net/
1021S: Maintained
1022
Linus Torvalds1da177e2005-04-16 15:20:36 -07001023FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1024P: Rik Faith
1025M: faith@cs.unc.edu
1026L: linux-scsi@vger.kernel.org
1027S: Odd fixes (e.g., new signatures)
1028
1029GDT SCSI DISK ARRAY CONTROLLER DRIVER
1030P: Achim Leubner
1031M: achim_leubner@adaptec.com
1032L: linux-scsi@vger.kernel.org
1033W: http://www.icp-vortex.com/
1034S: Supported
1035
1036GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1037P: Krzysztof Halasa
1038M: khc@pm.waw.pl
1039W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1040S: Maintained
1041
Jean Delvare5b543962005-08-15 19:51:02 +02001042HARDWARE MONITORING
1043P: Jean Delvare
1044M: khali@linux-fr.org
1045L: lm-sensors@lm-sensors.org
1046W: http://www.lm-sensors.nu/
1047S: Maintained
1048
Robert Love860e1d62005-08-31 23:57:59 -04001049HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1050P: Robert Love
1051M: rlove@rlove.org
1052M: linux-kernel@vger.kernel.org
1053W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1054S: Maintained
1055
Linus Torvalds1da177e2005-04-16 15:20:36 -07001056HARMONY SOUND DRIVER
1057P: Kyle McMartin
1058M: kyle@parisc-linux.org
1059W: http://www.parisc-linux.org/~kyle/harmony/
1060L: parisc-linux@lists.parisc-linux.org
1061S: Maintained
1062
1063HAYES ESP SERIAL DRIVER
1064P: Andrew J. Robinson
1065M: arobinso@nyx.net
1066L: linux-kernel@vger.kernel.org
1067W: http://www.nyx.net/~arobinso
1068S: Maintained
1069
1070HFS FILESYSTEM
1071P: Roman Zippel
1072M: zippel@linux-m68k.org
1073L: linux-kernel@vger.kernel.org
1074S: Maintained
1075
1076HGA FRAMEBUFFER DRIVER
1077P: Ferenc Bakonyi
1078M: fero@drama.obuda.kando.hu
1079L: linux-nvidia@lists.surfsouth.com
1080W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1081S: Maintained
1082
1083HIGH-SPEED SCC DRIVER FOR AX.25
1084P: Klaus Kudielka
1085M: klaus.kudielka@ieee.org
1086L: linux-hams@vger.kernel.org
1087W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1088S: Maintained
1089
1090HIPPI
1091P: Jes Sorensen
1092M: jes@trained-monkey.org
1093L: linux-hippi@sunsite.dk
1094S: Maintained
1095
1096HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1097P: Chirag Kantharia
1098M: chirag.kantharia@hp.com
1099L: iss_storagedev@hp.com
1100S: Maintained
1101
1102HEWLETT-PACKARD SMART2 RAID DRIVER
1103P: Chirag Kantharia
1104M: chirag.kantharia@hp.com
1105L: iss_storagedev@hp.com
1106S: Maintained
1107
1108HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1109P: Mike Miller
1110M: mike.miller@hp.com
1111L: iss_storagedev@hp.com
1112S: Supported
1113
Jouni Malinenff1d2762005-05-12 22:54:16 -04001114HOST AP DRIVER
1115P: Jouni Malinen
1116M: jkmaline@cc.hut.fi
1117L: hostap@shmoo.com
1118W: http://hostap.epitest.fi/
1119S: Maintained
1120
Linus Torvalds1da177e2005-04-16 15:20:36 -07001121HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1122P: Jaroslav Kysela
1123M: perex@suse.cz
1124S: Maintained
1125
Bob Piccob9b03322005-11-07 00:59:19 -08001126HPET: High Precision Event Timers driver (hpet.c)
1127P: Clemens Ladisch
1128M: clemens@ladisch.de
1129S: Maintained
1130
1131HPET: i386
1132P: Venkatesh Pallipadi (Venki)
1133M: venkatesh.pallipadi@intel.com
1134S: Maintained
1135
1136HPET: x86_64
1137P: Andi Kleen and Vojtech Pavlik
1138M: ak@muc.de and vojtech@suse.cz
1139S: Maintained
1140
1141HPET: ACPI hpet.c
1142P: Bob Picco
1143M: bob.picco@hp.com
1144S: Maintained
1145
Linus Torvalds1da177e2005-04-16 15:20:36 -07001146HPFS FILESYSTEM
1147P: Mikulas Patocka
1148M: mikulas@artax.karlin.mff.cuni.cz
1149W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1150S: Maintained
1151
1152HUGETLB FILESYSTEM
1153P: William Irwin
1154M: wli@holomorphy.com
1155S: Maintained
1156
Jean Delvare5b543962005-08-15 19:51:02 +02001157I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001158P: Jean Delvare
1159M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001160L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001161W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001162T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001163S: Maintained
1164
1165I2O
1166P: Markus Lidel
1167M: markus.lidel@shadowconnect.com
1168W: http://i2o.shadowconnect.com/
1169S: Maintained
1170
1171i386 BOOT CODE
1172P: Riley H. Williams
1173M: Riley@Williams.Name
1174L: Linux-Kernel@vger.kernel.org
1175S: Maintained
1176
1177i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1178P: Dave Jones
1179M: davej@codemonkey.org.uk
1180P: H. Peter Anvin
1181M: hpa@zytor.com
1182S: Maintained
1183
1184i810 TCO TIMER WATCHDOG
1185P: Nils Faerber
1186M: nils@kernelconcepts.de
1187W: http://www.kernelconcepts.de/
1188S: Maintained
1189
1190IA64 (Itanium) PLATFORM
1191P: Tony Luck
1192M: tony.luck@intel.com
1193L: linux-ia64@vger.kernel.org
1194W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001195T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001196S: Maintained
1197
1198SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001199P: Jes Sorensen
1200M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001201L: linux-altix@sgi.com
1202L: linux-ia64@vger.kernel.org
1203W: http://www.sgi.com/altix
1204S: Maintained
1205
1206IBM MCA SCSI SUBSYSTEM DRIVER
1207P: Michael Lang
1208M: langa2@kph.uni-mainz.de
1209W: http://www.uni-mainz.de/~langm000/linux.html
1210S: Maintained
1211
1212IBM Power Linux RAID adapter
1213P: Brian King
1214M: brking@us.ibm.com
1215S: Supported
1216
1217IBM ServeRAID RAID DRIVER
1218P: Jack Hammer
1219P: Dave Jeffery
1220M: ipslinux@adaptec.com
1221W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1222S: Supported
1223
1224IDE DRIVER [GENERAL]
1225P: Bartlomiej Zolnierkiewicz
1226M: B.Zolnierkiewicz@elka.pw.edu.pl
1227L: linux-kernel@vger.kernel.org
1228L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001229T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001230S: Maintained
1231
1232IDE/ATAPI CDROM DRIVER
1233P: Jens Axboe
1234M: axboe@suse.de
1235L: linux-kernel@vger.kernel.org
1236W: http://www.kernel.dk
1237S: Maintained
1238
1239IDE/ATAPI FLOPPY DRIVERS
1240P: Paul Bristow
1241M: Paul Bristow <paul@paulbristow.net>
1242W: http://paulbristow.net/linux/idefloppy.html
1243L: linux-kernel@vger.kernel.org
1244S: Maintained
1245
1246IDE/ATAPI TAPE DRIVERS
1247P: Gadi Oxman
1248M: Gadi Oxman <gadio@netvision.net.il>
1249L: linux-kernel@vger.kernel.org
1250S: Maintained
1251
1252IEEE 1394 ETHERNET (eth1394)
1253L: linux1394-devel@lists.sourceforge.net
1254W: http://www.linux1394.org/
1255S: Orphan
1256
Linus Torvalds1da177e2005-04-16 15:20:36 -07001257IEEE 1394 SUBSYSTEM
1258P: Ben Collins
1259M: bcollins@debian.org
1260P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001261M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001262L: linux1394-devel@lists.sourceforge.net
1263W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001264T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001265S: Maintained
1266
1267IEEE 1394 OHCI DRIVER
1268P: Ben Collins
1269M: bcollins@debian.org
1270P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001271M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272L: linux1394-devel@lists.sourceforge.net
1273W: http://www.linux1394.org/
1274S: Maintained
1275
1276IEEE 1394 PCILYNX DRIVER
1277P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001278M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001279L: linux1394-devel@lists.sourceforge.net
1280W: http://www.linux1394.org/
1281S: Maintained
1282
1283IEEE 1394 RAW I/O DRIVER
1284P: Ben Collins
1285M: bcollins@debian.org
1286P: Dan Dennedy
1287M: dan@dennedy.org
1288L: linux1394-devel@lists.sourceforge.net
1289W: http://www.linux1394.org/
1290S: Maintained
1291
Jody McIntyre105d7b32005-09-30 11:59:04 -07001292IEEE 1394 SBP2
1293P: Ben Collins
1294M: bcollins@debian.org
1295P: Stefan Richter
1296M: stefanr@s5r6.in-berlin.de
1297L: linux1394-devel@lists.sourceforge.net
1298W: http://www.linux1394.org/
1299S: Maintained
1300
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301IMS TWINTURBO FRAMEBUFFER DRIVER
1302P: Paul Mundt
1303M: lethal@chaoticdreams.org
1304L: linux-fbdev-devel@lists.sourceforge.net
1305S: Maintained
1306
1307INFINIBAND SUBSYSTEM
1308P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001309M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001310P: Sean Hefty
1311M: mshefty@ichips.intel.com
1312P: Hal Rosenstock
1313M: halr@voltaire.com
1314L: openib-general@openib.org
1315W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001316T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001317S: Supported
1318
1319INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001320P: Dmitry Torokhov
1321M: dtor_core@ameritech.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322L: linux-input@atrey.karlin.mff.cuni.cz
1323L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001324T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001325S: Maintained
1326
Robert Lovec9f04f52005-07-15 12:21:07 -04001327INOTIFY
1328P: John McCutchan and Robert Love
1329M: ttb@tentacle.dhs.org and rml@novell.com
1330L: linux-kernel@vger.kernel.org
1331S: Maintained
1332
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001333INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1334P: Sylvain Meyer
1335M: sylvain.meyer@worldonline.fr
1336L: linux-fbdev-devel@lists.sourceforge.net
1337S: Maintained
1338
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339INTEL 810/815 FRAMEBUFFER DRIVER
1340P: Antonino Daplas
1341M: adaplas@pol.net
1342L: linux-fbdev-devel@lists.sourceforge.net
1343S: Maintained
1344
1345INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1346P: Ingo Molnar
1347M: mingo@redhat.com
1348S: Maintained
1349
1350INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1351P: Jeff Garzik
1352M: jgarzik@pobox.com
1353W: http://sourceforge.net/projects/gkernel/
1354S: Maintained
1355
1356INTEL IA32 MICROCODE UPDATE SUPPORT
1357P: Tigran Aivazian
1358M: tigran@veritas.com
1359S: Maintained
1360
1361INTEL PRO/100 ETHERNET SUPPORT
1362P: John Ronciak
1363M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001364P: Jesse Brandeburg
1365M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001366P: Jeff Kirsher
1367M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368W: http://sourceforge.net/projects/e1000/
1369S: Supported
1370
1371INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1372P: Jeb Cramer
1373M: cramerj@intel.com
1374P: John Ronciak
1375M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001376P: Jesse Brandeburg
1377M: jesse.brandeburg@intel.com
1378P: Jeff Kirsher
1379M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380W: http://sourceforge.net/projects/e1000/
1381S: Supported
1382
1383INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001384P: Jeff Kirsher
1385M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001386P: Ayyappan Veeraiyan
1387M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001388P: John Ronciak
1389M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001390P: Jesse Brandeburg
1391M: jesse.brandeburg@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001392W: http://sourceforge.net/projects/e1000/
1393S: Supported
1394
James Ketrenos826d2ab2005-11-07 18:56:59 -06001395INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1396P: Yi Zhu
1397M: yi.zhu@intel.com
1398P: James Ketrenos
1399M: jketreno@linux.intel.com
1400L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1401W: http://ipw2100.sourceforge.net
1402S: Supported
1403
1404INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1405P: Yi Zhu
1406M: yi.zhu@intel.com
1407P: James Ketrenos
1408M: jketreno@linux.intel.com
1409L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1410W: http://ipw2200.sourceforge.net
1411S: Supported
1412
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413IOC3 DRIVER
1414P: Ralf Baechle
1415M: ralf@linux-mips.org
1416L: linux-mips@linux-mips.org
1417S: Maintained
1418
1419IP MASQUERADING:
1420P: Juanjo Ciarlante
1421M: jjciarla@raiz.uncu.edu.ar
1422S: Maintained
1423
1424IPX NETWORK LAYER
1425P: Arnaldo Carvalho de Melo
1426M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001427L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001428S: Maintained
1429
1430IRDA SUBSYSTEM
1431P: Jean Tourrilhes
Olaf Heringa2ac9532005-07-12 13:58:35 -07001432L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001433W: http://irda.sourceforge.net/
Stephen Hemmingere048a372006-01-18 14:06:59 -08001434S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001435
1436ISAPNP
1437P: Jaroslav Kysela
1438M: perex@suse.cz
1439S: Maintained
1440
1441ISDN SUBSYSTEM
1442P: Karsten Keil
1443M: kkeil@suse.de
1444P: Kai Germaschewski
1445M: kai.germaschewski@gmx.de
1446L: isdn4linux@listserv.isdn4linux.de
1447W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001448T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449S: Maintained
1450
1451ISDN SUBSYSTEM (Eicon active card driver)
1452P: Armin Schindler
1453M: mac@melware.de
1454L: isdn4linux@listserv.isdn4linux.de
1455W: http://www.melware.de
1456S: Maintained
1457
1458JOURNALLING FLASH FILE SYSTEM (JFFS)
1459P: Axis Communications AB
1460M: jffs-dev@axis.com
1461L: jffs-dev@axis.com
1462W: http://www.developer.axis.com/software/jffs/
1463S: Maintained
1464
1465JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1466P: David Woodhouse
1467M: dwmw2@infradead.org
1468L: jffs-dev@axis.com
1469W: http://sources.redhat.com/jffs2/
1470S: Maintained
1471
1472JFS FILESYSTEM
1473P: Dave Kleikamp
1474M: shaggy@austin.ibm.com
1475L: jfs-discussion@lists.sourceforge.net
1476W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001477T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001478S: Supported
1479
1480KCONFIG
1481P: Roman Zippel
1482M: zippel@linux-m68k.org
1483L: kbuild-devel@lists.sourceforge.net
1484S: Maintained
1485
1486KERNEL AUTOMOUNTER (AUTOFS)
1487P: H. Peter Anvin
1488M: hpa@zytor.com
1489L: autofs@linux.kernel.org
1490S: Odd Fixes
1491
1492KERNEL AUTOMOUNTER v4 (AUTOFS4)
1493P: Ian Kent
1494M: raven@themaw.net
1495L: autofs@linux.kernel.org
1496S: Maintained
1497
1498KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1499P: Kai Germaschewski
1500M: kai@germaschewski.name
1501P: Sam Ravnborg
1502M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001503T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001504S: Maintained
1505
1506KERNEL JANITORS
1507P: Several
1508L: kernel-janitors@osdl.org
1509W: http://www.kerneljanitors.org/
1510W: http://sf.net/projects/kernel-janitor/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001511S: Maintained
1512
1513KERNEL NFSD
1514P: Neil Brown
1515M: neilb@cse.unsw.edu.au
1516L: nfs@lists.sourceforge.net
1517W: http://nfs.sourceforge.net/
1518W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1519S: Maintained
1520
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001521KEXEC
1522P: Eric Biederman
1523P: Randy Dunlap
1524M: ebiederm@xmission.com
Adrian Bunkf4b09eb2006-01-03 13:37:51 +01001525M: rdunlap@xenotime.net
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001526W: http://www.xmission.com/~ebiederm/files/kexec/
1527L: linux-kernel@vger.kernel.org
1528L: fastboot@osdl.org
1529S: Maintained
1530
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001531KPROBES
1532P: Prasanna S Panchamukhi
1533M: prasanna@in.ibm.com
1534P: Ananth N Mavinakayanahalli
1535M: ananth@in.ibm.com
1536P: Anil S Keshavamurthy
1537M: anil.s.keshavamurthy@intel.com
1538P: David S. Miller
1539M: davem@davemloft.net
1540L: linux-kernel@vger.kernel.org
1541S: Maintained
1542
Linus Torvalds1da177e2005-04-16 15:20:36 -07001543LAPB module
1544P: Henner Eisen
1545M: eis@baty.hanse.de
1546L: linux-x25@vger.kernel.org
1547S: Maintained
1548
1549LASI 53c700 driver for PARISC
1550P: James E.J. Bottomley
1551M: James.Bottomley@HansenPartnership.com
1552L: linux-scsi@vger.kernel.org
1553S: Maintained
1554
1555LEGO USB Tower driver
1556P: Juergen Stuber
1557M: starblue@users.sourceforge.net
1558L: legousb-devel@lists.sourceforge.net
1559W: http://legousb.sourceforge.net/
1560S: Maintained
1561
1562LINUX FOR IBM pSERIES (RS/6000)
1563P: Paul Mackerras
1564M: paulus@au.ibm.com
1565W: http://www.ibm.com/linux/ltc/projects/ppc
1566S: Supported
1567
1568LINUX FOR NCR VOYAGER
1569P: James Bottomley
1570M: James.Bottomley@HansenPartnership.com
1571W: http://www.hansenpartnership.com/voyager
1572S: Maintained
1573
1574LINUX FOR POWERPC
1575P: Paul Mackerras
1576M: paulus@samba.org
1577W: http://www.penguinppc.org/
1578L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001579T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001580S: Supported
1581
1582LINUX FOR POWER MACINTOSH
1583P: Benjamin Herrenschmidt
1584M: benh@kernel.crashing.org
1585W: http://www.penguinppc.org/
1586L: linuxppc-dev@ozlabs.org
1587S: Maintained
1588
1589LINUX FOR POWERPC EMBEDDED MPC52XX
1590P: Sylvain Munaut
1591M: tnt@246tNt.com
1592W: http://www.246tNt.com/mpc52xx/
1593W: http://www.penguinppc.org/
1594L: linuxppc-dev@ozlabs.org
1595L: linuxppc-embedded@ozlabs.org
1596S: Maintained
1597
1598LINUX FOR POWERPC EMBEDDED PPC4XX
1599P: Matt Porter
1600M: mporter@kernel.crashing.org
1601W: http://www.penguinppc.org/
1602L: linuxppc-embedded@ozlabs.org
1603S: Maintained
1604
Tom Rinie93adf12005-07-26 12:49:53 -07001605LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001606P: Tom Rini
1607M: trini@kernel.crashing.org
1608W: http://www.penguinppc.org/
1609L: linuxppc-embedded@ozlabs.org
1610S: Maintained
1611
Tom Rinie93adf12005-07-26 12:49:53 -07001612LINUX FOR POWERPC EMBEDDED PPC8XX
1613P: Marcelo Tosatti
1614M: marcelo.tosatti@cyclades.com
1615W: http://www.penguinppc.org/
1616L: linuxppc-embedded@ozlabs.org
1617S: Maintained
1618
Linus Torvalds1da177e2005-04-16 15:20:36 -07001619LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1620P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001621M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001622W: http://www.penguinppc.org/
1623L: linuxppc-embedded@ozlabs.org
1624S: Maintained
1625
1626LLC (802.2)
1627P: Arnaldo Carvalho de Melo
1628M: acme@conectiva.com.br
1629S: Maintained
1630
1631LINUX FOR 64BIT POWERPC
1632P: Paul Mackerras
1633M: paulus@samba.org
1634M: paulus@au.ibm.com
1635P: Anton Blanchard
1636M: anton@samba.org
1637M: anton@au.ibm.com
1638W: http://linuxppc64.org
Stephen Rothwell1d049812006-03-22 11:26:58 +11001639L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640S: Supported
1641
1642LINUX SECURITY MODULE (LSM) FRAMEWORK
1643P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001644M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001645L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001647T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001648S: Supported
1649
1650LM83 HARDWARE MONITOR DRIVER
1651P: Jean Delvare
1652M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001653L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001654S: Maintained
1655
1656LM90 HARDWARE MONITOR DRIVER
1657P: Jean Delvare
1658M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001659L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001660S: Maintained
1661
1662LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1663P: Richard Russon (FlatCap)
1664M: ldm@flatcap.org
1665L: ldm-devel@lists.sourceforge.net
1666W: http://ldm.sourceforge.net
1667S: Maintained
1668
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001669LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1670P: Eric Moore
1671M: Eric.Moore@lsil.com
1672M: support@lsil.com
1673L: mpt_linux_developer@lsil.com
1674L: linux-scsi@vger.kernel.org
1675W: http://www.lsilogic.com/support
1676S: Supported
1677
Linus Torvalds1da177e2005-04-16 15:20:36 -07001678LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1679P: Matthew Wilcox
1680M: matthew@wil.cx
1681L: linux-scsi@vger.kernel.org
1682S: Maintained
1683
1684M68K ARCHITECTURE
1685P: Geert Uytterhoeven
1686M: geert@linux-m68k.org
1687P: Roman Zippel
1688M: zippel@linux-m68k.org
1689L: linux-m68k@lists.linux-m68k.org
1690W: http://www.linux-m68k.org/
1691W: http://linux-m68k-cvs.ubb.ca/
1692S: Maintained
1693
1694M68K ON APPLE MACINTOSH
1695P: Joshua Thompson
1696M: funaho@jurai.org
1697W: http://www.mac.linux-m68k.org/
1698L: linux-mac68k@mac.linux-m68k.org
1699S: Maintained
1700
1701M68K ON HP9000/300
1702P: Philip Blundell
1703M: philb@gnu.org
1704W: http://www.tazenda.demon.co.uk/phil/linux-hp
1705S: Maintained
1706
1707MARVELL YUKON / SYSKONNECT DRIVER
1708P: Mirko Lindner
1709M: mlindner@syskonnect.de
1710P: Ralph Roesler
1711M: rroesler@syskonnect.de
1712W: http://www.syskonnect.com
1713S: Supported
1714
1715MAESTRO PCI SOUND DRIVERS
1716P: Zach Brown
1717M: zab@zabbo.net
1718S: Odd Fixes
1719
Michael Kerriskfaf16682005-07-31 22:34:47 -07001720MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1721P: Michael Kerrisk
1722M: mtk-manpages@gmx.net
1723W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1724S: Maintained
1725
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001726MARVELL MV643XX ETHERNET DRIVER
1727P: Dale Farnsworth
1728M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001729P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001730M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001731L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001732S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001733
1734MATROX FRAMEBUFFER DRIVER
1735P: Petr Vandrovec
1736M: vandrove@vc.cvut.cz
1737L: linux-fbdev-devel@lists.sourceforge.net
1738S: Maintained
1739
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001740MEGARAID SCSI DRIVERS
1741P: Neela Syam Kolli
1742M: Neela.Kolli@engenio.com
1743S: linux-scsi@vger.kernel.org
1744W: http://megaraid.lsilogic.com
1745S: Maintained
1746
Linus Torvalds1da177e2005-04-16 15:20:36 -07001747MEMORY TECHNOLOGY DEVICES
1748P: David Woodhouse
1749M: dwmw2@infradead.org
1750W: http://www.linux-mtd.infradead.org/
1751L: linux-mtd@lists.infradead.org
Josh Boyer2c560ac2005-11-23 15:43:57 -08001752T: git kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753S: Maintained
1754
1755MICROTEK X6 SCANNER
1756P: Oliver Neukum
1757M: oliver@neukum.name
1758S: Maintained
1759
1760MIPS
1761P: Ralf Baechle
1762M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001763W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001764L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001765T: git www.linux-mips.org:/pub/scm/linux.git
1766S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001767
1768MISCELLANEOUS MCA-SUPPORT
1769P: James Bottomley
1770M: jejb@steeleye.com
1771L: linux-kernel@vger.kernel.org
1772S: Maintained
1773
1774MODULE SUPPORT
1775P: Rusty Russell
1776M: rusty@rustcorp.com.au
1777L: linux-kernel@vger.kernel.org
1778S: Maintained
1779
1780MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1781P: Stelian Pop
1782M: stelian@popies.net
1783W: http://popies.net/meye/
1784S: Maintained
1785
1786MOUSE AND MISC DEVICES [GENERAL]
1787P: Alessandro Rubini
1788M: rubini@ipvvis.unipv.it
1789L: linux-kernel@vger.kernel.org
1790S: Maintained
1791
1792MTRR AND SIMILAR SUPPORT [i386]
1793P: Richard Gooch
1794M: rgooch@atnf.csiro.au
1795L: linux-kernel@vger.kernel.org
1796W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1797S: Maintained
1798
1799MULTISOUND SOUND DRIVER
1800P: Andrew Veliath
1801M: andrewtv@usa.net
1802S: Maintained
1803
1804NATSEMI ETHERNET DRIVER (DP8381x)
1805P: Tim Hockin
1806M: thockin@hockin.org
1807S: Maintained
1808
1809NCP FILESYSTEM
1810P: Petr Vandrovec
1811M: vandrove@vc.cvut.cz
1812L: linware@sh.cvut.cz
1813S: Maintained
1814
1815NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1816P: James E.J. Bottomley
1817M: James.Bottomley@HansenPartnership.com
1818L: linux-scsi@vger.kernel.org
1819S: Maintained
1820
1821NETFILTER/IPTABLES/IPCHAINS
1822P: Rusty Russell
1823P: Marc Boucher
1824P: James Morris
1825P: Harald Welte
1826P: Jozsef Kadlecsik
1827M: coreteam@netfilter.org
1828W: http://www.netfilter.org/
1829W: http://www.iptables.org/
1830L: netfilter@lists.netfilter.org
1831L: netfilter-devel@lists.netfilter.org
1832S: Supported
1833
1834NETROM NETWORK LAYER
1835P: Ralf Baechle
1836M: ralf@linux-mips.org
1837L: linux-hams@vger.kernel.org
1838S: Maintained
1839
1840NETWORK BLOCK DEVICE
1841P: Paul Clements
1842M: Paul.Clements@steeleye.com
1843S: Maintained
1844
1845NETWORK DEVICE DRIVERS
1846P: Andrew Morton
1847M: akpm@osdl.org
1848P: Jeff Garzik
1849M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001850L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001851T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001852S: Maintained
1853
1854NETWORKING [GENERAL]
1855P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001856M: netdev@vger.kernel.org
1857L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001858S: Maintained
1859
1860NETWORKING [IPv4/IPv6]
1861P: David S. Miller
1862M: davem@davemloft.net
1863P: Alexey Kuznetsov
1864M: kuznet@ms2.inr.ac.ru
1865P: Pekka Savola (ipv6)
1866M: pekkas@netcore.fi
1867P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001868M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001869P: Hideaki YOSHIFUJI
1870M: yoshfuji@linux-ipv6.org
1871P: Patrick McHardy
1872M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001873L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08001874T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875S: Maintained
1876
John W. Linville29f8f632006-01-18 14:52:48 -08001877NETWORKING [WIRELESS]
1878P: John W. Linville
1879M: linville@tuxdriver.com
1880L: netdev@vger.kernel.org
1881T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
1882S: Maintained
1883
Linus Torvalds1da177e2005-04-16 15:20:36 -07001884IPVS
1885P: Wensong Zhang
1886M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07001887P: Simon Horman
1888M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07001889P: Julian Anastasov
1890M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07001891L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892S: Maintained
1893
1894NFS CLIENT
1895P: Trond Myklebust
1896M: trond.myklebust@fys.uio.no
1897L: linux-kernel@vger.kernel.org
1898S: Maintained
1899
1900NI5010 NETWORK DRIVER
1901P: Jan-Pascal van Best and Andreas Mohr
1902M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1903M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07001904L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001905S: Maintained
1906
1907NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1908P: YOKOTA Hiroshi
1909M: yokota@netlab.is.tsukuba.ac.jp
1910W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1911S: Maintained
1912
1913NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1914P: GOTO Masanori
1915M: gotom@debian.or.jp
1916P: YOKOTA Hiroshi
1917M: yokota@netlab.is.tsukuba.ac.jp
1918W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1919S: Maintained
1920
1921NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1922P: Eberhard Moenkeberg
1923M: emoenke@gwdg.de
1924L: linux-kernel@vger.kernel.org
1925S: Maintained
1926
1927NTFS FILESYSTEM
1928P: Anton Altaparmakov
1929M: aia21@cantab.net
1930L: linux-ntfs-dev@lists.sourceforge.net
1931L: linux-kernel@vger.kernel.org
1932W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001933T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001934S: Maintained
1935
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001936NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
1937P: Antonino Daplas
1938M: adaplas@pol.net
1939L: linux-fbdev-devel@lists.sourceforge.net
1940S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941
Mark Fashehccd979b2005-12-15 14:31:24 -08001942ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
1943P: Mark Fasheh
1944M: mark.fasheh@oracle.com
1945P: Kurt Hackel
1946M: kurt.hackel@oracle.com
1947L: ocfs2-devel@oss.oracle.com
1948W: http://oss.oracle.com/projects/ocfs2/
1949S: Supported
1950
Linus Torvalds1da177e2005-04-16 15:20:36 -07001951OLYMPIC NETWORK DRIVER
1952P: Peter De Shrijver
1953M: p2@ace.ulyssis.student.kuleuven.ac.be
1954P: Mike Phillips
1955M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001956L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001957L: linux-tr@linuxtr.net
1958W: http://www.linuxtr.net
1959S: Maintained
1960
Harald Weltec1986ee2005-11-13 16:06:29 -08001961OMNIKEY CARDMAN 4000 DRIVER
1962P: Harald Welte
1963M: laforge@gnumonks.org
1964S: Maintained
1965
Harald Welte77c44ab2005-11-13 16:06:26 -08001966OMNIKEY CARDMAN 4040 DRIVER
1967P: Harald Welte
1968M: laforge@gnumonks.org
1969S: Maintained
1970
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971ONSTREAM SCSI TAPE DRIVER
1972P: Willem Riede
1973M: osst@riede.org
1974L: osst-users@lists.sourceforge.net
1975L: linux-scsi@vger.kernel.org
1976S: Maintained
1977
1978OPL3-SA2, SA3, and SAx DRIVER
1979P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07001980M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001981L: linux-sound@vger.kernel.org
1982S: Maintained
1983
1984OPROFILE
1985P: Philippe Elie
1986M: phil.el@wanadoo.fr
1987L: oprofile-list@lists.sf.net
1988S: Maintained
1989
1990ORINOCO DRIVER
1991P: Pavel Roskin
1992M: proski@gnu.org
1993P: David Gibson
1994M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07001995L: orinoco-users@lists.sourceforge.net
1996L: orinoco-devel@lists.sourceforge.net
1997W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998S: Maintained
1999
2000PARALLEL PORT SUPPORT
2001P: Phil Blundell
2002M: philb@gnu.org
2003P: Tim Waugh
2004M: tim@cyberelk.net
2005P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002006P: Andrea Arcangeli
2007M: andrea@suse.de
2008L: linux-parport@lists.infradead.org
2009W: http://people.redhat.com/twaugh/parport/
2010S: Maintained
2011
2012PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2013P: Tim Waugh
2014M: tim@cyberelk.net
2015L: linux-parport@lists.infradead.org
2016W: http://www.torque.net/linux-pp.html
2017S: Maintained
2018
2019PARISC ARCHITECTURE
2020P: Matthew Wilcox
2021M: matthew@wil.cx
2022P: Grant Grundler
2023M: grundler@parisc-linux.org
2024L: parisc-linux@parisc-linux.org
2025W: http://www.parisc-linux.org/
2026S: Maintained
2027
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002028PCI ERROR RECOVERY
2029P: Linas Vepstas
2030M: linas@austin.ibm.com
2031L: linux-kernel@vger.kernel.org
2032L: linux-pci@atrey.karlin.mff.cuni.cz
2033S: Supported
2034
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2036P: Thomas Sailer
2037M: sailer@ife.ee.ethz.ch
2038L: linux-sound@vger.kernel.org
2039W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2040S: Maintained
2041
2042PCI SUBSYSTEM
2043P: Greg Kroah-Hartman
2044M: gregkh@suse.de
2045L: linux-kernel@vger.kernel.org
2046L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002047T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002048S: Supported
2049
2050PCI HOTPLUG CORE
2051P: Greg Kroah-Hartman
2052M: gregkh@suse.de
2053S: Supported
2054
2055PCI HOTPLUG COMPAQ DRIVER
2056P: Greg Kroah-Hartman
2057M: greg@kroah.com
2058S: Maintained
2059
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002060PCIE HOTPLUG DRIVER
2061P: Kristen Carlson Accardi
2062M: kristen.c.accardi@intel.com
2063L: pcihpd-discuss@lists.sourceforge.net
2064S: Maintained
2065
Linus Torvalds1da177e2005-04-16 15:20:36 -07002066PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002067P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002068L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002069T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002070S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002071
2072PCNET32 NETWORK DRIVER
2073P: Thomas Bogendörfer
2074M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002075L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002076S: Maintained
2077
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002078PERSONALITY HANDLING
2079P: Christoph Hellwig
2080M: hch@infradead.org
2081L: linux-abi-devel@lists.sourceforge.net
2082S: Maintained
2083
Linus Torvalds1da177e2005-04-16 15:20:36 -07002084PHRAM MTD DRIVER
2085P: Jörn Engel
2086M: joern@wh.fh-wedel.de
2087L: linux-mtd@lists.infradead.org
2088S: Maintained
2089
Peter Osterlund249a6772005-09-27 21:45:30 -07002090PKTCDVD DRIVER
2091P: Peter Osterlund
2092M: petero2@telia.com
2093L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002094S: Maintained
2095
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096POSIX CLOCKS and TIMERS
2097P: George Anzinger
2098M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002099L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002100S: Supported
2101
Eugene Surovegin24682972005-10-14 03:00:53 -07002102POWERPC 4xx EMAC DRIVER
2103P: Eugene Surovegin
2104M: ebs@ebshome.net
2105W: http://kernel.ebshome.net/emac/
2106L: linuxppc-embedded@ozlabs.org
2107L: netdev@vger.kernel.org
2108S: Maintained
2109
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110PNP SUPPORT
2111P: Adam Belay
2112M: ambx1@neo.rr.com
2113S: Maintained
2114
2115PPP PROTOCOL DRIVERS AND COMPRESSORS
2116P: Paul Mackerras
2117M: paulus@samba.org
2118L: linux-ppp@vger.kernel.org
2119S: Maintained
2120
2121PPP OVER ATM (RFC 2364)
2122P: Mitchell Blank Jr
2123M: mitch@sfgoth.com
2124S: Maintained
2125
2126PPP OVER ETHERNET
2127P: Michal Ostrowski
2128M: mostrows@speakeasy.net
2129S: Maintained
2130
2131PREEMPTIBLE KERNEL
2132P: Robert Love
2133M: rml@tech9.net
2134L: linux-kernel@vger.kernel.org
2135L: kpreempt-tech@lists.sourceforge.net
2136W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2137S: Supported
2138
2139PRISM54 WIRELESS DRIVER
2140P: Prism54 Development Team
2141M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002142L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002143W: http://prism54.org
2144S: Maintained
2145
2146PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2147P: Peter Denison
2148M: promise@pnd-pc.demon.co.uk
2149W: http://www.pnd-pc.demon.co.uk/promise/
2150S: Maintained
2151
2152PXA2xx SUPPORT
2153P: Nicolas Pitre
2154M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002155L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156S: Maintained
2157
2158QLOGIC QLA2XXX FC-SCSI DRIVER
2159P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002160M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161L: linux-scsi@vger.kernel.org
2162S: Supported
2163
2164QNX4 FILESYSTEM
2165P: Anders Larsen
2166M: al@alarsen.net
2167L: linux-kernel@vger.kernel.org
2168W: http://www.alarsen.net/linux/qnx4fs/
2169S: Maintained
2170
2171RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002172P: Benjamin Herrenschmidt
2173M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002174L: linux-fbdev-devel@lists.sourceforge.net
2175S: Maintained
2176
2177RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002178P: Paul Mackerras
2179M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180L: linux-fbdev-devel@lists.sourceforge.net
2181S: Maintained
2182
2183RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2184P: Corey Thomas
2185M: corey@world.std.com
2186L: linux-kernel@vger.kernel.org
2187S: Maintained
2188
Matt Mackall9e95ce22005-04-16 15:25:56 -07002189RANDOM NUMBER DRIVER
2190P: Matt Mackall
2191M: mpm@selenic.com
2192S: Maintained
2193
Matt Porter394b7012005-11-07 01:00:15 -08002194RAPIDIO SUBSYSTEM
2195P: Matt Porter
2196M: mporter@kernel.crashing.org
2197L: linux-kernel@vger.kernel.org
2198S: Maintained
2199
Linus Torvalds1da177e2005-04-16 15:20:36 -07002200REAL TIME CLOCK DRIVER
2201P: Paul Gortmaker
2202M: p_gortmaker@yahoo.com
2203L: linux-kernel@vger.kernel.org
2204S: Maintained
2205
2206REISERFS FILE SYSTEM
2207P: Hans Reiser
2208M: reiserfs-dev@namesys.com
2209L: reiserfs-list@namesys.com
2210W: http://www.namesys.com
2211S: Supported
2212
2213ROCKETPORT DRIVER
2214P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215W: http://www.comtrol.com
2216S: Maintained
2217
2218ROSE NETWORK LAYER
2219P: Ralf Baechle
2220M: ralf@linux-mips.org
2221L: linux-hams@vger.kernel.org
2222S: Maintained
2223
2224RISCOM8 DRIVER
2225S: Orphan
2226
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002227S3 SAVAGE FRAMEBUFFER DRIVER
2228P: Antonino Daplas
2229M: adaplas@pol.net
2230L: linux-fbdev-devel@lists.sourceforge.net
2231S: Maintained
2232
Linus Torvalds1da177e2005-04-16 15:20:36 -07002233S390
2234P: Martin Schwidefsky
2235M: schwidefsky@de.ibm.com
2236M: linux390@de.ibm.com
2237L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002238W: http://www.ibm.com/developerworks/linux/linux390/
2239S: Supported
2240
2241S390 NETWORK DRIVERS
2242P: Frank Pavlic
2243M: fpavlic@de.ibm.com
2244M: linux390@de.ibm.com
2245L: linux-390@vm.marist.edu
2246W: http://www.ibm.com/developerworks/linux/linux390/
2247S: Supported
2248
2249S390 ZFCP DRIVER
2250P: Andreas Herrmann
2251M: aherrman@de.ibm.com
2252M: linux390@de.ibm.com
2253L: linux-390@vm.marist.edu
2254W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002255S: Supported
2256
2257SAA7146 VIDEO4LINUX-2 DRIVER
2258P: Michael Hunold
2259M: michael@mihu.de
2260W: http://www.mihu.de/linux/saa7146
2261S: Maintained
2262
2263SBPCD CDROM DRIVER
2264P: Eberhard Moenkeberg
2265M: emoenke@gwdg.de
2266L: linux-kernel@vger.kernel.org
2267S: Maintained
2268
2269SC1200 WDT DRIVER
2270P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002271M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002272S: Maintained
2273
2274SCHEDULER
2275P: Ingo Molnar
2276M: mingo@elte.hu
2277P: Robert Love [the preemptible kernel bits]
2278M: rml@tech9.net
2279L: linux-kernel@vger.kernel.org
2280S: Maintained
2281
2282SCSI CDROM DRIVER
2283P: Jens Axboe
2284M: axboe@suse.de
2285L: linux-scsi@vger.kernel.org
2286W: http://www.kernel.dk
2287S: Maintained
2288
2289SCSI SG DRIVER
2290P: Doug Gilbert
2291M: dgilbert@interlog.com
2292L: linux-scsi@vger.kernel.org
2293W: http://www.torque.net/sg
2294S: Maintained
2295
2296SCSI SUBSYSTEM
2297P: James E.J. Bottomley
2298M: James.Bottomley@SteelEye.com
2299L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002300T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002301S: Maintained
2302
2303SCSI TAPE DRIVER
2304P: Kai Mäkisara
2305M: Kai.Makisara@kolumbus.fi
2306L: linux-scsi@vger.kernel.org
2307S: Maintained
2308
2309SCTP PROTOCOL
2310P: Sridhar Samudrala
2311M: sri@us.ibm.com
2312L: lksctp-developers@lists.sourceforge.net
2313S: Supported
2314
2315SCx200 CPU SUPPORT
2316P: Christer Weinigel
2317M: christer@weinigel.se
2318W: http://www.weinigel.se
2319S: Supported
2320
2321SECURITY CONTACT
2322P: Security Officers
2323M: security@kernel.org
2324S: Supported
2325
2326SELINUX SECURITY MODULE
2327P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002328M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002329P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002330M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002331L: linux-kernel@vger.kernel.org (kernel issues)
2332L: selinux@tycho.nsa.gov (general discussion)
2333W: http://www.nsa.gov/selinux
2334S: Supported
2335
2336SERIAL ATA (SATA) SUBSYSTEM:
2337P: Jeff Garzik
2338M: jgarzik@pobox.com
2339L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002340T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341S: Supported
2342
2343SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2344P: Pat Gefre
2345M: pfg@sgi.com
2346L: linux-ia64@vger.kernel.org
2347S: Supported
2348
2349SGI VISUAL WORKSTATION 320 AND 540
2350P: Andrey Panin
2351M: pazke@donpac.ru
2352L: linux-visws-devel@lists.sf.net
2353W: http://linux-visws.sf.net
2354S: Maintained for 2.6.
2355
2356SIMTEC EB110ATX (Chalice CATS)
2357P: Ben Dooks
2358P: Vincent Sanders
2359M: support@simtec.co.uk
2360W: http://www.simtec.co.uk/products/EB110ATX/
2361S: Supported
2362
2363SIMTEC EB2410ITX (BAST)
2364P: Ben Dooks
2365P: Vincent Sanders
2366M: support@simtec.co.uk
2367W: http://www.simtec.co.uk/products/EB2410ITX/
2368S: Supported
2369
Francois Romieu92aab3c2005-07-30 13:11:18 +02002370SIS 190 ETHERNET DRIVER
2371P: Francois Romieu
2372M: romieu@fr.zoreil.com
2373L: netdev@vger.kernel.org
2374S: Maintained
2375
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376SIS 5513 IDE CONTROLLER DRIVER
2377P: Lionel Bouton
2378M: Lionel.Bouton@inet6.fr
2379W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2380W: http://gyver.homeip.net/sis5513/index.html
2381S: Maintained
2382
2383SIS 900/7016 FAST ETHERNET DRIVER
2384P: Daniele Venzano
2385M: venza@brownhat.org
2386W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002387L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002388S: Maintained
2389
2390SIS FRAMEBUFFER DRIVER
2391P: Thomas Winischhofer
2392M: thomas@winischhofer.net
2393W: http://www.winischhofer.net/linuxsisvga.shtml
2394S: Maintained
2395
2396SIS USB2VGA DRIVER
2397P: Thomas Winischhofer
2398M: thomas@winischhofer.net
2399W: http://www.winischhofer.at/linuxsisusbvga.shtml
2400S: Maintained
2401
2402SMSC47M1 HARDWARE MONITOR DRIVER
2403P: Jean Delvare
2404M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002405L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002406S: Odd Fixes
2407
2408SMB FILESYSTEM
2409P: Urban Widmark
2410M: urban@teststation.com
2411W: http://samba.org/
2412L: samba@samba.org
2413S: Maintained
2414
2415SMC91x ETHERNET DRIVER
2416P: Nicolas Pitre
2417M: nico@cam.org
2418S: Maintained
2419
Linus Torvalds1da177e2005-04-16 15:20:36 -07002420SOFTWARE RAID (Multiple Disks) SUPPORT
2421P: Ingo Molnar
2422M: mingo@redhat.com
2423P: Neil Brown
2424M: neilb@cse.unsw.edu.au
2425L: linux-raid@vger.kernel.org
2426S: Maintained
2427
2428SOFTWARE SUSPEND:
2429P: Pavel Machek
2430M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002431L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002432S: Maintained
2433
2434SONIC NETWORK DRIVER
2435P: Thomas Bogendoerfer
2436M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002437L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002438S: Maintained
2439
2440SONY VAIO CONTROL DEVICE DRIVER
2441P: Stelian Pop
2442M: stelian@popies.net
2443W: http://popies.net/sonypi/
2444S: Maintained
2445
2446SOUND
2447P: Jaroslav Kysela
2448M: perex@suse.cz
2449L: alsa-devel@alsa-project.org
2450S: Maintained
2451
Kylene Hall1c72d462005-05-01 08:59:13 -07002452TPM DEVICE DRIVER
2453P: Kylene Hall
2454M: kjhall@us.ibm.com
2455W: http://tpmdd.sourceforge.net
2456L: tpmdd-devel@lists.sourceforge.net
2457S: Maintained
2458
Mark Gross1a80ba82005-10-30 15:02:55 -08002459Telecom Clock Driver for MCPL0010
2460P: Mark Gross
2461M: mark.gross@intel.com
2462S: Supported
2463
Chris Zankel48b415c2005-06-23 22:01:07 -07002464TENSILICA XTENSA PORT (xtensa):
2465P: Chris Zankel
2466M: chris@zankel.net
2467S: Maintained
2468
Linus Torvalds1da177e2005-04-16 15:20:36 -07002469UltraSPARC (sparc64):
2470P: David S. Miller
2471M: davem@davemloft.net
2472P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002473M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002474P: Jakub Jelinek
2475M: jj@sunsite.ms.mff.cuni.cz
2476P: Anton Blanchard
2477M: anton@samba.org
2478L: sparclinux@vger.kernel.org
2479L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002480T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002481S: Maintained
2482
2483SHARP LH SUPPORT (LH7952X & LH7A40X)
2484P: Marc Singer
2485M: elf@buici.com
2486W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002487L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002488S: Maintained
2489
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002490SHPC HOTPLUG DRIVER
2491P: Kristen Carlson Accardi
2492M: kristen.c.accardi@intel.com
2493L: pcihpd-discuss@lists.sourceforge.net
2494S: Maintained
2495
Pierre Ossmand129bce2006-03-24 03:18:17 -08002496SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2497P: Pierre Ossman
2498M: drzeus-sdhci@drzeus.cx
2499L: sdhci-devel@list.drzeus.cx
2500W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2501S: Maintained
2502
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002503SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2504P: Stephen Hemminger
2505M: shemminger@osdl.org
2506L: netdev@vger.kernel.org
2507S: Maintained
2508
Linus Torvalds1da177e2005-04-16 15:20:36 -07002509SPARC (sparc32):
2510P: William L. Irwin
2511M: wli@holomorphy.com
2512L: sparclinux@vger.kernel.org
2513S: Maintained
2514
2515SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2516P: Roger Wolff
2517M: R.E.Wolff@BitWizard.nl
2518L: linux-kernel@vger.kernel.org ?
2519S: Supported
2520
Linus Torvalds1da177e2005-04-16 15:20:36 -07002521SRM (Alpha) environment access
2522P: Jan-Benedict Glaw
2523M: jbglaw@lug-owl.de
2524L: linux-kernel@vger.kernel.org
2525S: Maintained
2526
2527STARFIRE/DURALAN NETWORK DRIVER
2528P: Ion Badulescu
2529M: ionut@cs.columbia.edu
2530S: Maintained
2531
2532STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2533W: http://mosquitonet.Stanford.EDU/strip.html
2534S: Unsupported ?
2535
2536STRADIS MPEG-2 DECODER DRIVER
2537P: Nathan Laredo
2538M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002539W: http://www.stradis.com/
2540S: Maintained
2541
2542SUPERH (sh)
2543P: Paul Mundt
2544M: lethal@linux-sh.org
2545P: Kazumoto Kojima
2546M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002547L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548W: http://www.linux-sh.org
2549W: http://www.m17n.org/linux-sh/
2550W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2551S: Maintained
2552
2553SUPERH64 (sh64)
2554P: Paul Mundt
2555M: lethal@linux-sh.org
2556P: Richard Curnow
2557M: rc@rc0.org.uk
2558L: linuxsh-shmedia-dev@lists.sourceforge.net
2559W: http://www.linux-sh.org
2560W: http://www.rc0.org.uk/sh64
2561S: Maintained
2562
2563SUN3/3X
2564P: Sam Creasey
2565M: sammy@sammy.net
2566L: sun3-list@redhat.com
2567W: http://sammy.net/sun3/
2568S: Maintained
2569
2570SVGA HANDLING
2571P: Martin Mares
2572M: mj@ucw.cz
2573L: linux-video@atrey.karlin.mff.cuni.cz
2574S: Maintained
2575
2576SYSV FILESYSTEM
2577P: Christoph Hellwig
2578M: hch@infradead.org
2579S: Maintained
2580
2581TI PARALLEL LINK CABLE DRIVER
2582P: Romain Lievin
2583M: roms@lpg.ticalc.org
2584S: Maintained
2585
Per Lidene86eaa32006-01-12 16:45:18 +01002586TIPC NETWORK LAYER
2587P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002588M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002589P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002590M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002591P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002592M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002593L: tipc-discussion@lists.sourceforge.net
2594W: http://tipc.sourceforge.net/
2595W: http://tipc.cslab.ericsson.net/
2596T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2597S: Maintained
2598
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599TLAN NETWORK DRIVER
2600P: Samuel Chessman
2601M: chessman@tux.org
2602L: tlan-devel@lists.sourceforge.net
2603W: http://sourceforge.net/projects/tlan/
2604S: Maintained
2605
2606TOKEN-RING NETWORK DRIVER
2607P: Mike Phillips
2608M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002609L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610L: linux-tr@linuxtr.net
2611W: http://www.linuxtr.net
2612S: Maintained
2613
2614TOSHIBA ACPI EXTRAS DRIVER
2615P: John Belmonte
2616M: toshiba_acpi@memebeam.org
2617W: http://memebeam.org/toys/ToshibaAcpiDriver
2618S: Maintained
2619
2620TOSHIBA SMM DRIVER
2621P: Jonathan Buzzard
2622M: jonathan@buzzard.org.uk
2623L: tlinux-users@tce.toshiba-dme.co.jp
2624W: http://www.buzzard.org.uk/toshiba/
2625S: Maintained
2626
2627TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2628P: Muli Ben-Yehuda
2629M: mulix@mulix.org
2630L: linux-kernel@vger.kernel.org
2631S: Maintained
2632
2633TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002634P: Adrian Bunk
2635M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002636L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002637W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002638T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002639S: Maintained
2640
2641TMS380 TOKEN-RING NETWORK DRIVER
2642P: Adam Fritzler
2643M: mid@auk.cx
2644L: linux-tr@linuxtr.net
2645W: http://www.auk.cx/tms380tr/
2646S: Maintained
2647
2648TULIP NETWORK DRIVER
2649P: Jeff Garzik
2650M: jgarzik@pobox.com
2651L: tulip-users@lists.sourceforge.net
2652W: http://sourceforge.net/projects/tulip/
2653S: Maintained
2654
2655TUN/TAP driver
2656P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002657M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002658L: vtun@office.satix.net
2659W: http://vtun.sourceforge.net/tun
2660S: Maintained
2661
2662U14-34F SCSI DRIVER
2663P: Dario Ballabio
2664M: ballabio_dario@emc.com
2665L: linux-scsi@vger.kernel.org
2666S: Maintained
2667
2668UDF FILESYSTEM
2669P: Ben Fennema
2670M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002671W: http://linux-udf.sourceforge.net
2672S: Maintained
2673
2674UNIFORM CDROM DRIVER
2675P: Jens Axboe
2676M: axboe@suse.de
2677L: linux-kernel@vger.kernel.org
2678W: http://www.kernel.dk
2679S: Maintained
2680
2681USB ACM DRIVER
2682P: Oliver Neukum
2683M: oliver@neukum.name
2684L: linux-usb-users@lists.sourceforge.net
2685L: linux-usb-devel@lists.sourceforge.net
2686S: Maintained
2687
2688USB BLOCK DRIVER (UB ub)
2689P: Pete Zaitcev
2690M: zaitcev@redhat.com
2691L: linux-kernel@vger.kernel.org
2692L: linux-usb-devel@lists.sourceforge.net
2693S: Supported
2694
Linus Torvalds1da177e2005-04-16 15:20:36 -07002695USB CDC ETHERNET DRIVER
2696P: Greg Kroah-Hartman
2697M: greg@kroah.com
2698L: linux-usb-users@lists.sourceforge.net
2699L: linux-usb-devel@lists.sourceforge.net
2700S: Maintained
2701W: http://www.kroah.com/linux-usb/
2702
2703USB EHCI DRIVER
2704P: David Brownell
2705M: dbrownell@users.sourceforge.net
2706L: linux-usb-devel@lists.sourceforge.net
2707S: Maintained
2708
Luca Risolia7ce08c92006-01-11 02:06:59 +00002709USB ET61X[12]51 DRIVER
2710P: Luca Risolia
2711M: luca.risolia@studio.unibo.it
2712L: linux-usb-devel@lists.sourceforge.net
2713L: video4linux-list@redhat.com
2714W: http://www.linux-projects.org
2715S: Maintained
2716
Linus Torvalds1da177e2005-04-16 15:20:36 -07002717USB HID/HIDBP DRIVERS
2718P: Vojtech Pavlik
2719M: vojtech@suse.cz
2720L: linux-usb-users@lists.sourceforge.net
2721L: linux-usb-devel@lists.sourceforge.net
2722S: Maintained
2723
2724USB HUB DRIVER
2725P: Johannes Erdfelt
2726M: johannes@erdfelt.com
2727L: linux-usb-users@lists.sourceforge.net
2728L: linux-usb-devel@lists.sourceforge.net
2729S: Maintained
2730
Olav Kongas959eea22005-11-03 17:38:14 +02002731USB ISP116X DRIVER
2732P: Olav Kongas
2733M: ok@artecdesign.ee
2734L: linux-usb-devel@lists.sourceforge.net
2735S: Maintained
2736
Linus Torvalds1da177e2005-04-16 15:20:36 -07002737USB KAWASAKI LSI DRIVER
2738P: Oliver Neukum
2739M: oliver@neukum.name
2740L: linux-usb-users@lists.sourceforge.net
2741L: linux-usb-devel@lists.sourceforge.net
2742S: Maintained
2743
2744USB MASS STORAGE DRIVER
2745P: Matthew Dharm
2746M: mdharm-usb@one-eyed-alien.net
2747L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002748L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002749S: Maintained
2750W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2751
2752USB OHCI DRIVER
2753P: Roman Weissgaerber
2754M: weissg@vienna.at
2755L: linux-usb-users@lists.sourceforge.net
2756L: linux-usb-devel@lists.sourceforge.net
2757S: Maintained
2758
Matthias Urlichsba460e42005-07-14 00:33:47 -07002759USB OPTION-CARD DRIVER
2760P: Matthias Urlichs
2761M: smurf@smurf.noris.de
2762L: linux-usb-devel@lists.sourceforge.net
2763S: Maintained
2764
Linus Torvalds1da177e2005-04-16 15:20:36 -07002765USB OV511 DRIVER
2766P: Mark McClelland
2767M: mmcclell@bigfoot.com
2768L: linux-usb-users@lists.sourceforge.net
2769L: linux-usb-devel@lists.sourceforge.net
2770W: http://alpha.dyndns.org/ov511/
2771S: Maintained
2772
2773USB PEGASUS DRIVER
2774P: Petko Manolov
2775M: petkan@users.sourceforge.net
2776L: linux-usb-users@lists.sourceforge.net
2777L: linux-usb-devel@lists.sourceforge.net
2778W: http://pegasus2.sourceforge.net/
2779S: Maintained
2780
2781USB PRINTER DRIVER
2782P: Vojtech Pavlik
2783M: vojtech@suse.cz
2784L: linux-usb-users@lists.sourceforge.net
2785L: linux-usb-devel@lists.sourceforge.net
2786S: Maintained
2787
2788USB RTL8150 DRIVER
2789P: Petko Manolov
2790M: petkan@users.sourceforge.net
2791L: linux-usb-users@lists.sourceforge.net
2792L: linux-usb-devel@lists.sourceforge.net
2793W: http://pegasus2.sourceforge.net/
2794S: Maintained
2795
2796USB SE401 DRIVER
2797P: Jeroen Vreeken
2798M: pe1rxq@amsat.org
2799L: linux-usb-users@lists.sourceforge.net
2800L: linux-usb-devel@lists.sourceforge.net
2801W: http://www.chello.nl/~j.vreeken/se401/
2802S: Maintained
2803
2804USB SERIAL CYBERJACK DRIVER
2805P: Matthias Bruestle and Harald Welte
2806M: support@reiner-sct.com
2807W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2808S: Maintained
2809
2810USB SERIAL DIGI ACCELEPORT DRIVER
2811P: Peter Berger and Al Borchers
2812M: pberger@brimson.com
2813M: alborchers@steinerpoint.com
2814L: linux-usb-users@lists.sourceforge.net
2815L: linux-usb-devel@lists.sourceforge.net
2816S: Maintained
2817
2818USB SERIAL DRIVER
2819P: Greg Kroah-Hartman
2820M: gregkh@suse.de
2821L: linux-usb-users@lists.sourceforge.net
2822L: linux-usb-devel@lists.sourceforge.net
2823S: Supported
2824
2825USB SERIAL BELKIN F5U103 DRIVER
2826P: William Greathouse
2827M: wgreathouse@smva.com
2828L: linux-usb-users@lists.sourceforge.net
2829L: linux-usb-devel@lists.sourceforge.net
2830S: Maintained
2831
2832USB SERIAL CYPRESS M8 DRIVER
2833P: Lonnie Mendez
2834M: dignome@gmail.com
2835L: linux-usb-users@lists.sourceforge.net
2836L: linux-usb-devel@lists.sourceforge.net
2837S: Maintained
2838W: http://geocities.com/i0xox0i
2839W: http://firstlight.net/cvs
2840
2841USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2842L: linux-usb-users@lists.sourceforge.net
2843L: linux-usb-devel@lists.sourceforge.net
2844S: Maintained
2845
2846USB AUERSWALD DRIVER
2847P: Wolfgang Muees
2848M: wolfgang@iksw-muees.de
2849L: linux-usb-users@lists.sourceforge.net
2850L: linux-usb-devel@lists.sourceforge.net
2851S: Maintained
2852
2853USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2854P: Gary Brubaker
2855M: xavyer@ix.netcom.com
2856L: linux-usb-users@lists.sourceforge.net
2857L: linux-usb-devel@lists.sourceforge.net
2858S: Maintained
2859
2860USB SERIAL KEYSPAN DRIVER
2861P: Greg Kroah-Hartman
2862M: greg@kroah.com
2863L: linux-usb-users@lists.sourceforge.net
2864L: linux-usb-devel@lists.sourceforge.net
2865W: http://www.kroah.com/linux/
2866S: Maintained
2867
2868USB SERIAL WHITEHEAT DRIVER
2869P: Stuart MacDonald
2870M: stuartm@connecttech.com
2871L: linux-usb-users@lists.sourceforge.net
2872L: linux-usb-devel@lists.sourceforge.net
2873W: http://www.connecttech.com
2874S: Supported
2875
2876USB SN9C10x DRIVER
2877P: Luca Risolia
2878M: luca.risolia@studio.unibo.it
2879L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00002880L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002881W: http://www.linux-projects.org
2882S: Maintained
2883
2884USB SUBSYSTEM
2885P: Greg Kroah-Hartman
2886M: gregkh@suse.de
2887L: linux-usb-users@lists.sourceforge.net
2888L: linux-usb-devel@lists.sourceforge.net
2889W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002890T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002891S: Supported
2892
2893USB UHCI DRIVER
2894P: Alan Stern
2895M: stern@rowland.harvard.edu
2896L: linux-usb-users@lists.sourceforge.net
2897L: linux-usb-devel@lists.sourceforge.net
2898S: Maintained
2899
2900USB "USBNET" DRIVER
2901P: David Brownell
2902M: dbrownell@users.sourceforge.net
2903L: linux-usb-devel@lists.sourceforge.net
2904S: Maintained
2905
2906USB W996[87]CF DRIVER
2907P: Luca Risolia
2908M: luca.risolia@studio.unibo.it
2909L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00002910L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002911W: http://www.linux-projects.org
2912S: Maintained
2913
Luca Risolia60f78052006-02-06 16:29:35 +00002914USB ZC0301 DRIVER
2915P: Luca Risolia
2916M: luca.risolia@studio.unibo.it
2917L: linux-usb-devel@lists.sourceforge.net
2918L: video4linux-list@redhat.com
2919W: http://www.linux-projects.org
2920S: Maintained
2921
Linus Torvalds1da177e2005-04-16 15:20:36 -07002922USB ZD1201 DRIVER
2923P: Jeroen Vreeken
2924M: pe1rxq@amsat.org
2925L: linux-usb-users@lists.sourceforge.net
2926L: linux-usb-devel@lists.sourceforge.net
2927W: http://linux-lc100020.sourceforge.net
2928S: Maintained
2929
2930USER-MODE LINUX
2931P: Jeff Dike
2932M: jdike@karaya.com
2933L: user-mode-linux-devel@lists.sourceforge.net
2934L: user-mode-linux-user@lists.sourceforge.net
2935W: http://user-mode-linux.sourceforge.net
2936S: Maintained
2937
2938FAT/VFAT/MSDOS FILESYSTEM:
2939P: OGAWA Hirofumi
2940M: hirofumi@mail.parknet.co.jp
2941L: linux-kernel@vger.kernel.org
2942S: Maintained
2943
2944VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2945P: Jeff Garzik
2946S: Odd fixes
2947
2948VIA RHINE NETWORK DRIVER
2949P: Roger Luethi
2950M: rl@hellgate.ch
2951S: Maintained
2952
Jean Delvare32c0a522005-09-22 21:47:58 +02002953VIAPRO SMBUS DRIVER
2954P: Jean Delvare
2955M: khali@linux-fr.org
2956L: lm-sensors@lm-sensors.org
2957S: Maintained
2958
Linus Torvalds1da177e2005-04-16 15:20:36 -07002959UCLINUX (AND M68KNOMMU)
2960P: Greg Ungerer
2961M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002962W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07002963L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002964S: Maintained
2965
2966UCLINUX FOR NEC V850
2967P: Miles Bader
2968M: uclinux-v850@lsi.nec.co.jp
2969W: http://www.ic.nec.co.jp/micro/uclinux/eng/
2970W: http://www.ee.nec.de/uclinux/
2971S: Supported
2972
2973UCLINUX FOR RENESAS H8/300
2974P: Yoshinori Sato
2975M: ysato@users.sourceforge.jp
2976W: http://uclinux-h8.sourceforge.jp/
2977S: Supported
2978
2979USB DIAMOND RIO500 DRIVER
2980P: Cesar Miquel
2981M: miquel@df.uba.ar
2982L: rio500-users@lists.sourceforge.net
2983W: http://rio500.sourceforge.net
2984S: Maintained
2985
2986VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002987P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02002988M: mchehab@infradead.org
2989M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002990L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002991W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02002992T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002993S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002994
Roger Lucas1de9e372005-11-26 20:20:05 +01002995VT8231 HARDWARE MONITOR DRIVER
2996P: Roger Lucas
2997M: roger@planbit.co.uk
2998L: lm-sensors@lm-sensors.org
2999S: Maintained
3000
Linus Torvalds1da177e2005-04-16 15:20:36 -07003001W1 DALLAS'S 1-WIRE BUS
3002P: Evgeniy Polyakov
3003M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003004L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003005S: Maintained
3006
3007W83L51xD SD/MMC CARD INTERFACE DRIVER
3008P: Pierre Ossman
3009M: drzeus-wbsd@drzeus.cx
3010L: wbsd-devel@list.drzeus.cx
3011W: http://projects.drzeus.cx/wbsd
3012S: Maintained
3013
3014W83L785TS HARDWARE MONITOR DRIVER
3015P: Jean Delvare
3016M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003017L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003018S: Odd Fixes
3019
3020WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
3021P: Nenad Corbic
3022M: ncorbic@sangoma.com
3023M: dm@sangoma.com
3024W: http://www.sangoma.com
3025S: Supported
3026
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003027WATCHDOG DEVICE DRIVERS
3028P: Wim Van Sebroeck
3029M: wim@iguana.be
3030T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3031S: Maintained
3032
Linus Torvalds1da177e2005-04-16 15:20:36 -07003033WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3034P: Jean Tourrilhes
3035M: jt@hpl.hp.com
3036W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3037S: Maintained
3038
3039WD7000 SCSI DRIVER
3040P: Miroslav Zagorac
3041M: zaga@fly.cc.fer.hr
3042L: linux-scsi@vger.kernel.org
3043S: Maintained
3044
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05003045WISTRON LAPTOP BUTTON DRIVER
3046P: Miloslav Trmac
3047M: mitr@volny.cz
3048S: Maintained
3049
Linus Torvalds1da177e2005-04-16 15:20:36 -07003050WL3501 WIRELESS PCMCIA CARD DRIVER
3051P: Arnaldo Carvalho de Melo
3052M: acme@conectiva.com.br
3053W: http://advogato.org/person/acme
3054S: Maintained
3055
3056X.25 NETWORK LAYER
3057P: Henner Eisen
3058M: eis@baty.hanse.de
3059L: linux-x25@vger.kernel.org
3060S: Maintained
3061
3062XFS FILESYSTEM
3063P: Silicon Graphics Inc
3064M: xfs-masters@oss.sgi.com
3065M: nathans@sgi.com
3066L: linux-xfs@oss.sgi.com
3067W: http://oss.sgi.com/projects/xfs
3068S: Supported
3069
3070X86 3-LEVEL PAGING (PAE) SUPPORT
3071P: Ingo Molnar
3072M: mingo@redhat.com
3073S: Maintained
3074
3075X86-64 port
3076P: Andi Kleen
3077M: ak@suse.de
3078L: discuss@x86-64.org
3079W: http://www.x86-64.org
3080S: Maintained
3081
3082YAM DRIVER FOR AX.25
3083P: Jean-Paul Roubelat
3084M: jpr@f6fbb.org
3085L: linux-hams@vger.kernel.org
3086S: Maintained
3087
Henkaf64a5e2005-10-12 15:02:56 +02003088YEALINK PHONE DRIVER
3089P: Henk Vergonet
3090M: Henk.Vergonet@gmail.com
3091L: usbb2k-api-dev@nongnu.org
3092S: Maintained
3093
Linus Torvalds1da177e2005-04-16 15:20:36 -07003094YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3095P: Pete Zaitcev
3096M: zaitcev@yahoo.com
3097L: linux-kernel@vger.kernel.org
3098S: Obsolete
3099
3100Z8530 DRIVER FOR AX.25
3101P: Joerg Reuter
3102M: jreuter@yaina.de
3103W: http://yaina.de/jreuter/
3104W: http://www.qsl.net/dl1bke/
3105L: linux-hams@vger.kernel.org
3106S: Maintained
3107
3108ZF MACHZ WATCHDOG
3109P: Fernando Fuganti
3110M: fuganti@netbank.com.br
3111W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3112S: Maintained
3113
3114ZR36067 VIDEO FOR LINUX DRIVER
3115P: Ronald Bultje
3116M: rbultje@ronald.bitfreak.net
3117L: mjpeg-users@lists.sourceforge.net
3118W: http://mjpeg.sourceforge.net/driver-zoran/
3119S: Maintained
3120
3121ZR36120 VIDEO FOR LINUX DRIVER
3122P: Pauline Middelink
3123M: middelin@polyware.nl
3124W: http://www.polyware.nl/~middelin/En/hobbies.html
3125W: http://www.polyware.nl/~middelin/hobbies.html
3126S: Maintained
3127
3128THE REST
3129P: Linus Torvalds
3130S: Buried alive in reporters