blob: 5e33558714167ecafd03bbe7190fcc4a2dea269e [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
Ralf Baechled34cb282006-04-19 04:14:30 +0200414W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700415S: Maintained
416
417BAYCOM/HDLCDRV DRIVERS FOR AX.25
418P: Thomas Sailer
419M: t.sailer@alumni.ethz.ch
420L: linux-hams@vger.kernel.org
421W: http://www.baycom.org/~tom/ham/ham.html
422S: Maintained
423
Michael Buesch9eac8f92006-04-22 17:31:27 +0200424BCM43XX WIRELESS DRIVER
425P: Michael Buesch
426M: mb@bu3sch.de
427P: Stefano Brivio
428M: st3@riseup.net
429W: http://bcm43xx.berlios.de/
430S: Maintained
431
Linus Torvalds1da177e2005-04-16 15:20:36 -0700432BEFS FILE SYSTEM
433P: Sergey S. Kostyliov
434M: rathamahata@php4.ru
435L: linux-kernel@vger.kernel.org
436S: Maintained
437
438BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
439P: Kenji Hollis
440W: http://ftp.bitgate.com/pcwd/
441S: Maintained
442
443BFS FILE SYSTEM
444P: Tigran A. Aivazian
445M: tigran@veritas.com
446L: linux-kernel@vger.kernel.org
447S: Maintained
448
449BLOCK LAYER
450P: Jens Axboe
451M: axboe@suse.de
452L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800453T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700454S: Maintained
455
456BLUETOOTH SUBSYSTEM
457P: Marcel Holtmann
458M: marcel@holtmann.org
459P: Maxim Krasnyansky
460M: maxk@qualcomm.com
461L: bluez-devel@lists.sf.net
462W: http://bluez.sf.net
463W: http://www.bluez.org
464W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800465T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700466S: Maintained
467
468BLUETOOTH RFCOMM LAYER
469P: Marcel Holtmann
470M: marcel@holtmann.org
471P: Maxim Krasnyansky
472M: maxk@qualcomm.com
473S: Maintained
474
475BLUETOOTH BNEP LAYER
476P: Marcel Holtmann
477M: marcel@holtmann.org
478P: Maxim Krasnyansky
479M: maxk@qualcomm.com
480S: Maintained
481
482BLUETOOTH CMTP LAYER
483P: Marcel Holtmann
484M: marcel@holtmann.org
485S: Maintained
486
487BLUETOOTH HIDP LAYER
488P: Marcel Holtmann
489M: marcel@holtmann.org
490S: Maintained
491
492BLUETOOTH HCI UART DRIVER
493P: Marcel Holtmann
494M: marcel@holtmann.org
495P: Maxim Krasnyansky
496M: maxk@qualcomm.com
497S: Maintained
498
499BLUETOOTH HCI USB DRIVER
500P: Marcel Holtmann
501M: marcel@holtmann.org
502P: Maxim Krasnyansky
503M: maxk@qualcomm.com
504S: Maintained
505
506BLUETOOTH HCI BCM203X DRIVER
507P: Marcel Holtmann
508M: marcel@holtmann.org
509S: Maintained
510
511BLUETOOTH HCI BPA10X DRIVER
512P: Marcel Holtmann
513M: marcel@holtmann.org
514S: Maintained
515
516BLUETOOTH HCI BFUSB DRIVER
517P: Marcel Holtmann
518M: marcel@holtmann.org
519S: Maintained
520
521BLUETOOTH HCI DTL1 DRIVER
522P: Marcel Holtmann
523M: marcel@holtmann.org
524S: Maintained
525
526BLUETOOTH HCI BLUECARD DRIVER
527P: Marcel Holtmann
528M: marcel@holtmann.org
529S: Maintained
530
531BLUETOOTH HCI BT3C DRIVER
532P: Marcel Holtmann
533M: marcel@holtmann.org
534S: Maintained
535
536BLUETOOTH HCI BTUART DRIVER
537P: Marcel Holtmann
538M: marcel@holtmann.org
539S: Maintained
540
541BLUETOOTH HCI VHCI DRIVER
542P: Maxim Krasnyansky
543M: maxk@qualcomm.com
544S: Maintained
545
546BONDING DRIVER
547P: Chad Tindel
548M: ctindel@users.sourceforge.net
549P: Jay Vosburgh
550M: fubar@us.ibm.com
551L: bonding-devel@lists.sourceforge.net
552W: http://sourceforge.net/projects/bonding/
553S: Supported
554
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000555BROADBAND PROCESSOR ARCHITECTURE
556P: Arnd Bergmann
557M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100558L: linuxppc-dev@ozlabs.org
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000559W: http://linuxppc64.org
560S: Supported
561
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700563P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200564M: mchehab@infradead.org
565M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700567W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200568T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700569S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571COMMON INTERNET FILE SYSTEM (CIFS)
572P: Steve French
573M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100574L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700575L: samba-technical@lists.samba.org
576W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800577T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578S: Supported
579
Joel Becker7063fbf2005-12-15 14:29:43 -0800580CONFIGFS
581P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -0800582M: joel.becker@oracle.com
583L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800584S: Supported
585
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586CIRRUS LOGIC GENERIC FBDEV DRIVER
587P: Jeff Garzik
588M: jgarzik@pobox.com
589L: linux-fbdev-devel@lists.sourceforge.net
590S: Odd Fixes
591
592CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
593P: Cirrus Logic Corporation (kernel 2.2 driver)
594M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
595P: Nils Faerber (port to kernel 2.4)
596M: Nils Faerber <nils@kernelconcepts.de>
597S: Maintained
598
599CODA FILE SYSTEM
600P: Jan Harkes
601M: jaharkes@cs.cmu.edu
602M: coda@cs.cmu.edu
603L: codalist@coda.cs.cmu.edu
604W: http://www.coda.cs.cmu.edu/
605S: Maintained
606
607COMPACTPCI HOTPLUG CORE
608P: Scott Murray
609M: scottm@somanetworks.com
610M: scott@spiteful.org
611L: pcihpd-discuss@lists.sourceforge.net
612S: Supported
613
614COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
615P: Scott Murray
616M: scottm@somanetworks.com
617M: scott@spiteful.org
618L: pcihpd-discuss@lists.sourceforge.net
619S: Supported
620
621COMPACTPCI HOTPLUG GENERIC DRIVER
622P: Scott Murray
623M: scottm@somanetworks.com
624M: scott@spiteful.org
625L: pcihpd-discuss@lists.sourceforge.net
626S: Supported
627
628COMPUTONE INTELLIPORT MULTIPORT CARD
629P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700630M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700631W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700632S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700633
634COSA/SRP SYNC SERIAL DRIVER
635P: Jan "Yenya" Kasprzak
636M: kas@fi.muni.cz
637W: http://www.fi.muni.cz/~kas/cosa/
638S: Maintained
639
640CPU FREQUENCY DRIVERS
641P: Dave Jones
642M: davej@codemonkey.org.uk
643L: cpufreq@lists.linux.org.uk
644W: http://www.codemonkey.org.uk/projects/cpufreq/
Josh Boyer1adc1232005-11-23 15:44:15 -0800645T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700646S: Maintained
647
648CPUID/MSR DRIVER
649P: H. Peter Anvin
650M: hpa@zytor.com
651S: Maintained
652
Paul Jacksoned90fb42005-09-27 21:45:37 -0700653CPUSETS
654P: Paul Jackson
655P: Simon Derr
656M: pj@sgi.com
657M: simon.derr@bull.net
658L: linux-kernel@vger.kernel.org
659W: http://www.bullopensource.org/cpuset/
660S: Supported
661
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662CRAMFS FILESYSTEM
663W: http://sourceforge.net/projects/cramfs/
664S: Orphan
665
666CRIS PORT
667P: Mikael Starvik
668M: starvik@axis.com
669L: dev-etrax@axis.com
670W: http://developer.axis.com
671S: Maintained
672
673CRYPTO API
674P: Herbert Xu
675M: herbert@gondor.apana.org.au
676P: David S. Miller
677M: davem@davemloft.net
678L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800679T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680S: Maintained
681
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100682CS5535 Audio ALSA driver
683P: Jaya Kumar
684M: jayakumar.alsa@gmail.com
685S: Maintained
686
Linus Torvalds1da177e2005-04-16 15:20:36 -0700687CYBERPRO FB DRIVER
688P: Russell King
689M: rmk@arm.linux.org.uk
690W: http://www.arm.linux.org.uk/
691S: Maintained
692
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700693CYBLAFB FRAMEBUFFER DRIVER
694P: Knut Petersen
695M: Knut_Petersen@t-online.de
696L: linux-fbdev-devel@lists.sourceforge.net
697S: Maintained
698
Linus Torvalds1da177e2005-04-16 15:20:36 -0700699CYCLADES 2X SYNC CARD DRIVER
700P: Arnaldo Carvalho de Melo
701M: acme@conectiva.com.br
702W: http://advogato.org/person/acme
703L: cycsyn-devel@bazar.conectiva.com.br
704S: Maintained
705
706CYCLADES ASYNC MUX DRIVER
707M: async@cyclades.com
708W: http://www.cyclades.com/
709S: Supported
710
711CYCLADES PC300 DRIVER
712M: pc300@cyclades.com
713W: http://www.cyclades.com/
714S: Supported
715
Linus Torvalds1da177e2005-04-16 15:20:36 -0700716DAMA SLAVE for AX.25
717P: Joerg Reuter
718M: jreuter@yaina.de
719W: http://yaina.de/jreuter/
720W: http://www.qsl.net/dl1bke/
721L: linux-hams@vger.kernel.org
722S: Maintained
723
724DC395x SCSI driver
725P: Oliver Neukum
726M: oliver@neukum.name
727P: Ali Akcaagac
728M: aliakc@web.de
729P: Jamie Lenehan
730M: lenehan@twibble.org
731W: http://twibble.org/dist/dc395x/
732L: http://lists.twibble.org/mailman/listinfo/dc395x/
733S: Maintained
734
735DC390/AM53C974 SCSI driver
736P: Kurt Garloff
737M: garloff@suse.de
738W: http://www.garloff.de/kurt/linux/dc390/
739P: Guennadi Liakhovetski
740M: g.liakhovetski@gmx.de
741S: Maintained
742
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700743DCCP PROTOCOL
744P: Arnaldo Carvalho de Melo
745M: acme@mandriva.com
746L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800747W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700748S: Maintained
749
Linus Torvalds1da177e2005-04-16 15:20:36 -0700750DECnet NETWORK LAYER
751P: Patrick Caulfield
752M: patrick@tykepenguin.com
753W: http://linux-decnet.sourceforge.net
754L: linux-decnet-user@lists.sourceforge.net
755S: Maintained
756
757DEFXX FDDI NETWORK DRIVER
758P: Maciej W. Rozycki
759M: macro@linux-mips.org
760S: Maintained
761
762DELL LAPTOP SMM DRIVER
763P: Massimo Dal Zotto
764M: dz@debian.org
765W: http://www.debian.org/~dz/i8k/
766S: Maintained
767
Doug Warzecha90563ec2005-09-06 15:17:15 -0700768DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
769P: Doug Warzecha
770M: Douglas_Warzecha@dell.com
771S: Maintained
772
Linus Torvalds1da177e2005-04-16 15:20:36 -0700773DEVICE-MAPPER
774P: Alasdair Kergon
775L: dm-devel@redhat.com
776W: http://sources.redhat.com/dm
777S: Maintained
778
779DEVICE NUMBER REGISTRY
780P: Torben Mathiasen
781M: device@lanana.org
782W: http://lanana.org/docs/device-list/index.html
783L: linux-kernel@vger.kernel.org
784S: Maintained
785
786DEVICE FILESYSTEM
787S: Obsolete
788
789DIGI INTL. EPCA DRIVER
790P: Digi International, Inc
791M: Eng.Linux@digi.com
792L: Eng.Linux@digi.com
793W: http://www.digi.com
794S: Orphaned
795
796DIGI RIGHTSWITCH NETWORK DRIVER
797P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700798L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700799W: http://www.digi.com
800S: Orphaned
801
802DIRECTORY NOTIFICATION
803P: Stephen Rothwell
804M: sfr@canb.auug.org.au
805L: linux-kernel@vger.kernel.org
806S: Supported
807
808DISK GEOMETRY AND PARTITION HANDLING
809P: Andries Brouwer
810M: aeb@cwi.nl
811W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
812W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
813W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
814S: Maintained
815
816DISKQUOTA:
817P: Jan Kara
818M: jack@suse.cz
819L: linux-kernel@vger.kernel.org
820S: Maintained
821
822DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
823P: Tobias Ringstrom
824M: tori@unhappy.mine.nu
825L: linux-kernel@vger.kernel.org
826S: Maintained
827
Martin Waitzba483d52005-06-17 13:20:59 -0700828DOCBOOK FOR DOCUMENTATION
829P: Martin Waitz
830M: tali@admingilde.org
Martin Waitz061350e2006-01-09 20:53:53 -0800831T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700832S: Maintained
833
Linus Torvalds1da177e2005-04-16 15:20:36 -0700834DOUBLETALK DRIVER
835P: James R. Van Zandt
836M: jrv@vanzandt.mv.com
837L: blinux-list@redhat.com
838S: Maintained
839
840DRIVER CORE, KOBJECTS, AND SYSFS
841P: Greg Kroah-Hartman
842M: gregkh@suse.de
843L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800844T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700845S: Supported
846
847DRM DRIVERS
848P: David Airlie
849M: airlied@linux.ie
850L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800851T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700852S: Maintained
853
854DSCC4 DRIVER
855P: François Romieu
856M: romieu@cogenit.fr
857M: romieu@ensta.fr
858S: Maintained
859
860DVB SUBSYSTEM AND DRIVERS
861P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200862M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700863L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200864W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200865T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200866S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700867
868EATA-DMA SCSI DRIVER
869P: Michael Neuffer
870L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
871S: Maintained
872
873EATA ISA/EISA/PCI SCSI DRIVER
874P: Dario Ballabio
875M: ballabio_dario@emc.com
876L: linux-scsi@vger.kernel.org
877S: Maintained
878
879EATA-PIO SCSI DRIVER
880P: Michael Neuffer
881M: mike@i-Connect.Net
882L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
883S: Maintained
884
885EBTABLES
886P: Bart De Schuymer
887M: bart.de.schuymer@pandora.be
888L: ebtables-user@lists.sourceforge.net
889L: ebtables-devel@lists.sourceforge.net
890W: http://ebtables.sourceforge.net/
891S: Maintained
892
Alan Coxda9bb1d2006-01-18 17:44:13 -0800893EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -0800894P: Doug Thompson
895M: norsk5@xmission.com, dthompson@linuxnetworx.com
896P: Dave Peterson
897M: dsp@llnl.gov, dave_peterson@pobox.com
898L: bluesmoke-devel@lists.sourceforge.net
899W: bluesmoke.sourceforge.net
900S: Maintained
901
902EDAC-E752X
903P: Dave Peterson
904M: dsp@llnl.gov, dave_peterson@pobox.com
905L: bluesmoke-devel@lists.sourceforge.net
906W: bluesmoke.sourceforge.net
907S: Maintained
908
909EDAC-E7XXX
910P: Dave Peterson
911M: dsp@llnl.gov, dave_peterson@pobox.com
912L: bluesmoke-devel@lists.sourceforge.net
913W: bluesmoke.sourceforge.net
914S: Maintained
915
916EDAC-R82600
917P: Tim Small
918M: tim@buttersideup.com
919L: bluesmoke-devel@lists.sourceforge.net
920W: bluesmoke.sourceforge.net
921S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -0800922
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923EEPRO100 NETWORK DRIVER
924P: Andrey V. Savochkin
925M: saw@saw.sw.com.sg
926S: Maintained
927
928EMU10K1 SOUND DRIVER
929P: James Courtier-Dutton
930M: James@superbug.demon.co.uk
931L: emu10k1-devel@lists.sourceforge.net
932W: http://sourceforge.net/projects/emu10k1/
933S: Maintained
934
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400935EMULEX LPFC FC SCSI DRIVER
936P: James Smart
937M: james.smart@emulex.com
938L: linux-scsi@vger.kernel.org
939W: http://sourceforge.net/projects/lpfcxxxx
940S: Supported
941
Linus Torvalds1da177e2005-04-16 15:20:36 -0700942EPSON 1355 FRAMEBUFFER DRIVER
943P: Christopher Hoover
944M: ch@murgatroid.com, ch@hpl.hp.com
945S: Maintained
946
947ETHEREXPRESS-16 NETWORK DRIVER
948P: Philip Blundell
949M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700950L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700951S: Maintained
952
953ETHERNET BRIDGE
954P: Stephen Hemminger
955M: shemminger@osdl.org
956L: bridge@osdl.org
957W: http://bridge.sourceforge.net/
958S: Maintained
959
960ETHERTEAM 16I DRIVER
961P: Mika Kuoppala
962M: miku@iki.fi
963S: Maintained
964
965EXT2 FILE SYSTEM
966L: ext2-devel@lists.sourceforge.net
967S: Maintained
968
969EXT3 FILE SYSTEM
970P: Stephen Tweedie, Andrew Morton
971M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
972L: ext3-users@redhat.com
973S: Maintained
974
Jean Delvaree53004e2006-01-09 23:26:14 +0100975F71805F HARDWARE MONITORING DRIVER
976P: Jean Delvare
977M: khali@linux-fr.org
978L: lm-sensors@lm-sensors.org
979S: Maintained
980
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981FARSYNC SYNCHRONOUS DRIVER
982P: Kevin Curtis
983M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700984W: http://www.farsite.co.uk/
985S: Supported
986
987FRAMEBUFFER LAYER
988P: Antonino Daplas
989M: adaplas@pol.net
990L: linux-fbdev-devel@lists.sourceforge.net
991W: http://linux-fbdev.sourceforge.net/
992S: Maintained
993
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +0300994FREESCALE SOC FS_ENET DRIVER
995P: Pantelis Antoniou
996M: pantelis.antoniou@gmail.com
997P: Vitaly Bordug
998M: vbordug@ru.mvista.com
999L: linuxppc-embedded@ozlabs.org
1000L: netdev@vger.kernel.org
1001S: Maintained
1002
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003FILE LOCKING (flock() and fcntl()/lockf())
1004P: Matthew Wilcox
1005M: matthew@wil.cx
1006L: linux-fsdevel@vger.kernel.org
1007S: Maintained
1008
1009FILESYSTEMS (VFS and infrastructure)
1010P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001011M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001012S: Maintained
1013
1014FIRMWARE LOADER (request_firmware)
1015L: linux-kernel@vger.kernel.org
1016S: Orphan
1017
1018FPU EMULATOR
1019P: Bill Metzenthen
1020M: billm@suburbia.net
1021W: http://suburbia.net/~billm/floating-point/emulator/
1022S: Maintained
1023
1024FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1025P: Mike McLagan
1026M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001027L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001028S: Maintained
1029
1030FREEVXFS FILESYSTEM
1031P: Christoph Hellwig
1032M: hch@infradead.org
1033W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1034S: Maintained
1035
1036FUJITSU FR-V PORT
1037P: David Howells
1038M: dhowells@redhat.com
1039S: Maintained
1040
1041FTAPE/QIC-117
1042L: linux-tape@vger.kernel.org
1043W: http://sourceforge.net/projects/ftape
1044S: Orphan
1045
Miklos Szeredi04578f12005-09-09 13:10:22 -07001046FUSE: FILESYSTEM IN USERSPACE
1047P: Miklos Szeredi
1048M: miklos@szeredi.hu
1049L: fuse-devel@lists.sourceforge.net
1050W: http://fuse.sourceforge.net/
1051S: Maintained
1052
Linus Torvalds1da177e2005-04-16 15:20:36 -07001053FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1054P: Rik Faith
1055M: faith@cs.unc.edu
1056L: linux-scsi@vger.kernel.org
1057S: Odd fixes (e.g., new signatures)
1058
1059GDT SCSI DISK ARRAY CONTROLLER DRIVER
1060P: Achim Leubner
1061M: achim_leubner@adaptec.com
1062L: linux-scsi@vger.kernel.org
1063W: http://www.icp-vortex.com/
1064S: Supported
1065
1066GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1067P: Krzysztof Halasa
1068M: khc@pm.waw.pl
1069W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1070S: Maintained
1071
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001072GIGASET ISDN DRIVERS
1073P: Hansjoerg Lipp
1074M: hjlipp@web.de
1075P: Tilman Schmidt
1076M: tilman@imap.cc
1077L: gigaset307x-common@lists.sourceforge.net
1078W: http://gigaset307x.sourceforge.net/
1079S: Maintained
1080
Jean Delvare5b543962005-08-15 19:51:02 +02001081HARDWARE MONITORING
1082P: Jean Delvare
1083M: khali@linux-fr.org
1084L: lm-sensors@lm-sensors.org
1085W: http://www.lm-sensors.nu/
1086S: Maintained
1087
Robert Love860e1d62005-08-31 23:57:59 -04001088HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1089P: Robert Love
1090M: rlove@rlove.org
1091M: linux-kernel@vger.kernel.org
1092W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1093S: Maintained
1094
Linus Torvalds1da177e2005-04-16 15:20:36 -07001095HARMONY SOUND DRIVER
1096P: Kyle McMartin
1097M: kyle@parisc-linux.org
1098W: http://www.parisc-linux.org/~kyle/harmony/
1099L: parisc-linux@lists.parisc-linux.org
1100S: Maintained
1101
1102HAYES ESP SERIAL DRIVER
1103P: Andrew J. Robinson
1104M: arobinso@nyx.net
1105L: linux-kernel@vger.kernel.org
1106W: http://www.nyx.net/~arobinso
1107S: Maintained
1108
1109HFS FILESYSTEM
1110P: Roman Zippel
1111M: zippel@linux-m68k.org
1112L: linux-kernel@vger.kernel.org
1113S: Maintained
1114
1115HGA FRAMEBUFFER DRIVER
1116P: Ferenc Bakonyi
1117M: fero@drama.obuda.kando.hu
1118L: linux-nvidia@lists.surfsouth.com
1119W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1120S: Maintained
1121
1122HIGH-SPEED SCC DRIVER FOR AX.25
1123P: Klaus Kudielka
1124M: klaus.kudielka@ieee.org
1125L: linux-hams@vger.kernel.org
1126W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1127S: Maintained
1128
1129HIPPI
1130P: Jes Sorensen
1131M: jes@trained-monkey.org
1132L: linux-hippi@sunsite.dk
1133S: Maintained
1134
1135HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1136P: Chirag Kantharia
1137M: chirag.kantharia@hp.com
1138L: iss_storagedev@hp.com
1139S: Maintained
1140
1141HEWLETT-PACKARD SMART2 RAID DRIVER
1142P: Chirag Kantharia
1143M: chirag.kantharia@hp.com
1144L: iss_storagedev@hp.com
1145S: Maintained
1146
1147HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1148P: Mike Miller
1149M: mike.miller@hp.com
1150L: iss_storagedev@hp.com
1151S: Supported
1152
Jouni Malinenff1d2762005-05-12 22:54:16 -04001153HOST AP DRIVER
1154P: Jouni Malinen
1155M: jkmaline@cc.hut.fi
1156L: hostap@shmoo.com
1157W: http://hostap.epitest.fi/
1158S: Maintained
1159
Linus Torvalds1da177e2005-04-16 15:20:36 -07001160HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1161P: Jaroslav Kysela
1162M: perex@suse.cz
1163S: Maintained
1164
Bob Piccob9b03322005-11-07 00:59:19 -08001165HPET: High Precision Event Timers driver (hpet.c)
1166P: Clemens Ladisch
1167M: clemens@ladisch.de
1168S: Maintained
1169
1170HPET: i386
1171P: Venkatesh Pallipadi (Venki)
1172M: venkatesh.pallipadi@intel.com
1173S: Maintained
1174
1175HPET: x86_64
1176P: Andi Kleen and Vojtech Pavlik
1177M: ak@muc.de and vojtech@suse.cz
1178S: Maintained
1179
1180HPET: ACPI hpet.c
1181P: Bob Picco
1182M: bob.picco@hp.com
1183S: Maintained
1184
Linus Torvalds1da177e2005-04-16 15:20:36 -07001185HPFS FILESYSTEM
1186P: Mikulas Patocka
1187M: mikulas@artax.karlin.mff.cuni.cz
1188W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1189S: Maintained
1190
1191HUGETLB FILESYSTEM
1192P: William Irwin
1193M: wli@holomorphy.com
1194S: Maintained
1195
Jean Delvare5b543962005-08-15 19:51:02 +02001196I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001197P: Jean Delvare
1198M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001199L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001201T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001202S: Maintained
1203
1204I2O
1205P: Markus Lidel
1206M: markus.lidel@shadowconnect.com
1207W: http://i2o.shadowconnect.com/
1208S: Maintained
1209
1210i386 BOOT CODE
1211P: Riley H. Williams
1212M: Riley@Williams.Name
1213L: Linux-Kernel@vger.kernel.org
1214S: Maintained
1215
1216i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1217P: Dave Jones
1218M: davej@codemonkey.org.uk
1219P: H. Peter Anvin
1220M: hpa@zytor.com
1221S: Maintained
1222
1223i810 TCO TIMER WATCHDOG
1224P: Nils Faerber
1225M: nils@kernelconcepts.de
1226W: http://www.kernelconcepts.de/
1227S: Maintained
1228
1229IA64 (Itanium) PLATFORM
1230P: Tony Luck
1231M: tony.luck@intel.com
1232L: linux-ia64@vger.kernel.org
1233W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001234T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235S: Maintained
1236
1237SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001238P: Jes Sorensen
1239M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001240L: linux-altix@sgi.com
1241L: linux-ia64@vger.kernel.org
1242W: http://www.sgi.com/altix
1243S: Maintained
1244
1245IBM MCA SCSI SUBSYSTEM DRIVER
1246P: Michael Lang
1247M: langa2@kph.uni-mainz.de
1248W: http://www.uni-mainz.de/~langm000/linux.html
1249S: Maintained
1250
1251IBM Power Linux RAID adapter
1252P: Brian King
1253M: brking@us.ibm.com
1254S: Supported
1255
1256IBM ServeRAID RAID DRIVER
1257P: Jack Hammer
1258P: Dave Jeffery
1259M: ipslinux@adaptec.com
1260W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1261S: Supported
1262
1263IDE DRIVER [GENERAL]
1264P: Bartlomiej Zolnierkiewicz
1265M: B.Zolnierkiewicz@elka.pw.edu.pl
1266L: linux-kernel@vger.kernel.org
1267L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001268T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001269S: Maintained
1270
1271IDE/ATAPI CDROM DRIVER
1272P: Jens Axboe
1273M: axboe@suse.de
1274L: linux-kernel@vger.kernel.org
1275W: http://www.kernel.dk
1276S: Maintained
1277
1278IDE/ATAPI FLOPPY DRIVERS
1279P: Paul Bristow
1280M: Paul Bristow <paul@paulbristow.net>
1281W: http://paulbristow.net/linux/idefloppy.html
1282L: linux-kernel@vger.kernel.org
1283S: Maintained
1284
1285IDE/ATAPI TAPE DRIVERS
1286P: Gadi Oxman
1287M: Gadi Oxman <gadio@netvision.net.il>
1288L: linux-kernel@vger.kernel.org
1289S: Maintained
1290
1291IEEE 1394 ETHERNET (eth1394)
1292L: linux1394-devel@lists.sourceforge.net
1293W: http://www.linux1394.org/
1294S: Orphan
1295
Linus Torvalds1da177e2005-04-16 15:20:36 -07001296IEEE 1394 SUBSYSTEM
1297P: Ben Collins
1298M: bcollins@debian.org
1299P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001300M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301L: linux1394-devel@lists.sourceforge.net
1302W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001303T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001304S: Maintained
1305
1306IEEE 1394 OHCI DRIVER
1307P: Ben Collins
1308M: bcollins@debian.org
1309P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001310M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001311L: linux1394-devel@lists.sourceforge.net
1312W: http://www.linux1394.org/
1313S: Maintained
1314
1315IEEE 1394 PCILYNX DRIVER
1316P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001317M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318L: linux1394-devel@lists.sourceforge.net
1319W: http://www.linux1394.org/
1320S: Maintained
1321
1322IEEE 1394 RAW I/O DRIVER
1323P: Ben Collins
1324M: bcollins@debian.org
1325P: Dan Dennedy
1326M: dan@dennedy.org
1327L: linux1394-devel@lists.sourceforge.net
1328W: http://www.linux1394.org/
1329S: Maintained
1330
Jody McIntyre105d7b32005-09-30 11:59:04 -07001331IEEE 1394 SBP2
1332P: Ben Collins
1333M: bcollins@debian.org
1334P: Stefan Richter
1335M: stefanr@s5r6.in-berlin.de
1336L: linux1394-devel@lists.sourceforge.net
1337W: http://www.linux1394.org/
1338S: Maintained
1339
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340IMS TWINTURBO FRAMEBUFFER DRIVER
1341P: Paul Mundt
1342M: lethal@chaoticdreams.org
1343L: linux-fbdev-devel@lists.sourceforge.net
1344S: Maintained
1345
1346INFINIBAND SUBSYSTEM
1347P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001348M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001349P: Sean Hefty
1350M: mshefty@ichips.intel.com
1351P: Hal Rosenstock
1352M: halr@voltaire.com
1353L: openib-general@openib.org
1354W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001355T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001356S: Supported
1357
1358INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001359P: Dmitry Torokhov
1360M: dtor_core@ameritech.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001361L: linux-input@atrey.karlin.mff.cuni.cz
1362L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001363T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001364S: Maintained
1365
Robert Lovec9f04f52005-07-15 12:21:07 -04001366INOTIFY
1367P: John McCutchan and Robert Love
1368M: ttb@tentacle.dhs.org and rml@novell.com
1369L: linux-kernel@vger.kernel.org
1370S: Maintained
1371
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001372INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1373P: Sylvain Meyer
1374M: sylvain.meyer@worldonline.fr
1375L: linux-fbdev-devel@lists.sourceforge.net
1376S: Maintained
1377
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378INTEL 810/815 FRAMEBUFFER DRIVER
1379P: Antonino Daplas
1380M: adaplas@pol.net
1381L: linux-fbdev-devel@lists.sourceforge.net
1382S: Maintained
1383
1384INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1385P: Ingo Molnar
1386M: mingo@redhat.com
1387S: Maintained
1388
1389INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1390P: Jeff Garzik
1391M: jgarzik@pobox.com
1392W: http://sourceforge.net/projects/gkernel/
1393S: Maintained
1394
1395INTEL IA32 MICROCODE UPDATE SUPPORT
1396P: Tigran Aivazian
1397M: tigran@veritas.com
1398S: Maintained
1399
1400INTEL PRO/100 ETHERNET SUPPORT
1401P: John Ronciak
1402M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001403P: Jesse Brandeburg
1404M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001405P: Jeff Kirsher
1406M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001407W: http://sourceforge.net/projects/e1000/
1408S: Supported
1409
1410INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1411P: Jeb Cramer
1412M: cramerj@intel.com
1413P: John Ronciak
1414M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001415P: Jesse Brandeburg
1416M: jesse.brandeburg@intel.com
1417P: Jeff Kirsher
1418M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001419W: http://sourceforge.net/projects/e1000/
1420S: Supported
1421
1422INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001423P: Jeff Kirsher
1424M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425P: Ayyappan Veeraiyan
1426M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001427P: John Ronciak
1428M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001429P: Jesse Brandeburg
1430M: jesse.brandeburg@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001431W: http://sourceforge.net/projects/e1000/
1432S: Supported
1433
James Ketrenos826d2ab2005-11-07 18:56:59 -06001434INTEL PRO/WIRELESS 2100 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://ipw2100.sourceforge.net
1441S: Supported
1442
1443INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1444P: Yi Zhu
1445M: yi.zhu@intel.com
1446P: James Ketrenos
1447M: jketreno@linux.intel.com
1448L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1449W: http://ipw2200.sourceforge.net
1450S: Supported
1451
Linus Torvalds1da177e2005-04-16 15:20:36 -07001452IOC3 DRIVER
1453P: Ralf Baechle
1454M: ralf@linux-mips.org
1455L: linux-mips@linux-mips.org
1456S: Maintained
1457
1458IP MASQUERADING:
1459P: Juanjo Ciarlante
1460M: jjciarla@raiz.uncu.edu.ar
1461S: Maintained
1462
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001463IPATH DRIVER:
1464P: Bryan O'Sullivan
1465M: support@pathscale.com
1466L: openib-general@openib.org
1467S: Supported
1468
Corey Minyard4409ebe2006-04-20 02:43:12 -07001469IPMI SUBSYSTEM
1470P: Corey Minyard
1471M: minyard@acm.org
1472L: openipmi-developer@lists.sourceforge.net
1473W: http://openipmi.sourceforge.net/
1474S: Supported
1475
Linus Torvalds1da177e2005-04-16 15:20:36 -07001476IPX NETWORK LAYER
1477P: Arnaldo Carvalho de Melo
1478M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001479L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001480S: Maintained
1481
1482IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001483P: Samuel Ortiz
1484M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001485L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001486W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001487S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001488
1489ISAPNP
1490P: Jaroslav Kysela
1491M: perex@suse.cz
1492S: Maintained
1493
1494ISDN SUBSYSTEM
1495P: Karsten Keil
1496M: kkeil@suse.de
1497P: Kai Germaschewski
1498M: kai.germaschewski@gmx.de
1499L: isdn4linux@listserv.isdn4linux.de
1500W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001501T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502S: Maintained
1503
1504ISDN SUBSYSTEM (Eicon active card driver)
1505P: Armin Schindler
1506M: mac@melware.de
1507L: isdn4linux@listserv.isdn4linux.de
1508W: http://www.melware.de
1509S: Maintained
1510
1511JOURNALLING FLASH FILE SYSTEM (JFFS)
1512P: Axis Communications AB
1513M: jffs-dev@axis.com
1514L: jffs-dev@axis.com
1515W: http://www.developer.axis.com/software/jffs/
1516S: Maintained
1517
1518JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1519P: David Woodhouse
1520M: dwmw2@infradead.org
1521L: jffs-dev@axis.com
1522W: http://sources.redhat.com/jffs2/
1523S: Maintained
1524
1525JFS FILESYSTEM
1526P: Dave Kleikamp
1527M: shaggy@austin.ibm.com
1528L: jfs-discussion@lists.sourceforge.net
1529W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001530T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531S: Supported
1532
1533KCONFIG
1534P: Roman Zippel
1535M: zippel@linux-m68k.org
1536L: kbuild-devel@lists.sourceforge.net
1537S: Maintained
1538
1539KERNEL AUTOMOUNTER (AUTOFS)
1540P: H. Peter Anvin
1541M: hpa@zytor.com
1542L: autofs@linux.kernel.org
1543S: Odd Fixes
1544
1545KERNEL AUTOMOUNTER v4 (AUTOFS4)
1546P: Ian Kent
1547M: raven@themaw.net
1548L: autofs@linux.kernel.org
1549S: Maintained
1550
1551KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1552P: Kai Germaschewski
1553M: kai@germaschewski.name
1554P: Sam Ravnborg
1555M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001556T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001557S: Maintained
1558
1559KERNEL JANITORS
1560P: Several
1561L: kernel-janitors@osdl.org
1562W: http://www.kerneljanitors.org/
1563W: http://sf.net/projects/kernel-janitor/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001564S: Maintained
1565
1566KERNEL NFSD
1567P: Neil Brown
1568M: neilb@cse.unsw.edu.au
1569L: nfs@lists.sourceforge.net
1570W: http://nfs.sourceforge.net/
1571W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1572S: Maintained
1573
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001574KEXEC
1575P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001576M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001577W: http://www.xmission.com/~ebiederm/files/kexec/
1578L: linux-kernel@vger.kernel.org
1579L: fastboot@osdl.org
1580S: Maintained
1581
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001582KPROBES
1583P: Prasanna S Panchamukhi
1584M: prasanna@in.ibm.com
1585P: Ananth N Mavinakayanahalli
1586M: ananth@in.ibm.com
1587P: Anil S Keshavamurthy
1588M: anil.s.keshavamurthy@intel.com
1589P: David S. Miller
1590M: davem@davemloft.net
1591L: linux-kernel@vger.kernel.org
1592S: Maintained
1593
Linus Torvalds1da177e2005-04-16 15:20:36 -07001594LAPB module
1595P: Henner Eisen
1596M: eis@baty.hanse.de
1597L: linux-x25@vger.kernel.org
1598S: Maintained
1599
1600LASI 53c700 driver for PARISC
1601P: James E.J. Bottomley
1602M: James.Bottomley@HansenPartnership.com
1603L: linux-scsi@vger.kernel.org
1604S: Maintained
1605
1606LEGO USB Tower driver
1607P: Juergen Stuber
1608M: starblue@users.sourceforge.net
1609L: legousb-devel@lists.sourceforge.net
1610W: http://legousb.sourceforge.net/
1611S: Maintained
1612
1613LINUX FOR IBM pSERIES (RS/6000)
1614P: Paul Mackerras
1615M: paulus@au.ibm.com
1616W: http://www.ibm.com/linux/ltc/projects/ppc
1617S: Supported
1618
1619LINUX FOR NCR VOYAGER
1620P: James Bottomley
1621M: James.Bottomley@HansenPartnership.com
1622W: http://www.hansenpartnership.com/voyager
1623S: Maintained
1624
1625LINUX FOR POWERPC
1626P: Paul Mackerras
1627M: paulus@samba.org
1628W: http://www.penguinppc.org/
1629L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001630T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001631S: Supported
1632
1633LINUX FOR POWER MACINTOSH
1634P: Benjamin Herrenschmidt
1635M: benh@kernel.crashing.org
1636W: http://www.penguinppc.org/
1637L: linuxppc-dev@ozlabs.org
1638S: Maintained
1639
1640LINUX FOR POWERPC EMBEDDED MPC52XX
1641P: Sylvain Munaut
1642M: tnt@246tNt.com
1643W: http://www.246tNt.com/mpc52xx/
1644W: http://www.penguinppc.org/
1645L: linuxppc-dev@ozlabs.org
1646L: linuxppc-embedded@ozlabs.org
1647S: Maintained
1648
1649LINUX FOR POWERPC EMBEDDED PPC4XX
1650P: Matt Porter
1651M: mporter@kernel.crashing.org
1652W: http://www.penguinppc.org/
1653L: linuxppc-embedded@ozlabs.org
1654S: Maintained
1655
Tom Rinie93adf12005-07-26 12:49:53 -07001656LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001657P: Tom Rini
1658M: trini@kernel.crashing.org
1659W: http://www.penguinppc.org/
1660L: linuxppc-embedded@ozlabs.org
1661S: Maintained
1662
Tom Rinie93adf12005-07-26 12:49:53 -07001663LINUX FOR POWERPC EMBEDDED PPC8XX
1664P: Marcelo Tosatti
1665M: marcelo.tosatti@cyclades.com
1666W: http://www.penguinppc.org/
1667L: linuxppc-embedded@ozlabs.org
1668S: Maintained
1669
Linus Torvalds1da177e2005-04-16 15:20:36 -07001670LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1671P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001672M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001673W: http://www.penguinppc.org/
1674L: linuxppc-embedded@ozlabs.org
1675S: Maintained
1676
1677LLC (802.2)
1678P: Arnaldo Carvalho de Melo
1679M: acme@conectiva.com.br
1680S: Maintained
1681
1682LINUX FOR 64BIT POWERPC
1683P: Paul Mackerras
1684M: paulus@samba.org
1685M: paulus@au.ibm.com
1686P: Anton Blanchard
1687M: anton@samba.org
1688M: anton@au.ibm.com
1689W: http://linuxppc64.org
Stephen Rothwell1d049812006-03-22 11:26:58 +11001690L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001691S: Supported
1692
1693LINUX SECURITY MODULE (LSM) FRAMEWORK
1694P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001695M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001696L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001697W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001698T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001699S: Supported
1700
1701LM83 HARDWARE MONITOR DRIVER
1702P: Jean Delvare
1703M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001704L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001705S: Maintained
1706
1707LM90 HARDWARE MONITOR DRIVER
1708P: Jean Delvare
1709M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001710L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001711S: Maintained
1712
1713LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1714P: Richard Russon (FlatCap)
1715M: ldm@flatcap.org
1716L: ldm-devel@lists.sourceforge.net
1717W: http://ldm.sourceforge.net
1718S: Maintained
1719
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001720LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1721P: Eric Moore
1722M: Eric.Moore@lsil.com
1723M: support@lsil.com
1724L: mpt_linux_developer@lsil.com
1725L: linux-scsi@vger.kernel.org
1726W: http://www.lsilogic.com/support
1727S: Supported
1728
Linus Torvalds1da177e2005-04-16 15:20:36 -07001729LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1730P: Matthew Wilcox
1731M: matthew@wil.cx
1732L: linux-scsi@vger.kernel.org
1733S: Maintained
1734
1735M68K ARCHITECTURE
1736P: Geert Uytterhoeven
1737M: geert@linux-m68k.org
1738P: Roman Zippel
1739M: zippel@linux-m68k.org
1740L: linux-m68k@lists.linux-m68k.org
1741W: http://www.linux-m68k.org/
1742W: http://linux-m68k-cvs.ubb.ca/
1743S: Maintained
1744
1745M68K ON APPLE MACINTOSH
1746P: Joshua Thompson
1747M: funaho@jurai.org
1748W: http://www.mac.linux-m68k.org/
1749L: linux-mac68k@mac.linux-m68k.org
1750S: Maintained
1751
1752M68K ON HP9000/300
1753P: Philip Blundell
1754M: philb@gnu.org
1755W: http://www.tazenda.demon.co.uk/phil/linux-hp
1756S: Maintained
1757
1758MARVELL YUKON / SYSKONNECT DRIVER
1759P: Mirko Lindner
1760M: mlindner@syskonnect.de
1761P: Ralph Roesler
1762M: rroesler@syskonnect.de
1763W: http://www.syskonnect.com
1764S: Supported
1765
1766MAESTRO PCI SOUND DRIVERS
1767P: Zach Brown
1768M: zab@zabbo.net
1769S: Odd Fixes
1770
Michael Kerriskfaf16682005-07-31 22:34:47 -07001771MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1772P: Michael Kerrisk
1773M: mtk-manpages@gmx.net
1774W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1775S: Maintained
1776
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001777MARVELL MV643XX ETHERNET DRIVER
1778P: Dale Farnsworth
1779M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001780P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001781M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001782L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001783S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001784
1785MATROX FRAMEBUFFER DRIVER
1786P: Petr Vandrovec
1787M: vandrove@vc.cvut.cz
1788L: linux-fbdev-devel@lists.sourceforge.net
1789S: Maintained
1790
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001791MEGARAID SCSI DRIVERS
1792P: Neela Syam Kolli
1793M: Neela.Kolli@engenio.com
1794S: linux-scsi@vger.kernel.org
1795W: http://megaraid.lsilogic.com
1796S: Maintained
1797
Linus Torvalds1da177e2005-04-16 15:20:36 -07001798MEMORY TECHNOLOGY DEVICES
1799P: David Woodhouse
1800M: dwmw2@infradead.org
1801W: http://www.linux-mtd.infradead.org/
1802L: linux-mtd@lists.infradead.org
Josh Boyer2c560ac2005-11-23 15:43:57 -08001803T: git kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001804S: Maintained
1805
1806MICROTEK X6 SCANNER
1807P: Oliver Neukum
1808M: oliver@neukum.name
1809S: Maintained
1810
1811MIPS
1812P: Ralf Baechle
1813M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001814W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001815L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001816T: git www.linux-mips.org:/pub/scm/linux.git
1817S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001818
1819MISCELLANEOUS MCA-SUPPORT
1820P: James Bottomley
1821M: jejb@steeleye.com
1822L: linux-kernel@vger.kernel.org
1823S: Maintained
1824
1825MODULE SUPPORT
1826P: Rusty Russell
1827M: rusty@rustcorp.com.au
1828L: linux-kernel@vger.kernel.org
1829S: Maintained
1830
1831MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1832P: Stelian Pop
1833M: stelian@popies.net
1834W: http://popies.net/meye/
1835S: Maintained
1836
1837MOUSE AND MISC DEVICES [GENERAL]
1838P: Alessandro Rubini
1839M: rubini@ipvvis.unipv.it
1840L: linux-kernel@vger.kernel.org
1841S: Maintained
1842
1843MTRR AND SIMILAR SUPPORT [i386]
1844P: Richard Gooch
1845M: rgooch@atnf.csiro.au
1846L: linux-kernel@vger.kernel.org
1847W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1848S: Maintained
1849
1850MULTISOUND SOUND DRIVER
1851P: Andrew Veliath
1852M: andrewtv@usa.net
1853S: Maintained
1854
1855NATSEMI ETHERNET DRIVER (DP8381x)
1856P: Tim Hockin
1857M: thockin@hockin.org
1858S: Maintained
1859
1860NCP FILESYSTEM
1861P: Petr Vandrovec
1862M: vandrove@vc.cvut.cz
1863L: linware@sh.cvut.cz
1864S: Maintained
1865
1866NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1867P: James E.J. Bottomley
1868M: James.Bottomley@HansenPartnership.com
1869L: linux-scsi@vger.kernel.org
1870S: Maintained
1871
1872NETFILTER/IPTABLES/IPCHAINS
1873P: Rusty Russell
1874P: Marc Boucher
1875P: James Morris
1876P: Harald Welte
1877P: Jozsef Kadlecsik
1878M: coreteam@netfilter.org
1879W: http://www.netfilter.org/
1880W: http://www.iptables.org/
1881L: netfilter@lists.netfilter.org
1882L: netfilter-devel@lists.netfilter.org
1883S: Supported
1884
1885NETROM NETWORK LAYER
1886P: Ralf Baechle
1887M: ralf@linux-mips.org
1888L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02001889W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001890S: Maintained
1891
1892NETWORK BLOCK DEVICE
1893P: Paul Clements
1894M: Paul.Clements@steeleye.com
1895S: Maintained
1896
1897NETWORK DEVICE DRIVERS
1898P: Andrew Morton
1899M: akpm@osdl.org
1900P: Jeff Garzik
1901M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001902L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001903T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904S: Maintained
1905
1906NETWORKING [GENERAL]
1907P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001908M: netdev@vger.kernel.org
1909L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08001910W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911S: Maintained
1912
1913NETWORKING [IPv4/IPv6]
1914P: David S. Miller
1915M: davem@davemloft.net
1916P: Alexey Kuznetsov
1917M: kuznet@ms2.inr.ac.ru
1918P: Pekka Savola (ipv6)
1919M: pekkas@netcore.fi
1920P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001921M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001922P: Hideaki YOSHIFUJI
1923M: yoshfuji@linux-ipv6.org
1924P: Patrick McHardy
1925M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001926L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08001927T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928S: Maintained
1929
John W. Linville29f8f632006-01-18 14:52:48 -08001930NETWORKING [WIRELESS]
1931P: John W. Linville
1932M: linville@tuxdriver.com
1933L: netdev@vger.kernel.org
1934T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
1935S: Maintained
1936
Linus Torvalds1da177e2005-04-16 15:20:36 -07001937IPVS
1938P: Wensong Zhang
1939M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07001940P: Simon Horman
1941M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942P: Julian Anastasov
1943M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07001944L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945S: Maintained
1946
1947NFS CLIENT
1948P: Trond Myklebust
1949M: trond.myklebust@fys.uio.no
1950L: linux-kernel@vger.kernel.org
1951S: Maintained
1952
1953NI5010 NETWORK DRIVER
1954P: Jan-Pascal van Best and Andreas Mohr
1955M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1956M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07001957L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001958S: Maintained
1959
1960NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1961P: YOKOTA Hiroshi
1962M: yokota@netlab.is.tsukuba.ac.jp
1963W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1964S: Maintained
1965
1966NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1967P: GOTO Masanori
1968M: gotom@debian.or.jp
1969P: YOKOTA Hiroshi
1970M: yokota@netlab.is.tsukuba.ac.jp
1971W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1972S: Maintained
1973
1974NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1975P: Eberhard Moenkeberg
1976M: emoenke@gwdg.de
1977L: linux-kernel@vger.kernel.org
1978S: Maintained
1979
1980NTFS FILESYSTEM
1981P: Anton Altaparmakov
1982M: aia21@cantab.net
1983L: linux-ntfs-dev@lists.sourceforge.net
1984L: linux-kernel@vger.kernel.org
1985W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001986T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001987S: Maintained
1988
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001989NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
1990P: Antonino Daplas
1991M: adaplas@pol.net
1992L: linux-fbdev-devel@lists.sourceforge.net
1993S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001994
Mark Fashehccd979b2005-12-15 14:31:24 -08001995ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
1996P: Mark Fasheh
1997M: mark.fasheh@oracle.com
1998P: Kurt Hackel
1999M: kurt.hackel@oracle.com
2000L: ocfs2-devel@oss.oracle.com
2001W: http://oss.oracle.com/projects/ocfs2/
2002S: Supported
2003
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004OLYMPIC NETWORK DRIVER
2005P: Peter De Shrijver
2006M: p2@ace.ulyssis.student.kuleuven.ac.be
2007P: Mike Phillips
2008M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002009L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002010L: linux-tr@linuxtr.net
2011W: http://www.linuxtr.net
2012S: Maintained
2013
Harald Weltec1986ee2005-11-13 16:06:29 -08002014OMNIKEY CARDMAN 4000 DRIVER
2015P: Harald Welte
2016M: laforge@gnumonks.org
2017S: Maintained
2018
Harald Welte77c44ab2005-11-13 16:06:26 -08002019OMNIKEY CARDMAN 4040 DRIVER
2020P: Harald Welte
2021M: laforge@gnumonks.org
2022S: Maintained
2023
Linus Torvalds1da177e2005-04-16 15:20:36 -07002024ONSTREAM SCSI TAPE DRIVER
2025P: Willem Riede
2026M: osst@riede.org
2027L: osst-users@lists.sourceforge.net
2028L: linux-scsi@vger.kernel.org
2029S: Maintained
2030
2031OPL3-SA2, SA3, and SAx DRIVER
2032P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002033M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034L: linux-sound@vger.kernel.org
2035S: Maintained
2036
2037OPROFILE
2038P: Philippe Elie
2039M: phil.el@wanadoo.fr
2040L: oprofile-list@lists.sf.net
2041S: Maintained
2042
2043ORINOCO DRIVER
2044P: Pavel Roskin
2045M: proski@gnu.org
2046P: David Gibson
2047M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002048L: orinoco-users@lists.sourceforge.net
2049L: orinoco-devel@lists.sourceforge.net
2050W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002051S: Maintained
2052
2053PARALLEL PORT SUPPORT
2054P: Phil Blundell
2055M: philb@gnu.org
2056P: Tim Waugh
2057M: tim@cyberelk.net
2058P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002059P: Andrea Arcangeli
2060M: andrea@suse.de
2061L: linux-parport@lists.infradead.org
2062W: http://people.redhat.com/twaugh/parport/
2063S: Maintained
2064
2065PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2066P: Tim Waugh
2067M: tim@cyberelk.net
2068L: linux-parport@lists.infradead.org
2069W: http://www.torque.net/linux-pp.html
2070S: Maintained
2071
2072PARISC ARCHITECTURE
2073P: Matthew Wilcox
2074M: matthew@wil.cx
2075P: Grant Grundler
2076M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002077P: Kyle McMartin
2078M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002079L: parisc-linux@parisc-linux.org
2080W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002081T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2082T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002083S: Maintained
2084
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002085PCI ERROR RECOVERY
2086P: Linas Vepstas
2087M: linas@austin.ibm.com
2088L: linux-kernel@vger.kernel.org
2089L: linux-pci@atrey.karlin.mff.cuni.cz
2090S: Supported
2091
Linus Torvalds1da177e2005-04-16 15:20:36 -07002092PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2093P: Thomas Sailer
2094M: sailer@ife.ee.ethz.ch
2095L: linux-sound@vger.kernel.org
2096W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2097S: Maintained
2098
2099PCI SUBSYSTEM
2100P: Greg Kroah-Hartman
2101M: gregkh@suse.de
2102L: linux-kernel@vger.kernel.org
2103L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002104T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105S: Supported
2106
2107PCI HOTPLUG CORE
2108P: Greg Kroah-Hartman
2109M: gregkh@suse.de
2110S: Supported
2111
2112PCI HOTPLUG COMPAQ DRIVER
2113P: Greg Kroah-Hartman
2114M: greg@kroah.com
2115S: Maintained
2116
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002117PCIE HOTPLUG DRIVER
2118P: Kristen Carlson Accardi
2119M: kristen.c.accardi@intel.com
2120L: pcihpd-discuss@lists.sourceforge.net
2121S: Maintained
2122
Linus Torvalds1da177e2005-04-16 15:20:36 -07002123PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002124P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002126T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002127S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128
2129PCNET32 NETWORK DRIVER
2130P: Thomas Bogendörfer
2131M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002132L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133S: Maintained
2134
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002135PERSONALITY HANDLING
2136P: Christoph Hellwig
2137M: hch@infradead.org
2138L: linux-abi-devel@lists.sourceforge.net
2139S: Maintained
2140
Linus Torvalds1da177e2005-04-16 15:20:36 -07002141PHRAM MTD DRIVER
2142P: Jörn Engel
2143M: joern@wh.fh-wedel.de
2144L: linux-mtd@lists.infradead.org
2145S: Maintained
2146
Peter Osterlund249a6772005-09-27 21:45:30 -07002147PKTCDVD DRIVER
2148P: Peter Osterlund
2149M: petero2@telia.com
2150L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002151S: Maintained
2152
Linus Torvalds1da177e2005-04-16 15:20:36 -07002153POSIX CLOCKS and TIMERS
2154P: George Anzinger
2155M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002156L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157S: Supported
2158
Eugene Surovegin24682972005-10-14 03:00:53 -07002159POWERPC 4xx EMAC DRIVER
2160P: Eugene Surovegin
2161M: ebs@ebshome.net
2162W: http://kernel.ebshome.net/emac/
2163L: linuxppc-embedded@ozlabs.org
2164L: netdev@vger.kernel.org
2165S: Maintained
2166
Linus Torvalds1da177e2005-04-16 15:20:36 -07002167PNP SUPPORT
2168P: Adam Belay
2169M: ambx1@neo.rr.com
2170S: Maintained
2171
2172PPP PROTOCOL DRIVERS AND COMPRESSORS
2173P: Paul Mackerras
2174M: paulus@samba.org
2175L: linux-ppp@vger.kernel.org
2176S: Maintained
2177
2178PPP OVER ATM (RFC 2364)
2179P: Mitchell Blank Jr
2180M: mitch@sfgoth.com
2181S: Maintained
2182
2183PPP OVER ETHERNET
2184P: Michal Ostrowski
2185M: mostrows@speakeasy.net
2186S: Maintained
2187
2188PREEMPTIBLE KERNEL
2189P: Robert Love
2190M: rml@tech9.net
2191L: linux-kernel@vger.kernel.org
2192L: kpreempt-tech@lists.sourceforge.net
2193W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2194S: Supported
2195
2196PRISM54 WIRELESS DRIVER
2197P: Prism54 Development Team
2198M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002199L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002200W: http://prism54.org
2201S: Maintained
2202
2203PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2204P: Peter Denison
2205M: promise@pnd-pc.demon.co.uk
2206W: http://www.pnd-pc.demon.co.uk/promise/
2207S: Maintained
2208
2209PXA2xx SUPPORT
2210P: Nicolas Pitre
2211M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002212L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002213S: Maintained
2214
2215QLOGIC QLA2XXX FC-SCSI DRIVER
2216P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002217M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002218L: linux-scsi@vger.kernel.org
2219S: Supported
2220
2221QNX4 FILESYSTEM
2222P: Anders Larsen
2223M: al@alarsen.net
2224L: linux-kernel@vger.kernel.org
2225W: http://www.alarsen.net/linux/qnx4fs/
2226S: Maintained
2227
2228RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002229P: Benjamin Herrenschmidt
2230M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002231L: linux-fbdev-devel@lists.sourceforge.net
2232S: Maintained
2233
2234RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002235P: Paul Mackerras
2236M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002237L: linux-fbdev-devel@lists.sourceforge.net
2238S: Maintained
2239
2240RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2241P: Corey Thomas
2242M: corey@world.std.com
2243L: linux-kernel@vger.kernel.org
2244S: Maintained
2245
Matt Mackall9e95ce22005-04-16 15:25:56 -07002246RANDOM NUMBER DRIVER
2247P: Matt Mackall
2248M: mpm@selenic.com
2249S: Maintained
2250
Matt Porter394b7012005-11-07 01:00:15 -08002251RAPIDIO SUBSYSTEM
2252P: Matt Porter
2253M: mporter@kernel.crashing.org
2254L: linux-kernel@vger.kernel.org
2255S: Maintained
2256
Linus Torvalds1da177e2005-04-16 15:20:36 -07002257REAL TIME CLOCK DRIVER
2258P: Paul Gortmaker
2259M: p_gortmaker@yahoo.com
2260L: linux-kernel@vger.kernel.org
2261S: Maintained
2262
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002263REAL TIME CLOCK (RTC) SUBSYSTEM
2264P: Alessandro Zummo
2265M: a.zummo@towertech.it
2266L: linux-kernel@vger.kernel.org
2267S: Maintained
2268
Linus Torvalds1da177e2005-04-16 15:20:36 -07002269REISERFS FILE SYSTEM
2270P: Hans Reiser
2271M: reiserfs-dev@namesys.com
2272L: reiserfs-list@namesys.com
2273W: http://www.namesys.com
2274S: Supported
2275
2276ROCKETPORT DRIVER
2277P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002278W: http://www.comtrol.com
2279S: Maintained
2280
2281ROSE NETWORK LAYER
2282P: Ralf Baechle
2283M: ralf@linux-mips.org
2284L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002285W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002286S: Maintained
2287
2288RISCOM8 DRIVER
2289S: Orphan
2290
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002291S3 SAVAGE FRAMEBUFFER DRIVER
2292P: Antonino Daplas
2293M: adaplas@pol.net
2294L: linux-fbdev-devel@lists.sourceforge.net
2295S: Maintained
2296
Linus Torvalds1da177e2005-04-16 15:20:36 -07002297S390
2298P: Martin Schwidefsky
2299M: schwidefsky@de.ibm.com
2300M: linux390@de.ibm.com
2301L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002302W: http://www.ibm.com/developerworks/linux/linux390/
2303S: Supported
2304
2305S390 NETWORK DRIVERS
2306P: Frank Pavlic
2307M: fpavlic@de.ibm.com
2308M: linux390@de.ibm.com
2309L: linux-390@vm.marist.edu
2310W: http://www.ibm.com/developerworks/linux/linux390/
2311S: Supported
2312
2313S390 ZFCP DRIVER
2314P: Andreas Herrmann
2315M: aherrman@de.ibm.com
2316M: linux390@de.ibm.com
2317L: linux-390@vm.marist.edu
2318W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002319S: Supported
2320
2321SAA7146 VIDEO4LINUX-2 DRIVER
2322P: Michael Hunold
2323M: michael@mihu.de
2324W: http://www.mihu.de/linux/saa7146
2325S: Maintained
2326
2327SBPCD CDROM DRIVER
2328P: Eberhard Moenkeberg
2329M: emoenke@gwdg.de
2330L: linux-kernel@vger.kernel.org
2331S: Maintained
2332
2333SC1200 WDT DRIVER
2334P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002335M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336S: Maintained
2337
2338SCHEDULER
2339P: Ingo Molnar
2340M: mingo@elte.hu
2341P: Robert Love [the preemptible kernel bits]
2342M: rml@tech9.net
2343L: linux-kernel@vger.kernel.org
2344S: Maintained
2345
2346SCSI CDROM DRIVER
2347P: Jens Axboe
2348M: axboe@suse.de
2349L: linux-scsi@vger.kernel.org
2350W: http://www.kernel.dk
2351S: Maintained
2352
2353SCSI SG DRIVER
2354P: Doug Gilbert
2355M: dgilbert@interlog.com
2356L: linux-scsi@vger.kernel.org
2357W: http://www.torque.net/sg
2358S: Maintained
2359
2360SCSI SUBSYSTEM
2361P: James E.J. Bottomley
2362M: James.Bottomley@SteelEye.com
2363L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002364T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002365S: Maintained
2366
2367SCSI TAPE DRIVER
2368P: Kai Mäkisara
2369M: Kai.Makisara@kolumbus.fi
2370L: linux-scsi@vger.kernel.org
2371S: Maintained
2372
2373SCTP PROTOCOL
2374P: Sridhar Samudrala
2375M: sri@us.ibm.com
2376L: lksctp-developers@lists.sourceforge.net
2377S: Supported
2378
2379SCx200 CPU SUPPORT
2380P: Christer Weinigel
2381M: christer@weinigel.se
2382W: http://www.weinigel.se
2383S: Supported
2384
2385SECURITY CONTACT
2386P: Security Officers
2387M: security@kernel.org
2388S: Supported
2389
2390SELINUX SECURITY MODULE
2391P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002392M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002394M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002395L: linux-kernel@vger.kernel.org (kernel issues)
2396L: selinux@tycho.nsa.gov (general discussion)
2397W: http://www.nsa.gov/selinux
2398S: Supported
2399
2400SERIAL ATA (SATA) SUBSYSTEM:
2401P: Jeff Garzik
2402M: jgarzik@pobox.com
2403L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002404T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002405S: Supported
2406
2407SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2408P: Pat Gefre
2409M: pfg@sgi.com
2410L: linux-ia64@vger.kernel.org
2411S: Supported
2412
2413SGI VISUAL WORKSTATION 320 AND 540
2414P: Andrey Panin
2415M: pazke@donpac.ru
2416L: linux-visws-devel@lists.sf.net
2417W: http://linux-visws.sf.net
2418S: Maintained for 2.6.
2419
2420SIMTEC EB110ATX (Chalice CATS)
2421P: Ben Dooks
2422P: Vincent Sanders
2423M: support@simtec.co.uk
2424W: http://www.simtec.co.uk/products/EB110ATX/
2425S: Supported
2426
2427SIMTEC EB2410ITX (BAST)
2428P: Ben Dooks
2429P: Vincent Sanders
2430M: support@simtec.co.uk
2431W: http://www.simtec.co.uk/products/EB2410ITX/
2432S: Supported
2433
Francois Romieu92aab3c2005-07-30 13:11:18 +02002434SIS 190 ETHERNET DRIVER
2435P: Francois Romieu
2436M: romieu@fr.zoreil.com
2437L: netdev@vger.kernel.org
2438S: Maintained
2439
Linus Torvalds1da177e2005-04-16 15:20:36 -07002440SIS 5513 IDE CONTROLLER DRIVER
2441P: Lionel Bouton
2442M: Lionel.Bouton@inet6.fr
2443W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2444W: http://gyver.homeip.net/sis5513/index.html
2445S: Maintained
2446
2447SIS 900/7016 FAST ETHERNET DRIVER
2448P: Daniele Venzano
2449M: venza@brownhat.org
2450W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002451L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002452S: Maintained
2453
2454SIS FRAMEBUFFER DRIVER
2455P: Thomas Winischhofer
2456M: thomas@winischhofer.net
2457W: http://www.winischhofer.net/linuxsisvga.shtml
2458S: Maintained
2459
2460SIS USB2VGA DRIVER
2461P: Thomas Winischhofer
2462M: thomas@winischhofer.net
2463W: http://www.winischhofer.at/linuxsisusbvga.shtml
2464S: Maintained
2465
2466SMSC47M1 HARDWARE MONITOR DRIVER
2467P: Jean Delvare
2468M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002469L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002470S: Odd Fixes
2471
2472SMB FILESYSTEM
2473P: Urban Widmark
2474M: urban@teststation.com
2475W: http://samba.org/
2476L: samba@samba.org
2477S: Maintained
2478
2479SMC91x ETHERNET DRIVER
2480P: Nicolas Pitre
2481M: nico@cam.org
2482S: Maintained
2483
Linus Torvalds1da177e2005-04-16 15:20:36 -07002484SOFTWARE RAID (Multiple Disks) SUPPORT
2485P: Ingo Molnar
2486M: mingo@redhat.com
2487P: Neil Brown
2488M: neilb@cse.unsw.edu.au
2489L: linux-raid@vger.kernel.org
2490S: Maintained
2491
2492SOFTWARE SUSPEND:
2493P: Pavel Machek
2494M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002495L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002496S: Maintained
2497
2498SONIC NETWORK DRIVER
2499P: Thomas Bogendoerfer
2500M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002501L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002502S: Maintained
2503
2504SONY VAIO CONTROL DEVICE DRIVER
2505P: Stelian Pop
2506M: stelian@popies.net
2507W: http://popies.net/sonypi/
2508S: Maintained
2509
2510SOUND
2511P: Jaroslav Kysela
2512M: perex@suse.cz
2513L: alsa-devel@alsa-project.org
2514S: Maintained
2515
Kylene Hall1c72d462005-05-01 08:59:13 -07002516TPM DEVICE DRIVER
2517P: Kylene Hall
2518M: kjhall@us.ibm.com
2519W: http://tpmdd.sourceforge.net
2520L: tpmdd-devel@lists.sourceforge.net
2521S: Maintained
2522
Mark Gross1a80ba82005-10-30 15:02:55 -08002523Telecom Clock Driver for MCPL0010
2524P: Mark Gross
2525M: mark.gross@intel.com
2526S: Supported
2527
Chris Zankel48b415c2005-06-23 22:01:07 -07002528TENSILICA XTENSA PORT (xtensa):
2529P: Chris Zankel
2530M: chris@zankel.net
2531S: Maintained
2532
Linus Torvalds1da177e2005-04-16 15:20:36 -07002533UltraSPARC (sparc64):
2534P: David S. Miller
2535M: davem@davemloft.net
2536P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002537M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002538P: Jakub Jelinek
2539M: jj@sunsite.ms.mff.cuni.cz
2540P: Anton Blanchard
2541M: anton@samba.org
2542L: sparclinux@vger.kernel.org
2543L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002544T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002545S: Maintained
2546
2547SHARP LH SUPPORT (LH7952X & LH7A40X)
2548P: Marc Singer
2549M: elf@buici.com
2550W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002551L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002552S: Maintained
2553
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002554SHPC HOTPLUG DRIVER
2555P: Kristen Carlson Accardi
2556M: kristen.c.accardi@intel.com
2557L: pcihpd-discuss@lists.sourceforge.net
2558S: Maintained
2559
Pierre Ossmand129bce2006-03-24 03:18:17 -08002560SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2561P: Pierre Ossman
2562M: drzeus-sdhci@drzeus.cx
2563L: sdhci-devel@list.drzeus.cx
2564W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2565S: Maintained
2566
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002567SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2568P: Stephen Hemminger
2569M: shemminger@osdl.org
2570L: netdev@vger.kernel.org
2571S: Maintained
2572
Linus Torvalds1da177e2005-04-16 15:20:36 -07002573SPARC (sparc32):
2574P: William L. Irwin
2575M: wli@holomorphy.com
2576L: sparclinux@vger.kernel.org
2577S: Maintained
2578
2579SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2580P: Roger Wolff
2581M: R.E.Wolff@BitWizard.nl
2582L: linux-kernel@vger.kernel.org ?
2583S: Supported
2584
Linus Torvalds1da177e2005-04-16 15:20:36 -07002585SRM (Alpha) environment access
2586P: Jan-Benedict Glaw
2587M: jbglaw@lug-owl.de
2588L: linux-kernel@vger.kernel.org
2589S: Maintained
2590
2591STARFIRE/DURALAN NETWORK DRIVER
2592P: Ion Badulescu
2593M: ionut@cs.columbia.edu
2594S: Maintained
2595
2596STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2597W: http://mosquitonet.Stanford.EDU/strip.html
2598S: Unsupported ?
2599
2600STRADIS MPEG-2 DECODER DRIVER
2601P: Nathan Laredo
2602M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002603W: http://www.stradis.com/
2604S: Maintained
2605
2606SUPERH (sh)
2607P: Paul Mundt
2608M: lethal@linux-sh.org
2609P: Kazumoto Kojima
2610M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002611L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002612W: http://www.linux-sh.org
2613W: http://www.m17n.org/linux-sh/
2614W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2615S: Maintained
2616
2617SUPERH64 (sh64)
2618P: Paul Mundt
2619M: lethal@linux-sh.org
2620P: Richard Curnow
2621M: rc@rc0.org.uk
2622L: linuxsh-shmedia-dev@lists.sourceforge.net
2623W: http://www.linux-sh.org
2624W: http://www.rc0.org.uk/sh64
2625S: Maintained
2626
2627SUN3/3X
2628P: Sam Creasey
2629M: sammy@sammy.net
2630L: sun3-list@redhat.com
2631W: http://sammy.net/sun3/
2632S: Maintained
2633
2634SVGA HANDLING
2635P: Martin Mares
2636M: mj@ucw.cz
2637L: linux-video@atrey.karlin.mff.cuni.cz
2638S: Maintained
2639
2640SYSV FILESYSTEM
2641P: Christoph Hellwig
2642M: hch@infradead.org
2643S: Maintained
2644
2645TI PARALLEL LINK CABLE DRIVER
2646P: Romain Lievin
2647M: roms@lpg.ticalc.org
2648S: Maintained
2649
Per Lidene86eaa32006-01-12 16:45:18 +01002650TIPC NETWORK LAYER
2651P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002652M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002653P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002654M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002655P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002656M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002657L: tipc-discussion@lists.sourceforge.net
2658W: http://tipc.sourceforge.net/
2659W: http://tipc.cslab.ericsson.net/
2660T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2661S: Maintained
2662
Linus Torvalds1da177e2005-04-16 15:20:36 -07002663TLAN NETWORK DRIVER
2664P: Samuel Chessman
2665M: chessman@tux.org
2666L: tlan-devel@lists.sourceforge.net
2667W: http://sourceforge.net/projects/tlan/
2668S: Maintained
2669
2670TOKEN-RING NETWORK DRIVER
2671P: Mike Phillips
2672M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002673L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002674L: linux-tr@linuxtr.net
2675W: http://www.linuxtr.net
2676S: Maintained
2677
2678TOSHIBA ACPI EXTRAS DRIVER
2679P: John Belmonte
2680M: toshiba_acpi@memebeam.org
2681W: http://memebeam.org/toys/ToshibaAcpiDriver
2682S: Maintained
2683
2684TOSHIBA SMM DRIVER
2685P: Jonathan Buzzard
2686M: jonathan@buzzard.org.uk
2687L: tlinux-users@tce.toshiba-dme.co.jp
2688W: http://www.buzzard.org.uk/toshiba/
2689S: Maintained
2690
2691TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2692P: Muli Ben-Yehuda
2693M: mulix@mulix.org
2694L: linux-kernel@vger.kernel.org
2695S: Maintained
2696
2697TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002698P: Adrian Bunk
2699M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002700L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002701W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002702T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703S: Maintained
2704
2705TMS380 TOKEN-RING NETWORK DRIVER
2706P: Adam Fritzler
2707M: mid@auk.cx
2708L: linux-tr@linuxtr.net
2709W: http://www.auk.cx/tms380tr/
2710S: Maintained
2711
2712TULIP NETWORK DRIVER
2713P: Jeff Garzik
2714M: jgarzik@pobox.com
2715L: tulip-users@lists.sourceforge.net
2716W: http://sourceforge.net/projects/tulip/
2717S: Maintained
2718
2719TUN/TAP driver
2720P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002721M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722L: vtun@office.satix.net
2723W: http://vtun.sourceforge.net/tun
2724S: Maintained
2725
2726U14-34F SCSI DRIVER
2727P: Dario Ballabio
2728M: ballabio_dario@emc.com
2729L: linux-scsi@vger.kernel.org
2730S: Maintained
2731
2732UDF FILESYSTEM
2733P: Ben Fennema
2734M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002735W: http://linux-udf.sourceforge.net
2736S: Maintained
2737
2738UNIFORM CDROM DRIVER
2739P: Jens Axboe
2740M: axboe@suse.de
2741L: linux-kernel@vger.kernel.org
2742W: http://www.kernel.dk
2743S: Maintained
2744
2745USB ACM DRIVER
2746P: Oliver Neukum
2747M: oliver@neukum.name
2748L: linux-usb-users@lists.sourceforge.net
2749L: linux-usb-devel@lists.sourceforge.net
2750S: Maintained
2751
2752USB BLOCK DRIVER (UB ub)
2753P: Pete Zaitcev
2754M: zaitcev@redhat.com
2755L: linux-kernel@vger.kernel.org
2756L: linux-usb-devel@lists.sourceforge.net
2757S: Supported
2758
Linus Torvalds1da177e2005-04-16 15:20:36 -07002759USB CDC ETHERNET DRIVER
2760P: Greg Kroah-Hartman
2761M: greg@kroah.com
2762L: linux-usb-users@lists.sourceforge.net
2763L: linux-usb-devel@lists.sourceforge.net
2764S: Maintained
2765W: http://www.kroah.com/linux-usb/
2766
2767USB EHCI DRIVER
2768P: David Brownell
2769M: dbrownell@users.sourceforge.net
2770L: linux-usb-devel@lists.sourceforge.net
2771S: Maintained
2772
Luca Risolia7ce08c92006-01-11 02:06:59 +00002773USB ET61X[12]51 DRIVER
2774P: Luca Risolia
2775M: luca.risolia@studio.unibo.it
2776L: linux-usb-devel@lists.sourceforge.net
2777L: video4linux-list@redhat.com
2778W: http://www.linux-projects.org
2779S: Maintained
2780
Linus Torvalds1da177e2005-04-16 15:20:36 -07002781USB HID/HIDBP DRIVERS
2782P: Vojtech Pavlik
2783M: vojtech@suse.cz
2784L: linux-usb-users@lists.sourceforge.net
2785L: linux-usb-devel@lists.sourceforge.net
2786S: Maintained
2787
2788USB HUB DRIVER
2789P: Johannes Erdfelt
2790M: johannes@erdfelt.com
2791L: linux-usb-users@lists.sourceforge.net
2792L: linux-usb-devel@lists.sourceforge.net
2793S: Maintained
2794
Olav Kongas959eea22005-11-03 17:38:14 +02002795USB ISP116X DRIVER
2796P: Olav Kongas
2797M: ok@artecdesign.ee
2798L: linux-usb-devel@lists.sourceforge.net
2799S: Maintained
2800
Linus Torvalds1da177e2005-04-16 15:20:36 -07002801USB KAWASAKI LSI DRIVER
2802P: Oliver Neukum
2803M: oliver@neukum.name
2804L: linux-usb-users@lists.sourceforge.net
2805L: linux-usb-devel@lists.sourceforge.net
2806S: Maintained
2807
2808USB MASS STORAGE DRIVER
2809P: Matthew Dharm
2810M: mdharm-usb@one-eyed-alien.net
2811L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002812L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002813S: Maintained
2814W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2815
2816USB OHCI DRIVER
2817P: Roman Weissgaerber
2818M: weissg@vienna.at
2819L: linux-usb-users@lists.sourceforge.net
2820L: linux-usb-devel@lists.sourceforge.net
2821S: Maintained
2822
Matthias Urlichsba460e42005-07-14 00:33:47 -07002823USB OPTION-CARD DRIVER
2824P: Matthias Urlichs
2825M: smurf@smurf.noris.de
2826L: linux-usb-devel@lists.sourceforge.net
2827S: Maintained
2828
Linus Torvalds1da177e2005-04-16 15:20:36 -07002829USB OV511 DRIVER
2830P: Mark McClelland
2831M: mmcclell@bigfoot.com
2832L: linux-usb-users@lists.sourceforge.net
2833L: linux-usb-devel@lists.sourceforge.net
2834W: http://alpha.dyndns.org/ov511/
2835S: Maintained
2836
2837USB PEGASUS DRIVER
2838P: Petko Manolov
2839M: petkan@users.sourceforge.net
2840L: linux-usb-users@lists.sourceforge.net
2841L: linux-usb-devel@lists.sourceforge.net
2842W: http://pegasus2.sourceforge.net/
2843S: Maintained
2844
2845USB PRINTER DRIVER
2846P: Vojtech Pavlik
2847M: vojtech@suse.cz
2848L: linux-usb-users@lists.sourceforge.net
2849L: linux-usb-devel@lists.sourceforge.net
2850S: Maintained
2851
2852USB RTL8150 DRIVER
2853P: Petko Manolov
2854M: petkan@users.sourceforge.net
2855L: linux-usb-users@lists.sourceforge.net
2856L: linux-usb-devel@lists.sourceforge.net
2857W: http://pegasus2.sourceforge.net/
2858S: Maintained
2859
2860USB SE401 DRIVER
2861P: Jeroen Vreeken
2862M: pe1rxq@amsat.org
2863L: linux-usb-users@lists.sourceforge.net
2864L: linux-usb-devel@lists.sourceforge.net
2865W: http://www.chello.nl/~j.vreeken/se401/
2866S: Maintained
2867
2868USB SERIAL CYBERJACK DRIVER
2869P: Matthias Bruestle and Harald Welte
2870M: support@reiner-sct.com
2871W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2872S: Maintained
2873
2874USB SERIAL DIGI ACCELEPORT DRIVER
2875P: Peter Berger and Al Borchers
2876M: pberger@brimson.com
2877M: alborchers@steinerpoint.com
2878L: linux-usb-users@lists.sourceforge.net
2879L: linux-usb-devel@lists.sourceforge.net
2880S: Maintained
2881
2882USB SERIAL DRIVER
2883P: Greg Kroah-Hartman
2884M: gregkh@suse.de
2885L: linux-usb-users@lists.sourceforge.net
2886L: linux-usb-devel@lists.sourceforge.net
2887S: Supported
2888
2889USB SERIAL BELKIN F5U103 DRIVER
2890P: William Greathouse
2891M: wgreathouse@smva.com
2892L: linux-usb-users@lists.sourceforge.net
2893L: linux-usb-devel@lists.sourceforge.net
2894S: Maintained
2895
2896USB SERIAL CYPRESS M8 DRIVER
2897P: Lonnie Mendez
2898M: dignome@gmail.com
2899L: linux-usb-users@lists.sourceforge.net
2900L: linux-usb-devel@lists.sourceforge.net
2901S: Maintained
2902W: http://geocities.com/i0xox0i
2903W: http://firstlight.net/cvs
2904
2905USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2906L: linux-usb-users@lists.sourceforge.net
2907L: linux-usb-devel@lists.sourceforge.net
2908S: Maintained
2909
2910USB AUERSWALD DRIVER
2911P: Wolfgang Muees
2912M: wolfgang@iksw-muees.de
2913L: linux-usb-users@lists.sourceforge.net
2914L: linux-usb-devel@lists.sourceforge.net
2915S: Maintained
2916
2917USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2918P: Gary Brubaker
2919M: xavyer@ix.netcom.com
2920L: linux-usb-users@lists.sourceforge.net
2921L: linux-usb-devel@lists.sourceforge.net
2922S: Maintained
2923
2924USB SERIAL KEYSPAN DRIVER
2925P: Greg Kroah-Hartman
2926M: greg@kroah.com
2927L: linux-usb-users@lists.sourceforge.net
2928L: linux-usb-devel@lists.sourceforge.net
2929W: http://www.kroah.com/linux/
2930S: Maintained
2931
2932USB SERIAL WHITEHEAT DRIVER
2933P: Stuart MacDonald
2934M: stuartm@connecttech.com
2935L: linux-usb-users@lists.sourceforge.net
2936L: linux-usb-devel@lists.sourceforge.net
2937W: http://www.connecttech.com
2938S: Supported
2939
2940USB SN9C10x DRIVER
2941P: Luca Risolia
2942M: luca.risolia@studio.unibo.it
2943L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00002944L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002945W: http://www.linux-projects.org
2946S: Maintained
2947
2948USB SUBSYSTEM
2949P: Greg Kroah-Hartman
2950M: gregkh@suse.de
2951L: linux-usb-users@lists.sourceforge.net
2952L: linux-usb-devel@lists.sourceforge.net
2953W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002954T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002955S: Supported
2956
2957USB UHCI DRIVER
2958P: Alan Stern
2959M: stern@rowland.harvard.edu
2960L: linux-usb-users@lists.sourceforge.net
2961L: linux-usb-devel@lists.sourceforge.net
2962S: Maintained
2963
2964USB "USBNET" DRIVER
2965P: David Brownell
2966M: dbrownell@users.sourceforge.net
2967L: linux-usb-devel@lists.sourceforge.net
2968S: Maintained
2969
2970USB W996[87]CF DRIVER
2971P: Luca Risolia
2972M: luca.risolia@studio.unibo.it
2973L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00002974L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002975W: http://www.linux-projects.org
2976S: Maintained
2977
Luca Risolia60f78052006-02-06 16:29:35 +00002978USB ZC0301 DRIVER
2979P: Luca Risolia
2980M: luca.risolia@studio.unibo.it
2981L: linux-usb-devel@lists.sourceforge.net
2982L: video4linux-list@redhat.com
2983W: http://www.linux-projects.org
2984S: Maintained
2985
Linus Torvalds1da177e2005-04-16 15:20:36 -07002986USB ZD1201 DRIVER
2987P: Jeroen Vreeken
2988M: pe1rxq@amsat.org
2989L: linux-usb-users@lists.sourceforge.net
2990L: linux-usb-devel@lists.sourceforge.net
2991W: http://linux-lc100020.sourceforge.net
2992S: Maintained
2993
2994USER-MODE LINUX
2995P: Jeff Dike
2996M: jdike@karaya.com
2997L: user-mode-linux-devel@lists.sourceforge.net
2998L: user-mode-linux-user@lists.sourceforge.net
2999W: http://user-mode-linux.sourceforge.net
3000S: Maintained
3001
3002FAT/VFAT/MSDOS FILESYSTEM:
3003P: OGAWA Hirofumi
3004M: hirofumi@mail.parknet.co.jp
3005L: linux-kernel@vger.kernel.org
3006S: Maintained
3007
3008VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3009P: Jeff Garzik
3010S: Odd fixes
3011
3012VIA RHINE NETWORK DRIVER
3013P: Roger Luethi
3014M: rl@hellgate.ch
3015S: Maintained
3016
Jean Delvare32c0a522005-09-22 21:47:58 +02003017VIAPRO SMBUS DRIVER
3018P: Jean Delvare
3019M: khali@linux-fr.org
3020L: lm-sensors@lm-sensors.org
3021S: Maintained
3022
Linus Torvalds1da177e2005-04-16 15:20:36 -07003023UCLINUX (AND M68KNOMMU)
3024P: Greg Ungerer
3025M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003026W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003027L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003028S: Maintained
3029
3030UCLINUX FOR NEC V850
3031P: Miles Bader
3032M: uclinux-v850@lsi.nec.co.jp
3033W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3034W: http://www.ee.nec.de/uclinux/
3035S: Supported
3036
3037UCLINUX FOR RENESAS H8/300
3038P: Yoshinori Sato
3039M: ysato@users.sourceforge.jp
3040W: http://uclinux-h8.sourceforge.jp/
3041S: Supported
3042
3043USB DIAMOND RIO500 DRIVER
3044P: Cesar Miquel
3045M: miquel@df.uba.ar
3046L: rio500-users@lists.sourceforge.net
3047W: http://rio500.sourceforge.net
3048S: Maintained
3049
3050VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003051P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003052M: mchehab@infradead.org
3053M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003054L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003055W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003056T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003057S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003058
Roger Lucas1de9e372005-11-26 20:20:05 +01003059VT8231 HARDWARE MONITOR DRIVER
3060P: Roger Lucas
3061M: roger@planbit.co.uk
3062L: lm-sensors@lm-sensors.org
3063S: Maintained
3064
Linus Torvalds1da177e2005-04-16 15:20:36 -07003065W1 DALLAS'S 1-WIRE BUS
3066P: Evgeniy Polyakov
3067M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003068L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003069S: Maintained
3070
3071W83L51xD SD/MMC CARD INTERFACE DRIVER
3072P: Pierre Ossman
3073M: drzeus-wbsd@drzeus.cx
3074L: wbsd-devel@list.drzeus.cx
3075W: http://projects.drzeus.cx/wbsd
3076S: Maintained
3077
3078W83L785TS HARDWARE MONITOR DRIVER
3079P: Jean Delvare
3080M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003081L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003082S: Odd Fixes
3083
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003084WATCHDOG DEVICE DRIVERS
3085P: Wim Van Sebroeck
3086M: wim@iguana.be
3087T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3088S: Maintained
3089
Linus Torvalds1da177e2005-04-16 15:20:36 -07003090WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3091P: Jean Tourrilhes
3092M: jt@hpl.hp.com
3093W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3094S: Maintained
3095
3096WD7000 SCSI DRIVER
3097P: Miroslav Zagorac
3098M: zaga@fly.cc.fer.hr
3099L: linux-scsi@vger.kernel.org
3100S: Maintained
3101
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003102WISTRON LAPTOP BUTTON DRIVER
3103P: Miloslav Trmac
3104M: mitr@volny.cz
3105S: Maintained
3106
Linus Torvalds1da177e2005-04-16 15:20:36 -07003107WL3501 WIRELESS PCMCIA CARD DRIVER
3108P: Arnaldo Carvalho de Melo
3109M: acme@conectiva.com.br
3110W: http://advogato.org/person/acme
3111S: Maintained
3112
3113X.25 NETWORK LAYER
3114P: Henner Eisen
3115M: eis@baty.hanse.de
3116L: linux-x25@vger.kernel.org
3117S: Maintained
3118
3119XFS FILESYSTEM
3120P: Silicon Graphics Inc
3121M: xfs-masters@oss.sgi.com
3122M: nathans@sgi.com
3123L: linux-xfs@oss.sgi.com
3124W: http://oss.sgi.com/projects/xfs
3125S: Supported
3126
3127X86 3-LEVEL PAGING (PAE) SUPPORT
3128P: Ingo Molnar
3129M: mingo@redhat.com
3130S: Maintained
3131
3132X86-64 port
3133P: Andi Kleen
3134M: ak@suse.de
3135L: discuss@x86-64.org
3136W: http://www.x86-64.org
3137S: Maintained
3138
3139YAM DRIVER FOR AX.25
3140P: Jean-Paul Roubelat
3141M: jpr@f6fbb.org
3142L: linux-hams@vger.kernel.org
3143S: Maintained
3144
Henkaf64a5e2005-10-12 15:02:56 +02003145YEALINK PHONE DRIVER
3146P: Henk Vergonet
3147M: Henk.Vergonet@gmail.com
3148L: usbb2k-api-dev@nongnu.org
3149S: Maintained
3150
Linus Torvalds1da177e2005-04-16 15:20:36 -07003151YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3152P: Pete Zaitcev
3153M: zaitcev@yahoo.com
3154L: linux-kernel@vger.kernel.org
3155S: Obsolete
3156
3157Z8530 DRIVER FOR AX.25
3158P: Joerg Reuter
3159M: jreuter@yaina.de
3160W: http://yaina.de/jreuter/
3161W: http://www.qsl.net/dl1bke/
3162L: linux-hams@vger.kernel.org
3163S: Maintained
3164
3165ZF MACHZ WATCHDOG
3166P: Fernando Fuganti
3167M: fuganti@netbank.com.br
3168W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3169S: Maintained
3170
3171ZR36067 VIDEO FOR LINUX DRIVER
3172P: Ronald Bultje
3173M: rbultje@ronald.bitfreak.net
3174L: mjpeg-users@lists.sourceforge.net
3175W: http://mjpeg.sourceforge.net/driver-zoran/
3176S: Maintained
3177
3178ZR36120 VIDEO FOR LINUX DRIVER
3179P: Pauline Middelink
3180M: middelin@polyware.nl
3181W: http://www.polyware.nl/~middelin/En/hobbies.html
3182W: http://www.polyware.nl/~middelin/hobbies.html
3183S: Maintained
3184
3185THE REST
3186P: Linus Torvalds
3187S: Buried alive in reporters