blob: 78a2f5b4322e9b129da34f19d4c07985f2fc8f1c [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 Becker62ca3d22006-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
Linus Torvalds1da177e2005-04-16 15:20:36 -07001461IPX NETWORK LAYER
1462P: Arnaldo Carvalho de Melo
1463M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001464L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001465S: Maintained
1466
1467IRDA SUBSYSTEM
1468P: Jean Tourrilhes
Olaf Heringa2ac9532005-07-12 13:58:35 -07001469L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001470W: http://irda.sourceforge.net/
Stephen Hemmingere048a372006-01-18 14:06:59 -08001471S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001472
1473ISAPNP
1474P: Jaroslav Kysela
1475M: perex@suse.cz
1476S: Maintained
1477
1478ISDN SUBSYSTEM
1479P: Karsten Keil
1480M: kkeil@suse.de
1481P: Kai Germaschewski
1482M: kai.germaschewski@gmx.de
1483L: isdn4linux@listserv.isdn4linux.de
1484W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001485T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001486S: Maintained
1487
1488ISDN SUBSYSTEM (Eicon active card driver)
1489P: Armin Schindler
1490M: mac@melware.de
1491L: isdn4linux@listserv.isdn4linux.de
1492W: http://www.melware.de
1493S: Maintained
1494
1495JOURNALLING FLASH FILE SYSTEM (JFFS)
1496P: Axis Communications AB
1497M: jffs-dev@axis.com
1498L: jffs-dev@axis.com
1499W: http://www.developer.axis.com/software/jffs/
1500S: Maintained
1501
1502JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1503P: David Woodhouse
1504M: dwmw2@infradead.org
1505L: jffs-dev@axis.com
1506W: http://sources.redhat.com/jffs2/
1507S: Maintained
1508
1509JFS FILESYSTEM
1510P: Dave Kleikamp
1511M: shaggy@austin.ibm.com
1512L: jfs-discussion@lists.sourceforge.net
1513W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001514T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001515S: Supported
1516
1517KCONFIG
1518P: Roman Zippel
1519M: zippel@linux-m68k.org
1520L: kbuild-devel@lists.sourceforge.net
1521S: Maintained
1522
1523KERNEL AUTOMOUNTER (AUTOFS)
1524P: H. Peter Anvin
1525M: hpa@zytor.com
1526L: autofs@linux.kernel.org
1527S: Odd Fixes
1528
1529KERNEL AUTOMOUNTER v4 (AUTOFS4)
1530P: Ian Kent
1531M: raven@themaw.net
1532L: autofs@linux.kernel.org
1533S: Maintained
1534
1535KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1536P: Kai Germaschewski
1537M: kai@germaschewski.name
1538P: Sam Ravnborg
1539M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001540T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001541S: Maintained
1542
1543KERNEL JANITORS
1544P: Several
1545L: kernel-janitors@osdl.org
1546W: http://www.kerneljanitors.org/
1547W: http://sf.net/projects/kernel-janitor/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001548S: Maintained
1549
1550KERNEL NFSD
1551P: Neil Brown
1552M: neilb@cse.unsw.edu.au
1553L: nfs@lists.sourceforge.net
1554W: http://nfs.sourceforge.net/
1555W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1556S: Maintained
1557
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001558KEXEC
1559P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001560M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001561W: http://www.xmission.com/~ebiederm/files/kexec/
1562L: linux-kernel@vger.kernel.org
1563L: fastboot@osdl.org
1564S: Maintained
1565
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001566KPROBES
1567P: Prasanna S Panchamukhi
1568M: prasanna@in.ibm.com
1569P: Ananth N Mavinakayanahalli
1570M: ananth@in.ibm.com
1571P: Anil S Keshavamurthy
1572M: anil.s.keshavamurthy@intel.com
1573P: David S. Miller
1574M: davem@davemloft.net
1575L: linux-kernel@vger.kernel.org
1576S: Maintained
1577
Linus Torvalds1da177e2005-04-16 15:20:36 -07001578LAPB module
1579P: Henner Eisen
1580M: eis@baty.hanse.de
1581L: linux-x25@vger.kernel.org
1582S: Maintained
1583
1584LASI 53c700 driver for PARISC
1585P: James E.J. Bottomley
1586M: James.Bottomley@HansenPartnership.com
1587L: linux-scsi@vger.kernel.org
1588S: Maintained
1589
1590LEGO USB Tower driver
1591P: Juergen Stuber
1592M: starblue@users.sourceforge.net
1593L: legousb-devel@lists.sourceforge.net
1594W: http://legousb.sourceforge.net/
1595S: Maintained
1596
1597LINUX FOR IBM pSERIES (RS/6000)
1598P: Paul Mackerras
1599M: paulus@au.ibm.com
1600W: http://www.ibm.com/linux/ltc/projects/ppc
1601S: Supported
1602
1603LINUX FOR NCR VOYAGER
1604P: James Bottomley
1605M: James.Bottomley@HansenPartnership.com
1606W: http://www.hansenpartnership.com/voyager
1607S: Maintained
1608
1609LINUX FOR POWERPC
1610P: Paul Mackerras
1611M: paulus@samba.org
1612W: http://www.penguinppc.org/
1613L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001614T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001615S: Supported
1616
1617LINUX FOR POWER MACINTOSH
1618P: Benjamin Herrenschmidt
1619M: benh@kernel.crashing.org
1620W: http://www.penguinppc.org/
1621L: linuxppc-dev@ozlabs.org
1622S: Maintained
1623
1624LINUX FOR POWERPC EMBEDDED MPC52XX
1625P: Sylvain Munaut
1626M: tnt@246tNt.com
1627W: http://www.246tNt.com/mpc52xx/
1628W: http://www.penguinppc.org/
1629L: linuxppc-dev@ozlabs.org
1630L: linuxppc-embedded@ozlabs.org
1631S: Maintained
1632
1633LINUX FOR POWERPC EMBEDDED PPC4XX
1634P: Matt Porter
1635M: mporter@kernel.crashing.org
1636W: http://www.penguinppc.org/
1637L: linuxppc-embedded@ozlabs.org
1638S: Maintained
1639
Tom Rinie93adf12005-07-26 12:49:53 -07001640LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001641P: Tom Rini
1642M: trini@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 EMBEDDED PPC8XX
1648P: Marcelo Tosatti
1649M: marcelo.tosatti@cyclades.com
1650W: http://www.penguinppc.org/
1651L: linuxppc-embedded@ozlabs.org
1652S: Maintained
1653
Linus Torvalds1da177e2005-04-16 15:20:36 -07001654LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1655P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001656M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001657W: http://www.penguinppc.org/
1658L: linuxppc-embedded@ozlabs.org
1659S: Maintained
1660
1661LLC (802.2)
1662P: Arnaldo Carvalho de Melo
1663M: acme@conectiva.com.br
1664S: Maintained
1665
1666LINUX FOR 64BIT POWERPC
1667P: Paul Mackerras
1668M: paulus@samba.org
1669M: paulus@au.ibm.com
1670P: Anton Blanchard
1671M: anton@samba.org
1672M: anton@au.ibm.com
1673W: http://linuxppc64.org
Stephen Rothwell1d049812006-03-22 11:26:58 +11001674L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001675S: Supported
1676
1677LINUX SECURITY MODULE (LSM) FRAMEWORK
1678P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001679M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001680L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001681W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001682T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001683S: Supported
1684
1685LM83 HARDWARE MONITOR DRIVER
1686P: Jean Delvare
1687M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001688L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001689S: Maintained
1690
1691LM90 HARDWARE MONITOR DRIVER
1692P: Jean Delvare
1693M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001694L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001695S: Maintained
1696
1697LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1698P: Richard Russon (FlatCap)
1699M: ldm@flatcap.org
1700L: ldm-devel@lists.sourceforge.net
1701W: http://ldm.sourceforge.net
1702S: Maintained
1703
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001704LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1705P: Eric Moore
1706M: Eric.Moore@lsil.com
1707M: support@lsil.com
1708L: mpt_linux_developer@lsil.com
1709L: linux-scsi@vger.kernel.org
1710W: http://www.lsilogic.com/support
1711S: Supported
1712
Linus Torvalds1da177e2005-04-16 15:20:36 -07001713LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1714P: Matthew Wilcox
1715M: matthew@wil.cx
1716L: linux-scsi@vger.kernel.org
1717S: Maintained
1718
1719M68K ARCHITECTURE
1720P: Geert Uytterhoeven
1721M: geert@linux-m68k.org
1722P: Roman Zippel
1723M: zippel@linux-m68k.org
1724L: linux-m68k@lists.linux-m68k.org
1725W: http://www.linux-m68k.org/
1726W: http://linux-m68k-cvs.ubb.ca/
1727S: Maintained
1728
1729M68K ON APPLE MACINTOSH
1730P: Joshua Thompson
1731M: funaho@jurai.org
1732W: http://www.mac.linux-m68k.org/
1733L: linux-mac68k@mac.linux-m68k.org
1734S: Maintained
1735
1736M68K ON HP9000/300
1737P: Philip Blundell
1738M: philb@gnu.org
1739W: http://www.tazenda.demon.co.uk/phil/linux-hp
1740S: Maintained
1741
1742MARVELL YUKON / SYSKONNECT DRIVER
1743P: Mirko Lindner
1744M: mlindner@syskonnect.de
1745P: Ralph Roesler
1746M: rroesler@syskonnect.de
1747W: http://www.syskonnect.com
1748S: Supported
1749
1750MAESTRO PCI SOUND DRIVERS
1751P: Zach Brown
1752M: zab@zabbo.net
1753S: Odd Fixes
1754
Michael Kerriskfaf16682005-07-31 22:34:47 -07001755MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1756P: Michael Kerrisk
1757M: mtk-manpages@gmx.net
1758W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1759S: Maintained
1760
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001761MARVELL MV643XX ETHERNET DRIVER
1762P: Dale Farnsworth
1763M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001764P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001765M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001766L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001767S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001768
1769MATROX FRAMEBUFFER DRIVER
1770P: Petr Vandrovec
1771M: vandrove@vc.cvut.cz
1772L: linux-fbdev-devel@lists.sourceforge.net
1773S: Maintained
1774
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001775MEGARAID SCSI DRIVERS
1776P: Neela Syam Kolli
1777M: Neela.Kolli@engenio.com
1778S: linux-scsi@vger.kernel.org
1779W: http://megaraid.lsilogic.com
1780S: Maintained
1781
Linus Torvalds1da177e2005-04-16 15:20:36 -07001782MEMORY TECHNOLOGY DEVICES
1783P: David Woodhouse
1784M: dwmw2@infradead.org
1785W: http://www.linux-mtd.infradead.org/
1786L: linux-mtd@lists.infradead.org
Josh Boyer2c560ac2005-11-23 15:43:57 -08001787T: git kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788S: Maintained
1789
1790MICROTEK X6 SCANNER
1791P: Oliver Neukum
1792M: oliver@neukum.name
1793S: Maintained
1794
1795MIPS
1796P: Ralf Baechle
1797M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001798W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001799L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001800T: git www.linux-mips.org:/pub/scm/linux.git
1801S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001802
1803MISCELLANEOUS MCA-SUPPORT
1804P: James Bottomley
1805M: jejb@steeleye.com
1806L: linux-kernel@vger.kernel.org
1807S: Maintained
1808
1809MODULE SUPPORT
1810P: Rusty Russell
1811M: rusty@rustcorp.com.au
1812L: linux-kernel@vger.kernel.org
1813S: Maintained
1814
1815MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1816P: Stelian Pop
1817M: stelian@popies.net
1818W: http://popies.net/meye/
1819S: Maintained
1820
1821MOUSE AND MISC DEVICES [GENERAL]
1822P: Alessandro Rubini
1823M: rubini@ipvvis.unipv.it
1824L: linux-kernel@vger.kernel.org
1825S: Maintained
1826
1827MTRR AND SIMILAR SUPPORT [i386]
1828P: Richard Gooch
1829M: rgooch@atnf.csiro.au
1830L: linux-kernel@vger.kernel.org
1831W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1832S: Maintained
1833
1834MULTISOUND SOUND DRIVER
1835P: Andrew Veliath
1836M: andrewtv@usa.net
1837S: Maintained
1838
1839NATSEMI ETHERNET DRIVER (DP8381x)
1840P: Tim Hockin
1841M: thockin@hockin.org
1842S: Maintained
1843
1844NCP FILESYSTEM
1845P: Petr Vandrovec
1846M: vandrove@vc.cvut.cz
1847L: linware@sh.cvut.cz
1848S: Maintained
1849
1850NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1851P: James E.J. Bottomley
1852M: James.Bottomley@HansenPartnership.com
1853L: linux-scsi@vger.kernel.org
1854S: Maintained
1855
1856NETFILTER/IPTABLES/IPCHAINS
1857P: Rusty Russell
1858P: Marc Boucher
1859P: James Morris
1860P: Harald Welte
1861P: Jozsef Kadlecsik
1862M: coreteam@netfilter.org
1863W: http://www.netfilter.org/
1864W: http://www.iptables.org/
1865L: netfilter@lists.netfilter.org
1866L: netfilter-devel@lists.netfilter.org
1867S: Supported
1868
1869NETROM NETWORK LAYER
1870P: Ralf Baechle
1871M: ralf@linux-mips.org
1872L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02001873W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001874S: Maintained
1875
1876NETWORK BLOCK DEVICE
1877P: Paul Clements
1878M: Paul.Clements@steeleye.com
1879S: Maintained
1880
1881NETWORK DEVICE DRIVERS
1882P: Andrew Morton
1883M: akpm@osdl.org
1884P: Jeff Garzik
1885M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001886L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001887T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888S: Maintained
1889
1890NETWORKING [GENERAL]
1891P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001892M: netdev@vger.kernel.org
1893L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08001894W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001895S: Maintained
1896
1897NETWORKING [IPv4/IPv6]
1898P: David S. Miller
1899M: davem@davemloft.net
1900P: Alexey Kuznetsov
1901M: kuznet@ms2.inr.ac.ru
1902P: Pekka Savola (ipv6)
1903M: pekkas@netcore.fi
1904P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001905M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906P: Hideaki YOSHIFUJI
1907M: yoshfuji@linux-ipv6.org
1908P: Patrick McHardy
1909M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001910L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08001911T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001912S: Maintained
1913
John W. Linville29f8f632006-01-18 14:52:48 -08001914NETWORKING [WIRELESS]
1915P: John W. Linville
1916M: linville@tuxdriver.com
1917L: netdev@vger.kernel.org
1918T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
1919S: Maintained
1920
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921IPVS
1922P: Wensong Zhang
1923M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07001924P: Simon Horman
1925M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07001926P: Julian Anastasov
1927M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07001928L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929S: Maintained
1930
1931NFS CLIENT
1932P: Trond Myklebust
1933M: trond.myklebust@fys.uio.no
1934L: linux-kernel@vger.kernel.org
1935S: Maintained
1936
1937NI5010 NETWORK DRIVER
1938P: Jan-Pascal van Best and Andreas Mohr
1939M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1940M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07001941L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942S: Maintained
1943
1944NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1945P: YOKOTA Hiroshi
1946M: yokota@netlab.is.tsukuba.ac.jp
1947W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1948S: Maintained
1949
1950NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1951P: GOTO Masanori
1952M: gotom@debian.or.jp
1953P: YOKOTA Hiroshi
1954M: yokota@netlab.is.tsukuba.ac.jp
1955W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1956S: Maintained
1957
1958NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1959P: Eberhard Moenkeberg
1960M: emoenke@gwdg.de
1961L: linux-kernel@vger.kernel.org
1962S: Maintained
1963
1964NTFS FILESYSTEM
1965P: Anton Altaparmakov
1966M: aia21@cantab.net
1967L: linux-ntfs-dev@lists.sourceforge.net
1968L: linux-kernel@vger.kernel.org
1969W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001970T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971S: Maintained
1972
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001973NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
1974P: Antonino Daplas
1975M: adaplas@pol.net
1976L: linux-fbdev-devel@lists.sourceforge.net
1977S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001978
Mark Fashehccd979b2005-12-15 14:31:24 -08001979ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
1980P: Mark Fasheh
1981M: mark.fasheh@oracle.com
1982P: Kurt Hackel
1983M: kurt.hackel@oracle.com
1984L: ocfs2-devel@oss.oracle.com
1985W: http://oss.oracle.com/projects/ocfs2/
1986S: Supported
1987
Linus Torvalds1da177e2005-04-16 15:20:36 -07001988OLYMPIC NETWORK DRIVER
1989P: Peter De Shrijver
1990M: p2@ace.ulyssis.student.kuleuven.ac.be
1991P: Mike Phillips
1992M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001993L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001994L: linux-tr@linuxtr.net
1995W: http://www.linuxtr.net
1996S: Maintained
1997
Harald Weltec1986ee2005-11-13 16:06:29 -08001998OMNIKEY CARDMAN 4000 DRIVER
1999P: Harald Welte
2000M: laforge@gnumonks.org
2001S: Maintained
2002
Harald Welte77c44ab2005-11-13 16:06:26 -08002003OMNIKEY CARDMAN 4040 DRIVER
2004P: Harald Welte
2005M: laforge@gnumonks.org
2006S: Maintained
2007
Linus Torvalds1da177e2005-04-16 15:20:36 -07002008ONSTREAM SCSI TAPE DRIVER
2009P: Willem Riede
2010M: osst@riede.org
2011L: osst-users@lists.sourceforge.net
2012L: linux-scsi@vger.kernel.org
2013S: Maintained
2014
2015OPL3-SA2, SA3, and SAx DRIVER
2016P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002017M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002018L: linux-sound@vger.kernel.org
2019S: Maintained
2020
2021OPROFILE
2022P: Philippe Elie
2023M: phil.el@wanadoo.fr
2024L: oprofile-list@lists.sf.net
2025S: Maintained
2026
2027ORINOCO DRIVER
2028P: Pavel Roskin
2029M: proski@gnu.org
2030P: David Gibson
2031M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002032L: orinoco-users@lists.sourceforge.net
2033L: orinoco-devel@lists.sourceforge.net
2034W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035S: Maintained
2036
2037PARALLEL PORT SUPPORT
2038P: Phil Blundell
2039M: philb@gnu.org
2040P: Tim Waugh
2041M: tim@cyberelk.net
2042P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002043P: Andrea Arcangeli
2044M: andrea@suse.de
2045L: linux-parport@lists.infradead.org
2046W: http://people.redhat.com/twaugh/parport/
2047S: Maintained
2048
2049PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2050P: Tim Waugh
2051M: tim@cyberelk.net
2052L: linux-parport@lists.infradead.org
2053W: http://www.torque.net/linux-pp.html
2054S: Maintained
2055
2056PARISC ARCHITECTURE
2057P: Matthew Wilcox
2058M: matthew@wil.cx
2059P: Grant Grundler
2060M: grundler@parisc-linux.org
2061L: parisc-linux@parisc-linux.org
2062W: http://www.parisc-linux.org/
2063S: Maintained
2064
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002065PCI ERROR RECOVERY
2066P: Linas Vepstas
2067M: linas@austin.ibm.com
2068L: linux-kernel@vger.kernel.org
2069L: linux-pci@atrey.karlin.mff.cuni.cz
2070S: Supported
2071
Linus Torvalds1da177e2005-04-16 15:20:36 -07002072PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2073P: Thomas Sailer
2074M: sailer@ife.ee.ethz.ch
2075L: linux-sound@vger.kernel.org
2076W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2077S: Maintained
2078
2079PCI SUBSYSTEM
2080P: Greg Kroah-Hartman
2081M: gregkh@suse.de
2082L: linux-kernel@vger.kernel.org
2083L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002084T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002085S: Supported
2086
2087PCI HOTPLUG CORE
2088P: Greg Kroah-Hartman
2089M: gregkh@suse.de
2090S: Supported
2091
2092PCI HOTPLUG COMPAQ DRIVER
2093P: Greg Kroah-Hartman
2094M: greg@kroah.com
2095S: Maintained
2096
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002097PCIE HOTPLUG DRIVER
2098P: Kristen Carlson Accardi
2099M: kristen.c.accardi@intel.com
2100L: pcihpd-discuss@lists.sourceforge.net
2101S: Maintained
2102
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002104P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002106T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002107S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108
2109PCNET32 NETWORK DRIVER
2110P: Thomas Bogendörfer
2111M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002112L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113S: Maintained
2114
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002115PERSONALITY HANDLING
2116P: Christoph Hellwig
2117M: hch@infradead.org
2118L: linux-abi-devel@lists.sourceforge.net
2119S: Maintained
2120
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121PHRAM MTD DRIVER
2122P: Jörn Engel
2123M: joern@wh.fh-wedel.de
2124L: linux-mtd@lists.infradead.org
2125S: Maintained
2126
Peter Osterlund249a6772005-09-27 21:45:30 -07002127PKTCDVD DRIVER
2128P: Peter Osterlund
2129M: petero2@telia.com
2130L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002131S: Maintained
2132
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133POSIX CLOCKS and TIMERS
2134P: George Anzinger
2135M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002136L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137S: Supported
2138
Eugene Surovegin24682972005-10-14 03:00:53 -07002139POWERPC 4xx EMAC DRIVER
2140P: Eugene Surovegin
2141M: ebs@ebshome.net
2142W: http://kernel.ebshome.net/emac/
2143L: linuxppc-embedded@ozlabs.org
2144L: netdev@vger.kernel.org
2145S: Maintained
2146
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147PNP SUPPORT
2148P: Adam Belay
2149M: ambx1@neo.rr.com
2150S: Maintained
2151
2152PPP PROTOCOL DRIVERS AND COMPRESSORS
2153P: Paul Mackerras
2154M: paulus@samba.org
2155L: linux-ppp@vger.kernel.org
2156S: Maintained
2157
2158PPP OVER ATM (RFC 2364)
2159P: Mitchell Blank Jr
2160M: mitch@sfgoth.com
2161S: Maintained
2162
2163PPP OVER ETHERNET
2164P: Michal Ostrowski
2165M: mostrows@speakeasy.net
2166S: Maintained
2167
2168PREEMPTIBLE KERNEL
2169P: Robert Love
2170M: rml@tech9.net
2171L: linux-kernel@vger.kernel.org
2172L: kpreempt-tech@lists.sourceforge.net
2173W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2174S: Supported
2175
2176PRISM54 WIRELESS DRIVER
2177P: Prism54 Development Team
2178M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002179L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180W: http://prism54.org
2181S: Maintained
2182
2183PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2184P: Peter Denison
2185M: promise@pnd-pc.demon.co.uk
2186W: http://www.pnd-pc.demon.co.uk/promise/
2187S: Maintained
2188
2189PXA2xx SUPPORT
2190P: Nicolas Pitre
2191M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002192L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002193S: Maintained
2194
2195QLOGIC QLA2XXX FC-SCSI DRIVER
2196P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002197M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002198L: linux-scsi@vger.kernel.org
2199S: Supported
2200
2201QNX4 FILESYSTEM
2202P: Anders Larsen
2203M: al@alarsen.net
2204L: linux-kernel@vger.kernel.org
2205W: http://www.alarsen.net/linux/qnx4fs/
2206S: Maintained
2207
2208RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002209P: Benjamin Herrenschmidt
2210M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002211L: linux-fbdev-devel@lists.sourceforge.net
2212S: Maintained
2213
2214RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002215P: Paul Mackerras
2216M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002217L: linux-fbdev-devel@lists.sourceforge.net
2218S: Maintained
2219
2220RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2221P: Corey Thomas
2222M: corey@world.std.com
2223L: linux-kernel@vger.kernel.org
2224S: Maintained
2225
Matt Mackall9e95ce22005-04-16 15:25:56 -07002226RANDOM NUMBER DRIVER
2227P: Matt Mackall
2228M: mpm@selenic.com
2229S: Maintained
2230
Matt Porter394b7012005-11-07 01:00:15 -08002231RAPIDIO SUBSYSTEM
2232P: Matt Porter
2233M: mporter@kernel.crashing.org
2234L: linux-kernel@vger.kernel.org
2235S: Maintained
2236
Linus Torvalds1da177e2005-04-16 15:20:36 -07002237REAL TIME CLOCK DRIVER
2238P: Paul Gortmaker
2239M: p_gortmaker@yahoo.com
2240L: linux-kernel@vger.kernel.org
2241S: Maintained
2242
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002243REAL TIME CLOCK (RTC) SUBSYSTEM
2244P: Alessandro Zummo
2245M: a.zummo@towertech.it
2246L: linux-kernel@vger.kernel.org
2247S: Maintained
2248
Linus Torvalds1da177e2005-04-16 15:20:36 -07002249REISERFS FILE SYSTEM
2250P: Hans Reiser
2251M: reiserfs-dev@namesys.com
2252L: reiserfs-list@namesys.com
2253W: http://www.namesys.com
2254S: Supported
2255
2256ROCKETPORT DRIVER
2257P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002258W: http://www.comtrol.com
2259S: Maintained
2260
2261ROSE NETWORK LAYER
2262P: Ralf Baechle
2263M: ralf@linux-mips.org
2264L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002265W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002266S: Maintained
2267
2268RISCOM8 DRIVER
2269S: Orphan
2270
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002271S3 SAVAGE FRAMEBUFFER DRIVER
2272P: Antonino Daplas
2273M: adaplas@pol.net
2274L: linux-fbdev-devel@lists.sourceforge.net
2275S: Maintained
2276
Linus Torvalds1da177e2005-04-16 15:20:36 -07002277S390
2278P: Martin Schwidefsky
2279M: schwidefsky@de.ibm.com
2280M: linux390@de.ibm.com
2281L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002282W: http://www.ibm.com/developerworks/linux/linux390/
2283S: Supported
2284
2285S390 NETWORK DRIVERS
2286P: Frank Pavlic
2287M: fpavlic@de.ibm.com
2288M: linux390@de.ibm.com
2289L: linux-390@vm.marist.edu
2290W: http://www.ibm.com/developerworks/linux/linux390/
2291S: Supported
2292
2293S390 ZFCP DRIVER
2294P: Andreas Herrmann
2295M: aherrman@de.ibm.com
2296M: linux390@de.ibm.com
2297L: linux-390@vm.marist.edu
2298W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002299S: Supported
2300
2301SAA7146 VIDEO4LINUX-2 DRIVER
2302P: Michael Hunold
2303M: michael@mihu.de
2304W: http://www.mihu.de/linux/saa7146
2305S: Maintained
2306
2307SBPCD CDROM DRIVER
2308P: Eberhard Moenkeberg
2309M: emoenke@gwdg.de
2310L: linux-kernel@vger.kernel.org
2311S: Maintained
2312
2313SC1200 WDT DRIVER
2314P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002315M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002316S: Maintained
2317
2318SCHEDULER
2319P: Ingo Molnar
2320M: mingo@elte.hu
2321P: Robert Love [the preemptible kernel bits]
2322M: rml@tech9.net
2323L: linux-kernel@vger.kernel.org
2324S: Maintained
2325
2326SCSI CDROM DRIVER
2327P: Jens Axboe
2328M: axboe@suse.de
2329L: linux-scsi@vger.kernel.org
2330W: http://www.kernel.dk
2331S: Maintained
2332
2333SCSI SG DRIVER
2334P: Doug Gilbert
2335M: dgilbert@interlog.com
2336L: linux-scsi@vger.kernel.org
2337W: http://www.torque.net/sg
2338S: Maintained
2339
2340SCSI SUBSYSTEM
2341P: James E.J. Bottomley
2342M: James.Bottomley@SteelEye.com
2343L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002344T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345S: Maintained
2346
2347SCSI TAPE DRIVER
2348P: Kai Mäkisara
2349M: Kai.Makisara@kolumbus.fi
2350L: linux-scsi@vger.kernel.org
2351S: Maintained
2352
2353SCTP PROTOCOL
2354P: Sridhar Samudrala
2355M: sri@us.ibm.com
2356L: lksctp-developers@lists.sourceforge.net
2357S: Supported
2358
2359SCx200 CPU SUPPORT
2360P: Christer Weinigel
2361M: christer@weinigel.se
2362W: http://www.weinigel.se
2363S: Supported
2364
2365SECURITY CONTACT
2366P: Security Officers
2367M: security@kernel.org
2368S: Supported
2369
2370SELINUX SECURITY MODULE
2371P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002372M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002373P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002374M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002375L: linux-kernel@vger.kernel.org (kernel issues)
2376L: selinux@tycho.nsa.gov (general discussion)
2377W: http://www.nsa.gov/selinux
2378S: Supported
2379
2380SERIAL ATA (SATA) SUBSYSTEM:
2381P: Jeff Garzik
2382M: jgarzik@pobox.com
2383L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002384T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002385S: Supported
2386
2387SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2388P: Pat Gefre
2389M: pfg@sgi.com
2390L: linux-ia64@vger.kernel.org
2391S: Supported
2392
2393SGI VISUAL WORKSTATION 320 AND 540
2394P: Andrey Panin
2395M: pazke@donpac.ru
2396L: linux-visws-devel@lists.sf.net
2397W: http://linux-visws.sf.net
2398S: Maintained for 2.6.
2399
2400SIMTEC EB110ATX (Chalice CATS)
2401P: Ben Dooks
2402P: Vincent Sanders
2403M: support@simtec.co.uk
2404W: http://www.simtec.co.uk/products/EB110ATX/
2405S: Supported
2406
2407SIMTEC EB2410ITX (BAST)
2408P: Ben Dooks
2409P: Vincent Sanders
2410M: support@simtec.co.uk
2411W: http://www.simtec.co.uk/products/EB2410ITX/
2412S: Supported
2413
Francois Romieu92aab3c2005-07-30 13:11:18 +02002414SIS 190 ETHERNET DRIVER
2415P: Francois Romieu
2416M: romieu@fr.zoreil.com
2417L: netdev@vger.kernel.org
2418S: Maintained
2419
Linus Torvalds1da177e2005-04-16 15:20:36 -07002420SIS 5513 IDE CONTROLLER DRIVER
2421P: Lionel Bouton
2422M: Lionel.Bouton@inet6.fr
2423W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2424W: http://gyver.homeip.net/sis5513/index.html
2425S: Maintained
2426
2427SIS 900/7016 FAST ETHERNET DRIVER
2428P: Daniele Venzano
2429M: venza@brownhat.org
2430W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002431L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002432S: Maintained
2433
2434SIS FRAMEBUFFER DRIVER
2435P: Thomas Winischhofer
2436M: thomas@winischhofer.net
2437W: http://www.winischhofer.net/linuxsisvga.shtml
2438S: Maintained
2439
2440SIS USB2VGA DRIVER
2441P: Thomas Winischhofer
2442M: thomas@winischhofer.net
2443W: http://www.winischhofer.at/linuxsisusbvga.shtml
2444S: Maintained
2445
2446SMSC47M1 HARDWARE MONITOR DRIVER
2447P: Jean Delvare
2448M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002449L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002450S: Odd Fixes
2451
2452SMB FILESYSTEM
2453P: Urban Widmark
2454M: urban@teststation.com
2455W: http://samba.org/
2456L: samba@samba.org
2457S: Maintained
2458
2459SMC91x ETHERNET DRIVER
2460P: Nicolas Pitre
2461M: nico@cam.org
2462S: Maintained
2463
Linus Torvalds1da177e2005-04-16 15:20:36 -07002464SOFTWARE RAID (Multiple Disks) SUPPORT
2465P: Ingo Molnar
2466M: mingo@redhat.com
2467P: Neil Brown
2468M: neilb@cse.unsw.edu.au
2469L: linux-raid@vger.kernel.org
2470S: Maintained
2471
2472SOFTWARE SUSPEND:
2473P: Pavel Machek
2474M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002475L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002476S: Maintained
2477
2478SONIC NETWORK DRIVER
2479P: Thomas Bogendoerfer
2480M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002481L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002482S: Maintained
2483
2484SONY VAIO CONTROL DEVICE DRIVER
2485P: Stelian Pop
2486M: stelian@popies.net
2487W: http://popies.net/sonypi/
2488S: Maintained
2489
2490SOUND
2491P: Jaroslav Kysela
2492M: perex@suse.cz
2493L: alsa-devel@alsa-project.org
2494S: Maintained
2495
Kylene Hall1c72d462005-05-01 08:59:13 -07002496TPM DEVICE DRIVER
2497P: Kylene Hall
2498M: kjhall@us.ibm.com
2499W: http://tpmdd.sourceforge.net
2500L: tpmdd-devel@lists.sourceforge.net
2501S: Maintained
2502
Mark Gross1a80ba82005-10-30 15:02:55 -08002503Telecom Clock Driver for MCPL0010
2504P: Mark Gross
2505M: mark.gross@intel.com
2506S: Supported
2507
Chris Zankel48b415c2005-06-23 22:01:07 -07002508TENSILICA XTENSA PORT (xtensa):
2509P: Chris Zankel
2510M: chris@zankel.net
2511S: Maintained
2512
Linus Torvalds1da177e2005-04-16 15:20:36 -07002513UltraSPARC (sparc64):
2514P: David S. Miller
2515M: davem@davemloft.net
2516P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002517M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002518P: Jakub Jelinek
2519M: jj@sunsite.ms.mff.cuni.cz
2520P: Anton Blanchard
2521M: anton@samba.org
2522L: sparclinux@vger.kernel.org
2523L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002524T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525S: Maintained
2526
2527SHARP LH SUPPORT (LH7952X & LH7A40X)
2528P: Marc Singer
2529M: elf@buici.com
2530W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002531L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532S: Maintained
2533
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002534SHPC HOTPLUG DRIVER
2535P: Kristen Carlson Accardi
2536M: kristen.c.accardi@intel.com
2537L: pcihpd-discuss@lists.sourceforge.net
2538S: Maintained
2539
Pierre Ossmand129bce2006-03-24 03:18:17 -08002540SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2541P: Pierre Ossman
2542M: drzeus-sdhci@drzeus.cx
2543L: sdhci-devel@list.drzeus.cx
2544W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2545S: Maintained
2546
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002547SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2548P: Stephen Hemminger
2549M: shemminger@osdl.org
2550L: netdev@vger.kernel.org
2551S: Maintained
2552
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553SPARC (sparc32):
2554P: William L. Irwin
2555M: wli@holomorphy.com
2556L: sparclinux@vger.kernel.org
2557S: Maintained
2558
2559SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2560P: Roger Wolff
2561M: R.E.Wolff@BitWizard.nl
2562L: linux-kernel@vger.kernel.org ?
2563S: Supported
2564
Linus Torvalds1da177e2005-04-16 15:20:36 -07002565SRM (Alpha) environment access
2566P: Jan-Benedict Glaw
2567M: jbglaw@lug-owl.de
2568L: linux-kernel@vger.kernel.org
2569S: Maintained
2570
2571STARFIRE/DURALAN NETWORK DRIVER
2572P: Ion Badulescu
2573M: ionut@cs.columbia.edu
2574S: Maintained
2575
2576STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2577W: http://mosquitonet.Stanford.EDU/strip.html
2578S: Unsupported ?
2579
2580STRADIS MPEG-2 DECODER DRIVER
2581P: Nathan Laredo
2582M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002583W: http://www.stradis.com/
2584S: Maintained
2585
2586SUPERH (sh)
2587P: Paul Mundt
2588M: lethal@linux-sh.org
2589P: Kazumoto Kojima
2590M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002591L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002592W: http://www.linux-sh.org
2593W: http://www.m17n.org/linux-sh/
2594W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2595S: Maintained
2596
2597SUPERH64 (sh64)
2598P: Paul Mundt
2599M: lethal@linux-sh.org
2600P: Richard Curnow
2601M: rc@rc0.org.uk
2602L: linuxsh-shmedia-dev@lists.sourceforge.net
2603W: http://www.linux-sh.org
2604W: http://www.rc0.org.uk/sh64
2605S: Maintained
2606
2607SUN3/3X
2608P: Sam Creasey
2609M: sammy@sammy.net
2610L: sun3-list@redhat.com
2611W: http://sammy.net/sun3/
2612S: Maintained
2613
2614SVGA HANDLING
2615P: Martin Mares
2616M: mj@ucw.cz
2617L: linux-video@atrey.karlin.mff.cuni.cz
2618S: Maintained
2619
2620SYSV FILESYSTEM
2621P: Christoph Hellwig
2622M: hch@infradead.org
2623S: Maintained
2624
2625TI PARALLEL LINK CABLE DRIVER
2626P: Romain Lievin
2627M: roms@lpg.ticalc.org
2628S: Maintained
2629
Per Lidene86eaa32006-01-12 16:45:18 +01002630TIPC NETWORK LAYER
2631P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002632M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002633P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002634M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002635P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002636M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002637L: tipc-discussion@lists.sourceforge.net
2638W: http://tipc.sourceforge.net/
2639W: http://tipc.cslab.ericsson.net/
2640T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2641S: Maintained
2642
Linus Torvalds1da177e2005-04-16 15:20:36 -07002643TLAN NETWORK DRIVER
2644P: Samuel Chessman
2645M: chessman@tux.org
2646L: tlan-devel@lists.sourceforge.net
2647W: http://sourceforge.net/projects/tlan/
2648S: Maintained
2649
2650TOKEN-RING NETWORK DRIVER
2651P: Mike Phillips
2652M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002653L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002654L: linux-tr@linuxtr.net
2655W: http://www.linuxtr.net
2656S: Maintained
2657
2658TOSHIBA ACPI EXTRAS DRIVER
2659P: John Belmonte
2660M: toshiba_acpi@memebeam.org
2661W: http://memebeam.org/toys/ToshibaAcpiDriver
2662S: Maintained
2663
2664TOSHIBA SMM DRIVER
2665P: Jonathan Buzzard
2666M: jonathan@buzzard.org.uk
2667L: tlinux-users@tce.toshiba-dme.co.jp
2668W: http://www.buzzard.org.uk/toshiba/
2669S: Maintained
2670
2671TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2672P: Muli Ben-Yehuda
2673M: mulix@mulix.org
2674L: linux-kernel@vger.kernel.org
2675S: Maintained
2676
2677TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002678P: Adrian Bunk
2679M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002680L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002681W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002682T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002683S: Maintained
2684
2685TMS380 TOKEN-RING NETWORK DRIVER
2686P: Adam Fritzler
2687M: mid@auk.cx
2688L: linux-tr@linuxtr.net
2689W: http://www.auk.cx/tms380tr/
2690S: Maintained
2691
2692TULIP NETWORK DRIVER
2693P: Jeff Garzik
2694M: jgarzik@pobox.com
2695L: tulip-users@lists.sourceforge.net
2696W: http://sourceforge.net/projects/tulip/
2697S: Maintained
2698
2699TUN/TAP driver
2700P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002701M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002702L: vtun@office.satix.net
2703W: http://vtun.sourceforge.net/tun
2704S: Maintained
2705
2706U14-34F SCSI DRIVER
2707P: Dario Ballabio
2708M: ballabio_dario@emc.com
2709L: linux-scsi@vger.kernel.org
2710S: Maintained
2711
2712UDF FILESYSTEM
2713P: Ben Fennema
2714M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002715W: http://linux-udf.sourceforge.net
2716S: Maintained
2717
2718UNIFORM CDROM DRIVER
2719P: Jens Axboe
2720M: axboe@suse.de
2721L: linux-kernel@vger.kernel.org
2722W: http://www.kernel.dk
2723S: Maintained
2724
2725USB ACM DRIVER
2726P: Oliver Neukum
2727M: oliver@neukum.name
2728L: linux-usb-users@lists.sourceforge.net
2729L: linux-usb-devel@lists.sourceforge.net
2730S: Maintained
2731
2732USB BLOCK DRIVER (UB ub)
2733P: Pete Zaitcev
2734M: zaitcev@redhat.com
2735L: linux-kernel@vger.kernel.org
2736L: linux-usb-devel@lists.sourceforge.net
2737S: Supported
2738
Linus Torvalds1da177e2005-04-16 15:20:36 -07002739USB CDC ETHERNET DRIVER
2740P: Greg Kroah-Hartman
2741M: greg@kroah.com
2742L: linux-usb-users@lists.sourceforge.net
2743L: linux-usb-devel@lists.sourceforge.net
2744S: Maintained
2745W: http://www.kroah.com/linux-usb/
2746
2747USB EHCI DRIVER
2748P: David Brownell
2749M: dbrownell@users.sourceforge.net
2750L: linux-usb-devel@lists.sourceforge.net
2751S: Maintained
2752
Luca Risolia7ce08c92006-01-11 02:06:59 +00002753USB ET61X[12]51 DRIVER
2754P: Luca Risolia
2755M: luca.risolia@studio.unibo.it
2756L: linux-usb-devel@lists.sourceforge.net
2757L: video4linux-list@redhat.com
2758W: http://www.linux-projects.org
2759S: Maintained
2760
Linus Torvalds1da177e2005-04-16 15:20:36 -07002761USB HID/HIDBP DRIVERS
2762P: Vojtech Pavlik
2763M: vojtech@suse.cz
2764L: linux-usb-users@lists.sourceforge.net
2765L: linux-usb-devel@lists.sourceforge.net
2766S: Maintained
2767
2768USB HUB DRIVER
2769P: Johannes Erdfelt
2770M: johannes@erdfelt.com
2771L: linux-usb-users@lists.sourceforge.net
2772L: linux-usb-devel@lists.sourceforge.net
2773S: Maintained
2774
Olav Kongas959eea22005-11-03 17:38:14 +02002775USB ISP116X DRIVER
2776P: Olav Kongas
2777M: ok@artecdesign.ee
2778L: linux-usb-devel@lists.sourceforge.net
2779S: Maintained
2780
Linus Torvalds1da177e2005-04-16 15:20:36 -07002781USB KAWASAKI LSI DRIVER
2782P: Oliver Neukum
2783M: oliver@neukum.name
2784L: linux-usb-users@lists.sourceforge.net
2785L: linux-usb-devel@lists.sourceforge.net
2786S: Maintained
2787
2788USB MASS STORAGE DRIVER
2789P: Matthew Dharm
2790M: mdharm-usb@one-eyed-alien.net
2791L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002792L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002793S: Maintained
2794W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2795
2796USB OHCI DRIVER
2797P: Roman Weissgaerber
2798M: weissg@vienna.at
2799L: linux-usb-users@lists.sourceforge.net
2800L: linux-usb-devel@lists.sourceforge.net
2801S: Maintained
2802
Matthias Urlichsba460e42005-07-14 00:33:47 -07002803USB OPTION-CARD DRIVER
2804P: Matthias Urlichs
2805M: smurf@smurf.noris.de
2806L: linux-usb-devel@lists.sourceforge.net
2807S: Maintained
2808
Linus Torvalds1da177e2005-04-16 15:20:36 -07002809USB OV511 DRIVER
2810P: Mark McClelland
2811M: mmcclell@bigfoot.com
2812L: linux-usb-users@lists.sourceforge.net
2813L: linux-usb-devel@lists.sourceforge.net
2814W: http://alpha.dyndns.org/ov511/
2815S: Maintained
2816
2817USB PEGASUS DRIVER
2818P: Petko Manolov
2819M: petkan@users.sourceforge.net
2820L: linux-usb-users@lists.sourceforge.net
2821L: linux-usb-devel@lists.sourceforge.net
2822W: http://pegasus2.sourceforge.net/
2823S: Maintained
2824
2825USB PRINTER DRIVER
2826P: Vojtech Pavlik
2827M: vojtech@suse.cz
2828L: linux-usb-users@lists.sourceforge.net
2829L: linux-usb-devel@lists.sourceforge.net
2830S: Maintained
2831
2832USB RTL8150 DRIVER
2833P: Petko Manolov
2834M: petkan@users.sourceforge.net
2835L: linux-usb-users@lists.sourceforge.net
2836L: linux-usb-devel@lists.sourceforge.net
2837W: http://pegasus2.sourceforge.net/
2838S: Maintained
2839
2840USB SE401 DRIVER
2841P: Jeroen Vreeken
2842M: pe1rxq@amsat.org
2843L: linux-usb-users@lists.sourceforge.net
2844L: linux-usb-devel@lists.sourceforge.net
2845W: http://www.chello.nl/~j.vreeken/se401/
2846S: Maintained
2847
2848USB SERIAL CYBERJACK DRIVER
2849P: Matthias Bruestle and Harald Welte
2850M: support@reiner-sct.com
2851W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2852S: Maintained
2853
2854USB SERIAL DIGI ACCELEPORT DRIVER
2855P: Peter Berger and Al Borchers
2856M: pberger@brimson.com
2857M: alborchers@steinerpoint.com
2858L: linux-usb-users@lists.sourceforge.net
2859L: linux-usb-devel@lists.sourceforge.net
2860S: Maintained
2861
2862USB SERIAL DRIVER
2863P: Greg Kroah-Hartman
2864M: gregkh@suse.de
2865L: linux-usb-users@lists.sourceforge.net
2866L: linux-usb-devel@lists.sourceforge.net
2867S: Supported
2868
2869USB SERIAL BELKIN F5U103 DRIVER
2870P: William Greathouse
2871M: wgreathouse@smva.com
2872L: linux-usb-users@lists.sourceforge.net
2873L: linux-usb-devel@lists.sourceforge.net
2874S: Maintained
2875
2876USB SERIAL CYPRESS M8 DRIVER
2877P: Lonnie Mendez
2878M: dignome@gmail.com
2879L: linux-usb-users@lists.sourceforge.net
2880L: linux-usb-devel@lists.sourceforge.net
2881S: Maintained
2882W: http://geocities.com/i0xox0i
2883W: http://firstlight.net/cvs
2884
2885USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2886L: linux-usb-users@lists.sourceforge.net
2887L: linux-usb-devel@lists.sourceforge.net
2888S: Maintained
2889
2890USB AUERSWALD DRIVER
2891P: Wolfgang Muees
2892M: wolfgang@iksw-muees.de
2893L: linux-usb-users@lists.sourceforge.net
2894L: linux-usb-devel@lists.sourceforge.net
2895S: Maintained
2896
2897USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2898P: Gary Brubaker
2899M: xavyer@ix.netcom.com
2900L: linux-usb-users@lists.sourceforge.net
2901L: linux-usb-devel@lists.sourceforge.net
2902S: Maintained
2903
2904USB SERIAL KEYSPAN DRIVER
2905P: Greg Kroah-Hartman
2906M: greg@kroah.com
2907L: linux-usb-users@lists.sourceforge.net
2908L: linux-usb-devel@lists.sourceforge.net
2909W: http://www.kroah.com/linux/
2910S: Maintained
2911
2912USB SERIAL WHITEHEAT DRIVER
2913P: Stuart MacDonald
2914M: stuartm@connecttech.com
2915L: linux-usb-users@lists.sourceforge.net
2916L: linux-usb-devel@lists.sourceforge.net
2917W: http://www.connecttech.com
2918S: Supported
2919
2920USB SN9C10x DRIVER
2921P: Luca Risolia
2922M: luca.risolia@studio.unibo.it
2923L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00002924L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002925W: http://www.linux-projects.org
2926S: Maintained
2927
2928USB SUBSYSTEM
2929P: Greg Kroah-Hartman
2930M: gregkh@suse.de
2931L: linux-usb-users@lists.sourceforge.net
2932L: linux-usb-devel@lists.sourceforge.net
2933W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002934T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002935S: Supported
2936
2937USB UHCI DRIVER
2938P: Alan Stern
2939M: stern@rowland.harvard.edu
2940L: linux-usb-users@lists.sourceforge.net
2941L: linux-usb-devel@lists.sourceforge.net
2942S: Maintained
2943
2944USB "USBNET" DRIVER
2945P: David Brownell
2946M: dbrownell@users.sourceforge.net
2947L: linux-usb-devel@lists.sourceforge.net
2948S: Maintained
2949
2950USB W996[87]CF DRIVER
2951P: Luca Risolia
2952M: luca.risolia@studio.unibo.it
2953L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00002954L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002955W: http://www.linux-projects.org
2956S: Maintained
2957
Luca Risolia60f78052006-02-06 16:29:35 +00002958USB ZC0301 DRIVER
2959P: Luca Risolia
2960M: luca.risolia@studio.unibo.it
2961L: linux-usb-devel@lists.sourceforge.net
2962L: video4linux-list@redhat.com
2963W: http://www.linux-projects.org
2964S: Maintained
2965
Linus Torvalds1da177e2005-04-16 15:20:36 -07002966USB ZD1201 DRIVER
2967P: Jeroen Vreeken
2968M: pe1rxq@amsat.org
2969L: linux-usb-users@lists.sourceforge.net
2970L: linux-usb-devel@lists.sourceforge.net
2971W: http://linux-lc100020.sourceforge.net
2972S: Maintained
2973
2974USER-MODE LINUX
2975P: Jeff Dike
2976M: jdike@karaya.com
2977L: user-mode-linux-devel@lists.sourceforge.net
2978L: user-mode-linux-user@lists.sourceforge.net
2979W: http://user-mode-linux.sourceforge.net
2980S: Maintained
2981
2982FAT/VFAT/MSDOS FILESYSTEM:
2983P: OGAWA Hirofumi
2984M: hirofumi@mail.parknet.co.jp
2985L: linux-kernel@vger.kernel.org
2986S: Maintained
2987
2988VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2989P: Jeff Garzik
2990S: Odd fixes
2991
2992VIA RHINE NETWORK DRIVER
2993P: Roger Luethi
2994M: rl@hellgate.ch
2995S: Maintained
2996
Jean Delvare32c0a522005-09-22 21:47:58 +02002997VIAPRO SMBUS DRIVER
2998P: Jean Delvare
2999M: khali@linux-fr.org
3000L: lm-sensors@lm-sensors.org
3001S: Maintained
3002
Linus Torvalds1da177e2005-04-16 15:20:36 -07003003UCLINUX (AND M68KNOMMU)
3004P: Greg Ungerer
3005M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003006W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003007L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003008S: Maintained
3009
3010UCLINUX FOR NEC V850
3011P: Miles Bader
3012M: uclinux-v850@lsi.nec.co.jp
3013W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3014W: http://www.ee.nec.de/uclinux/
3015S: Supported
3016
3017UCLINUX FOR RENESAS H8/300
3018P: Yoshinori Sato
3019M: ysato@users.sourceforge.jp
3020W: http://uclinux-h8.sourceforge.jp/
3021S: Supported
3022
3023USB DIAMOND RIO500 DRIVER
3024P: Cesar Miquel
3025M: miquel@df.uba.ar
3026L: rio500-users@lists.sourceforge.net
3027W: http://rio500.sourceforge.net
3028S: Maintained
3029
3030VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003031P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003032M: mchehab@infradead.org
3033M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003034L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003035W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003036T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003037S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003038
Roger Lucas1de9e372005-11-26 20:20:05 +01003039VT8231 HARDWARE MONITOR DRIVER
3040P: Roger Lucas
3041M: roger@planbit.co.uk
3042L: lm-sensors@lm-sensors.org
3043S: Maintained
3044
Linus Torvalds1da177e2005-04-16 15:20:36 -07003045W1 DALLAS'S 1-WIRE BUS
3046P: Evgeniy Polyakov
3047M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003048L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003049S: Maintained
3050
3051W83L51xD SD/MMC CARD INTERFACE DRIVER
3052P: Pierre Ossman
3053M: drzeus-wbsd@drzeus.cx
3054L: wbsd-devel@list.drzeus.cx
3055W: http://projects.drzeus.cx/wbsd
3056S: Maintained
3057
3058W83L785TS HARDWARE MONITOR DRIVER
3059P: Jean Delvare
3060M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003061L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003062S: Odd Fixes
3063
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003064WATCHDOG DEVICE DRIVERS
3065P: Wim Van Sebroeck
3066M: wim@iguana.be
3067T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3068S: Maintained
3069
Linus Torvalds1da177e2005-04-16 15:20:36 -07003070WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3071P: Jean Tourrilhes
3072M: jt@hpl.hp.com
3073W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3074S: Maintained
3075
3076WD7000 SCSI DRIVER
3077P: Miroslav Zagorac
3078M: zaga@fly.cc.fer.hr
3079L: linux-scsi@vger.kernel.org
3080S: Maintained
3081
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003082WISTRON LAPTOP BUTTON DRIVER
3083P: Miloslav Trmac
3084M: mitr@volny.cz
3085S: Maintained
3086
Linus Torvalds1da177e2005-04-16 15:20:36 -07003087WL3501 WIRELESS PCMCIA CARD DRIVER
3088P: Arnaldo Carvalho de Melo
3089M: acme@conectiva.com.br
3090W: http://advogato.org/person/acme
3091S: Maintained
3092
3093X.25 NETWORK LAYER
3094P: Henner Eisen
3095M: eis@baty.hanse.de
3096L: linux-x25@vger.kernel.org
3097S: Maintained
3098
3099XFS FILESYSTEM
3100P: Silicon Graphics Inc
3101M: xfs-masters@oss.sgi.com
3102M: nathans@sgi.com
3103L: linux-xfs@oss.sgi.com
3104W: http://oss.sgi.com/projects/xfs
3105S: Supported
3106
3107X86 3-LEVEL PAGING (PAE) SUPPORT
3108P: Ingo Molnar
3109M: mingo@redhat.com
3110S: Maintained
3111
3112X86-64 port
3113P: Andi Kleen
3114M: ak@suse.de
3115L: discuss@x86-64.org
3116W: http://www.x86-64.org
3117S: Maintained
3118
3119YAM DRIVER FOR AX.25
3120P: Jean-Paul Roubelat
3121M: jpr@f6fbb.org
3122L: linux-hams@vger.kernel.org
3123S: Maintained
3124
Henkaf64a5e2005-10-12 15:02:56 +02003125YEALINK PHONE DRIVER
3126P: Henk Vergonet
3127M: Henk.Vergonet@gmail.com
3128L: usbb2k-api-dev@nongnu.org
3129S: Maintained
3130
Linus Torvalds1da177e2005-04-16 15:20:36 -07003131YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3132P: Pete Zaitcev
3133M: zaitcev@yahoo.com
3134L: linux-kernel@vger.kernel.org
3135S: Obsolete
3136
3137Z8530 DRIVER FOR AX.25
3138P: Joerg Reuter
3139M: jreuter@yaina.de
3140W: http://yaina.de/jreuter/
3141W: http://www.qsl.net/dl1bke/
3142L: linux-hams@vger.kernel.org
3143S: Maintained
3144
3145ZF MACHZ WATCHDOG
3146P: Fernando Fuganti
3147M: fuganti@netbank.com.br
3148W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3149S: Maintained
3150
3151ZR36067 VIDEO FOR LINUX DRIVER
3152P: Ronald Bultje
3153M: rbultje@ronald.bitfreak.net
3154L: mjpeg-users@lists.sourceforge.net
3155W: http://mjpeg.sourceforge.net/driver-zoran/
3156S: Maintained
3157
3158ZR36120 VIDEO FOR LINUX DRIVER
3159P: Pauline Middelink
3160M: middelin@polyware.nl
3161W: http://www.polyware.nl/~middelin/En/hobbies.html
3162W: http://www.polyware.nl/~middelin/hobbies.html
3163S: Maintained
3164
3165THE REST
3166P: Linus Torvalds
3167S: Buried alive in reporters