blob: 72b6782f6f5c23b073f5e7c976d8197b54cf1e87 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time. See
34 Documentation/CodingStyle for guidance here.
35
36 PLEASE try to include any credit lines you want added with the
37 patch. It avoids people being missed off by mistake and makes
38 it easier to know who wants adding and who doesn't.
39
40 PLEASE document known bugs. If it doesn't work for everything
41 or does something very odd once a month document it.
42
436. Make sure you have the right to send any changes you make. If you
44 do changes at work you may find your employer owns the patch
45 not you.
46
477. Happy hacking.
48
49 -----------------------------------
50
51Maintainers List (try to look for most precise areas first)
52
53Note: For the hard of thinking, this list is meant to remain in alphabetical
54order. If you could add yourselves to it in alphabetical order that would be
55so much easier [Ed]
56
57P: Person
58M: Mail patches to
59L: Mailing list that is relevant to this area
60W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080061T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070062S: Status, one of the following:
63
64 Supported: Someone is actually paid to look after this.
65 Maintained: Someone actually looks after it.
66 Odd Fixes: It has a maintainer but they don't have time to do
67 much other than throw the odd patch in. See below..
68 Orphan: No current maintainer [but maybe you could take the
69 role as you write your new code].
70 Obsolete: Old code. Something tagged obsolete generally means
71 it has been replaced by a better system and you
72 should be using that.
73
743C359 NETWORK DRIVER
75P: Mike Phillips
76M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070077L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070078L: linux-tr@linuxtr.net
79W: http://www.linuxtr.net
80S: Maintained
81
823C505 NETWORK DRIVER
83P: Philip Blundell
84M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070085L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070086S: Maintained
87
883CR990 NETWORK DRIVER
89P: David Dillow
90M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070091L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070092S: Maintained
93
943W-XXXX ATA-RAID CONTROLLER DRIVER
95P: Adam Radford
96M: linuxraid@amcc.com
97L: linux-scsi@vger.kernel.org
98W: http://www.amcc.com
99S: Supported
100
1013W-9XXX SATA-RAID CONTROLLER DRIVER
102P: Adam Radford
103M: linuxraid@amcc.com
104L: linux-scsi@vger.kernel.org
105W: http://www.amcc.com
106S: Supported
107
10853C700 AND 53C700-66 SCSI DRIVER
109P: James E.J. Bottomley
110M: James.Bottomley@HansenPartnership.com
111L: linux-scsi@vger.kernel.org
112S: Maintained
113
1146PACK NETWORK DRIVER FOR AX.25
115P: Andreas Koensgen
116M: ajk@iehk.rwth-aachen.de
117L: linux-hams@vger.kernel.org
118S: Maintained
119
1208139CP 10/100 FAST ETHERNET DRIVER
121P: Jeff Garzik
122M: jgarzik@pobox.com
123S: Maintained
124
1258139TOO 10/100 FAST ETHERNET DRIVER
126P: Jeff Garzik
127M: jgarzik@pobox.com
128W: http://sourceforge.net/projects/gkernel/
129S: Maintained
130
1318169 10/100/1000 GIGABIT ETHERNET DRIVER
132P: Francois Romieu
133M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700134L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135S: Maintained
136
1378250/16?50 (AND CLONE UARTS) SERIAL DRIVER
138P: Russell King
139M: rmk+serial@arm.linux.org.uk
140L: linux-serial@vger.kernel.org
141W: http://serial.sourceforge.net
142S: Maintained
143
1448390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
145P: Paul Gortmaker
146M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700147L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148S: Maintained
149
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001509P FILE SYSTEM
151P: Eric Van Hensbergen
152M: ericvh@gmail.com
153P: Ron Minnich
154M: rminnich@lanl.gov
155P: Latchesar Ionkov
156M: lucho@ionkov.net
157L: v9fs-developer@lists.sourceforge.net
158W: http://v9fs.sf.net
159T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
160S: Maintained
161
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162A2232 SERIAL BOARD DRIVER
163P: Enver Haase
164M: ehaase@inf.fu-berlin.de
165M: A2232@gmx.net
166L: linux-m68k@lists.linux-m68k.org
167S: Maintained
168
169AIO
170P: Benjamin LaHaise
171M: bcrl@kvack.org
172L: linux-aio@kvack.org
173S: Supported
174
175ACENIC DRIVER
176P: Jes Sorensen
177M: jes@trained-monkey.org
178L: linux-acenic@sunsite.dk
179S: Maintained
180
181ACI MIXER DRIVER
182P: Robert Siemer
183M: Robert.Siemer@gmx.de
184L: linux-sound@vger.kernel.org
185W: http://www.stud.uni-karlsruhe.de/~uh1b/
186S: Maintained
187
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188AACRAID SCSI RAID DRIVER
189P: Adaptec OEM Raid Solutions
190L: linux-scsi@vger.kernel.org
191W: http://linux.dell.com/storage.shtml
192S: Supported
193
194ACPI
195P: Len Brown
196M: len.brown@intel.com
Len Brown6968e502005-12-30 00:32:49 -0500197L: linux-acpi@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198W: http://acpi.sourceforge.net/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800199T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200S: Maintained
201
202AD1816 SOUND DRIVER
203P: Thorsten Knabe
204M: Thorsten Knabe <linux@thorsten-knabe.de>
205W: http://linux.thorsten-knabe.de
206S: Maintained
207
Kyle McMartin6958ae32005-10-21 23:11:27 -0400208AD1889 SOUND DRIVER
209P: Kyle McMartin
210M: kyle@parisc-linux.org
211P: Thibaut Varene
212M: T-Bone@parisc-linux.org
213W: http://wiki.parisc-linux.org/AD1889
214L: parisc-linux@lists.parisc-linux.org
215S: Maintained
216
Linus Torvalds1da177e2005-04-16 15:20:36 -0700217ADM1025 HARDWARE MONITOR DRIVER
218P: Jean Delvare
219M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200220L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221S: Maintained
222
223ADT746X FAN DRIVER
224P: Colin Leroy
225M: colin@colino.net
226S: Maintained
227
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228AEDSP16 DRIVER
229P: Riccardo Facchetti
230M: fizban@tin.it
231S: Maintained
232
233AFFS FILE SYSTEM
234P: Roman Zippel
235M: zippel@linux-m68k.org
236S: Maintained
237
238AGPGART DRIVER
239P: Dave Jones
240M: davej@codemonkey.org.uk
241W: http://www.codemonkey.org.uk/projects/agp/
Josh Boyer1adc1232005-11-23 15:44:15 -0800242T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700243S: Maintained
244
245AHA152X SCSI DRIVER
246P: Juergen E. Fischer
247M: Juergen Fischer <fischer@norbit.de>
248L: linux-scsi@vger.kernel.org
249S: Maintained
250
251ALCATEL SPEEDTOUCH USB DRIVER
252P: Duncan Sands
253M: duncan.sands@free.fr
254L: linux-usb-users@lists.sourceforge.net
255L: linux-usb-devel@lists.sourceforge.net
256W: http://www.linux-usb.org/SpeedTouch/
257S: Maintained
258
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000259ALI1563 I2C DRIVER
260P: Rudolf Marek
261M: r.marek@sh.cvut.cz
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200262L: lm-sensors@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000263S: Maintained
264
Linus Torvalds1da177e2005-04-16 15:20:36 -0700265ALPHA PORT
266P: Richard Henderson
267M: rth@twiddle.net
268S: Odd Fixes for 2.4; Maintained for 2.6.
269P: Ivan Kokshaysky
270M: ink@jurassic.park.msu.ru
271S: Maintained for 2.4; PCI support for 2.6.
272
Jordan Crousef90b8112006-01-06 00:12:14 -0800273AMD GEODE PROCESSOR/CHIPSET SUPPORT
274P: Jordan Crouse
275M: info-linux@geode.amd.com
276L: info-linux@geode.amd.com
277W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
278S: Supported
279
Linus Torvalds1da177e2005-04-16 15:20:36 -0700280APM DRIVER
281P: Stephen Rothwell
282M: sfr@canb.auug.org.au
283L: linux-laptop@vger.kernel.org
284W: http://www.canb.auug.org.au/~sfr/
285S: Supported
286
287APPLETALK NETWORK LAYER
288P: Arnaldo Carvalho de Melo
289M: acme@conectiva.com.br
290S: Maintained
291
Jaya Kumar1154ea72005-06-21 17:17:04 -0700292ARC FRAMEBUFFER DRIVER
293P: Jaya Kumar
294M: jayalk@intworks.biz
295S: Maintained
296
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297ARM26 ARCHITECTURE
298P: Ian Molton
299M: spyro@f2s.com
300S: Maintained
301
302ARM26/ARCHIMEDES
303P: Ian Molton
304M: spyro@f2s.com
305S: Maintained
306
307ARM26/A5000
308P: John Appleby
309M: john@dnsworld.co.uk
310S: Maintained
311
312ARM MFM AND FLOPPY DRIVERS
313P: Ian Molton
314M: spyro@f2s.com
315S: Maintained
316
317ARM/CORGI MACHINE SUPPORT
318P: Richard Purdie
319M: rpurdie@rpsys.net
320S: Maintained
321
Dirk Opfer8459c152005-11-06 14:27:52 +0000322ARM/TOSA MACHINE SUPPORT
323P: Dirk Opfer
324M: dirk@opfer-online.de
325S: Maintained
326
Linus Torvalds1da177e2005-04-16 15:20:36 -0700327ARM/PLEB SUPPORT
328P: Peter Chubb
329M: pleb@gelato.unsw.edu.au
330W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
331S: Maintained
332
333ARM/PT DIGITAL BOARD PORT
334P: Stefan Eletzhofer
335M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700336L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337W: http://www.arm.linux.org.uk/
338S: Maintained
339
340ARM/SHARK MACHINE SUPPORT
341P: Alexander Schulz
342M: alex@shark-linux.de
343W: http://www.shark-linux.de/shark.html
344S: Maintained
345
346ARM/STRONGARM110 PORT
347P: Russell King
348M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700349L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700350W: http://www.arm.linux.org.uk/
351S: Maintained
352
353ARM/S3C2410 ARM ARCHITECTURE
354P: Ben Dooks
355M: ben-s3c2410@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700356L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700357W: http://www.fluff.org/ben/linux/
358S: Maintained
359
360ARM/S3C2440 ARM ARCHITECTURE
361P: Ben Dooks
362M: ben-s3c2440@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700363L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700364W: http://www.fluff.org/ben/linux/
365S: Maintained
366
367ARPD SUPPORT
368P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700369L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700370S: Maintained
371
372ASUS ACPI EXTRAS DRIVER
373P: Karol Kozimor
374M: sziwan@users.sourceforge.net
375P: Julien Lerouge
376M: julien.lerouge@free.fr
377L: acpi4asus-user@lists.sourceforge.net
378W: http://sourceforge.net/projects/acpi4asus
379W: http://julien.lerouge.free.fr
380S: Maintained
381
382ATA OVER ETHERNET DRIVER
383P: Ed L. Cashin
384M: ecashin@coraid.com
385W: http://www.coraid.com/support/linux
386S: Supported
387
388ATM
389P: Chas Williams
390M: chas@cmf.nrl.navy.mil
391L: linux-atm-general@lists.sourceforge.net
392W: http://linux-atm.sourceforge.net
393S: Maintained
394
395ATMEL WIRELESS DRIVER
396P: Simon Kelley
397M: simon@thekelleys.org.uk
398W: http://www.thekelleys.org.uk/atmel
399W: http://atmelwlandriver.sourceforge.net/
400S: Maintained
401
Chris Wrighta92b7b82005-07-07 18:12:23 -0700402AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100403P: David Woodhouse
404M: dwmw2@infradead.org
405L: linux-audit@redhat.com
406W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800407T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700408S: Maintained
409
Linus Torvalds1da177e2005-04-16 15:20:36 -0700410AX.25 NETWORK LAYER
411P: Ralf Baechle
412M: ralf@linux-mips.org
413L: linux-hams@vger.kernel.org
414S: Maintained
415
416BAYCOM/HDLCDRV DRIVERS FOR AX.25
417P: Thomas Sailer
418M: t.sailer@alumni.ethz.ch
419L: linux-hams@vger.kernel.org
420W: http://www.baycom.org/~tom/ham/ham.html
421S: Maintained
422
423BEFS FILE SYSTEM
424P: Sergey S. Kostyliov
425M: rathamahata@php4.ru
426L: linux-kernel@vger.kernel.org
427S: Maintained
428
429BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
430P: Kenji Hollis
431W: http://ftp.bitgate.com/pcwd/
432S: Maintained
433
434BFS FILE SYSTEM
435P: Tigran A. Aivazian
436M: tigran@veritas.com
437L: linux-kernel@vger.kernel.org
438S: Maintained
439
440BLOCK LAYER
441P: Jens Axboe
442M: axboe@suse.de
443L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800444T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700445S: Maintained
446
447BLUETOOTH SUBSYSTEM
448P: Marcel Holtmann
449M: marcel@holtmann.org
450P: Maxim Krasnyansky
451M: maxk@qualcomm.com
452L: bluez-devel@lists.sf.net
453W: http://bluez.sf.net
454W: http://www.bluez.org
455W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800456T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700457S: Maintained
458
459BLUETOOTH RFCOMM LAYER
460P: Marcel Holtmann
461M: marcel@holtmann.org
462P: Maxim Krasnyansky
463M: maxk@qualcomm.com
464S: Maintained
465
466BLUETOOTH BNEP LAYER
467P: Marcel Holtmann
468M: marcel@holtmann.org
469P: Maxim Krasnyansky
470M: maxk@qualcomm.com
471S: Maintained
472
473BLUETOOTH CMTP LAYER
474P: Marcel Holtmann
475M: marcel@holtmann.org
476S: Maintained
477
478BLUETOOTH HIDP LAYER
479P: Marcel Holtmann
480M: marcel@holtmann.org
481S: Maintained
482
483BLUETOOTH HCI UART DRIVER
484P: Marcel Holtmann
485M: marcel@holtmann.org
486P: Maxim Krasnyansky
487M: maxk@qualcomm.com
488S: Maintained
489
490BLUETOOTH HCI USB DRIVER
491P: Marcel Holtmann
492M: marcel@holtmann.org
493P: Maxim Krasnyansky
494M: maxk@qualcomm.com
495S: Maintained
496
497BLUETOOTH HCI BCM203X DRIVER
498P: Marcel Holtmann
499M: marcel@holtmann.org
500S: Maintained
501
502BLUETOOTH HCI BPA10X DRIVER
503P: Marcel Holtmann
504M: marcel@holtmann.org
505S: Maintained
506
507BLUETOOTH HCI BFUSB DRIVER
508P: Marcel Holtmann
509M: marcel@holtmann.org
510S: Maintained
511
512BLUETOOTH HCI DTL1 DRIVER
513P: Marcel Holtmann
514M: marcel@holtmann.org
515S: Maintained
516
517BLUETOOTH HCI BLUECARD DRIVER
518P: Marcel Holtmann
519M: marcel@holtmann.org
520S: Maintained
521
522BLUETOOTH HCI BT3C DRIVER
523P: Marcel Holtmann
524M: marcel@holtmann.org
525S: Maintained
526
527BLUETOOTH HCI BTUART DRIVER
528P: Marcel Holtmann
529M: marcel@holtmann.org
530S: Maintained
531
532BLUETOOTH HCI VHCI DRIVER
533P: Maxim Krasnyansky
534M: maxk@qualcomm.com
535S: Maintained
536
537BONDING DRIVER
538P: Chad Tindel
539M: ctindel@users.sourceforge.net
540P: Jay Vosburgh
541M: fubar@us.ibm.com
542L: bonding-devel@lists.sourceforge.net
543W: http://sourceforge.net/projects/bonding/
544S: Supported
545
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000546BROADBAND PROCESSOR ARCHITECTURE
547P: Arnd Bergmann
548M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100549L: linuxppc-dev@ozlabs.org
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000550W: http://linuxppc64.org
551S: Supported
552
Linus Torvalds1da177e2005-04-16 15:20:36 -0700553BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700554P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200555M: mchehab@infradead.org
556M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700558W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200559T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700560S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562COMMON INTERNET FILE SYSTEM (CIFS)
563P: Steve French
564M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100565L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566L: samba-technical@lists.samba.org
567W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800568T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700569S: Supported
570
Joel Becker7063fbf2005-12-15 14:29:43 -0800571CONFIGFS
572P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -0800573M: joel.becker@oracle.com
574L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800575S: Supported
576
Linus Torvalds1da177e2005-04-16 15:20:36 -0700577CIRRUS LOGIC GENERIC FBDEV DRIVER
578P: Jeff Garzik
579M: jgarzik@pobox.com
580L: linux-fbdev-devel@lists.sourceforge.net
581S: Odd Fixes
582
583CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
584P: Cirrus Logic Corporation (kernel 2.2 driver)
585M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
586P: Nils Faerber (port to kernel 2.4)
587M: Nils Faerber <nils@kernelconcepts.de>
588S: Maintained
589
590CODA FILE SYSTEM
591P: Jan Harkes
592M: jaharkes@cs.cmu.edu
593M: coda@cs.cmu.edu
594L: codalist@coda.cs.cmu.edu
595W: http://www.coda.cs.cmu.edu/
596S: Maintained
597
598COMPACTPCI HOTPLUG CORE
599P: Scott Murray
600M: scottm@somanetworks.com
601M: scott@spiteful.org
602L: pcihpd-discuss@lists.sourceforge.net
603S: Supported
604
605COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
606P: Scott Murray
607M: scottm@somanetworks.com
608M: scott@spiteful.org
609L: pcihpd-discuss@lists.sourceforge.net
610S: Supported
611
612COMPACTPCI HOTPLUG GENERIC DRIVER
613P: Scott Murray
614M: scottm@somanetworks.com
615M: scott@spiteful.org
616L: pcihpd-discuss@lists.sourceforge.net
617S: Supported
618
619COMPUTONE INTELLIPORT MULTIPORT CARD
620P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700621M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700623S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624
625COSA/SRP SYNC SERIAL DRIVER
626P: Jan "Yenya" Kasprzak
627M: kas@fi.muni.cz
628W: http://www.fi.muni.cz/~kas/cosa/
629S: Maintained
630
631CPU FREQUENCY DRIVERS
632P: Dave Jones
633M: davej@codemonkey.org.uk
634L: cpufreq@lists.linux.org.uk
635W: http://www.codemonkey.org.uk/projects/cpufreq/
Josh Boyer1adc1232005-11-23 15:44:15 -0800636T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637S: Maintained
638
639CPUID/MSR DRIVER
640P: H. Peter Anvin
641M: hpa@zytor.com
642S: Maintained
643
Paul Jacksoned90fb42005-09-27 21:45:37 -0700644CPUSETS
645P: Paul Jackson
646P: Simon Derr
647M: pj@sgi.com
648M: simon.derr@bull.net
649L: linux-kernel@vger.kernel.org
650W: http://www.bullopensource.org/cpuset/
651S: Supported
652
Linus Torvalds1da177e2005-04-16 15:20:36 -0700653CRAMFS FILESYSTEM
654W: http://sourceforge.net/projects/cramfs/
655S: Orphan
656
657CRIS PORT
658P: Mikael Starvik
659M: starvik@axis.com
660L: dev-etrax@axis.com
661W: http://developer.axis.com
662S: Maintained
663
664CRYPTO API
665P: Herbert Xu
666M: herbert@gondor.apana.org.au
667P: David S. Miller
668M: davem@davemloft.net
669L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800670T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700671S: Maintained
672
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100673CS5535 Audio ALSA driver
674P: Jaya Kumar
675M: jayakumar.alsa@gmail.com
676S: Maintained
677
Linus Torvalds1da177e2005-04-16 15:20:36 -0700678CYBERPRO FB DRIVER
679P: Russell King
680M: rmk@arm.linux.org.uk
681W: http://www.arm.linux.org.uk/
682S: Maintained
683
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700684CYBLAFB FRAMEBUFFER DRIVER
685P: Knut Petersen
686M: Knut_Petersen@t-online.de
687L: linux-fbdev-devel@lists.sourceforge.net
688S: Maintained
689
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690CYCLADES 2X SYNC CARD DRIVER
691P: Arnaldo Carvalho de Melo
692M: acme@conectiva.com.br
693W: http://advogato.org/person/acme
694L: cycsyn-devel@bazar.conectiva.com.br
695S: Maintained
696
697CYCLADES ASYNC MUX DRIVER
698M: async@cyclades.com
699W: http://www.cyclades.com/
700S: Supported
701
702CYCLADES PC300 DRIVER
703M: pc300@cyclades.com
704W: http://www.cyclades.com/
705S: Supported
706
Linus Torvalds1da177e2005-04-16 15:20:36 -0700707DAMA SLAVE for AX.25
708P: Joerg Reuter
709M: jreuter@yaina.de
710W: http://yaina.de/jreuter/
711W: http://www.qsl.net/dl1bke/
712L: linux-hams@vger.kernel.org
713S: Maintained
714
715DC395x SCSI driver
716P: Oliver Neukum
717M: oliver@neukum.name
718P: Ali Akcaagac
719M: aliakc@web.de
720P: Jamie Lenehan
721M: lenehan@twibble.org
722W: http://twibble.org/dist/dc395x/
723L: http://lists.twibble.org/mailman/listinfo/dc395x/
724S: Maintained
725
726DC390/AM53C974 SCSI driver
727P: Kurt Garloff
728M: garloff@suse.de
729W: http://www.garloff.de/kurt/linux/dc390/
730P: Guennadi Liakhovetski
731M: g.liakhovetski@gmx.de
732S: Maintained
733
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700734DCCP PROTOCOL
735P: Arnaldo Carvalho de Melo
736M: acme@mandriva.com
737L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800738W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700739S: Maintained
740
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741DECnet NETWORK LAYER
742P: Patrick Caulfield
743M: patrick@tykepenguin.com
744W: http://linux-decnet.sourceforge.net
745L: linux-decnet-user@lists.sourceforge.net
746S: Maintained
747
748DEFXX FDDI NETWORK DRIVER
749P: Maciej W. Rozycki
750M: macro@linux-mips.org
751S: Maintained
752
753DELL LAPTOP SMM DRIVER
754P: Massimo Dal Zotto
755M: dz@debian.org
756W: http://www.debian.org/~dz/i8k/
757S: Maintained
758
Doug Warzecha90563ec2005-09-06 15:17:15 -0700759DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
760P: Doug Warzecha
761M: Douglas_Warzecha@dell.com
762S: Maintained
763
Linus Torvalds1da177e2005-04-16 15:20:36 -0700764DEVICE-MAPPER
765P: Alasdair Kergon
766L: dm-devel@redhat.com
767W: http://sources.redhat.com/dm
768S: Maintained
769
770DEVICE NUMBER REGISTRY
771P: Torben Mathiasen
772M: device@lanana.org
773W: http://lanana.org/docs/device-list/index.html
774L: linux-kernel@vger.kernel.org
775S: Maintained
776
777DEVICE FILESYSTEM
778S: Obsolete
779
780DIGI INTL. EPCA DRIVER
781P: Digi International, Inc
782M: Eng.Linux@digi.com
783L: Eng.Linux@digi.com
784W: http://www.digi.com
785S: Orphaned
786
787DIGI RIGHTSWITCH NETWORK DRIVER
788P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700789L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700790W: http://www.digi.com
791S: Orphaned
792
793DIRECTORY NOTIFICATION
794P: Stephen Rothwell
795M: sfr@canb.auug.org.au
796L: linux-kernel@vger.kernel.org
797S: Supported
798
799DISK GEOMETRY AND PARTITION HANDLING
800P: Andries Brouwer
801M: aeb@cwi.nl
802W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
803W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
804W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
805S: Maintained
806
807DISKQUOTA:
808P: Jan Kara
809M: jack@suse.cz
810L: linux-kernel@vger.kernel.org
811S: Maintained
812
813DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
814P: Tobias Ringstrom
815M: tori@unhappy.mine.nu
816L: linux-kernel@vger.kernel.org
817S: Maintained
818
Martin Waitzba483d52005-06-17 13:20:59 -0700819DOCBOOK FOR DOCUMENTATION
820P: Martin Waitz
821M: tali@admingilde.org
Martin Waitz061350e2006-01-09 20:53:53 -0800822T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700823S: Maintained
824
Linus Torvalds1da177e2005-04-16 15:20:36 -0700825DOUBLETALK DRIVER
826P: James R. Van Zandt
827M: jrv@vanzandt.mv.com
828L: blinux-list@redhat.com
829S: Maintained
830
831DRIVER CORE, KOBJECTS, AND SYSFS
832P: Greg Kroah-Hartman
833M: gregkh@suse.de
834L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800835T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700836S: Supported
837
838DRM DRIVERS
839P: David Airlie
840M: airlied@linux.ie
841L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800842T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843S: Maintained
844
845DSCC4 DRIVER
846P: François Romieu
847M: romieu@cogenit.fr
848M: romieu@ensta.fr
849S: Maintained
850
851DVB SUBSYSTEM AND DRIVERS
852P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200853M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700854L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200855W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200856T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200857S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700858
859EATA-DMA SCSI DRIVER
860P: Michael Neuffer
861L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
862S: Maintained
863
864EATA ISA/EISA/PCI SCSI DRIVER
865P: Dario Ballabio
866M: ballabio_dario@emc.com
867L: linux-scsi@vger.kernel.org
868S: Maintained
869
870EATA-PIO SCSI DRIVER
871P: Michael Neuffer
872M: mike@i-Connect.Net
873L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
874S: Maintained
875
876EBTABLES
877P: Bart De Schuymer
878M: bart.de.schuymer@pandora.be
879L: ebtables-user@lists.sourceforge.net
880L: ebtables-devel@lists.sourceforge.net
881W: http://ebtables.sourceforge.net/
882S: Maintained
883
Alan Coxda9bb1d2006-01-18 17:44:13 -0800884EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -0800885P: Doug Thompson
886M: norsk5@xmission.com, dthompson@linuxnetworx.com
887P: Dave Peterson
888M: dsp@llnl.gov, dave_peterson@pobox.com
889L: bluesmoke-devel@lists.sourceforge.net
890W: bluesmoke.sourceforge.net
891S: Maintained
892
893EDAC-E752X
894P: Dave Peterson
895M: dsp@llnl.gov, dave_peterson@pobox.com
896L: bluesmoke-devel@lists.sourceforge.net
897W: bluesmoke.sourceforge.net
898S: Maintained
899
900EDAC-E7XXX
901P: Dave Peterson
902M: dsp@llnl.gov, dave_peterson@pobox.com
903L: bluesmoke-devel@lists.sourceforge.net
904W: bluesmoke.sourceforge.net
905S: Maintained
906
907EDAC-R82600
908P: Tim Small
909M: tim@buttersideup.com
910L: bluesmoke-devel@lists.sourceforge.net
911W: bluesmoke.sourceforge.net
912S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -0800913
Linus Torvalds1da177e2005-04-16 15:20:36 -0700914EEPRO100 NETWORK DRIVER
915P: Andrey V. Savochkin
916M: saw@saw.sw.com.sg
917S: Maintained
918
919EMU10K1 SOUND DRIVER
920P: James Courtier-Dutton
921M: James@superbug.demon.co.uk
922L: emu10k1-devel@lists.sourceforge.net
923W: http://sourceforge.net/projects/emu10k1/
924S: Maintained
925
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400926EMULEX LPFC FC SCSI DRIVER
927P: James Smart
928M: james.smart@emulex.com
929L: linux-scsi@vger.kernel.org
930W: http://sourceforge.net/projects/lpfcxxxx
931S: Supported
932
Linus Torvalds1da177e2005-04-16 15:20:36 -0700933EPSON 1355 FRAMEBUFFER DRIVER
934P: Christopher Hoover
935M: ch@murgatroid.com, ch@hpl.hp.com
936S: Maintained
937
938ETHEREXPRESS-16 NETWORK DRIVER
939P: Philip Blundell
940M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700941L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700942S: Maintained
943
944ETHERNET BRIDGE
945P: Stephen Hemminger
946M: shemminger@osdl.org
947L: bridge@osdl.org
948W: http://bridge.sourceforge.net/
949S: Maintained
950
951ETHERTEAM 16I DRIVER
952P: Mika Kuoppala
953M: miku@iki.fi
954S: Maintained
955
956EXT2 FILE SYSTEM
957L: ext2-devel@lists.sourceforge.net
958S: Maintained
959
960EXT3 FILE SYSTEM
961P: Stephen Tweedie, Andrew Morton
962M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
963L: ext3-users@redhat.com
964S: Maintained
965
Jean Delvaree53004e2006-01-09 23:26:14 +0100966F71805F HARDWARE MONITORING DRIVER
967P: Jean Delvare
968M: khali@linux-fr.org
969L: lm-sensors@lm-sensors.org
970S: Maintained
971
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972FARSYNC SYNCHRONOUS DRIVER
973P: Kevin Curtis
974M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975W: http://www.farsite.co.uk/
976S: Supported
977
978FRAMEBUFFER LAYER
979P: Antonino Daplas
980M: adaplas@pol.net
981L: linux-fbdev-devel@lists.sourceforge.net
982W: http://linux-fbdev.sourceforge.net/
983S: Maintained
984
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +0300985FREESCALE SOC FS_ENET DRIVER
986P: Pantelis Antoniou
987M: pantelis.antoniou@gmail.com
988P: Vitaly Bordug
989M: vbordug@ru.mvista.com
990L: linuxppc-embedded@ozlabs.org
991L: netdev@vger.kernel.org
992S: Maintained
993
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994FILE LOCKING (flock() and fcntl()/lockf())
995P: Matthew Wilcox
996M: matthew@wil.cx
997L: linux-fsdevel@vger.kernel.org
998S: Maintained
999
1000FILESYSTEMS (VFS and infrastructure)
1001P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001002M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003S: Maintained
1004
1005FIRMWARE LOADER (request_firmware)
1006L: linux-kernel@vger.kernel.org
1007S: Orphan
1008
1009FPU EMULATOR
1010P: Bill Metzenthen
1011M: billm@suburbia.net
1012W: http://suburbia.net/~billm/floating-point/emulator/
1013S: Maintained
1014
1015FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1016P: Mike McLagan
1017M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001018L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001019S: Maintained
1020
1021FREEVXFS FILESYSTEM
1022P: Christoph Hellwig
1023M: hch@infradead.org
1024W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1025S: Maintained
1026
1027FUJITSU FR-V PORT
1028P: David Howells
1029M: dhowells@redhat.com
1030S: Maintained
1031
1032FTAPE/QIC-117
1033L: linux-tape@vger.kernel.org
1034W: http://sourceforge.net/projects/ftape
1035S: Orphan
1036
Miklos Szeredi04578f12005-09-09 13:10:22 -07001037FUSE: FILESYSTEM IN USERSPACE
1038P: Miklos Szeredi
1039M: miklos@szeredi.hu
1040L: fuse-devel@lists.sourceforge.net
1041W: http://fuse.sourceforge.net/
1042S: Maintained
1043
Linus Torvalds1da177e2005-04-16 15:20:36 -07001044FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1045P: Rik Faith
1046M: faith@cs.unc.edu
1047L: linux-scsi@vger.kernel.org
1048S: Odd fixes (e.g., new signatures)
1049
1050GDT SCSI DISK ARRAY CONTROLLER DRIVER
1051P: Achim Leubner
1052M: achim_leubner@adaptec.com
1053L: linux-scsi@vger.kernel.org
1054W: http://www.icp-vortex.com/
1055S: Supported
1056
1057GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1058P: Krzysztof Halasa
1059M: khc@pm.waw.pl
1060W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1061S: Maintained
1062
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001063GIGASET ISDN DRIVERS
1064P: Hansjoerg Lipp
1065M: hjlipp@web.de
1066P: Tilman Schmidt
1067M: tilman@imap.cc
1068L: gigaset307x-common@lists.sourceforge.net
1069W: http://gigaset307x.sourceforge.net/
1070S: Maintained
1071
Jean Delvare5b543962005-08-15 19:51:02 +02001072HARDWARE MONITORING
1073P: Jean Delvare
1074M: khali@linux-fr.org
1075L: lm-sensors@lm-sensors.org
1076W: http://www.lm-sensors.nu/
1077S: Maintained
1078
Robert Love860e1d62005-08-31 23:57:59 -04001079HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1080P: Robert Love
1081M: rlove@rlove.org
1082M: linux-kernel@vger.kernel.org
1083W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1084S: Maintained
1085
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086HARMONY SOUND DRIVER
1087P: Kyle McMartin
1088M: kyle@parisc-linux.org
1089W: http://www.parisc-linux.org/~kyle/harmony/
1090L: parisc-linux@lists.parisc-linux.org
1091S: Maintained
1092
1093HAYES ESP SERIAL DRIVER
1094P: Andrew J. Robinson
1095M: arobinso@nyx.net
1096L: linux-kernel@vger.kernel.org
1097W: http://www.nyx.net/~arobinso
1098S: Maintained
1099
1100HFS FILESYSTEM
1101P: Roman Zippel
1102M: zippel@linux-m68k.org
1103L: linux-kernel@vger.kernel.org
1104S: Maintained
1105
1106HGA FRAMEBUFFER DRIVER
1107P: Ferenc Bakonyi
1108M: fero@drama.obuda.kando.hu
1109L: linux-nvidia@lists.surfsouth.com
1110W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1111S: Maintained
1112
1113HIGH-SPEED SCC DRIVER FOR AX.25
1114P: Klaus Kudielka
1115M: klaus.kudielka@ieee.org
1116L: linux-hams@vger.kernel.org
1117W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1118S: Maintained
1119
1120HIPPI
1121P: Jes Sorensen
1122M: jes@trained-monkey.org
1123L: linux-hippi@sunsite.dk
1124S: Maintained
1125
1126HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1127P: Chirag Kantharia
1128M: chirag.kantharia@hp.com
1129L: iss_storagedev@hp.com
1130S: Maintained
1131
1132HEWLETT-PACKARD SMART2 RAID DRIVER
1133P: Chirag Kantharia
1134M: chirag.kantharia@hp.com
1135L: iss_storagedev@hp.com
1136S: Maintained
1137
1138HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1139P: Mike Miller
1140M: mike.miller@hp.com
1141L: iss_storagedev@hp.com
1142S: Supported
1143
Jouni Malinenff1d2762005-05-12 22:54:16 -04001144HOST AP DRIVER
1145P: Jouni Malinen
1146M: jkmaline@cc.hut.fi
1147L: hostap@shmoo.com
1148W: http://hostap.epitest.fi/
1149S: Maintained
1150
Linus Torvalds1da177e2005-04-16 15:20:36 -07001151HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1152P: Jaroslav Kysela
1153M: perex@suse.cz
1154S: Maintained
1155
Bob Piccob9b03322005-11-07 00:59:19 -08001156HPET: High Precision Event Timers driver (hpet.c)
1157P: Clemens Ladisch
1158M: clemens@ladisch.de
1159S: Maintained
1160
1161HPET: i386
1162P: Venkatesh Pallipadi (Venki)
1163M: venkatesh.pallipadi@intel.com
1164S: Maintained
1165
1166HPET: x86_64
1167P: Andi Kleen and Vojtech Pavlik
1168M: ak@muc.de and vojtech@suse.cz
1169S: Maintained
1170
1171HPET: ACPI hpet.c
1172P: Bob Picco
1173M: bob.picco@hp.com
1174S: Maintained
1175
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176HPFS FILESYSTEM
1177P: Mikulas Patocka
1178M: mikulas@artax.karlin.mff.cuni.cz
1179W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1180S: Maintained
1181
1182HUGETLB FILESYSTEM
1183P: William Irwin
1184M: wli@holomorphy.com
1185S: Maintained
1186
Jean Delvare5b543962005-08-15 19:51:02 +02001187I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001188P: Jean Delvare
1189M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001190L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001191W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001192T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193S: Maintained
1194
1195I2O
1196P: Markus Lidel
1197M: markus.lidel@shadowconnect.com
1198W: http://i2o.shadowconnect.com/
1199S: Maintained
1200
1201i386 BOOT CODE
1202P: Riley H. Williams
1203M: Riley@Williams.Name
1204L: Linux-Kernel@vger.kernel.org
1205S: Maintained
1206
1207i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1208P: Dave Jones
1209M: davej@codemonkey.org.uk
1210P: H. Peter Anvin
1211M: hpa@zytor.com
1212S: Maintained
1213
1214i810 TCO TIMER WATCHDOG
1215P: Nils Faerber
1216M: nils@kernelconcepts.de
1217W: http://www.kernelconcepts.de/
1218S: Maintained
1219
1220IA64 (Itanium) PLATFORM
1221P: Tony Luck
1222M: tony.luck@intel.com
1223L: linux-ia64@vger.kernel.org
1224W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001225T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001226S: Maintained
1227
1228SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001229P: Jes Sorensen
1230M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001231L: linux-altix@sgi.com
1232L: linux-ia64@vger.kernel.org
1233W: http://www.sgi.com/altix
1234S: Maintained
1235
1236IBM MCA SCSI SUBSYSTEM DRIVER
1237P: Michael Lang
1238M: langa2@kph.uni-mainz.de
1239W: http://www.uni-mainz.de/~langm000/linux.html
1240S: Maintained
1241
1242IBM Power Linux RAID adapter
1243P: Brian King
1244M: brking@us.ibm.com
1245S: Supported
1246
1247IBM ServeRAID RAID DRIVER
1248P: Jack Hammer
1249P: Dave Jeffery
1250M: ipslinux@adaptec.com
1251W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1252S: Supported
1253
1254IDE DRIVER [GENERAL]
1255P: Bartlomiej Zolnierkiewicz
1256M: B.Zolnierkiewicz@elka.pw.edu.pl
1257L: linux-kernel@vger.kernel.org
1258L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001259T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001260S: Maintained
1261
1262IDE/ATAPI CDROM DRIVER
1263P: Jens Axboe
1264M: axboe@suse.de
1265L: linux-kernel@vger.kernel.org
1266W: http://www.kernel.dk
1267S: Maintained
1268
1269IDE/ATAPI FLOPPY DRIVERS
1270P: Paul Bristow
1271M: Paul Bristow <paul@paulbristow.net>
1272W: http://paulbristow.net/linux/idefloppy.html
1273L: linux-kernel@vger.kernel.org
1274S: Maintained
1275
1276IDE/ATAPI TAPE DRIVERS
1277P: Gadi Oxman
1278M: Gadi Oxman <gadio@netvision.net.il>
1279L: linux-kernel@vger.kernel.org
1280S: Maintained
1281
1282IEEE 1394 ETHERNET (eth1394)
1283L: linux1394-devel@lists.sourceforge.net
1284W: http://www.linux1394.org/
1285S: Orphan
1286
Linus Torvalds1da177e2005-04-16 15:20:36 -07001287IEEE 1394 SUBSYSTEM
1288P: Ben Collins
1289M: bcollins@debian.org
1290P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001291M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001292L: linux1394-devel@lists.sourceforge.net
1293W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001294T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295S: Maintained
1296
1297IEEE 1394 OHCI DRIVER
1298P: Ben Collins
1299M: bcollins@debian.org
1300P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001301M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302L: linux1394-devel@lists.sourceforge.net
1303W: http://www.linux1394.org/
1304S: Maintained
1305
1306IEEE 1394 PCILYNX DRIVER
1307P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001308M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001309L: linux1394-devel@lists.sourceforge.net
1310W: http://www.linux1394.org/
1311S: Maintained
1312
1313IEEE 1394 RAW I/O DRIVER
1314P: Ben Collins
1315M: bcollins@debian.org
1316P: Dan Dennedy
1317M: dan@dennedy.org
1318L: linux1394-devel@lists.sourceforge.net
1319W: http://www.linux1394.org/
1320S: Maintained
1321
Jody McIntyre105d7b32005-09-30 11:59:04 -07001322IEEE 1394 SBP2
1323P: Ben Collins
1324M: bcollins@debian.org
1325P: Stefan Richter
1326M: stefanr@s5r6.in-berlin.de
1327L: linux1394-devel@lists.sourceforge.net
1328W: http://www.linux1394.org/
1329S: Maintained
1330
Linus Torvalds1da177e2005-04-16 15:20:36 -07001331IMS TWINTURBO FRAMEBUFFER DRIVER
1332P: Paul Mundt
1333M: lethal@chaoticdreams.org
1334L: linux-fbdev-devel@lists.sourceforge.net
1335S: Maintained
1336
1337INFINIBAND SUBSYSTEM
1338P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001339M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340P: Sean Hefty
1341M: mshefty@ichips.intel.com
1342P: Hal Rosenstock
1343M: halr@voltaire.com
1344L: openib-general@openib.org
1345W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001346T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001347S: Supported
1348
1349INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001350P: Dmitry Torokhov
1351M: dtor_core@ameritech.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001352L: linux-input@atrey.karlin.mff.cuni.cz
1353L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001354T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355S: Maintained
1356
Robert Lovec9f04f52005-07-15 12:21:07 -04001357INOTIFY
1358P: John McCutchan and Robert Love
1359M: ttb@tentacle.dhs.org and rml@novell.com
1360L: linux-kernel@vger.kernel.org
1361S: Maintained
1362
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001363INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1364P: Sylvain Meyer
1365M: sylvain.meyer@worldonline.fr
1366L: linux-fbdev-devel@lists.sourceforge.net
1367S: Maintained
1368
Linus Torvalds1da177e2005-04-16 15:20:36 -07001369INTEL 810/815 FRAMEBUFFER DRIVER
1370P: Antonino Daplas
1371M: adaplas@pol.net
1372L: linux-fbdev-devel@lists.sourceforge.net
1373S: Maintained
1374
1375INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1376P: Ingo Molnar
1377M: mingo@redhat.com
1378S: Maintained
1379
1380INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1381P: Jeff Garzik
1382M: jgarzik@pobox.com
1383W: http://sourceforge.net/projects/gkernel/
1384S: Maintained
1385
1386INTEL IA32 MICROCODE UPDATE SUPPORT
1387P: Tigran Aivazian
1388M: tigran@veritas.com
1389S: Maintained
1390
1391INTEL PRO/100 ETHERNET SUPPORT
1392P: John Ronciak
1393M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001394P: Jesse Brandeburg
1395M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001396P: Jeff Kirsher
1397M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001398W: http://sourceforge.net/projects/e1000/
1399S: Supported
1400
1401INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1402P: Jeb Cramer
1403M: cramerj@intel.com
1404P: John Ronciak
1405M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001406P: Jesse Brandeburg
1407M: jesse.brandeburg@intel.com
1408P: Jeff Kirsher
1409M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001410W: http://sourceforge.net/projects/e1000/
1411S: Supported
1412
1413INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001414P: Jeff Kirsher
1415M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001416P: Ayyappan Veeraiyan
1417M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001418P: John Ronciak
1419M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001420P: Jesse Brandeburg
1421M: jesse.brandeburg@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001422W: http://sourceforge.net/projects/e1000/
1423S: Supported
1424
James Ketrenos826d2ab2005-11-07 18:56:59 -06001425INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1426P: Yi Zhu
1427M: yi.zhu@intel.com
1428P: James Ketrenos
1429M: jketreno@linux.intel.com
1430L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1431W: http://ipw2100.sourceforge.net
1432S: Supported
1433
1434INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1435P: Yi Zhu
1436M: yi.zhu@intel.com
1437P: James Ketrenos
1438M: jketreno@linux.intel.com
1439L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1440W: http://ipw2200.sourceforge.net
1441S: Supported
1442
Linus Torvalds1da177e2005-04-16 15:20:36 -07001443IOC3 DRIVER
1444P: Ralf Baechle
1445M: ralf@linux-mips.org
1446L: linux-mips@linux-mips.org
1447S: Maintained
1448
1449IP MASQUERADING:
1450P: Juanjo Ciarlante
1451M: jjciarla@raiz.uncu.edu.ar
1452S: Maintained
1453
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001454IPATH DRIVER:
1455P: Bryan O'Sullivan
1456M: support@pathscale.com
1457L: openib-general@openib.org
1458S: Supported
1459
Linus Torvalds1da177e2005-04-16 15:20:36 -07001460IPX NETWORK LAYER
1461P: Arnaldo Carvalho de Melo
1462M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001463L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001464S: Maintained
1465
1466IRDA SUBSYSTEM
1467P: Jean Tourrilhes
Olaf Heringa2ac9532005-07-12 13:58:35 -07001468L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001469W: http://irda.sourceforge.net/
Stephen Hemmingere048a372006-01-18 14:06:59 -08001470S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001471
1472ISAPNP
1473P: Jaroslav Kysela
1474M: perex@suse.cz
1475S: Maintained
1476
1477ISDN SUBSYSTEM
1478P: Karsten Keil
1479M: kkeil@suse.de
1480P: Kai Germaschewski
1481M: kai.germaschewski@gmx.de
1482L: isdn4linux@listserv.isdn4linux.de
1483W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001484T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001485S: Maintained
1486
1487ISDN SUBSYSTEM (Eicon active card driver)
1488P: Armin Schindler
1489M: mac@melware.de
1490L: isdn4linux@listserv.isdn4linux.de
1491W: http://www.melware.de
1492S: Maintained
1493
1494JOURNALLING FLASH FILE SYSTEM (JFFS)
1495P: Axis Communications AB
1496M: jffs-dev@axis.com
1497L: jffs-dev@axis.com
1498W: http://www.developer.axis.com/software/jffs/
1499S: Maintained
1500
1501JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1502P: David Woodhouse
1503M: dwmw2@infradead.org
1504L: jffs-dev@axis.com
1505W: http://sources.redhat.com/jffs2/
1506S: Maintained
1507
1508JFS FILESYSTEM
1509P: Dave Kleikamp
1510M: shaggy@austin.ibm.com
1511L: jfs-discussion@lists.sourceforge.net
1512W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001513T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001514S: Supported
1515
1516KCONFIG
1517P: Roman Zippel
1518M: zippel@linux-m68k.org
1519L: kbuild-devel@lists.sourceforge.net
1520S: Maintained
1521
1522KERNEL AUTOMOUNTER (AUTOFS)
1523P: H. Peter Anvin
1524M: hpa@zytor.com
1525L: autofs@linux.kernel.org
1526S: Odd Fixes
1527
1528KERNEL AUTOMOUNTER v4 (AUTOFS4)
1529P: Ian Kent
1530M: raven@themaw.net
1531L: autofs@linux.kernel.org
1532S: Maintained
1533
1534KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1535P: Kai Germaschewski
1536M: kai@germaschewski.name
1537P: Sam Ravnborg
1538M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001539T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001540S: Maintained
1541
1542KERNEL JANITORS
1543P: Several
1544L: kernel-janitors@osdl.org
1545W: http://www.kerneljanitors.org/
1546W: http://sf.net/projects/kernel-janitor/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001547S: Maintained
1548
1549KERNEL NFSD
1550P: Neil Brown
1551M: neilb@cse.unsw.edu.au
1552L: nfs@lists.sourceforge.net
1553W: http://nfs.sourceforge.net/
1554W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1555S: Maintained
1556
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001557KEXEC
1558P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001559M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001560W: http://www.xmission.com/~ebiederm/files/kexec/
1561L: linux-kernel@vger.kernel.org
1562L: fastboot@osdl.org
1563S: Maintained
1564
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001565KPROBES
1566P: Prasanna S Panchamukhi
1567M: prasanna@in.ibm.com
1568P: Ananth N Mavinakayanahalli
1569M: ananth@in.ibm.com
1570P: Anil S Keshavamurthy
1571M: anil.s.keshavamurthy@intel.com
1572P: David S. Miller
1573M: davem@davemloft.net
1574L: linux-kernel@vger.kernel.org
1575S: Maintained
1576
Linus Torvalds1da177e2005-04-16 15:20:36 -07001577LAPB module
1578P: Henner Eisen
1579M: eis@baty.hanse.de
1580L: linux-x25@vger.kernel.org
1581S: Maintained
1582
1583LASI 53c700 driver for PARISC
1584P: James E.J. Bottomley
1585M: James.Bottomley@HansenPartnership.com
1586L: linux-scsi@vger.kernel.org
1587S: Maintained
1588
1589LEGO USB Tower driver
1590P: Juergen Stuber
1591M: starblue@users.sourceforge.net
1592L: legousb-devel@lists.sourceforge.net
1593W: http://legousb.sourceforge.net/
1594S: Maintained
1595
1596LINUX FOR IBM pSERIES (RS/6000)
1597P: Paul Mackerras
1598M: paulus@au.ibm.com
1599W: http://www.ibm.com/linux/ltc/projects/ppc
1600S: Supported
1601
1602LINUX FOR NCR VOYAGER
1603P: James Bottomley
1604M: James.Bottomley@HansenPartnership.com
1605W: http://www.hansenpartnership.com/voyager
1606S: Maintained
1607
1608LINUX FOR POWERPC
1609P: Paul Mackerras
1610M: paulus@samba.org
1611W: http://www.penguinppc.org/
1612L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001613T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001614S: Supported
1615
1616LINUX FOR POWER MACINTOSH
1617P: Benjamin Herrenschmidt
1618M: benh@kernel.crashing.org
1619W: http://www.penguinppc.org/
1620L: linuxppc-dev@ozlabs.org
1621S: Maintained
1622
1623LINUX FOR POWERPC EMBEDDED MPC52XX
1624P: Sylvain Munaut
1625M: tnt@246tNt.com
1626W: http://www.246tNt.com/mpc52xx/
1627W: http://www.penguinppc.org/
1628L: linuxppc-dev@ozlabs.org
1629L: linuxppc-embedded@ozlabs.org
1630S: Maintained
1631
1632LINUX FOR POWERPC EMBEDDED PPC4XX
1633P: Matt Porter
1634M: mporter@kernel.crashing.org
1635W: http://www.penguinppc.org/
1636L: linuxppc-embedded@ozlabs.org
1637S: Maintained
1638
Tom Rinie93adf12005-07-26 12:49:53 -07001639LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640P: Tom Rini
1641M: trini@kernel.crashing.org
1642W: http://www.penguinppc.org/
1643L: linuxppc-embedded@ozlabs.org
1644S: Maintained
1645
Tom Rinie93adf12005-07-26 12:49:53 -07001646LINUX FOR POWERPC EMBEDDED PPC8XX
1647P: Marcelo Tosatti
1648M: marcelo.tosatti@cyclades.com
1649W: http://www.penguinppc.org/
1650L: linuxppc-embedded@ozlabs.org
1651S: Maintained
1652
Linus Torvalds1da177e2005-04-16 15:20:36 -07001653LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1654P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001655M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656W: http://www.penguinppc.org/
1657L: linuxppc-embedded@ozlabs.org
1658S: Maintained
1659
1660LLC (802.2)
1661P: Arnaldo Carvalho de Melo
1662M: acme@conectiva.com.br
1663S: Maintained
1664
1665LINUX FOR 64BIT POWERPC
1666P: Paul Mackerras
1667M: paulus@samba.org
1668M: paulus@au.ibm.com
1669P: Anton Blanchard
1670M: anton@samba.org
1671M: anton@au.ibm.com
1672W: http://linuxppc64.org
Stephen Rothwell1d049812006-03-22 11:26:58 +11001673L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001674S: Supported
1675
1676LINUX SECURITY MODULE (LSM) FRAMEWORK
1677P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001678M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001679L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001680W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001681T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001682S: Supported
1683
1684LM83 HARDWARE MONITOR DRIVER
1685P: Jean Delvare
1686M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001687L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001688S: Maintained
1689
1690LM90 HARDWARE MONITOR DRIVER
1691P: Jean Delvare
1692M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001693L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001694S: Maintained
1695
1696LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1697P: Richard Russon (FlatCap)
1698M: ldm@flatcap.org
1699L: ldm-devel@lists.sourceforge.net
1700W: http://ldm.sourceforge.net
1701S: Maintained
1702
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001703LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1704P: Eric Moore
1705M: Eric.Moore@lsil.com
1706M: support@lsil.com
1707L: mpt_linux_developer@lsil.com
1708L: linux-scsi@vger.kernel.org
1709W: http://www.lsilogic.com/support
1710S: Supported
1711
Linus Torvalds1da177e2005-04-16 15:20:36 -07001712LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1713P: Matthew Wilcox
1714M: matthew@wil.cx
1715L: linux-scsi@vger.kernel.org
1716S: Maintained
1717
1718M68K ARCHITECTURE
1719P: Geert Uytterhoeven
1720M: geert@linux-m68k.org
1721P: Roman Zippel
1722M: zippel@linux-m68k.org
1723L: linux-m68k@lists.linux-m68k.org
1724W: http://www.linux-m68k.org/
1725W: http://linux-m68k-cvs.ubb.ca/
1726S: Maintained
1727
1728M68K ON APPLE MACINTOSH
1729P: Joshua Thompson
1730M: funaho@jurai.org
1731W: http://www.mac.linux-m68k.org/
1732L: linux-mac68k@mac.linux-m68k.org
1733S: Maintained
1734
1735M68K ON HP9000/300
1736P: Philip Blundell
1737M: philb@gnu.org
1738W: http://www.tazenda.demon.co.uk/phil/linux-hp
1739S: Maintained
1740
1741MARVELL YUKON / SYSKONNECT DRIVER
1742P: Mirko Lindner
1743M: mlindner@syskonnect.de
1744P: Ralph Roesler
1745M: rroesler@syskonnect.de
1746W: http://www.syskonnect.com
1747S: Supported
1748
1749MAESTRO PCI SOUND DRIVERS
1750P: Zach Brown
1751M: zab@zabbo.net
1752S: Odd Fixes
1753
Michael Kerriskfaf16682005-07-31 22:34:47 -07001754MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1755P: Michael Kerrisk
1756M: mtk-manpages@gmx.net
1757W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1758S: Maintained
1759
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001760MARVELL MV643XX ETHERNET DRIVER
1761P: Dale Farnsworth
1762M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001763P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001764M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001765L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001766S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001767
1768MATROX FRAMEBUFFER DRIVER
1769P: Petr Vandrovec
1770M: vandrove@vc.cvut.cz
1771L: linux-fbdev-devel@lists.sourceforge.net
1772S: Maintained
1773
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001774MEGARAID SCSI DRIVERS
1775P: Neela Syam Kolli
1776M: Neela.Kolli@engenio.com
1777S: linux-scsi@vger.kernel.org
1778W: http://megaraid.lsilogic.com
1779S: Maintained
1780
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001781MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001782P: David Woodhouse
1783M: dwmw2@infradead.org
1784W: http://www.linux-mtd.infradead.org/
1785L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001786T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001787S: Maintained
1788
1789MICROTEK X6 SCANNER
1790P: Oliver Neukum
1791M: oliver@neukum.name
1792S: Maintained
1793
1794MIPS
1795P: Ralf Baechle
1796M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001797W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001798L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001799T: git www.linux-mips.org:/pub/scm/linux.git
1800S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001801
1802MISCELLANEOUS MCA-SUPPORT
1803P: James Bottomley
1804M: jejb@steeleye.com
1805L: linux-kernel@vger.kernel.org
1806S: Maintained
1807
1808MODULE SUPPORT
1809P: Rusty Russell
1810M: rusty@rustcorp.com.au
1811L: linux-kernel@vger.kernel.org
1812S: Maintained
1813
1814MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1815P: Stelian Pop
1816M: stelian@popies.net
1817W: http://popies.net/meye/
1818S: Maintained
1819
1820MOUSE AND MISC DEVICES [GENERAL]
1821P: Alessandro Rubini
1822M: rubini@ipvvis.unipv.it
1823L: linux-kernel@vger.kernel.org
1824S: Maintained
1825
1826MTRR AND SIMILAR SUPPORT [i386]
1827P: Richard Gooch
1828M: rgooch@atnf.csiro.au
1829L: linux-kernel@vger.kernel.org
1830W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1831S: Maintained
1832
1833MULTISOUND SOUND DRIVER
1834P: Andrew Veliath
1835M: andrewtv@usa.net
1836S: Maintained
1837
1838NATSEMI ETHERNET DRIVER (DP8381x)
1839P: Tim Hockin
1840M: thockin@hockin.org
1841S: Maintained
1842
1843NCP FILESYSTEM
1844P: Petr Vandrovec
1845M: vandrove@vc.cvut.cz
1846L: linware@sh.cvut.cz
1847S: Maintained
1848
1849NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1850P: James E.J. Bottomley
1851M: James.Bottomley@HansenPartnership.com
1852L: linux-scsi@vger.kernel.org
1853S: Maintained
1854
1855NETFILTER/IPTABLES/IPCHAINS
1856P: Rusty Russell
1857P: Marc Boucher
1858P: James Morris
1859P: Harald Welte
1860P: Jozsef Kadlecsik
1861M: coreteam@netfilter.org
1862W: http://www.netfilter.org/
1863W: http://www.iptables.org/
1864L: netfilter@lists.netfilter.org
1865L: netfilter-devel@lists.netfilter.org
1866S: Supported
1867
1868NETROM NETWORK LAYER
1869P: Ralf Baechle
1870M: ralf@linux-mips.org
1871L: linux-hams@vger.kernel.org
1872S: Maintained
1873
1874NETWORK BLOCK DEVICE
1875P: Paul Clements
1876M: Paul.Clements@steeleye.com
1877S: Maintained
1878
1879NETWORK DEVICE DRIVERS
1880P: Andrew Morton
1881M: akpm@osdl.org
1882P: Jeff Garzik
1883M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001884L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001885T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001886S: Maintained
1887
1888NETWORKING [GENERAL]
1889P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001890M: netdev@vger.kernel.org
1891L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08001892W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893S: Maintained
1894
1895NETWORKING [IPv4/IPv6]
1896P: David S. Miller
1897M: davem@davemloft.net
1898P: Alexey Kuznetsov
1899M: kuznet@ms2.inr.ac.ru
1900P: Pekka Savola (ipv6)
1901M: pekkas@netcore.fi
1902P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001903M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904P: Hideaki YOSHIFUJI
1905M: yoshfuji@linux-ipv6.org
1906P: Patrick McHardy
1907M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001908L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08001909T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910S: Maintained
1911
John W. Linville29f8f632006-01-18 14:52:48 -08001912NETWORKING [WIRELESS]
1913P: John W. Linville
1914M: linville@tuxdriver.com
1915L: netdev@vger.kernel.org
1916T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
1917S: Maintained
1918
Linus Torvalds1da177e2005-04-16 15:20:36 -07001919IPVS
1920P: Wensong Zhang
1921M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07001922P: Simon Horman
1923M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924P: Julian Anastasov
1925M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07001926L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927S: Maintained
1928
1929NFS CLIENT
1930P: Trond Myklebust
1931M: trond.myklebust@fys.uio.no
1932L: linux-kernel@vger.kernel.org
1933S: Maintained
1934
1935NI5010 NETWORK DRIVER
1936P: Jan-Pascal van Best and Andreas Mohr
1937M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1938M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07001939L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001940S: Maintained
1941
1942NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1943P: YOKOTA Hiroshi
1944M: yokota@netlab.is.tsukuba.ac.jp
1945W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1946S: Maintained
1947
1948NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1949P: GOTO Masanori
1950M: gotom@debian.or.jp
1951P: YOKOTA Hiroshi
1952M: yokota@netlab.is.tsukuba.ac.jp
1953W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1954S: Maintained
1955
1956NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1957P: Eberhard Moenkeberg
1958M: emoenke@gwdg.de
1959L: linux-kernel@vger.kernel.org
1960S: Maintained
1961
1962NTFS FILESYSTEM
1963P: Anton Altaparmakov
1964M: aia21@cantab.net
1965L: linux-ntfs-dev@lists.sourceforge.net
1966L: linux-kernel@vger.kernel.org
1967W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001968T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001969S: Maintained
1970
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001971NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
1972P: Antonino Daplas
1973M: adaplas@pol.net
1974L: linux-fbdev-devel@lists.sourceforge.net
1975S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001976
Mark Fashehccd979b2005-12-15 14:31:24 -08001977ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
1978P: Mark Fasheh
1979M: mark.fasheh@oracle.com
1980P: Kurt Hackel
1981M: kurt.hackel@oracle.com
1982L: ocfs2-devel@oss.oracle.com
1983W: http://oss.oracle.com/projects/ocfs2/
1984S: Supported
1985
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986OLYMPIC NETWORK DRIVER
1987P: Peter De Shrijver
1988M: p2@ace.ulyssis.student.kuleuven.ac.be
1989P: Mike Phillips
1990M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001991L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001992L: linux-tr@linuxtr.net
1993W: http://www.linuxtr.net
1994S: Maintained
1995
Harald Weltec1986ee2005-11-13 16:06:29 -08001996OMNIKEY CARDMAN 4000 DRIVER
1997P: Harald Welte
1998M: laforge@gnumonks.org
1999S: Maintained
2000
Harald Welte77c44ab2005-11-13 16:06:26 -08002001OMNIKEY CARDMAN 4040 DRIVER
2002P: Harald Welte
2003M: laforge@gnumonks.org
2004S: Maintained
2005
Linus Torvalds1da177e2005-04-16 15:20:36 -07002006ONSTREAM SCSI TAPE DRIVER
2007P: Willem Riede
2008M: osst@riede.org
2009L: osst-users@lists.sourceforge.net
2010L: linux-scsi@vger.kernel.org
2011S: Maintained
2012
2013OPL3-SA2, SA3, and SAx DRIVER
2014P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002015M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002016L: linux-sound@vger.kernel.org
2017S: Maintained
2018
2019OPROFILE
2020P: Philippe Elie
2021M: phil.el@wanadoo.fr
2022L: oprofile-list@lists.sf.net
2023S: Maintained
2024
2025ORINOCO DRIVER
2026P: Pavel Roskin
2027M: proski@gnu.org
2028P: David Gibson
2029M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002030L: orinoco-users@lists.sourceforge.net
2031L: orinoco-devel@lists.sourceforge.net
2032W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002033S: Maintained
2034
2035PARALLEL PORT SUPPORT
2036P: Phil Blundell
2037M: philb@gnu.org
2038P: Tim Waugh
2039M: tim@cyberelk.net
2040P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002041P: Andrea Arcangeli
2042M: andrea@suse.de
2043L: linux-parport@lists.infradead.org
2044W: http://people.redhat.com/twaugh/parport/
2045S: Maintained
2046
2047PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2048P: Tim Waugh
2049M: tim@cyberelk.net
2050L: linux-parport@lists.infradead.org
2051W: http://www.torque.net/linux-pp.html
2052S: Maintained
2053
2054PARISC ARCHITECTURE
2055P: Matthew Wilcox
2056M: matthew@wil.cx
2057P: Grant Grundler
2058M: grundler@parisc-linux.org
2059L: parisc-linux@parisc-linux.org
2060W: http://www.parisc-linux.org/
2061S: Maintained
2062
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002063PCI ERROR RECOVERY
2064P: Linas Vepstas
2065M: linas@austin.ibm.com
2066L: linux-kernel@vger.kernel.org
2067L: linux-pci@atrey.karlin.mff.cuni.cz
2068S: Supported
2069
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2071P: Thomas Sailer
2072M: sailer@ife.ee.ethz.ch
2073L: linux-sound@vger.kernel.org
2074W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2075S: Maintained
2076
2077PCI SUBSYSTEM
2078P: Greg Kroah-Hartman
2079M: gregkh@suse.de
2080L: linux-kernel@vger.kernel.org
2081L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002082T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002083S: Supported
2084
2085PCI HOTPLUG CORE
2086P: Greg Kroah-Hartman
2087M: gregkh@suse.de
2088S: Supported
2089
2090PCI HOTPLUG COMPAQ DRIVER
2091P: Greg Kroah-Hartman
2092M: greg@kroah.com
2093S: Maintained
2094
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002095PCIE HOTPLUG DRIVER
2096P: Kristen Carlson Accardi
2097M: kristen.c.accardi@intel.com
2098L: pcihpd-discuss@lists.sourceforge.net
2099S: Maintained
2100
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002102P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002104T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002105S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002106
2107PCNET32 NETWORK DRIVER
2108P: Thomas Bogendörfer
2109M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002110L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111S: Maintained
2112
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002113PERSONALITY HANDLING
2114P: Christoph Hellwig
2115M: hch@infradead.org
2116L: linux-abi-devel@lists.sourceforge.net
2117S: Maintained
2118
Linus Torvalds1da177e2005-04-16 15:20:36 -07002119PHRAM MTD DRIVER
2120P: Jörn Engel
2121M: joern@wh.fh-wedel.de
2122L: linux-mtd@lists.infradead.org
2123S: Maintained
2124
Peter Osterlund249a6772005-09-27 21:45:30 -07002125PKTCDVD DRIVER
2126P: Peter Osterlund
2127M: petero2@telia.com
2128L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002129S: Maintained
2130
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131POSIX CLOCKS and TIMERS
2132P: George Anzinger
2133M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002134L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002135S: Supported
2136
Eugene Surovegin24682972005-10-14 03:00:53 -07002137POWERPC 4xx EMAC DRIVER
2138P: Eugene Surovegin
2139M: ebs@ebshome.net
2140W: http://kernel.ebshome.net/emac/
2141L: linuxppc-embedded@ozlabs.org
2142L: netdev@vger.kernel.org
2143S: Maintained
2144
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145PNP SUPPORT
2146P: Adam Belay
2147M: ambx1@neo.rr.com
2148S: Maintained
2149
2150PPP PROTOCOL DRIVERS AND COMPRESSORS
2151P: Paul Mackerras
2152M: paulus@samba.org
2153L: linux-ppp@vger.kernel.org
2154S: Maintained
2155
2156PPP OVER ATM (RFC 2364)
2157P: Mitchell Blank Jr
2158M: mitch@sfgoth.com
2159S: Maintained
2160
2161PPP OVER ETHERNET
2162P: Michal Ostrowski
2163M: mostrows@speakeasy.net
2164S: Maintained
2165
2166PREEMPTIBLE KERNEL
2167P: Robert Love
2168M: rml@tech9.net
2169L: linux-kernel@vger.kernel.org
2170L: kpreempt-tech@lists.sourceforge.net
2171W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2172S: Supported
2173
2174PRISM54 WIRELESS DRIVER
2175P: Prism54 Development Team
2176M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002177L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178W: http://prism54.org
2179S: Maintained
2180
2181PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2182P: Peter Denison
2183M: promise@pnd-pc.demon.co.uk
2184W: http://www.pnd-pc.demon.co.uk/promise/
2185S: Maintained
2186
2187PXA2xx SUPPORT
2188P: Nicolas Pitre
2189M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002190L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002191S: Maintained
2192
2193QLOGIC QLA2XXX FC-SCSI DRIVER
2194P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002195M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196L: linux-scsi@vger.kernel.org
2197S: Supported
2198
2199QNX4 FILESYSTEM
2200P: Anders Larsen
2201M: al@alarsen.net
2202L: linux-kernel@vger.kernel.org
2203W: http://www.alarsen.net/linux/qnx4fs/
2204S: Maintained
2205
2206RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002207P: Benjamin Herrenschmidt
2208M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209L: linux-fbdev-devel@lists.sourceforge.net
2210S: Maintained
2211
2212RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002213P: Paul Mackerras
2214M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215L: linux-fbdev-devel@lists.sourceforge.net
2216S: Maintained
2217
2218RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2219P: Corey Thomas
2220M: corey@world.std.com
2221L: linux-kernel@vger.kernel.org
2222S: Maintained
2223
Matt Mackall9e95ce22005-04-16 15:25:56 -07002224RANDOM NUMBER DRIVER
2225P: Matt Mackall
2226M: mpm@selenic.com
2227S: Maintained
2228
Matt Porter394b7012005-11-07 01:00:15 -08002229RAPIDIO SUBSYSTEM
2230P: Matt Porter
2231M: mporter@kernel.crashing.org
2232L: linux-kernel@vger.kernel.org
2233S: Maintained
2234
Linus Torvalds1da177e2005-04-16 15:20:36 -07002235REAL TIME CLOCK DRIVER
2236P: Paul Gortmaker
2237M: p_gortmaker@yahoo.com
2238L: linux-kernel@vger.kernel.org
2239S: Maintained
2240
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002241REAL TIME CLOCK (RTC) SUBSYSTEM
2242P: Alessandro Zummo
2243M: a.zummo@towertech.it
2244L: linux-kernel@vger.kernel.org
2245S: Maintained
2246
Linus Torvalds1da177e2005-04-16 15:20:36 -07002247REISERFS FILE SYSTEM
2248P: Hans Reiser
2249M: reiserfs-dev@namesys.com
2250L: reiserfs-list@namesys.com
2251W: http://www.namesys.com
2252S: Supported
2253
2254ROCKETPORT DRIVER
2255P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002256W: http://www.comtrol.com
2257S: Maintained
2258
2259ROSE NETWORK LAYER
2260P: Ralf Baechle
2261M: ralf@linux-mips.org
2262L: linux-hams@vger.kernel.org
2263S: Maintained
2264
2265RISCOM8 DRIVER
2266S: Orphan
2267
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002268S3 SAVAGE FRAMEBUFFER DRIVER
2269P: Antonino Daplas
2270M: adaplas@pol.net
2271L: linux-fbdev-devel@lists.sourceforge.net
2272S: Maintained
2273
Linus Torvalds1da177e2005-04-16 15:20:36 -07002274S390
2275P: Martin Schwidefsky
2276M: schwidefsky@de.ibm.com
2277M: linux390@de.ibm.com
2278L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002279W: http://www.ibm.com/developerworks/linux/linux390/
2280S: Supported
2281
2282S390 NETWORK DRIVERS
2283P: Frank Pavlic
2284M: fpavlic@de.ibm.com
2285M: linux390@de.ibm.com
2286L: linux-390@vm.marist.edu
2287W: http://www.ibm.com/developerworks/linux/linux390/
2288S: Supported
2289
2290S390 ZFCP DRIVER
2291P: Andreas Herrmann
2292M: aherrman@de.ibm.com
2293M: linux390@de.ibm.com
2294L: linux-390@vm.marist.edu
2295W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296S: Supported
2297
2298SAA7146 VIDEO4LINUX-2 DRIVER
2299P: Michael Hunold
2300M: michael@mihu.de
2301W: http://www.mihu.de/linux/saa7146
2302S: Maintained
2303
2304SBPCD CDROM DRIVER
2305P: Eberhard Moenkeberg
2306M: emoenke@gwdg.de
2307L: linux-kernel@vger.kernel.org
2308S: Maintained
2309
2310SC1200 WDT DRIVER
2311P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002312M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002313S: Maintained
2314
2315SCHEDULER
2316P: Ingo Molnar
2317M: mingo@elte.hu
2318P: Robert Love [the preemptible kernel bits]
2319M: rml@tech9.net
2320L: linux-kernel@vger.kernel.org
2321S: Maintained
2322
2323SCSI CDROM DRIVER
2324P: Jens Axboe
2325M: axboe@suse.de
2326L: linux-scsi@vger.kernel.org
2327W: http://www.kernel.dk
2328S: Maintained
2329
2330SCSI SG DRIVER
2331P: Doug Gilbert
2332M: dgilbert@interlog.com
2333L: linux-scsi@vger.kernel.org
2334W: http://www.torque.net/sg
2335S: Maintained
2336
2337SCSI SUBSYSTEM
2338P: James E.J. Bottomley
2339M: James.Bottomley@SteelEye.com
2340L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002341T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002342S: Maintained
2343
2344SCSI TAPE DRIVER
2345P: Kai Mäkisara
2346M: Kai.Makisara@kolumbus.fi
2347L: linux-scsi@vger.kernel.org
2348S: Maintained
2349
2350SCTP PROTOCOL
2351P: Sridhar Samudrala
2352M: sri@us.ibm.com
2353L: lksctp-developers@lists.sourceforge.net
2354S: Supported
2355
2356SCx200 CPU SUPPORT
2357P: Christer Weinigel
2358M: christer@weinigel.se
2359W: http://www.weinigel.se
2360S: Supported
2361
2362SECURITY CONTACT
2363P: Security Officers
2364M: security@kernel.org
2365S: Supported
2366
2367SELINUX SECURITY MODULE
2368P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002369M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002370P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002371M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002372L: linux-kernel@vger.kernel.org (kernel issues)
2373L: selinux@tycho.nsa.gov (general discussion)
2374W: http://www.nsa.gov/selinux
2375S: Supported
2376
2377SERIAL ATA (SATA) SUBSYSTEM:
2378P: Jeff Garzik
2379M: jgarzik@pobox.com
2380L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002381T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382S: Supported
2383
2384SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2385P: Pat Gefre
2386M: pfg@sgi.com
2387L: linux-ia64@vger.kernel.org
2388S: Supported
2389
2390SGI VISUAL WORKSTATION 320 AND 540
2391P: Andrey Panin
2392M: pazke@donpac.ru
2393L: linux-visws-devel@lists.sf.net
2394W: http://linux-visws.sf.net
2395S: Maintained for 2.6.
2396
2397SIMTEC EB110ATX (Chalice CATS)
2398P: Ben Dooks
2399P: Vincent Sanders
2400M: support@simtec.co.uk
2401W: http://www.simtec.co.uk/products/EB110ATX/
2402S: Supported
2403
2404SIMTEC EB2410ITX (BAST)
2405P: Ben Dooks
2406P: Vincent Sanders
2407M: support@simtec.co.uk
2408W: http://www.simtec.co.uk/products/EB2410ITX/
2409S: Supported
2410
Francois Romieu92aab3c2005-07-30 13:11:18 +02002411SIS 190 ETHERNET DRIVER
2412P: Francois Romieu
2413M: romieu@fr.zoreil.com
2414L: netdev@vger.kernel.org
2415S: Maintained
2416
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417SIS 5513 IDE CONTROLLER DRIVER
2418P: Lionel Bouton
2419M: Lionel.Bouton@inet6.fr
2420W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2421W: http://gyver.homeip.net/sis5513/index.html
2422S: Maintained
2423
2424SIS 900/7016 FAST ETHERNET DRIVER
2425P: Daniele Venzano
2426M: venza@brownhat.org
2427W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002428L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002429S: Maintained
2430
2431SIS FRAMEBUFFER DRIVER
2432P: Thomas Winischhofer
2433M: thomas@winischhofer.net
2434W: http://www.winischhofer.net/linuxsisvga.shtml
2435S: Maintained
2436
2437SIS USB2VGA DRIVER
2438P: Thomas Winischhofer
2439M: thomas@winischhofer.net
2440W: http://www.winischhofer.at/linuxsisusbvga.shtml
2441S: Maintained
2442
2443SMSC47M1 HARDWARE MONITOR DRIVER
2444P: Jean Delvare
2445M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002446L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447S: Odd Fixes
2448
2449SMB FILESYSTEM
2450P: Urban Widmark
2451M: urban@teststation.com
2452W: http://samba.org/
2453L: samba@samba.org
2454S: Maintained
2455
2456SMC91x ETHERNET DRIVER
2457P: Nicolas Pitre
2458M: nico@cam.org
2459S: Maintained
2460
Linus Torvalds1da177e2005-04-16 15:20:36 -07002461SOFTWARE RAID (Multiple Disks) SUPPORT
2462P: Ingo Molnar
2463M: mingo@redhat.com
2464P: Neil Brown
2465M: neilb@cse.unsw.edu.au
2466L: linux-raid@vger.kernel.org
2467S: Maintained
2468
2469SOFTWARE SUSPEND:
2470P: Pavel Machek
2471M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002472L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002473S: Maintained
2474
2475SONIC NETWORK DRIVER
2476P: Thomas Bogendoerfer
2477M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002478L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002479S: Maintained
2480
2481SONY VAIO CONTROL DEVICE DRIVER
2482P: Stelian Pop
2483M: stelian@popies.net
2484W: http://popies.net/sonypi/
2485S: Maintained
2486
2487SOUND
2488P: Jaroslav Kysela
2489M: perex@suse.cz
2490L: alsa-devel@alsa-project.org
2491S: Maintained
2492
Kylene Hall1c72d462005-05-01 08:59:13 -07002493TPM DEVICE DRIVER
2494P: Kylene Hall
2495M: kjhall@us.ibm.com
2496W: http://tpmdd.sourceforge.net
2497L: tpmdd-devel@lists.sourceforge.net
2498S: Maintained
2499
Mark Gross1a80ba82005-10-30 15:02:55 -08002500Telecom Clock Driver for MCPL0010
2501P: Mark Gross
2502M: mark.gross@intel.com
2503S: Supported
2504
Chris Zankel48b415c2005-06-23 22:01:07 -07002505TENSILICA XTENSA PORT (xtensa):
2506P: Chris Zankel
2507M: chris@zankel.net
2508S: Maintained
2509
Linus Torvalds1da177e2005-04-16 15:20:36 -07002510UltraSPARC (sparc64):
2511P: David S. Miller
2512M: davem@davemloft.net
2513P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002514M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002515P: Jakub Jelinek
2516M: jj@sunsite.ms.mff.cuni.cz
2517P: Anton Blanchard
2518M: anton@samba.org
2519L: sparclinux@vger.kernel.org
2520L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002521T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002522S: Maintained
2523
2524SHARP LH SUPPORT (LH7952X & LH7A40X)
2525P: Marc Singer
2526M: elf@buici.com
2527W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002528L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002529S: Maintained
2530
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002531SHPC HOTPLUG DRIVER
2532P: Kristen Carlson Accardi
2533M: kristen.c.accardi@intel.com
2534L: pcihpd-discuss@lists.sourceforge.net
2535S: Maintained
2536
Pierre Ossmand129bce2006-03-24 03:18:17 -08002537SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2538P: Pierre Ossman
2539M: drzeus-sdhci@drzeus.cx
2540L: sdhci-devel@list.drzeus.cx
2541W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2542S: Maintained
2543
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002544SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2545P: Stephen Hemminger
2546M: shemminger@osdl.org
2547L: netdev@vger.kernel.org
2548S: Maintained
2549
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550SPARC (sparc32):
2551P: William L. Irwin
2552M: wli@holomorphy.com
2553L: sparclinux@vger.kernel.org
2554S: Maintained
2555
2556SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2557P: Roger Wolff
2558M: R.E.Wolff@BitWizard.nl
2559L: linux-kernel@vger.kernel.org ?
2560S: Supported
2561
Linus Torvalds1da177e2005-04-16 15:20:36 -07002562SRM (Alpha) environment access
2563P: Jan-Benedict Glaw
2564M: jbglaw@lug-owl.de
2565L: linux-kernel@vger.kernel.org
2566S: Maintained
2567
2568STARFIRE/DURALAN NETWORK DRIVER
2569P: Ion Badulescu
2570M: ionut@cs.columbia.edu
2571S: Maintained
2572
2573STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2574W: http://mosquitonet.Stanford.EDU/strip.html
2575S: Unsupported ?
2576
2577STRADIS MPEG-2 DECODER DRIVER
2578P: Nathan Laredo
2579M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580W: http://www.stradis.com/
2581S: Maintained
2582
2583SUPERH (sh)
2584P: Paul Mundt
2585M: lethal@linux-sh.org
2586P: Kazumoto Kojima
2587M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002588L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002589W: http://www.linux-sh.org
2590W: http://www.m17n.org/linux-sh/
2591W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2592S: Maintained
2593
2594SUPERH64 (sh64)
2595P: Paul Mundt
2596M: lethal@linux-sh.org
2597P: Richard Curnow
2598M: rc@rc0.org.uk
2599L: linuxsh-shmedia-dev@lists.sourceforge.net
2600W: http://www.linux-sh.org
2601W: http://www.rc0.org.uk/sh64
2602S: Maintained
2603
2604SUN3/3X
2605P: Sam Creasey
2606M: sammy@sammy.net
2607L: sun3-list@redhat.com
2608W: http://sammy.net/sun3/
2609S: Maintained
2610
2611SVGA HANDLING
2612P: Martin Mares
2613M: mj@ucw.cz
2614L: linux-video@atrey.karlin.mff.cuni.cz
2615S: Maintained
2616
2617SYSV FILESYSTEM
2618P: Christoph Hellwig
2619M: hch@infradead.org
2620S: Maintained
2621
2622TI PARALLEL LINK CABLE DRIVER
2623P: Romain Lievin
2624M: roms@lpg.ticalc.org
2625S: Maintained
2626
Per Lidene86eaa32006-01-12 16:45:18 +01002627TIPC NETWORK LAYER
2628P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002629M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002630P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002631M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002632P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002633M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002634L: tipc-discussion@lists.sourceforge.net
2635W: http://tipc.sourceforge.net/
2636W: http://tipc.cslab.ericsson.net/
2637T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2638S: Maintained
2639
Linus Torvalds1da177e2005-04-16 15:20:36 -07002640TLAN NETWORK DRIVER
2641P: Samuel Chessman
2642M: chessman@tux.org
2643L: tlan-devel@lists.sourceforge.net
2644W: http://sourceforge.net/projects/tlan/
2645S: Maintained
2646
2647TOKEN-RING NETWORK DRIVER
2648P: Mike Phillips
2649M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002650L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002651L: linux-tr@linuxtr.net
2652W: http://www.linuxtr.net
2653S: Maintained
2654
2655TOSHIBA ACPI EXTRAS DRIVER
2656P: John Belmonte
2657M: toshiba_acpi@memebeam.org
2658W: http://memebeam.org/toys/ToshibaAcpiDriver
2659S: Maintained
2660
2661TOSHIBA SMM DRIVER
2662P: Jonathan Buzzard
2663M: jonathan@buzzard.org.uk
2664L: tlinux-users@tce.toshiba-dme.co.jp
2665W: http://www.buzzard.org.uk/toshiba/
2666S: Maintained
2667
2668TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2669P: Muli Ben-Yehuda
2670M: mulix@mulix.org
2671L: linux-kernel@vger.kernel.org
2672S: Maintained
2673
2674TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002675P: Adrian Bunk
2676M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002678W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002679T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002680S: Maintained
2681
2682TMS380 TOKEN-RING NETWORK DRIVER
2683P: Adam Fritzler
2684M: mid@auk.cx
2685L: linux-tr@linuxtr.net
2686W: http://www.auk.cx/tms380tr/
2687S: Maintained
2688
2689TULIP NETWORK DRIVER
2690P: Jeff Garzik
2691M: jgarzik@pobox.com
2692L: tulip-users@lists.sourceforge.net
2693W: http://sourceforge.net/projects/tulip/
2694S: Maintained
2695
2696TUN/TAP driver
2697P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002698M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002699L: vtun@office.satix.net
2700W: http://vtun.sourceforge.net/tun
2701S: Maintained
2702
2703U14-34F SCSI DRIVER
2704P: Dario Ballabio
2705M: ballabio_dario@emc.com
2706L: linux-scsi@vger.kernel.org
2707S: Maintained
2708
2709UDF FILESYSTEM
2710P: Ben Fennema
2711M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002712W: http://linux-udf.sourceforge.net
2713S: Maintained
2714
2715UNIFORM CDROM DRIVER
2716P: Jens Axboe
2717M: axboe@suse.de
2718L: linux-kernel@vger.kernel.org
2719W: http://www.kernel.dk
2720S: Maintained
2721
2722USB ACM DRIVER
2723P: Oliver Neukum
2724M: oliver@neukum.name
2725L: linux-usb-users@lists.sourceforge.net
2726L: linux-usb-devel@lists.sourceforge.net
2727S: Maintained
2728
2729USB BLOCK DRIVER (UB ub)
2730P: Pete Zaitcev
2731M: zaitcev@redhat.com
2732L: linux-kernel@vger.kernel.org
2733L: linux-usb-devel@lists.sourceforge.net
2734S: Supported
2735
Linus Torvalds1da177e2005-04-16 15:20:36 -07002736USB CDC ETHERNET DRIVER
2737P: Greg Kroah-Hartman
2738M: greg@kroah.com
2739L: linux-usb-users@lists.sourceforge.net
2740L: linux-usb-devel@lists.sourceforge.net
2741S: Maintained
2742W: http://www.kroah.com/linux-usb/
2743
2744USB EHCI DRIVER
2745P: David Brownell
2746M: dbrownell@users.sourceforge.net
2747L: linux-usb-devel@lists.sourceforge.net
2748S: Maintained
2749
Luca Risolia7ce08c92006-01-11 02:06:59 +00002750USB ET61X[12]51 DRIVER
2751P: Luca Risolia
2752M: luca.risolia@studio.unibo.it
2753L: linux-usb-devel@lists.sourceforge.net
2754L: video4linux-list@redhat.com
2755W: http://www.linux-projects.org
2756S: Maintained
2757
Linus Torvalds1da177e2005-04-16 15:20:36 -07002758USB HID/HIDBP DRIVERS
2759P: Vojtech Pavlik
2760M: vojtech@suse.cz
2761L: linux-usb-users@lists.sourceforge.net
2762L: linux-usb-devel@lists.sourceforge.net
2763S: Maintained
2764
2765USB HUB DRIVER
2766P: Johannes Erdfelt
2767M: johannes@erdfelt.com
2768L: linux-usb-users@lists.sourceforge.net
2769L: linux-usb-devel@lists.sourceforge.net
2770S: Maintained
2771
Olav Kongas959eea22005-11-03 17:38:14 +02002772USB ISP116X DRIVER
2773P: Olav Kongas
2774M: ok@artecdesign.ee
2775L: linux-usb-devel@lists.sourceforge.net
2776S: Maintained
2777
Linus Torvalds1da177e2005-04-16 15:20:36 -07002778USB KAWASAKI LSI DRIVER
2779P: Oliver Neukum
2780M: oliver@neukum.name
2781L: linux-usb-users@lists.sourceforge.net
2782L: linux-usb-devel@lists.sourceforge.net
2783S: Maintained
2784
2785USB MASS STORAGE DRIVER
2786P: Matthew Dharm
2787M: mdharm-usb@one-eyed-alien.net
2788L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002789L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002790S: Maintained
2791W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2792
2793USB OHCI DRIVER
2794P: Roman Weissgaerber
2795M: weissg@vienna.at
2796L: linux-usb-users@lists.sourceforge.net
2797L: linux-usb-devel@lists.sourceforge.net
2798S: Maintained
2799
Matthias Urlichsba460e42005-07-14 00:33:47 -07002800USB OPTION-CARD DRIVER
2801P: Matthias Urlichs
2802M: smurf@smurf.noris.de
2803L: linux-usb-devel@lists.sourceforge.net
2804S: Maintained
2805
Linus Torvalds1da177e2005-04-16 15:20:36 -07002806USB OV511 DRIVER
2807P: Mark McClelland
2808M: mmcclell@bigfoot.com
2809L: linux-usb-users@lists.sourceforge.net
2810L: linux-usb-devel@lists.sourceforge.net
2811W: http://alpha.dyndns.org/ov511/
2812S: Maintained
2813
2814USB PEGASUS DRIVER
2815P: Petko Manolov
2816M: petkan@users.sourceforge.net
2817L: linux-usb-users@lists.sourceforge.net
2818L: linux-usb-devel@lists.sourceforge.net
2819W: http://pegasus2.sourceforge.net/
2820S: Maintained
2821
2822USB PRINTER DRIVER
2823P: Vojtech Pavlik
2824M: vojtech@suse.cz
2825L: linux-usb-users@lists.sourceforge.net
2826L: linux-usb-devel@lists.sourceforge.net
2827S: Maintained
2828
2829USB RTL8150 DRIVER
2830P: Petko Manolov
2831M: petkan@users.sourceforge.net
2832L: linux-usb-users@lists.sourceforge.net
2833L: linux-usb-devel@lists.sourceforge.net
2834W: http://pegasus2.sourceforge.net/
2835S: Maintained
2836
2837USB SE401 DRIVER
2838P: Jeroen Vreeken
2839M: pe1rxq@amsat.org
2840L: linux-usb-users@lists.sourceforge.net
2841L: linux-usb-devel@lists.sourceforge.net
2842W: http://www.chello.nl/~j.vreeken/se401/
2843S: Maintained
2844
2845USB SERIAL CYBERJACK DRIVER
2846P: Matthias Bruestle and Harald Welte
2847M: support@reiner-sct.com
2848W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2849S: Maintained
2850
2851USB SERIAL DIGI ACCELEPORT DRIVER
2852P: Peter Berger and Al Borchers
2853M: pberger@brimson.com
2854M: alborchers@steinerpoint.com
2855L: linux-usb-users@lists.sourceforge.net
2856L: linux-usb-devel@lists.sourceforge.net
2857S: Maintained
2858
2859USB SERIAL DRIVER
2860P: Greg Kroah-Hartman
2861M: gregkh@suse.de
2862L: linux-usb-users@lists.sourceforge.net
2863L: linux-usb-devel@lists.sourceforge.net
2864S: Supported
2865
2866USB SERIAL BELKIN F5U103 DRIVER
2867P: William Greathouse
2868M: wgreathouse@smva.com
2869L: linux-usb-users@lists.sourceforge.net
2870L: linux-usb-devel@lists.sourceforge.net
2871S: Maintained
2872
2873USB SERIAL CYPRESS M8 DRIVER
2874P: Lonnie Mendez
2875M: dignome@gmail.com
2876L: linux-usb-users@lists.sourceforge.net
2877L: linux-usb-devel@lists.sourceforge.net
2878S: Maintained
2879W: http://geocities.com/i0xox0i
2880W: http://firstlight.net/cvs
2881
2882USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2883L: linux-usb-users@lists.sourceforge.net
2884L: linux-usb-devel@lists.sourceforge.net
2885S: Maintained
2886
2887USB AUERSWALD DRIVER
2888P: Wolfgang Muees
2889M: wolfgang@iksw-muees.de
2890L: linux-usb-users@lists.sourceforge.net
2891L: linux-usb-devel@lists.sourceforge.net
2892S: Maintained
2893
2894USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2895P: Gary Brubaker
2896M: xavyer@ix.netcom.com
2897L: linux-usb-users@lists.sourceforge.net
2898L: linux-usb-devel@lists.sourceforge.net
2899S: Maintained
2900
2901USB SERIAL KEYSPAN DRIVER
2902P: Greg Kroah-Hartman
2903M: greg@kroah.com
2904L: linux-usb-users@lists.sourceforge.net
2905L: linux-usb-devel@lists.sourceforge.net
2906W: http://www.kroah.com/linux/
2907S: Maintained
2908
2909USB SERIAL WHITEHEAT DRIVER
2910P: Stuart MacDonald
2911M: stuartm@connecttech.com
2912L: linux-usb-users@lists.sourceforge.net
2913L: linux-usb-devel@lists.sourceforge.net
2914W: http://www.connecttech.com
2915S: Supported
2916
2917USB SN9C10x DRIVER
2918P: Luca Risolia
2919M: luca.risolia@studio.unibo.it
2920L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00002921L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002922W: http://www.linux-projects.org
2923S: Maintained
2924
2925USB SUBSYSTEM
2926P: Greg Kroah-Hartman
2927M: gregkh@suse.de
2928L: linux-usb-users@lists.sourceforge.net
2929L: linux-usb-devel@lists.sourceforge.net
2930W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002931T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002932S: Supported
2933
2934USB UHCI DRIVER
2935P: Alan Stern
2936M: stern@rowland.harvard.edu
2937L: linux-usb-users@lists.sourceforge.net
2938L: linux-usb-devel@lists.sourceforge.net
2939S: Maintained
2940
2941USB "USBNET" DRIVER
2942P: David Brownell
2943M: dbrownell@users.sourceforge.net
2944L: linux-usb-devel@lists.sourceforge.net
2945S: Maintained
2946
2947USB W996[87]CF DRIVER
2948P: Luca Risolia
2949M: luca.risolia@studio.unibo.it
2950L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00002951L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002952W: http://www.linux-projects.org
2953S: Maintained
2954
Luca Risolia60f78052006-02-06 16:29:35 +00002955USB ZC0301 DRIVER
2956P: Luca Risolia
2957M: luca.risolia@studio.unibo.it
2958L: linux-usb-devel@lists.sourceforge.net
2959L: video4linux-list@redhat.com
2960W: http://www.linux-projects.org
2961S: Maintained
2962
Linus Torvalds1da177e2005-04-16 15:20:36 -07002963USB ZD1201 DRIVER
2964P: Jeroen Vreeken
2965M: pe1rxq@amsat.org
2966L: linux-usb-users@lists.sourceforge.net
2967L: linux-usb-devel@lists.sourceforge.net
2968W: http://linux-lc100020.sourceforge.net
2969S: Maintained
2970
2971USER-MODE LINUX
2972P: Jeff Dike
2973M: jdike@karaya.com
2974L: user-mode-linux-devel@lists.sourceforge.net
2975L: user-mode-linux-user@lists.sourceforge.net
2976W: http://user-mode-linux.sourceforge.net
2977S: Maintained
2978
2979FAT/VFAT/MSDOS FILESYSTEM:
2980P: OGAWA Hirofumi
2981M: hirofumi@mail.parknet.co.jp
2982L: linux-kernel@vger.kernel.org
2983S: Maintained
2984
2985VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2986P: Jeff Garzik
2987S: Odd fixes
2988
2989VIA RHINE NETWORK DRIVER
2990P: Roger Luethi
2991M: rl@hellgate.ch
2992S: Maintained
2993
Jean Delvare32c0a522005-09-22 21:47:58 +02002994VIAPRO SMBUS DRIVER
2995P: Jean Delvare
2996M: khali@linux-fr.org
2997L: lm-sensors@lm-sensors.org
2998S: Maintained
2999
Linus Torvalds1da177e2005-04-16 15:20:36 -07003000UCLINUX (AND M68KNOMMU)
3001P: Greg Ungerer
3002M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003003W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003004L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003005S: Maintained
3006
3007UCLINUX FOR NEC V850
3008P: Miles Bader
3009M: uclinux-v850@lsi.nec.co.jp
3010W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3011W: http://www.ee.nec.de/uclinux/
3012S: Supported
3013
3014UCLINUX FOR RENESAS H8/300
3015P: Yoshinori Sato
3016M: ysato@users.sourceforge.jp
3017W: http://uclinux-h8.sourceforge.jp/
3018S: Supported
3019
3020USB DIAMOND RIO500 DRIVER
3021P: Cesar Miquel
3022M: miquel@df.uba.ar
3023L: rio500-users@lists.sourceforge.net
3024W: http://rio500.sourceforge.net
3025S: Maintained
3026
3027VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003028P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003029M: mchehab@infradead.org
3030M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003031L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003032W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003033T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003034S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003035
Roger Lucas1de9e372005-11-26 20:20:05 +01003036VT8231 HARDWARE MONITOR DRIVER
3037P: Roger Lucas
3038M: roger@planbit.co.uk
3039L: lm-sensors@lm-sensors.org
3040S: Maintained
3041
Linus Torvalds1da177e2005-04-16 15:20:36 -07003042W1 DALLAS'S 1-WIRE BUS
3043P: Evgeniy Polyakov
3044M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003045L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003046S: Maintained
3047
3048W83L51xD SD/MMC CARD INTERFACE DRIVER
3049P: Pierre Ossman
3050M: drzeus-wbsd@drzeus.cx
3051L: wbsd-devel@list.drzeus.cx
3052W: http://projects.drzeus.cx/wbsd
3053S: Maintained
3054
3055W83L785TS HARDWARE MONITOR DRIVER
3056P: Jean Delvare
3057M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003058L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003059S: Odd Fixes
3060
3061WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
3062P: Nenad Corbic
3063M: ncorbic@sangoma.com
3064M: dm@sangoma.com
3065W: http://www.sangoma.com
3066S: Supported
3067
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003068WATCHDOG DEVICE DRIVERS
3069P: Wim Van Sebroeck
3070M: wim@iguana.be
3071T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3072S: Maintained
3073
Linus Torvalds1da177e2005-04-16 15:20:36 -07003074WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3075P: Jean Tourrilhes
3076M: jt@hpl.hp.com
3077W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3078S: Maintained
3079
3080WD7000 SCSI DRIVER
3081P: Miroslav Zagorac
3082M: zaga@fly.cc.fer.hr
3083L: linux-scsi@vger.kernel.org
3084S: Maintained
3085
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05003086WISTRON LAPTOP BUTTON DRIVER
3087P: Miloslav Trmac
3088M: mitr@volny.cz
3089S: Maintained
3090
Linus Torvalds1da177e2005-04-16 15:20:36 -07003091WL3501 WIRELESS PCMCIA CARD DRIVER
3092P: Arnaldo Carvalho de Melo
3093M: acme@conectiva.com.br
3094W: http://advogato.org/person/acme
3095S: Maintained
3096
3097X.25 NETWORK LAYER
3098P: Henner Eisen
3099M: eis@baty.hanse.de
3100L: linux-x25@vger.kernel.org
3101S: Maintained
3102
3103XFS FILESYSTEM
3104P: Silicon Graphics Inc
3105M: xfs-masters@oss.sgi.com
3106M: nathans@sgi.com
3107L: linux-xfs@oss.sgi.com
3108W: http://oss.sgi.com/projects/xfs
3109S: Supported
3110
3111X86 3-LEVEL PAGING (PAE) SUPPORT
3112P: Ingo Molnar
3113M: mingo@redhat.com
3114S: Maintained
3115
3116X86-64 port
3117P: Andi Kleen
3118M: ak@suse.de
3119L: discuss@x86-64.org
3120W: http://www.x86-64.org
3121S: Maintained
3122
3123YAM DRIVER FOR AX.25
3124P: Jean-Paul Roubelat
3125M: jpr@f6fbb.org
3126L: linux-hams@vger.kernel.org
3127S: Maintained
3128
Henkaf64a5e2005-10-12 15:02:56 +02003129YEALINK PHONE DRIVER
3130P: Henk Vergonet
3131M: Henk.Vergonet@gmail.com
3132L: usbb2k-api-dev@nongnu.org
3133S: Maintained
3134
Linus Torvalds1da177e2005-04-16 15:20:36 -07003135YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3136P: Pete Zaitcev
3137M: zaitcev@yahoo.com
3138L: linux-kernel@vger.kernel.org
3139S: Obsolete
3140
3141Z8530 DRIVER FOR AX.25
3142P: Joerg Reuter
3143M: jreuter@yaina.de
3144W: http://yaina.de/jreuter/
3145W: http://www.qsl.net/dl1bke/
3146L: linux-hams@vger.kernel.org
3147S: Maintained
3148
3149ZF MACHZ WATCHDOG
3150P: Fernando Fuganti
3151M: fuganti@netbank.com.br
3152W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3153S: Maintained
3154
3155ZR36067 VIDEO FOR LINUX DRIVER
3156P: Ronald Bultje
3157M: rbultje@ronald.bitfreak.net
3158L: mjpeg-users@lists.sourceforge.net
3159W: http://mjpeg.sourceforge.net/driver-zoran/
3160S: Maintained
3161
3162ZR36120 VIDEO FOR LINUX DRIVER
3163P: Pauline Middelink
3164M: middelin@polyware.nl
3165W: http://www.polyware.nl/~middelin/En/hobbies.html
3166W: http://www.polyware.nl/~middelin/hobbies.html
3167S: Maintained
3168
3169THE REST
3170P: Linus Torvalds
3171S: Buried alive in reporters