blob: 246153dee7f141e4f7530b96eb035cddd3ba8b67 [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 Becker62ca3d262006-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
Richard Purdie263de9b2006-05-15 09:44:16 -07001606LED SUBSYSTEM
1607P: Richard Purdie
1608M: rpurdie@rpsys.net
1609S: Maintained
1610
Linus Torvalds1da177e2005-04-16 15:20:36 -07001611LEGO USB Tower driver
1612P: Juergen Stuber
1613M: starblue@users.sourceforge.net
1614L: legousb-devel@lists.sourceforge.net
1615W: http://legousb.sourceforge.net/
1616S: Maintained
1617
1618LINUX FOR IBM pSERIES (RS/6000)
1619P: Paul Mackerras
1620M: paulus@au.ibm.com
1621W: http://www.ibm.com/linux/ltc/projects/ppc
1622S: Supported
1623
1624LINUX FOR NCR VOYAGER
1625P: James Bottomley
1626M: James.Bottomley@HansenPartnership.com
1627W: http://www.hansenpartnership.com/voyager
1628S: Maintained
1629
1630LINUX FOR POWERPC
1631P: Paul Mackerras
1632M: paulus@samba.org
1633W: http://www.penguinppc.org/
1634L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001635T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001636S: Supported
1637
1638LINUX FOR POWER MACINTOSH
1639P: Benjamin Herrenschmidt
1640M: benh@kernel.crashing.org
1641W: http://www.penguinppc.org/
1642L: linuxppc-dev@ozlabs.org
1643S: Maintained
1644
1645LINUX FOR POWERPC EMBEDDED MPC52XX
1646P: Sylvain Munaut
1647M: tnt@246tNt.com
1648W: http://www.246tNt.com/mpc52xx/
1649W: http://www.penguinppc.org/
1650L: linuxppc-dev@ozlabs.org
1651L: linuxppc-embedded@ozlabs.org
1652S: Maintained
1653
1654LINUX FOR POWERPC EMBEDDED PPC4XX
1655P: Matt Porter
1656M: mporter@kernel.crashing.org
1657W: http://www.penguinppc.org/
1658L: linuxppc-embedded@ozlabs.org
1659S: Maintained
1660
Tom Rinie93adf12005-07-26 12:49:53 -07001661LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001662P: Tom Rini
1663M: trini@kernel.crashing.org
1664W: http://www.penguinppc.org/
1665L: linuxppc-embedded@ozlabs.org
1666S: Maintained
1667
Tom Rinie93adf12005-07-26 12:49:53 -07001668LINUX FOR POWERPC EMBEDDED PPC8XX
1669P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07001670M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07001671W: http://www.penguinppc.org/
1672L: linuxppc-embedded@ozlabs.org
1673S: Maintained
1674
Linus Torvalds1da177e2005-04-16 15:20:36 -07001675LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1676P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001677M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001678W: http://www.penguinppc.org/
1679L: linuxppc-embedded@ozlabs.org
1680S: Maintained
1681
1682LLC (802.2)
1683P: Arnaldo Carvalho de Melo
1684M: acme@conectiva.com.br
1685S: Maintained
1686
1687LINUX FOR 64BIT POWERPC
1688P: Paul Mackerras
1689M: paulus@samba.org
1690M: paulus@au.ibm.com
1691P: Anton Blanchard
1692M: anton@samba.org
1693M: anton@au.ibm.com
1694W: http://linuxppc64.org
Stephen Rothwell1d049812006-03-22 11:26:58 +11001695L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001696S: Supported
1697
1698LINUX SECURITY MODULE (LSM) FRAMEWORK
1699P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001700M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001701L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001702W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001703T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001704S: Supported
1705
1706LM83 HARDWARE MONITOR DRIVER
1707P: Jean Delvare
1708M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001709L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001710S: Maintained
1711
1712LM90 HARDWARE MONITOR DRIVER
1713P: Jean Delvare
1714M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001715L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001716S: Maintained
1717
1718LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1719P: Richard Russon (FlatCap)
1720M: ldm@flatcap.org
1721L: ldm-devel@lists.sourceforge.net
1722W: http://ldm.sourceforge.net
1723S: Maintained
1724
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001725LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1726P: Eric Moore
1727M: Eric.Moore@lsil.com
1728M: support@lsil.com
1729L: mpt_linux_developer@lsil.com
1730L: linux-scsi@vger.kernel.org
1731W: http://www.lsilogic.com/support
1732S: Supported
1733
Linus Torvalds1da177e2005-04-16 15:20:36 -07001734LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1735P: Matthew Wilcox
1736M: matthew@wil.cx
1737L: linux-scsi@vger.kernel.org
1738S: Maintained
1739
1740M68K ARCHITECTURE
1741P: Geert Uytterhoeven
1742M: geert@linux-m68k.org
1743P: Roman Zippel
1744M: zippel@linux-m68k.org
1745L: linux-m68k@lists.linux-m68k.org
1746W: http://www.linux-m68k.org/
1747W: http://linux-m68k-cvs.ubb.ca/
1748S: Maintained
1749
1750M68K ON APPLE MACINTOSH
1751P: Joshua Thompson
1752M: funaho@jurai.org
1753W: http://www.mac.linux-m68k.org/
1754L: linux-mac68k@mac.linux-m68k.org
1755S: Maintained
1756
1757M68K ON HP9000/300
1758P: Philip Blundell
1759M: philb@gnu.org
1760W: http://www.tazenda.demon.co.uk/phil/linux-hp
1761S: Maintained
1762
1763MARVELL YUKON / SYSKONNECT DRIVER
1764P: Mirko Lindner
1765M: mlindner@syskonnect.de
1766P: Ralph Roesler
1767M: rroesler@syskonnect.de
1768W: http://www.syskonnect.com
1769S: Supported
1770
1771MAESTRO PCI SOUND DRIVERS
1772P: Zach Brown
1773M: zab@zabbo.net
1774S: Odd Fixes
1775
Michael Kerriskfaf16682005-07-31 22:34:47 -07001776MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1777P: Michael Kerrisk
1778M: mtk-manpages@gmx.net
1779W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1780S: Maintained
1781
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001782MARVELL MV643XX ETHERNET DRIVER
1783P: Dale Farnsworth
1784M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001785P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001786M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001787L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001788S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001789
1790MATROX FRAMEBUFFER DRIVER
1791P: Petr Vandrovec
1792M: vandrove@vc.cvut.cz
1793L: linux-fbdev-devel@lists.sourceforge.net
1794S: Maintained
1795
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001796MEGARAID SCSI DRIVERS
1797P: Neela Syam Kolli
1798M: Neela.Kolli@engenio.com
1799S: linux-scsi@vger.kernel.org
1800W: http://megaraid.lsilogic.com
1801S: Maintained
1802
Linus Torvalds1da177e2005-04-16 15:20:36 -07001803MEMORY TECHNOLOGY DEVICES
1804P: David Woodhouse
1805M: dwmw2@infradead.org
1806W: http://www.linux-mtd.infradead.org/
1807L: linux-mtd@lists.infradead.org
Josh Boyer2c560ac2005-11-23 15:43:57 -08001808T: git kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001809S: Maintained
1810
1811MICROTEK X6 SCANNER
1812P: Oliver Neukum
1813M: oliver@neukum.name
1814S: Maintained
1815
1816MIPS
1817P: Ralf Baechle
1818M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001819W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001820L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001821T: git www.linux-mips.org:/pub/scm/linux.git
1822S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001823
1824MISCELLANEOUS MCA-SUPPORT
1825P: James Bottomley
1826M: jejb@steeleye.com
1827L: linux-kernel@vger.kernel.org
1828S: Maintained
1829
1830MODULE SUPPORT
1831P: Rusty Russell
1832M: rusty@rustcorp.com.au
1833L: linux-kernel@vger.kernel.org
1834S: Maintained
1835
1836MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1837P: Stelian Pop
1838M: stelian@popies.net
1839W: http://popies.net/meye/
1840S: Maintained
1841
1842MOUSE AND MISC DEVICES [GENERAL]
1843P: Alessandro Rubini
1844M: rubini@ipvvis.unipv.it
1845L: linux-kernel@vger.kernel.org
1846S: Maintained
1847
1848MTRR AND SIMILAR SUPPORT [i386]
1849P: Richard Gooch
1850M: rgooch@atnf.csiro.au
1851L: linux-kernel@vger.kernel.org
1852W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1853S: Maintained
1854
1855MULTISOUND SOUND DRIVER
1856P: Andrew Veliath
1857M: andrewtv@usa.net
1858S: Maintained
1859
1860NATSEMI ETHERNET DRIVER (DP8381x)
1861P: Tim Hockin
1862M: thockin@hockin.org
1863S: Maintained
1864
1865NCP FILESYSTEM
1866P: Petr Vandrovec
1867M: vandrove@vc.cvut.cz
1868L: linware@sh.cvut.cz
1869S: Maintained
1870
1871NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1872P: James E.J. Bottomley
1873M: James.Bottomley@HansenPartnership.com
1874L: linux-scsi@vger.kernel.org
1875S: Maintained
1876
1877NETFILTER/IPTABLES/IPCHAINS
1878P: Rusty Russell
1879P: Marc Boucher
1880P: James Morris
1881P: Harald Welte
1882P: Jozsef Kadlecsik
1883M: coreteam@netfilter.org
1884W: http://www.netfilter.org/
1885W: http://www.iptables.org/
1886L: netfilter@lists.netfilter.org
1887L: netfilter-devel@lists.netfilter.org
1888S: Supported
1889
1890NETROM NETWORK LAYER
1891P: Ralf Baechle
1892M: ralf@linux-mips.org
1893L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02001894W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001895S: Maintained
1896
1897NETWORK BLOCK DEVICE
1898P: Paul Clements
1899M: Paul.Clements@steeleye.com
1900S: Maintained
1901
1902NETWORK DEVICE DRIVERS
1903P: Andrew Morton
1904M: akpm@osdl.org
1905P: Jeff Garzik
1906M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001907L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001908T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001909S: Maintained
1910
1911NETWORKING [GENERAL]
1912P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001913M: netdev@vger.kernel.org
1914L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08001915W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916S: Maintained
1917
1918NETWORKING [IPv4/IPv6]
1919P: David S. Miller
1920M: davem@davemloft.net
1921P: Alexey Kuznetsov
1922M: kuznet@ms2.inr.ac.ru
1923P: Pekka Savola (ipv6)
1924M: pekkas@netcore.fi
1925P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001926M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927P: Hideaki YOSHIFUJI
1928M: yoshfuji@linux-ipv6.org
1929P: Patrick McHardy
1930M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001931L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08001932T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001933S: Maintained
1934
John W. Linville29f8f632006-01-18 14:52:48 -08001935NETWORKING [WIRELESS]
1936P: John W. Linville
1937M: linville@tuxdriver.com
1938L: netdev@vger.kernel.org
1939T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
1940S: Maintained
1941
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942IPVS
1943P: Wensong Zhang
1944M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07001945P: Simon Horman
1946M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947P: Julian Anastasov
1948M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07001949L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950S: Maintained
1951
1952NFS CLIENT
1953P: Trond Myklebust
1954M: trond.myklebust@fys.uio.no
1955L: linux-kernel@vger.kernel.org
1956S: Maintained
1957
1958NI5010 NETWORK DRIVER
1959P: Jan-Pascal van Best and Andreas Mohr
1960M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1961M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07001962L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001963S: Maintained
1964
1965NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1966P: YOKOTA Hiroshi
1967M: yokota@netlab.is.tsukuba.ac.jp
1968W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1969S: Maintained
1970
1971NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1972P: GOTO Masanori
1973M: gotom@debian.or.jp
1974P: YOKOTA Hiroshi
1975M: yokota@netlab.is.tsukuba.ac.jp
1976W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1977S: Maintained
1978
1979NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1980P: Eberhard Moenkeberg
1981M: emoenke@gwdg.de
1982L: linux-kernel@vger.kernel.org
1983S: Maintained
1984
1985NTFS FILESYSTEM
1986P: Anton Altaparmakov
1987M: aia21@cantab.net
1988L: linux-ntfs-dev@lists.sourceforge.net
1989L: linux-kernel@vger.kernel.org
1990W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001991T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001992S: Maintained
1993
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001994NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
1995P: Antonino Daplas
1996M: adaplas@pol.net
1997L: linux-fbdev-devel@lists.sourceforge.net
1998S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001999
Mark Fashehccd979b2005-12-15 14:31:24 -08002000ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2001P: Mark Fasheh
2002M: mark.fasheh@oracle.com
2003P: Kurt Hackel
2004M: kurt.hackel@oracle.com
2005L: ocfs2-devel@oss.oracle.com
2006W: http://oss.oracle.com/projects/ocfs2/
2007S: Supported
2008
Linus Torvalds1da177e2005-04-16 15:20:36 -07002009OLYMPIC NETWORK DRIVER
2010P: Peter De Shrijver
2011M: p2@ace.ulyssis.student.kuleuven.ac.be
2012P: Mike Phillips
2013M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002014L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015L: linux-tr@linuxtr.net
2016W: http://www.linuxtr.net
2017S: Maintained
2018
Harald Weltec1986ee2005-11-13 16:06:29 -08002019OMNIKEY CARDMAN 4000 DRIVER
2020P: Harald Welte
2021M: laforge@gnumonks.org
2022S: Maintained
2023
Harald Welte77c44ab2005-11-13 16:06:26 -08002024OMNIKEY CARDMAN 4040 DRIVER
2025P: Harald Welte
2026M: laforge@gnumonks.org
2027S: Maintained
2028
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029ONSTREAM SCSI TAPE DRIVER
2030P: Willem Riede
2031M: osst@riede.org
2032L: osst-users@lists.sourceforge.net
2033L: linux-scsi@vger.kernel.org
2034S: Maintained
2035
2036OPL3-SA2, SA3, and SAx DRIVER
2037P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002038M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002039L: linux-sound@vger.kernel.org
2040S: Maintained
2041
2042OPROFILE
2043P: Philippe Elie
2044M: phil.el@wanadoo.fr
2045L: oprofile-list@lists.sf.net
2046S: Maintained
2047
2048ORINOCO DRIVER
2049P: Pavel Roskin
2050M: proski@gnu.org
2051P: David Gibson
2052M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002053L: orinoco-users@lists.sourceforge.net
2054L: orinoco-devel@lists.sourceforge.net
2055W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002056S: Maintained
2057
2058PARALLEL PORT SUPPORT
2059P: Phil Blundell
2060M: philb@gnu.org
2061P: Tim Waugh
2062M: tim@cyberelk.net
2063P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002064P: Andrea Arcangeli
2065M: andrea@suse.de
2066L: linux-parport@lists.infradead.org
2067W: http://people.redhat.com/twaugh/parport/
2068S: Maintained
2069
2070PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2071P: Tim Waugh
2072M: tim@cyberelk.net
2073L: linux-parport@lists.infradead.org
2074W: http://www.torque.net/linux-pp.html
2075S: Maintained
2076
2077PARISC ARCHITECTURE
2078P: Matthew Wilcox
2079M: matthew@wil.cx
2080P: Grant Grundler
2081M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002082P: Kyle McMartin
2083M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002084L: parisc-linux@parisc-linux.org
2085W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002086T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2087T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002088S: Maintained
2089
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002090PCI ERROR RECOVERY
2091P: Linas Vepstas
2092M: linas@austin.ibm.com
2093L: linux-kernel@vger.kernel.org
2094L: linux-pci@atrey.karlin.mff.cuni.cz
2095S: Supported
2096
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2098P: Thomas Sailer
2099M: sailer@ife.ee.ethz.ch
2100L: linux-sound@vger.kernel.org
2101W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2102S: Maintained
2103
2104PCI SUBSYSTEM
2105P: Greg Kroah-Hartman
2106M: gregkh@suse.de
2107L: linux-kernel@vger.kernel.org
2108L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002109T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110S: Supported
2111
2112PCI HOTPLUG CORE
2113P: Greg Kroah-Hartman
2114M: gregkh@suse.de
2115S: Supported
2116
2117PCI HOTPLUG COMPAQ DRIVER
2118P: Greg Kroah-Hartman
2119M: greg@kroah.com
2120S: Maintained
2121
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002122PCIE HOTPLUG DRIVER
2123P: Kristen Carlson Accardi
2124M: kristen.c.accardi@intel.com
2125L: pcihpd-discuss@lists.sourceforge.net
2126S: Maintained
2127
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002129P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002130L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002131T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002132S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133
2134PCNET32 NETWORK DRIVER
2135P: Thomas Bogendörfer
2136M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002137L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138S: Maintained
2139
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002140PERSONALITY HANDLING
2141P: Christoph Hellwig
2142M: hch@infradead.org
2143L: linux-abi-devel@lists.sourceforge.net
2144S: Maintained
2145
Linus Torvalds1da177e2005-04-16 15:20:36 -07002146PHRAM MTD DRIVER
2147P: Jörn Engel
2148M: joern@wh.fh-wedel.de
2149L: linux-mtd@lists.infradead.org
2150S: Maintained
2151
Peter Osterlund249a6772005-09-27 21:45:30 -07002152PKTCDVD DRIVER
2153P: Peter Osterlund
2154M: petero2@telia.com
2155L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002156S: Maintained
2157
Linus Torvalds1da177e2005-04-16 15:20:36 -07002158POSIX CLOCKS and TIMERS
2159P: George Anzinger
2160M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002161L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002162S: Supported
2163
Eugene Surovegin24682972005-10-14 03:00:53 -07002164POWERPC 4xx EMAC DRIVER
2165P: Eugene Surovegin
2166M: ebs@ebshome.net
2167W: http://kernel.ebshome.net/emac/
2168L: linuxppc-embedded@ozlabs.org
2169L: netdev@vger.kernel.org
2170S: Maintained
2171
Linus Torvalds1da177e2005-04-16 15:20:36 -07002172PNP SUPPORT
2173P: Adam Belay
2174M: ambx1@neo.rr.com
2175S: Maintained
2176
2177PPP PROTOCOL DRIVERS AND COMPRESSORS
2178P: Paul Mackerras
2179M: paulus@samba.org
2180L: linux-ppp@vger.kernel.org
2181S: Maintained
2182
2183PPP OVER ATM (RFC 2364)
2184P: Mitchell Blank Jr
2185M: mitch@sfgoth.com
2186S: Maintained
2187
2188PPP OVER ETHERNET
2189P: Michal Ostrowski
2190M: mostrows@speakeasy.net
2191S: Maintained
2192
2193PREEMPTIBLE KERNEL
2194P: Robert Love
2195M: rml@tech9.net
2196L: linux-kernel@vger.kernel.org
2197L: kpreempt-tech@lists.sourceforge.net
2198W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2199S: Supported
2200
2201PRISM54 WIRELESS DRIVER
2202P: Prism54 Development Team
2203M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002204L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205W: http://prism54.org
2206S: Maintained
2207
2208PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2209P: Peter Denison
2210M: promise@pnd-pc.demon.co.uk
2211W: http://www.pnd-pc.demon.co.uk/promise/
2212S: Maintained
2213
2214PXA2xx SUPPORT
2215P: Nicolas Pitre
2216M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002217L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002218S: Maintained
2219
2220QLOGIC QLA2XXX FC-SCSI DRIVER
2221P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002222M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002223L: linux-scsi@vger.kernel.org
2224S: Supported
2225
2226QNX4 FILESYSTEM
2227P: Anders Larsen
2228M: al@alarsen.net
2229L: linux-kernel@vger.kernel.org
2230W: http://www.alarsen.net/linux/qnx4fs/
2231S: Maintained
2232
2233RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002234P: Benjamin Herrenschmidt
2235M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002236L: linux-fbdev-devel@lists.sourceforge.net
2237S: Maintained
2238
2239RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002240P: Paul Mackerras
2241M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242L: linux-fbdev-devel@lists.sourceforge.net
2243S: Maintained
2244
2245RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2246P: Corey Thomas
2247M: corey@world.std.com
2248L: linux-kernel@vger.kernel.org
2249S: Maintained
2250
Matt Mackall9e95ce22005-04-16 15:25:56 -07002251RANDOM NUMBER DRIVER
2252P: Matt Mackall
2253M: mpm@selenic.com
2254S: Maintained
2255
Matt Porter394b7012005-11-07 01:00:15 -08002256RAPIDIO SUBSYSTEM
2257P: Matt Porter
2258M: mporter@kernel.crashing.org
2259L: linux-kernel@vger.kernel.org
2260S: Maintained
2261
Linus Torvalds1da177e2005-04-16 15:20:36 -07002262REAL TIME CLOCK DRIVER
2263P: Paul Gortmaker
2264M: p_gortmaker@yahoo.com
2265L: linux-kernel@vger.kernel.org
2266S: Maintained
2267
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002268REAL TIME CLOCK (RTC) SUBSYSTEM
2269P: Alessandro Zummo
2270M: a.zummo@towertech.it
2271L: linux-kernel@vger.kernel.org
2272S: Maintained
2273
Linus Torvalds1da177e2005-04-16 15:20:36 -07002274REISERFS FILE SYSTEM
2275P: Hans Reiser
2276M: reiserfs-dev@namesys.com
2277L: reiserfs-list@namesys.com
2278W: http://www.namesys.com
2279S: Supported
2280
2281ROCKETPORT DRIVER
2282P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283W: http://www.comtrol.com
2284S: Maintained
2285
2286ROSE NETWORK LAYER
2287P: Ralf Baechle
2288M: ralf@linux-mips.org
2289L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002290W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002291S: Maintained
2292
2293RISCOM8 DRIVER
2294S: Orphan
2295
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002296S3 SAVAGE FRAMEBUFFER DRIVER
2297P: Antonino Daplas
2298M: adaplas@pol.net
2299L: linux-fbdev-devel@lists.sourceforge.net
2300S: Maintained
2301
Linus Torvalds1da177e2005-04-16 15:20:36 -07002302S390
2303P: Martin Schwidefsky
2304M: schwidefsky@de.ibm.com
2305M: linux390@de.ibm.com
2306L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002307W: http://www.ibm.com/developerworks/linux/linux390/
2308S: Supported
2309
2310S390 NETWORK DRIVERS
2311P: Frank Pavlic
2312M: fpavlic@de.ibm.com
2313M: linux390@de.ibm.com
2314L: linux-390@vm.marist.edu
2315W: http://www.ibm.com/developerworks/linux/linux390/
2316S: Supported
2317
2318S390 ZFCP DRIVER
2319P: Andreas Herrmann
2320M: aherrman@de.ibm.com
2321M: linux390@de.ibm.com
2322L: linux-390@vm.marist.edu
2323W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002324S: Supported
2325
2326SAA7146 VIDEO4LINUX-2 DRIVER
2327P: Michael Hunold
2328M: michael@mihu.de
2329W: http://www.mihu.de/linux/saa7146
2330S: Maintained
2331
2332SBPCD CDROM DRIVER
2333P: Eberhard Moenkeberg
2334M: emoenke@gwdg.de
2335L: linux-kernel@vger.kernel.org
2336S: Maintained
2337
2338SC1200 WDT DRIVER
2339P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002340M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341S: Maintained
2342
2343SCHEDULER
2344P: Ingo Molnar
2345M: mingo@elte.hu
2346P: Robert Love [the preemptible kernel bits]
2347M: rml@tech9.net
2348L: linux-kernel@vger.kernel.org
2349S: Maintained
2350
2351SCSI CDROM DRIVER
2352P: Jens Axboe
2353M: axboe@suse.de
2354L: linux-scsi@vger.kernel.org
2355W: http://www.kernel.dk
2356S: Maintained
2357
2358SCSI SG DRIVER
2359P: Doug Gilbert
2360M: dgilbert@interlog.com
2361L: linux-scsi@vger.kernel.org
2362W: http://www.torque.net/sg
2363S: Maintained
2364
2365SCSI SUBSYSTEM
2366P: James E.J. Bottomley
2367M: James.Bottomley@SteelEye.com
2368L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002369T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002370S: Maintained
2371
2372SCSI TAPE DRIVER
2373P: Kai Mäkisara
2374M: Kai.Makisara@kolumbus.fi
2375L: linux-scsi@vger.kernel.org
2376S: Maintained
2377
2378SCTP PROTOCOL
2379P: Sridhar Samudrala
2380M: sri@us.ibm.com
2381L: lksctp-developers@lists.sourceforge.net
2382S: Supported
2383
2384SCx200 CPU SUPPORT
2385P: Christer Weinigel
2386M: christer@weinigel.se
2387W: http://www.weinigel.se
2388S: Supported
2389
2390SECURITY CONTACT
2391P: Security Officers
2392M: security@kernel.org
2393S: Supported
2394
2395SELINUX SECURITY MODULE
2396P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002397M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002398P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002399M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002400L: linux-kernel@vger.kernel.org (kernel issues)
2401L: selinux@tycho.nsa.gov (general discussion)
2402W: http://www.nsa.gov/selinux
2403S: Supported
2404
2405SERIAL ATA (SATA) SUBSYSTEM:
2406P: Jeff Garzik
2407M: jgarzik@pobox.com
2408L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002409T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002410S: Supported
2411
2412SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2413P: Pat Gefre
2414M: pfg@sgi.com
2415L: linux-ia64@vger.kernel.org
2416S: Supported
2417
2418SGI VISUAL WORKSTATION 320 AND 540
2419P: Andrey Panin
2420M: pazke@donpac.ru
2421L: linux-visws-devel@lists.sf.net
2422W: http://linux-visws.sf.net
2423S: Maintained for 2.6.
2424
2425SIMTEC EB110ATX (Chalice CATS)
2426P: Ben Dooks
2427P: Vincent Sanders
2428M: support@simtec.co.uk
2429W: http://www.simtec.co.uk/products/EB110ATX/
2430S: Supported
2431
2432SIMTEC EB2410ITX (BAST)
2433P: Ben Dooks
2434P: Vincent Sanders
2435M: support@simtec.co.uk
2436W: http://www.simtec.co.uk/products/EB2410ITX/
2437S: Supported
2438
Francois Romieu92aab3c2005-07-30 13:11:18 +02002439SIS 190 ETHERNET DRIVER
2440P: Francois Romieu
2441M: romieu@fr.zoreil.com
2442L: netdev@vger.kernel.org
2443S: Maintained
2444
Linus Torvalds1da177e2005-04-16 15:20:36 -07002445SIS 5513 IDE CONTROLLER DRIVER
2446P: Lionel Bouton
2447M: Lionel.Bouton@inet6.fr
2448W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2449W: http://gyver.homeip.net/sis5513/index.html
2450S: Maintained
2451
2452SIS 900/7016 FAST ETHERNET DRIVER
2453P: Daniele Venzano
2454M: venza@brownhat.org
2455W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002456L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002457S: Maintained
2458
2459SIS FRAMEBUFFER DRIVER
2460P: Thomas Winischhofer
2461M: thomas@winischhofer.net
2462W: http://www.winischhofer.net/linuxsisvga.shtml
2463S: Maintained
2464
2465SIS USB2VGA DRIVER
2466P: Thomas Winischhofer
2467M: thomas@winischhofer.net
2468W: http://www.winischhofer.at/linuxsisusbvga.shtml
2469S: Maintained
2470
2471SMSC47M1 HARDWARE MONITOR DRIVER
2472P: Jean Delvare
2473M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002474L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002475S: Odd Fixes
2476
2477SMB FILESYSTEM
2478P: Urban Widmark
2479M: urban@teststation.com
2480W: http://samba.org/
2481L: samba@samba.org
2482S: Maintained
2483
2484SMC91x ETHERNET DRIVER
2485P: Nicolas Pitre
2486M: nico@cam.org
2487S: Maintained
2488
Linus Torvalds1da177e2005-04-16 15:20:36 -07002489SOFTWARE RAID (Multiple Disks) SUPPORT
2490P: Ingo Molnar
2491M: mingo@redhat.com
2492P: Neil Brown
2493M: neilb@cse.unsw.edu.au
2494L: linux-raid@vger.kernel.org
2495S: Maintained
2496
2497SOFTWARE SUSPEND:
2498P: Pavel Machek
2499M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002500L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501S: Maintained
2502
2503SONIC NETWORK DRIVER
2504P: Thomas Bogendoerfer
2505M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002506L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002507S: Maintained
2508
2509SONY VAIO CONTROL DEVICE DRIVER
2510P: Stelian Pop
2511M: stelian@popies.net
2512W: http://popies.net/sonypi/
2513S: Maintained
2514
2515SOUND
2516P: Jaroslav Kysela
2517M: perex@suse.cz
2518L: alsa-devel@alsa-project.org
2519S: Maintained
2520
Kylene Hall1c72d462005-05-01 08:59:13 -07002521TPM DEVICE DRIVER
2522P: Kylene Hall
2523M: kjhall@us.ibm.com
2524W: http://tpmdd.sourceforge.net
2525L: tpmdd-devel@lists.sourceforge.net
2526S: Maintained
2527
Mark Gross1a80ba82005-10-30 15:02:55 -08002528Telecom Clock Driver for MCPL0010
2529P: Mark Gross
2530M: mark.gross@intel.com
2531S: Supported
2532
Chris Zankel48b415c2005-06-23 22:01:07 -07002533TENSILICA XTENSA PORT (xtensa):
2534P: Chris Zankel
2535M: chris@zankel.net
2536S: Maintained
2537
Linus Torvalds1da177e2005-04-16 15:20:36 -07002538UltraSPARC (sparc64):
2539P: David S. Miller
2540M: davem@davemloft.net
2541P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002542M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002543P: Jakub Jelinek
2544M: jj@sunsite.ms.mff.cuni.cz
2545P: Anton Blanchard
2546M: anton@samba.org
2547L: sparclinux@vger.kernel.org
2548L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002549T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550S: Maintained
2551
2552SHARP LH SUPPORT (LH7952X & LH7A40X)
2553P: Marc Singer
2554M: elf@buici.com
2555W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002556L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002557S: Maintained
2558
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002559SHPC HOTPLUG DRIVER
2560P: Kristen Carlson Accardi
2561M: kristen.c.accardi@intel.com
2562L: pcihpd-discuss@lists.sourceforge.net
2563S: Maintained
2564
Pierre Ossmand129bce2006-03-24 03:18:17 -08002565SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2566P: Pierre Ossman
2567M: drzeus-sdhci@drzeus.cx
2568L: sdhci-devel@list.drzeus.cx
2569W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2570S: Maintained
2571
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002572SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2573P: Stephen Hemminger
2574M: shemminger@osdl.org
2575L: netdev@vger.kernel.org
2576S: Maintained
2577
Linus Torvalds1da177e2005-04-16 15:20:36 -07002578SPARC (sparc32):
2579P: William L. Irwin
2580M: wli@holomorphy.com
2581L: sparclinux@vger.kernel.org
2582S: Maintained
2583
2584SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2585P: Roger Wolff
2586M: R.E.Wolff@BitWizard.nl
2587L: linux-kernel@vger.kernel.org ?
2588S: Supported
2589
Linus Torvalds1da177e2005-04-16 15:20:36 -07002590SRM (Alpha) environment access
2591P: Jan-Benedict Glaw
2592M: jbglaw@lug-owl.de
2593L: linux-kernel@vger.kernel.org
2594S: Maintained
2595
2596STARFIRE/DURALAN NETWORK DRIVER
2597P: Ion Badulescu
2598M: ionut@cs.columbia.edu
2599S: Maintained
2600
2601STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2602W: http://mosquitonet.Stanford.EDU/strip.html
2603S: Unsupported ?
2604
2605STRADIS MPEG-2 DECODER DRIVER
2606P: Nathan Laredo
2607M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002608W: http://www.stradis.com/
2609S: Maintained
2610
2611SUPERH (sh)
2612P: Paul Mundt
2613M: lethal@linux-sh.org
2614P: Kazumoto Kojima
2615M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002616L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002617W: http://www.linux-sh.org
2618W: http://www.m17n.org/linux-sh/
2619W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2620S: Maintained
2621
2622SUPERH64 (sh64)
2623P: Paul Mundt
2624M: lethal@linux-sh.org
2625P: Richard Curnow
2626M: rc@rc0.org.uk
2627L: linuxsh-shmedia-dev@lists.sourceforge.net
2628W: http://www.linux-sh.org
2629W: http://www.rc0.org.uk/sh64
2630S: Maintained
2631
2632SUN3/3X
2633P: Sam Creasey
2634M: sammy@sammy.net
2635L: sun3-list@redhat.com
2636W: http://sammy.net/sun3/
2637S: Maintained
2638
2639SVGA HANDLING
2640P: Martin Mares
2641M: mj@ucw.cz
2642L: linux-video@atrey.karlin.mff.cuni.cz
2643S: Maintained
2644
2645SYSV FILESYSTEM
2646P: Christoph Hellwig
2647M: hch@infradead.org
2648S: Maintained
2649
2650TI PARALLEL LINK CABLE DRIVER
2651P: Romain Lievin
2652M: roms@lpg.ticalc.org
2653S: Maintained
2654
Per Lidene86eaa32006-01-12 16:45:18 +01002655TIPC NETWORK LAYER
2656P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002657M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002658P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002659M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002660P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002661M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002662L: tipc-discussion@lists.sourceforge.net
2663W: http://tipc.sourceforge.net/
2664W: http://tipc.cslab.ericsson.net/
2665T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2666S: Maintained
2667
Linus Torvalds1da177e2005-04-16 15:20:36 -07002668TLAN NETWORK DRIVER
2669P: Samuel Chessman
2670M: chessman@tux.org
2671L: tlan-devel@lists.sourceforge.net
2672W: http://sourceforge.net/projects/tlan/
2673S: Maintained
2674
2675TOKEN-RING NETWORK DRIVER
2676P: Mike Phillips
2677M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002678L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002679L: linux-tr@linuxtr.net
2680W: http://www.linuxtr.net
2681S: Maintained
2682
2683TOSHIBA ACPI EXTRAS DRIVER
2684P: John Belmonte
2685M: toshiba_acpi@memebeam.org
2686W: http://memebeam.org/toys/ToshibaAcpiDriver
2687S: Maintained
2688
2689TOSHIBA SMM DRIVER
2690P: Jonathan Buzzard
2691M: jonathan@buzzard.org.uk
2692L: tlinux-users@tce.toshiba-dme.co.jp
2693W: http://www.buzzard.org.uk/toshiba/
2694S: Maintained
2695
2696TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2697P: Muli Ben-Yehuda
2698M: mulix@mulix.org
2699L: linux-kernel@vger.kernel.org
2700S: Maintained
2701
2702TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002703P: Adrian Bunk
2704M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002705L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002706W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002707T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002708S: Maintained
2709
2710TMS380 TOKEN-RING NETWORK DRIVER
2711P: Adam Fritzler
2712M: mid@auk.cx
2713L: linux-tr@linuxtr.net
2714W: http://www.auk.cx/tms380tr/
2715S: Maintained
2716
2717TULIP NETWORK DRIVER
2718P: Jeff Garzik
2719M: jgarzik@pobox.com
2720L: tulip-users@lists.sourceforge.net
2721W: http://sourceforge.net/projects/tulip/
2722S: Maintained
2723
2724TUN/TAP driver
2725P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002726M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002727L: vtun@office.satix.net
2728W: http://vtun.sourceforge.net/tun
2729S: Maintained
2730
2731U14-34F SCSI DRIVER
2732P: Dario Ballabio
2733M: ballabio_dario@emc.com
2734L: linux-scsi@vger.kernel.org
2735S: Maintained
2736
2737UDF FILESYSTEM
2738P: Ben Fennema
2739M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002740W: http://linux-udf.sourceforge.net
2741S: Maintained
2742
2743UNIFORM CDROM DRIVER
2744P: Jens Axboe
2745M: axboe@suse.de
2746L: linux-kernel@vger.kernel.org
2747W: http://www.kernel.dk
2748S: Maintained
2749
2750USB ACM DRIVER
2751P: Oliver Neukum
2752M: oliver@neukum.name
2753L: linux-usb-users@lists.sourceforge.net
2754L: linux-usb-devel@lists.sourceforge.net
2755S: Maintained
2756
2757USB BLOCK DRIVER (UB ub)
2758P: Pete Zaitcev
2759M: zaitcev@redhat.com
2760L: linux-kernel@vger.kernel.org
2761L: linux-usb-devel@lists.sourceforge.net
2762S: Supported
2763
Linus Torvalds1da177e2005-04-16 15:20:36 -07002764USB CDC ETHERNET DRIVER
2765P: Greg Kroah-Hartman
2766M: greg@kroah.com
2767L: linux-usb-users@lists.sourceforge.net
2768L: linux-usb-devel@lists.sourceforge.net
2769S: Maintained
2770W: http://www.kroah.com/linux-usb/
2771
2772USB EHCI DRIVER
2773P: David Brownell
2774M: dbrownell@users.sourceforge.net
2775L: linux-usb-devel@lists.sourceforge.net
2776S: Maintained
2777
Luca Risolia7ce08c92006-01-11 02:06:59 +00002778USB ET61X[12]51 DRIVER
2779P: Luca Risolia
2780M: luca.risolia@studio.unibo.it
2781L: linux-usb-devel@lists.sourceforge.net
2782L: video4linux-list@redhat.com
2783W: http://www.linux-projects.org
2784S: Maintained
2785
Linus Torvalds1da177e2005-04-16 15:20:36 -07002786USB HID/HIDBP DRIVERS
2787P: Vojtech Pavlik
2788M: vojtech@suse.cz
2789L: linux-usb-users@lists.sourceforge.net
2790L: linux-usb-devel@lists.sourceforge.net
2791S: Maintained
2792
2793USB HUB DRIVER
2794P: Johannes Erdfelt
2795M: johannes@erdfelt.com
2796L: linux-usb-users@lists.sourceforge.net
2797L: linux-usb-devel@lists.sourceforge.net
2798S: Maintained
2799
Olav Kongas959eea22005-11-03 17:38:14 +02002800USB ISP116X DRIVER
2801P: Olav Kongas
2802M: ok@artecdesign.ee
2803L: linux-usb-devel@lists.sourceforge.net
2804S: Maintained
2805
Linus Torvalds1da177e2005-04-16 15:20:36 -07002806USB KAWASAKI LSI DRIVER
2807P: Oliver Neukum
2808M: oliver@neukum.name
2809L: linux-usb-users@lists.sourceforge.net
2810L: linux-usb-devel@lists.sourceforge.net
2811S: Maintained
2812
2813USB MASS STORAGE DRIVER
2814P: Matthew Dharm
2815M: mdharm-usb@one-eyed-alien.net
2816L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002817L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002818S: Maintained
2819W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2820
2821USB OHCI DRIVER
2822P: Roman Weissgaerber
2823M: weissg@vienna.at
2824L: linux-usb-users@lists.sourceforge.net
2825L: linux-usb-devel@lists.sourceforge.net
2826S: Maintained
2827
Matthias Urlichsba460e42005-07-14 00:33:47 -07002828USB OPTION-CARD DRIVER
2829P: Matthias Urlichs
2830M: smurf@smurf.noris.de
2831L: linux-usb-devel@lists.sourceforge.net
2832S: Maintained
2833
Linus Torvalds1da177e2005-04-16 15:20:36 -07002834USB OV511 DRIVER
2835P: Mark McClelland
2836M: mmcclell@bigfoot.com
2837L: linux-usb-users@lists.sourceforge.net
2838L: linux-usb-devel@lists.sourceforge.net
2839W: http://alpha.dyndns.org/ov511/
2840S: Maintained
2841
2842USB PEGASUS DRIVER
2843P: Petko Manolov
2844M: petkan@users.sourceforge.net
2845L: linux-usb-users@lists.sourceforge.net
2846L: linux-usb-devel@lists.sourceforge.net
2847W: http://pegasus2.sourceforge.net/
2848S: Maintained
2849
2850USB PRINTER DRIVER
2851P: Vojtech Pavlik
2852M: vojtech@suse.cz
2853L: linux-usb-users@lists.sourceforge.net
2854L: linux-usb-devel@lists.sourceforge.net
2855S: Maintained
2856
2857USB RTL8150 DRIVER
2858P: Petko Manolov
2859M: petkan@users.sourceforge.net
2860L: linux-usb-users@lists.sourceforge.net
2861L: linux-usb-devel@lists.sourceforge.net
2862W: http://pegasus2.sourceforge.net/
2863S: Maintained
2864
2865USB SE401 DRIVER
2866P: Jeroen Vreeken
2867M: pe1rxq@amsat.org
2868L: linux-usb-users@lists.sourceforge.net
2869L: linux-usb-devel@lists.sourceforge.net
2870W: http://www.chello.nl/~j.vreeken/se401/
2871S: Maintained
2872
2873USB SERIAL CYBERJACK DRIVER
2874P: Matthias Bruestle and Harald Welte
2875M: support@reiner-sct.com
2876W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2877S: Maintained
2878
2879USB SERIAL DIGI ACCELEPORT DRIVER
2880P: Peter Berger and Al Borchers
2881M: pberger@brimson.com
2882M: alborchers@steinerpoint.com
2883L: linux-usb-users@lists.sourceforge.net
2884L: linux-usb-devel@lists.sourceforge.net
2885S: Maintained
2886
2887USB SERIAL DRIVER
2888P: Greg Kroah-Hartman
2889M: gregkh@suse.de
2890L: linux-usb-users@lists.sourceforge.net
2891L: linux-usb-devel@lists.sourceforge.net
2892S: Supported
2893
2894USB SERIAL BELKIN F5U103 DRIVER
2895P: William Greathouse
2896M: wgreathouse@smva.com
2897L: linux-usb-users@lists.sourceforge.net
2898L: linux-usb-devel@lists.sourceforge.net
2899S: Maintained
2900
2901USB SERIAL CYPRESS M8 DRIVER
2902P: Lonnie Mendez
2903M: dignome@gmail.com
2904L: linux-usb-users@lists.sourceforge.net
2905L: linux-usb-devel@lists.sourceforge.net
2906S: Maintained
2907W: http://geocities.com/i0xox0i
2908W: http://firstlight.net/cvs
2909
2910USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2911L: linux-usb-users@lists.sourceforge.net
2912L: linux-usb-devel@lists.sourceforge.net
2913S: Maintained
2914
2915USB AUERSWALD DRIVER
2916P: Wolfgang Muees
2917M: wolfgang@iksw-muees.de
2918L: linux-usb-users@lists.sourceforge.net
2919L: linux-usb-devel@lists.sourceforge.net
2920S: Maintained
2921
2922USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2923P: Gary Brubaker
2924M: xavyer@ix.netcom.com
2925L: linux-usb-users@lists.sourceforge.net
2926L: linux-usb-devel@lists.sourceforge.net
2927S: Maintained
2928
2929USB SERIAL KEYSPAN DRIVER
2930P: Greg Kroah-Hartman
2931M: greg@kroah.com
2932L: linux-usb-users@lists.sourceforge.net
2933L: linux-usb-devel@lists.sourceforge.net
2934W: http://www.kroah.com/linux/
2935S: Maintained
2936
2937USB SERIAL WHITEHEAT DRIVER
2938P: Stuart MacDonald
2939M: stuartm@connecttech.com
2940L: linux-usb-users@lists.sourceforge.net
2941L: linux-usb-devel@lists.sourceforge.net
2942W: http://www.connecttech.com
2943S: Supported
2944
2945USB SN9C10x DRIVER
2946P: Luca Risolia
2947M: luca.risolia@studio.unibo.it
2948L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00002949L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002950W: http://www.linux-projects.org
2951S: Maintained
2952
2953USB SUBSYSTEM
2954P: Greg Kroah-Hartman
2955M: gregkh@suse.de
2956L: linux-usb-users@lists.sourceforge.net
2957L: linux-usb-devel@lists.sourceforge.net
2958W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002959T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002960S: Supported
2961
2962USB UHCI DRIVER
2963P: Alan Stern
2964M: stern@rowland.harvard.edu
2965L: linux-usb-users@lists.sourceforge.net
2966L: linux-usb-devel@lists.sourceforge.net
2967S: Maintained
2968
2969USB "USBNET" DRIVER
2970P: David Brownell
2971M: dbrownell@users.sourceforge.net
2972L: linux-usb-devel@lists.sourceforge.net
2973S: Maintained
2974
2975USB W996[87]CF DRIVER
2976P: Luca Risolia
2977M: luca.risolia@studio.unibo.it
2978L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00002979L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002980W: http://www.linux-projects.org
2981S: Maintained
2982
Luca Risolia60f78052006-02-06 16:29:35 +00002983USB ZC0301 DRIVER
2984P: Luca Risolia
2985M: luca.risolia@studio.unibo.it
2986L: linux-usb-devel@lists.sourceforge.net
2987L: video4linux-list@redhat.com
2988W: http://www.linux-projects.org
2989S: Maintained
2990
Linus Torvalds1da177e2005-04-16 15:20:36 -07002991USB ZD1201 DRIVER
2992P: Jeroen Vreeken
2993M: pe1rxq@amsat.org
2994L: linux-usb-users@lists.sourceforge.net
2995L: linux-usb-devel@lists.sourceforge.net
2996W: http://linux-lc100020.sourceforge.net
2997S: Maintained
2998
2999USER-MODE LINUX
3000P: Jeff Dike
3001M: jdike@karaya.com
3002L: user-mode-linux-devel@lists.sourceforge.net
3003L: user-mode-linux-user@lists.sourceforge.net
3004W: http://user-mode-linux.sourceforge.net
3005S: Maintained
3006
3007FAT/VFAT/MSDOS FILESYSTEM:
3008P: OGAWA Hirofumi
3009M: hirofumi@mail.parknet.co.jp
3010L: linux-kernel@vger.kernel.org
3011S: Maintained
3012
3013VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3014P: Jeff Garzik
3015S: Odd fixes
3016
3017VIA RHINE NETWORK DRIVER
3018P: Roger Luethi
3019M: rl@hellgate.ch
3020S: Maintained
3021
Jean Delvare32c0a522005-09-22 21:47:58 +02003022VIAPRO SMBUS DRIVER
3023P: Jean Delvare
3024M: khali@linux-fr.org
3025L: lm-sensors@lm-sensors.org
3026S: Maintained
3027
Linus Torvalds1da177e2005-04-16 15:20:36 -07003028UCLINUX (AND M68KNOMMU)
3029P: Greg Ungerer
3030M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003031W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003032L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003033S: Maintained
3034
3035UCLINUX FOR NEC V850
3036P: Miles Bader
3037M: uclinux-v850@lsi.nec.co.jp
3038W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3039W: http://www.ee.nec.de/uclinux/
3040S: Supported
3041
3042UCLINUX FOR RENESAS H8/300
3043P: Yoshinori Sato
3044M: ysato@users.sourceforge.jp
3045W: http://uclinux-h8.sourceforge.jp/
3046S: Supported
3047
3048USB DIAMOND RIO500 DRIVER
3049P: Cesar Miquel
3050M: miquel@df.uba.ar
3051L: rio500-users@lists.sourceforge.net
3052W: http://rio500.sourceforge.net
3053S: Maintained
3054
3055VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003056P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003057M: mchehab@infradead.org
3058M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003059L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003060W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003061T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003062S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003063
Roger Lucas1de9e372005-11-26 20:20:05 +01003064VT8231 HARDWARE MONITOR DRIVER
3065P: Roger Lucas
3066M: roger@planbit.co.uk
3067L: lm-sensors@lm-sensors.org
3068S: Maintained
3069
Linus Torvalds1da177e2005-04-16 15:20:36 -07003070W1 DALLAS'S 1-WIRE BUS
3071P: Evgeniy Polyakov
3072M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003073L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003074S: Maintained
3075
3076W83L51xD SD/MMC CARD INTERFACE DRIVER
3077P: Pierre Ossman
3078M: drzeus-wbsd@drzeus.cx
3079L: wbsd-devel@list.drzeus.cx
3080W: http://projects.drzeus.cx/wbsd
3081S: Maintained
3082
3083W83L785TS HARDWARE MONITOR DRIVER
3084P: Jean Delvare
3085M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003086L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003087S: Odd Fixes
3088
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003089WATCHDOG DEVICE DRIVERS
3090P: Wim Van Sebroeck
3091M: wim@iguana.be
3092T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3093S: Maintained
3094
Linus Torvalds1da177e2005-04-16 15:20:36 -07003095WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3096P: Jean Tourrilhes
3097M: jt@hpl.hp.com
3098W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3099S: Maintained
3100
3101WD7000 SCSI DRIVER
3102P: Miroslav Zagorac
3103M: zaga@fly.cc.fer.hr
3104L: linux-scsi@vger.kernel.org
3105S: Maintained
3106
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05003107WISTRON LAPTOP BUTTON DRIVER
3108P: Miloslav Trmac
3109M: mitr@volny.cz
3110S: Maintained
3111
Linus Torvalds1da177e2005-04-16 15:20:36 -07003112WL3501 WIRELESS PCMCIA CARD DRIVER
3113P: Arnaldo Carvalho de Melo
3114M: acme@conectiva.com.br
3115W: http://advogato.org/person/acme
3116S: Maintained
3117
3118X.25 NETWORK LAYER
3119P: Henner Eisen
3120M: eis@baty.hanse.de
3121L: linux-x25@vger.kernel.org
3122S: Maintained
3123
3124XFS FILESYSTEM
3125P: Silicon Graphics Inc
3126M: xfs-masters@oss.sgi.com
3127M: nathans@sgi.com
3128L: linux-xfs@oss.sgi.com
3129W: http://oss.sgi.com/projects/xfs
3130S: Supported
3131
3132X86 3-LEVEL PAGING (PAE) SUPPORT
3133P: Ingo Molnar
3134M: mingo@redhat.com
3135S: Maintained
3136
3137X86-64 port
3138P: Andi Kleen
3139M: ak@suse.de
3140L: discuss@x86-64.org
3141W: http://www.x86-64.org
3142S: Maintained
3143
3144YAM DRIVER FOR AX.25
3145P: Jean-Paul Roubelat
3146M: jpr@f6fbb.org
3147L: linux-hams@vger.kernel.org
3148S: Maintained
3149
Henkaf64a5e2005-10-12 15:02:56 +02003150YEALINK PHONE DRIVER
3151P: Henk Vergonet
3152M: Henk.Vergonet@gmail.com
3153L: usbb2k-api-dev@nongnu.org
3154S: Maintained
3155
Linus Torvalds1da177e2005-04-16 15:20:36 -07003156YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3157P: Pete Zaitcev
3158M: zaitcev@yahoo.com
3159L: linux-kernel@vger.kernel.org
3160S: Obsolete
3161
3162Z8530 DRIVER FOR AX.25
3163P: Joerg Reuter
3164M: jreuter@yaina.de
3165W: http://yaina.de/jreuter/
3166W: http://www.qsl.net/dl1bke/
3167L: linux-hams@vger.kernel.org
3168S: Maintained
3169
3170ZF MACHZ WATCHDOG
3171P: Fernando Fuganti
3172M: fuganti@netbank.com.br
3173W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3174S: Maintained
3175
3176ZR36067 VIDEO FOR LINUX DRIVER
3177P: Ronald Bultje
3178M: rbultje@ronald.bitfreak.net
3179L: mjpeg-users@lists.sourceforge.net
3180W: http://mjpeg.sourceforge.net/driver-zoran/
3181S: Maintained
3182
3183ZR36120 VIDEO FOR LINUX DRIVER
3184P: Pauline Middelink
3185M: middelin@polyware.nl
3186W: http://www.polyware.nl/~middelin/En/hobbies.html
3187W: http://www.polyware.nl/~middelin/hobbies.html
3188S: Maintained
3189
3190THE REST
3191P: Linus Torvalds
3192S: Buried alive in reporters