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