blob: 2d5ff3e34699fb2f2857da6054b7cc2b9d83f467 [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
Andy Whitcroft0a920b52007-06-01 00:46:48 -070033 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
42
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
45
Alan Coxc9ee1332006-05-20 15:00:12 -070046 PLEASE remember that submissions must be made under the terms
Randy Dunlap45003712007-08-30 23:56:37 -070047 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
Alan Coxc9ee1332006-05-20 15:00:12 -070051
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
54 not you.
55
Alan Coxc9ee1332006-05-20 15:00:12 -0700567. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
58 does not respond.
59
608. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070061
Antoine Jacquetb7eee612007-04-27 12:30:59 -030062 -----------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -070063
64Maintainers List (try to look for most precise areas first)
65
66Note: For the hard of thinking, this list is meant to remain in alphabetical
67order. If you could add yourselves to it in alphabetical order that would be
68so much easier [Ed]
69
70P: Person
71M: Mail patches to
72L: Mailing list that is relevant to this area
73W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080074T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070075S: Status, one of the following:
76
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
85 should be using that.
86
873C359 NETWORK DRIVER
88P: Mike Phillips
89M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070090L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070091W: http://www.linuxtr.net
92S: Maintained
93
943C505 NETWORK DRIVER
95P: Philip Blundell
96M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070097L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070098S: Maintained
99
Steffen Klasserta6d89912007-08-10 14:05:27 -07001003C59X NETWORK DRIVER
101P: Steffen Klassert
102M: klassert@mathematik.tu-chemnitz.de
103L: netdev@vger.kernel.org
104S: Maintained
105
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063CR990 NETWORK DRIVER
107P: David Dillow
108M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700109L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110S: Maintained
111
1123W-XXXX ATA-RAID CONTROLLER DRIVER
113P: Adam Radford
114M: linuxraid@amcc.com
115L: linux-scsi@vger.kernel.org
116W: http://www.amcc.com
117S: Supported
118
1193W-9XXX SATA-RAID CONTROLLER DRIVER
120P: Adam Radford
121M: linuxraid@amcc.com
122L: linux-scsi@vger.kernel.org
123W: http://www.amcc.com
124S: Supported
125
12653C700 AND 53C700-66 SCSI DRIVER
127P: James E.J. Bottomley
128M: James.Bottomley@HansenPartnership.com
129L: linux-scsi@vger.kernel.org
130S: Maintained
131
1326PACK NETWORK DRIVER FOR AX.25
133P: Andreas Koensgen
134M: ajk@iehk.rwth-aachen.de
135L: linux-hams@vger.kernel.org
136S: Maintained
137
Linus Torvalds1da177e2005-04-16 15:20:36 -07001388169 10/100/1000 GIGABIT ETHERNET DRIVER
139P: Francois Romieu
140M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700141L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142S: Maintained
143
1448250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700145L: linux-serial@vger.kernel.org
146W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100147S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148
1498390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
150P: Paul Gortmaker
151M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700152L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153S: Maintained
154
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001559P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100156P: Eric Van Hensbergen
157M: ericvh@gmail.com
158P: Ron Minnich
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500159M: rminnich@sandia.gov
Jim Cromiece00f852006-11-30 04:49:44 +0100160P: Latchesar Ionkov
161M: lucho@ionkov.net
162L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500163W: http://swik.net/v9fs
Jim Cromiece00f852006-11-30 04:49:44 +0100164T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
165S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800166
Linus Torvalds1da177e2005-04-16 15:20:36 -0700167A2232 SERIAL BOARD DRIVER
168P: Enver Haase
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169M: A2232@gmx.net
170L: linux-m68k@lists.linux-m68k.org
171S: Maintained
172
173AIO
174P: Benjamin LaHaise
175M: bcrl@kvack.org
176L: linux-aio@kvack.org
177S: Supported
178
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200179ABIT UGURU HARDWARE MONITOR DRIVER
180P: Hans de Goede
181M: j.w.r.degoede@hhs.nl
182L: lm-sensors@lm-sensors.org
183S: Maintained
184
Linus Torvalds1da177e2005-04-16 15:20:36 -0700185ACENIC DRIVER
186P: Jes Sorensen
187M: jes@trained-monkey.org
188L: linux-acenic@sunsite.dk
189S: Maintained
190
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700191IPS SCSI RAID DRIVER
192P: Adaptec OEM Raid Solutions
193M: aacraid@adaptec.com
194L: linux-scsi@vger.kernel.org
195W: http://www.adaptec.com/
196S: Maintained
197
198DPT_I2O SCSI RAID DRIVER
199P: Adaptec OEM Raid Solutions
200M: aacraid@adaptec.com
201L: linux-scsi@vger.kernel.org
202W: http://www.adaptec.com/
203S: Maintained
204
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205AACRAID SCSI RAID DRIVER
206P: Adaptec OEM Raid Solutions
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700207M: aacraid@adaptec.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208L: linux-scsi@vger.kernel.org
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700209W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210S: Supported
211
212ACPI
213P: Len Brown
214M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500215M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500216L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400217W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800218T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500219S: Supported
220
221ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400222P: Alexey Starikovskiy
223M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500224L: linux-acpi@vger.kernel.org
225W: http://acpi.sourceforge.net/
226S: Supported
227
228ACPI EC DRIVER
229P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400230M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500231L: linux-acpi@vger.kernel.org
232W: http://acpi.sourceforge.net/
233S: Supported
234
235ACPI FAN DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400236P: Len Brown
237M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500238L: linux-acpi@vger.kernel.org
239W: http://acpi.sourceforge.net/
240S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700242ACPI PCI HOTPLUG DRIVER
243P: Kristen Carlson Accardi
244M: kristen.c.accardi@intel.com
245L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -0500246S: Supported
247
248ACPI THERMAL DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400249P: Len Brown
250M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500251L: linux-acpi@vger.kernel.org
252W: http://acpi.sourceforge.net/
253S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700254
Len Brown359acec2007-02-10 01:59:24 -0500255ACPI VIDEO DRIVER
Len Brown38e09d82007-10-25 17:55:59 -0400256P: Rui Zhang
257M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500258L: linux-acpi@vger.kernel.org
259W: http://acpi.sourceforge.net/
260S: Supported
261
Linus Torvalds1da177e2005-04-16 15:20:36 -0700262ADM1025 HARDWARE MONITOR DRIVER
263P: Jean Delvare
264M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200265L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700266S: Maintained
267
Corentin Labbecae2caa2007-02-14 21:15:04 +0100268ADM1029 HARDWARE MONITOR DRIVER
269P: Corentin Labbe
270M: corentin.labbe@geomatys.fr
271L: lm-sensors@lm-sensors.org
272S: Maintained
273
Michael Wucc0b88c2007-08-31 01:15:25 -0400274ADM8211 WIRELESS DRIVER
275P: Michael Wu
276M: flamingice@sourmilk.net
277L: linux-wireless@vger.kernel.org
278W: http://linuxwireless.org/
279T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
280S: Maintained
281
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282ADT746X FAN DRIVER
283P: Colin Leroy
284M: colin@colino.net
285S: Maintained
286
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400287ADVANSYS SCSI DRIVER
288P: Matthew Wilcox
289M: matthew@wil.cx
290L: linux-scsi@vger.kernel.org
291S: Maintained
292
Linus Torvalds1da177e2005-04-16 15:20:36 -0700293AEDSP16 DRIVER
294P: Riccardo Facchetti
295M: fizban@tin.it
296S: Maintained
297
298AFFS FILE SYSTEM
299P: Roman Zippel
300M: zippel@linux-m68k.org
301S: Maintained
302
303AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400304P: David Airlie
305M: airlied@linux.ie
306T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700307S: Maintained
308
309AHA152X SCSI DRIVER
310P: Juergen E. Fischer
311M: Juergen Fischer <fischer@norbit.de>
312L: linux-scsi@vger.kernel.org
313S: Maintained
314
Hannes Reinecke64624d42007-10-19 10:32:29 +0200315AIC7XXX / AIC79XX SCSI DRIVER
316P: Hannes Reinecke
317M: hare@suse.de
318L: linux-scsi@vger.kernel.org
319S: Maintained
320
Linus Torvalds1da177e2005-04-16 15:20:36 -0700321ALCATEL SPEEDTOUCH USB DRIVER
322P: Duncan Sands
323M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700324L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325W: http://www.linux-usb.org/SpeedTouch/
326S: Maintained
327
Pierre Ossman272f1332007-05-14 21:25:26 +0200328ALCHEMY AU1XX0 MMC DRIVER
329S: Orphan
330
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000331ALI1563 I2C DRIVER
332P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100333M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200334L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000335S: Maintained
336
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337ALPHA PORT
338P: Richard Henderson
339M: rth@twiddle.net
340S: Odd Fixes for 2.4; Maintained for 2.6.
341P: Ivan Kokshaysky
342M: ink@jurassic.park.msu.ru
343S: Maintained for 2.4; PCI support for 2.6.
344
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700345AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
346P: Thomas Dahlmann
347M: thomas.dahlmann@amd.com
348L: info-linux@geode.amd.com
349S: Supported
350
Jordan Crousef90b8112006-01-06 00:12:14 -0800351AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100352P: Jordan Crouse
353M: info-linux@geode.amd.com
Jordan Crousef90b8112006-01-06 00:12:14 -0800354L: info-linux@geode.amd.com
355W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
356S: Supported
357
Stelian Pop284f42b2006-12-12 18:18:31 +0100358AMS (Apple Motion Sensor) DRIVER
359P: Stelian Pop
360M: stelian@popies.net
361P: Michael Hanselmann
362M: linux-kernel@hansmi.ch
363S: Supported
364
Tom Tuckerf94b5332006-09-22 15:22:48 -0700365AMSO1100 RNIC DRIVER
366P: Tom Tucker
367M: tom@opengridcomputing.com
368P: Steve Wise
369M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700370L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700371S: Maintained
372
Johannes Berg42269062006-07-25 16:15:50 +0200373AOA (Apple Onboard Audio) ALSA DRIVER
374P: Johannes Berg
375M: johannes@sipsolutions.net
376L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200377L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200378S: Maintained
379
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380APM DRIVER
381P: Stephen Rothwell
382M: sfr@canb.auug.org.au
383L: linux-laptop@vger.kernel.org
384W: http://www.canb.auug.org.au/~sfr/
385S: Supported
386
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700387APPLE SMC DRIVER
388P: Nicolas Boichat
389M: nicolas@boichat.ch
390L: mactel-linux-devel@lists.sourceforge.net
391S: Maintained
392
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393APPLETALK NETWORK LAYER
394P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300395M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700396S: Maintained
397
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400398APPLETOUCH TOUCHPAD DRIVER
399P: Johannes Berg
400M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400401L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400402S: Maintained
403
Jaya Kumar1154ea72005-06-21 17:17:04 -0700404ARC FRAMEBUFFER DRIVER
405P: Jaya Kumar
406M: jayalk@intworks.biz
407S: Maintained
408
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409ARM MFM AND FLOPPY DRIVERS
410P: Ian Molton
411M: spyro@f2s.com
412S: Maintained
413
Russell King2761f5c2007-05-24 06:56:08 +0200414ARM PRIMECELL MMCI PL180/1 DRIVER
415P: Russell King
416M: rmk@arm.linux.org.uk
417L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
418S: Maintained
419
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800420ARM/ADI ROADRUNNER MACHINE SUPPORT
421P: Lennert Buytenhek
422M: kernel@wantstofly.org
423L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
424S: Maintained
425
426ARM/ADS SPHERE MACHINE SUPPORT
427P: Lennert Buytenhek
428M: kernel@wantstofly.org
429L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
430S: Maintained
431
432ARM/AJECO 1ARM MACHINE SUPPORT
433P: Lennert Buytenhek
434M: kernel@wantstofly.org
435L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
436S: Maintained
437
Andrew Victord4a89c72006-12-04 13:56:21 +0100438ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
439P: Andrew Victor
Joe Perches6650e0a2007-12-10 15:49:32 -0800440M: andrew@sanpeople.com
Andrew Victord4a89c72006-12-04 13:56:21 +0100441L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
442W: http://maxim.org.za/at91_26.html
443S: Maintained
444
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800445ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
446P: Lennert Buytenhek
447M: kernel@wantstofly.org
448L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
449S: Maintained
450
451ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
452P: Lennert Buytenhek
453M: kernel@wantstofly.org
454L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
455S: Maintained
456
Linus Torvalds1da177e2005-04-16 15:20:36 -0700457ARM/CORGI MACHINE SUPPORT
458P: Richard Purdie
459M: rpurdie@rpsys.net
460S: Maintained
461
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800462ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
463P: Lennert Buytenhek
464M: kernel@wantstofly.org
465L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
466S: Maintained
467
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100468ARM/HP JORNADA 7XX MACHINE SUPPORT
469P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100470M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100471W: www.jlime.com
472S: Maintained
473
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800474ARM/INTEL IOP32X ARM ARCHITECTURE
475P: Lennert Buytenhek
476M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100477P: Dan Williams
478M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800479L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100480S: Supported
481
482ARM/INTEL IOP33X ARM ARCHITECTURE
483P: Dan Williams
484M: dan.j.williams@intel.com
485L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
486S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800487
488ARM/INTEL IOP13XX ARM ARCHITECTURE
489P: Lennert Buytenhek
490M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100491P: Dan Williams
492M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800493L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100494S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800495
496ARM/INTEL IQ81342EX MACHINE SUPPORT
497P: Lennert Buytenhek
498M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100499P: Dan Williams
500M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800501L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100502S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800503
504ARM/INTEL IXP2000 ARM ARCHITECTURE
505P: Lennert Buytenhek
506M: kernel@wantstofly.org
507L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
508S: Maintained
509
510ARM/INTEL IXDP2850 MACHINE SUPPORT
511P: Lennert Buytenhek
512M: kernel@wantstofly.org
513L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
514S: Maintained
515
516ARM/INTEL IXP23XX ARM ARCHITECTURE
517P: Lennert Buytenhek
518M: kernel@wantstofly.org
519L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
520S: Maintained
521
522ARM/INTEL XSC3 (MANZANO) ARM CORE
523P: Lennert Buytenhek
524M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100525P: Dan Williams
526M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800527L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100528S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800529
530ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
531P: Lennert Buytenhek
532M: kernel@wantstofly.org
533L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
534S: Maintained
535
536ARM/LOGICPD PXA270 MACHINE SUPPORT
537P: Lennert Buytenhek
538M: kernel@wantstofly.org
539L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
540S: Maintained
541
Dirk Opfer8459c152005-11-06 14:27:52 +0000542ARM/TOSA MACHINE SUPPORT
543P: Dirk Opfer
544M: dirk@opfer-online.de
545S: Maintained
546
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547ARM/PLEB SUPPORT
548P: Peter Chubb
549M: pleb@gelato.unsw.edu.au
550W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
551S: Maintained
552
553ARM/PT DIGITAL BOARD PORT
554P: Stefan Eletzhofer
555M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700556L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557W: http://www.arm.linux.org.uk/
558S: Maintained
559
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800560ARM/RADISYS ENP2611 MACHINE SUPPORT
561P: Lennert Buytenhek
562M: kernel@wantstofly.org
563L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
564S: Maintained
565
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566ARM/SHARK MACHINE SUPPORT
567P: Alexander Schulz
568M: alex@shark-linux.de
569W: http://www.shark-linux.de/shark.html
570S: Maintained
571
572ARM/STRONGARM110 PORT
573P: Russell King
574M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700575L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700576W: http://www.arm.linux.org.uk/
577S: Maintained
578
579ARM/S3C2410 ARM ARCHITECTURE
580P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800581M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700582L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583W: http://www.fluff.org/ben/linux/
584S: Maintained
585
586ARM/S3C2440 ARM ARCHITECTURE
587P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800588M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700589L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700590W: http://www.fluff.org/ben/linux/
591S: Maintained
592
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800593ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
594P: Lennert Buytenhek
595M: kernel@wantstofly.org
596L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
597S: Maintained
598
599ARM/THECUS N2100 MACHINE SUPPORT
600P: Lennert Buytenhek
601M: kernel@wantstofly.org
602L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
603S: Maintained
604
Linus Torvalds1da177e2005-04-16 15:20:36 -0700605ARPD SUPPORT
606P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700607L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608S: Maintained
609
610ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500611P: Corentin Chary
612M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613P: Karol Kozimor
614M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615L: acpi4asus-user@lists.sourceforge.net
616W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500617W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618S: Maintained
619
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400620ASUS ASB100 HARDWARE MONITOR DRIVER
621P: Mark M. Hoffman
622M: mhoffman@lightlink.com
623L: lm-sensors@lm-sensors.org
624S: Maintained
625
Corentin Chary85091b72007-01-26 14:04:30 +0100626ASUS LAPTOP EXTRAS DRIVER
627P: Corentin Chary
628M: corentincj@iksaif.net
629L: acpi4asus-user@lists.sourceforge.net
630W: http://sourceforge.net/projects/acpi4asus
631W: http://xf.iksaif.net/acpi4asus
632S: Maintained
633
Dan Williamsb3e5f262007-08-07 10:26:35 -0700634ASYNCHRONOUS TRANSFERS/TRANSFORMS API
635P: Dan Williams
636M: dan.j.williams@intel.com
637P: Shannon Nelson
638M: shannon.nelson@intel.com
639L: linux-kernel@vger.kernel.org
640W: http://sourceforge.net/projects/xscaleiop
641S: Supported
642
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643ATA OVER ETHERNET DRIVER
644P: Ed L. Cashin
645M: ecashin@coraid.com
646W: http://www.coraid.com/support/linux
647S: Supported
648
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200649ATHEROS ATH5K WIRELESS DRIVER
650P: Jiri Slaby
651M: jirislaby@gmail.com
652P: Nick Kossifidis
653M: mickflemm@gmail.com
654P: Luis R. Rodriguez
655M: mcgrof@gmail.com
656L: linux-wireless@vger.kernel.org
657L: ath5k-devel@lists.ath5k.org
658S: Maintained
659
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600660ATL1 ETHERNET DRIVER
661P: Jay Cliburn
662M: jcliburn@gmail.com
663P: Chris Snook
664M: csnook@redhat.com
665L: atl1-devel@lists.sourceforge.net
666W: http://sourceforge.net/projects/atl1
667W: http://atl1.sourceforge.net
668S: Maintained
669
Linus Torvalds1da177e2005-04-16 15:20:36 -0700670ATM
671P: Chas Williams
672M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700673L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700674W: http://linux-atm.sourceforge.net
675S: Maintained
676
Pierre Ossman272f1332007-05-14 21:25:26 +0200677ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200678P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800679M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200680L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
681W: http://www.atmel.com/products/AT91/
682W: http://www.at91.com/
683S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200684
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800685ATMEL LCDFB DRIVER
686P: Nicolas Ferre
687M: nicolas.ferre@atmel.com
688L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
689S: Maintained
690
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100691ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100692P: Haavard Skinnemoen
693M: hskinnemoen@atmel.com
694S: Supported
695
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800696ATMEL SPI DRIVER
697P: Haavard Skinnemoen
698M: hskinnemoen@atmel.com
699S: Supported
700
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700701ATMEL USBA UDC DRIVER
702P: Haavard Skinnemoen
703M: hskinnemoen@atmel.com
704L: kernel@avr32linux.org
705W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
706S: Supported
707
Linus Torvalds1da177e2005-04-16 15:20:36 -0700708ATMEL WIRELESS DRIVER
709P: Simon Kelley
710M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700711L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700712W: http://www.thekelleys.org.uk/atmel
713W: http://atmelwlandriver.sourceforge.net/
714S: Maintained
715
Chris Wrighta92b7b82005-07-07 18:12:23 -0700716AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100717P: David Woodhouse
718M: dwmw2@infradead.org
Gabriel Cb9a06202007-08-10 13:00:56 -0700719L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100720W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800721T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700722S: Maintained
723
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800724AUXILIARY DISPLAY DRIVERS
725P: Miguel Ojeda Sandonis
726M: maxextreme@gmail.com
727L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700728W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800729S: Maintained
730
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700731AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700732P: Haavard Skinnemoen
733M: hskinnemoen@atmel.com
734W: http://www.atmel.com/products/AVR32/
735W: http://avr32linux.org/
736W: http://avrfreaks.net/
737S: Supported
738
739AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700740P: Haavard Skinnemoen
741M: hskinnemoen@atmel.com
742S: Supported
743
Linus Torvalds1da177e2005-04-16 15:20:36 -0700744AX.25 NETWORK LAYER
745P: Ralf Baechle
746M: ralf@linux-mips.org
747L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200748W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700749S: Maintained
750
Richard Purdie300abeb2007-02-07 22:21:07 +0000751BACKLIGHT CLASS/SUBSYSTEM
752P: Richard Purdie
753M: rpurdie@rpsys.net
754S: Maintained
755
Bryan Wu1394f032007-05-06 14:50:22 -0700756BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800757P: Bryan Wu
758M: bryan.wu@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800759L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
760W: http://blackfin.uclinux.org
761S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700762
Bryan Wue190d6b2007-07-17 14:43:44 +0800763BLACKFIN EMAC DRIVER
764P: Bryan Wu
765M: bryan.wu@analog.com
766L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
767W: http://blackfin.uclinux.org
768S: Supported
769
Mike Frysinger566da5b2007-06-11 15:31:30 +0800770BLACKFIN RTC DRIVER
771P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800772M: vapier.adi@gmail.com
773L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
774W: http://blackfin.uclinux.org
775S: Supported
776
Bryan Wu1394f032007-05-06 14:50:22 -0700777BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800778P: Sonic Zhang
779M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800780L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
781W: http://blackfin.uclinux.org
782S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700783
Bryan Wu1e6d3202007-07-15 02:50:02 +0800784BLACKFIN WATCHDOG DRIVER
785P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800786M: vapier.adi@gmail.com
787L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
788W: http://blackfin.uclinux.org
789S: Supported
790
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791BAYCOM/HDLCDRV DRIVERS FOR AX.25
792P: Thomas Sailer
793M: t.sailer@alumni.ethz.ch
794L: linux-hams@vger.kernel.org
795W: http://www.baycom.org/~tom/ham/ham.html
796S: Maintained
797
Michael Buesche4d6b792007-09-18 15:39:42 -0400798B43 WIRELESS DRIVER
799P: Michael Buesch
800M: mb@bu3sch.de
801P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100802M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400803L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100804W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400805S: Maintained
806
Larry Finger75388ac2007-09-25 16:46:54 -0700807B43LEGACY WIRELESS DRIVER
808P: Larry Finger
809M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100810P: Stefano Brivio
811M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700812L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100813W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700814S: Maintained
815
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200816BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
817P: Larry Finger
818M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200819P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100820M: stefano.brivio@polimi.it
Johannes Berg724c6b32007-04-23 12:18:20 -0700821L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200822W: http://bcm43xx.berlios.de/
John W. Linville003faaa2008-01-27 22:48:37 -0800823S: Obsolete
Michael Buesch9eac8f92006-04-22 17:31:27 +0200824
Linus Torvalds1da177e2005-04-16 15:20:36 -0700825BEFS FILE SYSTEM
826P: Sergey S. Kostyliov
827M: rathamahata@php4.ru
828L: linux-kernel@vger.kernel.org
829S: Maintained
830
Linus Torvalds1da177e2005-04-16 15:20:36 -0700831BFS FILE SYSTEM
832P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800833M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700834L: linux-kernel@vger.kernel.org
835S: Maintained
836
Bryan Wud24ecfc2007-05-01 23:26:32 +0200837BLACKFIN I2C TWI DRIVER
838P: Sonic Zhang
839M: sonic.zhang@analog.com
840L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
841W: http://blackfin.uclinux.org/
842S: Supported
843
Linus Torvalds1da177e2005-04-16 15:20:36 -0700844BLOCK LAYER
845P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200846M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700847L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800848T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700849S: Maintained
850
851BLUETOOTH SUBSYSTEM
852P: Marcel Holtmann
853M: marcel@holtmann.org
854P: Maxim Krasnyansky
855M: maxk@qualcomm.com
856L: bluez-devel@lists.sf.net
857W: http://bluez.sf.net
858W: http://www.bluez.org
859W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800860T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861S: Maintained
862
863BLUETOOTH RFCOMM LAYER
864P: Marcel Holtmann
865M: marcel@holtmann.org
866P: Maxim Krasnyansky
867M: maxk@qualcomm.com
868S: Maintained
869
870BLUETOOTH BNEP LAYER
871P: Marcel Holtmann
872M: marcel@holtmann.org
873P: Maxim Krasnyansky
874M: maxk@qualcomm.com
875S: Maintained
876
877BLUETOOTH CMTP LAYER
878P: Marcel Holtmann
879M: marcel@holtmann.org
880S: Maintained
881
882BLUETOOTH HIDP LAYER
883P: Marcel Holtmann
884M: marcel@holtmann.org
885S: Maintained
886
887BLUETOOTH HCI UART DRIVER
888P: Marcel Holtmann
889M: marcel@holtmann.org
890P: Maxim Krasnyansky
891M: maxk@qualcomm.com
892S: Maintained
893
894BLUETOOTH HCI USB DRIVER
895P: Marcel Holtmann
896M: marcel@holtmann.org
897P: Maxim Krasnyansky
898M: maxk@qualcomm.com
899S: Maintained
900
901BLUETOOTH HCI BCM203X DRIVER
902P: Marcel Holtmann
903M: marcel@holtmann.org
904S: Maintained
905
906BLUETOOTH HCI BPA10X DRIVER
907P: Marcel Holtmann
908M: marcel@holtmann.org
909S: Maintained
910
911BLUETOOTH HCI BFUSB DRIVER
912P: Marcel Holtmann
913M: marcel@holtmann.org
914S: Maintained
915
916BLUETOOTH HCI DTL1 DRIVER
917P: Marcel Holtmann
918M: marcel@holtmann.org
919S: Maintained
920
921BLUETOOTH HCI BLUECARD DRIVER
922P: Marcel Holtmann
923M: marcel@holtmann.org
924S: Maintained
925
926BLUETOOTH HCI BT3C DRIVER
927P: Marcel Holtmann
928M: marcel@holtmann.org
929S: Maintained
930
931BLUETOOTH HCI BTUART DRIVER
932P: Marcel Holtmann
933M: marcel@holtmann.org
934S: Maintained
935
936BLUETOOTH HCI VHCI DRIVER
937P: Maxim Krasnyansky
938M: maxk@qualcomm.com
939S: Maintained
940
941BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100942P: Chad Tindel
943M: ctindel@users.sourceforge.net
944P: Jay Vosburgh
945M: fubar@us.ibm.com
946L: bonding-devel@lists.sourceforge.net
947W: http://sourceforge.net/projects/bonding/
948S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700949
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000950BROADBAND PROCESSOR ARCHITECTURE
951P: Arnd Bergmann
952M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100953L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400954W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000955S: Supported
956
Gary Zambrano39105892006-06-22 17:26:20 -0700957BROADCOM B44 10/100 ETHERNET DRIVER
958P: Gary Zambrano
959M: zambrano@broadcom.com
960L: netdev@vger.kernel.org
961S: Supported
962
Michael Chan948c51e2006-06-04 02:51:39 -0700963BROADCOM BNX2 GIGABIT ETHERNET DRIVER
964P: Michael Chan
965M: mchan@broadcom.com
966L: netdev@vger.kernel.org
967S: Supported
968
969BROADCOM TG3 GIGABIT ETHERNET DRIVER
970P: Michael Chan
971M: mchan@broadcom.com
972L: netdev@vger.kernel.org
973S: Supported
974
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200975BSG (block layer generic sg v4 driver)
976P: FUJITA Tomonori
977M: fujita.tomonori@lab.ntt.co.jp
978L: linux-scsi@vger.kernel.org
979S: Supported
980
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700982P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200983M: mchehab@infradead.org
984M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700986W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200987T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700988S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700989
Jonathan Corbet77d51402007-03-22 19:44:17 -0300990CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
991P: Jonathan Corbet
992M: corbet@lwn.net
993L: video4linux-list@redhat.com
994S: Maintained
995
Oliver Hartkoppbeca2222007-11-16 16:07:41 -0800996CAN NETWORK LAYER
997P: Urs Thuermann
998M: urs.thuermann@volkswagen.de
999P: Oliver Hartkopp
1000M: oliver.hartkopp@volkswagen.de
1001L: socketcan-core@lists.berlios.de
1002W: http://developer.berlios.de/projects/socketcan/
1003S: Maintained
1004
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001005CALGARY x86-64 IOMMU
1006P: Muli Ben-Yehuda
1007M: muli@il.ibm.com
1008P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001009M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001010L: linux-kernel@vger.kernel.org
1011L: discuss@x86-64.org
1012S: Maintained
1013
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001014CFAG12864B LCD DRIVER
1015P: Miguel Ojeda Sandonis
1016M: maxextreme@gmail.com
1017L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001018W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001019S: Maintained
1020
1021CFAG12864BFB LCD FRAMEBUFFER DRIVER
1022P: Miguel Ojeda Sandonis
1023M: maxextreme@gmail.com
1024L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07001025W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001026S: Maintained
1027
Johannes Berg704232c2007-04-23 12:20:05 -07001028CFG80211 and NL80211
1029P: Johannes Berg
1030M: johannes@sipsolutions.net
1031L: linux-wireless@vger.kernel.org
1032S: Maintained
1033
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001034CHECKPATCH
1035P: Andy Whitcroft
1036M: apw@shadowen.org
1037P: Randy Dunlap
1038M: rdunlap@xenotime.net
1039P: Joel Schopp
1040M: jschopp@austin.ibm.com
1041S: Supported
1042
Linus Torvalds1da177e2005-04-16 15:20:36 -07001043COMMON INTERNET FILE SYSTEM (CIFS)
1044P: Steve French
1045M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001046L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001048W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001049T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001050S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001051
Joel Becker7063fbf2005-12-15 14:29:43 -08001052CONFIGFS
1053P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001054M: joel.becker@oracle.com
1055L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001056S: Supported
1057
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001058CIRRUS LOGIC EP93XX ETHERNET DRIVER
1059P: Lennert Buytenhek
1060M: kernel@wantstofly.org
1061L: netdev@vger.kernel.org
1062S: Maintained
1063
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001064CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1065P: Lennert Buytenhek
1066M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001067L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001068S: Maintained
1069
Linus Torvalds1da177e2005-04-16 15:20:36 -07001070CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1071P: Cirrus Logic Corporation (kernel 2.2 driver)
1072M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1073P: Nils Faerber (port to kernel 2.4)
1074M: Nils Faerber <nils@kernelconcepts.de>
1075S: Maintained
1076
1077CODA FILE SYSTEM
1078P: Jan Harkes
1079M: jaharkes@cs.cmu.edu
1080M: coda@cs.cmu.edu
1081L: codalist@coda.cs.cmu.edu
1082W: http://www.coda.cs.cmu.edu/
1083S: Maintained
1084
1085COMPACTPCI HOTPLUG CORE
1086P: Scott Murray
1087M: scottm@somanetworks.com
1088M: scott@spiteful.org
1089L: pcihpd-discuss@lists.sourceforge.net
1090S: Supported
1091
1092COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1093P: Scott Murray
1094M: scottm@somanetworks.com
1095M: scott@spiteful.org
1096L: pcihpd-discuss@lists.sourceforge.net
1097S: Supported
1098
1099COMPACTPCI HOTPLUG GENERIC DRIVER
1100P: Scott Murray
1101M: scottm@somanetworks.com
1102M: scott@spiteful.org
1103L: pcihpd-discuss@lists.sourceforge.net
1104S: Supported
1105
1106COMPUTONE INTELLIPORT MULTIPORT CARD
1107P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001108M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001109W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001110S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001111
Simon Arlott949be0f2007-03-06 02:47:46 -08001112CONEXANT ACCESSRUNNER USB DRIVER
1113P: Simon Arlott
1114M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001115L: accessrunner-general@lists.sourceforge.net
1116W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001117S: Maintained
1118
Rudolf Marekbebe4672007-05-08 17:22:02 +02001119CORETEMP HARDWARE MONITORING DRIVER
1120P: Rudolf Marek
1121M: r.marek@assembler.cz
1122L: lm-sensors@lm-sensors.org
1123S: Maintained
1124
Linus Torvalds1da177e2005-04-16 15:20:36 -07001125COSA/SRP SYNC SERIAL DRIVER
1126P: Jan "Yenya" Kasprzak
1127M: kas@fi.muni.cz
1128W: http://www.fi.muni.cz/~kas/cosa/
1129S: Maintained
1130
1131CPU FREQUENCY DRIVERS
1132P: Dave Jones
1133M: davej@codemonkey.org.uk
1134L: cpufreq@lists.linux.org.uk
1135W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001136T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001137S: Maintained
1138
1139CPUID/MSR DRIVER
1140P: H. Peter Anvin
1141M: hpa@zytor.com
1142S: Maintained
1143
Paul Jacksoned90fb42005-09-27 21:45:37 -07001144CPUSETS
1145P: Paul Jackson
1146P: Simon Derr
1147M: pj@sgi.com
1148M: simon.derr@bull.net
1149L: linux-kernel@vger.kernel.org
1150W: http://www.bullopensource.org/cpuset/
1151S: Supported
1152
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001154W: http://sourceforge.net/projects/cramfs/
1155S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001156
1157CRIS PORT
1158P: Mikael Starvik
1159M: starvik@axis.com
1160L: dev-etrax@axis.com
1161W: http://developer.axis.com
1162S: Maintained
1163
1164CRYPTO API
1165P: Herbert Xu
1166M: herbert@gondor.apana.org.au
1167P: David S. Miller
1168M: davem@davemloft.net
1169L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001170T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001171S: Maintained
1172
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001173CS5535 Audio ALSA driver
1174P: Jaya Kumar
1175M: jayakumar.alsa@gmail.com
1176S: Maintained
1177
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178CYBERPRO FB DRIVER
1179P: Russell King
1180M: rmk@arm.linux.org.uk
1181W: http://www.arm.linux.org.uk/
1182S: Maintained
1183
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001184CYBLAFB FRAMEBUFFER DRIVER
1185P: Knut Petersen
1186M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001187L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001188S: Maintained
1189
Linus Torvalds1da177e2005-04-16 15:20:36 -07001190CYCLADES 2X SYNC CARD DRIVER
1191P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001192M: acme@ghostprotocols.net
1193W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001194S: Maintained
1195
1196CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001197W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001198S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199
1200CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001201W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001202S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001203
Linus Torvalds1da177e2005-04-16 15:20:36 -07001204DAMA SLAVE for AX.25
1205P: Joerg Reuter
1206M: jreuter@yaina.de
1207W: http://yaina.de/jreuter/
1208W: http://www.qsl.net/dl1bke/
1209L: linux-hams@vger.kernel.org
1210S: Maintained
1211
1212DC395x SCSI driver
1213P: Oliver Neukum
1214M: oliver@neukum.name
1215P: Ali Akcaagac
1216M: aliakc@web.de
1217P: Jamie Lenehan
1218M: lenehan@twibble.org
1219W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001220L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001221L: http://lists.twibble.org/mailman/listinfo/dc395x/
1222S: Maintained
1223
1224DC390/AM53C974 SCSI driver
1225P: Kurt Garloff
1226M: garloff@suse.de
1227W: http://www.garloff.de/kurt/linux/dc390/
1228P: Guennadi Liakhovetski
1229M: g.liakhovetski@gmx.de
1230S: Maintained
1231
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001232DCCP PROTOCOL
1233P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001234M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001235L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001236W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001237S: Maintained
1238
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239DECnet NETWORK LAYER
1240P: Patrick Caulfield
1241M: patrick@tykepenguin.com
1242W: http://linux-decnet.sourceforge.net
1243L: linux-decnet-user@lists.sourceforge.net
1244S: Maintained
1245
1246DEFXX FDDI NETWORK DRIVER
1247P: Maciej W. Rozycki
1248M: macro@linux-mips.org
1249S: Maintained
1250
1251DELL LAPTOP SMM DRIVER
1252P: Massimo Dal Zotto
1253M: dz@debian.org
1254W: http://www.debian.org/~dz/i8k/
1255S: Maintained
1256
Doug Warzecha90563ec2005-09-06 15:17:15 -07001257DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1258P: Doug Warzecha
1259M: Douglas_Warzecha@dell.com
1260S: Maintained
1261
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001262DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001263P: Alasdair Kergon
1264L: dm-devel@redhat.com
1265W: http://sources.redhat.com/dm
1266S: Maintained
1267
1268DEVICE NUMBER REGISTRY
1269P: Torben Mathiasen
1270M: device@lanana.org
1271W: http://lanana.org/docs/device-list/index.html
1272L: linux-kernel@vger.kernel.org
1273S: Maintained
1274
Linus Torvalds1da177e2005-04-16 15:20:36 -07001275DIGI INTL. EPCA DRIVER
1276P: Digi International, Inc
1277M: Eng.Linux@digi.com
1278L: Eng.Linux@digi.com
1279W: http://www.digi.com
1280S: Orphaned
1281
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282DIRECTORY NOTIFICATION
1283P: Stephen Rothwell
1284M: sfr@canb.auug.org.au
1285L: linux-kernel@vger.kernel.org
1286S: Supported
1287
1288DISK GEOMETRY AND PARTITION HANDLING
1289P: Andries Brouwer
1290M: aeb@cwi.nl
1291W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1292W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1293W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1294S: Maintained
1295
1296DISKQUOTA:
1297P: Jan Kara
1298M: jack@suse.cz
1299L: linux-kernel@vger.kernel.org
1300S: Maintained
1301
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001302DISTRIBUTED LOCK MANAGER
1303P: Patrick Caulfield
1304M: pcaulfie@redhat.com
1305P: David Teigland
1306M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001307L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001308W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001309T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1310T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001311S: Supported
1312
Linus Torvalds1da177e2005-04-16 15:20:36 -07001313DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1314P: Tobias Ringstrom
1315M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001316L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001317S: Maintained
1318
Dan Williamsb3e5f262007-08-07 10:26:35 -07001319DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001320P: Shannon Nelson
1321M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001322P: Dan Williams
1323M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001324L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001325S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001326
Juerg Haefligerb8250372007-06-09 10:11:16 -04001327DME1737 HARDWARE MONITOR DRIVER
1328P: Juerg Haefliger
1329M: juergh@gmail.com
1330L: lm-sensors@lm-sensors.org
1331S: Maintained
1332
Martin Waitzba483d52005-06-17 13:20:59 -07001333DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001334P: Randy Dunlap
1335M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001336S: Maintained
1337
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001338DOCKING STATION DRIVER
1339P: Kristen Carlson Accardi
1340M: kristen.c.accardi@intel.com
1341L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001342S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001343
Linus Torvalds1da177e2005-04-16 15:20:36 -07001344DOUBLETALK DRIVER
1345P: James R. Van Zandt
1346M: jrv@vanzandt.mv.com
1347L: blinux-list@redhat.com
1348S: Maintained
1349
1350DRIVER CORE, KOBJECTS, AND SYSFS
1351P: Greg Kroah-Hartman
1352M: gregkh@suse.de
1353L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001354T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355S: Supported
1356
1357DRM DRIVERS
1358P: David Airlie
1359M: airlied@linux.ie
1360L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001361T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362S: Maintained
1363
1364DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001365P: Francois Romieu
1366M: romieu@fr.zoreil.com
1367L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368S: Maintained
1369
1370DVB SUBSYSTEM AND DRIVERS
1371P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001372M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001373L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001374W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001375T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001376S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001377
1378EATA-DMA SCSI DRIVER
1379P: Michael Neuffer
1380L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1381S: Maintained
1382
1383EATA ISA/EISA/PCI SCSI DRIVER
1384P: Dario Ballabio
1385M: ballabio_dario@emc.com
1386L: linux-scsi@vger.kernel.org
1387S: Maintained
1388
1389EATA-PIO SCSI DRIVER
1390P: Michael Neuffer
1391M: mike@i-Connect.Net
1392L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1393S: Maintained
1394
1395EBTABLES
1396P: Bart De Schuymer
1397M: bart.de.schuymer@pandora.be
1398L: ebtables-user@lists.sourceforge.net
1399L: ebtables-devel@lists.sourceforge.net
1400W: http://ebtables.sourceforge.net/
1401S: Maintained
1402
Michael Halcrow237fead2006-10-04 02:16:22 -07001403ECRYPT FILE SYSTEM
1404P: Mike Halcrow, Phillip Hellewell
1405M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1406L: ecryptfs-devel@lists.sourceforge.net
1407W: http://ecryptfs.sourceforge.net/
1408S: Supported
1409
Alan Coxda9bb1d2006-01-18 17:44:13 -08001410EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001411P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001412M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001413L: bluesmoke-devel@lists.sourceforge.net
1414W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001415S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001416
1417EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001418P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001419P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001420M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001421M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001422L: bluesmoke-devel@lists.sourceforge.net
1423W: bluesmoke.sourceforge.net
1424S: Maintained
1425
1426EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001427P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001428M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001429L: bluesmoke-devel@lists.sourceforge.net
1430W: bluesmoke.sourceforge.net
1431S: Maintained
1432
Douglas Thompson6bc78402007-07-19 01:50:12 -07001433EDAC-I82443BXGX
1434P: Tim Small
1435M: tim@buttersideup.com
1436L: bluesmoke-devel@lists.sourceforge.net
1437W: bluesmoke.sourceforge.net
1438S: Maintained
1439
1440EDAC-I3000
1441P: Jason Uhlenkott
1442M: juhlenko@akamai.com
1443L: bluesmoke-devel@lists.sourceforge.net
1444W: bluesmoke.sourceforge.net
1445S: Maintained
1446
1447EDAC-I5000
1448P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001449M: dougthompson@xmission.com
1450L: bluesmoke-devel@lists.sourceforge.net
1451W: bluesmoke.sourceforge.net
1452S: Maintained
1453
1454EDAC-I82975X
1455P: Ranganathan Desikan
1456P: Arvind R.
1457M: rdesikan@jetzbroadband.com
1458M: arvind@acarlab.com
1459L: bluesmoke-devel@lists.sourceforge.net
1460W: bluesmoke.sourceforge.net
1461S: Maintained
1462
1463EDAC-PASEMI
1464P: Egor Martovetsky
1465M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001466L: bluesmoke-devel@lists.sourceforge.net
1467W: bluesmoke.sourceforge.net
1468S: Maintained
1469
Dave Peterson0e438e32006-03-26 01:38:55 -08001470EDAC-R82600
1471P: Tim Small
1472M: tim@buttersideup.com
1473L: bluesmoke-devel@lists.sourceforge.net
1474W: bluesmoke.sourceforge.net
1475S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001476
Linus Torvalds1da177e2005-04-16 15:20:36 -07001477EEPRO100 NETWORK DRIVER
1478P: Andrey V. Savochkin
1479M: saw@saw.sw.com.sg
1480S: Maintained
1481
Josh Triplett0bee8d22006-07-30 03:03:58 -07001482EFS FILESYSTEM
1483W: http://aeschi.ch.eu.org/efs/
1484S: Orphan
1485
Heiko J Schickfab97222006-09-22 15:22:22 -07001486EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1487P: Hoang-Nam Nguyen
1488M: hnguyen@de.ibm.com
1489P: Christoph Raisch
1490M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001491L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001492S: Supported
1493
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001494EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001495P: James Smart
1496M: james.smart@emulex.com
1497L: linux-scsi@vger.kernel.org
1498W: http://sourceforge.net/projects/lpfcxxxx
1499S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001500
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501EPSON 1355 FRAMEBUFFER DRIVER
1502P: Christopher Hoover
1503M: ch@murgatroid.com, ch@hpl.hp.com
1504S: Maintained
1505
1506ETHEREXPRESS-16 NETWORK DRIVER
1507P: Philip Blundell
1508M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001509L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001510S: Maintained
1511
1512ETHERNET BRIDGE
1513P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001514M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001515L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001516W: http://bridge.sourceforge.net/
1517S: Maintained
1518
1519ETHERTEAM 16I DRIVER
1520P: Mika Kuoppala
1521M: miku@iki.fi
1522S: Maintained
1523
1524EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001525L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001526S: Maintained
1527
1528EXT3 FILE SYSTEM
1529P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001530M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001531L: linux-ext4@vger.kernel.org
1532S: Maintained
1533
1534EXT4 FILE SYSTEM
1535P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001536M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001537L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001538S: Maintained
1539
Jean Delvaree53004e2006-01-09 23:26:14 +01001540F71805F HARDWARE MONITORING DRIVER
1541P: Jean Delvare
1542M: khali@linux-fr.org
1543L: lm-sensors@lm-sensors.org
1544S: Maintained
1545
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546FARSYNC SYNCHRONOUS DRIVER
1547P: Kevin Curtis
1548M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001549W: http://www.farsite.co.uk/
1550S: Supported
1551
Akinobu Mitac5408b82007-04-23 14:41:20 -07001552FAULT INJECTION SUPPORT
1553P: Akinobu Mita
1554M: akinobu.mita@gmail.com
1555S: Supported
1556
Linus Torvalds1da177e2005-04-16 15:20:36 -07001557FRAMEBUFFER LAYER
1558P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001559M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001560L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001561W: http://linux-fbdev.sourceforge.net/
1562S: Maintained
1563
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001564FREESCALE SOC FS_ENET DRIVER
1565P: Pantelis Antoniou
1566M: pantelis.antoniou@gmail.com
1567P: Vitaly Bordug
1568M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001569L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001570L: netdev@vger.kernel.org
1571S: Maintained
1572
Li Yanga7205b32007-04-23 10:38:18 -07001573FREESCALE HIGHSPEED USB DEVICE DRIVER
1574P: Li Yang
1575M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001576L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001577L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001578S: Maintained
1579
Li Yangbeaf53b2007-05-25 13:54:02 +08001580FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1581P: Li Yang
1582M: leoli@freescale.com
1583L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001584L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001585S: Maintained
1586
Linus Torvalds1da177e2005-04-16 15:20:36 -07001587FILE LOCKING (flock() and fcntl()/lockf())
1588P: Matthew Wilcox
1589M: matthew@wil.cx
1590L: linux-fsdevel@vger.kernel.org
1591S: Maintained
1592
1593FILESYSTEMS (VFS and infrastructure)
1594P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001595M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001596S: Maintained
1597
Stefan Richterf148e202008-01-12 12:32:44 +01001598FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001599P: Kristian Hoegsberg, Stefan Richter
1600M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1601L: linux1394-devel@lists.sourceforge.net
1602W: http://www.linux1394.org/
1603T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1604S: Maintained
1605
Linus Torvalds1da177e2005-04-16 15:20:36 -07001606FIRMWARE LOADER (request_firmware)
1607L: linux-kernel@vger.kernel.org
1608S: Orphan
1609
1610FPU EMULATOR
1611P: Bill Metzenthen
1612M: billm@suburbia.net
1613W: http://suburbia.net/~billm/floating-point/emulator/
1614S: Maintained
1615
1616FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1617P: Mike McLagan
1618M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001619L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001620S: Maintained
1621
1622FREEVXFS FILESYSTEM
1623P: Christoph Hellwig
1624M: hch@infradead.org
1625W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1626S: Maintained
1627
David Howells5ab7ffe2007-04-10 15:10:45 +01001628FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001629P: David Howells
1630M: dhowells@redhat.com
1631S: Maintained
1632
Miklos Szeredi04578f12005-09-09 13:10:22 -07001633FUSE: FILESYSTEM IN USERSPACE
1634P: Miklos Szeredi
1635M: miklos@szeredi.hu
1636L: fuse-devel@lists.sourceforge.net
1637W: http://fuse.sourceforge.net/
1638S: Maintained
1639
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1641P: Rik Faith
1642M: faith@cs.unc.edu
1643L: linux-scsi@vger.kernel.org
1644S: Odd fixes (e.g., new signatures)
1645
1646GDT SCSI DISK ARRAY CONTROLLER DRIVER
1647P: Achim Leubner
1648M: achim_leubner@adaptec.com
1649L: linux-scsi@vger.kernel.org
1650W: http://www.icp-vortex.com/
1651S: Supported
1652
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001653GENERIC GPIO I2C DRIVER
1654P: Haavard Skinnemoen
1655M: hskinnemoen@atmel.com
1656S: Supported
1657
Linus Torvalds1da177e2005-04-16 15:20:36 -07001658GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1659P: Krzysztof Halasa
1660M: khc@pm.waw.pl
1661W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1662S: Maintained
1663
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001664GFS2 FILE SYSTEM
1665P: Steven Whitehouse
1666M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001667L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001668W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001669T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1670T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001671S: Supported
1672
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001673GIGASET ISDN DRIVERS
1674P: Hansjoerg Lipp
1675M: hjlipp@web.de
1676P: Tilman Schmidt
1677M: tilman@imap.cc
1678L: gigaset307x-common@lists.sourceforge.net
1679W: http://gigaset307x.sourceforge.net/
1680S: Maintained
1681
Jean Delvare5b543962005-08-15 19:51:02 +02001682HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001683P: Mark M. Hoffman
1684M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001685L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001686W: http://www.lm-sensors.org/
Mark M. Hoffmana1aa5a72007-10-07 14:45:26 -04001687T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1688T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
Jean Delvare5b543962005-08-15 19:51:02 +02001689S: Maintained
1690
Michael Buesch844dd052006-06-26 00:24:59 -07001691HARDWARE RANDOM NUMBER GENERATOR CORE
1692P: Michael Buesch
1693M: mb@bu3sch.de
1694S: Maintained
1695
Robert Love860e1d62005-08-31 23:57:59 -04001696HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1697P: Robert Love
1698M: rlove@rlove.org
1699M: linux-kernel@vger.kernel.org
1700W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1701S: Maintained
1702
Linus Torvalds1da177e2005-04-16 15:20:36 -07001703HARMONY SOUND DRIVER
1704P: Kyle McMartin
1705M: kyle@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001706L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001707S: Maintained
1708
1709HAYES ESP SERIAL DRIVER
1710P: Andrew J. Robinson
1711M: arobinso@nyx.net
1712L: linux-kernel@vger.kernel.org
1713W: http://www.nyx.net/~arobinso
1714S: Maintained
1715
1716HFS FILESYSTEM
1717P: Roman Zippel
1718M: zippel@linux-m68k.org
1719L: linux-kernel@vger.kernel.org
1720S: Maintained
1721
1722HGA FRAMEBUFFER DRIVER
1723P: Ferenc Bakonyi
1724M: fero@drama.obuda.kando.hu
1725L: linux-nvidia@lists.surfsouth.com
1726W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1727S: Maintained
1728
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001729HID CORE LAYER
1730P: Jiri Kosina
1731M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001732L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001733T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001734S: Maintained
1735
Ingo Molnar38bed542007-02-22 09:09:34 +01001736HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1737P: Thomas Gleixner
1738M: tglx@linutronix.de
1739L: linux-kernel@vger.kernel.org
1740S: Maintained
1741
Linus Torvalds1da177e2005-04-16 15:20:36 -07001742HIGH-SPEED SCC DRIVER FOR AX.25
1743P: Klaus Kudielka
1744M: klaus.kudielka@ieee.org
1745L: linux-hams@vger.kernel.org
1746W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1747S: Maintained
1748
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001749HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1750P: HighPoint Linux Team
1751M: linux@highpoint-tech.com
1752W: http://www.highpoint-tech.com
1753S: Supported
1754
Linus Torvalds1da177e2005-04-16 15:20:36 -07001755HIPPI
1756P: Jes Sorensen
1757M: jes@trained-monkey.org
1758L: linux-hippi@sunsite.dk
1759S: Maintained
1760
1761HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1762P: Chirag Kantharia
1763M: chirag.kantharia@hp.com
1764L: iss_storagedev@hp.com
1765S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001766
Linus Torvalds1da177e2005-04-16 15:20:36 -07001767HEWLETT-PACKARD SMART2 RAID DRIVER
1768P: Chirag Kantharia
1769M: chirag.kantharia@hp.com
1770L: iss_storagedev@hp.com
1771S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001772
Linus Torvalds1da177e2005-04-16 15:20:36 -07001773HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1774P: Mike Miller
1775M: mike.miller@hp.com
1776L: iss_storagedev@hp.com
1777S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001778
Jouni Malinenff1d2762005-05-12 22:54:16 -04001779HOST AP DRIVER
1780P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001781M: j@w1.fi
1782L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001783L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001784W: http://hostap.epitest.fi/
1785S: Maintained
1786
Linus Torvalds1da177e2005-04-16 15:20:36 -07001787HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1788P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001789M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001790S: Maintained
1791
Bob Piccob9b03322005-11-07 00:59:19 -08001792HPET: High Precision Event Timers driver (hpet.c)
1793P: Clemens Ladisch
1794M: clemens@ladisch.de
1795S: Maintained
1796
1797HPET: i386
1798P: Venkatesh Pallipadi (Venki)
1799M: venkatesh.pallipadi@intel.com
1800S: Maintained
1801
1802HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001803P: Vojtech Pavlik
1804M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001805S: Maintained
1806
1807HPET: ACPI hpet.c
1808P: Bob Picco
1809M: bob.picco@hp.com
1810S: Maintained
1811
Linus Torvalds1da177e2005-04-16 15:20:36 -07001812HPFS FILESYSTEM
1813P: Mikulas Patocka
1814M: mikulas@artax.karlin.mff.cuni.cz
1815W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1816S: Maintained
1817
1818HUGETLB FILESYSTEM
1819P: William Irwin
1820M: wli@holomorphy.com
1821S: Maintained
1822
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001823I2C/SMBUS STUB DRIVER
1824P: Mark M. Hoffman
1825M: mhoffman@lightlink.com
1826L: lm-sensors@lm-sensors.org
1827S: Maintained
1828
Jean Delvare5b543962005-08-15 19:51:02 +02001829I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001830P: Jean Delvare
1831M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001832L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001833T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001834S: Maintained
1835
Till Harbaume8c76ee2007-05-01 23:26:35 +02001836I2C-TINY-USB DRIVER
1837P: Till Harbaum
1838M: till@harbaum.org
1839L: i2c@lm-sensors.org
1840T: http://www.harbaum.org/till/i2c_tiny_usb
1841S: Maintained
1842
Linus Torvalds1da177e2005-04-16 15:20:36 -07001843i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001844P: H. Peter Anvin
1845M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846L: Linux-Kernel@vger.kernel.org
1847S: Maintained
1848
1849i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001850P: H. Peter Anvin
1851M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001852T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001853S: Maintained
1854
Linus Torvalds1da177e2005-04-16 15:20:36 -07001855IA64 (Itanium) PLATFORM
1856P: Tony Luck
1857M: tony.luck@intel.com
1858L: linux-ia64@vger.kernel.org
1859W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001860T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861S: Maintained
1862
1863SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001864P: Jes Sorensen
1865M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001866L: linux-altix@sgi.com
1867L: linux-ia64@vger.kernel.org
1868W: http://www.sgi.com/altix
1869S: Maintained
1870
1871IBM MCA SCSI SUBSYSTEM DRIVER
1872P: Michael Lang
1873M: langa2@kph.uni-mainz.de
1874W: http://www.uni-mainz.de/~langm000/linux.html
1875S: Maintained
1876
1877IBM Power Linux RAID adapter
1878P: Brian King
1879M: brking@us.ibm.com
1880S: Supported
1881
1882IBM ServeRAID RAID DRIVER
1883P: Jack Hammer
1884P: Dave Jeffery
1885M: ipslinux@adaptec.com
1886W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001887S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001889IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001890P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001891M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001893T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001894S: Maintained
1895
1896IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01001897P: Borislav Petkov
1898M: bbpetkov@yahoo.de
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001899L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01001900S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901
1902IDE/ATAPI FLOPPY DRIVERS
1903P: Paul Bristow
1904M: Paul Bristow <paul@paulbristow.net>
1905W: http://paulbristow.net/linux/idefloppy.html
1906L: linux-kernel@vger.kernel.org
1907S: Maintained
1908
1909IDE/ATAPI TAPE DRIVERS
1910P: Gadi Oxman
1911M: Gadi Oxman <gadio@netvision.net.il>
1912L: linux-kernel@vger.kernel.org
1913S: Maintained
1914
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02001915IDE-SCSI DRIVER
1916L: linux-ide@vger.kernel.org
1917L: linux-scsi@vger.kernel.org
1918S: Orphan
1919
Stefan Richterf148e202008-01-12 12:32:44 +01001920IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001922M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001923P: Stefan Richter
1924M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925L: linux1394-devel@lists.sourceforge.net
1926W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001927T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928S: Maintained
1929
Stefan Richterf51a5a92007-04-23 14:41:10 -07001930IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001931P: Dan Dennedy
1932M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001933P: Stefan Richter
1934M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001935L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001936S: Maintained
1937
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938IMS TWINTURBO FRAMEBUFFER DRIVER
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001939L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Paul Mundt843393d2007-11-19 13:11:04 +09001940S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941
1942INFINIBAND SUBSYSTEM
1943P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001944M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08001946M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001948M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001949L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001951T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001952S: Supported
1953
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001954INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001955P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001956M: dmitry.torokhov@gmail.com
1957M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001958L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001959T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001960S: Maintained
1961
Robert Lovec9f04f52005-07-15 12:21:07 -04001962INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01001963P: John McCutchan
1964M: ttb@tentacle.dhs.org
1965P: Robert Love
1966M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001967L: linux-kernel@vger.kernel.org
1968S: Maintained
1969
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001970INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001971P: Sylvain Meyer
1972M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001973L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001974S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001975
Linus Torvalds1da177e2005-04-16 15:20:36 -07001976INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001977P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001978M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001979L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001980S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001981
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982INTEL IA32 MICROCODE UPDATE SUPPORT
1983P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001984M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001985S: Maintained
1986
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001987INTEL I/OAT DMA DRIVER
1988P: Shannon Nelson
1989M: shannon.nelson@intel.com
1990L: linux-kernel@vger.kernel.org
1991S: Supported
1992
Dan Williamsb3e5f262007-08-07 10:26:35 -07001993INTEL IOP-ADMA DMA DRIVER
1994P: Dan Williams
1995M: dan.j.williams@intel.com
1996L: linux-kernel@vger.kernel.org
1997S: Supported
1998
Michael Buesch844dd052006-06-26 00:24:59 -07001999INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2000P: Deepak Saxena
2001M: dsaxena@plexity.net
2002S: Maintained
2003
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002004INTEL IXP2000 ETHERNET DRIVER
2005P: Lennert Buytenhek
2006M: kernel@wantstofly.org
2007L: netdev@vger.kernel.org
2008S: Maintained
2009
Linus Torvalds1da177e2005-04-16 15:20:36 -07002010INTEL PRO/100 ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002011P: Auke Kok
2012M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002013P: Jesse Brandeburg
2014M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002015P: Jeff Kirsher
2016M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002017P: John Ronciak
2018M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002019L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002020W: http://sourceforge.net/projects/e1000/
2021S: Supported
2022
2023INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
Auke Kok20424652008-01-07 21:47:25 -08002024P: Auke Kok
2025M: auke-jan.h.kok@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002026P: Jesse Brandeburg
2027M: jesse.brandeburg@intel.com
2028P: Jeff Kirsher
2029M: jeffrey.t.kirsher@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002030P: John Ronciak
2031M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002032L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002033W: http://sourceforge.net/projects/e1000/
2034S: Supported
2035
2036INTEL PRO/10GbE SUPPORT
2037P: Ayyappan Veeraiyan
2038M: ayyappan.veeraiyan@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002039P: Auke Kok
2040M: auke-jan.h.kok@intel.com
Auke Kok9a799d72007-09-15 14:07:45 -07002041P: Jesse Brandeburg
2042M: jesse.brandeburg@intel.com
2043P: John Ronciak
2044M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002045L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002046W: http://sourceforge.net/projects/e1000/
2047S: Supported
2048
James Ketrenos826d2ab2005-11-07 18:56:59 -06002049INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002050P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002051M: yi.zhu@intel.com
2052P: James Ketrenos
2053M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002054P: Reinette Chatre
2055M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002056L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002057L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002058W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002059W: http://ipw2100.sourceforge.net
2060S: Supported
2061
2062INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002063P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002064M: yi.zhu@intel.com
2065P: James Ketrenos
2066M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002067P: Reinette Chatre
2068M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002069L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002070L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002071W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002072W: http://ipw2200.sourceforge.net
2073S: Supported
2074
Zhu Yib481de92007-09-25 17:54:57 -07002075INTEL WIRELESS WIFI LINK (iwlwifi)
2076P: Zhu Yi
2077M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002078P: Reinette Chatre
2079M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002080L: linux-wireless@vger.kernel.org
2081L: ipw3945-devel@lists.sourceforge.net
2082W: http://intellinuxwireless.org
2083T: git git://intellinuxwireless.org/repos/iwlwifi
2084S: Supported
2085
Ralf Baechlecb109a02007-08-30 23:56:30 -07002086IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002087P: Ralf Baechle
2088M: ralf@linux-mips.org
2089L: linux-mips@linux-mips.org
2090S: Maintained
2091
Ralf Baechlecb109a02007-08-30 23:56:30 -07002092IOC3 SERIAL DRIVER
2093P: Pat Gefre
2094M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002095L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002096S: Maintained
2097
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098IP MASQUERADING:
2099P: Juanjo Ciarlante
2100M: jjciarla@raiz.uncu.edu.ar
2101S: Maintained
2102
Francois Romieu1202d6f2007-09-17 17:13:55 -07002103IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2104P: Francois Romieu
2105M: romieu@fr.zoreil.com
2106P: Sorbica Shieh
2107M: sorbica@icplus.com.tw
2108P: Jesse Huang
2109M: jesse@icplus.com.tw
2110L: netdev@vger.kernel.org
2111S: Maintained
2112
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002113IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002114P: Arthur Jones
2115M: infinipath@qlogic.com
2116L: general@lists.openfabrics.org
2117T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002118S: Supported
2119
Corey Minyard4409ebe2006-04-20 02:43:12 -07002120IPMI SUBSYSTEM
2121P: Corey Minyard
2122M: minyard@acm.org
2123L: openipmi-developer@lists.sourceforge.net
2124W: http://openipmi.sourceforge.net/
2125S: Supported
2126
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127IPX NETWORK LAYER
2128P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002129M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002130L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131S: Maintained
2132
2133IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002134P: Samuel Ortiz
2135M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002136L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002138S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002139
Mike Christie14816b1e2007-11-28 16:22:06 -08002140ISCSI
2141P: Mike Christie
2142M: michaelc@cs.wisc.edu
2143L: open-iscsi@googlegroups.com
2144W: www.open-iscsi.org
2145T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2146S: Maintained
2147
Linus Torvalds1da177e2005-04-16 15:20:36 -07002148ISAPNP
2149P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002150M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151S: Maintained
2152
2153ISDN SUBSYSTEM
2154P: Karsten Keil
2155M: kkeil@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156L: isdn4linux@listserv.isdn4linux.de
2157W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002158T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002159S: Maintained
2160
2161ISDN SUBSYSTEM (Eicon active card driver)
2162P: Armin Schindler
2163M: mac@melware.de
2164L: isdn4linux@listserv.isdn4linux.de
2165W: http://www.melware.de
2166S: Maintained
2167
Hans Verkuil91821ff2007-12-02 09:35:33 -03002168IVTV VIDEO4LINUX DRIVER
2169P: Hans Verkuil
2170M: hverkuil@xs4all.nl
2171L: ivtv-devel@ivtvdriver.org
2172L: ivtv-users@ivtvdriver.org
2173L: video4linux-list@redhat.com
2174W: http://www.ivtvdriver.org
2175S: Maintained
2176
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2178P: David Woodhouse
2179M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002180L: linux-mtd@lists.infradead.org
2181W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002182S: Maintained
2183
2184JFS FILESYSTEM
2185P: Dave Kleikamp
2186M: shaggy@austin.ibm.com
2187L: jfs-discussion@lists.sourceforge.net
2188W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002189T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190S: Supported
2191
Josh Triplettde456d32006-07-30 03:04:00 -07002192JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002193P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002194M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002195L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002196S: Maintained
2197
Rudolf Marek4660cb32006-10-08 22:01:26 +02002198K8TEMP HARDWARE MONITORING DRIVER
2199P: Rudolf Marek
2200M: r.marek@assembler.cz
2201L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002202S: Maintained
2203
2204KCONFIG
2205P: Roman Zippel
2206M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002207L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002208S: Maintained
2209
Vivek Goyalea6c2082006-05-20 14:59:55 -07002210KDUMP
2211P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002212M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002213P: Haren Myneni
2214M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002215L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002216L: linux-kernel@vger.kernel.org
2217W: http://lse.sourceforge.net/kdump/
2218S: Maintained
2219
Linus Torvalds1da177e2005-04-16 15:20:36 -07002220KERNEL AUTOMOUNTER (AUTOFS)
2221P: H. Peter Anvin
2222M: hpa@zytor.com
2223L: autofs@linux.kernel.org
2224S: Odd Fixes
2225
2226KERNEL AUTOMOUNTER v4 (AUTOFS4)
2227P: Ian Kent
2228M: raven@themaw.net
2229L: autofs@linux.kernel.org
2230S: Maintained
2231
2232KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002233P: Sam Ravnborg
2234M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002235T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002236L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002237S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002238
2239KERNEL JANITORS
2240P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002241L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002243S: Maintained
2244
2245KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002246P: J. Bruce Fields
2247M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002248P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002249M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002250L: nfs@lists.sourceforge.net
2251W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002252S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002253
Avi Kivity426d62e2006-12-13 00:34:03 -08002254KERNEL VIRTUAL MACHINE (KVM)
2255P: Avi Kivity
2256M: avi@qumranet.com
2257L: kvm-devel@lists.sourceforge.net
2258W: kvm.sourceforge.net
2259S: Supported
2260
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002261KEXEC
2262P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002263M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002264W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002265L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002266L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002267S: Maintained
2268
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002269KPROBES
2270P: Prasanna S Panchamukhi
2271M: prasanna@in.ibm.com
2272P: Ananth N Mavinakayanahalli
2273M: ananth@in.ibm.com
2274P: Anil S Keshavamurthy
2275M: anil.s.keshavamurthy@intel.com
2276P: David S. Miller
2277M: davem@davemloft.net
2278L: linux-kernel@vger.kernel.org
2279S: Maintained
2280
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002281KS0108 LCD CONTROLLER DRIVER
2282P: Miguel Ojeda Sandonis
2283M: maxextreme@gmail.com
2284L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002285W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002286S: Maintained
2287
Linus Torvalds1da177e2005-04-16 15:20:36 -07002288LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002289L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002290S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002291
2292LASI 53c700 driver for PARISC
2293P: James E.J. Bottomley
2294M: James.Bottomley@HansenPartnership.com
2295L: linux-scsi@vger.kernel.org
2296S: Maintained
2297
Richard Purdie263de9b2006-05-15 09:44:16 -07002298LED SUBSYSTEM
2299P: Richard Purdie
2300M: rpurdie@rpsys.net
2301S: Maintained
2302
Linus Torvalds1da177e2005-04-16 15:20:36 -07002303LEGO USB Tower driver
2304P: Juergen Stuber
2305M: starblue@users.sourceforge.net
2306L: legousb-devel@lists.sourceforge.net
2307W: http://legousb.sourceforge.net/
2308S: Maintained
2309
Rusty Russell568a17f2007-10-25 14:12:24 +10002310LGUEST
2311P: Rusty Russell
2312M: rusty@rustcorp.com.au
2313L: lguest@ozlabs.org
2314W: http://lguest.ozlabs.org/
2315S: Maintained
2316
Linus Torvalds1da177e2005-04-16 15:20:36 -07002317LINUX FOR IBM pSERIES (RS/6000)
2318P: Paul Mackerras
2319M: paulus@au.ibm.com
2320W: http://www.ibm.com/linux/ltc/projects/ppc
2321S: Supported
2322
2323LINUX FOR NCR VOYAGER
2324P: James Bottomley
2325M: James.Bottomley@HansenPartnership.com
2326W: http://www.hansenpartnership.com/voyager
2327S: Maintained
2328
2329LINUX FOR POWERPC
2330P: Paul Mackerras
2331M: paulus@samba.org
2332W: http://www.penguinppc.org/
2333L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002334T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002335S: Supported
2336
2337LINUX FOR POWER MACINTOSH
2338P: Benjamin Herrenschmidt
2339M: benh@kernel.crashing.org
2340W: http://www.penguinppc.org/
2341L: linuxppc-dev@ozlabs.org
2342S: Maintained
2343
2344LINUX FOR POWERPC EMBEDDED MPC52XX
2345P: Sylvain Munaut
2346M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002347P: Grant Likely
2348M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002349W: http://www.246tNt.com/mpc52xx/
2350W: http://www.penguinppc.org/
2351L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352S: Maintained
2353
2354LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002355P: Josh Boyer
2356M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002357P: Matt Porter
2358M: mporter@kernel.crashing.org
2359W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002360L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002361T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362S: Maintained
2363
Grant Likely260c02a2007-10-02 12:15:34 +10002364LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2365P: Grant Likely
2366M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002367W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002368L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002369S: Maintained
2370
Tom Rinie93adf12005-07-26 12:49:53 -07002371LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002372P: Tom Rini
2373M: trini@kernel.crashing.org
2374W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002375L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376S: Maintained
2377
Tom Rinie93adf12005-07-26 12:49:53 -07002378LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002379P: Vitaly Bordug
2380M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002381P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002382M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002383W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002384L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002385S: Maintained
2386
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002388P: Kumar Gala
2389M: galak@kernel.crashing.org
2390W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002391L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002392S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393
Olof Johanssonab06ff32006-09-06 14:44:54 -05002394LINUX FOR POWERPC PA SEMI PWRFICIENT
2395P: Olof Johansson
2396M: olof@lixom.net
2397W: http://www.pasemi.com/
2398L: linuxppc-dev@ozlabs.org
2399S: Supported
2400
Linus Torvalds1da177e2005-04-16 15:20:36 -07002401LLC (802.2)
2402P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002403M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404S: Maintained
2405
2406LINUX FOR 64BIT POWERPC
2407P: Paul Mackerras
2408M: paulus@samba.org
2409M: paulus@au.ibm.com
2410P: Anton Blanchard
2411M: anton@samba.org
2412M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002413W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002414L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002415S: Supported
2416
2417LINUX SECURITY MODULE (LSM) FRAMEWORK
2418P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002419M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002420L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002421W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002422T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002423S: Supported
2424
2425LM83 HARDWARE MONITOR DRIVER
2426P: Jean Delvare
2427M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002428L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002429S: Maintained
2430
2431LM90 HARDWARE MONITOR DRIVER
2432P: Jean Delvare
2433M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002434L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002435S: Maintained
2436
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002437LOCKDEP AND LOCKSTAT
2438P: Peter Zijlstra
2439M: peterz@infradead.org
2440P: Ingo Molnar
2441M: mingo@redhat.com
2442L: linux-kernel@vger.kernel.org
2443T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2444S: Maintained
2445
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002446LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447P: Richard Russon (FlatCap)
2448M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002449L: linux-ntfs-dev@lists.sourceforge.net
2450W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002451S: Maintained
2452
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002453LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2454P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002455M: Eric.Moore@lsi.com
2456M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002457L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002458L: linux-scsi@vger.kernel.org
2459W: http://www.lsilogic.com/support
2460S: Supported
2461
Linus Torvalds1da177e2005-04-16 15:20:36 -07002462LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2463P: Matthew Wilcox
2464M: matthew@wil.cx
2465L: linux-scsi@vger.kernel.org
2466S: Maintained
2467
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002468M32R ARCHITECTURE
2469P: Hirokazu Takata
2470M: takata@linux-m32r.org
2471L: linux-m32r@ml.linux-m32r.org
2472L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2473W: http://www.linux-m32r.org/
2474S: Maintained
2475
Linus Torvalds1da177e2005-04-16 15:20:36 -07002476M68K ARCHITECTURE
2477P: Geert Uytterhoeven
2478M: geert@linux-m68k.org
2479P: Roman Zippel
2480M: zippel@linux-m68k.org
2481L: linux-m68k@lists.linux-m68k.org
2482W: http://www.linux-m68k.org/
2483W: http://linux-m68k-cvs.ubb.ca/
2484S: Maintained
2485
2486M68K ON APPLE MACINTOSH
2487P: Joshua Thompson
2488M: funaho@jurai.org
2489W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002490L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002491S: Maintained
2492
2493M68K ON HP9000/300
2494P: Philip Blundell
2495M: philb@gnu.org
2496W: http://www.tazenda.demon.co.uk/phil/linux-hp
2497S: Maintained
2498
Jiri Benc64a327a2007-05-05 11:47:08 -07002499MAC80211
Jiri Benc64a327a2007-05-05 11:47:08 -07002500P: Michael Wu
2501M: flamingice@sourmilk.net
Johannes Berg31c7cec2007-10-23 17:05:25 +02002502P: Johannes Berg
2503M: johannes@sipsolutions.net
2504P: Jiri Benc
2505M: jbenc@suse.cz
Jiri Benc64a327a2007-05-05 11:47:08 -07002506L: linux-wireless@vger.kernel.org
2507W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002508T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002509S: Maintained
2510
Stefano Brivio1036d862007-12-23 04:46:27 +01002511MAC80211 PID RATE CONTROL
2512P: Stefano Brivio
2513M: stefano.brivio@polimi.it
2514P: Mattias Nissler
2515M: mattias.nissler@gmx.de
2516L: linux-wireless@vger.kernel.org
2517W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2518T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2519S: Maintained
2520
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002521MACVLAN DRIVER
2522P: Patrick McHardy
2523M: kaber@trash.net
2524L: netdev@vger.kernel.org
2525S: Maintained
2526
Linus Torvalds1da177e2005-04-16 15:20:36 -07002527MARVELL YUKON / SYSKONNECT DRIVER
2528P: Mirko Lindner
2529M: mlindner@syskonnect.de
2530P: Ralph Roesler
2531M: rroesler@syskonnect.de
2532W: http://www.syskonnect.com
2533S: Supported
2534
Michael Kerriskfaf16682005-07-31 22:34:47 -07002535MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002536P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002537M: mtk.manpages@gmail.com
Jim Cromiece00f852006-11-30 04:49:44 +01002538W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2539S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002540
Stefano Brivio74cda162007-11-19 20:27:46 +01002541MARVELL LIBERTAS WIRELESS DRIVER
2542P: Dan Williams
2543M: dcbw@redhat.com
2544L: libertas-dev@lists.infradead.org
2545S: Maintained
2546
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002547MARVELL MV643XX ETHERNET DRIVER
2548P: Dale Farnsworth
2549M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002551M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002552L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002553S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002554
2555MATROX FRAMEBUFFER DRIVER
2556P: Petr Vandrovec
2557M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002558L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002559S: Maintained
2560
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002561MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2562P: Hans J. Koch
2563M: hjk@linutronix.de
2564L: lm-sensors@lm-sensors.org
2565S: Maintained
2566
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002567MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002568P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002569M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002570S: linux-scsi@vger.kernel.org
2571W: http://megaraid.lsilogic.com
2572S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002573
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002574MEMORY MANAGEMENT
2575L: linux-mm@kvack.org
2576L: linux-kernel@vger.kernel.org
2577W: http://www.linux-mm.org
2578S: Maintained
2579
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002580MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002581P: David Woodhouse
2582M: dwmw2@infradead.org
2583W: http://www.linux-mtd.infradead.org/
2584L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002585T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002586S: Maintained
2587
Artem Bityutskiy48576402007-02-13 17:11:10 +02002588UNSORTED BLOCK IMAGES (UBI)
2589P: Artem Bityutskiy
2590M: dedekind@infradead.org
2591W: http://www.linux-mtd.infradead.org/
2592L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002593T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002594S: Maintained
2595
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596MICROTEK X6 SCANNER
2597P: Oliver Neukum
2598M: oliver@neukum.name
2599S: Maintained
2600
2601MIPS
2602P: Ralf Baechle
2603M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002604W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002606T: git www.linux-mips.org:/pub/scm/linux.git
2607S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002608
2609MISCELLANEOUS MCA-SUPPORT
2610P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002611M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002612L: linux-kernel@vger.kernel.org
2613S: Maintained
2614
2615MODULE SUPPORT
2616P: Rusty Russell
2617M: rusty@rustcorp.com.au
2618L: linux-kernel@vger.kernel.org
2619S: Maintained
2620
2621MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2622P: Stelian Pop
2623M: stelian@popies.net
2624W: http://popies.net/meye/
2625S: Maintained
2626
Pavel Pisac58ff042007-05-16 01:10:41 +02002627MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2628P: Pavel Pisa
2629M: ppisa@pikron.com
2630L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2631W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2632S: Maintained
2633
Linus Torvalds1da177e2005-04-16 15:20:36 -07002634MOUSE AND MISC DEVICES [GENERAL]
2635P: Alessandro Rubini
2636M: rubini@ipvvis.unipv.it
2637L: linux-kernel@vger.kernel.org
2638S: Maintained
2639
Jiri Slabyd7354102006-12-08 02:38:35 -08002640MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2641P: Jiri Slaby
2642M: jirislaby@gmail.com
2643L: linux-kernel@vger.kernel.org
2644S: Maintained
2645
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002646MSI LAPTOP SUPPORT
2647P: Lennart Poettering
2648M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002649W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002650W: http://0pointer.de/lennart/tchibo.html
2651S: Maintained
2652
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002653MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002654P: Pierre Ossman
2655M: drzeus-mmc@drzeus.cx
2656L: linux-kernel@vger.kernel.org
2657S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002658
David Brownell15a05802007-08-08 09:12:54 -07002659MULTIMEDIA CARD (MMC) ETC. OVER SPI
2660P: David Brownell
2661M: dbrownell@users.sourceforge.net
2662L: linux-kernel@vger.kernel.org
2663S: Odd fixes
2664
Linus Torvalds1da177e2005-04-16 15:20:36 -07002665MULTISOUND SOUND DRIVER
2666P: Andrew Veliath
2667M: andrewtv@usa.net
2668S: Maintained
2669
Jiri Slabyd7354102006-12-08 02:38:35 -08002670MULTITECH MULTIPORT CARD (ISICOM)
2671P: Jiri Slaby
2672M: jirislaby@gmail.com
2673L: linux-kernel@vger.kernel.org
2674S: Maintained
2675
Linus Torvalds1da177e2005-04-16 15:20:36 -07002676NATSEMI ETHERNET DRIVER (DP8381x)
2677P: Tim Hockin
2678M: thockin@hockin.org
2679S: Maintained
2680
2681NCP FILESYSTEM
2682P: Petr Vandrovec
2683M: vandrove@vc.cvut.cz
2684L: linware@sh.cvut.cz
2685S: Maintained
2686
2687NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2688P: James E.J. Bottomley
2689M: James.Bottomley@HansenPartnership.com
2690L: linux-scsi@vger.kernel.org
2691S: Maintained
2692
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002693NETEM NETWORK EMULATOR
2694P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002695M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002696L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002697S: Maintained
2698
Jiri Slaby4a584482007-08-30 23:56:39 -07002699NETERION (S2IO) Xframe 10GbE DRIVER
2700P: Ramkrishna Vepa
2701M: ram.vepa@neterion.com
2702P: Rastapur Santosh
2703M: santosh.rastapur@neterion.com
2704P: Sivakumar Subramani
2705M: sivakumar.subramani@neterion.com
2706P: Sreenivasa Honnur
2707M: sreenivasa.honnur@neterion.com
2708L: netdev@vger.kernel.org
2709W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2710S: Supported
2711
Linus Torvalds1da177e2005-04-16 15:20:36 -07002712NETFILTER/IPTABLES/IPCHAINS
2713P: Rusty Russell
2714P: Marc Boucher
2715P: James Morris
2716P: Harald Welte
2717P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002718P: Patrick McHardy
2719M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002720L: netfilter-devel@vger.kernel.org
2721L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002722L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002723W: http://www.netfilter.org/
2724W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002725S: Supported
2726
Paul Moore4cc67732006-09-25 15:57:13 -07002727NETLABEL
2728P: Paul Moore
2729M: paul.moore@hp.com
2730W: http://netlabel.sf.net
2731L: netdev@vger.kernel.org
2732S: Supported
2733
Linus Torvalds1da177e2005-04-16 15:20:36 -07002734NETROM NETWORK LAYER
2735P: Ralf Baechle
2736M: ralf@linux-mips.org
2737L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002738W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002739S: Maintained
2740
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002741NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002742P: Paul Clements
2743M: Paul.Clements@steeleye.com
2744S: Maintained
2745
2746NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747P: Jeff Garzik
2748M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002749L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002750T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002751S: Maintained
2752
2753NETWORKING [GENERAL]
2754P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002755M: netdev@vger.kernel.org
2756L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002757W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002758S: Maintained
2759
2760NETWORKING [IPv4/IPv6]
2761P: David S. Miller
2762M: davem@davemloft.net
2763P: Alexey Kuznetsov
2764M: kuznet@ms2.inr.ac.ru
2765P: Pekka Savola (ipv6)
2766M: pekkas@netcore.fi
2767P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002768M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002769P: Hideaki YOSHIFUJI
2770M: yoshfuji@linux-ipv6.org
2771P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002772M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002773L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002774T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002775S: Maintained
2776
James Morris10e2ff12007-08-25 14:41:28 -07002777NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2778P: Paul Moore
2779M: paul.moore@hp.com
2780L: netdev@vger.kernel.org
2781S: Maintained
2782
John W. Linville29f8f632006-01-18 14:52:48 -08002783NETWORKING [WIRELESS]
2784P: John W. Linville
2785M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002786L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002787T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2788S: Maintained
2789
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002790NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08002791P: Dhananjay Phadke
2792M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002793L: netdev@vger.kernel.org
2794W: http://www.netxen.com
2795S: Supported
2796
Linus Torvalds1da177e2005-04-16 15:20:36 -07002797IPVS
2798P: Wensong Zhang
2799M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002800P: Simon Horman
2801M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002802P: Julian Anastasov
2803M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002804L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002805S: Maintained
2806
2807NFS CLIENT
2808P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05002809M: Trond.Myklebust@netapp.com
2810L: linux-nfs@vger.kernel.org
2811W: http://client.linux-nfs.org
2812T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002813S: Maintained
2814
2815NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002816P: Jan-Pascal van Best
2817M: janpascal@vanbest.org
2818P: Andreas Mohr
2819M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002820L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002821S: Maintained
2822
2823NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2824P: YOKOTA Hiroshi
2825M: yokota@netlab.is.tsukuba.ac.jp
2826W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2827S: Maintained
2828
2829NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2830P: GOTO Masanori
2831M: gotom@debian.or.jp
2832P: YOKOTA Hiroshi
2833M: yokota@netlab.is.tsukuba.ac.jp
2834W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2835S: Maintained
2836
Linus Torvalds1da177e2005-04-16 15:20:36 -07002837NTFS FILESYSTEM
2838P: Anton Altaparmakov
2839M: aia21@cantab.net
2840L: linux-ntfs-dev@lists.sourceforge.net
2841L: linux-kernel@vger.kernel.org
2842W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002843T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002844S: Maintained
2845
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002846NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002847P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002848M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002849L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002850S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002851
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002852OPENCORES I2C BUS DRIVER
2853P: Peter Korsgaard
2854M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002855L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002856S: Maintained
2857
Mark Fashehccd979b2005-12-15 14:31:24 -08002858ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2859P: Mark Fasheh
2860M: mark.fasheh@oracle.com
2861P: Kurt Hackel
2862M: kurt.hackel@oracle.com
2863L: ocfs2-devel@oss.oracle.com
2864W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002865S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002866
Linus Torvalds1da177e2005-04-16 15:20:36 -07002867OLYMPIC NETWORK DRIVER
2868P: Peter De Shrijver
2869M: p2@ace.ulyssis.student.kuleuven.ac.be
2870P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002871M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002872L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002873W: http://www.linuxtr.net
2874S: Maintained
2875
Harald Weltec1986ee2005-11-13 16:06:29 -08002876OMNIKEY CARDMAN 4000 DRIVER
2877P: Harald Welte
2878M: laforge@gnumonks.org
2879S: Maintained
2880
Harald Welte77c44ab2005-11-13 16:06:26 -08002881OMNIKEY CARDMAN 4040 DRIVER
2882P: Harald Welte
2883M: laforge@gnumonks.org
2884S: Maintained
2885
Jonathan Corbet77d51402007-03-22 19:44:17 -03002886OMNIVISION OV7670 SENSOR DRIVER
2887P: Jonathan Corbet
2888M: corbet@lwn.net
2889L: video4linux-list@redhat.com
2890S: Maintained
2891
Thomas Gleixner431bca72007-05-02 09:31:35 +02002892ONENAND FLASH DRIVER
2893P: Kyungmin Park
2894M: kyungmin.park@samsung.com
2895L: linux-mtd@lists.infradead.org
2896S: Maintained
2897
Linus Torvalds1da177e2005-04-16 15:20:36 -07002898ONSTREAM SCSI TAPE DRIVER
2899P: Willem Riede
2900M: osst@riede.org
2901L: osst-users@lists.sourceforge.net
2902L: linux-scsi@vger.kernel.org
2903S: Maintained
2904
Linus Torvalds1da177e2005-04-16 15:20:36 -07002905OPROFILE
2906P: Philippe Elie
2907M: phil.el@wanadoo.fr
2908L: oprofile-list@lists.sf.net
2909S: Maintained
2910
2911ORINOCO DRIVER
2912P: Pavel Roskin
2913M: proski@gnu.org
2914P: David Gibson
2915M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002916L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002917L: orinoco-users@lists.sourceforge.net
2918L: orinoco-devel@lists.sourceforge.net
2919W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002920S: Maintained
2921
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002922PA SEMI ETHERNET DRIVER
2923P: Olof Johansson
2924M: olof@lixom.net
2925L: netdev@vger.kernel.org
2926S: Maintained
2927
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002928PA SEMI SMBUS DRIVER
2929P: Olof Johansson
2930M: olof@lixom.net
2931L: i2c@lm-sensors.org
2932S: Maintained
2933
Linus Torvalds1da177e2005-04-16 15:20:36 -07002934PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002935L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002936S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002937
2938PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2939P: Tim Waugh
2940M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002941L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942W: http://www.torque.net/linux-pp.html
2943S: Maintained
2944
2945PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002946P: Kyle McMartin
2947M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002948P: Matthew Wilcox
2949M: matthew@wil.cx
2950P: Grant Grundler
2951M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002952L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002953W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002954T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002955S: Maintained
2956
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002957PARAVIRT_OPS INTERFACE
2958P: Jeremy Fitzhardinge
2959M: jeremy@xensource.com
2960P: Chris Wright
2961M: chrisw@sous-sol.org
2962P: Zachary Amsden
2963M: zach@vmware.com
2964P: Rusty Russell
2965M: rusty@rustcorp.com.au
2966L: virtualization@lists.osdl.org
2967L: linux-kernel@vger.kernel.org
2968S: Supported
2969
Jim Cromie1662d322006-10-06 00:43:59 -07002970PC87360 HARDWARE MONITORING DRIVER
2971P: Jim Cromie
2972M: jim.cromie@gmail.com
2973L: lm-sensors@lm-sensors.org
2974S: Maintained
2975
2976PC8736x GPIO DRIVER
2977P: Jim Cromie
2978M: jim.cromie@gmail.com
2979S: Maintained
2980
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002981PCI ERROR RECOVERY
2982P: Linas Vepstas
2983M: linas@austin.ibm.com
2984L: linux-kernel@vger.kernel.org
2985L: linux-pci@atrey.karlin.mff.cuni.cz
2986S: Supported
2987
Linus Torvalds1da177e2005-04-16 15:20:36 -07002988PCI SUBSYSTEM
2989P: Greg Kroah-Hartman
2990M: gregkh@suse.de
2991L: linux-kernel@vger.kernel.org
2992L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002993T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002994S: Supported
2995
2996PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002997P: Kristen Carlson Accardi
2998M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002999S: Supported
3000
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003001PCIE HOTPLUG DRIVER
3002P: Kristen Carlson Accardi
3003M: kristen.c.accardi@intel.com
3004L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003005S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003006
Linus Torvalds1da177e2005-04-16 15:20:36 -07003007PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003008P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003009L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003010W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003011T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003012S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003013
3014PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003015P: Don Fry
3016M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003017L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003018S: Maintained
3019
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003020PER-TASK DELAY ACCOUNTING
3021P: Shailabh Nagar
3022M: nagar@watson.ibm.com
3023L: linux-kernel@vger.kernel.org
3024S: Maintained
3025
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003026PERSONALITY HANDLING
3027P: Christoph Hellwig
3028M: hch@infradead.org
3029L: linux-abi-devel@lists.sourceforge.net
3030S: Maintained
3031
Linus Torvalds1da177e2005-04-16 15:20:36 -07003032PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003033P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07003034M: joern@wh.fh-wedel.de
3035L: linux-mtd@lists.infradead.org
3036S: Maintained
3037
Peter Osterlund249a6772005-09-27 21:45:30 -07003038PKTCDVD DRIVER
3039P: Peter Osterlund
3040M: petero2@telia.com
3041L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003042S: Maintained
3043
Linus Torvalds1da177e2005-04-16 15:20:36 -07003044POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003045P: Thomas Gleixner
3046M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003047L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003048S: Supported
3049
Anton Vorontsov3be86142007-07-15 04:43:36 +04003050POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3051P: Anton Vorontsov
3052M: cbou@mail.ru
3053P: David Woodhouse
3054M: dwmw2@infradead.org
3055L: linux-kernel@vger.kernel.org
3056L: kernel-discuss@handhelds.org
3057T: git git.infradead.org/battery-2.6.git
3058S: Maintained
3059
Eugene Surovegin24682972005-10-14 03:00:53 -07003060POWERPC 4xx EMAC DRIVER
3061P: Eugene Surovegin
3062M: ebs@ebshome.net
3063W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003064L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003065L: netdev@vger.kernel.org
3066S: Maintained
3067
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068PNP SUPPORT
3069P: Adam Belay
3070M: ambx1@neo.rr.com
3071S: Maintained
3072
Vitaly Wool999445d2007-01-04 13:07:03 +01003073PNXxxxx I2C DRIVER
3074P: Vitaly Wool
3075M: vitalywool@gmail.com
3076L: i2c@lm-sensors.org
3077S: Maintained
3078
Linus Torvalds1da177e2005-04-16 15:20:36 -07003079PPP PROTOCOL DRIVERS AND COMPRESSORS
3080P: Paul Mackerras
3081M: paulus@samba.org
3082L: linux-ppp@vger.kernel.org
3083S: Maintained
3084
3085PPP OVER ATM (RFC 2364)
3086P: Mitchell Blank Jr
3087M: mitch@sfgoth.com
3088S: Maintained
3089
3090PPP OVER ETHERNET
3091P: Michal Ostrowski
3092M: mostrows@speakeasy.net
3093S: Maintained
3094
James Chapmana6d23702007-06-27 15:53:17 -07003095PPP OVER L2TP
3096P: James Chapman
3097M: jchapman@katalix.com
3098S: Maintained
3099
Linus Torvalds1da177e2005-04-16 15:20:36 -07003100PREEMPTIBLE KERNEL
3101P: Robert Love
3102M: rml@tech9.net
3103L: linux-kernel@vger.kernel.org
3104L: kpreempt-tech@lists.sourceforge.net
3105W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3106S: Supported
3107
Michael Wueff1a592007-09-25 18:11:01 -07003108P54 WIRELESS DRIVER
3109P: Michael Wu
3110M: flamingice@sourmilk.net
3111L: linux-wireless@vger.kernel.org
3112W: http://prism54.org
3113T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3114S: Maintained
3115
Linus Torvalds1da177e2005-04-16 15:20:36 -07003116PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003117P: Luis R. Rodriguez
3118M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003119L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003120W: http://prism54.org
3121S: Maintained
3122
3123PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3124P: Peter Denison
3125M: promise@pnd-pc.demon.co.uk
3126W: http://www.pnd-pc.demon.co.uk/promise/
3127S: Maintained
3128
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003129PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3130P: Mikael Pettersson
3131M: mikpe@it.uu.se
3132L: linux-ide@vger.kernel.org
3133S: Maintained
3134
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003135PS3 NETWORK SUPPORT
3136P: Masakazu Mokuno
3137M: mokuno@sm.sony.co.jp
3138L: netdev@vger.kernel.org
3139L: cbe-oss-dev@ozlabs.org
3140S: Supported
3141
Geoff Levandf58a9d12006-11-23 00:46:51 +01003142PS3 PLATFORM SUPPORT
3143P: Geoff Levand
3144M: geoffrey.levand@am.sony.com
3145L: linuxppc-dev@ozlabs.org
3146L: cbe-oss-dev@ozlabs.org
3147S: Supported
3148
Michael Krufky83202042006-07-03 00:24:18 -07003149PVRUSB2 VIDEO4LINUX DRIVER
3150P: Mike Isely
3151M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003152L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003153L: video4linux-list@redhat.com
3154W: http://www.isely.net/pvrusb2/
3155S: Maintained
3156
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157PXA2xx SUPPORT
3158P: Nicolas Pitre
3159M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003160L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003161S: Maintained
3162
Pierre Ossman272f1332007-05-14 21:25:26 +02003163PXA MMCI DRIVER
3164S: Orphan
3165
Linus Torvalds1da177e2005-04-16 15:20:36 -07003166QLOGIC QLA2XXX FC-SCSI DRIVER
3167P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003168M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003169L: linux-scsi@vger.kernel.org
3170S: Supported
3171
Ron Mercer5a4faa872006-07-25 00:40:21 -07003172QLOGIC QLA3XXX NETWORK DRIVER
3173P: Ron Mercer
3174M: linux-driver@qlogic.com
3175L: netdev@vger.kernel.org
3176S: Supported
3177
Linus Torvalds1da177e2005-04-16 15:20:36 -07003178QNX4 FILESYSTEM
3179P: Anders Larsen
3180M: al@alarsen.net
3181L: linux-kernel@vger.kernel.org
3182W: http://www.alarsen.net/linux/qnx4fs/
3183S: Maintained
3184
3185RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003186P: Benjamin Herrenschmidt
3187M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003188L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003189S: Maintained
3190
3191RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003192P: Paul Mackerras
3193M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003194L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003195S: Maintained
3196
3197RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3198P: Corey Thomas
3199M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003200L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003201S: Maintained
3202
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003203RALINK RT2X00 WLAN DRIVER
3204P: rt2x00 project
3205L: linux-wireless@vger.kernel.org
3206L: rt2400-devel@lists.sourceforge.net
3207W: http://rt2x00.serialmonkey.com/
3208S: Maintained
3209F: drivers/net/wireless/rt2x00/
3210
Matt Mackall9e95ce22005-04-16 15:25:56 -07003211RANDOM NUMBER DRIVER
3212P: Matt Mackall
3213M: mpm@selenic.com
3214S: Maintained
3215
Matt Porter394b7012005-11-07 01:00:15 -08003216RAPIDIO SUBSYSTEM
3217P: Matt Porter
3218M: mporter@kernel.crashing.org
3219L: linux-kernel@vger.kernel.org
3220S: Maintained
3221
Florian Fainellidb17f392007-12-19 11:30:30 +01003222RDC R6040 FAST ETHERNET DRIVER
3223P: Florian Fainelli
3224M: florian.fainelli@telecomint.eu
3225L: netdev@vger.kernel.org
3226S: Maintained
3227
Josh Triplett595182b2006-10-04 02:17:21 -07003228READ-COPY UPDATE (RCU)
3229P: Dipankar Sarma
3230M: dipankar@in.ibm.com
3231W: http://www.rdrop.com/users/paulmck/rclock/
3232L: linux-kernel@vger.kernel.org
3233S: Supported
3234
3235RCUTORTURE MODULE
3236P: Josh Triplett
3237M: josh@freedesktop.org
3238L: linux-kernel@vger.kernel.org
3239S: Maintained
3240
Linus Torvalds1da177e2005-04-16 15:20:36 -07003241REAL TIME CLOCK DRIVER
3242P: Paul Gortmaker
3243M: p_gortmaker@yahoo.com
3244L: linux-kernel@vger.kernel.org
3245S: Maintained
3246
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003247REAL TIME CLOCK (RTC) SUBSYSTEM
3248P: Alessandro Zummo
3249M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003250L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003251S: Maintained
3252
Linus Torvalds1da177e2005-04-16 15:20:36 -07003253REISERFS FILE SYSTEM
3254P: Hans Reiser
3255M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003256L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003257W: http://www.namesys.com
3258S: Supported
3259
3260ROCKETPORT DRIVER
3261P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003262W: http://www.comtrol.com
3263S: Maintained
3264
3265ROSE NETWORK LAYER
3266P: Ralf Baechle
3267M: ralf@linux-mips.org
3268L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003269W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003270S: Maintained
3271
3272RISCOM8 DRIVER
3273S: Orphan
3274
Michael Wu605bebe2007-05-14 01:41:02 -04003275RTL818X WIRELESS DRIVER
3276P: Michael Wu
3277M: flamingice@sourmilk.net
3278P: Andrea Merello
3279M: andreamrl@tiscali.it
3280L: linux-wireless@vger.kernel.org
3281W: http://linuxwireless.org/
3282T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3283S: Maintained
3284
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003285S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003286P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003287M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003288L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003289S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003290
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291S390
3292P: Martin Schwidefsky
3293M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003294P: Heiko Carstens
3295M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003296M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003297L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003298W: http://www.ibm.com/developerworks/linux/linux390/
3299S: Supported
3300
3301S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003302P: Ursula Braun
3303M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003304P: Frank Blaschka
3305M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003306M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003307L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003308W: http://www.ibm.com/developerworks/linux/linux390/
3309S: Supported
3310
3311S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003312P: Christof Schmitt
3313M: christof.schmitt@de.ibm.com
3314P: Martin Peschke
3315M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003316M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003317L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003318W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003319S: Supported
3320
Ursula Braundd96df22007-09-19 13:09:02 +02003321S390 IUCV NETWORK LAYER
3322P: Ursula Braun
3323M: ubraun@linux.vnet.ibm.com
3324M: linux390@de.ibm.com
3325L: linux-s390@vger.kernel.org
3326W: http://www.ibm.com/developerworks/linux/linux390/
3327S: Supported
3328
Linus Torvalds1da177e2005-04-16 15:20:36 -07003329SAA7146 VIDEO4LINUX-2 DRIVER
3330P: Michael Hunold
3331M: michael@mihu.de
3332W: http://www.mihu.de/linux/saa7146
3333S: Maintained
3334
Linus Torvalds1da177e2005-04-16 15:20:36 -07003335SC1200 WDT DRIVER
3336P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003337M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003338S: Maintained
3339
3340SCHEDULER
3341P: Ingo Molnar
3342M: mingo@elte.hu
3343P: Robert Love [the preemptible kernel bits]
3344M: rml@tech9.net
3345L: linux-kernel@vger.kernel.org
3346S: Maintained
3347
3348SCSI CDROM DRIVER
3349P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003350M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003351L: linux-scsi@vger.kernel.org
3352W: http://www.kernel.dk
3353S: Maintained
3354
3355SCSI SG DRIVER
3356P: Doug Gilbert
3357M: dgilbert@interlog.com
3358L: linux-scsi@vger.kernel.org
3359W: http://www.torque.net/sg
3360S: Maintained
3361
3362SCSI SUBSYSTEM
3363P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003364M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003365L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003366T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003367T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3368T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003369S: Maintained
3370
3371SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003372P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003373M: Kai.Makisara@kolumbus.fi
3374L: linux-scsi@vger.kernel.org
3375S: Maintained
3376
3377SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003378P: Vlad Yasevich
3379M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003380P: Sridhar Samudrala
3381M: sri@us.ibm.com
3382L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003383W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003384S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003385
3386SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003387P: Jim Cromie
3388M: jim.cromie@gmail.com
3389S: Odd Fixes
3390
3391SCx200 GPIO DRIVER
3392P: Jim Cromie
3393M: jim.cromie@gmail.com
3394S: Maintained
3395
3396SCx200 HRT CLOCKSOURCE DRIVER
3397P: Jim Cromie
3398M: jim.cromie@gmail.com
3399S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003400
3401SECURITY CONTACT
3402P: Security Officers
3403M: security@kernel.org
3404S: Supported
3405
3406SELINUX SECURITY MODULE
3407P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003408M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003409P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003410M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003411P: Eric Paris
3412M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003413L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003414L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003415W: http://www.nsa.gov/selinux
3416S: Supported
3417
Jiri Slabycef2cf02007-05-08 00:31:45 -07003418SENSABLE PHANTOM
3419P: Jiri Slaby
3420M: jirislaby@gmail.com
3421S: Maintained
3422
Linus Torvalds1da177e2005-04-16 15:20:36 -07003423SERIAL ATA (SATA) SUBSYSTEM:
3424P: Jeff Garzik
3425M: jgarzik@pobox.com
3426L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003427T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003428S: Supported
3429
3430SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3431P: Pat Gefre
3432M: pfg@sgi.com
3433L: linux-ia64@vger.kernel.org
3434S: Supported
3435
3436SGI VISUAL WORKSTATION 320 AND 540
3437P: Andrey Panin
3438M: pazke@donpac.ru
3439L: linux-visws-devel@lists.sf.net
3440W: http://linux-visws.sf.net
3441S: Maintained for 2.6.
3442
3443SIMTEC EB110ATX (Chalice CATS)
3444P: Ben Dooks
3445P: Vincent Sanders
3446M: support@simtec.co.uk
3447W: http://www.simtec.co.uk/products/EB110ATX/
3448S: Supported
3449
3450SIMTEC EB2410ITX (BAST)
3451P: Ben Dooks
3452P: Vincent Sanders
3453M: support@simtec.co.uk
3454W: http://www.simtec.co.uk/products/EB2410ITX/
3455S: Supported
3456
Francois Romieu92aab3c2005-07-30 13:11:18 +02003457SIS 190 ETHERNET DRIVER
3458P: Francois Romieu
3459M: romieu@fr.zoreil.com
3460L: netdev@vger.kernel.org
3461S: Maintained
3462
Linus Torvalds1da177e2005-04-16 15:20:36 -07003463SIS 5513 IDE CONTROLLER DRIVER
3464P: Lionel Bouton
3465M: Lionel.Bouton@inet6.fr
3466W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3467W: http://gyver.homeip.net/sis5513/index.html
3468S: Maintained
3469
3470SIS 900/7016 FAST ETHERNET DRIVER
3471P: Daniele Venzano
3472M: venza@brownhat.org
3473W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003474L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003475S: Maintained
3476
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003477SIS 96X I2C/SMBUS DRIVER
3478P: Mark M. Hoffman
3479M: mhoffman@lightlink.com
3480L: lm-sensors@lm-sensors.org
3481S: Maintained
3482
Linus Torvalds1da177e2005-04-16 15:20:36 -07003483SIS FRAMEBUFFER DRIVER
3484P: Thomas Winischhofer
3485M: thomas@winischhofer.net
3486W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003487S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003488
3489SIS USB2VGA DRIVER
3490P: Thomas Winischhofer
3491M: thomas@winischhofer.net
3492W: http://www.winischhofer.at/linuxsisusbvga.shtml
3493S: Maintained
3494
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003495SLAB ALLOCATOR
3496P: Christoph Lameter
3497M: clameter@sgi.com
3498P: Pekka Enberg
3499M: penberg@cs.helsinki.fi
3500L: linux-mm@kvack.org
3501S: Maintained
3502
Linus Torvalds1da177e2005-04-16 15:20:36 -07003503SMC91x ETHERNET DRIVER
3504P: Nicolas Pitre
3505M: nico@cam.org
3506S: Maintained
3507
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003508SMSC47B397 HARDWARE MONITOR DRIVER
3509P: Mark M. Hoffman
3510M: mhoffman@lightlink.com
3511L: lm-sensors@lm-sensors.org
3512S: Maintained
3513
Daniel Drake8f0f8502006-07-18 22:00:25 +01003514SOFTMAC LAYER (IEEE 802.11)
Daniel Drake8f0f8502006-07-18 22:00:25 +01003515P: Daniel Drake
3516M: dsd@gentoo.org
Johannes Berg724c6b32007-04-23 12:18:20 -07003517L: linux-wireless@vger.kernel.org
Johannes Berg6b345dd2007-11-05 14:32:35 +01003518S: Obsolete
Daniel Drake8f0f8502006-07-18 22:00:25 +01003519
Linus Torvalds1da177e2005-04-16 15:20:36 -07003520SOFTWARE RAID (Multiple Disks) SUPPORT
3521P: Ingo Molnar
3522M: mingo@redhat.com
3523P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003524M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003525L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003526S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003527
Pavel Machek95a631e2007-07-19 01:47:42 -07003528HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003529P: Pavel Machek
3530M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003531P: Rafael J. Wysocki
3532M: rjw@sisk.pl
3533L: linux-pm@lists.linux-foundation.org
3534S: Supported
3535
3536SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003537P: Len Brown
3538M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003539P: Pavel Machek
3540M: pavel@suse.cz
3541P: Rafael J. Wysocki
3542M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003543L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003544S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003545
3546SONIC NETWORK DRIVER
3547P: Thomas Bogendoerfer
3548M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003549L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003550S: Maintained
3551
Michael Buesch61e115a2007-09-18 15:12:50 -04003552SONICS SILICON BACKPLANE DRIVER (SSB)
3553P: Michael Buesch
3554M: mb@bu3sch.de
3555L: netdev@vger.kernel.org
3556S: Maintained
3557
Linus Torvalds1da177e2005-04-16 15:20:36 -07003558SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003559P: Mattia Dongili
3560M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003561L: linux-acpi@vger.kernel.org
3562W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003563S: Maintained
3564
3565SOUND
3566P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003567M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003568L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003569S: Maintained
3570
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003571SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3572P: Liam Girdwood
3573M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003574L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003575S: Supported
3576
Kumar Gala025c3982006-04-02 16:05:54 -05003577SPI SUBSYSTEM
3578P: David Brownell
3579M: dbrownell@users.sourceforge.net
3580L: spi-devel-general@lists.sourceforge.net
3581S: Maintained
3582
Steven Rostedt855f46a2006-08-05 12:14:50 -07003583STABLE BRANCH:
3584P: Greg Kroah-Hartman
3585M: greg@kroah.com
3586P: Chris Wright
3587M: chrisw@sous-sol.org
3588L: stable@kernel.org
3589S: Maintained
3590
Kylene Hall1c72d462005-05-01 08:59:13 -07003591TPM DEVICE DRIVER
3592P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003593M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003594W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003595P: Marcel Selhorst
3596M: tpm@selhorst.net
3597W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003598L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003599S: Maintained
3600
Mark Gross1a80ba82005-10-30 15:02:55 -08003601Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003602P: Mark Gross
3603M: mark.gross@intel.com
3604S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003605
Chris Zankel48b415c2005-06-23 22:01:07 -07003606TENSILICA XTENSA PORT (xtensa):
3607P: Chris Zankel
3608M: chris@zankel.net
3609S: Maintained
3610
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003611THINKPAD ACPI EXTRAS DRIVER
3612P: Henrique de Moraes Holschuh
3613M: ibm-acpi@hmh.eng.br
3614L: ibm-acpi-devel@lists.sourceforge.net
3615W: http://ibm-acpi.sourceforge.net
3616W: http://thinkwiki.org/wiki/Ibm-acpi
3617T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3618S: Maintained
3619
Linus Torvalds1da177e2005-04-16 15:20:36 -07003620UltraSPARC (sparc64):
3621P: David S. Miller
3622M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003623L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003624T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003625S: Maintained
3626
3627SHARP LH SUPPORT (LH7952X & LH7A40X)
3628P: Marc Singer
3629M: elf@buici.com
3630W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003631L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003632S: Maintained
3633
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003634SHPC HOTPLUG DRIVER
3635P: Kristen Carlson Accardi
3636M: kristen.c.accardi@intel.com
3637L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003638S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003639
Pierre Ossmand129bce2006-03-24 03:18:17 -08003640SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3641P: Pierre Ossman
3642M: drzeus-sdhci@drzeus.cx
3643L: sdhci-devel@list.drzeus.cx
3644W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3645S: Maintained
3646
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003647SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3648P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003649M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003650L: netdev@vger.kernel.org
3651S: Maintained
3652
Chris Boot1a87d942006-07-10 04:45:34 -07003653SOEKRIS NET48XX LED SUPPORT
3654P: Chris Boot
3655M: bootc@bootc.net
3656S: Maintained
3657
Linus Torvalds1da177e2005-04-16 15:20:36 -07003658SPARC (sparc32):
3659P: William L. Irwin
3660M: wli@holomorphy.com
3661L: sparclinux@vger.kernel.org
3662S: Maintained
3663
3664SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3665P: Roger Wolff
3666M: R.E.Wolff@BitWizard.nl
3667L: linux-kernel@vger.kernel.org ?
3668S: Supported
3669
Jim Lewis2752e402006-09-29 02:01:19 -07003670SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003671P: Ishizaki Kou
3672M: kou.ishizaki@toshiba.co.jp
3673P: Jens Osterkamp
3674M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003675L: netdev@vger.kernel.org
3676S: Supported
3677
Linus Torvalds1da177e2005-04-16 15:20:36 -07003678SRM (Alpha) environment access
3679P: Jan-Benedict Glaw
3680M: jbglaw@lug-owl.de
3681L: linux-kernel@vger.kernel.org
3682S: Maintained
3683
3684STARFIRE/DURALAN NETWORK DRIVER
3685P: Ion Badulescu
3686M: ionut@cs.columbia.edu
3687S: Maintained
3688
3689STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3690W: http://mosquitonet.Stanford.EDU/strip.html
3691S: Unsupported ?
3692
3693STRADIS MPEG-2 DECODER DRIVER
3694P: Nathan Laredo
3695M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003696W: http://www.stradis.com/
3697S: Maintained
3698
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003699SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003700P: Paul Mundt
3701M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003702L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003703W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003704T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003705S: Maintained
3706
3707SUN3/3X
3708P: Sam Creasey
3709M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003710W: http://sammy.net/sun3/
3711S: Maintained
3712
3713SVGA HANDLING
3714P: Martin Mares
3715M: mj@ucw.cz
3716L: linux-video@atrey.karlin.mff.cuni.cz
3717S: Maintained
3718
3719SYSV FILESYSTEM
3720P: Christoph Hellwig
3721M: hch@infradead.org
3722S: Maintained
3723
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003724TC CLASSIFIER
3725P: Jamal Hadi Salim
3726M: hadi@cyberus.ca
3727L: netdev@vger.kernel.org
3728S: Maintained
3729
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003730TCP LOW PRIORITY MODULE
3731P: Wong Hoi Sing, Edison
3732M: hswong3i@gmail.com
3733P: Hung Hing Lun, Mike
3734M: hlhung3i@gmail.com
3735W: http://tcp-lp-mod.sourceforge.net/
3736S: Maintained
3737
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003738TEHUTI ETHERNET DRIVER
3739P: Alexander Indenbaum
3740M: baum@tehutinetworks.net
3741P: Andy Gospodarek
3742M: andy@greyhouse.net
3743L: netdev@vger.kernel.org
3744S: Supported
3745
Alex Dubov4020f2d2006-10-04 02:15:37 -07003746TI FLASH MEDIA INTERFACE DRIVER
3747P: Alex Dubov
3748M: oakad@yahoo.com
3749S: Maintained
3750
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003751TI OMAP MMC INTERFACE DRIVER
3752P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003753M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003754W: http://linux.omap.com
3755W: http://www.muru.com/linux/omap/
3756S: Maintained
3757
Michael Buesch844dd052006-06-26 00:24:59 -07003758TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3759P: Deepak Saxena
3760M: dsaxena@plexity.net
3761S: Maintained
3762
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003763TASKSTATS STATISTICS INTERFACE
3764P: Shailabh Nagar
3765M: nagar@watson.ibm.com
3766L: linux-kernel@vger.kernel.org
3767S: Maintained
3768
Per Lidene86eaa32006-01-12 16:45:18 +01003769TIPC NETWORK LAYER
3770P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003771M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003772P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003773M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003774P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003775M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003776L: tipc-discussion@lists.sourceforge.net
3777W: http://tipc.sourceforge.net/
3778W: http://tipc.cslab.ericsson.net/
3779T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3780S: Maintained
3781
Linus Torvalds1da177e2005-04-16 15:20:36 -07003782TLAN NETWORK DRIVER
3783P: Samuel Chessman
3784M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003785L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003786W: http://sourceforge.net/projects/tlan/
3787S: Maintained
3788
3789TOKEN-RING NETWORK DRIVER
3790P: Mike Phillips
3791M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003792L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003793W: http://www.linuxtr.net
3794S: Maintained
3795
3796TOSHIBA ACPI EXTRAS DRIVER
3797P: John Belmonte
3798M: toshiba_acpi@memebeam.org
3799W: http://memebeam.org/toys/ToshibaAcpiDriver
3800S: Maintained
3801
3802TOSHIBA SMM DRIVER
3803P: Jonathan Buzzard
3804M: jonathan@buzzard.org.uk
3805L: tlinux-users@tce.toshiba-dme.co.jp
3806W: http://www.buzzard.org.uk/toshiba/
3807S: Maintained
3808
3809TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3810P: Muli Ben-Yehuda
3811M: mulix@mulix.org
3812L: linux-kernel@vger.kernel.org
3813S: Maintained
3814
3815TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003816P: Adrian Bunk
3817M: trivial@kernel.org
3818L: linux-kernel@vger.kernel.org
3819W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3820T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3821S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003822
3823TMS380 TOKEN-RING NETWORK DRIVER
3824P: Adam Fritzler
3825M: mid@auk.cx
3826L: linux-tr@linuxtr.net
3827W: http://www.auk.cx/tms380tr/
3828S: Maintained
3829
3830TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003831L: tulip-users@lists.sourceforge.net
3832W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003833S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003834
3835TUN/TAP driver
3836P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003837M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003838L: vtun@office.satix.net
3839W: http://vtun.sourceforge.net/tun
3840S: Maintained
3841
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003842TURBOCHANNEL SUBSYSTEM
3843P: Maciej W. Rozycki
3844M: macro@linux-mips.org
3845S: Maintained
3846
Linus Torvalds1da177e2005-04-16 15:20:36 -07003847U14-34F SCSI DRIVER
3848P: Dario Ballabio
3849M: ballabio_dario@emc.com
3850L: linux-scsi@vger.kernel.org
3851S: Maintained
3852
3853UDF FILESYSTEM
3854P: Ben Fennema
3855M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003856W: http://linux-udf.sourceforge.net
3857S: Maintained
3858
3859UNIFORM CDROM DRIVER
3860P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003861M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003862L: linux-kernel@vger.kernel.org
3863W: http://www.kernel.dk
3864S: Maintained
3865
3866USB ACM DRIVER
3867P: Oliver Neukum
3868M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003869L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003870S: Maintained
3871
3872USB BLOCK DRIVER (UB ub)
3873P: Pete Zaitcev
3874M: zaitcev@redhat.com
3875L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003876L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003877S: Supported
3878
Linus Torvalds1da177e2005-04-16 15:20:36 -07003879USB CDC ETHERNET DRIVER
3880P: Greg Kroah-Hartman
3881M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003882L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003883S: Maintained
3884W: http://www.kroah.com/linux-usb/
3885
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003886USB DAVICOM DM9601 DRIVER
3887P: Peter Korsgaard
3888M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003889L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003890W: http://www.linux-usb.org/usbnet
3891S: Maintained
3892
Linus Torvalds1da177e2005-04-16 15:20:36 -07003893USB EHCI DRIVER
3894P: David Brownell
3895M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003896L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003897S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003898
Luca Risolia7ce08c92006-01-11 02:06:59 +00003899USB ET61X[12]51 DRIVER
3900P: Luca Risolia
3901M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003902L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003903L: video4linux-list@redhat.com
3904W: http://www.linux-projects.org
3905S: Maintained
3906
David Brownell69ae9e32006-11-14 02:03:31 -08003907USB GADGET/PERIPHERAL SUBSYSTEM
3908P: David Brownell
3909M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003910L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003911W: http://www.linux-usb.org/gadget
3912S: Maintained
3913
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003914USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01003915P: Jiri Kosina
3916M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003917L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003918T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003919S: Maintained
3920
Olav Kongas959eea22005-11-03 17:38:14 +02003921USB ISP116X DRIVER
3922P: Olav Kongas
3923M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003924L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02003925S: Maintained
3926
Linus Torvalds1da177e2005-04-16 15:20:36 -07003927USB KAWASAKI LSI DRIVER
3928P: Oliver Neukum
3929M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003930L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003931S: Maintained
3932
3933USB MASS STORAGE DRIVER
3934P: Matthew Dharm
3935M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003936L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003937L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003938S: Maintained
3939W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3940
3941USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003942P: David Brownell
3943M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003944L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003945S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003946
Matthias Urlichsba460e42005-07-14 00:33:47 -07003947USB OPTION-CARD DRIVER
3948P: Matthias Urlichs
3949M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003950L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07003951S: Maintained
3952
Linus Torvalds1da177e2005-04-16 15:20:36 -07003953USB OV511 DRIVER
3954P: Mark McClelland
3955M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003956L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003957W: http://alpha.dyndns.org/ov511/
3958S: Maintained
3959
3960USB PEGASUS DRIVER
3961P: Petko Manolov
3962M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003963L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003964L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003965W: http://pegasus2.sourceforge.net/
3966S: Maintained
3967
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003968USB PRINTER DRIVER (usblp)
3969P: Pete Zaitcev
3970M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003971L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003972S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003973
3974USB RTL8150 DRIVER
3975P: Petko Manolov
3976M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003977L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003978L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003979W: http://pegasus2.sourceforge.net/
3980S: Maintained
3981
3982USB SE401 DRIVER
3983P: Jeroen Vreeken
3984M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003985L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003986W: http://www.chello.nl/~j.vreeken/se401/
3987S: Maintained
3988
3989USB SERIAL CYBERJACK DRIVER
3990P: Matthias Bruestle and Harald Welte
3991M: support@reiner-sct.com
3992W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3993S: Maintained
3994
3995USB SERIAL DIGI ACCELEPORT DRIVER
3996P: Peter Berger and Al Borchers
3997M: pberger@brimson.com
3998M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003999L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004000S: Maintained
4001
4002USB SERIAL DRIVER
4003P: Greg Kroah-Hartman
4004M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004005L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004006S: Supported
4007
4008USB SERIAL BELKIN F5U103 DRIVER
4009P: William Greathouse
4010M: wgreathouse@smva.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004011L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004012S: Maintained
4013
4014USB SERIAL CYPRESS M8 DRIVER
4015P: Lonnie Mendez
4016M: dignome@gmail.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004017L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004018S: Maintained
4019W: http://geocities.com/i0xox0i
4020W: http://firstlight.net/cvs
4021
Linus Torvalds1da177e2005-04-16 15:20:36 -07004022USB AUERSWALD DRIVER
4023P: Wolfgang Muees
4024M: wolfgang@iksw-muees.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004025L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004026S: Maintained
4027
4028USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4029P: Gary Brubaker
4030M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004031L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004032S: Maintained
4033
4034USB SERIAL KEYSPAN DRIVER
4035P: Greg Kroah-Hartman
4036M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004037L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004038W: http://www.kroah.com/linux/
4039S: Maintained
4040
4041USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004042P: Support Department
4043M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004044L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004045W: http://www.connecttech.com
4046S: Supported
4047
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004048USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004049P: Luca Risolia
4050M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004051L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004052L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004053W: http://www.linux-projects.org
4054S: Maintained
4055
4056USB SUBSYSTEM
4057P: Greg Kroah-Hartman
4058M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004059L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004060W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004061T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004062S: Supported
4063
4064USB UHCI DRIVER
4065P: Alan Stern
4066M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004067L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004068S: Maintained
4069
David Brownell69ae9e32006-11-14 02:03:31 -08004070USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004071P: David Brownell
4072M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004073L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004074W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004075S: Maintained
4076
4077USB W996[87]CF DRIVER
4078P: Luca Risolia
4079M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004080L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004081L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004082W: http://www.linux-projects.org
4083S: Maintained
4084
Luca Risolia60f78052006-02-06 16:29:35 +00004085USB ZC0301 DRIVER
4086P: Luca Risolia
4087M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004088L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004089L: video4linux-list@redhat.com
4090W: http://www.linux-projects.org
4091S: Maintained
4092
Linus Torvalds1da177e2005-04-16 15:20:36 -07004093USB ZD1201 DRIVER
4094P: Jeroen Vreeken
4095M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004096L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004097W: http://linux-lc100020.sourceforge.net
4098S: Maintained
4099
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004100USB ZR364XX DRIVER
4101P: Antoine Jacquet
4102M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004103L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004104L: video4linux-list@redhat.com
4105W: http://royale.zerezo.com/zr364xx/
4106S: Maintained
4107
Linus Torvalds1da177e2005-04-16 15:20:36 -07004108USER-MODE LINUX
4109P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004110M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004111L: user-mode-linux-devel@lists.sourceforge.net
4112L: user-mode-linux-user@lists.sourceforge.net
4113W: http://user-mode-linux.sourceforge.net
4114S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004115
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004116USERSPACE I/O (UIO)
4117P: Hans J. Koch
4118M: hjk@linutronix.de
4119P: Greg Kroah-Hartman
4120M: gregkh@suse.de
4121L: linux-kernel@vger.kernel.org
4122S: Maintained
4123
Linus Torvalds1da177e2005-04-16 15:20:36 -07004124FAT/VFAT/MSDOS FILESYSTEM:
4125P: OGAWA Hirofumi
4126M: hirofumi@mail.parknet.co.jp
4127L: linux-kernel@vger.kernel.org
4128S: Maintained
4129
Linus Torvalds1da177e2005-04-16 15:20:36 -07004130VIA RHINE NETWORK DRIVER
4131P: Roger Luethi
4132M: rl@hellgate.ch
4133S: Maintained
4134
Jean Delvare32c0a522005-09-22 21:47:58 +02004135VIAPRO SMBUS DRIVER
4136P: Jean Delvare
4137M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004138L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004139S: Maintained
4140
Francois Romieu01f20732007-01-26 00:57:17 -08004141VIA VELOCITY NETWORK DRIVER
4142P: Francois Romieu
4143M: romieu@fr.zoreil.com
4144L: netdev@vger.kernel.org
4145S: Maintained
4146
Linus Torvalds1da177e2005-04-16 15:20:36 -07004147UCLINUX (AND M68KNOMMU)
4148P: Greg Ungerer
4149M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004150W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004151L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004152S: Maintained
4153
4154UCLINUX FOR NEC V850
4155P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004156
4157UCLINUX FOR RENESAS H8/300
4158P: Yoshinori Sato
4159M: ysato@users.sourceforge.jp
4160W: http://uclinux-h8.sourceforge.jp/
4161S: Supported
4162
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004163UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004164P: Evgeniy Dushistov
4165M: dushistov@mail.ru
4166L: linux-kernel@vger.kernel.org
4167S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004168
Linus Torvalds1da177e2005-04-16 15:20:36 -07004169USB DIAMOND RIO500 DRIVER
4170P: Cesar Miquel
4171M: miquel@df.uba.ar
4172L: rio500-users@lists.sourceforge.net
4173W: http://rio500.sourceforge.net
4174S: Maintained
4175
4176VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004177P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004178M: mchehab@infradead.org
4179M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004180L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004181W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004182T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004183S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004184
Patrick McHardybe7f8272007-10-23 20:26:36 -07004185VLAN (802.1Q)
4186P: Patrick McHardy
4187M: kaber@trash.net
4188L: netdev@vger.kernel.org
4189S: Maintained
4190
Juerg Haefligerab413192006-09-24 20:54:04 +02004191VT1211 HARDWARE MONITOR DRIVER
4192P: Juerg Haefliger
4193M: juergh@gmail.com
4194L: lm-sensors@lm-sensors.org
4195S: Maintained
4196
Roger Lucas1de9e372005-11-26 20:20:05 +01004197VT8231 HARDWARE MONITOR DRIVER
4198P: Roger Lucas
4199M: roger@planbit.co.uk
4200L: lm-sensors@lm-sensors.org
4201S: Maintained
4202
Linus Torvalds1da177e2005-04-16 15:20:36 -07004203W1 DALLAS'S 1-WIRE BUS
4204P: Evgeniy Polyakov
4205M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004206S: Maintained
4207
Charles Spirakis13927072006-07-05 18:05:15 +02004208W83791D HARDWARE MONITORING DRIVER
4209P: Charles Spirakis
4210M: bezaur@gmail.com
4211L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004212S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004213
Rudolf Marek61db0112006-12-12 18:18:30 +01004214W83793 HARDWARE MONITORING DRIVER
4215P: Rudolf Marek
4216M: r.marek@assembler.cz
4217L: lm-sensors@lm-sensors.org
4218S: Maintained
4219
Linus Torvalds1da177e2005-04-16 15:20:36 -07004220W83L51xD SD/MMC CARD INTERFACE DRIVER
4221P: Pierre Ossman
4222M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004223L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004224W: http://projects.drzeus.cx/wbsd
4225S: Maintained
4226
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004227WATCHDOG DEVICE DRIVERS
4228P: Wim Van Sebroeck
4229M: wim@iguana.be
4230T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4231S: Maintained
4232
Linus Torvalds1da177e2005-04-16 15:20:36 -07004233WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4234P: Jean Tourrilhes
4235M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004236L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004237W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4238S: Maintained
4239
4240WD7000 SCSI DRIVER
4241P: Miroslav Zagorac
4242M: zaga@fly.cc.fer.hr
4243L: linux-scsi@vger.kernel.org
4244S: Maintained
4245
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004246WISTRON LAPTOP BUTTON DRIVER
4247P: Miloslav Trmac
4248M: mitr@volny.cz
4249S: Maintained
4250
Linus Torvalds1da177e2005-04-16 15:20:36 -07004251WL3501 WIRELESS PCMCIA CARD DRIVER
4252P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004253M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004254L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004255W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004256S: Maintained
4257
4258X.25 NETWORK LAYER
4259P: Henner Eisen
4260M: eis@baty.hanse.de
4261L: linux-x25@vger.kernel.org
4262S: Maintained
4263
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004264XEN HYPERVISOR INTERFACE
4265P: Jeremy Fitzhardinge
4266M: jeremy@xensource.com
4267P: Chris Wright
4268M: chrisw@sous-sol.org
4269L: virtualization@lists.osdl.org
4270L: xen-devel@lists.xensource.com
4271S: Supported
4272
Linus Torvalds1da177e2005-04-16 15:20:36 -07004273XFS FILESYSTEM
4274P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004275P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004276M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004277L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004278W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004279T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004280S: Supported
4281
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004282XILINX SYSTEMACE DRIVER
4283P: Grant Likely
4284M: grant.likely@secretlab.ca
4285W: http://www.secretlab.ca/
4286L: linux-kernel@vger.kernel.org
4287S: Maintained
4288
Peter Korsgaard238b8722006-12-06 20:35:17 -08004289XILINX UARTLITE SERIAL DRIVER
4290P: Peter Korsgaard
4291M: jacmet@sunsite.dk
4292L: linux-serial@vger.kernel.org
4293S: Maintained
4294
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004295X86 ARCHITECTURE (32-BIT AND 64-BIT)
4296P: Thomas Gleixner
4297M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004298P: Ingo Molnar
4299M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004300P: H. Peter Anvin
4301M: hpa@zytor.com
4302L: linux-kernel@vger.kernel.org
4303T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004304S: Maintained
4305
Linus Torvalds1da177e2005-04-16 15:20:36 -07004306YAM DRIVER FOR AX.25
4307P: Jean-Paul Roubelat
4308M: jpr@f6fbb.org
4309L: linux-hams@vger.kernel.org
4310S: Maintained
4311
Henkaf64a5e2005-10-12 15:02:56 +02004312YEALINK PHONE DRIVER
4313P: Henk Vergonet
4314M: Henk.Vergonet@gmail.com
4315L: usbb2k-api-dev@nongnu.org
4316S: Maintained
4317
Linus Torvalds1da177e2005-04-16 15:20:36 -07004318Z8530 DRIVER FOR AX.25
4319P: Joerg Reuter
4320M: jreuter@yaina.de
4321W: http://yaina.de/jreuter/
4322W: http://www.qsl.net/dl1bke/
4323L: linux-hams@vger.kernel.org
4324S: Maintained
4325
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004326ZD1211RW WIRELESS DRIVER
4327P: Daniel Drake
4328M: dsd@gentoo.org
4329P: Ulrich Kunitz
4330M: kune@deine-taler.de
4331W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004332L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004333L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4334S: Maintained
4335
Linus Torvalds1da177e2005-04-16 15:20:36 -07004336ZF MACHZ WATCHDOG
4337P: Fernando Fuganti
4338M: fuganti@netbank.com.br
4339W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4340S: Maintained
4341
4342ZR36067 VIDEO FOR LINUX DRIVER
4343P: Ronald Bultje
4344M: rbultje@ronald.bitfreak.net
4345L: mjpeg-users@lists.sourceforge.net
4346W: http://mjpeg.sourceforge.net/driver-zoran/
4347S: Maintained
4348
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004349ZS DECSTATION Z85C30 SERIAL DRIVER
4350P: Maciej W. Rozycki
4351M: macro@linux-mips.org
4352S: Maintained
4353
Linus Torvalds1da177e2005-04-16 15:20:36 -07004354THE REST
4355P: Linus Torvalds
4356S: Buried alive in reporters