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