blob: 61060e82fb0eb0f28b5c496f045e7b2b7845f6b1 [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
424BEFS FILE SYSTEM
425P: Sergey S. Kostyliov
426M: rathamahata@php4.ru
427L: linux-kernel@vger.kernel.org
428S: Maintained
429
430BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
431P: Kenji Hollis
432W: http://ftp.bitgate.com/pcwd/
433S: Maintained
434
435BFS FILE SYSTEM
436P: Tigran A. Aivazian
437M: tigran@veritas.com
438L: linux-kernel@vger.kernel.org
439S: Maintained
440
441BLOCK LAYER
442P: Jens Axboe
443M: axboe@suse.de
444L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800445T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700446S: Maintained
447
448BLUETOOTH SUBSYSTEM
449P: Marcel Holtmann
450M: marcel@holtmann.org
451P: Maxim Krasnyansky
452M: maxk@qualcomm.com
453L: bluez-devel@lists.sf.net
454W: http://bluez.sf.net
455W: http://www.bluez.org
456W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800457T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700458S: Maintained
459
460BLUETOOTH RFCOMM LAYER
461P: Marcel Holtmann
462M: marcel@holtmann.org
463P: Maxim Krasnyansky
464M: maxk@qualcomm.com
465S: Maintained
466
467BLUETOOTH BNEP LAYER
468P: Marcel Holtmann
469M: marcel@holtmann.org
470P: Maxim Krasnyansky
471M: maxk@qualcomm.com
472S: Maintained
473
474BLUETOOTH CMTP LAYER
475P: Marcel Holtmann
476M: marcel@holtmann.org
477S: Maintained
478
479BLUETOOTH HIDP LAYER
480P: Marcel Holtmann
481M: marcel@holtmann.org
482S: Maintained
483
484BLUETOOTH HCI UART DRIVER
485P: Marcel Holtmann
486M: marcel@holtmann.org
487P: Maxim Krasnyansky
488M: maxk@qualcomm.com
489S: Maintained
490
491BLUETOOTH HCI USB DRIVER
492P: Marcel Holtmann
493M: marcel@holtmann.org
494P: Maxim Krasnyansky
495M: maxk@qualcomm.com
496S: Maintained
497
498BLUETOOTH HCI BCM203X DRIVER
499P: Marcel Holtmann
500M: marcel@holtmann.org
501S: Maintained
502
503BLUETOOTH HCI BPA10X DRIVER
504P: Marcel Holtmann
505M: marcel@holtmann.org
506S: Maintained
507
508BLUETOOTH HCI BFUSB DRIVER
509P: Marcel Holtmann
510M: marcel@holtmann.org
511S: Maintained
512
513BLUETOOTH HCI DTL1 DRIVER
514P: Marcel Holtmann
515M: marcel@holtmann.org
516S: Maintained
517
518BLUETOOTH HCI BLUECARD DRIVER
519P: Marcel Holtmann
520M: marcel@holtmann.org
521S: Maintained
522
523BLUETOOTH HCI BT3C DRIVER
524P: Marcel Holtmann
525M: marcel@holtmann.org
526S: Maintained
527
528BLUETOOTH HCI BTUART DRIVER
529P: Marcel Holtmann
530M: marcel@holtmann.org
531S: Maintained
532
533BLUETOOTH HCI VHCI DRIVER
534P: Maxim Krasnyansky
535M: maxk@qualcomm.com
536S: Maintained
537
538BONDING DRIVER
539P: Chad Tindel
540M: ctindel@users.sourceforge.net
541P: Jay Vosburgh
542M: fubar@us.ibm.com
543L: bonding-devel@lists.sourceforge.net
544W: http://sourceforge.net/projects/bonding/
545S: Supported
546
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000547BROADBAND PROCESSOR ARCHITECTURE
548P: Arnd Bergmann
549M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100550L: linuxppc-dev@ozlabs.org
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000551W: http://linuxppc64.org
552S: Supported
553
Linus Torvalds1da177e2005-04-16 15:20:36 -0700554BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700555P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200556M: mchehab@infradead.org
557M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700558L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700559W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200560T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700561S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562
Linus Torvalds1da177e2005-04-16 15:20:36 -0700563COMMON INTERNET FILE SYSTEM (CIFS)
564P: Steve French
565M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100566L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700567L: samba-technical@lists.samba.org
568W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800569T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570S: Supported
571
Joel Becker7063fbf2005-12-15 14:29:43 -0800572CONFIGFS
573P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -0800574M: joel.becker@oracle.com
575L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800576S: Supported
577
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578CIRRUS LOGIC GENERIC FBDEV DRIVER
579P: Jeff Garzik
580M: jgarzik@pobox.com
581L: linux-fbdev-devel@lists.sourceforge.net
582S: Odd Fixes
583
584CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
585P: Cirrus Logic Corporation (kernel 2.2 driver)
586M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
587P: Nils Faerber (port to kernel 2.4)
588M: Nils Faerber <nils@kernelconcepts.de>
589S: Maintained
590
591CODA FILE SYSTEM
592P: Jan Harkes
593M: jaharkes@cs.cmu.edu
594M: coda@cs.cmu.edu
595L: codalist@coda.cs.cmu.edu
596W: http://www.coda.cs.cmu.edu/
597S: Maintained
598
599COMPACTPCI HOTPLUG CORE
600P: Scott Murray
601M: scottm@somanetworks.com
602M: scott@spiteful.org
603L: pcihpd-discuss@lists.sourceforge.net
604S: Supported
605
606COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
607P: Scott Murray
608M: scottm@somanetworks.com
609M: scott@spiteful.org
610L: pcihpd-discuss@lists.sourceforge.net
611S: Supported
612
613COMPACTPCI HOTPLUG GENERIC DRIVER
614P: Scott Murray
615M: scottm@somanetworks.com
616M: scott@spiteful.org
617L: pcihpd-discuss@lists.sourceforge.net
618S: Supported
619
620COMPUTONE INTELLIPORT MULTIPORT CARD
621P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700622M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700624S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700625
626COSA/SRP SYNC SERIAL DRIVER
627P: Jan "Yenya" Kasprzak
628M: kas@fi.muni.cz
629W: http://www.fi.muni.cz/~kas/cosa/
630S: Maintained
631
632CPU FREQUENCY DRIVERS
633P: Dave Jones
634M: davej@codemonkey.org.uk
635L: cpufreq@lists.linux.org.uk
636W: http://www.codemonkey.org.uk/projects/cpufreq/
Josh Boyer1adc1232005-11-23 15:44:15 -0800637T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638S: Maintained
639
640CPUID/MSR DRIVER
641P: H. Peter Anvin
642M: hpa@zytor.com
643S: Maintained
644
Paul Jacksoned90fb42005-09-27 21:45:37 -0700645CPUSETS
646P: Paul Jackson
647P: Simon Derr
648M: pj@sgi.com
649M: simon.derr@bull.net
650L: linux-kernel@vger.kernel.org
651W: http://www.bullopensource.org/cpuset/
652S: Supported
653
Linus Torvalds1da177e2005-04-16 15:20:36 -0700654CRAMFS FILESYSTEM
655W: http://sourceforge.net/projects/cramfs/
656S: Orphan
657
658CRIS PORT
659P: Mikael Starvik
660M: starvik@axis.com
661L: dev-etrax@axis.com
662W: http://developer.axis.com
663S: Maintained
664
665CRYPTO API
666P: Herbert Xu
667M: herbert@gondor.apana.org.au
668P: David S. Miller
669M: davem@davemloft.net
670L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800671T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700672S: Maintained
673
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100674CS5535 Audio ALSA driver
675P: Jaya Kumar
676M: jayakumar.alsa@gmail.com
677S: Maintained
678
Linus Torvalds1da177e2005-04-16 15:20:36 -0700679CYBERPRO FB DRIVER
680P: Russell King
681M: rmk@arm.linux.org.uk
682W: http://www.arm.linux.org.uk/
683S: Maintained
684
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700685CYBLAFB FRAMEBUFFER DRIVER
686P: Knut Petersen
687M: Knut_Petersen@t-online.de
688L: linux-fbdev-devel@lists.sourceforge.net
689S: Maintained
690
Linus Torvalds1da177e2005-04-16 15:20:36 -0700691CYCLADES 2X SYNC CARD DRIVER
692P: Arnaldo Carvalho de Melo
693M: acme@conectiva.com.br
694W: http://advogato.org/person/acme
695L: cycsyn-devel@bazar.conectiva.com.br
696S: Maintained
697
698CYCLADES ASYNC MUX DRIVER
699M: async@cyclades.com
700W: http://www.cyclades.com/
701S: Supported
702
703CYCLADES PC300 DRIVER
704M: pc300@cyclades.com
705W: http://www.cyclades.com/
706S: Supported
707
Linus Torvalds1da177e2005-04-16 15:20:36 -0700708DAMA SLAVE for AX.25
709P: Joerg Reuter
710M: jreuter@yaina.de
711W: http://yaina.de/jreuter/
712W: http://www.qsl.net/dl1bke/
713L: linux-hams@vger.kernel.org
714S: Maintained
715
716DC395x SCSI driver
717P: Oliver Neukum
718M: oliver@neukum.name
719P: Ali Akcaagac
720M: aliakc@web.de
721P: Jamie Lenehan
722M: lenehan@twibble.org
723W: http://twibble.org/dist/dc395x/
724L: http://lists.twibble.org/mailman/listinfo/dc395x/
725S: Maintained
726
727DC390/AM53C974 SCSI driver
728P: Kurt Garloff
729M: garloff@suse.de
730W: http://www.garloff.de/kurt/linux/dc390/
731P: Guennadi Liakhovetski
732M: g.liakhovetski@gmx.de
733S: Maintained
734
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700735DCCP PROTOCOL
736P: Arnaldo Carvalho de Melo
737M: acme@mandriva.com
738L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800739W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700740S: Maintained
741
Linus Torvalds1da177e2005-04-16 15:20:36 -0700742DECnet NETWORK LAYER
743P: Patrick Caulfield
744M: patrick@tykepenguin.com
745W: http://linux-decnet.sourceforge.net
746L: linux-decnet-user@lists.sourceforge.net
747S: Maintained
748
749DEFXX FDDI NETWORK DRIVER
750P: Maciej W. Rozycki
751M: macro@linux-mips.org
752S: Maintained
753
754DELL LAPTOP SMM DRIVER
755P: Massimo Dal Zotto
756M: dz@debian.org
757W: http://www.debian.org/~dz/i8k/
758S: Maintained
759
Doug Warzecha90563ec2005-09-06 15:17:15 -0700760DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
761P: Doug Warzecha
762M: Douglas_Warzecha@dell.com
763S: Maintained
764
Linus Torvalds1da177e2005-04-16 15:20:36 -0700765DEVICE-MAPPER
766P: Alasdair Kergon
767L: dm-devel@redhat.com
768W: http://sources.redhat.com/dm
769S: Maintained
770
771DEVICE NUMBER REGISTRY
772P: Torben Mathiasen
773M: device@lanana.org
774W: http://lanana.org/docs/device-list/index.html
775L: linux-kernel@vger.kernel.org
776S: Maintained
777
778DEVICE FILESYSTEM
779S: Obsolete
780
781DIGI INTL. EPCA DRIVER
782P: Digi International, Inc
783M: Eng.Linux@digi.com
784L: Eng.Linux@digi.com
785W: http://www.digi.com
786S: Orphaned
787
788DIGI RIGHTSWITCH NETWORK DRIVER
789P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700790L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791W: http://www.digi.com
792S: Orphaned
793
794DIRECTORY NOTIFICATION
795P: Stephen Rothwell
796M: sfr@canb.auug.org.au
797L: linux-kernel@vger.kernel.org
798S: Supported
799
800DISK GEOMETRY AND PARTITION HANDLING
801P: Andries Brouwer
802M: aeb@cwi.nl
803W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
804W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
805W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
806S: Maintained
807
808DISKQUOTA:
809P: Jan Kara
810M: jack@suse.cz
811L: linux-kernel@vger.kernel.org
812S: Maintained
813
814DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
815P: Tobias Ringstrom
816M: tori@unhappy.mine.nu
817L: linux-kernel@vger.kernel.org
818S: Maintained
819
Martin Waitzba483d52005-06-17 13:20:59 -0700820DOCBOOK FOR DOCUMENTATION
821P: Martin Waitz
822M: tali@admingilde.org
Martin Waitz061350e2006-01-09 20:53:53 -0800823T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700824S: Maintained
825
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826DOUBLETALK DRIVER
827P: James R. Van Zandt
828M: jrv@vanzandt.mv.com
829L: blinux-list@redhat.com
830S: Maintained
831
832DRIVER CORE, KOBJECTS, AND SYSFS
833P: Greg Kroah-Hartman
834M: gregkh@suse.de
835L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800836T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837S: Supported
838
839DRM DRIVERS
840P: David Airlie
841M: airlied@linux.ie
842L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800843T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700844S: Maintained
845
846DSCC4 DRIVER
847P: François Romieu
848M: romieu@cogenit.fr
849M: romieu@ensta.fr
850S: Maintained
851
852DVB SUBSYSTEM AND DRIVERS
853P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200854M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700855L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200856W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200857T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200858S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700859
860EATA-DMA SCSI DRIVER
861P: Michael Neuffer
862L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
863S: Maintained
864
865EATA ISA/EISA/PCI SCSI DRIVER
866P: Dario Ballabio
867M: ballabio_dario@emc.com
868L: linux-scsi@vger.kernel.org
869S: Maintained
870
871EATA-PIO SCSI DRIVER
872P: Michael Neuffer
873M: mike@i-Connect.Net
874L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
875S: Maintained
876
877EBTABLES
878P: Bart De Schuymer
879M: bart.de.schuymer@pandora.be
880L: ebtables-user@lists.sourceforge.net
881L: ebtables-devel@lists.sourceforge.net
882W: http://ebtables.sourceforge.net/
883S: Maintained
884
Alan Coxda9bb1d2006-01-18 17:44:13 -0800885EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -0800886P: Doug Thompson
887M: norsk5@xmission.com, dthompson@linuxnetworx.com
888P: Dave Peterson
889M: dsp@llnl.gov, dave_peterson@pobox.com
890L: bluesmoke-devel@lists.sourceforge.net
891W: bluesmoke.sourceforge.net
892S: Maintained
893
894EDAC-E752X
895P: Dave Peterson
896M: dsp@llnl.gov, dave_peterson@pobox.com
897L: bluesmoke-devel@lists.sourceforge.net
898W: bluesmoke.sourceforge.net
899S: Maintained
900
901EDAC-E7XXX
902P: Dave Peterson
903M: dsp@llnl.gov, dave_peterson@pobox.com
904L: bluesmoke-devel@lists.sourceforge.net
905W: bluesmoke.sourceforge.net
906S: Maintained
907
908EDAC-R82600
909P: Tim Small
910M: tim@buttersideup.com
911L: bluesmoke-devel@lists.sourceforge.net
912W: bluesmoke.sourceforge.net
913S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -0800914
Linus Torvalds1da177e2005-04-16 15:20:36 -0700915EEPRO100 NETWORK DRIVER
916P: Andrey V. Savochkin
917M: saw@saw.sw.com.sg
918S: Maintained
919
920EMU10K1 SOUND DRIVER
921P: James Courtier-Dutton
922M: James@superbug.demon.co.uk
923L: emu10k1-devel@lists.sourceforge.net
924W: http://sourceforge.net/projects/emu10k1/
925S: Maintained
926
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400927EMULEX LPFC FC SCSI DRIVER
928P: James Smart
929M: james.smart@emulex.com
930L: linux-scsi@vger.kernel.org
931W: http://sourceforge.net/projects/lpfcxxxx
932S: Supported
933
Linus Torvalds1da177e2005-04-16 15:20:36 -0700934EPSON 1355 FRAMEBUFFER DRIVER
935P: Christopher Hoover
936M: ch@murgatroid.com, ch@hpl.hp.com
937S: Maintained
938
939ETHEREXPRESS-16 NETWORK DRIVER
940P: Philip Blundell
941M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700942L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700943S: Maintained
944
945ETHERNET BRIDGE
946P: Stephen Hemminger
947M: shemminger@osdl.org
948L: bridge@osdl.org
949W: http://bridge.sourceforge.net/
950S: Maintained
951
952ETHERTEAM 16I DRIVER
953P: Mika Kuoppala
954M: miku@iki.fi
955S: Maintained
956
957EXT2 FILE SYSTEM
958L: ext2-devel@lists.sourceforge.net
959S: Maintained
960
961EXT3 FILE SYSTEM
962P: Stephen Tweedie, Andrew Morton
963M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
964L: ext3-users@redhat.com
965S: Maintained
966
Jean Delvaree53004e2006-01-09 23:26:14 +0100967F71805F HARDWARE MONITORING DRIVER
968P: Jean Delvare
969M: khali@linux-fr.org
970L: lm-sensors@lm-sensors.org
971S: Maintained
972
Linus Torvalds1da177e2005-04-16 15:20:36 -0700973FARSYNC SYNCHRONOUS DRIVER
974P: Kevin Curtis
975M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700976W: http://www.farsite.co.uk/
977S: Supported
978
979FRAMEBUFFER LAYER
980P: Antonino Daplas
981M: adaplas@pol.net
982L: linux-fbdev-devel@lists.sourceforge.net
983W: http://linux-fbdev.sourceforge.net/
984S: Maintained
985
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +0300986FREESCALE SOC FS_ENET DRIVER
987P: Pantelis Antoniou
988M: pantelis.antoniou@gmail.com
989P: Vitaly Bordug
990M: vbordug@ru.mvista.com
991L: linuxppc-embedded@ozlabs.org
992L: netdev@vger.kernel.org
993S: Maintained
994
Linus Torvalds1da177e2005-04-16 15:20:36 -0700995FILE LOCKING (flock() and fcntl()/lockf())
996P: Matthew Wilcox
997M: matthew@wil.cx
998L: linux-fsdevel@vger.kernel.org
999S: Maintained
1000
1001FILESYSTEMS (VFS and infrastructure)
1002P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001003M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001004S: Maintained
1005
1006FIRMWARE LOADER (request_firmware)
1007L: linux-kernel@vger.kernel.org
1008S: Orphan
1009
1010FPU EMULATOR
1011P: Bill Metzenthen
1012M: billm@suburbia.net
1013W: http://suburbia.net/~billm/floating-point/emulator/
1014S: Maintained
1015
1016FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1017P: Mike McLagan
1018M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001019L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001020S: Maintained
1021
1022FREEVXFS FILESYSTEM
1023P: Christoph Hellwig
1024M: hch@infradead.org
1025W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1026S: Maintained
1027
1028FUJITSU FR-V PORT
1029P: David Howells
1030M: dhowells@redhat.com
1031S: Maintained
1032
1033FTAPE/QIC-117
1034L: linux-tape@vger.kernel.org
1035W: http://sourceforge.net/projects/ftape
1036S: Orphan
1037
Miklos Szeredi04578f12005-09-09 13:10:22 -07001038FUSE: FILESYSTEM IN USERSPACE
1039P: Miklos Szeredi
1040M: miklos@szeredi.hu
1041L: fuse-devel@lists.sourceforge.net
1042W: http://fuse.sourceforge.net/
1043S: Maintained
1044
Linus Torvalds1da177e2005-04-16 15:20:36 -07001045FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1046P: Rik Faith
1047M: faith@cs.unc.edu
1048L: linux-scsi@vger.kernel.org
1049S: Odd fixes (e.g., new signatures)
1050
1051GDT SCSI DISK ARRAY CONTROLLER DRIVER
1052P: Achim Leubner
1053M: achim_leubner@adaptec.com
1054L: linux-scsi@vger.kernel.org
1055W: http://www.icp-vortex.com/
1056S: Supported
1057
1058GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1059P: Krzysztof Halasa
1060M: khc@pm.waw.pl
1061W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1062S: Maintained
1063
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001064GIGASET ISDN DRIVERS
1065P: Hansjoerg Lipp
1066M: hjlipp@web.de
1067P: Tilman Schmidt
1068M: tilman@imap.cc
1069L: gigaset307x-common@lists.sourceforge.net
1070W: http://gigaset307x.sourceforge.net/
1071S: Maintained
1072
Jean Delvare5b543962005-08-15 19:51:02 +02001073HARDWARE MONITORING
1074P: Jean Delvare
1075M: khali@linux-fr.org
1076L: lm-sensors@lm-sensors.org
1077W: http://www.lm-sensors.nu/
1078S: Maintained
1079
Robert Love860e1d62005-08-31 23:57:59 -04001080HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1081P: Robert Love
1082M: rlove@rlove.org
1083M: linux-kernel@vger.kernel.org
1084W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1085S: Maintained
1086
Linus Torvalds1da177e2005-04-16 15:20:36 -07001087HARMONY SOUND DRIVER
1088P: Kyle McMartin
1089M: kyle@parisc-linux.org
1090W: http://www.parisc-linux.org/~kyle/harmony/
1091L: parisc-linux@lists.parisc-linux.org
1092S: Maintained
1093
1094HAYES ESP SERIAL DRIVER
1095P: Andrew J. Robinson
1096M: arobinso@nyx.net
1097L: linux-kernel@vger.kernel.org
1098W: http://www.nyx.net/~arobinso
1099S: Maintained
1100
1101HFS FILESYSTEM
1102P: Roman Zippel
1103M: zippel@linux-m68k.org
1104L: linux-kernel@vger.kernel.org
1105S: Maintained
1106
1107HGA FRAMEBUFFER DRIVER
1108P: Ferenc Bakonyi
1109M: fero@drama.obuda.kando.hu
1110L: linux-nvidia@lists.surfsouth.com
1111W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1112S: Maintained
1113
1114HIGH-SPEED SCC DRIVER FOR AX.25
1115P: Klaus Kudielka
1116M: klaus.kudielka@ieee.org
1117L: linux-hams@vger.kernel.org
1118W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1119S: Maintained
1120
1121HIPPI
1122P: Jes Sorensen
1123M: jes@trained-monkey.org
1124L: linux-hippi@sunsite.dk
1125S: Maintained
1126
1127HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1128P: Chirag Kantharia
1129M: chirag.kantharia@hp.com
1130L: iss_storagedev@hp.com
1131S: Maintained
1132
1133HEWLETT-PACKARD SMART2 RAID DRIVER
1134P: Chirag Kantharia
1135M: chirag.kantharia@hp.com
1136L: iss_storagedev@hp.com
1137S: Maintained
1138
1139HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1140P: Mike Miller
1141M: mike.miller@hp.com
1142L: iss_storagedev@hp.com
1143S: Supported
1144
Jouni Malinenff1d2762005-05-12 22:54:16 -04001145HOST AP DRIVER
1146P: Jouni Malinen
1147M: jkmaline@cc.hut.fi
1148L: hostap@shmoo.com
1149W: http://hostap.epitest.fi/
1150S: Maintained
1151
Linus Torvalds1da177e2005-04-16 15:20:36 -07001152HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1153P: Jaroslav Kysela
1154M: perex@suse.cz
1155S: Maintained
1156
Bob Piccob9b03322005-11-07 00:59:19 -08001157HPET: High Precision Event Timers driver (hpet.c)
1158P: Clemens Ladisch
1159M: clemens@ladisch.de
1160S: Maintained
1161
1162HPET: i386
1163P: Venkatesh Pallipadi (Venki)
1164M: venkatesh.pallipadi@intel.com
1165S: Maintained
1166
1167HPET: x86_64
1168P: Andi Kleen and Vojtech Pavlik
1169M: ak@muc.de and vojtech@suse.cz
1170S: Maintained
1171
1172HPET: ACPI hpet.c
1173P: Bob Picco
1174M: bob.picco@hp.com
1175S: Maintained
1176
Linus Torvalds1da177e2005-04-16 15:20:36 -07001177HPFS FILESYSTEM
1178P: Mikulas Patocka
1179M: mikulas@artax.karlin.mff.cuni.cz
1180W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1181S: Maintained
1182
1183HUGETLB FILESYSTEM
1184P: William Irwin
1185M: wli@holomorphy.com
1186S: Maintained
1187
Jean Delvare5b543962005-08-15 19:51:02 +02001188I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001189P: Jean Delvare
1190M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001191L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001193T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001194S: Maintained
1195
1196I2O
1197P: Markus Lidel
1198M: markus.lidel@shadowconnect.com
1199W: http://i2o.shadowconnect.com/
1200S: Maintained
1201
1202i386 BOOT CODE
1203P: Riley H. Williams
1204M: Riley@Williams.Name
1205L: Linux-Kernel@vger.kernel.org
1206S: Maintained
1207
1208i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1209P: Dave Jones
1210M: davej@codemonkey.org.uk
1211P: H. Peter Anvin
1212M: hpa@zytor.com
1213S: Maintained
1214
1215i810 TCO TIMER WATCHDOG
1216P: Nils Faerber
1217M: nils@kernelconcepts.de
1218W: http://www.kernelconcepts.de/
1219S: Maintained
1220
1221IA64 (Itanium) PLATFORM
1222P: Tony Luck
1223M: tony.luck@intel.com
1224L: linux-ia64@vger.kernel.org
1225W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001226T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001227S: Maintained
1228
1229SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001230P: Jes Sorensen
1231M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001232L: linux-altix@sgi.com
1233L: linux-ia64@vger.kernel.org
1234W: http://www.sgi.com/altix
1235S: Maintained
1236
1237IBM MCA SCSI SUBSYSTEM DRIVER
1238P: Michael Lang
1239M: langa2@kph.uni-mainz.de
1240W: http://www.uni-mainz.de/~langm000/linux.html
1241S: Maintained
1242
1243IBM Power Linux RAID adapter
1244P: Brian King
1245M: brking@us.ibm.com
1246S: Supported
1247
1248IBM ServeRAID RAID DRIVER
1249P: Jack Hammer
1250P: Dave Jeffery
1251M: ipslinux@adaptec.com
1252W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1253S: Supported
1254
1255IDE DRIVER [GENERAL]
1256P: Bartlomiej Zolnierkiewicz
1257M: B.Zolnierkiewicz@elka.pw.edu.pl
1258L: linux-kernel@vger.kernel.org
1259L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001260T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261S: Maintained
1262
1263IDE/ATAPI CDROM DRIVER
1264P: Jens Axboe
1265M: axboe@suse.de
1266L: linux-kernel@vger.kernel.org
1267W: http://www.kernel.dk
1268S: Maintained
1269
1270IDE/ATAPI FLOPPY DRIVERS
1271P: Paul Bristow
1272M: Paul Bristow <paul@paulbristow.net>
1273W: http://paulbristow.net/linux/idefloppy.html
1274L: linux-kernel@vger.kernel.org
1275S: Maintained
1276
1277IDE/ATAPI TAPE DRIVERS
1278P: Gadi Oxman
1279M: Gadi Oxman <gadio@netvision.net.il>
1280L: linux-kernel@vger.kernel.org
1281S: Maintained
1282
1283IEEE 1394 ETHERNET (eth1394)
1284L: linux1394-devel@lists.sourceforge.net
1285W: http://www.linux1394.org/
1286S: Orphan
1287
Linus Torvalds1da177e2005-04-16 15:20:36 -07001288IEEE 1394 SUBSYSTEM
1289P: Ben Collins
1290M: bcollins@debian.org
1291P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001292M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293L: linux1394-devel@lists.sourceforge.net
1294W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001295T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001296S: Maintained
1297
1298IEEE 1394 OHCI DRIVER
1299P: Ben Collins
1300M: bcollins@debian.org
1301P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001302M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001303L: linux1394-devel@lists.sourceforge.net
1304W: http://www.linux1394.org/
1305S: Maintained
1306
1307IEEE 1394 PCILYNX DRIVER
1308P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001309M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001310L: linux1394-devel@lists.sourceforge.net
1311W: http://www.linux1394.org/
1312S: Maintained
1313
1314IEEE 1394 RAW I/O DRIVER
1315P: Ben Collins
1316M: bcollins@debian.org
1317P: Dan Dennedy
1318M: dan@dennedy.org
1319L: linux1394-devel@lists.sourceforge.net
1320W: http://www.linux1394.org/
1321S: Maintained
1322
Jody McIntyre105d7b32005-09-30 11:59:04 -07001323IEEE 1394 SBP2
1324P: Ben Collins
1325M: bcollins@debian.org
1326P: Stefan Richter
1327M: stefanr@s5r6.in-berlin.de
1328L: linux1394-devel@lists.sourceforge.net
1329W: http://www.linux1394.org/
1330S: Maintained
1331
Linus Torvalds1da177e2005-04-16 15:20:36 -07001332IMS TWINTURBO FRAMEBUFFER DRIVER
1333P: Paul Mundt
1334M: lethal@chaoticdreams.org
1335L: linux-fbdev-devel@lists.sourceforge.net
1336S: Maintained
1337
1338INFINIBAND SUBSYSTEM
1339P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001340M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001341P: Sean Hefty
1342M: mshefty@ichips.intel.com
1343P: Hal Rosenstock
1344M: halr@voltaire.com
1345L: openib-general@openib.org
1346W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001347T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001348S: Supported
1349
1350INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001351P: Dmitry Torokhov
1352M: dtor_core@ameritech.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001353L: linux-input@atrey.karlin.mff.cuni.cz
1354L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001355T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001356S: Maintained
1357
Robert Lovec9f04f52005-07-15 12:21:07 -04001358INOTIFY
1359P: John McCutchan and Robert Love
1360M: ttb@tentacle.dhs.org and rml@novell.com
1361L: linux-kernel@vger.kernel.org
1362S: Maintained
1363
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001364INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1365P: Sylvain Meyer
1366M: sylvain.meyer@worldonline.fr
1367L: linux-fbdev-devel@lists.sourceforge.net
1368S: Maintained
1369
Linus Torvalds1da177e2005-04-16 15:20:36 -07001370INTEL 810/815 FRAMEBUFFER DRIVER
1371P: Antonino Daplas
1372M: adaplas@pol.net
1373L: linux-fbdev-devel@lists.sourceforge.net
1374S: Maintained
1375
1376INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1377P: Ingo Molnar
1378M: mingo@redhat.com
1379S: Maintained
1380
1381INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1382P: Jeff Garzik
1383M: jgarzik@pobox.com
1384W: http://sourceforge.net/projects/gkernel/
1385S: Maintained
1386
1387INTEL IA32 MICROCODE UPDATE SUPPORT
1388P: Tigran Aivazian
1389M: tigran@veritas.com
1390S: Maintained
1391
1392INTEL PRO/100 ETHERNET SUPPORT
1393P: John Ronciak
1394M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001395P: Jesse Brandeburg
1396M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001397P: Jeff Kirsher
1398M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001399W: http://sourceforge.net/projects/e1000/
1400S: Supported
1401
1402INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1403P: Jeb Cramer
1404M: cramerj@intel.com
1405P: John Ronciak
1406M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001407P: Jesse Brandeburg
1408M: jesse.brandeburg@intel.com
1409P: Jeff Kirsher
1410M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001411W: http://sourceforge.net/projects/e1000/
1412S: Supported
1413
1414INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001415P: Jeff Kirsher
1416M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001417P: Ayyappan Veeraiyan
1418M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001419P: John Ronciak
1420M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001421P: Jesse Brandeburg
1422M: jesse.brandeburg@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001423W: http://sourceforge.net/projects/e1000/
1424S: Supported
1425
James Ketrenos826d2ab2005-11-07 18:56:59 -06001426INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1427P: Yi Zhu
1428M: yi.zhu@intel.com
1429P: James Ketrenos
1430M: jketreno@linux.intel.com
1431L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1432W: http://ipw2100.sourceforge.net
1433S: Supported
1434
1435INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1436P: Yi Zhu
1437M: yi.zhu@intel.com
1438P: James Ketrenos
1439M: jketreno@linux.intel.com
1440L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1441W: http://ipw2200.sourceforge.net
1442S: Supported
1443
Linus Torvalds1da177e2005-04-16 15:20:36 -07001444IOC3 DRIVER
1445P: Ralf Baechle
1446M: ralf@linux-mips.org
1447L: linux-mips@linux-mips.org
1448S: Maintained
1449
1450IP MASQUERADING:
1451P: Juanjo Ciarlante
1452M: jjciarla@raiz.uncu.edu.ar
1453S: Maintained
1454
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001455IPATH DRIVER:
1456P: Bryan O'Sullivan
1457M: support@pathscale.com
1458L: openib-general@openib.org
1459S: Supported
1460
Corey Minyard4409ebe2006-04-20 02:43:12 -07001461IPMI SUBSYSTEM
1462P: Corey Minyard
1463M: minyard@acm.org
1464L: openipmi-developer@lists.sourceforge.net
1465W: http://openipmi.sourceforge.net/
1466S: Supported
1467
Linus Torvalds1da177e2005-04-16 15:20:36 -07001468IPX NETWORK LAYER
1469P: Arnaldo Carvalho de Melo
1470M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001471L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001472S: Maintained
1473
1474IRDA SUBSYSTEM
1475P: Jean Tourrilhes
Olaf Heringa2ac9532005-07-12 13:58:35 -07001476L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001477W: http://irda.sourceforge.net/
Stephen Hemmingere048a372006-01-18 14:06:59 -08001478S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001479
1480ISAPNP
1481P: Jaroslav Kysela
1482M: perex@suse.cz
1483S: Maintained
1484
1485ISDN SUBSYSTEM
1486P: Karsten Keil
1487M: kkeil@suse.de
1488P: Kai Germaschewski
1489M: kai.germaschewski@gmx.de
1490L: isdn4linux@listserv.isdn4linux.de
1491W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001492T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001493S: Maintained
1494
1495ISDN SUBSYSTEM (Eicon active card driver)
1496P: Armin Schindler
1497M: mac@melware.de
1498L: isdn4linux@listserv.isdn4linux.de
1499W: http://www.melware.de
1500S: Maintained
1501
1502JOURNALLING FLASH FILE SYSTEM (JFFS)
1503P: Axis Communications AB
1504M: jffs-dev@axis.com
1505L: jffs-dev@axis.com
1506W: http://www.developer.axis.com/software/jffs/
1507S: Maintained
1508
1509JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1510P: David Woodhouse
1511M: dwmw2@infradead.org
1512L: jffs-dev@axis.com
1513W: http://sources.redhat.com/jffs2/
1514S: Maintained
1515
1516JFS FILESYSTEM
1517P: Dave Kleikamp
1518M: shaggy@austin.ibm.com
1519L: jfs-discussion@lists.sourceforge.net
1520W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001521T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001522S: Supported
1523
1524KCONFIG
1525P: Roman Zippel
1526M: zippel@linux-m68k.org
1527L: kbuild-devel@lists.sourceforge.net
1528S: Maintained
1529
1530KERNEL AUTOMOUNTER (AUTOFS)
1531P: H. Peter Anvin
1532M: hpa@zytor.com
1533L: autofs@linux.kernel.org
1534S: Odd Fixes
1535
1536KERNEL AUTOMOUNTER v4 (AUTOFS4)
1537P: Ian Kent
1538M: raven@themaw.net
1539L: autofs@linux.kernel.org
1540S: Maintained
1541
1542KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1543P: Kai Germaschewski
1544M: kai@germaschewski.name
1545P: Sam Ravnborg
1546M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001547T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001548S: Maintained
1549
1550KERNEL JANITORS
1551P: Several
1552L: kernel-janitors@osdl.org
1553W: http://www.kerneljanitors.org/
1554W: http://sf.net/projects/kernel-janitor/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001555S: Maintained
1556
1557KERNEL NFSD
1558P: Neil Brown
1559M: neilb@cse.unsw.edu.au
1560L: nfs@lists.sourceforge.net
1561W: http://nfs.sourceforge.net/
1562W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1563S: Maintained
1564
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001565KEXEC
1566P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001567M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001568W: http://www.xmission.com/~ebiederm/files/kexec/
1569L: linux-kernel@vger.kernel.org
1570L: fastboot@osdl.org
1571S: Maintained
1572
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001573KPROBES
1574P: Prasanna S Panchamukhi
1575M: prasanna@in.ibm.com
1576P: Ananth N Mavinakayanahalli
1577M: ananth@in.ibm.com
1578P: Anil S Keshavamurthy
1579M: anil.s.keshavamurthy@intel.com
1580P: David S. Miller
1581M: davem@davemloft.net
1582L: linux-kernel@vger.kernel.org
1583S: Maintained
1584
Linus Torvalds1da177e2005-04-16 15:20:36 -07001585LAPB module
1586P: Henner Eisen
1587M: eis@baty.hanse.de
1588L: linux-x25@vger.kernel.org
1589S: Maintained
1590
1591LASI 53c700 driver for PARISC
1592P: James E.J. Bottomley
1593M: James.Bottomley@HansenPartnership.com
1594L: linux-scsi@vger.kernel.org
1595S: Maintained
1596
1597LEGO USB Tower driver
1598P: Juergen Stuber
1599M: starblue@users.sourceforge.net
1600L: legousb-devel@lists.sourceforge.net
1601W: http://legousb.sourceforge.net/
1602S: Maintained
1603
1604LINUX FOR IBM pSERIES (RS/6000)
1605P: Paul Mackerras
1606M: paulus@au.ibm.com
1607W: http://www.ibm.com/linux/ltc/projects/ppc
1608S: Supported
1609
1610LINUX FOR NCR VOYAGER
1611P: James Bottomley
1612M: James.Bottomley@HansenPartnership.com
1613W: http://www.hansenpartnership.com/voyager
1614S: Maintained
1615
1616LINUX FOR POWERPC
1617P: Paul Mackerras
1618M: paulus@samba.org
1619W: http://www.penguinppc.org/
1620L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001621T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001622S: Supported
1623
1624LINUX FOR POWER MACINTOSH
1625P: Benjamin Herrenschmidt
1626M: benh@kernel.crashing.org
1627W: http://www.penguinppc.org/
1628L: linuxppc-dev@ozlabs.org
1629S: Maintained
1630
1631LINUX FOR POWERPC EMBEDDED MPC52XX
1632P: Sylvain Munaut
1633M: tnt@246tNt.com
1634W: http://www.246tNt.com/mpc52xx/
1635W: http://www.penguinppc.org/
1636L: linuxppc-dev@ozlabs.org
1637L: linuxppc-embedded@ozlabs.org
1638S: Maintained
1639
1640LINUX FOR POWERPC EMBEDDED PPC4XX
1641P: Matt Porter
1642M: mporter@kernel.crashing.org
1643W: http://www.penguinppc.org/
1644L: linuxppc-embedded@ozlabs.org
1645S: Maintained
1646
Tom Rinie93adf12005-07-26 12:49:53 -07001647LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001648P: Tom Rini
1649M: trini@kernel.crashing.org
1650W: http://www.penguinppc.org/
1651L: linuxppc-embedded@ozlabs.org
1652S: Maintained
1653
Tom Rinie93adf12005-07-26 12:49:53 -07001654LINUX FOR POWERPC EMBEDDED PPC8XX
1655P: Marcelo Tosatti
1656M: marcelo.tosatti@cyclades.com
1657W: http://www.penguinppc.org/
1658L: linuxppc-embedded@ozlabs.org
1659S: Maintained
1660
Linus Torvalds1da177e2005-04-16 15:20:36 -07001661LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1662P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001663M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664W: http://www.penguinppc.org/
1665L: linuxppc-embedded@ozlabs.org
1666S: Maintained
1667
1668LLC (802.2)
1669P: Arnaldo Carvalho de Melo
1670M: acme@conectiva.com.br
1671S: Maintained
1672
1673LINUX FOR 64BIT POWERPC
1674P: Paul Mackerras
1675M: paulus@samba.org
1676M: paulus@au.ibm.com
1677P: Anton Blanchard
1678M: anton@samba.org
1679M: anton@au.ibm.com
1680W: http://linuxppc64.org
Stephen Rothwell1d049812006-03-22 11:26:58 +11001681L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001682S: Supported
1683
1684LINUX SECURITY MODULE (LSM) FRAMEWORK
1685P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001686M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001687L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001688W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001689T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001690S: Supported
1691
1692LM83 HARDWARE MONITOR DRIVER
1693P: Jean Delvare
1694M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001695L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001696S: Maintained
1697
1698LM90 HARDWARE MONITOR DRIVER
1699P: Jean Delvare
1700M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001701L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001702S: Maintained
1703
1704LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1705P: Richard Russon (FlatCap)
1706M: ldm@flatcap.org
1707L: ldm-devel@lists.sourceforge.net
1708W: http://ldm.sourceforge.net
1709S: Maintained
1710
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001711LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1712P: Eric Moore
1713M: Eric.Moore@lsil.com
1714M: support@lsil.com
1715L: mpt_linux_developer@lsil.com
1716L: linux-scsi@vger.kernel.org
1717W: http://www.lsilogic.com/support
1718S: Supported
1719
Linus Torvalds1da177e2005-04-16 15:20:36 -07001720LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1721P: Matthew Wilcox
1722M: matthew@wil.cx
1723L: linux-scsi@vger.kernel.org
1724S: Maintained
1725
1726M68K ARCHITECTURE
1727P: Geert Uytterhoeven
1728M: geert@linux-m68k.org
1729P: Roman Zippel
1730M: zippel@linux-m68k.org
1731L: linux-m68k@lists.linux-m68k.org
1732W: http://www.linux-m68k.org/
1733W: http://linux-m68k-cvs.ubb.ca/
1734S: Maintained
1735
1736M68K ON APPLE MACINTOSH
1737P: Joshua Thompson
1738M: funaho@jurai.org
1739W: http://www.mac.linux-m68k.org/
1740L: linux-mac68k@mac.linux-m68k.org
1741S: Maintained
1742
1743M68K ON HP9000/300
1744P: Philip Blundell
1745M: philb@gnu.org
1746W: http://www.tazenda.demon.co.uk/phil/linux-hp
1747S: Maintained
1748
1749MARVELL YUKON / SYSKONNECT DRIVER
1750P: Mirko Lindner
1751M: mlindner@syskonnect.de
1752P: Ralph Roesler
1753M: rroesler@syskonnect.de
1754W: http://www.syskonnect.com
1755S: Supported
1756
1757MAESTRO PCI SOUND DRIVERS
1758P: Zach Brown
1759M: zab@zabbo.net
1760S: Odd Fixes
1761
Michael Kerriskfaf16682005-07-31 22:34:47 -07001762MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1763P: Michael Kerrisk
1764M: mtk-manpages@gmx.net
1765W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1766S: Maintained
1767
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001768MARVELL MV643XX ETHERNET DRIVER
1769P: Dale Farnsworth
1770M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001771P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001772M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001773L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001774S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001775
1776MATROX FRAMEBUFFER DRIVER
1777P: Petr Vandrovec
1778M: vandrove@vc.cvut.cz
1779L: linux-fbdev-devel@lists.sourceforge.net
1780S: Maintained
1781
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001782MEGARAID SCSI DRIVERS
1783P: Neela Syam Kolli
1784M: Neela.Kolli@engenio.com
1785S: linux-scsi@vger.kernel.org
1786W: http://megaraid.lsilogic.com
1787S: Maintained
1788
Linus Torvalds1da177e2005-04-16 15:20:36 -07001789MEMORY TECHNOLOGY DEVICES
1790P: David Woodhouse
1791M: dwmw2@infradead.org
1792W: http://www.linux-mtd.infradead.org/
1793L: linux-mtd@lists.infradead.org
Josh Boyer2c560ac2005-11-23 15:43:57 -08001794T: git kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001795S: Maintained
1796
1797MICROTEK X6 SCANNER
1798P: Oliver Neukum
1799M: oliver@neukum.name
1800S: Maintained
1801
1802MIPS
1803P: Ralf Baechle
1804M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001805W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001806L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001807T: git www.linux-mips.org:/pub/scm/linux.git
1808S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001809
1810MISCELLANEOUS MCA-SUPPORT
1811P: James Bottomley
1812M: jejb@steeleye.com
1813L: linux-kernel@vger.kernel.org
1814S: Maintained
1815
1816MODULE SUPPORT
1817P: Rusty Russell
1818M: rusty@rustcorp.com.au
1819L: linux-kernel@vger.kernel.org
1820S: Maintained
1821
1822MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1823P: Stelian Pop
1824M: stelian@popies.net
1825W: http://popies.net/meye/
1826S: Maintained
1827
1828MOUSE AND MISC DEVICES [GENERAL]
1829P: Alessandro Rubini
1830M: rubini@ipvvis.unipv.it
1831L: linux-kernel@vger.kernel.org
1832S: Maintained
1833
1834MTRR AND SIMILAR SUPPORT [i386]
1835P: Richard Gooch
1836M: rgooch@atnf.csiro.au
1837L: linux-kernel@vger.kernel.org
1838W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1839S: Maintained
1840
1841MULTISOUND SOUND DRIVER
1842P: Andrew Veliath
1843M: andrewtv@usa.net
1844S: Maintained
1845
1846NATSEMI ETHERNET DRIVER (DP8381x)
1847P: Tim Hockin
1848M: thockin@hockin.org
1849S: Maintained
1850
1851NCP FILESYSTEM
1852P: Petr Vandrovec
1853M: vandrove@vc.cvut.cz
1854L: linware@sh.cvut.cz
1855S: Maintained
1856
1857NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1858P: James E.J. Bottomley
1859M: James.Bottomley@HansenPartnership.com
1860L: linux-scsi@vger.kernel.org
1861S: Maintained
1862
1863NETFILTER/IPTABLES/IPCHAINS
1864P: Rusty Russell
1865P: Marc Boucher
1866P: James Morris
1867P: Harald Welte
1868P: Jozsef Kadlecsik
1869M: coreteam@netfilter.org
1870W: http://www.netfilter.org/
1871W: http://www.iptables.org/
1872L: netfilter@lists.netfilter.org
1873L: netfilter-devel@lists.netfilter.org
1874S: Supported
1875
1876NETROM NETWORK LAYER
1877P: Ralf Baechle
1878M: ralf@linux-mips.org
1879L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02001880W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881S: Maintained
1882
1883NETWORK BLOCK DEVICE
1884P: Paul Clements
1885M: Paul.Clements@steeleye.com
1886S: Maintained
1887
1888NETWORK DEVICE DRIVERS
1889P: Andrew Morton
1890M: akpm@osdl.org
1891P: Jeff Garzik
1892M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001893L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001894T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001895S: Maintained
1896
1897NETWORKING [GENERAL]
1898P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001899M: netdev@vger.kernel.org
1900L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08001901W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001902S: Maintained
1903
1904NETWORKING [IPv4/IPv6]
1905P: David S. Miller
1906M: davem@davemloft.net
1907P: Alexey Kuznetsov
1908M: kuznet@ms2.inr.ac.ru
1909P: Pekka Savola (ipv6)
1910M: pekkas@netcore.fi
1911P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001912M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001913P: Hideaki YOSHIFUJI
1914M: yoshfuji@linux-ipv6.org
1915P: Patrick McHardy
1916M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001917L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08001918T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001919S: Maintained
1920
John W. Linville29f8f632006-01-18 14:52:48 -08001921NETWORKING [WIRELESS]
1922P: John W. Linville
1923M: linville@tuxdriver.com
1924L: netdev@vger.kernel.org
1925T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
1926S: Maintained
1927
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928IPVS
1929P: Wensong Zhang
1930M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07001931P: Simon Horman
1932M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07001933P: Julian Anastasov
1934M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07001935L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936S: Maintained
1937
1938NFS CLIENT
1939P: Trond Myklebust
1940M: trond.myklebust@fys.uio.no
1941L: linux-kernel@vger.kernel.org
1942S: Maintained
1943
1944NI5010 NETWORK DRIVER
1945P: Jan-Pascal van Best and Andreas Mohr
1946M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1947M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07001948L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001949S: Maintained
1950
1951NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1952P: YOKOTA Hiroshi
1953M: yokota@netlab.is.tsukuba.ac.jp
1954W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1955S: Maintained
1956
1957NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1958P: GOTO Masanori
1959M: gotom@debian.or.jp
1960P: YOKOTA Hiroshi
1961M: yokota@netlab.is.tsukuba.ac.jp
1962W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1963S: Maintained
1964
1965NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1966P: Eberhard Moenkeberg
1967M: emoenke@gwdg.de
1968L: linux-kernel@vger.kernel.org
1969S: Maintained
1970
1971NTFS FILESYSTEM
1972P: Anton Altaparmakov
1973M: aia21@cantab.net
1974L: linux-ntfs-dev@lists.sourceforge.net
1975L: linux-kernel@vger.kernel.org
1976W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001977T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001978S: Maintained
1979
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001980NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
1981P: Antonino Daplas
1982M: adaplas@pol.net
1983L: linux-fbdev-devel@lists.sourceforge.net
1984S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001985
Mark Fashehccd979b2005-12-15 14:31:24 -08001986ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
1987P: Mark Fasheh
1988M: mark.fasheh@oracle.com
1989P: Kurt Hackel
1990M: kurt.hackel@oracle.com
1991L: ocfs2-devel@oss.oracle.com
1992W: http://oss.oracle.com/projects/ocfs2/
1993S: Supported
1994
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995OLYMPIC NETWORK DRIVER
1996P: Peter De Shrijver
1997M: p2@ace.ulyssis.student.kuleuven.ac.be
1998P: Mike Phillips
1999M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002000L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002001L: linux-tr@linuxtr.net
2002W: http://www.linuxtr.net
2003S: Maintained
2004
Harald Weltec1986ee2005-11-13 16:06:29 -08002005OMNIKEY CARDMAN 4000 DRIVER
2006P: Harald Welte
2007M: laforge@gnumonks.org
2008S: Maintained
2009
Harald Welte77c44ab2005-11-13 16:06:26 -08002010OMNIKEY CARDMAN 4040 DRIVER
2011P: Harald Welte
2012M: laforge@gnumonks.org
2013S: Maintained
2014
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015ONSTREAM SCSI TAPE DRIVER
2016P: Willem Riede
2017M: osst@riede.org
2018L: osst-users@lists.sourceforge.net
2019L: linux-scsi@vger.kernel.org
2020S: Maintained
2021
2022OPL3-SA2, SA3, and SAx DRIVER
2023P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002024M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025L: linux-sound@vger.kernel.org
2026S: Maintained
2027
2028OPROFILE
2029P: Philippe Elie
2030M: phil.el@wanadoo.fr
2031L: oprofile-list@lists.sf.net
2032S: Maintained
2033
2034ORINOCO DRIVER
2035P: Pavel Roskin
2036M: proski@gnu.org
2037P: David Gibson
2038M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002039L: orinoco-users@lists.sourceforge.net
2040L: orinoco-devel@lists.sourceforge.net
2041W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042S: Maintained
2043
2044PARALLEL PORT SUPPORT
2045P: Phil Blundell
2046M: philb@gnu.org
2047P: Tim Waugh
2048M: tim@cyberelk.net
2049P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002050P: Andrea Arcangeli
2051M: andrea@suse.de
2052L: linux-parport@lists.infradead.org
2053W: http://people.redhat.com/twaugh/parport/
2054S: Maintained
2055
2056PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2057P: Tim Waugh
2058M: tim@cyberelk.net
2059L: linux-parport@lists.infradead.org
2060W: http://www.torque.net/linux-pp.html
2061S: Maintained
2062
2063PARISC ARCHITECTURE
2064P: Matthew Wilcox
2065M: matthew@wil.cx
2066P: Grant Grundler
2067M: grundler@parisc-linux.org
2068L: parisc-linux@parisc-linux.org
2069W: http://www.parisc-linux.org/
2070S: Maintained
2071
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002072PCI ERROR RECOVERY
2073P: Linas Vepstas
2074M: linas@austin.ibm.com
2075L: linux-kernel@vger.kernel.org
2076L: linux-pci@atrey.karlin.mff.cuni.cz
2077S: Supported
2078
Linus Torvalds1da177e2005-04-16 15:20:36 -07002079PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2080P: Thomas Sailer
2081M: sailer@ife.ee.ethz.ch
2082L: linux-sound@vger.kernel.org
2083W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2084S: Maintained
2085
2086PCI SUBSYSTEM
2087P: Greg Kroah-Hartman
2088M: gregkh@suse.de
2089L: linux-kernel@vger.kernel.org
2090L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002091T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002092S: Supported
2093
2094PCI HOTPLUG CORE
2095P: Greg Kroah-Hartman
2096M: gregkh@suse.de
2097S: Supported
2098
2099PCI HOTPLUG COMPAQ DRIVER
2100P: Greg Kroah-Hartman
2101M: greg@kroah.com
2102S: Maintained
2103
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002104PCIE HOTPLUG DRIVER
2105P: Kristen Carlson Accardi
2106M: kristen.c.accardi@intel.com
2107L: pcihpd-discuss@lists.sourceforge.net
2108S: Maintained
2109
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002111P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002112L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002113T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002114S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115
2116PCNET32 NETWORK DRIVER
2117P: Thomas Bogendörfer
2118M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002119L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120S: Maintained
2121
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002122PERSONALITY HANDLING
2123P: Christoph Hellwig
2124M: hch@infradead.org
2125L: linux-abi-devel@lists.sourceforge.net
2126S: Maintained
2127
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128PHRAM MTD DRIVER
2129P: Jörn Engel
2130M: joern@wh.fh-wedel.de
2131L: linux-mtd@lists.infradead.org
2132S: Maintained
2133
Peter Osterlund249a6772005-09-27 21:45:30 -07002134PKTCDVD DRIVER
2135P: Peter Osterlund
2136M: petero2@telia.com
2137L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002138S: Maintained
2139
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140POSIX CLOCKS and TIMERS
2141P: George Anzinger
2142M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002143L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144S: Supported
2145
Eugene Surovegin24682972005-10-14 03:00:53 -07002146POWERPC 4xx EMAC DRIVER
2147P: Eugene Surovegin
2148M: ebs@ebshome.net
2149W: http://kernel.ebshome.net/emac/
2150L: linuxppc-embedded@ozlabs.org
2151L: netdev@vger.kernel.org
2152S: Maintained
2153
Linus Torvalds1da177e2005-04-16 15:20:36 -07002154PNP SUPPORT
2155P: Adam Belay
2156M: ambx1@neo.rr.com
2157S: Maintained
2158
2159PPP PROTOCOL DRIVERS AND COMPRESSORS
2160P: Paul Mackerras
2161M: paulus@samba.org
2162L: linux-ppp@vger.kernel.org
2163S: Maintained
2164
2165PPP OVER ATM (RFC 2364)
2166P: Mitchell Blank Jr
2167M: mitch@sfgoth.com
2168S: Maintained
2169
2170PPP OVER ETHERNET
2171P: Michal Ostrowski
2172M: mostrows@speakeasy.net
2173S: Maintained
2174
2175PREEMPTIBLE KERNEL
2176P: Robert Love
2177M: rml@tech9.net
2178L: linux-kernel@vger.kernel.org
2179L: kpreempt-tech@lists.sourceforge.net
2180W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2181S: Supported
2182
2183PRISM54 WIRELESS DRIVER
2184P: Prism54 Development Team
2185M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002186L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187W: http://prism54.org
2188S: Maintained
2189
2190PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2191P: Peter Denison
2192M: promise@pnd-pc.demon.co.uk
2193W: http://www.pnd-pc.demon.co.uk/promise/
2194S: Maintained
2195
2196PXA2xx SUPPORT
2197P: Nicolas Pitre
2198M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002199L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002200S: Maintained
2201
2202QLOGIC QLA2XXX FC-SCSI DRIVER
2203P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002204M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205L: linux-scsi@vger.kernel.org
2206S: Supported
2207
2208QNX4 FILESYSTEM
2209P: Anders Larsen
2210M: al@alarsen.net
2211L: linux-kernel@vger.kernel.org
2212W: http://www.alarsen.net/linux/qnx4fs/
2213S: Maintained
2214
2215RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002216P: Benjamin Herrenschmidt
2217M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002218L: linux-fbdev-devel@lists.sourceforge.net
2219S: Maintained
2220
2221RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002222P: Paul Mackerras
2223M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002224L: linux-fbdev-devel@lists.sourceforge.net
2225S: Maintained
2226
2227RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2228P: Corey Thomas
2229M: corey@world.std.com
2230L: linux-kernel@vger.kernel.org
2231S: Maintained
2232
Matt Mackall9e95ce22005-04-16 15:25:56 -07002233RANDOM NUMBER DRIVER
2234P: Matt Mackall
2235M: mpm@selenic.com
2236S: Maintained
2237
Matt Porter394b7012005-11-07 01:00:15 -08002238RAPIDIO SUBSYSTEM
2239P: Matt Porter
2240M: mporter@kernel.crashing.org
2241L: linux-kernel@vger.kernel.org
2242S: Maintained
2243
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244REAL TIME CLOCK DRIVER
2245P: Paul Gortmaker
2246M: p_gortmaker@yahoo.com
2247L: linux-kernel@vger.kernel.org
2248S: Maintained
2249
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002250REAL TIME CLOCK (RTC) SUBSYSTEM
2251P: Alessandro Zummo
2252M: a.zummo@towertech.it
2253L: linux-kernel@vger.kernel.org
2254S: Maintained
2255
Linus Torvalds1da177e2005-04-16 15:20:36 -07002256REISERFS FILE SYSTEM
2257P: Hans Reiser
2258M: reiserfs-dev@namesys.com
2259L: reiserfs-list@namesys.com
2260W: http://www.namesys.com
2261S: Supported
2262
2263ROCKETPORT DRIVER
2264P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002265W: http://www.comtrol.com
2266S: Maintained
2267
2268ROSE NETWORK LAYER
2269P: Ralf Baechle
2270M: ralf@linux-mips.org
2271L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002272W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002273S: Maintained
2274
2275RISCOM8 DRIVER
2276S: Orphan
2277
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002278S3 SAVAGE FRAMEBUFFER DRIVER
2279P: Antonino Daplas
2280M: adaplas@pol.net
2281L: linux-fbdev-devel@lists.sourceforge.net
2282S: Maintained
2283
Linus Torvalds1da177e2005-04-16 15:20:36 -07002284S390
2285P: Martin Schwidefsky
2286M: schwidefsky@de.ibm.com
2287M: linux390@de.ibm.com
2288L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002289W: http://www.ibm.com/developerworks/linux/linux390/
2290S: Supported
2291
2292S390 NETWORK DRIVERS
2293P: Frank Pavlic
2294M: fpavlic@de.ibm.com
2295M: linux390@de.ibm.com
2296L: linux-390@vm.marist.edu
2297W: http://www.ibm.com/developerworks/linux/linux390/
2298S: Supported
2299
2300S390 ZFCP DRIVER
2301P: Andreas Herrmann
2302M: aherrman@de.ibm.com
2303M: linux390@de.ibm.com
2304L: linux-390@vm.marist.edu
2305W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002306S: Supported
2307
2308SAA7146 VIDEO4LINUX-2 DRIVER
2309P: Michael Hunold
2310M: michael@mihu.de
2311W: http://www.mihu.de/linux/saa7146
2312S: Maintained
2313
2314SBPCD CDROM DRIVER
2315P: Eberhard Moenkeberg
2316M: emoenke@gwdg.de
2317L: linux-kernel@vger.kernel.org
2318S: Maintained
2319
2320SC1200 WDT DRIVER
2321P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002322M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002323S: Maintained
2324
2325SCHEDULER
2326P: Ingo Molnar
2327M: mingo@elte.hu
2328P: Robert Love [the preemptible kernel bits]
2329M: rml@tech9.net
2330L: linux-kernel@vger.kernel.org
2331S: Maintained
2332
2333SCSI CDROM DRIVER
2334P: Jens Axboe
2335M: axboe@suse.de
2336L: linux-scsi@vger.kernel.org
2337W: http://www.kernel.dk
2338S: Maintained
2339
2340SCSI SG DRIVER
2341P: Doug Gilbert
2342M: dgilbert@interlog.com
2343L: linux-scsi@vger.kernel.org
2344W: http://www.torque.net/sg
2345S: Maintained
2346
2347SCSI SUBSYSTEM
2348P: James E.J. Bottomley
2349M: James.Bottomley@SteelEye.com
2350L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002351T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352S: Maintained
2353
2354SCSI TAPE DRIVER
2355P: Kai Mäkisara
2356M: Kai.Makisara@kolumbus.fi
2357L: linux-scsi@vger.kernel.org
2358S: Maintained
2359
2360SCTP PROTOCOL
2361P: Sridhar Samudrala
2362M: sri@us.ibm.com
2363L: lksctp-developers@lists.sourceforge.net
2364S: Supported
2365
2366SCx200 CPU SUPPORT
2367P: Christer Weinigel
2368M: christer@weinigel.se
2369W: http://www.weinigel.se
2370S: Supported
2371
2372SECURITY CONTACT
2373P: Security Officers
2374M: security@kernel.org
2375S: Supported
2376
2377SELINUX SECURITY MODULE
2378P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002379M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002380P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002381M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382L: linux-kernel@vger.kernel.org (kernel issues)
2383L: selinux@tycho.nsa.gov (general discussion)
2384W: http://www.nsa.gov/selinux
2385S: Supported
2386
2387SERIAL ATA (SATA) SUBSYSTEM:
2388P: Jeff Garzik
2389M: jgarzik@pobox.com
2390L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002391T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002392S: Supported
2393
2394SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2395P: Pat Gefre
2396M: pfg@sgi.com
2397L: linux-ia64@vger.kernel.org
2398S: Supported
2399
2400SGI VISUAL WORKSTATION 320 AND 540
2401P: Andrey Panin
2402M: pazke@donpac.ru
2403L: linux-visws-devel@lists.sf.net
2404W: http://linux-visws.sf.net
2405S: Maintained for 2.6.
2406
2407SIMTEC EB110ATX (Chalice CATS)
2408P: Ben Dooks
2409P: Vincent Sanders
2410M: support@simtec.co.uk
2411W: http://www.simtec.co.uk/products/EB110ATX/
2412S: Supported
2413
2414SIMTEC EB2410ITX (BAST)
2415P: Ben Dooks
2416P: Vincent Sanders
2417M: support@simtec.co.uk
2418W: http://www.simtec.co.uk/products/EB2410ITX/
2419S: Supported
2420
Francois Romieu92aab3c2005-07-30 13:11:18 +02002421SIS 190 ETHERNET DRIVER
2422P: Francois Romieu
2423M: romieu@fr.zoreil.com
2424L: netdev@vger.kernel.org
2425S: Maintained
2426
Linus Torvalds1da177e2005-04-16 15:20:36 -07002427SIS 5513 IDE CONTROLLER DRIVER
2428P: Lionel Bouton
2429M: Lionel.Bouton@inet6.fr
2430W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2431W: http://gyver.homeip.net/sis5513/index.html
2432S: Maintained
2433
2434SIS 900/7016 FAST ETHERNET DRIVER
2435P: Daniele Venzano
2436M: venza@brownhat.org
2437W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002438L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002439S: Maintained
2440
2441SIS FRAMEBUFFER DRIVER
2442P: Thomas Winischhofer
2443M: thomas@winischhofer.net
2444W: http://www.winischhofer.net/linuxsisvga.shtml
2445S: Maintained
2446
2447SIS USB2VGA DRIVER
2448P: Thomas Winischhofer
2449M: thomas@winischhofer.net
2450W: http://www.winischhofer.at/linuxsisusbvga.shtml
2451S: Maintained
2452
2453SMSC47M1 HARDWARE MONITOR DRIVER
2454P: Jean Delvare
2455M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002456L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002457S: Odd Fixes
2458
2459SMB FILESYSTEM
2460P: Urban Widmark
2461M: urban@teststation.com
2462W: http://samba.org/
2463L: samba@samba.org
2464S: Maintained
2465
2466SMC91x ETHERNET DRIVER
2467P: Nicolas Pitre
2468M: nico@cam.org
2469S: Maintained
2470
Linus Torvalds1da177e2005-04-16 15:20:36 -07002471SOFTWARE RAID (Multiple Disks) SUPPORT
2472P: Ingo Molnar
2473M: mingo@redhat.com
2474P: Neil Brown
2475M: neilb@cse.unsw.edu.au
2476L: linux-raid@vger.kernel.org
2477S: Maintained
2478
2479SOFTWARE SUSPEND:
2480P: Pavel Machek
2481M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002482L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002483S: Maintained
2484
2485SONIC NETWORK DRIVER
2486P: Thomas Bogendoerfer
2487M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002488L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002489S: Maintained
2490
2491SONY VAIO CONTROL DEVICE DRIVER
2492P: Stelian Pop
2493M: stelian@popies.net
2494W: http://popies.net/sonypi/
2495S: Maintained
2496
2497SOUND
2498P: Jaroslav Kysela
2499M: perex@suse.cz
2500L: alsa-devel@alsa-project.org
2501S: Maintained
2502
Kylene Hall1c72d462005-05-01 08:59:13 -07002503TPM DEVICE DRIVER
2504P: Kylene Hall
2505M: kjhall@us.ibm.com
2506W: http://tpmdd.sourceforge.net
2507L: tpmdd-devel@lists.sourceforge.net
2508S: Maintained
2509
Mark Gross1a80ba82005-10-30 15:02:55 -08002510Telecom Clock Driver for MCPL0010
2511P: Mark Gross
2512M: mark.gross@intel.com
2513S: Supported
2514
Chris Zankel48b415c2005-06-23 22:01:07 -07002515TENSILICA XTENSA PORT (xtensa):
2516P: Chris Zankel
2517M: chris@zankel.net
2518S: Maintained
2519
Linus Torvalds1da177e2005-04-16 15:20:36 -07002520UltraSPARC (sparc64):
2521P: David S. Miller
2522M: davem@davemloft.net
2523P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002524M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525P: Jakub Jelinek
2526M: jj@sunsite.ms.mff.cuni.cz
2527P: Anton Blanchard
2528M: anton@samba.org
2529L: sparclinux@vger.kernel.org
2530L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002531T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532S: Maintained
2533
2534SHARP LH SUPPORT (LH7952X & LH7A40X)
2535P: Marc Singer
2536M: elf@buici.com
2537W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002538L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002539S: Maintained
2540
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002541SHPC HOTPLUG DRIVER
2542P: Kristen Carlson Accardi
2543M: kristen.c.accardi@intel.com
2544L: pcihpd-discuss@lists.sourceforge.net
2545S: Maintained
2546
Pierre Ossmand129bce2006-03-24 03:18:17 -08002547SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2548P: Pierre Ossman
2549M: drzeus-sdhci@drzeus.cx
2550L: sdhci-devel@list.drzeus.cx
2551W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2552S: Maintained
2553
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002554SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2555P: Stephen Hemminger
2556M: shemminger@osdl.org
2557L: netdev@vger.kernel.org
2558S: Maintained
2559
Linus Torvalds1da177e2005-04-16 15:20:36 -07002560SPARC (sparc32):
2561P: William L. Irwin
2562M: wli@holomorphy.com
2563L: sparclinux@vger.kernel.org
2564S: Maintained
2565
2566SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2567P: Roger Wolff
2568M: R.E.Wolff@BitWizard.nl
2569L: linux-kernel@vger.kernel.org ?
2570S: Supported
2571
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572SRM (Alpha) environment access
2573P: Jan-Benedict Glaw
2574M: jbglaw@lug-owl.de
2575L: linux-kernel@vger.kernel.org
2576S: Maintained
2577
2578STARFIRE/DURALAN NETWORK DRIVER
2579P: Ion Badulescu
2580M: ionut@cs.columbia.edu
2581S: Maintained
2582
2583STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2584W: http://mosquitonet.Stanford.EDU/strip.html
2585S: Unsupported ?
2586
2587STRADIS MPEG-2 DECODER DRIVER
2588P: Nathan Laredo
2589M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002590W: http://www.stradis.com/
2591S: Maintained
2592
2593SUPERH (sh)
2594P: Paul Mundt
2595M: lethal@linux-sh.org
2596P: Kazumoto Kojima
2597M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002598L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599W: http://www.linux-sh.org
2600W: http://www.m17n.org/linux-sh/
2601W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2602S: Maintained
2603
2604SUPERH64 (sh64)
2605P: Paul Mundt
2606M: lethal@linux-sh.org
2607P: Richard Curnow
2608M: rc@rc0.org.uk
2609L: linuxsh-shmedia-dev@lists.sourceforge.net
2610W: http://www.linux-sh.org
2611W: http://www.rc0.org.uk/sh64
2612S: Maintained
2613
2614SUN3/3X
2615P: Sam Creasey
2616M: sammy@sammy.net
2617L: sun3-list@redhat.com
2618W: http://sammy.net/sun3/
2619S: Maintained
2620
2621SVGA HANDLING
2622P: Martin Mares
2623M: mj@ucw.cz
2624L: linux-video@atrey.karlin.mff.cuni.cz
2625S: Maintained
2626
2627SYSV FILESYSTEM
2628P: Christoph Hellwig
2629M: hch@infradead.org
2630S: Maintained
2631
2632TI PARALLEL LINK CABLE DRIVER
2633P: Romain Lievin
2634M: roms@lpg.ticalc.org
2635S: Maintained
2636
Per Lidene86eaa32006-01-12 16:45:18 +01002637TIPC NETWORK LAYER
2638P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002639M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002640P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002641M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002642P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002643M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002644L: tipc-discussion@lists.sourceforge.net
2645W: http://tipc.sourceforge.net/
2646W: http://tipc.cslab.ericsson.net/
2647T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2648S: Maintained
2649
Linus Torvalds1da177e2005-04-16 15:20:36 -07002650TLAN NETWORK DRIVER
2651P: Samuel Chessman
2652M: chessman@tux.org
2653L: tlan-devel@lists.sourceforge.net
2654W: http://sourceforge.net/projects/tlan/
2655S: Maintained
2656
2657TOKEN-RING NETWORK DRIVER
2658P: Mike Phillips
2659M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002660L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002661L: linux-tr@linuxtr.net
2662W: http://www.linuxtr.net
2663S: Maintained
2664
2665TOSHIBA ACPI EXTRAS DRIVER
2666P: John Belmonte
2667M: toshiba_acpi@memebeam.org
2668W: http://memebeam.org/toys/ToshibaAcpiDriver
2669S: Maintained
2670
2671TOSHIBA SMM DRIVER
2672P: Jonathan Buzzard
2673M: jonathan@buzzard.org.uk
2674L: tlinux-users@tce.toshiba-dme.co.jp
2675W: http://www.buzzard.org.uk/toshiba/
2676S: Maintained
2677
2678TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2679P: Muli Ben-Yehuda
2680M: mulix@mulix.org
2681L: linux-kernel@vger.kernel.org
2682S: Maintained
2683
2684TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002685P: Adrian Bunk
2686M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002688W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002689T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690S: Maintained
2691
2692TMS380 TOKEN-RING NETWORK DRIVER
2693P: Adam Fritzler
2694M: mid@auk.cx
2695L: linux-tr@linuxtr.net
2696W: http://www.auk.cx/tms380tr/
2697S: Maintained
2698
2699TULIP NETWORK DRIVER
2700P: Jeff Garzik
2701M: jgarzik@pobox.com
2702L: tulip-users@lists.sourceforge.net
2703W: http://sourceforge.net/projects/tulip/
2704S: Maintained
2705
2706TUN/TAP driver
2707P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002708M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002709L: vtun@office.satix.net
2710W: http://vtun.sourceforge.net/tun
2711S: Maintained
2712
2713U14-34F SCSI DRIVER
2714P: Dario Ballabio
2715M: ballabio_dario@emc.com
2716L: linux-scsi@vger.kernel.org
2717S: Maintained
2718
2719UDF FILESYSTEM
2720P: Ben Fennema
2721M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722W: http://linux-udf.sourceforge.net
2723S: Maintained
2724
2725UNIFORM CDROM DRIVER
2726P: Jens Axboe
2727M: axboe@suse.de
2728L: linux-kernel@vger.kernel.org
2729W: http://www.kernel.dk
2730S: Maintained
2731
2732USB ACM DRIVER
2733P: Oliver Neukum
2734M: oliver@neukum.name
2735L: linux-usb-users@lists.sourceforge.net
2736L: linux-usb-devel@lists.sourceforge.net
2737S: Maintained
2738
2739USB BLOCK DRIVER (UB ub)
2740P: Pete Zaitcev
2741M: zaitcev@redhat.com
2742L: linux-kernel@vger.kernel.org
2743L: linux-usb-devel@lists.sourceforge.net
2744S: Supported
2745
Linus Torvalds1da177e2005-04-16 15:20:36 -07002746USB CDC ETHERNET DRIVER
2747P: Greg Kroah-Hartman
2748M: greg@kroah.com
2749L: linux-usb-users@lists.sourceforge.net
2750L: linux-usb-devel@lists.sourceforge.net
2751S: Maintained
2752W: http://www.kroah.com/linux-usb/
2753
2754USB EHCI DRIVER
2755P: David Brownell
2756M: dbrownell@users.sourceforge.net
2757L: linux-usb-devel@lists.sourceforge.net
2758S: Maintained
2759
Luca Risolia7ce08c92006-01-11 02:06:59 +00002760USB ET61X[12]51 DRIVER
2761P: Luca Risolia
2762M: luca.risolia@studio.unibo.it
2763L: linux-usb-devel@lists.sourceforge.net
2764L: video4linux-list@redhat.com
2765W: http://www.linux-projects.org
2766S: Maintained
2767
Linus Torvalds1da177e2005-04-16 15:20:36 -07002768USB HID/HIDBP DRIVERS
2769P: Vojtech Pavlik
2770M: vojtech@suse.cz
2771L: linux-usb-users@lists.sourceforge.net
2772L: linux-usb-devel@lists.sourceforge.net
2773S: Maintained
2774
2775USB HUB DRIVER
2776P: Johannes Erdfelt
2777M: johannes@erdfelt.com
2778L: linux-usb-users@lists.sourceforge.net
2779L: linux-usb-devel@lists.sourceforge.net
2780S: Maintained
2781
Olav Kongas959eea22005-11-03 17:38:14 +02002782USB ISP116X DRIVER
2783P: Olav Kongas
2784M: ok@artecdesign.ee
2785L: linux-usb-devel@lists.sourceforge.net
2786S: Maintained
2787
Linus Torvalds1da177e2005-04-16 15:20:36 -07002788USB KAWASAKI LSI DRIVER
2789P: Oliver Neukum
2790M: oliver@neukum.name
2791L: linux-usb-users@lists.sourceforge.net
2792L: linux-usb-devel@lists.sourceforge.net
2793S: Maintained
2794
2795USB MASS STORAGE DRIVER
2796P: Matthew Dharm
2797M: mdharm-usb@one-eyed-alien.net
2798L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002799L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002800S: Maintained
2801W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2802
2803USB OHCI DRIVER
2804P: Roman Weissgaerber
2805M: weissg@vienna.at
2806L: linux-usb-users@lists.sourceforge.net
2807L: linux-usb-devel@lists.sourceforge.net
2808S: Maintained
2809
Matthias Urlichsba460e42005-07-14 00:33:47 -07002810USB OPTION-CARD DRIVER
2811P: Matthias Urlichs
2812M: smurf@smurf.noris.de
2813L: linux-usb-devel@lists.sourceforge.net
2814S: Maintained
2815
Linus Torvalds1da177e2005-04-16 15:20:36 -07002816USB OV511 DRIVER
2817P: Mark McClelland
2818M: mmcclell@bigfoot.com
2819L: linux-usb-users@lists.sourceforge.net
2820L: linux-usb-devel@lists.sourceforge.net
2821W: http://alpha.dyndns.org/ov511/
2822S: Maintained
2823
2824USB PEGASUS DRIVER
2825P: Petko Manolov
2826M: petkan@users.sourceforge.net
2827L: linux-usb-users@lists.sourceforge.net
2828L: linux-usb-devel@lists.sourceforge.net
2829W: http://pegasus2.sourceforge.net/
2830S: Maintained
2831
2832USB PRINTER DRIVER
2833P: Vojtech Pavlik
2834M: vojtech@suse.cz
2835L: linux-usb-users@lists.sourceforge.net
2836L: linux-usb-devel@lists.sourceforge.net
2837S: Maintained
2838
2839USB RTL8150 DRIVER
2840P: Petko Manolov
2841M: petkan@users.sourceforge.net
2842L: linux-usb-users@lists.sourceforge.net
2843L: linux-usb-devel@lists.sourceforge.net
2844W: http://pegasus2.sourceforge.net/
2845S: Maintained
2846
2847USB SE401 DRIVER
2848P: Jeroen Vreeken
2849M: pe1rxq@amsat.org
2850L: linux-usb-users@lists.sourceforge.net
2851L: linux-usb-devel@lists.sourceforge.net
2852W: http://www.chello.nl/~j.vreeken/se401/
2853S: Maintained
2854
2855USB SERIAL CYBERJACK DRIVER
2856P: Matthias Bruestle and Harald Welte
2857M: support@reiner-sct.com
2858W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2859S: Maintained
2860
2861USB SERIAL DIGI ACCELEPORT DRIVER
2862P: Peter Berger and Al Borchers
2863M: pberger@brimson.com
2864M: alborchers@steinerpoint.com
2865L: linux-usb-users@lists.sourceforge.net
2866L: linux-usb-devel@lists.sourceforge.net
2867S: Maintained
2868
2869USB SERIAL DRIVER
2870P: Greg Kroah-Hartman
2871M: gregkh@suse.de
2872L: linux-usb-users@lists.sourceforge.net
2873L: linux-usb-devel@lists.sourceforge.net
2874S: Supported
2875
2876USB SERIAL BELKIN F5U103 DRIVER
2877P: William Greathouse
2878M: wgreathouse@smva.com
2879L: linux-usb-users@lists.sourceforge.net
2880L: linux-usb-devel@lists.sourceforge.net
2881S: Maintained
2882
2883USB SERIAL CYPRESS M8 DRIVER
2884P: Lonnie Mendez
2885M: dignome@gmail.com
2886L: linux-usb-users@lists.sourceforge.net
2887L: linux-usb-devel@lists.sourceforge.net
2888S: Maintained
2889W: http://geocities.com/i0xox0i
2890W: http://firstlight.net/cvs
2891
2892USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2893L: linux-usb-users@lists.sourceforge.net
2894L: linux-usb-devel@lists.sourceforge.net
2895S: Maintained
2896
2897USB AUERSWALD DRIVER
2898P: Wolfgang Muees
2899M: wolfgang@iksw-muees.de
2900L: linux-usb-users@lists.sourceforge.net
2901L: linux-usb-devel@lists.sourceforge.net
2902S: Maintained
2903
2904USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2905P: Gary Brubaker
2906M: xavyer@ix.netcom.com
2907L: linux-usb-users@lists.sourceforge.net
2908L: linux-usb-devel@lists.sourceforge.net
2909S: Maintained
2910
2911USB SERIAL KEYSPAN DRIVER
2912P: Greg Kroah-Hartman
2913M: greg@kroah.com
2914L: linux-usb-users@lists.sourceforge.net
2915L: linux-usb-devel@lists.sourceforge.net
2916W: http://www.kroah.com/linux/
2917S: Maintained
2918
2919USB SERIAL WHITEHEAT DRIVER
2920P: Stuart MacDonald
2921M: stuartm@connecttech.com
2922L: linux-usb-users@lists.sourceforge.net
2923L: linux-usb-devel@lists.sourceforge.net
2924W: http://www.connecttech.com
2925S: Supported
2926
2927USB SN9C10x DRIVER
2928P: Luca Risolia
2929M: luca.risolia@studio.unibo.it
2930L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00002931L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002932W: http://www.linux-projects.org
2933S: Maintained
2934
2935USB SUBSYSTEM
2936P: Greg Kroah-Hartman
2937M: gregkh@suse.de
2938L: linux-usb-users@lists.sourceforge.net
2939L: linux-usb-devel@lists.sourceforge.net
2940W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002941T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942S: Supported
2943
2944USB UHCI DRIVER
2945P: Alan Stern
2946M: stern@rowland.harvard.edu
2947L: linux-usb-users@lists.sourceforge.net
2948L: linux-usb-devel@lists.sourceforge.net
2949S: Maintained
2950
2951USB "USBNET" DRIVER
2952P: David Brownell
2953M: dbrownell@users.sourceforge.net
2954L: linux-usb-devel@lists.sourceforge.net
2955S: Maintained
2956
2957USB W996[87]CF 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
Luca Risolia60f78052006-02-06 16:29:35 +00002965USB ZC0301 DRIVER
2966P: Luca Risolia
2967M: luca.risolia@studio.unibo.it
2968L: linux-usb-devel@lists.sourceforge.net
2969L: video4linux-list@redhat.com
2970W: http://www.linux-projects.org
2971S: Maintained
2972
Linus Torvalds1da177e2005-04-16 15:20:36 -07002973USB ZD1201 DRIVER
2974P: Jeroen Vreeken
2975M: pe1rxq@amsat.org
2976L: linux-usb-users@lists.sourceforge.net
2977L: linux-usb-devel@lists.sourceforge.net
2978W: http://linux-lc100020.sourceforge.net
2979S: Maintained
2980
2981USER-MODE LINUX
2982P: Jeff Dike
2983M: jdike@karaya.com
2984L: user-mode-linux-devel@lists.sourceforge.net
2985L: user-mode-linux-user@lists.sourceforge.net
2986W: http://user-mode-linux.sourceforge.net
2987S: Maintained
2988
2989FAT/VFAT/MSDOS FILESYSTEM:
2990P: OGAWA Hirofumi
2991M: hirofumi@mail.parknet.co.jp
2992L: linux-kernel@vger.kernel.org
2993S: Maintained
2994
2995VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2996P: Jeff Garzik
2997S: Odd fixes
2998
2999VIA RHINE NETWORK DRIVER
3000P: Roger Luethi
3001M: rl@hellgate.ch
3002S: Maintained
3003
Jean Delvare32c0a522005-09-22 21:47:58 +02003004VIAPRO SMBUS DRIVER
3005P: Jean Delvare
3006M: khali@linux-fr.org
3007L: lm-sensors@lm-sensors.org
3008S: Maintained
3009
Linus Torvalds1da177e2005-04-16 15:20:36 -07003010UCLINUX (AND M68KNOMMU)
3011P: Greg Ungerer
3012M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003013W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003014L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003015S: Maintained
3016
3017UCLINUX FOR NEC V850
3018P: Miles Bader
3019M: uclinux-v850@lsi.nec.co.jp
3020W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3021W: http://www.ee.nec.de/uclinux/
3022S: Supported
3023
3024UCLINUX FOR RENESAS H8/300
3025P: Yoshinori Sato
3026M: ysato@users.sourceforge.jp
3027W: http://uclinux-h8.sourceforge.jp/
3028S: Supported
3029
3030USB DIAMOND RIO500 DRIVER
3031P: Cesar Miquel
3032M: miquel@df.uba.ar
3033L: rio500-users@lists.sourceforge.net
3034W: http://rio500.sourceforge.net
3035S: Maintained
3036
3037VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003038P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003039M: mchehab@infradead.org
3040M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003041L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003042W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003043T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003044S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003045
Roger Lucas1de9e372005-11-26 20:20:05 +01003046VT8231 HARDWARE MONITOR DRIVER
3047P: Roger Lucas
3048M: roger@planbit.co.uk
3049L: lm-sensors@lm-sensors.org
3050S: Maintained
3051
Linus Torvalds1da177e2005-04-16 15:20:36 -07003052W1 DALLAS'S 1-WIRE BUS
3053P: Evgeniy Polyakov
3054M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003055L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003056S: Maintained
3057
3058W83L51xD SD/MMC CARD INTERFACE DRIVER
3059P: Pierre Ossman
3060M: drzeus-wbsd@drzeus.cx
3061L: wbsd-devel@list.drzeus.cx
3062W: http://projects.drzeus.cx/wbsd
3063S: Maintained
3064
3065W83L785TS HARDWARE MONITOR DRIVER
3066P: Jean Delvare
3067M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003068L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003069S: Odd Fixes
3070
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003071WATCHDOG DEVICE DRIVERS
3072P: Wim Van Sebroeck
3073M: wim@iguana.be
3074T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3075S: Maintained
3076
Linus Torvalds1da177e2005-04-16 15:20:36 -07003077WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3078P: Jean Tourrilhes
3079M: jt@hpl.hp.com
3080W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3081S: Maintained
3082
3083WD7000 SCSI DRIVER
3084P: Miroslav Zagorac
3085M: zaga@fly.cc.fer.hr
3086L: linux-scsi@vger.kernel.org
3087S: Maintained
3088
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05003089WISTRON LAPTOP BUTTON DRIVER
3090P: Miloslav Trmac
3091M: mitr@volny.cz
3092S: Maintained
3093
Linus Torvalds1da177e2005-04-16 15:20:36 -07003094WL3501 WIRELESS PCMCIA CARD DRIVER
3095P: Arnaldo Carvalho de Melo
3096M: acme@conectiva.com.br
3097W: http://advogato.org/person/acme
3098S: Maintained
3099
3100X.25 NETWORK LAYER
3101P: Henner Eisen
3102M: eis@baty.hanse.de
3103L: linux-x25@vger.kernel.org
3104S: Maintained
3105
3106XFS FILESYSTEM
3107P: Silicon Graphics Inc
3108M: xfs-masters@oss.sgi.com
3109M: nathans@sgi.com
3110L: linux-xfs@oss.sgi.com
3111W: http://oss.sgi.com/projects/xfs
3112S: Supported
3113
3114X86 3-LEVEL PAGING (PAE) SUPPORT
3115P: Ingo Molnar
3116M: mingo@redhat.com
3117S: Maintained
3118
3119X86-64 port
3120P: Andi Kleen
3121M: ak@suse.de
3122L: discuss@x86-64.org
3123W: http://www.x86-64.org
3124S: Maintained
3125
3126YAM DRIVER FOR AX.25
3127P: Jean-Paul Roubelat
3128M: jpr@f6fbb.org
3129L: linux-hams@vger.kernel.org
3130S: Maintained
3131
Henkaf64a5e2005-10-12 15:02:56 +02003132YEALINK PHONE DRIVER
3133P: Henk Vergonet
3134M: Henk.Vergonet@gmail.com
3135L: usbb2k-api-dev@nongnu.org
3136S: Maintained
3137
Linus Torvalds1da177e2005-04-16 15:20:36 -07003138YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3139P: Pete Zaitcev
3140M: zaitcev@yahoo.com
3141L: linux-kernel@vger.kernel.org
3142S: Obsolete
3143
3144Z8530 DRIVER FOR AX.25
3145P: Joerg Reuter
3146M: jreuter@yaina.de
3147W: http://yaina.de/jreuter/
3148W: http://www.qsl.net/dl1bke/
3149L: linux-hams@vger.kernel.org
3150S: Maintained
3151
3152ZF MACHZ WATCHDOG
3153P: Fernando Fuganti
3154M: fuganti@netbank.com.br
3155W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3156S: Maintained
3157
3158ZR36067 VIDEO FOR LINUX DRIVER
3159P: Ronald Bultje
3160M: rbultje@ronald.bitfreak.net
3161L: mjpeg-users@lists.sourceforge.net
3162W: http://mjpeg.sourceforge.net/driver-zoran/
3163S: Maintained
3164
3165ZR36120 VIDEO FOR LINUX DRIVER
3166P: Pauline Middelink
3167M: middelin@polyware.nl
3168W: http://www.polyware.nl/~middelin/En/hobbies.html
3169W: http://www.polyware.nl/~middelin/hobbies.html
3170S: Maintained
3171
3172THE REST
3173P: Linus Torvalds
3174S: Buried alive in reporters