blob: f4bd145c007e554dc688d3762384b0592b226977 [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
Steven Whitehouse5be7b502006-04-28 11:27:32 -0400822DISTRIBUTED LOCK MANAGER
823P: Patrick Caulfield
824M: pcaulfie@redhat.com
825P: David Teigland
826M: teigland@redhat.com
827L: linux-cluster@redhat.com
828W: http://sources.redhat.com/cluster/
829T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs-2.6.git
830S: Supported
831
Linus Torvalds1da177e2005-04-16 15:20:36 -0700832DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
833P: Tobias Ringstrom
834M: tori@unhappy.mine.nu
835L: linux-kernel@vger.kernel.org
836S: Maintained
837
Martin Waitzba483d52005-06-17 13:20:59 -0700838DOCBOOK FOR DOCUMENTATION
839P: Martin Waitz
840M: tali@admingilde.org
Martin Waitz061350e2006-01-09 20:53:53 -0800841T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700842S: Maintained
843
Linus Torvalds1da177e2005-04-16 15:20:36 -0700844DOUBLETALK DRIVER
845P: James R. Van Zandt
846M: jrv@vanzandt.mv.com
847L: blinux-list@redhat.com
848S: Maintained
849
850DRIVER CORE, KOBJECTS, AND SYSFS
851P: Greg Kroah-Hartman
852M: gregkh@suse.de
853L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800854T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700855S: Supported
856
857DRM DRIVERS
858P: David Airlie
859M: airlied@linux.ie
860L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800861T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700862S: Maintained
863
864DSCC4 DRIVER
865P: François Romieu
866M: romieu@cogenit.fr
867M: romieu@ensta.fr
868S: Maintained
869
870DVB SUBSYSTEM AND DRIVERS
871P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200872M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200874W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200875T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200876S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700877
878EATA-DMA SCSI DRIVER
879P: Michael Neuffer
880L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
881S: Maintained
882
883EATA ISA/EISA/PCI SCSI DRIVER
884P: Dario Ballabio
885M: ballabio_dario@emc.com
886L: linux-scsi@vger.kernel.org
887S: Maintained
888
889EATA-PIO SCSI DRIVER
890P: Michael Neuffer
891M: mike@i-Connect.Net
892L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
893S: Maintained
894
895EBTABLES
896P: Bart De Schuymer
897M: bart.de.schuymer@pandora.be
898L: ebtables-user@lists.sourceforge.net
899L: ebtables-devel@lists.sourceforge.net
900W: http://ebtables.sourceforge.net/
901S: Maintained
902
Alan Coxda9bb1d2006-01-18 17:44:13 -0800903EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -0800904P: Doug Thompson
905M: norsk5@xmission.com, dthompson@linuxnetworx.com
906P: Dave Peterson
907M: dsp@llnl.gov, dave_peterson@pobox.com
908L: bluesmoke-devel@lists.sourceforge.net
909W: bluesmoke.sourceforge.net
910S: Maintained
911
912EDAC-E752X
913P: Dave Peterson
914M: dsp@llnl.gov, dave_peterson@pobox.com
915L: bluesmoke-devel@lists.sourceforge.net
916W: bluesmoke.sourceforge.net
917S: Maintained
918
919EDAC-E7XXX
920P: Dave Peterson
921M: dsp@llnl.gov, dave_peterson@pobox.com
922L: bluesmoke-devel@lists.sourceforge.net
923W: bluesmoke.sourceforge.net
924S: Maintained
925
926EDAC-R82600
927P: Tim Small
928M: tim@buttersideup.com
929L: bluesmoke-devel@lists.sourceforge.net
930W: bluesmoke.sourceforge.net
931S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -0800932
Linus Torvalds1da177e2005-04-16 15:20:36 -0700933EEPRO100 NETWORK DRIVER
934P: Andrey V. Savochkin
935M: saw@saw.sw.com.sg
936S: Maintained
937
938EMU10K1 SOUND DRIVER
939P: James Courtier-Dutton
940M: James@superbug.demon.co.uk
941L: emu10k1-devel@lists.sourceforge.net
942W: http://sourceforge.net/projects/emu10k1/
943S: Maintained
944
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400945EMULEX LPFC FC SCSI DRIVER
946P: James Smart
947M: james.smart@emulex.com
948L: linux-scsi@vger.kernel.org
949W: http://sourceforge.net/projects/lpfcxxxx
950S: Supported
951
Linus Torvalds1da177e2005-04-16 15:20:36 -0700952EPSON 1355 FRAMEBUFFER DRIVER
953P: Christopher Hoover
954M: ch@murgatroid.com, ch@hpl.hp.com
955S: Maintained
956
957ETHEREXPRESS-16 NETWORK DRIVER
958P: Philip Blundell
959M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700960L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700961S: Maintained
962
963ETHERNET BRIDGE
964P: Stephen Hemminger
965M: shemminger@osdl.org
966L: bridge@osdl.org
967W: http://bridge.sourceforge.net/
968S: Maintained
969
970ETHERTEAM 16I DRIVER
971P: Mika Kuoppala
972M: miku@iki.fi
973S: Maintained
974
975EXT2 FILE SYSTEM
976L: ext2-devel@lists.sourceforge.net
977S: Maintained
978
979EXT3 FILE SYSTEM
980P: Stephen Tweedie, Andrew Morton
981M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
982L: ext3-users@redhat.com
983S: Maintained
984
Jean Delvaree53004e2006-01-09 23:26:14 +0100985F71805F HARDWARE MONITORING DRIVER
986P: Jean Delvare
987M: khali@linux-fr.org
988L: lm-sensors@lm-sensors.org
989S: Maintained
990
Linus Torvalds1da177e2005-04-16 15:20:36 -0700991FARSYNC SYNCHRONOUS DRIVER
992P: Kevin Curtis
993M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994W: http://www.farsite.co.uk/
995S: Supported
996
997FRAMEBUFFER LAYER
998P: Antonino Daplas
999M: adaplas@pol.net
1000L: linux-fbdev-devel@lists.sourceforge.net
1001W: http://linux-fbdev.sourceforge.net/
1002S: Maintained
1003
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001004FREESCALE SOC FS_ENET DRIVER
1005P: Pantelis Antoniou
1006M: pantelis.antoniou@gmail.com
1007P: Vitaly Bordug
1008M: vbordug@ru.mvista.com
1009L: linuxppc-embedded@ozlabs.org
1010L: netdev@vger.kernel.org
1011S: Maintained
1012
Linus Torvalds1da177e2005-04-16 15:20:36 -07001013FILE LOCKING (flock() and fcntl()/lockf())
1014P: Matthew Wilcox
1015M: matthew@wil.cx
1016L: linux-fsdevel@vger.kernel.org
1017S: Maintained
1018
1019FILESYSTEMS (VFS and infrastructure)
1020P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001021M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001022S: Maintained
1023
1024FIRMWARE LOADER (request_firmware)
1025L: linux-kernel@vger.kernel.org
1026S: Orphan
1027
1028FPU EMULATOR
1029P: Bill Metzenthen
1030M: billm@suburbia.net
1031W: http://suburbia.net/~billm/floating-point/emulator/
1032S: Maintained
1033
1034FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1035P: Mike McLagan
1036M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001037L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001038S: Maintained
1039
1040FREEVXFS FILESYSTEM
1041P: Christoph Hellwig
1042M: hch@infradead.org
1043W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1044S: Maintained
1045
1046FUJITSU FR-V PORT
1047P: David Howells
1048M: dhowells@redhat.com
1049S: Maintained
1050
1051FTAPE/QIC-117
1052L: linux-tape@vger.kernel.org
1053W: http://sourceforge.net/projects/ftape
1054S: Orphan
1055
Miklos Szeredi04578f12005-09-09 13:10:22 -07001056FUSE: FILESYSTEM IN USERSPACE
1057P: Miklos Szeredi
1058M: miklos@szeredi.hu
1059L: fuse-devel@lists.sourceforge.net
1060W: http://fuse.sourceforge.net/
1061S: Maintained
1062
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1064P: Rik Faith
1065M: faith@cs.unc.edu
1066L: linux-scsi@vger.kernel.org
1067S: Odd fixes (e.g., new signatures)
1068
1069GDT SCSI DISK ARRAY CONTROLLER DRIVER
1070P: Achim Leubner
1071M: achim_leubner@adaptec.com
1072L: linux-scsi@vger.kernel.org
1073W: http://www.icp-vortex.com/
1074S: Supported
1075
1076GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1077P: Krzysztof Halasa
1078M: khc@pm.waw.pl
1079W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1080S: Maintained
1081
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001082GFS2 FILE SYSTEM
1083P: Steven Whitehouse
1084M: swhiteho@redhat.com
1085L: linux-cluster@redhat.com
1086W: http://sources.redhat.com/cluster/
1087T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs-2.6.git
1088S: Supported
1089
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001090GIGASET ISDN DRIVERS
1091P: Hansjoerg Lipp
1092M: hjlipp@web.de
1093P: Tilman Schmidt
1094M: tilman@imap.cc
1095L: gigaset307x-common@lists.sourceforge.net
1096W: http://gigaset307x.sourceforge.net/
1097S: Maintained
1098
Jean Delvare5b543962005-08-15 19:51:02 +02001099HARDWARE MONITORING
1100P: Jean Delvare
1101M: khali@linux-fr.org
1102L: lm-sensors@lm-sensors.org
1103W: http://www.lm-sensors.nu/
1104S: Maintained
1105
Robert Love860e1d62005-08-31 23:57:59 -04001106HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1107P: Robert Love
1108M: rlove@rlove.org
1109M: linux-kernel@vger.kernel.org
1110W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1111S: Maintained
1112
Linus Torvalds1da177e2005-04-16 15:20:36 -07001113HARMONY SOUND DRIVER
1114P: Kyle McMartin
1115M: kyle@parisc-linux.org
1116W: http://www.parisc-linux.org/~kyle/harmony/
1117L: parisc-linux@lists.parisc-linux.org
1118S: Maintained
1119
1120HAYES ESP SERIAL DRIVER
1121P: Andrew J. Robinson
1122M: arobinso@nyx.net
1123L: linux-kernel@vger.kernel.org
1124W: http://www.nyx.net/~arobinso
1125S: Maintained
1126
1127HFS FILESYSTEM
1128P: Roman Zippel
1129M: zippel@linux-m68k.org
1130L: linux-kernel@vger.kernel.org
1131S: Maintained
1132
1133HGA FRAMEBUFFER DRIVER
1134P: Ferenc Bakonyi
1135M: fero@drama.obuda.kando.hu
1136L: linux-nvidia@lists.surfsouth.com
1137W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1138S: Maintained
1139
1140HIGH-SPEED SCC DRIVER FOR AX.25
1141P: Klaus Kudielka
1142M: klaus.kudielka@ieee.org
1143L: linux-hams@vger.kernel.org
1144W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1145S: Maintained
1146
1147HIPPI
1148P: Jes Sorensen
1149M: jes@trained-monkey.org
1150L: linux-hippi@sunsite.dk
1151S: Maintained
1152
1153HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1154P: Chirag Kantharia
1155M: chirag.kantharia@hp.com
1156L: iss_storagedev@hp.com
1157S: Maintained
1158
1159HEWLETT-PACKARD SMART2 RAID DRIVER
1160P: Chirag Kantharia
1161M: chirag.kantharia@hp.com
1162L: iss_storagedev@hp.com
1163S: Maintained
1164
1165HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1166P: Mike Miller
1167M: mike.miller@hp.com
1168L: iss_storagedev@hp.com
1169S: Supported
1170
Jouni Malinenff1d2762005-05-12 22:54:16 -04001171HOST AP DRIVER
1172P: Jouni Malinen
1173M: jkmaline@cc.hut.fi
1174L: hostap@shmoo.com
1175W: http://hostap.epitest.fi/
1176S: Maintained
1177
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1179P: Jaroslav Kysela
1180M: perex@suse.cz
1181S: Maintained
1182
Bob Piccob9b03322005-11-07 00:59:19 -08001183HPET: High Precision Event Timers driver (hpet.c)
1184P: Clemens Ladisch
1185M: clemens@ladisch.de
1186S: Maintained
1187
1188HPET: i386
1189P: Venkatesh Pallipadi (Venki)
1190M: venkatesh.pallipadi@intel.com
1191S: Maintained
1192
1193HPET: x86_64
1194P: Andi Kleen and Vojtech Pavlik
1195M: ak@muc.de and vojtech@suse.cz
1196S: Maintained
1197
1198HPET: ACPI hpet.c
1199P: Bob Picco
1200M: bob.picco@hp.com
1201S: Maintained
1202
Linus Torvalds1da177e2005-04-16 15:20:36 -07001203HPFS FILESYSTEM
1204P: Mikulas Patocka
1205M: mikulas@artax.karlin.mff.cuni.cz
1206W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1207S: Maintained
1208
1209HUGETLB FILESYSTEM
1210P: William Irwin
1211M: wli@holomorphy.com
1212S: Maintained
1213
Jean Delvare5b543962005-08-15 19:51:02 +02001214I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215P: Jean Delvare
1216M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001217L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001218W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001219T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001220S: Maintained
1221
1222I2O
1223P: Markus Lidel
1224M: markus.lidel@shadowconnect.com
1225W: http://i2o.shadowconnect.com/
1226S: Maintained
1227
1228i386 BOOT CODE
1229P: Riley H. Williams
1230M: Riley@Williams.Name
1231L: Linux-Kernel@vger.kernel.org
1232S: Maintained
1233
1234i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1235P: Dave Jones
1236M: davej@codemonkey.org.uk
1237P: H. Peter Anvin
1238M: hpa@zytor.com
1239S: Maintained
1240
1241i810 TCO TIMER WATCHDOG
1242P: Nils Faerber
1243M: nils@kernelconcepts.de
1244W: http://www.kernelconcepts.de/
1245S: Maintained
1246
1247IA64 (Itanium) PLATFORM
1248P: Tony Luck
1249M: tony.luck@intel.com
1250L: linux-ia64@vger.kernel.org
1251W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001252T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001253S: Maintained
1254
1255SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001256P: Jes Sorensen
1257M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001258L: linux-altix@sgi.com
1259L: linux-ia64@vger.kernel.org
1260W: http://www.sgi.com/altix
1261S: Maintained
1262
1263IBM MCA SCSI SUBSYSTEM DRIVER
1264P: Michael Lang
1265M: langa2@kph.uni-mainz.de
1266W: http://www.uni-mainz.de/~langm000/linux.html
1267S: Maintained
1268
1269IBM Power Linux RAID adapter
1270P: Brian King
1271M: brking@us.ibm.com
1272S: Supported
1273
1274IBM ServeRAID RAID DRIVER
1275P: Jack Hammer
1276P: Dave Jeffery
1277M: ipslinux@adaptec.com
1278W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1279S: Supported
1280
1281IDE DRIVER [GENERAL]
1282P: Bartlomiej Zolnierkiewicz
1283M: B.Zolnierkiewicz@elka.pw.edu.pl
1284L: linux-kernel@vger.kernel.org
1285L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001286T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001287S: Maintained
1288
1289IDE/ATAPI CDROM DRIVER
1290P: Jens Axboe
1291M: axboe@suse.de
1292L: linux-kernel@vger.kernel.org
1293W: http://www.kernel.dk
1294S: Maintained
1295
1296IDE/ATAPI FLOPPY DRIVERS
1297P: Paul Bristow
1298M: Paul Bristow <paul@paulbristow.net>
1299W: http://paulbristow.net/linux/idefloppy.html
1300L: linux-kernel@vger.kernel.org
1301S: Maintained
1302
1303IDE/ATAPI TAPE DRIVERS
1304P: Gadi Oxman
1305M: Gadi Oxman <gadio@netvision.net.il>
1306L: linux-kernel@vger.kernel.org
1307S: Maintained
1308
1309IEEE 1394 ETHERNET (eth1394)
1310L: linux1394-devel@lists.sourceforge.net
1311W: http://www.linux1394.org/
1312S: Orphan
1313
Linus Torvalds1da177e2005-04-16 15:20:36 -07001314IEEE 1394 SUBSYSTEM
1315P: Ben Collins
1316M: bcollins@debian.org
1317P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001318M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001319L: linux1394-devel@lists.sourceforge.net
1320W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001321T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322S: Maintained
1323
1324IEEE 1394 OHCI DRIVER
1325P: Ben Collins
1326M: bcollins@debian.org
1327P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001328M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329L: linux1394-devel@lists.sourceforge.net
1330W: http://www.linux1394.org/
1331S: Maintained
1332
1333IEEE 1394 PCILYNX DRIVER
1334P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001335M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001336L: linux1394-devel@lists.sourceforge.net
1337W: http://www.linux1394.org/
1338S: Maintained
1339
1340IEEE 1394 RAW I/O DRIVER
1341P: Ben Collins
1342M: bcollins@debian.org
1343P: Dan Dennedy
1344M: dan@dennedy.org
1345L: linux1394-devel@lists.sourceforge.net
1346W: http://www.linux1394.org/
1347S: Maintained
1348
Jody McIntyre105d7b32005-09-30 11:59:04 -07001349IEEE 1394 SBP2
1350P: Ben Collins
1351M: bcollins@debian.org
1352P: Stefan Richter
1353M: stefanr@s5r6.in-berlin.de
1354L: linux1394-devel@lists.sourceforge.net
1355W: http://www.linux1394.org/
1356S: Maintained
1357
Linus Torvalds1da177e2005-04-16 15:20:36 -07001358IMS TWINTURBO FRAMEBUFFER DRIVER
1359P: Paul Mundt
1360M: lethal@chaoticdreams.org
1361L: linux-fbdev-devel@lists.sourceforge.net
1362S: Maintained
1363
1364INFINIBAND SUBSYSTEM
1365P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001366M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001367P: Sean Hefty
1368M: mshefty@ichips.intel.com
1369P: Hal Rosenstock
1370M: halr@voltaire.com
1371L: openib-general@openib.org
1372W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001373T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001374S: Supported
1375
1376INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001377P: Dmitry Torokhov
1378M: dtor_core@ameritech.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001379L: linux-input@atrey.karlin.mff.cuni.cz
1380L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001381T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001382S: Maintained
1383
Robert Lovec9f04f52005-07-15 12:21:07 -04001384INOTIFY
1385P: John McCutchan and Robert Love
1386M: ttb@tentacle.dhs.org and rml@novell.com
1387L: linux-kernel@vger.kernel.org
1388S: Maintained
1389
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001390INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1391P: Sylvain Meyer
1392M: sylvain.meyer@worldonline.fr
1393L: linux-fbdev-devel@lists.sourceforge.net
1394S: Maintained
1395
Linus Torvalds1da177e2005-04-16 15:20:36 -07001396INTEL 810/815 FRAMEBUFFER DRIVER
1397P: Antonino Daplas
1398M: adaplas@pol.net
1399L: linux-fbdev-devel@lists.sourceforge.net
1400S: Maintained
1401
1402INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1403P: Ingo Molnar
1404M: mingo@redhat.com
1405S: Maintained
1406
1407INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1408P: Jeff Garzik
1409M: jgarzik@pobox.com
1410W: http://sourceforge.net/projects/gkernel/
1411S: Maintained
1412
1413INTEL IA32 MICROCODE UPDATE SUPPORT
1414P: Tigran Aivazian
1415M: tigran@veritas.com
1416S: Maintained
1417
1418INTEL PRO/100 ETHERNET SUPPORT
1419P: John Ronciak
1420M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001421P: Jesse Brandeburg
1422M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001423P: Jeff Kirsher
1424M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425W: http://sourceforge.net/projects/e1000/
1426S: Supported
1427
1428INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1429P: Jeb Cramer
1430M: cramerj@intel.com
1431P: John Ronciak
1432M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001433P: Jesse Brandeburg
1434M: jesse.brandeburg@intel.com
1435P: Jeff Kirsher
1436M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001437W: http://sourceforge.net/projects/e1000/
1438S: Supported
1439
1440INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001441P: Jeff Kirsher
1442M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001443P: Ayyappan Veeraiyan
1444M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001445P: John Ronciak
1446M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001447P: Jesse Brandeburg
1448M: jesse.brandeburg@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449W: http://sourceforge.net/projects/e1000/
1450S: Supported
1451
James Ketrenos826d2ab2005-11-07 18:56:59 -06001452INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1453P: Yi Zhu
1454M: yi.zhu@intel.com
1455P: James Ketrenos
1456M: jketreno@linux.intel.com
1457L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1458W: http://ipw2100.sourceforge.net
1459S: Supported
1460
1461INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1462P: Yi Zhu
1463M: yi.zhu@intel.com
1464P: James Ketrenos
1465M: jketreno@linux.intel.com
1466L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1467W: http://ipw2200.sourceforge.net
1468S: Supported
1469
Linus Torvalds1da177e2005-04-16 15:20:36 -07001470IOC3 DRIVER
1471P: Ralf Baechle
1472M: ralf@linux-mips.org
1473L: linux-mips@linux-mips.org
1474S: Maintained
1475
1476IP MASQUERADING:
1477P: Juanjo Ciarlante
1478M: jjciarla@raiz.uncu.edu.ar
1479S: Maintained
1480
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001481IPATH DRIVER:
1482P: Bryan O'Sullivan
1483M: support@pathscale.com
1484L: openib-general@openib.org
1485S: Supported
1486
Corey Minyard4409ebe2006-04-20 02:43:12 -07001487IPMI SUBSYSTEM
1488P: Corey Minyard
1489M: minyard@acm.org
1490L: openipmi-developer@lists.sourceforge.net
1491W: http://openipmi.sourceforge.net/
1492S: Supported
1493
Linus Torvalds1da177e2005-04-16 15:20:36 -07001494IPX NETWORK LAYER
1495P: Arnaldo Carvalho de Melo
1496M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001497L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001498S: Maintained
1499
1500IRDA SUBSYSTEM
1501P: Jean Tourrilhes
Olaf Heringa2ac9532005-07-12 13:58:35 -07001502L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001503W: http://irda.sourceforge.net/
Stephen Hemmingere048a372006-01-18 14:06:59 -08001504S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001505
1506ISAPNP
1507P: Jaroslav Kysela
1508M: perex@suse.cz
1509S: Maintained
1510
1511ISDN SUBSYSTEM
1512P: Karsten Keil
1513M: kkeil@suse.de
1514P: Kai Germaschewski
1515M: kai.germaschewski@gmx.de
1516L: isdn4linux@listserv.isdn4linux.de
1517W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001518T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519S: Maintained
1520
1521ISDN SUBSYSTEM (Eicon active card driver)
1522P: Armin Schindler
1523M: mac@melware.de
1524L: isdn4linux@listserv.isdn4linux.de
1525W: http://www.melware.de
1526S: Maintained
1527
1528JOURNALLING FLASH FILE SYSTEM (JFFS)
1529P: Axis Communications AB
1530M: jffs-dev@axis.com
1531L: jffs-dev@axis.com
1532W: http://www.developer.axis.com/software/jffs/
1533S: Maintained
1534
1535JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1536P: David Woodhouse
1537M: dwmw2@infradead.org
1538L: jffs-dev@axis.com
1539W: http://sources.redhat.com/jffs2/
1540S: Maintained
1541
1542JFS FILESYSTEM
1543P: Dave Kleikamp
1544M: shaggy@austin.ibm.com
1545L: jfs-discussion@lists.sourceforge.net
1546W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001547T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001548S: Supported
1549
1550KCONFIG
1551P: Roman Zippel
1552M: zippel@linux-m68k.org
1553L: kbuild-devel@lists.sourceforge.net
1554S: Maintained
1555
1556KERNEL AUTOMOUNTER (AUTOFS)
1557P: H. Peter Anvin
1558M: hpa@zytor.com
1559L: autofs@linux.kernel.org
1560S: Odd Fixes
1561
1562KERNEL AUTOMOUNTER v4 (AUTOFS4)
1563P: Ian Kent
1564M: raven@themaw.net
1565L: autofs@linux.kernel.org
1566S: Maintained
1567
1568KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1569P: Kai Germaschewski
1570M: kai@germaschewski.name
1571P: Sam Ravnborg
1572M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001573T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001574S: Maintained
1575
1576KERNEL JANITORS
1577P: Several
1578L: kernel-janitors@osdl.org
1579W: http://www.kerneljanitors.org/
1580W: http://sf.net/projects/kernel-janitor/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001581S: Maintained
1582
1583KERNEL NFSD
1584P: Neil Brown
1585M: neilb@cse.unsw.edu.au
1586L: nfs@lists.sourceforge.net
1587W: http://nfs.sourceforge.net/
1588W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1589S: Maintained
1590
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001591KEXEC
1592P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001593M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001594W: http://www.xmission.com/~ebiederm/files/kexec/
1595L: linux-kernel@vger.kernel.org
1596L: fastboot@osdl.org
1597S: Maintained
1598
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001599KPROBES
1600P: Prasanna S Panchamukhi
1601M: prasanna@in.ibm.com
1602P: Ananth N Mavinakayanahalli
1603M: ananth@in.ibm.com
1604P: Anil S Keshavamurthy
1605M: anil.s.keshavamurthy@intel.com
1606P: David S. Miller
1607M: davem@davemloft.net
1608L: linux-kernel@vger.kernel.org
1609S: Maintained
1610
Linus Torvalds1da177e2005-04-16 15:20:36 -07001611LAPB module
1612P: Henner Eisen
1613M: eis@baty.hanse.de
1614L: linux-x25@vger.kernel.org
1615S: Maintained
1616
1617LASI 53c700 driver for PARISC
1618P: James E.J. Bottomley
1619M: James.Bottomley@HansenPartnership.com
1620L: linux-scsi@vger.kernel.org
1621S: Maintained
1622
1623LEGO USB Tower driver
1624P: Juergen Stuber
1625M: starblue@users.sourceforge.net
1626L: legousb-devel@lists.sourceforge.net
1627W: http://legousb.sourceforge.net/
1628S: Maintained
1629
1630LINUX FOR IBM pSERIES (RS/6000)
1631P: Paul Mackerras
1632M: paulus@au.ibm.com
1633W: http://www.ibm.com/linux/ltc/projects/ppc
1634S: Supported
1635
1636LINUX FOR NCR VOYAGER
1637P: James Bottomley
1638M: James.Bottomley@HansenPartnership.com
1639W: http://www.hansenpartnership.com/voyager
1640S: Maintained
1641
1642LINUX FOR POWERPC
1643P: Paul Mackerras
1644M: paulus@samba.org
1645W: http://www.penguinppc.org/
1646L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001647T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001648S: Supported
1649
1650LINUX FOR POWER MACINTOSH
1651P: Benjamin Herrenschmidt
1652M: benh@kernel.crashing.org
1653W: http://www.penguinppc.org/
1654L: linuxppc-dev@ozlabs.org
1655S: Maintained
1656
1657LINUX FOR POWERPC EMBEDDED MPC52XX
1658P: Sylvain Munaut
1659M: tnt@246tNt.com
1660W: http://www.246tNt.com/mpc52xx/
1661W: http://www.penguinppc.org/
1662L: linuxppc-dev@ozlabs.org
1663L: linuxppc-embedded@ozlabs.org
1664S: Maintained
1665
1666LINUX FOR POWERPC EMBEDDED PPC4XX
1667P: Matt Porter
1668M: mporter@kernel.crashing.org
1669W: http://www.penguinppc.org/
1670L: linuxppc-embedded@ozlabs.org
1671S: Maintained
1672
Tom Rinie93adf12005-07-26 12:49:53 -07001673LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001674P: Tom Rini
1675M: trini@kernel.crashing.org
1676W: http://www.penguinppc.org/
1677L: linuxppc-embedded@ozlabs.org
1678S: Maintained
1679
Tom Rinie93adf12005-07-26 12:49:53 -07001680LINUX FOR POWERPC EMBEDDED PPC8XX
1681P: Marcelo Tosatti
1682M: marcelo.tosatti@cyclades.com
1683W: http://www.penguinppc.org/
1684L: linuxppc-embedded@ozlabs.org
1685S: Maintained
1686
Linus Torvalds1da177e2005-04-16 15:20:36 -07001687LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1688P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001689M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001690W: http://www.penguinppc.org/
1691L: linuxppc-embedded@ozlabs.org
1692S: Maintained
1693
1694LLC (802.2)
1695P: Arnaldo Carvalho de Melo
1696M: acme@conectiva.com.br
1697S: Maintained
1698
1699LINUX FOR 64BIT POWERPC
1700P: Paul Mackerras
1701M: paulus@samba.org
1702M: paulus@au.ibm.com
1703P: Anton Blanchard
1704M: anton@samba.org
1705M: anton@au.ibm.com
1706W: http://linuxppc64.org
Stephen Rothwell1d049812006-03-22 11:26:58 +11001707L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001708S: Supported
1709
1710LINUX SECURITY MODULE (LSM) FRAMEWORK
1711P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001712M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001713L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001714W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001715T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001716S: Supported
1717
1718LM83 HARDWARE MONITOR DRIVER
1719P: Jean Delvare
1720M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001721L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001722S: Maintained
1723
1724LM90 HARDWARE MONITOR DRIVER
1725P: Jean Delvare
1726M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001727L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001728S: Maintained
1729
1730LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1731P: Richard Russon (FlatCap)
1732M: ldm@flatcap.org
1733L: ldm-devel@lists.sourceforge.net
1734W: http://ldm.sourceforge.net
1735S: Maintained
1736
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001737LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1738P: Eric Moore
1739M: Eric.Moore@lsil.com
1740M: support@lsil.com
1741L: mpt_linux_developer@lsil.com
1742L: linux-scsi@vger.kernel.org
1743W: http://www.lsilogic.com/support
1744S: Supported
1745
Linus Torvalds1da177e2005-04-16 15:20:36 -07001746LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1747P: Matthew Wilcox
1748M: matthew@wil.cx
1749L: linux-scsi@vger.kernel.org
1750S: Maintained
1751
1752M68K ARCHITECTURE
1753P: Geert Uytterhoeven
1754M: geert@linux-m68k.org
1755P: Roman Zippel
1756M: zippel@linux-m68k.org
1757L: linux-m68k@lists.linux-m68k.org
1758W: http://www.linux-m68k.org/
1759W: http://linux-m68k-cvs.ubb.ca/
1760S: Maintained
1761
1762M68K ON APPLE MACINTOSH
1763P: Joshua Thompson
1764M: funaho@jurai.org
1765W: http://www.mac.linux-m68k.org/
1766L: linux-mac68k@mac.linux-m68k.org
1767S: Maintained
1768
1769M68K ON HP9000/300
1770P: Philip Blundell
1771M: philb@gnu.org
1772W: http://www.tazenda.demon.co.uk/phil/linux-hp
1773S: Maintained
1774
1775MARVELL YUKON / SYSKONNECT DRIVER
1776P: Mirko Lindner
1777M: mlindner@syskonnect.de
1778P: Ralph Roesler
1779M: rroesler@syskonnect.de
1780W: http://www.syskonnect.com
1781S: Supported
1782
1783MAESTRO PCI SOUND DRIVERS
1784P: Zach Brown
1785M: zab@zabbo.net
1786S: Odd Fixes
1787
Michael Kerriskfaf16682005-07-31 22:34:47 -07001788MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1789P: Michael Kerrisk
1790M: mtk-manpages@gmx.net
1791W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1792S: Maintained
1793
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001794MARVELL MV643XX ETHERNET DRIVER
1795P: Dale Farnsworth
1796M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001797P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001798M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001799L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001800S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001801
1802MATROX FRAMEBUFFER DRIVER
1803P: Petr Vandrovec
1804M: vandrove@vc.cvut.cz
1805L: linux-fbdev-devel@lists.sourceforge.net
1806S: Maintained
1807
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001808MEGARAID SCSI DRIVERS
1809P: Neela Syam Kolli
1810M: Neela.Kolli@engenio.com
1811S: linux-scsi@vger.kernel.org
1812W: http://megaraid.lsilogic.com
1813S: Maintained
1814
Linus Torvalds1da177e2005-04-16 15:20:36 -07001815MEMORY TECHNOLOGY DEVICES
1816P: David Woodhouse
1817M: dwmw2@infradead.org
1818W: http://www.linux-mtd.infradead.org/
1819L: linux-mtd@lists.infradead.org
Josh Boyer2c560ac2005-11-23 15:43:57 -08001820T: git kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001821S: Maintained
1822
1823MICROTEK X6 SCANNER
1824P: Oliver Neukum
1825M: oliver@neukum.name
1826S: Maintained
1827
1828MIPS
1829P: Ralf Baechle
1830M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001831W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001833T: git www.linux-mips.org:/pub/scm/linux.git
1834S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835
1836MISCELLANEOUS MCA-SUPPORT
1837P: James Bottomley
1838M: jejb@steeleye.com
1839L: linux-kernel@vger.kernel.org
1840S: Maintained
1841
1842MODULE SUPPORT
1843P: Rusty Russell
1844M: rusty@rustcorp.com.au
1845L: linux-kernel@vger.kernel.org
1846S: Maintained
1847
1848MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1849P: Stelian Pop
1850M: stelian@popies.net
1851W: http://popies.net/meye/
1852S: Maintained
1853
1854MOUSE AND MISC DEVICES [GENERAL]
1855P: Alessandro Rubini
1856M: rubini@ipvvis.unipv.it
1857L: linux-kernel@vger.kernel.org
1858S: Maintained
1859
1860MTRR AND SIMILAR SUPPORT [i386]
1861P: Richard Gooch
1862M: rgooch@atnf.csiro.au
1863L: linux-kernel@vger.kernel.org
1864W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1865S: Maintained
1866
1867MULTISOUND SOUND DRIVER
1868P: Andrew Veliath
1869M: andrewtv@usa.net
1870S: Maintained
1871
1872NATSEMI ETHERNET DRIVER (DP8381x)
1873P: Tim Hockin
1874M: thockin@hockin.org
1875S: Maintained
1876
1877NCP FILESYSTEM
1878P: Petr Vandrovec
1879M: vandrove@vc.cvut.cz
1880L: linware@sh.cvut.cz
1881S: Maintained
1882
1883NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1884P: James E.J. Bottomley
1885M: James.Bottomley@HansenPartnership.com
1886L: linux-scsi@vger.kernel.org
1887S: Maintained
1888
1889NETFILTER/IPTABLES/IPCHAINS
1890P: Rusty Russell
1891P: Marc Boucher
1892P: James Morris
1893P: Harald Welte
1894P: Jozsef Kadlecsik
1895M: coreteam@netfilter.org
1896W: http://www.netfilter.org/
1897W: http://www.iptables.org/
1898L: netfilter@lists.netfilter.org
1899L: netfilter-devel@lists.netfilter.org
1900S: Supported
1901
1902NETROM NETWORK LAYER
1903P: Ralf Baechle
1904M: ralf@linux-mips.org
1905L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02001906W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001907S: Maintained
1908
1909NETWORK BLOCK DEVICE
1910P: Paul Clements
1911M: Paul.Clements@steeleye.com
1912S: Maintained
1913
1914NETWORK DEVICE DRIVERS
1915P: Andrew Morton
1916M: akpm@osdl.org
1917P: Jeff Garzik
1918M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001919L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001920T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921S: Maintained
1922
1923NETWORKING [GENERAL]
1924P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001925M: netdev@vger.kernel.org
1926L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08001927W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928S: Maintained
1929
1930NETWORKING [IPv4/IPv6]
1931P: David S. Miller
1932M: davem@davemloft.net
1933P: Alexey Kuznetsov
1934M: kuznet@ms2.inr.ac.ru
1935P: Pekka Savola (ipv6)
1936M: pekkas@netcore.fi
1937P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001938M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001939P: Hideaki YOSHIFUJI
1940M: yoshfuji@linux-ipv6.org
1941P: Patrick McHardy
1942M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001943L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08001944T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945S: Maintained
1946
John W. Linville29f8f632006-01-18 14:52:48 -08001947NETWORKING [WIRELESS]
1948P: John W. Linville
1949M: linville@tuxdriver.com
1950L: netdev@vger.kernel.org
1951T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
1952S: Maintained
1953
Linus Torvalds1da177e2005-04-16 15:20:36 -07001954IPVS
1955P: Wensong Zhang
1956M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07001957P: Simon Horman
1958M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959P: Julian Anastasov
1960M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07001961L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001962S: Maintained
1963
1964NFS CLIENT
1965P: Trond Myklebust
1966M: trond.myklebust@fys.uio.no
1967L: linux-kernel@vger.kernel.org
1968S: Maintained
1969
1970NI5010 NETWORK DRIVER
1971P: Jan-Pascal van Best and Andreas Mohr
1972M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1973M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07001974L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001975S: Maintained
1976
1977NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1978P: YOKOTA Hiroshi
1979M: yokota@netlab.is.tsukuba.ac.jp
1980W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1981S: Maintained
1982
1983NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1984P: GOTO Masanori
1985M: gotom@debian.or.jp
1986P: YOKOTA Hiroshi
1987M: yokota@netlab.is.tsukuba.ac.jp
1988W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1989S: Maintained
1990
1991NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1992P: Eberhard Moenkeberg
1993M: emoenke@gwdg.de
1994L: linux-kernel@vger.kernel.org
1995S: Maintained
1996
1997NTFS FILESYSTEM
1998P: Anton Altaparmakov
1999M: aia21@cantab.net
2000L: linux-ntfs-dev@lists.sourceforge.net
2001L: linux-kernel@vger.kernel.org
2002W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002003T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004S: Maintained
2005
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002006NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2007P: Antonino Daplas
2008M: adaplas@pol.net
2009L: linux-fbdev-devel@lists.sourceforge.net
2010S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002011
Mark Fashehccd979b2005-12-15 14:31:24 -08002012ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2013P: Mark Fasheh
2014M: mark.fasheh@oracle.com
2015P: Kurt Hackel
2016M: kurt.hackel@oracle.com
2017L: ocfs2-devel@oss.oracle.com
2018W: http://oss.oracle.com/projects/ocfs2/
2019S: Supported
2020
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021OLYMPIC NETWORK DRIVER
2022P: Peter De Shrijver
2023M: p2@ace.ulyssis.student.kuleuven.ac.be
2024P: Mike Phillips
2025M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002026L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002027L: linux-tr@linuxtr.net
2028W: http://www.linuxtr.net
2029S: Maintained
2030
Harald Weltec1986ee2005-11-13 16:06:29 -08002031OMNIKEY CARDMAN 4000 DRIVER
2032P: Harald Welte
2033M: laforge@gnumonks.org
2034S: Maintained
2035
Harald Welte77c44ab2005-11-13 16:06:26 -08002036OMNIKEY CARDMAN 4040 DRIVER
2037P: Harald Welte
2038M: laforge@gnumonks.org
2039S: Maintained
2040
Linus Torvalds1da177e2005-04-16 15:20:36 -07002041ONSTREAM SCSI TAPE DRIVER
2042P: Willem Riede
2043M: osst@riede.org
2044L: osst-users@lists.sourceforge.net
2045L: linux-scsi@vger.kernel.org
2046S: Maintained
2047
2048OPL3-SA2, SA3, and SAx DRIVER
2049P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002050M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002051L: linux-sound@vger.kernel.org
2052S: Maintained
2053
2054OPROFILE
2055P: Philippe Elie
2056M: phil.el@wanadoo.fr
2057L: oprofile-list@lists.sf.net
2058S: Maintained
2059
2060ORINOCO DRIVER
2061P: Pavel Roskin
2062M: proski@gnu.org
2063P: David Gibson
2064M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002065L: orinoco-users@lists.sourceforge.net
2066L: orinoco-devel@lists.sourceforge.net
2067W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002068S: Maintained
2069
2070PARALLEL PORT SUPPORT
2071P: Phil Blundell
2072M: philb@gnu.org
2073P: Tim Waugh
2074M: tim@cyberelk.net
2075P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002076P: Andrea Arcangeli
2077M: andrea@suse.de
2078L: linux-parport@lists.infradead.org
2079W: http://people.redhat.com/twaugh/parport/
2080S: Maintained
2081
2082PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2083P: Tim Waugh
2084M: tim@cyberelk.net
2085L: linux-parport@lists.infradead.org
2086W: http://www.torque.net/linux-pp.html
2087S: Maintained
2088
2089PARISC ARCHITECTURE
2090P: Matthew Wilcox
2091M: matthew@wil.cx
2092P: Grant Grundler
2093M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002094P: Kyle McMartin
2095M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096L: parisc-linux@parisc-linux.org
2097W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002098T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2099T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002100S: Maintained
2101
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002102PCI ERROR RECOVERY
2103P: Linas Vepstas
2104M: linas@austin.ibm.com
2105L: linux-kernel@vger.kernel.org
2106L: linux-pci@atrey.karlin.mff.cuni.cz
2107S: Supported
2108
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2110P: Thomas Sailer
2111M: sailer@ife.ee.ethz.ch
2112L: linux-sound@vger.kernel.org
2113W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2114S: Maintained
2115
2116PCI SUBSYSTEM
2117P: Greg Kroah-Hartman
2118M: gregkh@suse.de
2119L: linux-kernel@vger.kernel.org
2120L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002121T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122S: Supported
2123
2124PCI HOTPLUG CORE
2125P: Greg Kroah-Hartman
2126M: gregkh@suse.de
2127S: Supported
2128
2129PCI HOTPLUG COMPAQ DRIVER
2130P: Greg Kroah-Hartman
2131M: greg@kroah.com
2132S: Maintained
2133
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002134PCIE HOTPLUG DRIVER
2135P: Kristen Carlson Accardi
2136M: kristen.c.accardi@intel.com
2137L: pcihpd-discuss@lists.sourceforge.net
2138S: Maintained
2139
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002141P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002142L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002143T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002144S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145
2146PCNET32 NETWORK DRIVER
2147P: Thomas Bogendörfer
2148M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002149L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002150S: Maintained
2151
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002152PERSONALITY HANDLING
2153P: Christoph Hellwig
2154M: hch@infradead.org
2155L: linux-abi-devel@lists.sourceforge.net
2156S: Maintained
2157
Linus Torvalds1da177e2005-04-16 15:20:36 -07002158PHRAM MTD DRIVER
2159P: Jörn Engel
2160M: joern@wh.fh-wedel.de
2161L: linux-mtd@lists.infradead.org
2162S: Maintained
2163
Peter Osterlund249a6772005-09-27 21:45:30 -07002164PKTCDVD DRIVER
2165P: Peter Osterlund
2166M: petero2@telia.com
2167L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002168S: Maintained
2169
Linus Torvalds1da177e2005-04-16 15:20:36 -07002170POSIX CLOCKS and TIMERS
2171P: George Anzinger
2172M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002173L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002174S: Supported
2175
Eugene Surovegin24682972005-10-14 03:00:53 -07002176POWERPC 4xx EMAC DRIVER
2177P: Eugene Surovegin
2178M: ebs@ebshome.net
2179W: http://kernel.ebshome.net/emac/
2180L: linuxppc-embedded@ozlabs.org
2181L: netdev@vger.kernel.org
2182S: Maintained
2183
Linus Torvalds1da177e2005-04-16 15:20:36 -07002184PNP SUPPORT
2185P: Adam Belay
2186M: ambx1@neo.rr.com
2187S: Maintained
2188
2189PPP PROTOCOL DRIVERS AND COMPRESSORS
2190P: Paul Mackerras
2191M: paulus@samba.org
2192L: linux-ppp@vger.kernel.org
2193S: Maintained
2194
2195PPP OVER ATM (RFC 2364)
2196P: Mitchell Blank Jr
2197M: mitch@sfgoth.com
2198S: Maintained
2199
2200PPP OVER ETHERNET
2201P: Michal Ostrowski
2202M: mostrows@speakeasy.net
2203S: Maintained
2204
2205PREEMPTIBLE KERNEL
2206P: Robert Love
2207M: rml@tech9.net
2208L: linux-kernel@vger.kernel.org
2209L: kpreempt-tech@lists.sourceforge.net
2210W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2211S: Supported
2212
2213PRISM54 WIRELESS DRIVER
2214P: Prism54 Development Team
2215M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002216L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002217W: http://prism54.org
2218S: Maintained
2219
2220PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2221P: Peter Denison
2222M: promise@pnd-pc.demon.co.uk
2223W: http://www.pnd-pc.demon.co.uk/promise/
2224S: Maintained
2225
2226PXA2xx SUPPORT
2227P: Nicolas Pitre
2228M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002229L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002230S: Maintained
2231
2232QLOGIC QLA2XXX FC-SCSI DRIVER
2233P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002234M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002235L: linux-scsi@vger.kernel.org
2236S: Supported
2237
2238QNX4 FILESYSTEM
2239P: Anders Larsen
2240M: al@alarsen.net
2241L: linux-kernel@vger.kernel.org
2242W: http://www.alarsen.net/linux/qnx4fs/
2243S: Maintained
2244
2245RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002246P: Benjamin Herrenschmidt
2247M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002248L: linux-fbdev-devel@lists.sourceforge.net
2249S: Maintained
2250
2251RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002252P: Paul Mackerras
2253M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002254L: linux-fbdev-devel@lists.sourceforge.net
2255S: Maintained
2256
2257RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2258P: Corey Thomas
2259M: corey@world.std.com
2260L: linux-kernel@vger.kernel.org
2261S: Maintained
2262
Matt Mackall9e95ce22005-04-16 15:25:56 -07002263RANDOM NUMBER DRIVER
2264P: Matt Mackall
2265M: mpm@selenic.com
2266S: Maintained
2267
Matt Porter394b7012005-11-07 01:00:15 -08002268RAPIDIO SUBSYSTEM
2269P: Matt Porter
2270M: mporter@kernel.crashing.org
2271L: linux-kernel@vger.kernel.org
2272S: Maintained
2273
Linus Torvalds1da177e2005-04-16 15:20:36 -07002274REAL TIME CLOCK DRIVER
2275P: Paul Gortmaker
2276M: p_gortmaker@yahoo.com
2277L: linux-kernel@vger.kernel.org
2278S: Maintained
2279
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002280REAL TIME CLOCK (RTC) SUBSYSTEM
2281P: Alessandro Zummo
2282M: a.zummo@towertech.it
2283L: linux-kernel@vger.kernel.org
2284S: Maintained
2285
Linus Torvalds1da177e2005-04-16 15:20:36 -07002286REISERFS FILE SYSTEM
2287P: Hans Reiser
2288M: reiserfs-dev@namesys.com
2289L: reiserfs-list@namesys.com
2290W: http://www.namesys.com
2291S: Supported
2292
2293ROCKETPORT DRIVER
2294P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295W: http://www.comtrol.com
2296S: Maintained
2297
2298ROSE NETWORK LAYER
2299P: Ralf Baechle
2300M: ralf@linux-mips.org
2301L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002302W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002303S: Maintained
2304
2305RISCOM8 DRIVER
2306S: Orphan
2307
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002308S3 SAVAGE FRAMEBUFFER DRIVER
2309P: Antonino Daplas
2310M: adaplas@pol.net
2311L: linux-fbdev-devel@lists.sourceforge.net
2312S: Maintained
2313
Linus Torvalds1da177e2005-04-16 15:20:36 -07002314S390
2315P: Martin Schwidefsky
2316M: schwidefsky@de.ibm.com
2317M: linux390@de.ibm.com
2318L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002319W: http://www.ibm.com/developerworks/linux/linux390/
2320S: Supported
2321
2322S390 NETWORK DRIVERS
2323P: Frank Pavlic
2324M: fpavlic@de.ibm.com
2325M: linux390@de.ibm.com
2326L: linux-390@vm.marist.edu
2327W: http://www.ibm.com/developerworks/linux/linux390/
2328S: Supported
2329
2330S390 ZFCP DRIVER
2331P: Andreas Herrmann
2332M: aherrman@de.ibm.com
2333M: linux390@de.ibm.com
2334L: linux-390@vm.marist.edu
2335W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336S: Supported
2337
2338SAA7146 VIDEO4LINUX-2 DRIVER
2339P: Michael Hunold
2340M: michael@mihu.de
2341W: http://www.mihu.de/linux/saa7146
2342S: Maintained
2343
2344SBPCD CDROM DRIVER
2345P: Eberhard Moenkeberg
2346M: emoenke@gwdg.de
2347L: linux-kernel@vger.kernel.org
2348S: Maintained
2349
2350SC1200 WDT DRIVER
2351P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002352M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002353S: Maintained
2354
2355SCHEDULER
2356P: Ingo Molnar
2357M: mingo@elte.hu
2358P: Robert Love [the preemptible kernel bits]
2359M: rml@tech9.net
2360L: linux-kernel@vger.kernel.org
2361S: Maintained
2362
2363SCSI CDROM DRIVER
2364P: Jens Axboe
2365M: axboe@suse.de
2366L: linux-scsi@vger.kernel.org
2367W: http://www.kernel.dk
2368S: Maintained
2369
2370SCSI SG DRIVER
2371P: Doug Gilbert
2372M: dgilbert@interlog.com
2373L: linux-scsi@vger.kernel.org
2374W: http://www.torque.net/sg
2375S: Maintained
2376
2377SCSI SUBSYSTEM
2378P: James E.J. Bottomley
2379M: James.Bottomley@SteelEye.com
2380L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002381T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382S: Maintained
2383
2384SCSI TAPE DRIVER
2385P: Kai Mäkisara
2386M: Kai.Makisara@kolumbus.fi
2387L: linux-scsi@vger.kernel.org
2388S: Maintained
2389
2390SCTP PROTOCOL
2391P: Sridhar Samudrala
2392M: sri@us.ibm.com
2393L: lksctp-developers@lists.sourceforge.net
2394S: Supported
2395
2396SCx200 CPU SUPPORT
2397P: Christer Weinigel
2398M: christer@weinigel.se
2399W: http://www.weinigel.se
2400S: Supported
2401
2402SECURITY CONTACT
2403P: Security Officers
2404M: security@kernel.org
2405S: Supported
2406
2407SELINUX SECURITY MODULE
2408P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002409M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002410P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002411M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412L: linux-kernel@vger.kernel.org (kernel issues)
2413L: selinux@tycho.nsa.gov (general discussion)
2414W: http://www.nsa.gov/selinux
2415S: Supported
2416
2417SERIAL ATA (SATA) SUBSYSTEM:
2418P: Jeff Garzik
2419M: jgarzik@pobox.com
2420L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002421T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002422S: Supported
2423
2424SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2425P: Pat Gefre
2426M: pfg@sgi.com
2427L: linux-ia64@vger.kernel.org
2428S: Supported
2429
2430SGI VISUAL WORKSTATION 320 AND 540
2431P: Andrey Panin
2432M: pazke@donpac.ru
2433L: linux-visws-devel@lists.sf.net
2434W: http://linux-visws.sf.net
2435S: Maintained for 2.6.
2436
2437SIMTEC EB110ATX (Chalice CATS)
2438P: Ben Dooks
2439P: Vincent Sanders
2440M: support@simtec.co.uk
2441W: http://www.simtec.co.uk/products/EB110ATX/
2442S: Supported
2443
2444SIMTEC EB2410ITX (BAST)
2445P: Ben Dooks
2446P: Vincent Sanders
2447M: support@simtec.co.uk
2448W: http://www.simtec.co.uk/products/EB2410ITX/
2449S: Supported
2450
Francois Romieu92aab3c2005-07-30 13:11:18 +02002451SIS 190 ETHERNET DRIVER
2452P: Francois Romieu
2453M: romieu@fr.zoreil.com
2454L: netdev@vger.kernel.org
2455S: Maintained
2456
Linus Torvalds1da177e2005-04-16 15:20:36 -07002457SIS 5513 IDE CONTROLLER DRIVER
2458P: Lionel Bouton
2459M: Lionel.Bouton@inet6.fr
2460W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2461W: http://gyver.homeip.net/sis5513/index.html
2462S: Maintained
2463
2464SIS 900/7016 FAST ETHERNET DRIVER
2465P: Daniele Venzano
2466M: venza@brownhat.org
2467W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002468L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002469S: Maintained
2470
2471SIS FRAMEBUFFER DRIVER
2472P: Thomas Winischhofer
2473M: thomas@winischhofer.net
2474W: http://www.winischhofer.net/linuxsisvga.shtml
2475S: Maintained
2476
2477SIS USB2VGA DRIVER
2478P: Thomas Winischhofer
2479M: thomas@winischhofer.net
2480W: http://www.winischhofer.at/linuxsisusbvga.shtml
2481S: Maintained
2482
2483SMSC47M1 HARDWARE MONITOR DRIVER
2484P: Jean Delvare
2485M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002486L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002487S: Odd Fixes
2488
2489SMB FILESYSTEM
2490P: Urban Widmark
2491M: urban@teststation.com
2492W: http://samba.org/
2493L: samba@samba.org
2494S: Maintained
2495
2496SMC91x ETHERNET DRIVER
2497P: Nicolas Pitre
2498M: nico@cam.org
2499S: Maintained
2500
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501SOFTWARE RAID (Multiple Disks) SUPPORT
2502P: Ingo Molnar
2503M: mingo@redhat.com
2504P: Neil Brown
2505M: neilb@cse.unsw.edu.au
2506L: linux-raid@vger.kernel.org
2507S: Maintained
2508
2509SOFTWARE SUSPEND:
2510P: Pavel Machek
2511M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002512L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002513S: Maintained
2514
2515SONIC NETWORK DRIVER
2516P: Thomas Bogendoerfer
2517M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002518L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519S: Maintained
2520
2521SONY VAIO CONTROL DEVICE DRIVER
2522P: Stelian Pop
2523M: stelian@popies.net
2524W: http://popies.net/sonypi/
2525S: Maintained
2526
2527SOUND
2528P: Jaroslav Kysela
2529M: perex@suse.cz
2530L: alsa-devel@alsa-project.org
2531S: Maintained
2532
Kylene Hall1c72d462005-05-01 08:59:13 -07002533TPM DEVICE DRIVER
2534P: Kylene Hall
2535M: kjhall@us.ibm.com
2536W: http://tpmdd.sourceforge.net
2537L: tpmdd-devel@lists.sourceforge.net
2538S: Maintained
2539
Mark Gross1a80ba82005-10-30 15:02:55 -08002540Telecom Clock Driver for MCPL0010
2541P: Mark Gross
2542M: mark.gross@intel.com
2543S: Supported
2544
Chris Zankel48b415c2005-06-23 22:01:07 -07002545TENSILICA XTENSA PORT (xtensa):
2546P: Chris Zankel
2547M: chris@zankel.net
2548S: Maintained
2549
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550UltraSPARC (sparc64):
2551P: David S. Miller
2552M: davem@davemloft.net
2553P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002554M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002555P: Jakub Jelinek
2556M: jj@sunsite.ms.mff.cuni.cz
2557P: Anton Blanchard
2558M: anton@samba.org
2559L: sparclinux@vger.kernel.org
2560L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002561T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002562S: Maintained
2563
2564SHARP LH SUPPORT (LH7952X & LH7A40X)
2565P: Marc Singer
2566M: elf@buici.com
2567W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002568L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569S: Maintained
2570
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002571SHPC HOTPLUG DRIVER
2572P: Kristen Carlson Accardi
2573M: kristen.c.accardi@intel.com
2574L: pcihpd-discuss@lists.sourceforge.net
2575S: Maintained
2576
Pierre Ossmand129bce2006-03-24 03:18:17 -08002577SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2578P: Pierre Ossman
2579M: drzeus-sdhci@drzeus.cx
2580L: sdhci-devel@list.drzeus.cx
2581W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2582S: Maintained
2583
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002584SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2585P: Stephen Hemminger
2586M: shemminger@osdl.org
2587L: netdev@vger.kernel.org
2588S: Maintained
2589
Linus Torvalds1da177e2005-04-16 15:20:36 -07002590SPARC (sparc32):
2591P: William L. Irwin
2592M: wli@holomorphy.com
2593L: sparclinux@vger.kernel.org
2594S: Maintained
2595
2596SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2597P: Roger Wolff
2598M: R.E.Wolff@BitWizard.nl
2599L: linux-kernel@vger.kernel.org ?
2600S: Supported
2601
Linus Torvalds1da177e2005-04-16 15:20:36 -07002602SRM (Alpha) environment access
2603P: Jan-Benedict Glaw
2604M: jbglaw@lug-owl.de
2605L: linux-kernel@vger.kernel.org
2606S: Maintained
2607
2608STARFIRE/DURALAN NETWORK DRIVER
2609P: Ion Badulescu
2610M: ionut@cs.columbia.edu
2611S: Maintained
2612
2613STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2614W: http://mosquitonet.Stanford.EDU/strip.html
2615S: Unsupported ?
2616
2617STRADIS MPEG-2 DECODER DRIVER
2618P: Nathan Laredo
2619M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002620W: http://www.stradis.com/
2621S: Maintained
2622
2623SUPERH (sh)
2624P: Paul Mundt
2625M: lethal@linux-sh.org
2626P: Kazumoto Kojima
2627M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002628L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002629W: http://www.linux-sh.org
2630W: http://www.m17n.org/linux-sh/
2631W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2632S: Maintained
2633
2634SUPERH64 (sh64)
2635P: Paul Mundt
2636M: lethal@linux-sh.org
2637P: Richard Curnow
2638M: rc@rc0.org.uk
2639L: linuxsh-shmedia-dev@lists.sourceforge.net
2640W: http://www.linux-sh.org
2641W: http://www.rc0.org.uk/sh64
2642S: Maintained
2643
2644SUN3/3X
2645P: Sam Creasey
2646M: sammy@sammy.net
2647L: sun3-list@redhat.com
2648W: http://sammy.net/sun3/
2649S: Maintained
2650
2651SVGA HANDLING
2652P: Martin Mares
2653M: mj@ucw.cz
2654L: linux-video@atrey.karlin.mff.cuni.cz
2655S: Maintained
2656
2657SYSV FILESYSTEM
2658P: Christoph Hellwig
2659M: hch@infradead.org
2660S: Maintained
2661
2662TI PARALLEL LINK CABLE DRIVER
2663P: Romain Lievin
2664M: roms@lpg.ticalc.org
2665S: Maintained
2666
Per Lidene86eaa32006-01-12 16:45:18 +01002667TIPC NETWORK LAYER
2668P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002669M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002670P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002671M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002672P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002673M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002674L: tipc-discussion@lists.sourceforge.net
2675W: http://tipc.sourceforge.net/
2676W: http://tipc.cslab.ericsson.net/
2677T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2678S: Maintained
2679
Linus Torvalds1da177e2005-04-16 15:20:36 -07002680TLAN NETWORK DRIVER
2681P: Samuel Chessman
2682M: chessman@tux.org
2683L: tlan-devel@lists.sourceforge.net
2684W: http://sourceforge.net/projects/tlan/
2685S: Maintained
2686
2687TOKEN-RING NETWORK DRIVER
2688P: Mike Phillips
2689M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002690L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002691L: linux-tr@linuxtr.net
2692W: http://www.linuxtr.net
2693S: Maintained
2694
2695TOSHIBA ACPI EXTRAS DRIVER
2696P: John Belmonte
2697M: toshiba_acpi@memebeam.org
2698W: http://memebeam.org/toys/ToshibaAcpiDriver
2699S: Maintained
2700
2701TOSHIBA SMM DRIVER
2702P: Jonathan Buzzard
2703M: jonathan@buzzard.org.uk
2704L: tlinux-users@tce.toshiba-dme.co.jp
2705W: http://www.buzzard.org.uk/toshiba/
2706S: Maintained
2707
2708TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2709P: Muli Ben-Yehuda
2710M: mulix@mulix.org
2711L: linux-kernel@vger.kernel.org
2712S: Maintained
2713
2714TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002715P: Adrian Bunk
2716M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002717L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002718W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002719T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002720S: Maintained
2721
2722TMS380 TOKEN-RING NETWORK DRIVER
2723P: Adam Fritzler
2724M: mid@auk.cx
2725L: linux-tr@linuxtr.net
2726W: http://www.auk.cx/tms380tr/
2727S: Maintained
2728
2729TULIP NETWORK DRIVER
2730P: Jeff Garzik
2731M: jgarzik@pobox.com
2732L: tulip-users@lists.sourceforge.net
2733W: http://sourceforge.net/projects/tulip/
2734S: Maintained
2735
2736TUN/TAP driver
2737P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002738M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002739L: vtun@office.satix.net
2740W: http://vtun.sourceforge.net/tun
2741S: Maintained
2742
2743U14-34F SCSI DRIVER
2744P: Dario Ballabio
2745M: ballabio_dario@emc.com
2746L: linux-scsi@vger.kernel.org
2747S: Maintained
2748
2749UDF FILESYSTEM
2750P: Ben Fennema
2751M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002752W: http://linux-udf.sourceforge.net
2753S: Maintained
2754
2755UNIFORM CDROM DRIVER
2756P: Jens Axboe
2757M: axboe@suse.de
2758L: linux-kernel@vger.kernel.org
2759W: http://www.kernel.dk
2760S: Maintained
2761
2762USB ACM DRIVER
2763P: Oliver Neukum
2764M: oliver@neukum.name
2765L: linux-usb-users@lists.sourceforge.net
2766L: linux-usb-devel@lists.sourceforge.net
2767S: Maintained
2768
2769USB BLOCK DRIVER (UB ub)
2770P: Pete Zaitcev
2771M: zaitcev@redhat.com
2772L: linux-kernel@vger.kernel.org
2773L: linux-usb-devel@lists.sourceforge.net
2774S: Supported
2775
Linus Torvalds1da177e2005-04-16 15:20:36 -07002776USB CDC ETHERNET DRIVER
2777P: Greg Kroah-Hartman
2778M: greg@kroah.com
2779L: linux-usb-users@lists.sourceforge.net
2780L: linux-usb-devel@lists.sourceforge.net
2781S: Maintained
2782W: http://www.kroah.com/linux-usb/
2783
2784USB EHCI DRIVER
2785P: David Brownell
2786M: dbrownell@users.sourceforge.net
2787L: linux-usb-devel@lists.sourceforge.net
2788S: Maintained
2789
Luca Risolia7ce08c92006-01-11 02:06:59 +00002790USB ET61X[12]51 DRIVER
2791P: Luca Risolia
2792M: luca.risolia@studio.unibo.it
2793L: linux-usb-devel@lists.sourceforge.net
2794L: video4linux-list@redhat.com
2795W: http://www.linux-projects.org
2796S: Maintained
2797
Linus Torvalds1da177e2005-04-16 15:20:36 -07002798USB HID/HIDBP DRIVERS
2799P: Vojtech Pavlik
2800M: vojtech@suse.cz
2801L: linux-usb-users@lists.sourceforge.net
2802L: linux-usb-devel@lists.sourceforge.net
2803S: Maintained
2804
2805USB HUB DRIVER
2806P: Johannes Erdfelt
2807M: johannes@erdfelt.com
2808L: linux-usb-users@lists.sourceforge.net
2809L: linux-usb-devel@lists.sourceforge.net
2810S: Maintained
2811
Olav Kongas959eea22005-11-03 17:38:14 +02002812USB ISP116X DRIVER
2813P: Olav Kongas
2814M: ok@artecdesign.ee
2815L: linux-usb-devel@lists.sourceforge.net
2816S: Maintained
2817
Linus Torvalds1da177e2005-04-16 15:20:36 -07002818USB KAWASAKI LSI DRIVER
2819P: Oliver Neukum
2820M: oliver@neukum.name
2821L: linux-usb-users@lists.sourceforge.net
2822L: linux-usb-devel@lists.sourceforge.net
2823S: Maintained
2824
2825USB MASS STORAGE DRIVER
2826P: Matthew Dharm
2827M: mdharm-usb@one-eyed-alien.net
2828L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002829L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002830S: Maintained
2831W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2832
2833USB OHCI DRIVER
2834P: Roman Weissgaerber
2835M: weissg@vienna.at
2836L: linux-usb-users@lists.sourceforge.net
2837L: linux-usb-devel@lists.sourceforge.net
2838S: Maintained
2839
Matthias Urlichsba460e42005-07-14 00:33:47 -07002840USB OPTION-CARD DRIVER
2841P: Matthias Urlichs
2842M: smurf@smurf.noris.de
2843L: linux-usb-devel@lists.sourceforge.net
2844S: Maintained
2845
Linus Torvalds1da177e2005-04-16 15:20:36 -07002846USB OV511 DRIVER
2847P: Mark McClelland
2848M: mmcclell@bigfoot.com
2849L: linux-usb-users@lists.sourceforge.net
2850L: linux-usb-devel@lists.sourceforge.net
2851W: http://alpha.dyndns.org/ov511/
2852S: Maintained
2853
2854USB PEGASUS DRIVER
2855P: Petko Manolov
2856M: petkan@users.sourceforge.net
2857L: linux-usb-users@lists.sourceforge.net
2858L: linux-usb-devel@lists.sourceforge.net
2859W: http://pegasus2.sourceforge.net/
2860S: Maintained
2861
2862USB PRINTER DRIVER
2863P: Vojtech Pavlik
2864M: vojtech@suse.cz
2865L: linux-usb-users@lists.sourceforge.net
2866L: linux-usb-devel@lists.sourceforge.net
2867S: Maintained
2868
2869USB RTL8150 DRIVER
2870P: Petko Manolov
2871M: petkan@users.sourceforge.net
2872L: linux-usb-users@lists.sourceforge.net
2873L: linux-usb-devel@lists.sourceforge.net
2874W: http://pegasus2.sourceforge.net/
2875S: Maintained
2876
2877USB SE401 DRIVER
2878P: Jeroen Vreeken
2879M: pe1rxq@amsat.org
2880L: linux-usb-users@lists.sourceforge.net
2881L: linux-usb-devel@lists.sourceforge.net
2882W: http://www.chello.nl/~j.vreeken/se401/
2883S: Maintained
2884
2885USB SERIAL CYBERJACK DRIVER
2886P: Matthias Bruestle and Harald Welte
2887M: support@reiner-sct.com
2888W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2889S: Maintained
2890
2891USB SERIAL DIGI ACCELEPORT DRIVER
2892P: Peter Berger and Al Borchers
2893M: pberger@brimson.com
2894M: alborchers@steinerpoint.com
2895L: linux-usb-users@lists.sourceforge.net
2896L: linux-usb-devel@lists.sourceforge.net
2897S: Maintained
2898
2899USB SERIAL DRIVER
2900P: Greg Kroah-Hartman
2901M: gregkh@suse.de
2902L: linux-usb-users@lists.sourceforge.net
2903L: linux-usb-devel@lists.sourceforge.net
2904S: Supported
2905
2906USB SERIAL BELKIN F5U103 DRIVER
2907P: William Greathouse
2908M: wgreathouse@smva.com
2909L: linux-usb-users@lists.sourceforge.net
2910L: linux-usb-devel@lists.sourceforge.net
2911S: Maintained
2912
2913USB SERIAL CYPRESS M8 DRIVER
2914P: Lonnie Mendez
2915M: dignome@gmail.com
2916L: linux-usb-users@lists.sourceforge.net
2917L: linux-usb-devel@lists.sourceforge.net
2918S: Maintained
2919W: http://geocities.com/i0xox0i
2920W: http://firstlight.net/cvs
2921
2922USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2923L: linux-usb-users@lists.sourceforge.net
2924L: linux-usb-devel@lists.sourceforge.net
2925S: Maintained
2926
2927USB AUERSWALD DRIVER
2928P: Wolfgang Muees
2929M: wolfgang@iksw-muees.de
2930L: linux-usb-users@lists.sourceforge.net
2931L: linux-usb-devel@lists.sourceforge.net
2932S: Maintained
2933
2934USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2935P: Gary Brubaker
2936M: xavyer@ix.netcom.com
2937L: linux-usb-users@lists.sourceforge.net
2938L: linux-usb-devel@lists.sourceforge.net
2939S: Maintained
2940
2941USB SERIAL KEYSPAN DRIVER
2942P: Greg Kroah-Hartman
2943M: greg@kroah.com
2944L: linux-usb-users@lists.sourceforge.net
2945L: linux-usb-devel@lists.sourceforge.net
2946W: http://www.kroah.com/linux/
2947S: Maintained
2948
2949USB SERIAL WHITEHEAT DRIVER
2950P: Stuart MacDonald
2951M: stuartm@connecttech.com
2952L: linux-usb-users@lists.sourceforge.net
2953L: linux-usb-devel@lists.sourceforge.net
2954W: http://www.connecttech.com
2955S: Supported
2956
2957USB SN9C10x DRIVER
2958P: Luca Risolia
2959M: luca.risolia@studio.unibo.it
2960L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00002961L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002962W: http://www.linux-projects.org
2963S: Maintained
2964
2965USB SUBSYSTEM
2966P: Greg Kroah-Hartman
2967M: gregkh@suse.de
2968L: linux-usb-users@lists.sourceforge.net
2969L: linux-usb-devel@lists.sourceforge.net
2970W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002971T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002972S: Supported
2973
2974USB UHCI DRIVER
2975P: Alan Stern
2976M: stern@rowland.harvard.edu
2977L: linux-usb-users@lists.sourceforge.net
2978L: linux-usb-devel@lists.sourceforge.net
2979S: Maintained
2980
2981USB "USBNET" DRIVER
2982P: David Brownell
2983M: dbrownell@users.sourceforge.net
2984L: linux-usb-devel@lists.sourceforge.net
2985S: Maintained
2986
2987USB W996[87]CF DRIVER
2988P: Luca Risolia
2989M: luca.risolia@studio.unibo.it
2990L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00002991L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002992W: http://www.linux-projects.org
2993S: Maintained
2994
Luca Risolia60f78052006-02-06 16:29:35 +00002995USB ZC0301 DRIVER
2996P: Luca Risolia
2997M: luca.risolia@studio.unibo.it
2998L: linux-usb-devel@lists.sourceforge.net
2999L: video4linux-list@redhat.com
3000W: http://www.linux-projects.org
3001S: Maintained
3002
Linus Torvalds1da177e2005-04-16 15:20:36 -07003003USB ZD1201 DRIVER
3004P: Jeroen Vreeken
3005M: pe1rxq@amsat.org
3006L: linux-usb-users@lists.sourceforge.net
3007L: linux-usb-devel@lists.sourceforge.net
3008W: http://linux-lc100020.sourceforge.net
3009S: Maintained
3010
3011USER-MODE LINUX
3012P: Jeff Dike
3013M: jdike@karaya.com
3014L: user-mode-linux-devel@lists.sourceforge.net
3015L: user-mode-linux-user@lists.sourceforge.net
3016W: http://user-mode-linux.sourceforge.net
3017S: Maintained
3018
3019FAT/VFAT/MSDOS FILESYSTEM:
3020P: OGAWA Hirofumi
3021M: hirofumi@mail.parknet.co.jp
3022L: linux-kernel@vger.kernel.org
3023S: Maintained
3024
3025VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3026P: Jeff Garzik
3027S: Odd fixes
3028
3029VIA RHINE NETWORK DRIVER
3030P: Roger Luethi
3031M: rl@hellgate.ch
3032S: Maintained
3033
Jean Delvare32c0a522005-09-22 21:47:58 +02003034VIAPRO SMBUS DRIVER
3035P: Jean Delvare
3036M: khali@linux-fr.org
3037L: lm-sensors@lm-sensors.org
3038S: Maintained
3039
Linus Torvalds1da177e2005-04-16 15:20:36 -07003040UCLINUX (AND M68KNOMMU)
3041P: Greg Ungerer
3042M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003043W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003044L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003045S: Maintained
3046
3047UCLINUX FOR NEC V850
3048P: Miles Bader
3049M: uclinux-v850@lsi.nec.co.jp
3050W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3051W: http://www.ee.nec.de/uclinux/
3052S: Supported
3053
3054UCLINUX FOR RENESAS H8/300
3055P: Yoshinori Sato
3056M: ysato@users.sourceforge.jp
3057W: http://uclinux-h8.sourceforge.jp/
3058S: Supported
3059
3060USB DIAMOND RIO500 DRIVER
3061P: Cesar Miquel
3062M: miquel@df.uba.ar
3063L: rio500-users@lists.sourceforge.net
3064W: http://rio500.sourceforge.net
3065S: Maintained
3066
3067VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003068P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003069M: mchehab@infradead.org
3070M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003071L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003072W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003073T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003074S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003075
Roger Lucas1de9e372005-11-26 20:20:05 +01003076VT8231 HARDWARE MONITOR DRIVER
3077P: Roger Lucas
3078M: roger@planbit.co.uk
3079L: lm-sensors@lm-sensors.org
3080S: Maintained
3081
Linus Torvalds1da177e2005-04-16 15:20:36 -07003082W1 DALLAS'S 1-WIRE BUS
3083P: Evgeniy Polyakov
3084M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003085L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003086S: Maintained
3087
3088W83L51xD SD/MMC CARD INTERFACE DRIVER
3089P: Pierre Ossman
3090M: drzeus-wbsd@drzeus.cx
3091L: wbsd-devel@list.drzeus.cx
3092W: http://projects.drzeus.cx/wbsd
3093S: Maintained
3094
3095W83L785TS HARDWARE MONITOR DRIVER
3096P: Jean Delvare
3097M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003098L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003099S: Odd Fixes
3100
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003101WATCHDOG DEVICE DRIVERS
3102P: Wim Van Sebroeck
3103M: wim@iguana.be
3104T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3105S: Maintained
3106
Linus Torvalds1da177e2005-04-16 15:20:36 -07003107WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3108P: Jean Tourrilhes
3109M: jt@hpl.hp.com
3110W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3111S: Maintained
3112
3113WD7000 SCSI DRIVER
3114P: Miroslav Zagorac
3115M: zaga@fly.cc.fer.hr
3116L: linux-scsi@vger.kernel.org
3117S: Maintained
3118
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003119WISTRON LAPTOP BUTTON DRIVER
3120P: Miloslav Trmac
3121M: mitr@volny.cz
3122S: Maintained
3123
Linus Torvalds1da177e2005-04-16 15:20:36 -07003124WL3501 WIRELESS PCMCIA CARD DRIVER
3125P: Arnaldo Carvalho de Melo
3126M: acme@conectiva.com.br
3127W: http://advogato.org/person/acme
3128S: Maintained
3129
3130X.25 NETWORK LAYER
3131P: Henner Eisen
3132M: eis@baty.hanse.de
3133L: linux-x25@vger.kernel.org
3134S: Maintained
3135
3136XFS FILESYSTEM
3137P: Silicon Graphics Inc
3138M: xfs-masters@oss.sgi.com
3139M: nathans@sgi.com
3140L: linux-xfs@oss.sgi.com
3141W: http://oss.sgi.com/projects/xfs
3142S: Supported
3143
3144X86 3-LEVEL PAGING (PAE) SUPPORT
3145P: Ingo Molnar
3146M: mingo@redhat.com
3147S: Maintained
3148
3149X86-64 port
3150P: Andi Kleen
3151M: ak@suse.de
3152L: discuss@x86-64.org
3153W: http://www.x86-64.org
3154S: Maintained
3155
3156YAM DRIVER FOR AX.25
3157P: Jean-Paul Roubelat
3158M: jpr@f6fbb.org
3159L: linux-hams@vger.kernel.org
3160S: Maintained
3161
Henkaf64a5e2005-10-12 15:02:56 +02003162YEALINK PHONE DRIVER
3163P: Henk Vergonet
3164M: Henk.Vergonet@gmail.com
3165L: usbb2k-api-dev@nongnu.org
3166S: Maintained
3167
Linus Torvalds1da177e2005-04-16 15:20:36 -07003168YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3169P: Pete Zaitcev
3170M: zaitcev@yahoo.com
3171L: linux-kernel@vger.kernel.org
3172S: Obsolete
3173
3174Z8530 DRIVER FOR AX.25
3175P: Joerg Reuter
3176M: jreuter@yaina.de
3177W: http://yaina.de/jreuter/
3178W: http://www.qsl.net/dl1bke/
3179L: linux-hams@vger.kernel.org
3180S: Maintained
3181
3182ZF MACHZ WATCHDOG
3183P: Fernando Fuganti
3184M: fuganti@netbank.com.br
3185W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3186S: Maintained
3187
3188ZR36067 VIDEO FOR LINUX DRIVER
3189P: Ronald Bultje
3190M: rbultje@ronald.bitfreak.net
3191L: mjpeg-users@lists.sourceforge.net
3192W: http://mjpeg.sourceforge.net/driver-zoran/
3193S: Maintained
3194
3195ZR36120 VIDEO FOR LINUX DRIVER
3196P: Pauline Middelink
3197M: middelin@polyware.nl
3198W: http://www.polyware.nl/~middelin/En/hobbies.html
3199W: http://www.polyware.nl/~middelin/hobbies.html
3200S: Maintained
3201
3202THE REST
3203P: Linus Torvalds
3204S: Buried alive in reporters