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