blob: e093416980252256e9419733c79df4e4953c2ac8 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time. See
34 Documentation/CodingStyle for guidance here.
35
36 PLEASE try to include any credit lines you want added with the
37 patch. It avoids people being missed off by mistake and makes
38 it easier to know who wants adding and who doesn't.
39
40 PLEASE document known bugs. If it doesn't work for everything
41 or does something very odd once a month document it.
42
436. Make sure you have the right to send any changes you make. If you
44 do changes at work you may find your employer owns the patch
45 not you.
46
477. Happy hacking.
48
49 -----------------------------------
50
51Maintainers List (try to look for most precise areas first)
52
53Note: For the hard of thinking, this list is meant to remain in alphabetical
54order. If you could add yourselves to it in alphabetical order that would be
55so much easier [Ed]
56
57P: Person
58M: Mail patches to
59L: Mailing list that is relevant to this area
60W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080061T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070062S: Status, one of the following:
63
64 Supported: Someone is actually paid to look after this.
65 Maintained: Someone actually looks after it.
66 Odd Fixes: It has a maintainer but they don't have time to do
67 much other than throw the odd patch in. See below..
68 Orphan: No current maintainer [but maybe you could take the
69 role as you write your new code].
70 Obsolete: Old code. Something tagged obsolete generally means
71 it has been replaced by a better system and you
72 should be using that.
73
743C359 NETWORK DRIVER
75P: Mike Phillips
76M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070077L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070078L: linux-tr@linuxtr.net
79W: http://www.linuxtr.net
80S: Maintained
81
823C505 NETWORK DRIVER
83P: Philip Blundell
84M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070085L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070086S: Maintained
87
883CR990 NETWORK DRIVER
89P: David Dillow
90M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070091L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070092S: Maintained
93
943W-XXXX ATA-RAID CONTROLLER DRIVER
95P: Adam Radford
96M: linuxraid@amcc.com
97L: linux-scsi@vger.kernel.org
98W: http://www.amcc.com
99S: Supported
100
1013W-9XXX SATA-RAID CONTROLLER DRIVER
102P: Adam Radford
103M: linuxraid@amcc.com
104L: linux-scsi@vger.kernel.org
105W: http://www.amcc.com
106S: Supported
107
10853C700 AND 53C700-66 SCSI DRIVER
109P: James E.J. Bottomley
110M: James.Bottomley@HansenPartnership.com
111L: linux-scsi@vger.kernel.org
112S: Maintained
113
1146PACK NETWORK DRIVER FOR AX.25
115P: Andreas Koensgen
116M: ajk@iehk.rwth-aachen.de
117L: linux-hams@vger.kernel.org
118S: Maintained
119
1208139CP 10/100 FAST ETHERNET DRIVER
121P: Jeff Garzik
122M: jgarzik@pobox.com
123S: Maintained
124
1258139TOO 10/100 FAST ETHERNET DRIVER
126P: Jeff Garzik
127M: jgarzik@pobox.com
128W: http://sourceforge.net/projects/gkernel/
129S: Maintained
130
1318169 10/100/1000 GIGABIT ETHERNET DRIVER
132P: Francois Romieu
133M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700134L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135S: Maintained
136
1378250/16?50 (AND CLONE UARTS) SERIAL DRIVER
138P: Russell King
139M: rmk+serial@arm.linux.org.uk
140L: linux-serial@vger.kernel.org
141W: http://serial.sourceforge.net
142S: Maintained
143
1448390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
145P: Paul Gortmaker
146M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700147L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148S: Maintained
149
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001509P FILE SYSTEM
151P: Eric Van Hensbergen
152M: ericvh@gmail.com
153P: Ron Minnich
154M: rminnich@lanl.gov
155P: Latchesar Ionkov
156M: lucho@ionkov.net
157L: v9fs-developer@lists.sourceforge.net
158W: http://v9fs.sf.net
159T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
160S: Maintained
161
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162A2232 SERIAL BOARD DRIVER
163P: Enver Haase
164M: ehaase@inf.fu-berlin.de
165M: A2232@gmx.net
166L: linux-m68k@lists.linux-m68k.org
167S: Maintained
168
169AIO
170P: Benjamin LaHaise
171M: bcrl@kvack.org
172L: linux-aio@kvack.org
173S: Supported
174
175ACENIC DRIVER
176P: Jes Sorensen
177M: jes@trained-monkey.org
178L: linux-acenic@sunsite.dk
179S: Maintained
180
181ACI MIXER DRIVER
182P: Robert Siemer
183M: Robert.Siemer@gmx.de
184L: linux-sound@vger.kernel.org
185W: http://www.stud.uni-karlsruhe.de/~uh1b/
186S: Maintained
187
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188AACRAID SCSI RAID DRIVER
189P: Adaptec OEM Raid Solutions
190L: linux-scsi@vger.kernel.org
191W: http://linux.dell.com/storage.shtml
192S: Supported
193
194ACPI
195P: Len Brown
196M: len.brown@intel.com
Len Brown6968e502005-12-30 00:32:49 -0500197L: linux-acpi@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198W: http://acpi.sourceforge.net/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800199T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200S: Maintained
201
202AD1816 SOUND DRIVER
203P: Thorsten Knabe
204M: Thorsten Knabe <linux@thorsten-knabe.de>
205W: http://linux.thorsten-knabe.de
206S: Maintained
207
Kyle McMartin6958ae32005-10-21 23:11:27 -0400208AD1889 SOUND DRIVER
209P: Kyle McMartin
210M: kyle@parisc-linux.org
211P: Thibaut Varene
212M: T-Bone@parisc-linux.org
213W: http://wiki.parisc-linux.org/AD1889
214L: parisc-linux@lists.parisc-linux.org
215S: Maintained
216
Linus Torvalds1da177e2005-04-16 15:20:36 -0700217ADM1025 HARDWARE MONITOR DRIVER
218P: Jean Delvare
219M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200220L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221S: Maintained
222
223ADT746X FAN DRIVER
224P: Colin Leroy
225M: colin@colino.net
226S: Maintained
227
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228AEDSP16 DRIVER
229P: Riccardo Facchetti
230M: fizban@tin.it
231S: Maintained
232
233AFFS FILE SYSTEM
234P: Roman Zippel
235M: zippel@linux-m68k.org
236S: Maintained
237
238AGPGART DRIVER
239P: Dave Jones
240M: davej@codemonkey.org.uk
241W: http://www.codemonkey.org.uk/projects/agp/
Josh Boyer1adc1232005-11-23 15:44:15 -0800242T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700243S: Maintained
244
245AHA152X SCSI DRIVER
246P: Juergen E. Fischer
247M: Juergen Fischer <fischer@norbit.de>
248L: linux-scsi@vger.kernel.org
249S: Maintained
250
251ALCATEL SPEEDTOUCH USB DRIVER
252P: Duncan Sands
253M: duncan.sands@free.fr
254L: linux-usb-users@lists.sourceforge.net
255L: linux-usb-devel@lists.sourceforge.net
256W: http://www.linux-usb.org/SpeedTouch/
257S: Maintained
258
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000259ALI1563 I2C DRIVER
260P: Rudolf Marek
261M: r.marek@sh.cvut.cz
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200262L: lm-sensors@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000263S: Maintained
264
Linus Torvalds1da177e2005-04-16 15:20:36 -0700265ALPHA PORT
266P: Richard Henderson
267M: rth@twiddle.net
268S: Odd Fixes for 2.4; Maintained for 2.6.
269P: Ivan Kokshaysky
270M: ink@jurassic.park.msu.ru
271S: Maintained for 2.4; PCI support for 2.6.
272
Jordan Crousef90b8112006-01-06 00:12:14 -0800273AMD GEODE PROCESSOR/CHIPSET SUPPORT
274P: Jordan Crouse
275M: info-linux@geode.amd.com
276L: info-linux@geode.amd.com
277W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
278S: Supported
279
Linus Torvalds1da177e2005-04-16 15:20:36 -0700280APM DRIVER
281P: Stephen Rothwell
282M: sfr@canb.auug.org.au
283L: linux-laptop@vger.kernel.org
284W: http://www.canb.auug.org.au/~sfr/
285S: Supported
286
287APPLETALK NETWORK LAYER
288P: Arnaldo Carvalho de Melo
289M: acme@conectiva.com.br
290S: Maintained
291
Jaya Kumar1154ea72005-06-21 17:17:04 -0700292ARC FRAMEBUFFER DRIVER
293P: Jaya Kumar
294M: jayalk@intworks.biz
295S: Maintained
296
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297ARM26 ARCHITECTURE
298P: Ian Molton
299M: spyro@f2s.com
300S: Maintained
301
302ARM26/ARCHIMEDES
303P: Ian Molton
304M: spyro@f2s.com
305S: Maintained
306
307ARM26/A5000
308P: John Appleby
309M: john@dnsworld.co.uk
310S: Maintained
311
312ARM MFM AND FLOPPY DRIVERS
313P: Ian Molton
314M: spyro@f2s.com
315S: Maintained
316
317ARM/CORGI MACHINE SUPPORT
318P: Richard Purdie
319M: rpurdie@rpsys.net
320S: Maintained
321
Dirk Opfer8459c152005-11-06 14:27:52 +0000322ARM/TOSA MACHINE SUPPORT
323P: Dirk Opfer
324M: dirk@opfer-online.de
325S: Maintained
326
Linus Torvalds1da177e2005-04-16 15:20:36 -0700327ARM/PLEB SUPPORT
328P: Peter Chubb
329M: pleb@gelato.unsw.edu.au
330W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
331S: Maintained
332
333ARM/PT DIGITAL BOARD PORT
334P: Stefan Eletzhofer
335M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700336L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337W: http://www.arm.linux.org.uk/
338S: Maintained
339
340ARM/SHARK MACHINE SUPPORT
341P: Alexander Schulz
342M: alex@shark-linux.de
343W: http://www.shark-linux.de/shark.html
344S: Maintained
345
346ARM/STRONGARM110 PORT
347P: Russell King
348M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700349L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700350W: http://www.arm.linux.org.uk/
351S: Maintained
352
353ARM/S3C2410 ARM ARCHITECTURE
354P: Ben Dooks
355M: ben-s3c2410@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700356L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700357W: http://www.fluff.org/ben/linux/
358S: Maintained
359
360ARM/S3C2440 ARM ARCHITECTURE
361P: Ben Dooks
362M: ben-s3c2440@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700363L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700364W: http://www.fluff.org/ben/linux/
365S: Maintained
366
367ARPD SUPPORT
368P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700369L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700370S: Maintained
371
372ASUS ACPI EXTRAS DRIVER
373P: Karol Kozimor
374M: sziwan@users.sourceforge.net
375P: Julien Lerouge
376M: julien.lerouge@free.fr
377L: acpi4asus-user@lists.sourceforge.net
378W: http://sourceforge.net/projects/acpi4asus
379W: http://julien.lerouge.free.fr
380S: Maintained
381
382ATA OVER ETHERNET DRIVER
383P: Ed L. Cashin
384M: ecashin@coraid.com
385W: http://www.coraid.com/support/linux
386S: Supported
387
388ATM
389P: Chas Williams
390M: chas@cmf.nrl.navy.mil
391L: linux-atm-general@lists.sourceforge.net
392W: http://linux-atm.sourceforge.net
393S: Maintained
394
395ATMEL WIRELESS DRIVER
396P: Simon Kelley
397M: simon@thekelleys.org.uk
398W: http://www.thekelleys.org.uk/atmel
399W: http://atmelwlandriver.sourceforge.net/
400S: Maintained
401
Chris Wrighta92b7b82005-07-07 18:12:23 -0700402AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100403P: David Woodhouse
404M: dwmw2@infradead.org
405L: linux-audit@redhat.com
406W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800407T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700408S: Maintained
409
Linus Torvalds1da177e2005-04-16 15:20:36 -0700410AX.25 NETWORK LAYER
411P: Ralf Baechle
412M: ralf@linux-mips.org
413L: linux-hams@vger.kernel.org
414S: Maintained
415
416BAYCOM/HDLCDRV DRIVERS FOR AX.25
417P: Thomas Sailer
418M: t.sailer@alumni.ethz.ch
419L: linux-hams@vger.kernel.org
420W: http://www.baycom.org/~tom/ham/ham.html
421S: Maintained
422
423BEFS FILE SYSTEM
424P: Sergey S. Kostyliov
425M: rathamahata@php4.ru
426L: linux-kernel@vger.kernel.org
427S: Maintained
428
429BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
430P: Kenji Hollis
431W: http://ftp.bitgate.com/pcwd/
432S: Maintained
433
434BFS FILE SYSTEM
435P: Tigran A. Aivazian
436M: tigran@veritas.com
437L: linux-kernel@vger.kernel.org
438S: Maintained
439
440BLOCK LAYER
441P: Jens Axboe
442M: axboe@suse.de
443L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800444T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700445S: Maintained
446
447BLUETOOTH SUBSYSTEM
448P: Marcel Holtmann
449M: marcel@holtmann.org
450P: Maxim Krasnyansky
451M: maxk@qualcomm.com
452L: bluez-devel@lists.sf.net
453W: http://bluez.sf.net
454W: http://www.bluez.org
455W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800456T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700457S: Maintained
458
459BLUETOOTH RFCOMM LAYER
460P: Marcel Holtmann
461M: marcel@holtmann.org
462P: Maxim Krasnyansky
463M: maxk@qualcomm.com
464S: Maintained
465
466BLUETOOTH BNEP LAYER
467P: Marcel Holtmann
468M: marcel@holtmann.org
469P: Maxim Krasnyansky
470M: maxk@qualcomm.com
471S: Maintained
472
473BLUETOOTH CMTP LAYER
474P: Marcel Holtmann
475M: marcel@holtmann.org
476S: Maintained
477
478BLUETOOTH HIDP LAYER
479P: Marcel Holtmann
480M: marcel@holtmann.org
481S: Maintained
482
483BLUETOOTH HCI UART DRIVER
484P: Marcel Holtmann
485M: marcel@holtmann.org
486P: Maxim Krasnyansky
487M: maxk@qualcomm.com
488S: Maintained
489
490BLUETOOTH HCI USB DRIVER
491P: Marcel Holtmann
492M: marcel@holtmann.org
493P: Maxim Krasnyansky
494M: maxk@qualcomm.com
495S: Maintained
496
497BLUETOOTH HCI BCM203X DRIVER
498P: Marcel Holtmann
499M: marcel@holtmann.org
500S: Maintained
501
502BLUETOOTH HCI BPA10X DRIVER
503P: Marcel Holtmann
504M: marcel@holtmann.org
505S: Maintained
506
507BLUETOOTH HCI BFUSB DRIVER
508P: Marcel Holtmann
509M: marcel@holtmann.org
510S: Maintained
511
512BLUETOOTH HCI DTL1 DRIVER
513P: Marcel Holtmann
514M: marcel@holtmann.org
515S: Maintained
516
517BLUETOOTH HCI BLUECARD DRIVER
518P: Marcel Holtmann
519M: marcel@holtmann.org
520S: Maintained
521
522BLUETOOTH HCI BT3C DRIVER
523P: Marcel Holtmann
524M: marcel@holtmann.org
525S: Maintained
526
527BLUETOOTH HCI BTUART DRIVER
528P: Marcel Holtmann
529M: marcel@holtmann.org
530S: Maintained
531
532BLUETOOTH HCI VHCI DRIVER
533P: Maxim Krasnyansky
534M: maxk@qualcomm.com
535S: Maintained
536
537BONDING DRIVER
538P: Chad Tindel
539M: ctindel@users.sourceforge.net
540P: Jay Vosburgh
541M: fubar@us.ibm.com
542L: bonding-devel@lists.sourceforge.net
543W: http://sourceforge.net/projects/bonding/
544S: Supported
545
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000546BROADBAND PROCESSOR ARCHITECTURE
547P: Arnd Bergmann
548M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100549L: linuxppc-dev@ozlabs.org
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000550W: http://linuxppc64.org
551S: Supported
552
Linus Torvalds1da177e2005-04-16 15:20:36 -0700553BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700554P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200555M: mchehab@infradead.org
556M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700558W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200559T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700560S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562COMMON INTERNET FILE SYSTEM (CIFS)
563P: Steve French
564M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100565L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566L: samba-technical@lists.samba.org
567W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800568T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700569S: Supported
570
Joel Becker7063fbf2005-12-15 14:29:43 -0800571CONFIGFS
572P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -0800573M: joel.becker@oracle.com
574L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800575S: Supported
576
Linus Torvalds1da177e2005-04-16 15:20:36 -0700577CIRRUS LOGIC GENERIC FBDEV DRIVER
578P: Jeff Garzik
579M: jgarzik@pobox.com
580L: linux-fbdev-devel@lists.sourceforge.net
581S: Odd Fixes
582
583CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
584P: Cirrus Logic Corporation (kernel 2.2 driver)
585M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
586P: Nils Faerber (port to kernel 2.4)
587M: Nils Faerber <nils@kernelconcepts.de>
588S: Maintained
589
590CODA FILE SYSTEM
591P: Jan Harkes
592M: jaharkes@cs.cmu.edu
593M: coda@cs.cmu.edu
594L: codalist@coda.cs.cmu.edu
595W: http://www.coda.cs.cmu.edu/
596S: Maintained
597
598COMPACTPCI HOTPLUG CORE
599P: Scott Murray
600M: scottm@somanetworks.com
601M: scott@spiteful.org
602L: pcihpd-discuss@lists.sourceforge.net
603S: Supported
604
605COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
606P: Scott Murray
607M: scottm@somanetworks.com
608M: scott@spiteful.org
609L: pcihpd-discuss@lists.sourceforge.net
610S: Supported
611
612COMPACTPCI HOTPLUG GENERIC DRIVER
613P: Scott Murray
614M: scottm@somanetworks.com
615M: scott@spiteful.org
616L: pcihpd-discuss@lists.sourceforge.net
617S: Supported
618
619COMPUTONE INTELLIPORT MULTIPORT CARD
620P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700621M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700623S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624
625COSA/SRP SYNC SERIAL DRIVER
626P: Jan "Yenya" Kasprzak
627M: kas@fi.muni.cz
628W: http://www.fi.muni.cz/~kas/cosa/
629S: Maintained
630
631CPU FREQUENCY DRIVERS
632P: Dave Jones
633M: davej@codemonkey.org.uk
634L: cpufreq@lists.linux.org.uk
635W: http://www.codemonkey.org.uk/projects/cpufreq/
Josh Boyer1adc1232005-11-23 15:44:15 -0800636T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637S: Maintained
638
639CPUID/MSR DRIVER
640P: H. Peter Anvin
641M: hpa@zytor.com
642S: Maintained
643
Paul Jacksoned90fb42005-09-27 21:45:37 -0700644CPUSETS
645P: Paul Jackson
646P: Simon Derr
647M: pj@sgi.com
648M: simon.derr@bull.net
649L: linux-kernel@vger.kernel.org
650W: http://www.bullopensource.org/cpuset/
651S: Supported
652
Linus Torvalds1da177e2005-04-16 15:20:36 -0700653CRAMFS FILESYSTEM
654W: http://sourceforge.net/projects/cramfs/
655S: Orphan
656
657CRIS PORT
658P: Mikael Starvik
659M: starvik@axis.com
660L: dev-etrax@axis.com
661W: http://developer.axis.com
662S: Maintained
663
664CRYPTO API
665P: Herbert Xu
666M: herbert@gondor.apana.org.au
667P: David S. Miller
668M: davem@davemloft.net
669L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800670T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700671S: Maintained
672
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100673CS5535 Audio ALSA driver
674P: Jaya Kumar
675M: jayakumar.alsa@gmail.com
676S: Maintained
677
Linus Torvalds1da177e2005-04-16 15:20:36 -0700678CYBERPRO FB DRIVER
679P: Russell King
680M: rmk@arm.linux.org.uk
681W: http://www.arm.linux.org.uk/
682S: Maintained
683
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700684CYBLAFB FRAMEBUFFER DRIVER
685P: Knut Petersen
686M: Knut_Petersen@t-online.de
687L: linux-fbdev-devel@lists.sourceforge.net
688S: Maintained
689
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690CYCLADES 2X SYNC CARD DRIVER
691P: Arnaldo Carvalho de Melo
692M: acme@conectiva.com.br
693W: http://advogato.org/person/acme
694L: cycsyn-devel@bazar.conectiva.com.br
695S: Maintained
696
697CYCLADES ASYNC MUX DRIVER
698M: async@cyclades.com
699W: http://www.cyclades.com/
700S: Supported
701
702CYCLADES PC300 DRIVER
703M: pc300@cyclades.com
704W: http://www.cyclades.com/
705S: Supported
706
Linus Torvalds1da177e2005-04-16 15:20:36 -0700707DAMA SLAVE for AX.25
708P: Joerg Reuter
709M: jreuter@yaina.de
710W: http://yaina.de/jreuter/
711W: http://www.qsl.net/dl1bke/
712L: linux-hams@vger.kernel.org
713S: Maintained
714
715DC395x SCSI driver
716P: Oliver Neukum
717M: oliver@neukum.name
718P: Ali Akcaagac
719M: aliakc@web.de
720P: Jamie Lenehan
721M: lenehan@twibble.org
722W: http://twibble.org/dist/dc395x/
723L: http://lists.twibble.org/mailman/listinfo/dc395x/
724S: Maintained
725
726DC390/AM53C974 SCSI driver
727P: Kurt Garloff
728M: garloff@suse.de
729W: http://www.garloff.de/kurt/linux/dc390/
730P: Guennadi Liakhovetski
731M: g.liakhovetski@gmx.de
732S: Maintained
733
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700734DCCP PROTOCOL
735P: Arnaldo Carvalho de Melo
736M: acme@mandriva.com
737L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800738W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700739S: Maintained
740
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741DECnet NETWORK LAYER
742P: Patrick Caulfield
743M: patrick@tykepenguin.com
744W: http://linux-decnet.sourceforge.net
745L: linux-decnet-user@lists.sourceforge.net
746S: Maintained
747
748DEFXX FDDI NETWORK DRIVER
749P: Maciej W. Rozycki
750M: macro@linux-mips.org
751S: Maintained
752
753DELL LAPTOP SMM DRIVER
754P: Massimo Dal Zotto
755M: dz@debian.org
756W: http://www.debian.org/~dz/i8k/
757S: Maintained
758
Doug Warzecha90563ec2005-09-06 15:17:15 -0700759DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
760P: Doug Warzecha
761M: Douglas_Warzecha@dell.com
762S: Maintained
763
Linus Torvalds1da177e2005-04-16 15:20:36 -0700764DEVICE-MAPPER
765P: Alasdair Kergon
766L: dm-devel@redhat.com
767W: http://sources.redhat.com/dm
768S: Maintained
769
770DEVICE NUMBER REGISTRY
771P: Torben Mathiasen
772M: device@lanana.org
773W: http://lanana.org/docs/device-list/index.html
774L: linux-kernel@vger.kernel.org
775S: Maintained
776
777DEVICE FILESYSTEM
778S: Obsolete
779
780DIGI INTL. EPCA DRIVER
781P: Digi International, Inc
782M: Eng.Linux@digi.com
783L: Eng.Linux@digi.com
784W: http://www.digi.com
785S: Orphaned
786
787DIGI RIGHTSWITCH NETWORK DRIVER
788P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700789L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700790W: http://www.digi.com
791S: Orphaned
792
793DIRECTORY NOTIFICATION
794P: Stephen Rothwell
795M: sfr@canb.auug.org.au
796L: linux-kernel@vger.kernel.org
797S: Supported
798
799DISK GEOMETRY AND PARTITION HANDLING
800P: Andries Brouwer
801M: aeb@cwi.nl
802W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
803W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
804W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
805S: Maintained
806
807DISKQUOTA:
808P: Jan Kara
809M: jack@suse.cz
810L: linux-kernel@vger.kernel.org
811S: Maintained
812
813DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
814P: Tobias Ringstrom
815M: tori@unhappy.mine.nu
816L: linux-kernel@vger.kernel.org
817S: Maintained
818
Martin Waitzba483d52005-06-17 13:20:59 -0700819DOCBOOK FOR DOCUMENTATION
820P: Martin Waitz
821M: tali@admingilde.org
Martin Waitz061350e2006-01-09 20:53:53 -0800822T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700823S: Maintained
824
Linus Torvalds1da177e2005-04-16 15:20:36 -0700825DOUBLETALK DRIVER
826P: James R. Van Zandt
827M: jrv@vanzandt.mv.com
828L: blinux-list@redhat.com
829S: Maintained
830
831DRIVER CORE, KOBJECTS, AND SYSFS
832P: Greg Kroah-Hartman
833M: gregkh@suse.de
834L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800835T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700836S: Supported
837
838DRM DRIVERS
839P: David Airlie
840M: airlied@linux.ie
841L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800842T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843S: Maintained
844
845DSCC4 DRIVER
846P: François Romieu
847M: romieu@cogenit.fr
848M: romieu@ensta.fr
849S: Maintained
850
851DVB SUBSYSTEM AND DRIVERS
852P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200853M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700854L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200855W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200856T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200857S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700858
859EATA-DMA SCSI DRIVER
860P: Michael Neuffer
861L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
862S: Maintained
863
864EATA ISA/EISA/PCI SCSI DRIVER
865P: Dario Ballabio
866M: ballabio_dario@emc.com
867L: linux-scsi@vger.kernel.org
868S: Maintained
869
870EATA-PIO SCSI DRIVER
871P: Michael Neuffer
872M: mike@i-Connect.Net
873L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
874S: Maintained
875
876EBTABLES
877P: Bart De Schuymer
878M: bart.de.schuymer@pandora.be
879L: ebtables-user@lists.sourceforge.net
880L: ebtables-devel@lists.sourceforge.net
881W: http://ebtables.sourceforge.net/
882S: Maintained
883
Alan Coxda9bb1d2006-01-18 17:44:13 -0800884EDAC-CORE
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
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001042GIGASET ISDN DRIVERS
1043P: Hansjoerg Lipp
1044M: hjlipp@web.de
1045P: Tilman Schmidt
1046M: tilman@imap.cc
1047L: gigaset307x-common@lists.sourceforge.net
1048W: http://gigaset307x.sourceforge.net/
1049S: Maintained
1050
Jean Delvare5b543962005-08-15 19:51:02 +02001051HARDWARE MONITORING
1052P: Jean Delvare
1053M: khali@linux-fr.org
1054L: lm-sensors@lm-sensors.org
1055W: http://www.lm-sensors.nu/
1056S: Maintained
1057
Robert Love860e1d62005-08-31 23:57:59 -04001058HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1059P: Robert Love
1060M: rlove@rlove.org
1061M: linux-kernel@vger.kernel.org
1062W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1063S: Maintained
1064
Linus Torvalds1da177e2005-04-16 15:20:36 -07001065HARMONY SOUND DRIVER
1066P: Kyle McMartin
1067M: kyle@parisc-linux.org
1068W: http://www.parisc-linux.org/~kyle/harmony/
1069L: parisc-linux@lists.parisc-linux.org
1070S: Maintained
1071
1072HAYES ESP SERIAL DRIVER
1073P: Andrew J. Robinson
1074M: arobinso@nyx.net
1075L: linux-kernel@vger.kernel.org
1076W: http://www.nyx.net/~arobinso
1077S: Maintained
1078
1079HFS FILESYSTEM
1080P: Roman Zippel
1081M: zippel@linux-m68k.org
1082L: linux-kernel@vger.kernel.org
1083S: Maintained
1084
1085HGA FRAMEBUFFER DRIVER
1086P: Ferenc Bakonyi
1087M: fero@drama.obuda.kando.hu
1088L: linux-nvidia@lists.surfsouth.com
1089W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1090S: Maintained
1091
1092HIGH-SPEED SCC DRIVER FOR AX.25
1093P: Klaus Kudielka
1094M: klaus.kudielka@ieee.org
1095L: linux-hams@vger.kernel.org
1096W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1097S: Maintained
1098
1099HIPPI
1100P: Jes Sorensen
1101M: jes@trained-monkey.org
1102L: linux-hippi@sunsite.dk
1103S: Maintained
1104
1105HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1106P: Chirag Kantharia
1107M: chirag.kantharia@hp.com
1108L: iss_storagedev@hp.com
1109S: Maintained
1110
1111HEWLETT-PACKARD SMART2 RAID DRIVER
1112P: Chirag Kantharia
1113M: chirag.kantharia@hp.com
1114L: iss_storagedev@hp.com
1115S: Maintained
1116
1117HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1118P: Mike Miller
1119M: mike.miller@hp.com
1120L: iss_storagedev@hp.com
1121S: Supported
1122
Jouni Malinenff1d2762005-05-12 22:54:16 -04001123HOST AP DRIVER
1124P: Jouni Malinen
1125M: jkmaline@cc.hut.fi
1126L: hostap@shmoo.com
1127W: http://hostap.epitest.fi/
1128S: Maintained
1129
Linus Torvalds1da177e2005-04-16 15:20:36 -07001130HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1131P: Jaroslav Kysela
1132M: perex@suse.cz
1133S: Maintained
1134
Bob Piccob9b03322005-11-07 00:59:19 -08001135HPET: High Precision Event Timers driver (hpet.c)
1136P: Clemens Ladisch
1137M: clemens@ladisch.de
1138S: Maintained
1139
1140HPET: i386
1141P: Venkatesh Pallipadi (Venki)
1142M: venkatesh.pallipadi@intel.com
1143S: Maintained
1144
1145HPET: x86_64
1146P: Andi Kleen and Vojtech Pavlik
1147M: ak@muc.de and vojtech@suse.cz
1148S: Maintained
1149
1150HPET: ACPI hpet.c
1151P: Bob Picco
1152M: bob.picco@hp.com
1153S: Maintained
1154
Linus Torvalds1da177e2005-04-16 15:20:36 -07001155HPFS FILESYSTEM
1156P: Mikulas Patocka
1157M: mikulas@artax.karlin.mff.cuni.cz
1158W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1159S: Maintained
1160
1161HUGETLB FILESYSTEM
1162P: William Irwin
1163M: wli@holomorphy.com
1164S: Maintained
1165
Jean Delvare5b543962005-08-15 19:51:02 +02001166I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001167P: Jean Delvare
1168M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001169L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001170W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001171T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001172S: Maintained
1173
1174I2O
1175P: Markus Lidel
1176M: markus.lidel@shadowconnect.com
1177W: http://i2o.shadowconnect.com/
1178S: Maintained
1179
1180i386 BOOT CODE
1181P: Riley H. Williams
1182M: Riley@Williams.Name
1183L: Linux-Kernel@vger.kernel.org
1184S: Maintained
1185
1186i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1187P: Dave Jones
1188M: davej@codemonkey.org.uk
1189P: H. Peter Anvin
1190M: hpa@zytor.com
1191S: Maintained
1192
1193i810 TCO TIMER WATCHDOG
1194P: Nils Faerber
1195M: nils@kernelconcepts.de
1196W: http://www.kernelconcepts.de/
1197S: Maintained
1198
1199IA64 (Itanium) PLATFORM
1200P: Tony Luck
1201M: tony.luck@intel.com
1202L: linux-ia64@vger.kernel.org
1203W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001204T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001205S: Maintained
1206
1207SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001208P: Jes Sorensen
1209M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210L: linux-altix@sgi.com
1211L: linux-ia64@vger.kernel.org
1212W: http://www.sgi.com/altix
1213S: Maintained
1214
1215IBM MCA SCSI SUBSYSTEM DRIVER
1216P: Michael Lang
1217M: langa2@kph.uni-mainz.de
1218W: http://www.uni-mainz.de/~langm000/linux.html
1219S: Maintained
1220
1221IBM Power Linux RAID adapter
1222P: Brian King
1223M: brking@us.ibm.com
1224S: Supported
1225
1226IBM ServeRAID RAID DRIVER
1227P: Jack Hammer
1228P: Dave Jeffery
1229M: ipslinux@adaptec.com
1230W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1231S: Supported
1232
1233IDE DRIVER [GENERAL]
1234P: Bartlomiej Zolnierkiewicz
1235M: B.Zolnierkiewicz@elka.pw.edu.pl
1236L: linux-kernel@vger.kernel.org
1237L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001238T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239S: Maintained
1240
1241IDE/ATAPI CDROM DRIVER
1242P: Jens Axboe
1243M: axboe@suse.de
1244L: linux-kernel@vger.kernel.org
1245W: http://www.kernel.dk
1246S: Maintained
1247
1248IDE/ATAPI FLOPPY DRIVERS
1249P: Paul Bristow
1250M: Paul Bristow <paul@paulbristow.net>
1251W: http://paulbristow.net/linux/idefloppy.html
1252L: linux-kernel@vger.kernel.org
1253S: Maintained
1254
1255IDE/ATAPI TAPE DRIVERS
1256P: Gadi Oxman
1257M: Gadi Oxman <gadio@netvision.net.il>
1258L: linux-kernel@vger.kernel.org
1259S: Maintained
1260
1261IEEE 1394 ETHERNET (eth1394)
1262L: linux1394-devel@lists.sourceforge.net
1263W: http://www.linux1394.org/
1264S: Orphan
1265
Linus Torvalds1da177e2005-04-16 15:20:36 -07001266IEEE 1394 SUBSYSTEM
1267P: Ben Collins
1268M: bcollins@debian.org
1269P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001270M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001271L: linux1394-devel@lists.sourceforge.net
1272W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001273T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001274S: Maintained
1275
1276IEEE 1394 OHCI DRIVER
1277P: Ben Collins
1278M: bcollins@debian.org
1279P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001280M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281L: linux1394-devel@lists.sourceforge.net
1282W: http://www.linux1394.org/
1283S: Maintained
1284
1285IEEE 1394 PCILYNX DRIVER
1286P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001287M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001288L: linux1394-devel@lists.sourceforge.net
1289W: http://www.linux1394.org/
1290S: Maintained
1291
1292IEEE 1394 RAW I/O DRIVER
1293P: Ben Collins
1294M: bcollins@debian.org
1295P: Dan Dennedy
1296M: dan@dennedy.org
1297L: linux1394-devel@lists.sourceforge.net
1298W: http://www.linux1394.org/
1299S: Maintained
1300
Jody McIntyre105d7b32005-09-30 11:59:04 -07001301IEEE 1394 SBP2
1302P: Ben Collins
1303M: bcollins@debian.org
1304P: Stefan Richter
1305M: stefanr@s5r6.in-berlin.de
1306L: linux1394-devel@lists.sourceforge.net
1307W: http://www.linux1394.org/
1308S: Maintained
1309
Linus Torvalds1da177e2005-04-16 15:20:36 -07001310IMS TWINTURBO FRAMEBUFFER DRIVER
1311P: Paul Mundt
1312M: lethal@chaoticdreams.org
1313L: linux-fbdev-devel@lists.sourceforge.net
1314S: Maintained
1315
1316INFINIBAND SUBSYSTEM
1317P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001318M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001319P: Sean Hefty
1320M: mshefty@ichips.intel.com
1321P: Hal Rosenstock
1322M: halr@voltaire.com
1323L: openib-general@openib.org
1324W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001325T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001326S: Supported
1327
1328INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001329P: Dmitry Torokhov
1330M: dtor_core@ameritech.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001331L: linux-input@atrey.karlin.mff.cuni.cz
1332L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001333T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001334S: Maintained
1335
Robert Lovec9f04f52005-07-15 12:21:07 -04001336INOTIFY
1337P: John McCutchan and Robert Love
1338M: ttb@tentacle.dhs.org and rml@novell.com
1339L: linux-kernel@vger.kernel.org
1340S: Maintained
1341
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001342INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1343P: Sylvain Meyer
1344M: sylvain.meyer@worldonline.fr
1345L: linux-fbdev-devel@lists.sourceforge.net
1346S: Maintained
1347
Linus Torvalds1da177e2005-04-16 15:20:36 -07001348INTEL 810/815 FRAMEBUFFER DRIVER
1349P: Antonino Daplas
1350M: adaplas@pol.net
1351L: linux-fbdev-devel@lists.sourceforge.net
1352S: Maintained
1353
1354INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1355P: Ingo Molnar
1356M: mingo@redhat.com
1357S: Maintained
1358
1359INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1360P: Jeff Garzik
1361M: jgarzik@pobox.com
1362W: http://sourceforge.net/projects/gkernel/
1363S: Maintained
1364
1365INTEL IA32 MICROCODE UPDATE SUPPORT
1366P: Tigran Aivazian
1367M: tigran@veritas.com
1368S: Maintained
1369
1370INTEL PRO/100 ETHERNET SUPPORT
1371P: John Ronciak
1372M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001373P: Jesse Brandeburg
1374M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001375P: Jeff Kirsher
1376M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001377W: http://sourceforge.net/projects/e1000/
1378S: Supported
1379
1380INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1381P: Jeb Cramer
1382M: cramerj@intel.com
1383P: John Ronciak
1384M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001385P: Jesse Brandeburg
1386M: jesse.brandeburg@intel.com
1387P: Jeff Kirsher
1388M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001389W: http://sourceforge.net/projects/e1000/
1390S: Supported
1391
1392INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001393P: Jeff Kirsher
1394M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001395P: Ayyappan Veeraiyan
1396M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001397P: John Ronciak
1398M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001399P: Jesse Brandeburg
1400M: jesse.brandeburg@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001401W: http://sourceforge.net/projects/e1000/
1402S: Supported
1403
James Ketrenos826d2ab2005-11-07 18:56:59 -06001404INTEL PRO/WIRELESS 2100 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://ipw2100.sourceforge.net
1411S: Supported
1412
1413INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1414P: Yi Zhu
1415M: yi.zhu@intel.com
1416P: James Ketrenos
1417M: jketreno@linux.intel.com
1418L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1419W: http://ipw2200.sourceforge.net
1420S: Supported
1421
Linus Torvalds1da177e2005-04-16 15:20:36 -07001422IOC3 DRIVER
1423P: Ralf Baechle
1424M: ralf@linux-mips.org
1425L: linux-mips@linux-mips.org
1426S: Maintained
1427
1428IP MASQUERADING:
1429P: Juanjo Ciarlante
1430M: jjciarla@raiz.uncu.edu.ar
1431S: Maintained
1432
1433IPX NETWORK LAYER
1434P: Arnaldo Carvalho de Melo
1435M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001436L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001437S: Maintained
1438
1439IRDA SUBSYSTEM
1440P: Jean Tourrilhes
Olaf Heringa2ac9532005-07-12 13:58:35 -07001441L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001442W: http://irda.sourceforge.net/
Stephen Hemmingere048a372006-01-18 14:06:59 -08001443S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001444
1445ISAPNP
1446P: Jaroslav Kysela
1447M: perex@suse.cz
1448S: Maintained
1449
1450ISDN SUBSYSTEM
1451P: Karsten Keil
1452M: kkeil@suse.de
1453P: Kai Germaschewski
1454M: kai.germaschewski@gmx.de
1455L: isdn4linux@listserv.isdn4linux.de
1456W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001457T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001458S: Maintained
1459
1460ISDN SUBSYSTEM (Eicon active card driver)
1461P: Armin Schindler
1462M: mac@melware.de
1463L: isdn4linux@listserv.isdn4linux.de
1464W: http://www.melware.de
1465S: Maintained
1466
1467JOURNALLING FLASH FILE SYSTEM (JFFS)
1468P: Axis Communications AB
1469M: jffs-dev@axis.com
1470L: jffs-dev@axis.com
1471W: http://www.developer.axis.com/software/jffs/
1472S: Maintained
1473
1474JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1475P: David Woodhouse
1476M: dwmw2@infradead.org
1477L: jffs-dev@axis.com
1478W: http://sources.redhat.com/jffs2/
1479S: Maintained
1480
1481JFS FILESYSTEM
1482P: Dave Kleikamp
1483M: shaggy@austin.ibm.com
1484L: jfs-discussion@lists.sourceforge.net
1485W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001486T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001487S: Supported
1488
1489KCONFIG
1490P: Roman Zippel
1491M: zippel@linux-m68k.org
1492L: kbuild-devel@lists.sourceforge.net
1493S: Maintained
1494
1495KERNEL AUTOMOUNTER (AUTOFS)
1496P: H. Peter Anvin
1497M: hpa@zytor.com
1498L: autofs@linux.kernel.org
1499S: Odd Fixes
1500
1501KERNEL AUTOMOUNTER v4 (AUTOFS4)
1502P: Ian Kent
1503M: raven@themaw.net
1504L: autofs@linux.kernel.org
1505S: Maintained
1506
1507KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1508P: Kai Germaschewski
1509M: kai@germaschewski.name
1510P: Sam Ravnborg
1511M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001512T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001513S: Maintained
1514
1515KERNEL JANITORS
1516P: Several
1517L: kernel-janitors@osdl.org
1518W: http://www.kerneljanitors.org/
1519W: http://sf.net/projects/kernel-janitor/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001520S: Maintained
1521
1522KERNEL NFSD
1523P: Neil Brown
1524M: neilb@cse.unsw.edu.au
1525L: nfs@lists.sourceforge.net
1526W: http://nfs.sourceforge.net/
1527W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1528S: Maintained
1529
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001530KEXEC
1531P: Eric Biederman
1532P: Randy Dunlap
1533M: ebiederm@xmission.com
Adrian Bunkf4b09eb2006-01-03 13:37:51 +01001534M: rdunlap@xenotime.net
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001535W: http://www.xmission.com/~ebiederm/files/kexec/
1536L: linux-kernel@vger.kernel.org
1537L: fastboot@osdl.org
1538S: Maintained
1539
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001540KPROBES
1541P: Prasanna S Panchamukhi
1542M: prasanna@in.ibm.com
1543P: Ananth N Mavinakayanahalli
1544M: ananth@in.ibm.com
1545P: Anil S Keshavamurthy
1546M: anil.s.keshavamurthy@intel.com
1547P: David S. Miller
1548M: davem@davemloft.net
1549L: linux-kernel@vger.kernel.org
1550S: Maintained
1551
Linus Torvalds1da177e2005-04-16 15:20:36 -07001552LAPB module
1553P: Henner Eisen
1554M: eis@baty.hanse.de
1555L: linux-x25@vger.kernel.org
1556S: Maintained
1557
1558LASI 53c700 driver for PARISC
1559P: James E.J. Bottomley
1560M: James.Bottomley@HansenPartnership.com
1561L: linux-scsi@vger.kernel.org
1562S: Maintained
1563
1564LEGO USB Tower driver
1565P: Juergen Stuber
1566M: starblue@users.sourceforge.net
1567L: legousb-devel@lists.sourceforge.net
1568W: http://legousb.sourceforge.net/
1569S: Maintained
1570
1571LINUX FOR IBM pSERIES (RS/6000)
1572P: Paul Mackerras
1573M: paulus@au.ibm.com
1574W: http://www.ibm.com/linux/ltc/projects/ppc
1575S: Supported
1576
1577LINUX FOR NCR VOYAGER
1578P: James Bottomley
1579M: James.Bottomley@HansenPartnership.com
1580W: http://www.hansenpartnership.com/voyager
1581S: Maintained
1582
1583LINUX FOR POWERPC
1584P: Paul Mackerras
1585M: paulus@samba.org
1586W: http://www.penguinppc.org/
1587L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001588T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001589S: Supported
1590
1591LINUX FOR POWER MACINTOSH
1592P: Benjamin Herrenschmidt
1593M: benh@kernel.crashing.org
1594W: http://www.penguinppc.org/
1595L: linuxppc-dev@ozlabs.org
1596S: Maintained
1597
1598LINUX FOR POWERPC EMBEDDED MPC52XX
1599P: Sylvain Munaut
1600M: tnt@246tNt.com
1601W: http://www.246tNt.com/mpc52xx/
1602W: http://www.penguinppc.org/
1603L: linuxppc-dev@ozlabs.org
1604L: linuxppc-embedded@ozlabs.org
1605S: Maintained
1606
1607LINUX FOR POWERPC EMBEDDED PPC4XX
1608P: Matt Porter
1609M: mporter@kernel.crashing.org
1610W: http://www.penguinppc.org/
1611L: linuxppc-embedded@ozlabs.org
1612S: Maintained
1613
Tom Rinie93adf12005-07-26 12:49:53 -07001614LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001615P: Tom Rini
1616M: trini@kernel.crashing.org
1617W: http://www.penguinppc.org/
1618L: linuxppc-embedded@ozlabs.org
1619S: Maintained
1620
Tom Rinie93adf12005-07-26 12:49:53 -07001621LINUX FOR POWERPC EMBEDDED PPC8XX
1622P: Marcelo Tosatti
1623M: marcelo.tosatti@cyclades.com
1624W: http://www.penguinppc.org/
1625L: linuxppc-embedded@ozlabs.org
1626S: Maintained
1627
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1629P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001630M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001631W: http://www.penguinppc.org/
1632L: linuxppc-embedded@ozlabs.org
1633S: Maintained
1634
1635LLC (802.2)
1636P: Arnaldo Carvalho de Melo
1637M: acme@conectiva.com.br
1638S: Maintained
1639
1640LINUX FOR 64BIT POWERPC
1641P: Paul Mackerras
1642M: paulus@samba.org
1643M: paulus@au.ibm.com
1644P: Anton Blanchard
1645M: anton@samba.org
1646M: anton@au.ibm.com
1647W: http://linuxppc64.org
Stephen Rothwell1d049812006-03-22 11:26:58 +11001648L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001649S: Supported
1650
1651LINUX SECURITY MODULE (LSM) FRAMEWORK
1652P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001653M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001654L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001655W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001656T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001657S: Supported
1658
1659LM83 HARDWARE MONITOR DRIVER
1660P: Jean Delvare
1661M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001662L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663S: Maintained
1664
1665LM90 HARDWARE MONITOR DRIVER
1666P: Jean Delvare
1667M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001668L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001669S: Maintained
1670
1671LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1672P: Richard Russon (FlatCap)
1673M: ldm@flatcap.org
1674L: ldm-devel@lists.sourceforge.net
1675W: http://ldm.sourceforge.net
1676S: Maintained
1677
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001678LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1679P: Eric Moore
1680M: Eric.Moore@lsil.com
1681M: support@lsil.com
1682L: mpt_linux_developer@lsil.com
1683L: linux-scsi@vger.kernel.org
1684W: http://www.lsilogic.com/support
1685S: Supported
1686
Linus Torvalds1da177e2005-04-16 15:20:36 -07001687LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1688P: Matthew Wilcox
1689M: matthew@wil.cx
1690L: linux-scsi@vger.kernel.org
1691S: Maintained
1692
1693M68K ARCHITECTURE
1694P: Geert Uytterhoeven
1695M: geert@linux-m68k.org
1696P: Roman Zippel
1697M: zippel@linux-m68k.org
1698L: linux-m68k@lists.linux-m68k.org
1699W: http://www.linux-m68k.org/
1700W: http://linux-m68k-cvs.ubb.ca/
1701S: Maintained
1702
1703M68K ON APPLE MACINTOSH
1704P: Joshua Thompson
1705M: funaho@jurai.org
1706W: http://www.mac.linux-m68k.org/
1707L: linux-mac68k@mac.linux-m68k.org
1708S: Maintained
1709
1710M68K ON HP9000/300
1711P: Philip Blundell
1712M: philb@gnu.org
1713W: http://www.tazenda.demon.co.uk/phil/linux-hp
1714S: Maintained
1715
1716MARVELL YUKON / SYSKONNECT DRIVER
1717P: Mirko Lindner
1718M: mlindner@syskonnect.de
1719P: Ralph Roesler
1720M: rroesler@syskonnect.de
1721W: http://www.syskonnect.com
1722S: Supported
1723
1724MAESTRO PCI SOUND DRIVERS
1725P: Zach Brown
1726M: zab@zabbo.net
1727S: Odd Fixes
1728
Michael Kerriskfaf16682005-07-31 22:34:47 -07001729MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1730P: Michael Kerrisk
1731M: mtk-manpages@gmx.net
1732W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1733S: Maintained
1734
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001735MARVELL MV643XX ETHERNET DRIVER
1736P: Dale Farnsworth
1737M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001738P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001739M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001740L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001741S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001742
1743MATROX FRAMEBUFFER DRIVER
1744P: Petr Vandrovec
1745M: vandrove@vc.cvut.cz
1746L: linux-fbdev-devel@lists.sourceforge.net
1747S: Maintained
1748
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001749MEGARAID SCSI DRIVERS
1750P: Neela Syam Kolli
1751M: Neela.Kolli@engenio.com
1752S: linux-scsi@vger.kernel.org
1753W: http://megaraid.lsilogic.com
1754S: Maintained
1755
Linus Torvalds1da177e2005-04-16 15:20:36 -07001756MEMORY TECHNOLOGY DEVICES
1757P: David Woodhouse
1758M: dwmw2@infradead.org
1759W: http://www.linux-mtd.infradead.org/
1760L: linux-mtd@lists.infradead.org
Josh Boyer2c560ac2005-11-23 15:43:57 -08001761T: git kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001762S: Maintained
1763
1764MICROTEK X6 SCANNER
1765P: Oliver Neukum
1766M: oliver@neukum.name
1767S: Maintained
1768
1769MIPS
1770P: Ralf Baechle
1771M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001772W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001773L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001774T: git www.linux-mips.org:/pub/scm/linux.git
1775S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001776
1777MISCELLANEOUS MCA-SUPPORT
1778P: James Bottomley
1779M: jejb@steeleye.com
1780L: linux-kernel@vger.kernel.org
1781S: Maintained
1782
1783MODULE SUPPORT
1784P: Rusty Russell
1785M: rusty@rustcorp.com.au
1786L: linux-kernel@vger.kernel.org
1787S: Maintained
1788
1789MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1790P: Stelian Pop
1791M: stelian@popies.net
1792W: http://popies.net/meye/
1793S: Maintained
1794
1795MOUSE AND MISC DEVICES [GENERAL]
1796P: Alessandro Rubini
1797M: rubini@ipvvis.unipv.it
1798L: linux-kernel@vger.kernel.org
1799S: Maintained
1800
1801MTRR AND SIMILAR SUPPORT [i386]
1802P: Richard Gooch
1803M: rgooch@atnf.csiro.au
1804L: linux-kernel@vger.kernel.org
1805W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1806S: Maintained
1807
1808MULTISOUND SOUND DRIVER
1809P: Andrew Veliath
1810M: andrewtv@usa.net
1811S: Maintained
1812
1813NATSEMI ETHERNET DRIVER (DP8381x)
1814P: Tim Hockin
1815M: thockin@hockin.org
1816S: Maintained
1817
1818NCP FILESYSTEM
1819P: Petr Vandrovec
1820M: vandrove@vc.cvut.cz
1821L: linware@sh.cvut.cz
1822S: Maintained
1823
1824NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1825P: James E.J. Bottomley
1826M: James.Bottomley@HansenPartnership.com
1827L: linux-scsi@vger.kernel.org
1828S: Maintained
1829
1830NETFILTER/IPTABLES/IPCHAINS
1831P: Rusty Russell
1832P: Marc Boucher
1833P: James Morris
1834P: Harald Welte
1835P: Jozsef Kadlecsik
1836M: coreteam@netfilter.org
1837W: http://www.netfilter.org/
1838W: http://www.iptables.org/
1839L: netfilter@lists.netfilter.org
1840L: netfilter-devel@lists.netfilter.org
1841S: Supported
1842
1843NETROM NETWORK LAYER
1844P: Ralf Baechle
1845M: ralf@linux-mips.org
1846L: linux-hams@vger.kernel.org
1847S: Maintained
1848
1849NETWORK BLOCK DEVICE
1850P: Paul Clements
1851M: Paul.Clements@steeleye.com
1852S: Maintained
1853
1854NETWORK DEVICE DRIVERS
1855P: Andrew Morton
1856M: akpm@osdl.org
1857P: Jeff Garzik
1858M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001859L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001860T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861S: Maintained
1862
1863NETWORKING [GENERAL]
1864P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001865M: netdev@vger.kernel.org
1866L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001867S: Maintained
1868
1869NETWORKING [IPv4/IPv6]
1870P: David S. Miller
1871M: davem@davemloft.net
1872P: Alexey Kuznetsov
1873M: kuznet@ms2.inr.ac.ru
1874P: Pekka Savola (ipv6)
1875M: pekkas@netcore.fi
1876P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001877M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001878P: Hideaki YOSHIFUJI
1879M: yoshfuji@linux-ipv6.org
1880P: Patrick McHardy
1881M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001882L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08001883T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001884S: Maintained
1885
John W. Linville29f8f632006-01-18 14:52:48 -08001886NETWORKING [WIRELESS]
1887P: John W. Linville
1888M: linville@tuxdriver.com
1889L: netdev@vger.kernel.org
1890T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
1891S: Maintained
1892
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893IPVS
1894P: Wensong Zhang
1895M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07001896P: Simon Horman
1897M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07001898P: Julian Anastasov
1899M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07001900L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901S: Maintained
1902
1903NFS CLIENT
1904P: Trond Myklebust
1905M: trond.myklebust@fys.uio.no
1906L: linux-kernel@vger.kernel.org
1907S: Maintained
1908
1909NI5010 NETWORK DRIVER
1910P: Jan-Pascal van Best and Andreas Mohr
1911M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1912M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07001913L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001914S: Maintained
1915
1916NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1917P: YOKOTA Hiroshi
1918M: yokota@netlab.is.tsukuba.ac.jp
1919W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1920S: Maintained
1921
1922NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1923P: GOTO Masanori
1924M: gotom@debian.or.jp
1925P: YOKOTA Hiroshi
1926M: yokota@netlab.is.tsukuba.ac.jp
1927W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1928S: Maintained
1929
1930NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1931P: Eberhard Moenkeberg
1932M: emoenke@gwdg.de
1933L: linux-kernel@vger.kernel.org
1934S: Maintained
1935
1936NTFS FILESYSTEM
1937P: Anton Altaparmakov
1938M: aia21@cantab.net
1939L: linux-ntfs-dev@lists.sourceforge.net
1940L: linux-kernel@vger.kernel.org
1941W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001942T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001943S: Maintained
1944
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001945NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
1946P: Antonino Daplas
1947M: adaplas@pol.net
1948L: linux-fbdev-devel@lists.sourceforge.net
1949S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950
Mark Fashehccd979b2005-12-15 14:31:24 -08001951ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
1952P: Mark Fasheh
1953M: mark.fasheh@oracle.com
1954P: Kurt Hackel
1955M: kurt.hackel@oracle.com
1956L: ocfs2-devel@oss.oracle.com
1957W: http://oss.oracle.com/projects/ocfs2/
1958S: Supported
1959
Linus Torvalds1da177e2005-04-16 15:20:36 -07001960OLYMPIC NETWORK DRIVER
1961P: Peter De Shrijver
1962M: p2@ace.ulyssis.student.kuleuven.ac.be
1963P: Mike Phillips
1964M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001965L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966L: linux-tr@linuxtr.net
1967W: http://www.linuxtr.net
1968S: Maintained
1969
Harald Weltec1986ee2005-11-13 16:06:29 -08001970OMNIKEY CARDMAN 4000 DRIVER
1971P: Harald Welte
1972M: laforge@gnumonks.org
1973S: Maintained
1974
Harald Welte77c44ab2005-11-13 16:06:26 -08001975OMNIKEY CARDMAN 4040 DRIVER
1976P: Harald Welte
1977M: laforge@gnumonks.org
1978S: Maintained
1979
Linus Torvalds1da177e2005-04-16 15:20:36 -07001980ONSTREAM SCSI TAPE DRIVER
1981P: Willem Riede
1982M: osst@riede.org
1983L: osst-users@lists.sourceforge.net
1984L: linux-scsi@vger.kernel.org
1985S: Maintained
1986
1987OPL3-SA2, SA3, and SAx DRIVER
1988P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07001989M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001990L: linux-sound@vger.kernel.org
1991S: Maintained
1992
1993OPROFILE
1994P: Philippe Elie
1995M: phil.el@wanadoo.fr
1996L: oprofile-list@lists.sf.net
1997S: Maintained
1998
1999ORINOCO DRIVER
2000P: Pavel Roskin
2001M: proski@gnu.org
2002P: David Gibson
2003M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002004L: orinoco-users@lists.sourceforge.net
2005L: orinoco-devel@lists.sourceforge.net
2006W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002007S: Maintained
2008
2009PARALLEL PORT SUPPORT
2010P: Phil Blundell
2011M: philb@gnu.org
2012P: Tim Waugh
2013M: tim@cyberelk.net
2014P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015P: Andrea Arcangeli
2016M: andrea@suse.de
2017L: linux-parport@lists.infradead.org
2018W: http://people.redhat.com/twaugh/parport/
2019S: Maintained
2020
2021PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2022P: Tim Waugh
2023M: tim@cyberelk.net
2024L: linux-parport@lists.infradead.org
2025W: http://www.torque.net/linux-pp.html
2026S: Maintained
2027
2028PARISC ARCHITECTURE
2029P: Matthew Wilcox
2030M: matthew@wil.cx
2031P: Grant Grundler
2032M: grundler@parisc-linux.org
2033L: parisc-linux@parisc-linux.org
2034W: http://www.parisc-linux.org/
2035S: Maintained
2036
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002037PCI ERROR RECOVERY
2038P: Linas Vepstas
2039M: linas@austin.ibm.com
2040L: linux-kernel@vger.kernel.org
2041L: linux-pci@atrey.karlin.mff.cuni.cz
2042S: Supported
2043
Linus Torvalds1da177e2005-04-16 15:20:36 -07002044PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2045P: Thomas Sailer
2046M: sailer@ife.ee.ethz.ch
2047L: linux-sound@vger.kernel.org
2048W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2049S: Maintained
2050
2051PCI SUBSYSTEM
2052P: Greg Kroah-Hartman
2053M: gregkh@suse.de
2054L: linux-kernel@vger.kernel.org
2055L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002056T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002057S: Supported
2058
2059PCI HOTPLUG CORE
2060P: Greg Kroah-Hartman
2061M: gregkh@suse.de
2062S: Supported
2063
2064PCI HOTPLUG COMPAQ DRIVER
2065P: Greg Kroah-Hartman
2066M: greg@kroah.com
2067S: Maintained
2068
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002069PCIE HOTPLUG DRIVER
2070P: Kristen Carlson Accardi
2071M: kristen.c.accardi@intel.com
2072L: pcihpd-discuss@lists.sourceforge.net
2073S: Maintained
2074
Linus Torvalds1da177e2005-04-16 15:20:36 -07002075PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002076P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002078T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002079S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002080
2081PCNET32 NETWORK DRIVER
2082P: Thomas Bogendörfer
2083M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002084L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002085S: Maintained
2086
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002087PERSONALITY HANDLING
2088P: Christoph Hellwig
2089M: hch@infradead.org
2090L: linux-abi-devel@lists.sourceforge.net
2091S: Maintained
2092
Linus Torvalds1da177e2005-04-16 15:20:36 -07002093PHRAM MTD DRIVER
2094P: Jörn Engel
2095M: joern@wh.fh-wedel.de
2096L: linux-mtd@lists.infradead.org
2097S: Maintained
2098
Peter Osterlund249a6772005-09-27 21:45:30 -07002099PKTCDVD DRIVER
2100P: Peter Osterlund
2101M: petero2@telia.com
2102L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002103S: Maintained
2104
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105POSIX CLOCKS and TIMERS
2106P: George Anzinger
2107M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002108L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109S: Supported
2110
Eugene Surovegin24682972005-10-14 03:00:53 -07002111POWERPC 4xx EMAC DRIVER
2112P: Eugene Surovegin
2113M: ebs@ebshome.net
2114W: http://kernel.ebshome.net/emac/
2115L: linuxppc-embedded@ozlabs.org
2116L: netdev@vger.kernel.org
2117S: Maintained
2118
Linus Torvalds1da177e2005-04-16 15:20:36 -07002119PNP SUPPORT
2120P: Adam Belay
2121M: ambx1@neo.rr.com
2122S: Maintained
2123
2124PPP PROTOCOL DRIVERS AND COMPRESSORS
2125P: Paul Mackerras
2126M: paulus@samba.org
2127L: linux-ppp@vger.kernel.org
2128S: Maintained
2129
2130PPP OVER ATM (RFC 2364)
2131P: Mitchell Blank Jr
2132M: mitch@sfgoth.com
2133S: Maintained
2134
2135PPP OVER ETHERNET
2136P: Michal Ostrowski
2137M: mostrows@speakeasy.net
2138S: Maintained
2139
2140PREEMPTIBLE KERNEL
2141P: Robert Love
2142M: rml@tech9.net
2143L: linux-kernel@vger.kernel.org
2144L: kpreempt-tech@lists.sourceforge.net
2145W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2146S: Supported
2147
2148PRISM54 WIRELESS DRIVER
2149P: Prism54 Development Team
2150M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002151L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002152W: http://prism54.org
2153S: Maintained
2154
2155PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2156P: Peter Denison
2157M: promise@pnd-pc.demon.co.uk
2158W: http://www.pnd-pc.demon.co.uk/promise/
2159S: Maintained
2160
2161PXA2xx SUPPORT
2162P: Nicolas Pitre
2163M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002164L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165S: Maintained
2166
2167QLOGIC QLA2XXX FC-SCSI DRIVER
2168P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002169M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002170L: linux-scsi@vger.kernel.org
2171S: Supported
2172
2173QNX4 FILESYSTEM
2174P: Anders Larsen
2175M: al@alarsen.net
2176L: linux-kernel@vger.kernel.org
2177W: http://www.alarsen.net/linux/qnx4fs/
2178S: Maintained
2179
2180RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002181P: Benjamin Herrenschmidt
2182M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002183L: linux-fbdev-devel@lists.sourceforge.net
2184S: Maintained
2185
2186RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002187P: Paul Mackerras
2188M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002189L: linux-fbdev-devel@lists.sourceforge.net
2190S: Maintained
2191
2192RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2193P: Corey Thomas
2194M: corey@world.std.com
2195L: linux-kernel@vger.kernel.org
2196S: Maintained
2197
Matt Mackall9e95ce22005-04-16 15:25:56 -07002198RANDOM NUMBER DRIVER
2199P: Matt Mackall
2200M: mpm@selenic.com
2201S: Maintained
2202
Matt Porter394b7012005-11-07 01:00:15 -08002203RAPIDIO SUBSYSTEM
2204P: Matt Porter
2205M: mporter@kernel.crashing.org
2206L: linux-kernel@vger.kernel.org
2207S: Maintained
2208
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209REAL TIME CLOCK DRIVER
2210P: Paul Gortmaker
2211M: p_gortmaker@yahoo.com
2212L: linux-kernel@vger.kernel.org
2213S: Maintained
2214
2215REISERFS FILE SYSTEM
2216P: Hans Reiser
2217M: reiserfs-dev@namesys.com
2218L: reiserfs-list@namesys.com
2219W: http://www.namesys.com
2220S: Supported
2221
2222ROCKETPORT DRIVER
2223P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002224W: http://www.comtrol.com
2225S: Maintained
2226
2227ROSE NETWORK LAYER
2228P: Ralf Baechle
2229M: ralf@linux-mips.org
2230L: linux-hams@vger.kernel.org
2231S: Maintained
2232
2233RISCOM8 DRIVER
2234S: Orphan
2235
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002236S3 SAVAGE FRAMEBUFFER DRIVER
2237P: Antonino Daplas
2238M: adaplas@pol.net
2239L: linux-fbdev-devel@lists.sourceforge.net
2240S: Maintained
2241
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242S390
2243P: Martin Schwidefsky
2244M: schwidefsky@de.ibm.com
2245M: linux390@de.ibm.com
2246L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002247W: http://www.ibm.com/developerworks/linux/linux390/
2248S: Supported
2249
2250S390 NETWORK DRIVERS
2251P: Frank Pavlic
2252M: fpavlic@de.ibm.com
2253M: linux390@de.ibm.com
2254L: linux-390@vm.marist.edu
2255W: http://www.ibm.com/developerworks/linux/linux390/
2256S: Supported
2257
2258S390 ZFCP DRIVER
2259P: Andreas Herrmann
2260M: aherrman@de.ibm.com
2261M: linux390@de.ibm.com
2262L: linux-390@vm.marist.edu
2263W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002264S: Supported
2265
2266SAA7146 VIDEO4LINUX-2 DRIVER
2267P: Michael Hunold
2268M: michael@mihu.de
2269W: http://www.mihu.de/linux/saa7146
2270S: Maintained
2271
2272SBPCD CDROM DRIVER
2273P: Eberhard Moenkeberg
2274M: emoenke@gwdg.de
2275L: linux-kernel@vger.kernel.org
2276S: Maintained
2277
2278SC1200 WDT DRIVER
2279P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002280M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002281S: Maintained
2282
2283SCHEDULER
2284P: Ingo Molnar
2285M: mingo@elte.hu
2286P: Robert Love [the preemptible kernel bits]
2287M: rml@tech9.net
2288L: linux-kernel@vger.kernel.org
2289S: Maintained
2290
2291SCSI CDROM DRIVER
2292P: Jens Axboe
2293M: axboe@suse.de
2294L: linux-scsi@vger.kernel.org
2295W: http://www.kernel.dk
2296S: Maintained
2297
2298SCSI SG DRIVER
2299P: Doug Gilbert
2300M: dgilbert@interlog.com
2301L: linux-scsi@vger.kernel.org
2302W: http://www.torque.net/sg
2303S: Maintained
2304
2305SCSI SUBSYSTEM
2306P: James E.J. Bottomley
2307M: James.Bottomley@SteelEye.com
2308L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002309T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002310S: Maintained
2311
2312SCSI TAPE DRIVER
2313P: Kai Mäkisara
2314M: Kai.Makisara@kolumbus.fi
2315L: linux-scsi@vger.kernel.org
2316S: Maintained
2317
2318SCTP PROTOCOL
2319P: Sridhar Samudrala
2320M: sri@us.ibm.com
2321L: lksctp-developers@lists.sourceforge.net
2322S: Supported
2323
2324SCx200 CPU SUPPORT
2325P: Christer Weinigel
2326M: christer@weinigel.se
2327W: http://www.weinigel.se
2328S: Supported
2329
2330SECURITY CONTACT
2331P: Security Officers
2332M: security@kernel.org
2333S: Supported
2334
2335SELINUX SECURITY MODULE
2336P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002337M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002338P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002339M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002340L: linux-kernel@vger.kernel.org (kernel issues)
2341L: selinux@tycho.nsa.gov (general discussion)
2342W: http://www.nsa.gov/selinux
2343S: Supported
2344
2345SERIAL ATA (SATA) SUBSYSTEM:
2346P: Jeff Garzik
2347M: jgarzik@pobox.com
2348L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002349T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350S: Supported
2351
2352SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2353P: Pat Gefre
2354M: pfg@sgi.com
2355L: linux-ia64@vger.kernel.org
2356S: Supported
2357
2358SGI VISUAL WORKSTATION 320 AND 540
2359P: Andrey Panin
2360M: pazke@donpac.ru
2361L: linux-visws-devel@lists.sf.net
2362W: http://linux-visws.sf.net
2363S: Maintained for 2.6.
2364
2365SIMTEC EB110ATX (Chalice CATS)
2366P: Ben Dooks
2367P: Vincent Sanders
2368M: support@simtec.co.uk
2369W: http://www.simtec.co.uk/products/EB110ATX/
2370S: Supported
2371
2372SIMTEC EB2410ITX (BAST)
2373P: Ben Dooks
2374P: Vincent Sanders
2375M: support@simtec.co.uk
2376W: http://www.simtec.co.uk/products/EB2410ITX/
2377S: Supported
2378
Francois Romieu92aab3c2005-07-30 13:11:18 +02002379SIS 190 ETHERNET DRIVER
2380P: Francois Romieu
2381M: romieu@fr.zoreil.com
2382L: netdev@vger.kernel.org
2383S: Maintained
2384
Linus Torvalds1da177e2005-04-16 15:20:36 -07002385SIS 5513 IDE CONTROLLER DRIVER
2386P: Lionel Bouton
2387M: Lionel.Bouton@inet6.fr
2388W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2389W: http://gyver.homeip.net/sis5513/index.html
2390S: Maintained
2391
2392SIS 900/7016 FAST ETHERNET DRIVER
2393P: Daniele Venzano
2394M: venza@brownhat.org
2395W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002396L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002397S: Maintained
2398
2399SIS FRAMEBUFFER DRIVER
2400P: Thomas Winischhofer
2401M: thomas@winischhofer.net
2402W: http://www.winischhofer.net/linuxsisvga.shtml
2403S: Maintained
2404
2405SIS USB2VGA DRIVER
2406P: Thomas Winischhofer
2407M: thomas@winischhofer.net
2408W: http://www.winischhofer.at/linuxsisusbvga.shtml
2409S: Maintained
2410
2411SMSC47M1 HARDWARE MONITOR DRIVER
2412P: Jean Delvare
2413M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002414L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002415S: Odd Fixes
2416
2417SMB FILESYSTEM
2418P: Urban Widmark
2419M: urban@teststation.com
2420W: http://samba.org/
2421L: samba@samba.org
2422S: Maintained
2423
2424SMC91x ETHERNET DRIVER
2425P: Nicolas Pitre
2426M: nico@cam.org
2427S: Maintained
2428
Linus Torvalds1da177e2005-04-16 15:20:36 -07002429SOFTWARE RAID (Multiple Disks) SUPPORT
2430P: Ingo Molnar
2431M: mingo@redhat.com
2432P: Neil Brown
2433M: neilb@cse.unsw.edu.au
2434L: linux-raid@vger.kernel.org
2435S: Maintained
2436
2437SOFTWARE SUSPEND:
2438P: Pavel Machek
2439M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002440L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002441S: Maintained
2442
2443SONIC NETWORK DRIVER
2444P: Thomas Bogendoerfer
2445M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002446L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447S: Maintained
2448
2449SONY VAIO CONTROL DEVICE DRIVER
2450P: Stelian Pop
2451M: stelian@popies.net
2452W: http://popies.net/sonypi/
2453S: Maintained
2454
2455SOUND
2456P: Jaroslav Kysela
2457M: perex@suse.cz
2458L: alsa-devel@alsa-project.org
2459S: Maintained
2460
Kylene Hall1c72d462005-05-01 08:59:13 -07002461TPM DEVICE DRIVER
2462P: Kylene Hall
2463M: kjhall@us.ibm.com
2464W: http://tpmdd.sourceforge.net
2465L: tpmdd-devel@lists.sourceforge.net
2466S: Maintained
2467
Mark Gross1a80ba82005-10-30 15:02:55 -08002468Telecom Clock Driver for MCPL0010
2469P: Mark Gross
2470M: mark.gross@intel.com
2471S: Supported
2472
Chris Zankel48b415c2005-06-23 22:01:07 -07002473TENSILICA XTENSA PORT (xtensa):
2474P: Chris Zankel
2475M: chris@zankel.net
2476S: Maintained
2477
Linus Torvalds1da177e2005-04-16 15:20:36 -07002478UltraSPARC (sparc64):
2479P: David S. Miller
2480M: davem@davemloft.net
2481P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002482M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002483P: Jakub Jelinek
2484M: jj@sunsite.ms.mff.cuni.cz
2485P: Anton Blanchard
2486M: anton@samba.org
2487L: sparclinux@vger.kernel.org
2488L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002489T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002490S: Maintained
2491
2492SHARP LH SUPPORT (LH7952X & LH7A40X)
2493P: Marc Singer
2494M: elf@buici.com
2495W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002496L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002497S: Maintained
2498
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002499SHPC HOTPLUG DRIVER
2500P: Kristen Carlson Accardi
2501M: kristen.c.accardi@intel.com
2502L: pcihpd-discuss@lists.sourceforge.net
2503S: Maintained
2504
Pierre Ossmand129bce2006-03-24 03:18:17 -08002505SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2506P: Pierre Ossman
2507M: drzeus-sdhci@drzeus.cx
2508L: sdhci-devel@list.drzeus.cx
2509W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2510S: Maintained
2511
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002512SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2513P: Stephen Hemminger
2514M: shemminger@osdl.org
2515L: netdev@vger.kernel.org
2516S: Maintained
2517
Linus Torvalds1da177e2005-04-16 15:20:36 -07002518SPARC (sparc32):
2519P: William L. Irwin
2520M: wli@holomorphy.com
2521L: sparclinux@vger.kernel.org
2522S: Maintained
2523
2524SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2525P: Roger Wolff
2526M: R.E.Wolff@BitWizard.nl
2527L: linux-kernel@vger.kernel.org ?
2528S: Supported
2529
Linus Torvalds1da177e2005-04-16 15:20:36 -07002530SRM (Alpha) environment access
2531P: Jan-Benedict Glaw
2532M: jbglaw@lug-owl.de
2533L: linux-kernel@vger.kernel.org
2534S: Maintained
2535
2536STARFIRE/DURALAN NETWORK DRIVER
2537P: Ion Badulescu
2538M: ionut@cs.columbia.edu
2539S: Maintained
2540
2541STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2542W: http://mosquitonet.Stanford.EDU/strip.html
2543S: Unsupported ?
2544
2545STRADIS MPEG-2 DECODER DRIVER
2546P: Nathan Laredo
2547M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548W: http://www.stradis.com/
2549S: Maintained
2550
2551SUPERH (sh)
2552P: Paul Mundt
2553M: lethal@linux-sh.org
2554P: Kazumoto Kojima
2555M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002556L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002557W: http://www.linux-sh.org
2558W: http://www.m17n.org/linux-sh/
2559W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2560S: Maintained
2561
2562SUPERH64 (sh64)
2563P: Paul Mundt
2564M: lethal@linux-sh.org
2565P: Richard Curnow
2566M: rc@rc0.org.uk
2567L: linuxsh-shmedia-dev@lists.sourceforge.net
2568W: http://www.linux-sh.org
2569W: http://www.rc0.org.uk/sh64
2570S: Maintained
2571
2572SUN3/3X
2573P: Sam Creasey
2574M: sammy@sammy.net
2575L: sun3-list@redhat.com
2576W: http://sammy.net/sun3/
2577S: Maintained
2578
2579SVGA HANDLING
2580P: Martin Mares
2581M: mj@ucw.cz
2582L: linux-video@atrey.karlin.mff.cuni.cz
2583S: Maintained
2584
2585SYSV FILESYSTEM
2586P: Christoph Hellwig
2587M: hch@infradead.org
2588S: Maintained
2589
2590TI PARALLEL LINK CABLE DRIVER
2591P: Romain Lievin
2592M: roms@lpg.ticalc.org
2593S: Maintained
2594
Per Lidene86eaa32006-01-12 16:45:18 +01002595TIPC NETWORK LAYER
2596P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002597M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002598P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002599M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002600P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002601M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002602L: tipc-discussion@lists.sourceforge.net
2603W: http://tipc.sourceforge.net/
2604W: http://tipc.cslab.ericsson.net/
2605T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2606S: Maintained
2607
Linus Torvalds1da177e2005-04-16 15:20:36 -07002608TLAN NETWORK DRIVER
2609P: Samuel Chessman
2610M: chessman@tux.org
2611L: tlan-devel@lists.sourceforge.net
2612W: http://sourceforge.net/projects/tlan/
2613S: Maintained
2614
2615TOKEN-RING NETWORK DRIVER
2616P: Mike Phillips
2617M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002618L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002619L: linux-tr@linuxtr.net
2620W: http://www.linuxtr.net
2621S: Maintained
2622
2623TOSHIBA ACPI EXTRAS DRIVER
2624P: John Belmonte
2625M: toshiba_acpi@memebeam.org
2626W: http://memebeam.org/toys/ToshibaAcpiDriver
2627S: Maintained
2628
2629TOSHIBA SMM DRIVER
2630P: Jonathan Buzzard
2631M: jonathan@buzzard.org.uk
2632L: tlinux-users@tce.toshiba-dme.co.jp
2633W: http://www.buzzard.org.uk/toshiba/
2634S: Maintained
2635
2636TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2637P: Muli Ben-Yehuda
2638M: mulix@mulix.org
2639L: linux-kernel@vger.kernel.org
2640S: Maintained
2641
2642TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002643P: Adrian Bunk
2644M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002645L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002646W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002647T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002648S: Maintained
2649
2650TMS380 TOKEN-RING NETWORK DRIVER
2651P: Adam Fritzler
2652M: mid@auk.cx
2653L: linux-tr@linuxtr.net
2654W: http://www.auk.cx/tms380tr/
2655S: Maintained
2656
2657TULIP NETWORK DRIVER
2658P: Jeff Garzik
2659M: jgarzik@pobox.com
2660L: tulip-users@lists.sourceforge.net
2661W: http://sourceforge.net/projects/tulip/
2662S: Maintained
2663
2664TUN/TAP driver
2665P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002666M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002667L: vtun@office.satix.net
2668W: http://vtun.sourceforge.net/tun
2669S: Maintained
2670
2671U14-34F SCSI DRIVER
2672P: Dario Ballabio
2673M: ballabio_dario@emc.com
2674L: linux-scsi@vger.kernel.org
2675S: Maintained
2676
2677UDF FILESYSTEM
2678P: Ben Fennema
2679M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002680W: http://linux-udf.sourceforge.net
2681S: Maintained
2682
2683UNIFORM CDROM DRIVER
2684P: Jens Axboe
2685M: axboe@suse.de
2686L: linux-kernel@vger.kernel.org
2687W: http://www.kernel.dk
2688S: Maintained
2689
2690USB ACM DRIVER
2691P: Oliver Neukum
2692M: oliver@neukum.name
2693L: linux-usb-users@lists.sourceforge.net
2694L: linux-usb-devel@lists.sourceforge.net
2695S: Maintained
2696
2697USB BLOCK DRIVER (UB ub)
2698P: Pete Zaitcev
2699M: zaitcev@redhat.com
2700L: linux-kernel@vger.kernel.org
2701L: linux-usb-devel@lists.sourceforge.net
2702S: Supported
2703
Linus Torvalds1da177e2005-04-16 15:20:36 -07002704USB CDC ETHERNET DRIVER
2705P: Greg Kroah-Hartman
2706M: greg@kroah.com
2707L: linux-usb-users@lists.sourceforge.net
2708L: linux-usb-devel@lists.sourceforge.net
2709S: Maintained
2710W: http://www.kroah.com/linux-usb/
2711
2712USB EHCI DRIVER
2713P: David Brownell
2714M: dbrownell@users.sourceforge.net
2715L: linux-usb-devel@lists.sourceforge.net
2716S: Maintained
2717
Luca Risolia7ce08c92006-01-11 02:06:59 +00002718USB ET61X[12]51 DRIVER
2719P: Luca Risolia
2720M: luca.risolia@studio.unibo.it
2721L: linux-usb-devel@lists.sourceforge.net
2722L: video4linux-list@redhat.com
2723W: http://www.linux-projects.org
2724S: Maintained
2725
Linus Torvalds1da177e2005-04-16 15:20:36 -07002726USB HID/HIDBP DRIVERS
2727P: Vojtech Pavlik
2728M: vojtech@suse.cz
2729L: linux-usb-users@lists.sourceforge.net
2730L: linux-usb-devel@lists.sourceforge.net
2731S: Maintained
2732
2733USB HUB DRIVER
2734P: Johannes Erdfelt
2735M: johannes@erdfelt.com
2736L: linux-usb-users@lists.sourceforge.net
2737L: linux-usb-devel@lists.sourceforge.net
2738S: Maintained
2739
Olav Kongas959eea22005-11-03 17:38:14 +02002740USB ISP116X DRIVER
2741P: Olav Kongas
2742M: ok@artecdesign.ee
2743L: linux-usb-devel@lists.sourceforge.net
2744S: Maintained
2745
Linus Torvalds1da177e2005-04-16 15:20:36 -07002746USB KAWASAKI LSI DRIVER
2747P: Oliver Neukum
2748M: oliver@neukum.name
2749L: linux-usb-users@lists.sourceforge.net
2750L: linux-usb-devel@lists.sourceforge.net
2751S: Maintained
2752
2753USB MASS STORAGE DRIVER
2754P: Matthew Dharm
2755M: mdharm-usb@one-eyed-alien.net
2756L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002757L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002758S: Maintained
2759W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2760
2761USB OHCI DRIVER
2762P: Roman Weissgaerber
2763M: weissg@vienna.at
2764L: linux-usb-users@lists.sourceforge.net
2765L: linux-usb-devel@lists.sourceforge.net
2766S: Maintained
2767
Matthias Urlichsba460e42005-07-14 00:33:47 -07002768USB OPTION-CARD DRIVER
2769P: Matthias Urlichs
2770M: smurf@smurf.noris.de
2771L: linux-usb-devel@lists.sourceforge.net
2772S: Maintained
2773
Linus Torvalds1da177e2005-04-16 15:20:36 -07002774USB OV511 DRIVER
2775P: Mark McClelland
2776M: mmcclell@bigfoot.com
2777L: linux-usb-users@lists.sourceforge.net
2778L: linux-usb-devel@lists.sourceforge.net
2779W: http://alpha.dyndns.org/ov511/
2780S: Maintained
2781
2782USB PEGASUS DRIVER
2783P: Petko Manolov
2784M: petkan@users.sourceforge.net
2785L: linux-usb-users@lists.sourceforge.net
2786L: linux-usb-devel@lists.sourceforge.net
2787W: http://pegasus2.sourceforge.net/
2788S: Maintained
2789
2790USB PRINTER DRIVER
2791P: Vojtech Pavlik
2792M: vojtech@suse.cz
2793L: linux-usb-users@lists.sourceforge.net
2794L: linux-usb-devel@lists.sourceforge.net
2795S: Maintained
2796
2797USB RTL8150 DRIVER
2798P: Petko Manolov
2799M: petkan@users.sourceforge.net
2800L: linux-usb-users@lists.sourceforge.net
2801L: linux-usb-devel@lists.sourceforge.net
2802W: http://pegasus2.sourceforge.net/
2803S: Maintained
2804
2805USB SE401 DRIVER
2806P: Jeroen Vreeken
2807M: pe1rxq@amsat.org
2808L: linux-usb-users@lists.sourceforge.net
2809L: linux-usb-devel@lists.sourceforge.net
2810W: http://www.chello.nl/~j.vreeken/se401/
2811S: Maintained
2812
2813USB SERIAL CYBERJACK DRIVER
2814P: Matthias Bruestle and Harald Welte
2815M: support@reiner-sct.com
2816W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2817S: Maintained
2818
2819USB SERIAL DIGI ACCELEPORT DRIVER
2820P: Peter Berger and Al Borchers
2821M: pberger@brimson.com
2822M: alborchers@steinerpoint.com
2823L: linux-usb-users@lists.sourceforge.net
2824L: linux-usb-devel@lists.sourceforge.net
2825S: Maintained
2826
2827USB SERIAL DRIVER
2828P: Greg Kroah-Hartman
2829M: gregkh@suse.de
2830L: linux-usb-users@lists.sourceforge.net
2831L: linux-usb-devel@lists.sourceforge.net
2832S: Supported
2833
2834USB SERIAL BELKIN F5U103 DRIVER
2835P: William Greathouse
2836M: wgreathouse@smva.com
2837L: linux-usb-users@lists.sourceforge.net
2838L: linux-usb-devel@lists.sourceforge.net
2839S: Maintained
2840
2841USB SERIAL CYPRESS M8 DRIVER
2842P: Lonnie Mendez
2843M: dignome@gmail.com
2844L: linux-usb-users@lists.sourceforge.net
2845L: linux-usb-devel@lists.sourceforge.net
2846S: Maintained
2847W: http://geocities.com/i0xox0i
2848W: http://firstlight.net/cvs
2849
2850USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2851L: linux-usb-users@lists.sourceforge.net
2852L: linux-usb-devel@lists.sourceforge.net
2853S: Maintained
2854
2855USB AUERSWALD DRIVER
2856P: Wolfgang Muees
2857M: wolfgang@iksw-muees.de
2858L: linux-usb-users@lists.sourceforge.net
2859L: linux-usb-devel@lists.sourceforge.net
2860S: Maintained
2861
2862USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2863P: Gary Brubaker
2864M: xavyer@ix.netcom.com
2865L: linux-usb-users@lists.sourceforge.net
2866L: linux-usb-devel@lists.sourceforge.net
2867S: Maintained
2868
2869USB SERIAL KEYSPAN DRIVER
2870P: Greg Kroah-Hartman
2871M: greg@kroah.com
2872L: linux-usb-users@lists.sourceforge.net
2873L: linux-usb-devel@lists.sourceforge.net
2874W: http://www.kroah.com/linux/
2875S: Maintained
2876
2877USB SERIAL WHITEHEAT DRIVER
2878P: Stuart MacDonald
2879M: stuartm@connecttech.com
2880L: linux-usb-users@lists.sourceforge.net
2881L: linux-usb-devel@lists.sourceforge.net
2882W: http://www.connecttech.com
2883S: Supported
2884
2885USB SN9C10x DRIVER
2886P: Luca Risolia
2887M: luca.risolia@studio.unibo.it
2888L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00002889L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002890W: http://www.linux-projects.org
2891S: Maintained
2892
2893USB SUBSYSTEM
2894P: Greg Kroah-Hartman
2895M: gregkh@suse.de
2896L: linux-usb-users@lists.sourceforge.net
2897L: linux-usb-devel@lists.sourceforge.net
2898W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002899T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002900S: Supported
2901
2902USB UHCI DRIVER
2903P: Alan Stern
2904M: stern@rowland.harvard.edu
2905L: linux-usb-users@lists.sourceforge.net
2906L: linux-usb-devel@lists.sourceforge.net
2907S: Maintained
2908
2909USB "USBNET" DRIVER
2910P: David Brownell
2911M: dbrownell@users.sourceforge.net
2912L: linux-usb-devel@lists.sourceforge.net
2913S: Maintained
2914
2915USB W996[87]CF DRIVER
2916P: Luca Risolia
2917M: luca.risolia@studio.unibo.it
2918L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00002919L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002920W: http://www.linux-projects.org
2921S: Maintained
2922
Luca Risolia60f78052006-02-06 16:29:35 +00002923USB ZC0301 DRIVER
2924P: Luca Risolia
2925M: luca.risolia@studio.unibo.it
2926L: linux-usb-devel@lists.sourceforge.net
2927L: video4linux-list@redhat.com
2928W: http://www.linux-projects.org
2929S: Maintained
2930
Linus Torvalds1da177e2005-04-16 15:20:36 -07002931USB ZD1201 DRIVER
2932P: Jeroen Vreeken
2933M: pe1rxq@amsat.org
2934L: linux-usb-users@lists.sourceforge.net
2935L: linux-usb-devel@lists.sourceforge.net
2936W: http://linux-lc100020.sourceforge.net
2937S: Maintained
2938
2939USER-MODE LINUX
2940P: Jeff Dike
2941M: jdike@karaya.com
2942L: user-mode-linux-devel@lists.sourceforge.net
2943L: user-mode-linux-user@lists.sourceforge.net
2944W: http://user-mode-linux.sourceforge.net
2945S: Maintained
2946
2947FAT/VFAT/MSDOS FILESYSTEM:
2948P: OGAWA Hirofumi
2949M: hirofumi@mail.parknet.co.jp
2950L: linux-kernel@vger.kernel.org
2951S: Maintained
2952
2953VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2954P: Jeff Garzik
2955S: Odd fixes
2956
2957VIA RHINE NETWORK DRIVER
2958P: Roger Luethi
2959M: rl@hellgate.ch
2960S: Maintained
2961
Jean Delvare32c0a522005-09-22 21:47:58 +02002962VIAPRO SMBUS DRIVER
2963P: Jean Delvare
2964M: khali@linux-fr.org
2965L: lm-sensors@lm-sensors.org
2966S: Maintained
2967
Linus Torvalds1da177e2005-04-16 15:20:36 -07002968UCLINUX (AND M68KNOMMU)
2969P: Greg Ungerer
2970M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002971W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07002972L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002973S: Maintained
2974
2975UCLINUX FOR NEC V850
2976P: Miles Bader
2977M: uclinux-v850@lsi.nec.co.jp
2978W: http://www.ic.nec.co.jp/micro/uclinux/eng/
2979W: http://www.ee.nec.de/uclinux/
2980S: Supported
2981
2982UCLINUX FOR RENESAS H8/300
2983P: Yoshinori Sato
2984M: ysato@users.sourceforge.jp
2985W: http://uclinux-h8.sourceforge.jp/
2986S: Supported
2987
2988USB DIAMOND RIO500 DRIVER
2989P: Cesar Miquel
2990M: miquel@df.uba.ar
2991L: rio500-users@lists.sourceforge.net
2992W: http://rio500.sourceforge.net
2993S: Maintained
2994
2995VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002996P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02002997M: mchehab@infradead.org
2998M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002999L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003000W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003001T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003002S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003003
Roger Lucas1de9e372005-11-26 20:20:05 +01003004VT8231 HARDWARE MONITOR DRIVER
3005P: Roger Lucas
3006M: roger@planbit.co.uk
3007L: lm-sensors@lm-sensors.org
3008S: Maintained
3009
Linus Torvalds1da177e2005-04-16 15:20:36 -07003010W1 DALLAS'S 1-WIRE BUS
3011P: Evgeniy Polyakov
3012M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003013L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003014S: Maintained
3015
3016W83L51xD SD/MMC CARD INTERFACE DRIVER
3017P: Pierre Ossman
3018M: drzeus-wbsd@drzeus.cx
3019L: wbsd-devel@list.drzeus.cx
3020W: http://projects.drzeus.cx/wbsd
3021S: Maintained
3022
3023W83L785TS HARDWARE MONITOR DRIVER
3024P: Jean Delvare
3025M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003026L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003027S: Odd Fixes
3028
3029WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
3030P: Nenad Corbic
3031M: ncorbic@sangoma.com
3032M: dm@sangoma.com
3033W: http://www.sangoma.com
3034S: Supported
3035
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003036WATCHDOG DEVICE DRIVERS
3037P: Wim Van Sebroeck
3038M: wim@iguana.be
3039T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3040S: Maintained
3041
Linus Torvalds1da177e2005-04-16 15:20:36 -07003042WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3043P: Jean Tourrilhes
3044M: jt@hpl.hp.com
3045W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3046S: Maintained
3047
3048WD7000 SCSI DRIVER
3049P: Miroslav Zagorac
3050M: zaga@fly.cc.fer.hr
3051L: linux-scsi@vger.kernel.org
3052S: Maintained
3053
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003054WISTRON LAPTOP BUTTON DRIVER
3055P: Miloslav Trmac
3056M: mitr@volny.cz
3057S: Maintained
3058
Linus Torvalds1da177e2005-04-16 15:20:36 -07003059WL3501 WIRELESS PCMCIA CARD DRIVER
3060P: Arnaldo Carvalho de Melo
3061M: acme@conectiva.com.br
3062W: http://advogato.org/person/acme
3063S: Maintained
3064
3065X.25 NETWORK LAYER
3066P: Henner Eisen
3067M: eis@baty.hanse.de
3068L: linux-x25@vger.kernel.org
3069S: Maintained
3070
3071XFS FILESYSTEM
3072P: Silicon Graphics Inc
3073M: xfs-masters@oss.sgi.com
3074M: nathans@sgi.com
3075L: linux-xfs@oss.sgi.com
3076W: http://oss.sgi.com/projects/xfs
3077S: Supported
3078
3079X86 3-LEVEL PAGING (PAE) SUPPORT
3080P: Ingo Molnar
3081M: mingo@redhat.com
3082S: Maintained
3083
3084X86-64 port
3085P: Andi Kleen
3086M: ak@suse.de
3087L: discuss@x86-64.org
3088W: http://www.x86-64.org
3089S: Maintained
3090
3091YAM DRIVER FOR AX.25
3092P: Jean-Paul Roubelat
3093M: jpr@f6fbb.org
3094L: linux-hams@vger.kernel.org
3095S: Maintained
3096
Henkaf64a5e2005-10-12 15:02:56 +02003097YEALINK PHONE DRIVER
3098P: Henk Vergonet
3099M: Henk.Vergonet@gmail.com
3100L: usbb2k-api-dev@nongnu.org
3101S: Maintained
3102
Linus Torvalds1da177e2005-04-16 15:20:36 -07003103YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3104P: Pete Zaitcev
3105M: zaitcev@yahoo.com
3106L: linux-kernel@vger.kernel.org
3107S: Obsolete
3108
3109Z8530 DRIVER FOR AX.25
3110P: Joerg Reuter
3111M: jreuter@yaina.de
3112W: http://yaina.de/jreuter/
3113W: http://www.qsl.net/dl1bke/
3114L: linux-hams@vger.kernel.org
3115S: Maintained
3116
3117ZF MACHZ WATCHDOG
3118P: Fernando Fuganti
3119M: fuganti@netbank.com.br
3120W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3121S: Maintained
3122
3123ZR36067 VIDEO FOR LINUX DRIVER
3124P: Ronald Bultje
3125M: rbultje@ronald.bitfreak.net
3126L: mjpeg-users@lists.sourceforge.net
3127W: http://mjpeg.sourceforge.net/driver-zoran/
3128S: Maintained
3129
3130ZR36120 VIDEO FOR LINUX DRIVER
3131P: Pauline Middelink
3132M: middelin@polyware.nl
3133W: http://www.polyware.nl/~middelin/En/hobbies.html
3134W: http://www.polyware.nl/~middelin/hobbies.html
3135S: Maintained
3136
3137THE REST
3138P: Linus Torvalds
3139S: Buried alive in reporters