blob: a283a931c3e8e7e71aec1c5b9905aa2ba8e133c4 [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
Neil Brown16141c02007-12-11 16:16:12 -08002250L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002251W: 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
Anton Vorontsov3be86142007-07-15 04:43:36 +04003056T: git git.infradead.org/battery-2.6.git
3057S: Maintained
3058
Eugene Surovegin24682972005-10-14 03:00:53 -07003059POWERPC 4xx EMAC DRIVER
3060P: Eugene Surovegin
3061M: ebs@ebshome.net
3062W: http://kernel.ebshome.net/emac/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10003063L: linuxppc-dev@ozlabs.org
Eugene Surovegin24682972005-10-14 03:00:53 -07003064L: netdev@vger.kernel.org
3065S: Maintained
3066
Linus Torvalds1da177e2005-04-16 15:20:36 -07003067PNP SUPPORT
3068P: Adam Belay
3069M: ambx1@neo.rr.com
3070S: Maintained
3071
Vitaly Wool999445d2007-01-04 13:07:03 +01003072PNXxxxx I2C DRIVER
3073P: Vitaly Wool
3074M: vitalywool@gmail.com
3075L: i2c@lm-sensors.org
3076S: Maintained
3077
Linus Torvalds1da177e2005-04-16 15:20:36 -07003078PPP PROTOCOL DRIVERS AND COMPRESSORS
3079P: Paul Mackerras
3080M: paulus@samba.org
3081L: linux-ppp@vger.kernel.org
3082S: Maintained
3083
3084PPP OVER ATM (RFC 2364)
3085P: Mitchell Blank Jr
3086M: mitch@sfgoth.com
3087S: Maintained
3088
3089PPP OVER ETHERNET
3090P: Michal Ostrowski
3091M: mostrows@speakeasy.net
3092S: Maintained
3093
James Chapmana6d23702007-06-27 15:53:17 -07003094PPP OVER L2TP
3095P: James Chapman
3096M: jchapman@katalix.com
3097S: Maintained
3098
Linus Torvalds1da177e2005-04-16 15:20:36 -07003099PREEMPTIBLE KERNEL
3100P: Robert Love
3101M: rml@tech9.net
3102L: linux-kernel@vger.kernel.org
3103L: kpreempt-tech@lists.sourceforge.net
3104W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3105S: Supported
3106
Michael Wueff1a592007-09-25 18:11:01 -07003107P54 WIRELESS DRIVER
3108P: Michael Wu
3109M: flamingice@sourmilk.net
3110L: linux-wireless@vger.kernel.org
3111W: http://prism54.org
3112T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3113S: Maintained
3114
Linus Torvalds1da177e2005-04-16 15:20:36 -07003115PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003116P: Luis R. Rodriguez
3117M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003118L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003119W: http://prism54.org
3120S: Maintained
3121
3122PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3123P: Peter Denison
3124M: promise@pnd-pc.demon.co.uk
3125W: http://www.pnd-pc.demon.co.uk/promise/
3126S: Maintained
3127
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003128PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3129P: Mikael Pettersson
3130M: mikpe@it.uu.se
3131L: linux-ide@vger.kernel.org
3132S: Maintained
3133
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003134PS3 NETWORK SUPPORT
3135P: Masakazu Mokuno
3136M: mokuno@sm.sony.co.jp
3137L: netdev@vger.kernel.org
3138L: cbe-oss-dev@ozlabs.org
3139S: Supported
3140
Geoff Levandf58a9d12006-11-23 00:46:51 +01003141PS3 PLATFORM SUPPORT
3142P: Geoff Levand
3143M: geoffrey.levand@am.sony.com
3144L: linuxppc-dev@ozlabs.org
3145L: cbe-oss-dev@ozlabs.org
3146S: Supported
3147
Michael Krufky83202042006-07-03 00:24:18 -07003148PVRUSB2 VIDEO4LINUX DRIVER
3149P: Mike Isely
3150M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003151L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003152L: video4linux-list@redhat.com
3153W: http://www.isely.net/pvrusb2/
3154S: Maintained
3155
Linus Torvalds1da177e2005-04-16 15:20:36 -07003156PXA2xx SUPPORT
3157P: Nicolas Pitre
3158M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003159L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003160S: Maintained
3161
Pierre Ossman272f1332007-05-14 21:25:26 +02003162PXA MMCI DRIVER
3163S: Orphan
3164
Linus Torvalds1da177e2005-04-16 15:20:36 -07003165QLOGIC QLA2XXX FC-SCSI DRIVER
3166P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003167M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003168L: linux-scsi@vger.kernel.org
3169S: Supported
3170
Ron Mercer5a4faa872006-07-25 00:40:21 -07003171QLOGIC QLA3XXX NETWORK DRIVER
3172P: Ron Mercer
3173M: linux-driver@qlogic.com
3174L: netdev@vger.kernel.org
3175S: Supported
3176
Linus Torvalds1da177e2005-04-16 15:20:36 -07003177QNX4 FILESYSTEM
3178P: Anders Larsen
3179M: al@alarsen.net
3180L: linux-kernel@vger.kernel.org
3181W: http://www.alarsen.net/linux/qnx4fs/
3182S: Maintained
3183
3184RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003185P: Benjamin Herrenschmidt
3186M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003187L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003188S: Maintained
3189
3190RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003191P: Paul Mackerras
3192M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003193L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003194S: Maintained
3195
3196RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3197P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003198M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003199L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200S: Maintained
3201
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003202RALINK RT2X00 WLAN DRIVER
3203P: rt2x00 project
3204L: linux-wireless@vger.kernel.org
3205L: rt2400-devel@lists.sourceforge.net
3206W: http://rt2x00.serialmonkey.com/
3207S: Maintained
3208F: drivers/net/wireless/rt2x00/
3209
Matt Mackall9e95ce22005-04-16 15:25:56 -07003210RANDOM NUMBER DRIVER
3211P: Matt Mackall
3212M: mpm@selenic.com
3213S: Maintained
3214
Matt Porter394b7012005-11-07 01:00:15 -08003215RAPIDIO SUBSYSTEM
3216P: Matt Porter
3217M: mporter@kernel.crashing.org
3218L: linux-kernel@vger.kernel.org
3219S: Maintained
3220
Florian Fainellidb17f392007-12-19 11:30:30 +01003221RDC R6040 FAST ETHERNET DRIVER
3222P: Florian Fainelli
3223M: florian.fainelli@telecomint.eu
3224L: netdev@vger.kernel.org
3225S: Maintained
3226
Josh Triplett595182b2006-10-04 02:17:21 -07003227READ-COPY UPDATE (RCU)
3228P: Dipankar Sarma
3229M: dipankar@in.ibm.com
3230W: http://www.rdrop.com/users/paulmck/rclock/
3231L: linux-kernel@vger.kernel.org
3232S: Supported
3233
3234RCUTORTURE MODULE
3235P: Josh Triplett
3236M: josh@freedesktop.org
3237L: linux-kernel@vger.kernel.org
3238S: Maintained
3239
Linus Torvalds1da177e2005-04-16 15:20:36 -07003240REAL TIME CLOCK DRIVER
3241P: Paul Gortmaker
3242M: p_gortmaker@yahoo.com
3243L: linux-kernel@vger.kernel.org
3244S: Maintained
3245
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003246REAL TIME CLOCK (RTC) SUBSYSTEM
3247P: Alessandro Zummo
3248M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003249L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003250S: Maintained
3251
Linus Torvalds1da177e2005-04-16 15:20:36 -07003252REISERFS FILE SYSTEM
3253P: Hans Reiser
3254M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003255L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003256W: http://www.namesys.com
3257S: Supported
3258
3259ROCKETPORT DRIVER
3260P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003261W: http://www.comtrol.com
3262S: Maintained
3263
3264ROSE NETWORK LAYER
3265P: Ralf Baechle
3266M: ralf@linux-mips.org
3267L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003268W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003269S: Maintained
3270
3271RISCOM8 DRIVER
3272S: Orphan
3273
Michael Wu605bebe2007-05-14 01:41:02 -04003274RTL818X WIRELESS DRIVER
3275P: Michael Wu
3276M: flamingice@sourmilk.net
3277P: Andrea Merello
3278M: andreamrl@tiscali.it
3279L: linux-wireless@vger.kernel.org
3280W: http://linuxwireless.org/
3281T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3282S: Maintained
3283
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003284S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003285P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003286M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003287L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003288S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003289
Linus Torvalds1da177e2005-04-16 15:20:36 -07003290S390
3291P: Martin Schwidefsky
3292M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003293P: Heiko Carstens
3294M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003295M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003296L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003297W: http://www.ibm.com/developerworks/linux/linux390/
3298S: Supported
3299
3300S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003301P: Ursula Braun
3302M: ubraun@linux.vnet.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003303P: Frank Blaschka
3304M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003305M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003306L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003307W: http://www.ibm.com/developerworks/linux/linux390/
3308S: Supported
3309
3310S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003311P: Christof Schmitt
3312M: christof.schmitt@de.ibm.com
3313P: Martin Peschke
3314M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003315M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003316L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003317W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003318S: Supported
3319
Ursula Braundd96df22007-09-19 13:09:02 +02003320S390 IUCV NETWORK LAYER
3321P: Ursula Braun
3322M: ubraun@linux.vnet.ibm.com
3323M: linux390@de.ibm.com
3324L: linux-s390@vger.kernel.org
3325W: http://www.ibm.com/developerworks/linux/linux390/
3326S: Supported
3327
Linus Torvalds1da177e2005-04-16 15:20:36 -07003328SAA7146 VIDEO4LINUX-2 DRIVER
3329P: Michael Hunold
3330M: michael@mihu.de
3331W: http://www.mihu.de/linux/saa7146
3332S: Maintained
3333
Linus Torvalds1da177e2005-04-16 15:20:36 -07003334SC1200 WDT DRIVER
3335P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003336M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003337S: Maintained
3338
3339SCHEDULER
3340P: Ingo Molnar
3341M: mingo@elte.hu
3342P: Robert Love [the preemptible kernel bits]
3343M: rml@tech9.net
3344L: linux-kernel@vger.kernel.org
3345S: Maintained
3346
3347SCSI CDROM DRIVER
3348P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003349M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003350L: linux-scsi@vger.kernel.org
3351W: http://www.kernel.dk
3352S: Maintained
3353
3354SCSI SG DRIVER
3355P: Doug Gilbert
3356M: dgilbert@interlog.com
3357L: linux-scsi@vger.kernel.org
3358W: http://www.torque.net/sg
3359S: Maintained
3360
3361SCSI SUBSYSTEM
3362P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003363M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003364L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003365T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003366T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3367T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003368S: Maintained
3369
3370SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003371P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003372M: Kai.Makisara@kolumbus.fi
3373L: linux-scsi@vger.kernel.org
3374S: Maintained
3375
3376SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003377P: Vlad Yasevich
3378M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003379P: Sridhar Samudrala
3380M: sri@us.ibm.com
3381L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003382W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003383S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003384
3385SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003386P: Jim Cromie
3387M: jim.cromie@gmail.com
3388S: Odd Fixes
3389
3390SCx200 GPIO DRIVER
3391P: Jim Cromie
3392M: jim.cromie@gmail.com
3393S: Maintained
3394
3395SCx200 HRT CLOCKSOURCE DRIVER
3396P: Jim Cromie
3397M: jim.cromie@gmail.com
3398S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003399
3400SECURITY CONTACT
3401P: Security Officers
3402M: security@kernel.org
3403S: Supported
3404
3405SELINUX SECURITY MODULE
3406P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003407M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003408P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003409M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003410P: Eric Paris
3411M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003412L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003413L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003414W: http://www.nsa.gov/selinux
3415S: Supported
3416
Jiri Slabycef2cf02007-05-08 00:31:45 -07003417SENSABLE PHANTOM
3418P: Jiri Slaby
3419M: jirislaby@gmail.com
3420S: Maintained
3421
Linus Torvalds1da177e2005-04-16 15:20:36 -07003422SERIAL ATA (SATA) SUBSYSTEM:
3423P: Jeff Garzik
3424M: jgarzik@pobox.com
3425L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003426T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003427S: Supported
3428
3429SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3430P: Pat Gefre
3431M: pfg@sgi.com
3432L: linux-ia64@vger.kernel.org
3433S: Supported
3434
3435SGI VISUAL WORKSTATION 320 AND 540
3436P: Andrey Panin
3437M: pazke@donpac.ru
3438L: linux-visws-devel@lists.sf.net
3439W: http://linux-visws.sf.net
3440S: Maintained for 2.6.
3441
3442SIMTEC EB110ATX (Chalice CATS)
3443P: Ben Dooks
3444P: Vincent Sanders
3445M: support@simtec.co.uk
3446W: http://www.simtec.co.uk/products/EB110ATX/
3447S: Supported
3448
3449SIMTEC EB2410ITX (BAST)
3450P: Ben Dooks
3451P: Vincent Sanders
3452M: support@simtec.co.uk
3453W: http://www.simtec.co.uk/products/EB2410ITX/
3454S: Supported
3455
Francois Romieu92aab3c2005-07-30 13:11:18 +02003456SIS 190 ETHERNET DRIVER
3457P: Francois Romieu
3458M: romieu@fr.zoreil.com
3459L: netdev@vger.kernel.org
3460S: Maintained
3461
Linus Torvalds1da177e2005-04-16 15:20:36 -07003462SIS 5513 IDE CONTROLLER DRIVER
3463P: Lionel Bouton
3464M: Lionel.Bouton@inet6.fr
3465W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3466W: http://gyver.homeip.net/sis5513/index.html
3467S: Maintained
3468
3469SIS 900/7016 FAST ETHERNET DRIVER
3470P: Daniele Venzano
3471M: venza@brownhat.org
3472W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003473L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003474S: Maintained
3475
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003476SIS 96X I2C/SMBUS DRIVER
3477P: Mark M. Hoffman
3478M: mhoffman@lightlink.com
3479L: lm-sensors@lm-sensors.org
3480S: Maintained
3481
Linus Torvalds1da177e2005-04-16 15:20:36 -07003482SIS FRAMEBUFFER DRIVER
3483P: Thomas Winischhofer
3484M: thomas@winischhofer.net
3485W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003486S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003487
3488SIS USB2VGA DRIVER
3489P: Thomas Winischhofer
3490M: thomas@winischhofer.net
3491W: http://www.winischhofer.at/linuxsisusbvga.shtml
3492S: Maintained
3493
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003494SLAB ALLOCATOR
3495P: Christoph Lameter
3496M: clameter@sgi.com
3497P: Pekka Enberg
3498M: penberg@cs.helsinki.fi
3499L: linux-mm@kvack.org
3500S: Maintained
3501
Linus Torvalds1da177e2005-04-16 15:20:36 -07003502SMC91x ETHERNET DRIVER
3503P: Nicolas Pitre
3504M: nico@cam.org
3505S: Maintained
3506
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003507SMSC47B397 HARDWARE MONITOR DRIVER
3508P: Mark M. Hoffman
3509M: mhoffman@lightlink.com
3510L: lm-sensors@lm-sensors.org
3511S: Maintained
3512
Daniel Drake8f0f8502006-07-18 22:00:25 +01003513SOFTMAC LAYER (IEEE 802.11)
Daniel Drake8f0f8502006-07-18 22:00:25 +01003514P: Daniel Drake
3515M: dsd@gentoo.org
Johannes Berg724c6b32007-04-23 12:18:20 -07003516L: linux-wireless@vger.kernel.org
Johannes Berg6b345dd2007-11-05 14:32:35 +01003517S: Obsolete
Daniel Drake8f0f8502006-07-18 22:00:25 +01003518
Linus Torvalds1da177e2005-04-16 15:20:36 -07003519SOFTWARE RAID (Multiple Disks) SUPPORT
3520P: Ingo Molnar
3521M: mingo@redhat.com
3522P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003523M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003524L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003525S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003526
Pavel Machek95a631e2007-07-19 01:47:42 -07003527HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003528P: Pavel Machek
3529M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003530P: Rafael J. Wysocki
3531M: rjw@sisk.pl
3532L: linux-pm@lists.linux-foundation.org
3533S: Supported
3534
3535SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003536P: Len Brown
3537M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003538P: Pavel Machek
3539M: pavel@suse.cz
3540P: Rafael J. Wysocki
3541M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003542L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003543S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003544
3545SONIC NETWORK DRIVER
3546P: Thomas Bogendoerfer
3547M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003548L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003549S: Maintained
3550
Michael Buesch61e115a2007-09-18 15:12:50 -04003551SONICS SILICON BACKPLANE DRIVER (SSB)
3552P: Michael Buesch
3553M: mb@bu3sch.de
3554L: netdev@vger.kernel.org
3555S: Maintained
3556
Linus Torvalds1da177e2005-04-16 15:20:36 -07003557SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003558P: Mattia Dongili
3559M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003560L: linux-acpi@vger.kernel.org
3561W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003562S: Maintained
3563
3564SOUND
3565P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003566M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003567L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003568S: Maintained
3569
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003570SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3571P: Liam Girdwood
3572M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003573P: Mark Brown
3574M: broonie@opensource.wolfsonmicro.com
3575T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003576L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003577S: Supported
3578
Kumar Gala025c3982006-04-02 16:05:54 -05003579SPI SUBSYSTEM
3580P: David Brownell
3581M: dbrownell@users.sourceforge.net
3582L: spi-devel-general@lists.sourceforge.net
3583S: Maintained
3584
Steven Rostedt855f46a2006-08-05 12:14:50 -07003585STABLE BRANCH:
3586P: Greg Kroah-Hartman
3587M: greg@kroah.com
3588P: Chris Wright
3589M: chrisw@sous-sol.org
3590L: stable@kernel.org
3591S: Maintained
3592
Kylene Hall1c72d462005-05-01 08:59:13 -07003593TPM DEVICE DRIVER
3594P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003595M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003596W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003597P: Marcel Selhorst
3598M: tpm@selhorst.net
3599W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003600L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003601S: Maintained
3602
Mark Gross1a80ba82005-10-30 15:02:55 -08003603Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003604P: Mark Gross
3605M: mark.gross@intel.com
3606S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003607
Chris Zankel48b415c2005-06-23 22:01:07 -07003608TENSILICA XTENSA PORT (xtensa):
3609P: Chris Zankel
3610M: chris@zankel.net
3611S: Maintained
3612
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003613THINKPAD ACPI EXTRAS DRIVER
3614P: Henrique de Moraes Holschuh
3615M: ibm-acpi@hmh.eng.br
3616L: ibm-acpi-devel@lists.sourceforge.net
3617W: http://ibm-acpi.sourceforge.net
3618W: http://thinkwiki.org/wiki/Ibm-acpi
3619T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3620S: Maintained
3621
Linus Torvalds1da177e2005-04-16 15:20:36 -07003622UltraSPARC (sparc64):
3623P: David S. Miller
3624M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003625L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003626T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003627S: Maintained
3628
3629SHARP LH SUPPORT (LH7952X & LH7A40X)
3630P: Marc Singer
3631M: elf@buici.com
3632W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003633L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003634S: Maintained
3635
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003636SHPC HOTPLUG DRIVER
3637P: Kristen Carlson Accardi
3638M: kristen.c.accardi@intel.com
3639L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003640S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003641
Pierre Ossmand129bce2006-03-24 03:18:17 -08003642SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3643P: Pierre Ossman
3644M: drzeus-sdhci@drzeus.cx
3645L: sdhci-devel@list.drzeus.cx
3646W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3647S: Maintained
3648
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003649SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3650P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003651M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003652L: netdev@vger.kernel.org
3653S: Maintained
3654
Chris Boot1a87d942006-07-10 04:45:34 -07003655SOEKRIS NET48XX LED SUPPORT
3656P: Chris Boot
3657M: bootc@bootc.net
3658S: Maintained
3659
Linus Torvalds1da177e2005-04-16 15:20:36 -07003660SPARC (sparc32):
3661P: William L. Irwin
3662M: wli@holomorphy.com
3663L: sparclinux@vger.kernel.org
3664S: Maintained
3665
3666SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3667P: Roger Wolff
3668M: R.E.Wolff@BitWizard.nl
3669L: linux-kernel@vger.kernel.org ?
3670S: Supported
3671
Jim Lewis2752e402006-09-29 02:01:19 -07003672SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003673P: Ishizaki Kou
3674M: kou.ishizaki@toshiba.co.jp
3675P: Jens Osterkamp
3676M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003677L: netdev@vger.kernel.org
3678S: Supported
3679
Linus Torvalds1da177e2005-04-16 15:20:36 -07003680SRM (Alpha) environment access
3681P: Jan-Benedict Glaw
3682M: jbglaw@lug-owl.de
3683L: linux-kernel@vger.kernel.org
3684S: Maintained
3685
3686STARFIRE/DURALAN NETWORK DRIVER
3687P: Ion Badulescu
3688M: ionut@cs.columbia.edu
3689S: Maintained
3690
3691STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3692W: http://mosquitonet.Stanford.EDU/strip.html
3693S: Unsupported ?
3694
3695STRADIS MPEG-2 DECODER DRIVER
3696P: Nathan Laredo
3697M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003698W: http://www.stradis.com/
3699S: Maintained
3700
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003701SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003702P: Paul Mundt
3703M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003704L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003705W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003706T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003707S: Maintained
3708
3709SUN3/3X
3710P: Sam Creasey
3711M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003712W: http://sammy.net/sun3/
3713S: Maintained
3714
3715SVGA HANDLING
3716P: Martin Mares
3717M: mj@ucw.cz
3718L: linux-video@atrey.karlin.mff.cuni.cz
3719S: Maintained
3720
3721SYSV FILESYSTEM
3722P: Christoph Hellwig
3723M: hch@infradead.org
3724S: Maintained
3725
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003726TC CLASSIFIER
3727P: Jamal Hadi Salim
3728M: hadi@cyberus.ca
3729L: netdev@vger.kernel.org
3730S: Maintained
3731
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003732TCP LOW PRIORITY MODULE
3733P: Wong Hoi Sing, Edison
3734M: hswong3i@gmail.com
3735P: Hung Hing Lun, Mike
3736M: hlhung3i@gmail.com
3737W: http://tcp-lp-mod.sourceforge.net/
3738S: Maintained
3739
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003740TEHUTI ETHERNET DRIVER
3741P: Alexander Indenbaum
3742M: baum@tehutinetworks.net
3743P: Andy Gospodarek
3744M: andy@greyhouse.net
3745L: netdev@vger.kernel.org
3746S: Supported
3747
Alex Dubov4020f2d2006-10-04 02:15:37 -07003748TI FLASH MEDIA INTERFACE DRIVER
3749P: Alex Dubov
3750M: oakad@yahoo.com
3751S: Maintained
3752
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003753TI OMAP MMC INTERFACE DRIVER
3754P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07003755M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003756W: http://linux.omap.com
3757W: http://www.muru.com/linux/omap/
3758S: Maintained
3759
Michael Buesch844dd052006-06-26 00:24:59 -07003760TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3761P: Deepak Saxena
3762M: dsaxena@plexity.net
3763S: Maintained
3764
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003765TASKSTATS STATISTICS INTERFACE
3766P: Shailabh Nagar
3767M: nagar@watson.ibm.com
3768L: linux-kernel@vger.kernel.org
3769S: Maintained
3770
Per Lidene86eaa32006-01-12 16:45:18 +01003771TIPC NETWORK LAYER
3772P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003773M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003774P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003775M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003776P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003777M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003778L: tipc-discussion@lists.sourceforge.net
3779W: http://tipc.sourceforge.net/
3780W: http://tipc.cslab.ericsson.net/
3781T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3782S: Maintained
3783
Linus Torvalds1da177e2005-04-16 15:20:36 -07003784TLAN NETWORK DRIVER
3785P: Samuel Chessman
3786M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08003787L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003788W: http://sourceforge.net/projects/tlan/
3789S: Maintained
3790
3791TOKEN-RING NETWORK DRIVER
3792P: Mike Phillips
3793M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003794L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003795W: http://www.linuxtr.net
3796S: Maintained
3797
3798TOSHIBA ACPI EXTRAS DRIVER
3799P: John Belmonte
3800M: toshiba_acpi@memebeam.org
3801W: http://memebeam.org/toys/ToshibaAcpiDriver
3802S: Maintained
3803
3804TOSHIBA SMM DRIVER
3805P: Jonathan Buzzard
3806M: jonathan@buzzard.org.uk
3807L: tlinux-users@tce.toshiba-dme.co.jp
3808W: http://www.buzzard.org.uk/toshiba/
3809S: Maintained
3810
3811TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3812P: Muli Ben-Yehuda
3813M: mulix@mulix.org
3814L: linux-kernel@vger.kernel.org
3815S: Maintained
3816
3817TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003818P: Adrian Bunk
3819M: trivial@kernel.org
3820L: linux-kernel@vger.kernel.org
3821W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3822T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3823S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003824
Linus Torvalds1da177e2005-04-16 15:20:36 -07003825TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003826L: tulip-users@lists.sourceforge.net
3827W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003828S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003829
3830TUN/TAP driver
3831P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003832M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003833L: vtun@office.satix.net
3834W: http://vtun.sourceforge.net/tun
3835S: Maintained
3836
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003837TURBOCHANNEL SUBSYSTEM
3838P: Maciej W. Rozycki
3839M: macro@linux-mips.org
3840S: Maintained
3841
Linus Torvalds1da177e2005-04-16 15:20:36 -07003842U14-34F SCSI DRIVER
3843P: Dario Ballabio
3844M: ballabio_dario@emc.com
3845L: linux-scsi@vger.kernel.org
3846S: Maintained
3847
3848UDF FILESYSTEM
3849P: Ben Fennema
3850M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003851W: http://linux-udf.sourceforge.net
3852S: Maintained
3853
3854UNIFORM CDROM DRIVER
3855P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003856M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003857L: linux-kernel@vger.kernel.org
3858W: http://www.kernel.dk
3859S: Maintained
3860
3861USB ACM DRIVER
3862P: Oliver Neukum
3863M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003864L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003865S: Maintained
3866
3867USB BLOCK DRIVER (UB ub)
3868P: Pete Zaitcev
3869M: zaitcev@redhat.com
3870L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003871L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003872S: Supported
3873
Linus Torvalds1da177e2005-04-16 15:20:36 -07003874USB CDC ETHERNET DRIVER
3875P: Greg Kroah-Hartman
3876M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003877L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003878S: Maintained
3879W: http://www.kroah.com/linux-usb/
3880
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003881USB DAVICOM DM9601 DRIVER
3882P: Peter Korsgaard
3883M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003884L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003885W: http://www.linux-usb.org/usbnet
3886S: Maintained
3887
Linus Torvalds1da177e2005-04-16 15:20:36 -07003888USB EHCI DRIVER
3889P: David Brownell
3890M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003891L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003892S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003893
Luca Risolia7ce08c92006-01-11 02:06:59 +00003894USB ET61X[12]51 DRIVER
3895P: Luca Risolia
3896M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003897L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00003898L: video4linux-list@redhat.com
3899W: http://www.linux-projects.org
3900S: Maintained
3901
David Brownell69ae9e32006-11-14 02:03:31 -08003902USB GADGET/PERIPHERAL SUBSYSTEM
3903P: David Brownell
3904M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003905L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003906W: http://www.linux-usb.org/gadget
3907S: Maintained
3908
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003909USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01003910P: Jiri Kosina
3911M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003912L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003913T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003914S: Maintained
3915
Olav Kongas959eea22005-11-03 17:38:14 +02003916USB ISP116X DRIVER
3917P: Olav Kongas
3918M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003919L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02003920S: Maintained
3921
Linus Torvalds1da177e2005-04-16 15:20:36 -07003922USB KAWASAKI LSI DRIVER
3923P: Oliver Neukum
3924M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003925L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003926S: Maintained
3927
3928USB MASS STORAGE DRIVER
3929P: Matthew Dharm
3930M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003931L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003932L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003933S: Maintained
3934W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3935
3936USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003937P: David Brownell
3938M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003939L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08003940S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003941
Matthias Urlichsba460e42005-07-14 00:33:47 -07003942USB OPTION-CARD DRIVER
3943P: Matthias Urlichs
3944M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003945L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07003946S: Maintained
3947
Linus Torvalds1da177e2005-04-16 15:20:36 -07003948USB OV511 DRIVER
3949P: Mark McClelland
3950M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003951L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003952W: http://alpha.dyndns.org/ov511/
3953S: Maintained
3954
3955USB PEGASUS DRIVER
3956P: Petko Manolov
3957M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003958L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003959L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003960W: http://pegasus2.sourceforge.net/
3961S: Maintained
3962
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003963USB PRINTER DRIVER (usblp)
3964P: Pete Zaitcev
3965M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003966L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003967S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003968
3969USB RTL8150 DRIVER
3970P: Petko Manolov
3971M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003972L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02003973L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003974W: http://pegasus2.sourceforge.net/
3975S: Maintained
3976
3977USB SE401 DRIVER
3978P: Jeroen Vreeken
3979M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003980L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003981W: http://www.chello.nl/~j.vreeken/se401/
3982S: Maintained
3983
3984USB SERIAL CYBERJACK DRIVER
3985P: Matthias Bruestle and Harald Welte
3986M: support@reiner-sct.com
3987W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3988S: Maintained
3989
3990USB SERIAL DIGI ACCELEPORT DRIVER
3991P: Peter Berger and Al Borchers
3992M: pberger@brimson.com
3993M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07003994L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003995S: Maintained
3996
3997USB SERIAL DRIVER
3998P: Greg Kroah-Hartman
3999M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004000L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004001S: Supported
4002
4003USB SERIAL BELKIN F5U103 DRIVER
4004P: William Greathouse
4005M: wgreathouse@smva.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004006L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004007S: Maintained
4008
4009USB SERIAL CYPRESS M8 DRIVER
4010P: Lonnie Mendez
4011M: dignome@gmail.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004012L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004013S: Maintained
4014W: http://geocities.com/i0xox0i
4015W: http://firstlight.net/cvs
4016
Linus Torvalds1da177e2005-04-16 15:20:36 -07004017USB AUERSWALD DRIVER
4018P: Wolfgang Muees
4019M: wolfgang@iksw-muees.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004020L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004021S: Maintained
4022
4023USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4024P: Gary Brubaker
4025M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004026L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004027S: Maintained
4028
4029USB SERIAL KEYSPAN DRIVER
4030P: Greg Kroah-Hartman
4031M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004032L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004033W: http://www.kroah.com/linux/
4034S: Maintained
4035
4036USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004037P: Support Department
4038M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004039L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004040W: http://www.connecttech.com
4041S: Supported
4042
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004043USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004044P: Luca Risolia
4045M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004046L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004047L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004048W: http://www.linux-projects.org
4049S: Maintained
4050
4051USB SUBSYSTEM
4052P: Greg Kroah-Hartman
4053M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004054L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004055W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004056T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004057S: Supported
4058
4059USB UHCI DRIVER
4060P: Alan Stern
4061M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004062L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004063S: Maintained
4064
David Brownell69ae9e32006-11-14 02:03:31 -08004065USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004066P: David Brownell
4067M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004068L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004069W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004070S: Maintained
4071
4072USB W996[87]CF DRIVER
4073P: Luca Risolia
4074M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004075L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004076L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004077W: http://www.linux-projects.org
4078S: Maintained
4079
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004080USB WIRELESS RNDIS DRIVER (rndis_wlan)
4081P: Jussi Kivilinna
4082M: jussi.kivilinna@mbnet.fi
4083L: linux-wireless@vger.kernel.org
4084S: Maintained
4085
Luca Risolia60f78052006-02-06 16:29:35 +00004086USB ZC0301 DRIVER
4087P: Luca Risolia
4088M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004089L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004090L: video4linux-list@redhat.com
4091W: http://www.linux-projects.org
4092S: Maintained
4093
Linus Torvalds1da177e2005-04-16 15:20:36 -07004094USB ZD1201 DRIVER
4095P: Jeroen Vreeken
4096M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004097L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004098W: http://linux-lc100020.sourceforge.net
4099S: Maintained
4100
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004101USB ZR364XX DRIVER
4102P: Antoine Jacquet
4103M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004104L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004105L: video4linux-list@redhat.com
4106W: http://royale.zerezo.com/zr364xx/
4107S: Maintained
4108
Linus Torvalds1da177e2005-04-16 15:20:36 -07004109USER-MODE LINUX
4110P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004111M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004112L: user-mode-linux-devel@lists.sourceforge.net
4113L: user-mode-linux-user@lists.sourceforge.net
4114W: http://user-mode-linux.sourceforge.net
4115S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004116
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004117USERSPACE I/O (UIO)
4118P: Hans J. Koch
4119M: hjk@linutronix.de
4120P: Greg Kroah-Hartman
4121M: gregkh@suse.de
4122L: linux-kernel@vger.kernel.org
4123S: Maintained
4124
Linus Torvalds1da177e2005-04-16 15:20:36 -07004125FAT/VFAT/MSDOS FILESYSTEM:
4126P: OGAWA Hirofumi
4127M: hirofumi@mail.parknet.co.jp
4128L: linux-kernel@vger.kernel.org
4129S: Maintained
4130
Linus Torvalds1da177e2005-04-16 15:20:36 -07004131VIA RHINE NETWORK DRIVER
4132P: Roger Luethi
4133M: rl@hellgate.ch
4134S: Maintained
4135
Jean Delvare32c0a522005-09-22 21:47:58 +02004136VIAPRO SMBUS DRIVER
4137P: Jean Delvare
4138M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004139L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004140S: Maintained
4141
Francois Romieu01f20732007-01-26 00:57:17 -08004142VIA VELOCITY NETWORK DRIVER
4143P: Francois Romieu
4144M: romieu@fr.zoreil.com
4145L: netdev@vger.kernel.org
4146S: Maintained
4147
Linus Torvalds1da177e2005-04-16 15:20:36 -07004148UCLINUX (AND M68KNOMMU)
4149P: Greg Ungerer
4150M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004151W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004152L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004153S: Maintained
4154
4155UCLINUX FOR NEC V850
4156P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004157
4158UCLINUX FOR RENESAS H8/300
4159P: Yoshinori Sato
4160M: ysato@users.sourceforge.jp
4161W: http://uclinux-h8.sourceforge.jp/
4162S: Supported
4163
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004164UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004165P: Evgeniy Dushistov
4166M: dushistov@mail.ru
4167L: linux-kernel@vger.kernel.org
4168S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004169
Linus Torvalds1da177e2005-04-16 15:20:36 -07004170USB DIAMOND RIO500 DRIVER
4171P: Cesar Miquel
4172M: miquel@df.uba.ar
4173L: rio500-users@lists.sourceforge.net
4174W: http://rio500.sourceforge.net
4175S: Maintained
4176
4177VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004178P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004179M: mchehab@infradead.org
4180M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004181L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004182W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004183T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004184S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004185
Patrick McHardybe7f8272007-10-23 20:26:36 -07004186VLAN (802.1Q)
4187P: Patrick McHardy
4188M: kaber@trash.net
4189L: netdev@vger.kernel.org
4190S: Maintained
4191
Juerg Haefligerab413192006-09-24 20:54:04 +02004192VT1211 HARDWARE MONITOR DRIVER
4193P: Juerg Haefliger
4194M: juergh@gmail.com
4195L: lm-sensors@lm-sensors.org
4196S: Maintained
4197
Roger Lucas1de9e372005-11-26 20:20:05 +01004198VT8231 HARDWARE MONITOR DRIVER
4199P: Roger Lucas
4200M: roger@planbit.co.uk
4201L: lm-sensors@lm-sensors.org
4202S: Maintained
4203
Linus Torvalds1da177e2005-04-16 15:20:36 -07004204W1 DALLAS'S 1-WIRE BUS
4205P: Evgeniy Polyakov
4206M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004207S: Maintained
4208
Charles Spirakis13927072006-07-05 18:05:15 +02004209W83791D HARDWARE MONITORING DRIVER
4210P: Charles Spirakis
4211M: bezaur@gmail.com
4212L: lm-sensors@lm-sensors.org
Charles Spirakis64383122007-09-04 13:31:56 -07004213S: Odd Fixes
Charles Spirakis13927072006-07-05 18:05:15 +02004214
Rudolf Marek61db0112006-12-12 18:18:30 +01004215W83793 HARDWARE MONITORING DRIVER
4216P: Rudolf Marek
4217M: r.marek@assembler.cz
4218L: lm-sensors@lm-sensors.org
4219S: Maintained
4220
Linus Torvalds1da177e2005-04-16 15:20:36 -07004221W83L51xD SD/MMC CARD INTERFACE DRIVER
4222P: Pierre Ossman
4223M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004224L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004225W: http://projects.drzeus.cx/wbsd
4226S: Maintained
4227
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004228WATCHDOG DEVICE DRIVERS
4229P: Wim Van Sebroeck
4230M: wim@iguana.be
4231T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4232S: Maintained
4233
Linus Torvalds1da177e2005-04-16 15:20:36 -07004234WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4235P: Jean Tourrilhes
4236M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004237L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004238W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4239S: Maintained
4240
4241WD7000 SCSI DRIVER
4242P: Miroslav Zagorac
4243M: zaga@fly.cc.fer.hr
4244L: linux-scsi@vger.kernel.org
4245S: Maintained
4246
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004247WISTRON LAPTOP BUTTON DRIVER
4248P: Miloslav Trmac
4249M: mitr@volny.cz
4250S: Maintained
4251
Linus Torvalds1da177e2005-04-16 15:20:36 -07004252WL3501 WIRELESS PCMCIA CARD DRIVER
4253P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004254M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004255L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004256W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004257S: Maintained
4258
4259X.25 NETWORK LAYER
4260P: Henner Eisen
4261M: eis@baty.hanse.de
4262L: linux-x25@vger.kernel.org
4263S: Maintained
4264
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004265XEN HYPERVISOR INTERFACE
4266P: Jeremy Fitzhardinge
4267M: jeremy@xensource.com
4268P: Chris Wright
4269M: chrisw@sous-sol.org
4270L: virtualization@lists.osdl.org
4271L: xen-devel@lists.xensource.com
4272S: Supported
4273
Linus Torvalds1da177e2005-04-16 15:20:36 -07004274XFS FILESYSTEM
4275P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004276P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004277M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004278L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004279W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004280T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004281S: Supported
4282
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004283XILINX SYSTEMACE DRIVER
4284P: Grant Likely
4285M: grant.likely@secretlab.ca
4286W: http://www.secretlab.ca/
4287L: linux-kernel@vger.kernel.org
4288S: Maintained
4289
Peter Korsgaard238b8722006-12-06 20:35:17 -08004290XILINX UARTLITE SERIAL DRIVER
4291P: Peter Korsgaard
4292M: jacmet@sunsite.dk
4293L: linux-serial@vger.kernel.org
4294S: Maintained
4295
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004296X86 ARCHITECTURE (32-BIT AND 64-BIT)
4297P: Thomas Gleixner
4298M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004299P: Ingo Molnar
4300M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004301P: H. Peter Anvin
4302M: hpa@zytor.com
4303L: linux-kernel@vger.kernel.org
4304T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004305S: Maintained
4306
Linus Torvalds1da177e2005-04-16 15:20:36 -07004307YAM DRIVER FOR AX.25
4308P: Jean-Paul Roubelat
4309M: jpr@f6fbb.org
4310L: linux-hams@vger.kernel.org
4311S: Maintained
4312
Henkaf64a5e2005-10-12 15:02:56 +02004313YEALINK PHONE DRIVER
4314P: Henk Vergonet
4315M: Henk.Vergonet@gmail.com
4316L: usbb2k-api-dev@nongnu.org
4317S: Maintained
4318
Linus Torvalds1da177e2005-04-16 15:20:36 -07004319Z8530 DRIVER FOR AX.25
4320P: Joerg Reuter
4321M: jreuter@yaina.de
4322W: http://yaina.de/jreuter/
4323W: http://www.qsl.net/dl1bke/
4324L: linux-hams@vger.kernel.org
4325S: Maintained
4326
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004327ZD1211RW WIRELESS DRIVER
4328P: Daniel Drake
4329M: dsd@gentoo.org
4330P: Ulrich Kunitz
4331M: kune@deine-taler.de
4332W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004333L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004334L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4335S: Maintained
4336
Linus Torvalds1da177e2005-04-16 15:20:36 -07004337ZF MACHZ WATCHDOG
4338P: Fernando Fuganti
4339M: fuganti@netbank.com.br
4340W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4341S: Maintained
4342
4343ZR36067 VIDEO FOR LINUX DRIVER
4344P: Ronald Bultje
4345M: rbultje@ronald.bitfreak.net
4346L: mjpeg-users@lists.sourceforge.net
4347W: http://mjpeg.sourceforge.net/driver-zoran/
4348S: Maintained
4349
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004350ZS DECSTATION Z85C30 SERIAL DRIVER
4351P: Maciej W. Rozycki
4352M: macro@linux-mips.org
4353S: Maintained
4354
Linus Torvalds1da177e2005-04-16 15:20:36 -07004355THE REST
4356P: Linus Torvalds
4357S: Buried alive in reporters