blob: d20c786baf2eae4b5d68109c53a3dbe43aef0169 [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.
Randy Dunlape7839f22008-10-12 16:11:45 -070075F: Applicable files and/or directories
Randy Dunlap4501a462008-10-13 09:24:58 -070076S: Status, one of the following:
Linus Torvalds1da177e2005-04-16 15:20:36 -070077
78 Supported: Someone is actually paid to look after this.
79 Maintained: Someone actually looks after it.
80 Odd Fixes: It has a maintainer but they don't have time to do
81 much other than throw the odd patch in. See below..
82 Orphan: No current maintainer [but maybe you could take the
83 role as you write your new code].
84 Obsolete: Old code. Something tagged obsolete generally means
85 it has been replaced by a better system and you
86 should be using that.
87
Linus Torvalds1da177e2005-04-16 15:20:36 -0700883C505 NETWORK DRIVER
89P: Philip Blundell
90M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070091L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070092S: Maintained
93
Steffen Klasserta6d89912007-08-10 14:05:27 -0700943C59X NETWORK DRIVER
95P: Steffen Klassert
96M: klassert@mathematik.tu-chemnitz.de
97L: netdev@vger.kernel.org
98S: Maintained
99
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003CR990 NETWORK DRIVER
101P: David Dillow
102M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700103L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104S: Maintained
105
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001063W-9XXX SATA-RAID CONTROLLER DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107P: Adam Radford
108M: linuxraid@amcc.com
109L: linux-scsi@vger.kernel.org
110W: http://www.amcc.com
111S: Supported
112
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001133W-XXXX ATA-RAID CONTROLLER DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114P: Adam Radford
115M: linuxraid@amcc.com
116L: linux-scsi@vger.kernel.org
117W: http://www.amcc.com
118S: Supported
119
12053C700 AND 53C700-66 SCSI DRIVER
121P: James E.J. Bottomley
122M: James.Bottomley@HansenPartnership.com
123L: linux-scsi@vger.kernel.org
124S: Maintained
125
1266PACK NETWORK DRIVER FOR AX.25
127P: Andreas Koensgen
128M: ajk@iehk.rwth-aachen.de
129L: linux-hams@vger.kernel.org
130S: Maintained
131
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328169 10/100/1000 GIGABIT ETHERNET DRIVER
133P: Francois Romieu
134M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700135L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136S: Maintained
137
1388250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139L: linux-serial@vger.kernel.org
140W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100141S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142
1438390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
144P: Paul Gortmaker
145M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700146L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147S: Maintained
148
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001499P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100150P: Eric Van Hensbergen
151M: ericvh@gmail.com
152P: Ron Minnich
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500153M: rminnich@sandia.gov
Jim Cromiece00f852006-11-30 04:49:44 +0100154P: Latchesar Ionkov
155M: lucho@ionkov.net
156L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500157W: http://swik.net/v9fs
Jim Cromiece00f852006-11-30 04:49:44 +0100158T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
159S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800160
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161A2232 SERIAL BOARD DRIVER
162P: Enver Haase
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163M: A2232@gmx.net
164L: linux-m68k@lists.linux-m68k.org
165S: Maintained
166
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700167AACRAID SCSI RAID DRIVER
168P: Adaptec OEM Raid Solutions
169M: aacraid@adaptec.com
170L: linux-scsi@vger.kernel.org
171W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172S: Supported
173
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700174ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200175P: Hans de Goede
176M: j.w.r.degoede@hhs.nl
177L: lm-sensors@lm-sensors.org
178S: Maintained
179
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700180ABIT UGURU 3 HARDWARE MONITOR DRIVER
181P: Alistair John Strachan
182M: alistair@devzero.co.uk
183L: lm-sensors@lm-sensors.org
184S: Maintained
185
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186ACENIC DRIVER
187P: Jes Sorensen
188M: jes@trained-monkey.org
189L: linux-acenic@sunsite.dk
190S: Maintained
191
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000192ACER WMI LAPTOP EXTRAS
193P: Carlos Corbacho
194M: carlos@strangeworlds.co.uk
195L: aceracpi@googlegroups.com (subscribers-only)
196W: http://code.google.com/p/aceracpi
197S: Maintained
198
Linus Torvalds1da177e2005-04-16 15:20:36 -0700199ACPI
Andi Kleen54cd3142008-09-04 13:30:07 +0200200P: Len Brown
Len Brown8b59a452007-01-08 19:03:28 -0500201M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500202L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400203W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800204T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500205S: Supported
206
207ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400208P: Alexey Starikovskiy
209M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500210L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300211W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500212S: Supported
213
214ACPI EC DRIVER
215P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400216M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500217L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300218W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500219S: Supported
220
221ACPI FAN DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400222P: Zhang Rui
223M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500224L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300225W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500226S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700228ACPI PCI HOTPLUG DRIVER
229P: Kristen Carlson Accardi
230M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -0700231L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -0500232S: Supported
233
234ACPI THERMAL DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400235P: Zhang Rui
236M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500237L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300238W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500239S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700240
Len Brown359acec2007-02-10 01:59:24 -0500241ACPI VIDEO DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400242P: Zhang Rui
Len Brown38e09d82007-10-25 17:55:59 -0400243M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500244L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300245W: http://www.lesswatts.org/projects/acpi/
Len Brown359acec2007-02-10 01:59:24 -0500246S: Supported
247
Carlos Corbachobff431e2008-02-05 02:17:04 +0000248ACPI WMI DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +0200249P: Carlos Corbacho
250M: carlos@strangeworlds.co.uk
251L: linux-acpi@vger.kernel.org
252W: http://www.lesswatts.org/projects/acpi/
253S: Maintained
Carlos Corbachobff431e2008-02-05 02:17:04 +0000254
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100255AD1889 ALSA SOUND DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +0200256P: Kyle McMartin
257M: kyle@mcmartin.ca
258P: Thibaut Varene
259M: T-Bone@parisc-linux.org
260W: http://wiki.parisc-linux.org/AD1889
261L: linux-parisc@vger.kernel.org
262S: Maintained
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100263
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264ADM1025 HARDWARE MONITOR DRIVER
265P: Jean Delvare
266M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200267L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268S: Maintained
269
Corentin Labbecae2caa2007-02-14 21:15:04 +0100270ADM1029 HARDWARE MONITOR DRIVER
271P: Corentin Labbe
272M: corentin.labbe@geomatys.fr
273L: lm-sensors@lm-sensors.org
274S: Maintained
275
Michael Wucc0b88c2007-08-31 01:15:25 -0400276ADM8211 WIRELESS DRIVER
277P: Michael Wu
278M: flamingice@sourmilk.net
279L: linux-wireless@vger.kernel.org
280W: http://linuxwireless.org/
281T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
282S: Maintained
283
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284ADT746X FAN DRIVER
285P: Colin Leroy
286M: colin@colino.net
287S: Maintained
288
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400289ADVANSYS SCSI DRIVER
290P: Matthew Wilcox
291M: matthew@wil.cx
292L: linux-scsi@vger.kernel.org
293S: Maintained
294
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295AEDSP16 DRIVER
296P: Riccardo Facchetti
297M: fizban@tin.it
298S: Maintained
299
300AFFS FILE SYSTEM
301P: Roman Zippel
302M: zippel@linux-m68k.org
303S: Maintained
304
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700305AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
306P: David Howells
307M: dhowells@redhat.com
308L: linux-afs@lists.infradead.org
309S: Supported
310
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400312P: David Airlie
313M: airlied@linux.ie
314T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315S: Maintained
316
317AHA152X SCSI DRIVER
318P: Juergen E. Fischer
319M: Juergen Fischer <fischer@norbit.de>
320L: linux-scsi@vger.kernel.org
321S: Maintained
322
Hannes Reinecke64624d42007-10-19 10:32:29 +0200323AIC7XXX / AIC79XX SCSI DRIVER
324P: Hannes Reinecke
325M: hare@suse.de
326L: linux-scsi@vger.kernel.org
327S: Maintained
328
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700329AIO
330P: Benjamin LaHaise
331M: bcrl@kvack.org
332L: linux-aio@kvack.org
333S: Supported
334
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335ALCATEL SPEEDTOUCH USB DRIVER
336P: Duncan Sands
337M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700338L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700339W: http://www.linux-usb.org/SpeedTouch/
340S: Maintained
341
Pierre Ossman272f1332007-05-14 21:25:26 +0200342ALCHEMY AU1XX0 MMC DRIVER
Manuel Lauss08fcb722008-06-09 08:40:35 +0200343P: Manuel Lauss
344M: manuel.lauss@gmail.com
345S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200346
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000347ALI1563 I2C DRIVER
348P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100349M: r.marek@assembler.cz
Jean Delvare846557d2008-10-30 15:55:47 +0100350L: linux-i2c@vger.kernel.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000351S: Maintained
352
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353ALPHA PORT
354P: Richard Henderson
355M: rth@twiddle.net
356S: Odd Fixes for 2.4; Maintained for 2.6.
357P: Ivan Kokshaysky
358M: ink@jurassic.park.msu.ru
359S: Maintained for 2.4; PCI support for 2.6.
360
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700361AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
362P: Thomas Dahlmann
363M: thomas.dahlmann@amd.com
Jordan Crouse67d76712008-05-12 14:02:22 -0700364L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700365S: Supported
366
Jordan Crousef90b8112006-01-06 00:12:14 -0800367AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100368P: Jordan Crouse
Jordan Crouse67d76712008-05-12 14:02:22 -0700369L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Jordan Crousef90b8112006-01-06 00:12:14 -0800370W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
371S: Supported
372
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200373AMD IOMMU (AMD-VI)
374P: Joerg Roedel
375M: joerg.roedel@amd.com
376L: iommu@lists.linux-foundation.org
Joerg Roedelbbd001c2008-09-17 17:22:45 +0200377T: git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200378S: Supported
379
Peter Orubae7f5b302008-07-28 18:44:11 +0200380AMD MICROCODE UPDATE SUPPORT
Peter Oruba8d433c402008-10-16 18:43:48 +0200381P: Andreas Herrmann
382M: andeas.herrmann3@amd.com
383L: amd64-microcode@amd64.org
Peter Orubae7f5b302008-07-28 18:44:11 +0200384S: Supported
385
Stelian Pop284f42b2006-12-12 18:18:31 +0100386AMS (Apple Motion Sensor) DRIVER
387P: Stelian Pop
388M: stelian@popies.net
389P: Michael Hanselmann
390M: linux-kernel@hansmi.ch
391S: Supported
392
Tom Tuckerf94b5332006-09-22 15:22:48 -0700393AMSO1100 RNIC DRIVER
394P: Tom Tucker
395M: tom@opengridcomputing.com
396P: Steve Wise
397M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700398L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700399S: Maintained
400
Johannes Berg42269062006-07-25 16:15:50 +0200401AOA (Apple Onboard Audio) ALSA DRIVER
402P: Johannes Berg
403M: johannes@sipsolutions.net
404L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200405L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200406S: Maintained
407
Linus Torvalds1da177e2005-04-16 15:20:36 -0700408APM DRIVER
409P: Stephen Rothwell
410M: sfr@canb.auug.org.au
411L: linux-laptop@vger.kernel.org
412W: http://www.canb.auug.org.au/~sfr/
413S: Supported
414
Henrik Rydbergbd7aa4b2008-09-02 14:35:43 -0700415APPLE BCM5974 MULTITOUCH DRIVER
416P: Henrik Rydberg
417M: rydberg@euromail.se
418L: linux-input@vger.kernel.org
419S: Maintained
420
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700421APPLE SMC DRIVER
422P: Nicolas Boichat
423M: nicolas@boichat.ch
424L: mactel-linux-devel@lists.sourceforge.net
425S: Maintained
426
Linus Torvalds1da177e2005-04-16 15:20:36 -0700427APPLETALK NETWORK LAYER
428P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300429M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430S: Maintained
431
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400432APPLETOUCH TOUCHPAD DRIVER
433P: Johannes Berg
434M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400435L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400436S: Maintained
437
Jaya Kumar1154ea72005-06-21 17:17:04 -0700438ARC FRAMEBUFFER DRIVER
439P: Jaya Kumar
440M: jayalk@intworks.biz
441S: Maintained
442
Linus Torvalds1da177e2005-04-16 15:20:36 -0700443ARM MFM AND FLOPPY DRIVERS
444P: Ian Molton
445M: spyro@f2s.com
446S: Maintained
447
Russell King2761f5c2007-05-24 06:56:08 +0200448ARM PRIMECELL MMCI PL180/1 DRIVER
Pierre Ossman6d799472008-07-22 14:36:57 +0200449S: Orphan
Russell King2761f5c2007-05-24 06:56:08 +0200450
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800451ARM/ADI ROADRUNNER MACHINE SUPPORT
452P: Lennert Buytenhek
453M: kernel@wantstofly.org
454L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
455S: Maintained
456
457ARM/ADS SPHERE MACHINE SUPPORT
458P: Lennert Buytenhek
459M: kernel@wantstofly.org
460L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
461S: Maintained
462
Sergey Lapin9c784f92008-08-03 02:29:48 +0100463ARM/AFEB9260 MACHINE SUPPORT
464P: Sergey Lapin
465M: slapin@ossfans.org
466L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
467S: Maintained
468
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800469ARM/AJECO 1ARM MACHINE SUPPORT
470P: Lennert Buytenhek
471M: kernel@wantstofly.org
472L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
473S: Maintained
474
Andrew Victord4a89c72006-12-04 13:56:21 +0100475ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
Jean Delvare795fb7e2008-09-20 12:33:08 +0200476P: Andrew Victor
477M: linux@maxim.org.za
478L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
479W: http://maxim.org.za/at91_26.html
480S: Maintained
Andrew Victord4a89c72006-12-04 13:56:21 +0100481
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800482ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
483P: Lennert Buytenhek
484M: kernel@wantstofly.org
485L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
486S: Maintained
487
488ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
489P: Lennert Buytenhek
490M: kernel@wantstofly.org
491L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
492S: Maintained
493
Mike Rapoportd48134e2008-08-20 09:03:26 +0100494ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
Russell Kinga9da4f72008-07-12 21:42:04 +0100495P: Mike Rapoport
496M: mike@compulab.co.il
497L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
498S: Maintained
499
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500ARM/CORGI MACHINE SUPPORT
501P: Richard Purdie
502M: rpurdie@rpsys.net
503S: Maintained
504
Paulius Zaleckas881a95f2009-03-26 10:06:27 +0200505ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
506P: Paulius Zaleckas
507M: paulius.zaleckas@teltonika.lt
508L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
509T: git gitorious.org/linux-gemini/mainline.git
510S: Maintained
511
Russell Kinga9da4f72008-07-12 21:42:04 +0100512ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
513P: Daniel Ribeiro
514M: drwyrm@gmail.com
515P: Stefan Schmidt
516M: stefan@openezx.org
517P: Harald Welte
518M: laforge@openezx.org
519L: openezx-devel@lists.openezx.org (subscribers-only)
520W: http://www.openezx.org/
521S: Maintained
522
Paulius Zaleckas6a915af2009-03-25 13:10:20 +0200523ARM/FARADAY FA526 PORT
524P: Paulius Zaleckas
525M: paulius.zaleckas@teltonika.lt
526L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
527S: Maintained
528
Sascha Hauer86183a52008-07-24 23:50:35 +0200529ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
530P: Sascha Hauer
531M: kernel@pengutronix.de
532L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
533S: Maintained
534
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800535ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
536P: Lennert Buytenhek
537M: kernel@wantstofly.org
538L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
539S: Maintained
540
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100541ARM/GUMSTIX MACHINE SUPPORT
542P: Steve Sakoman
543M: sakoman@gmail.com
544L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
545S: Maintained
546
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100547ARM/HP JORNADA 7XX MACHINE SUPPORT
Jean Delvare795fb7e2008-09-20 12:33:08 +0200548P: Kristoffer Ericson
549M: kristoffer.ericson@gmail.com
550W: www.jlime.com
551S: Maintained
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100552
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800553ARM/INTEL IOP32X ARM ARCHITECTURE
554P: Lennert Buytenhek
555M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100556P: Dan Williams
557M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800558L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100559S: Supported
560
561ARM/INTEL IOP33X ARM ARCHITECTURE
562P: Dan Williams
563M: dan.j.williams@intel.com
564L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
565S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800566
567ARM/INTEL IOP13XX ARM ARCHITECTURE
568P: Lennert Buytenhek
569M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100570P: Dan Williams
571M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800572L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100573S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800574
575ARM/INTEL IQ81342EX MACHINE SUPPORT
576P: Lennert Buytenhek
577M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100578P: Dan Williams
579M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800580L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100581S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800582
583ARM/INTEL IXP2000 ARM ARCHITECTURE
584P: Lennert Buytenhek
585M: kernel@wantstofly.org
586L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
587S: Maintained
588
589ARM/INTEL IXDP2850 MACHINE SUPPORT
590P: Lennert Buytenhek
591M: kernel@wantstofly.org
592L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
593S: Maintained
594
595ARM/INTEL IXP23XX ARM ARCHITECTURE
596P: Lennert Buytenhek
597M: kernel@wantstofly.org
598L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
599S: Maintained
600
601ARM/INTEL XSC3 (MANZANO) ARM CORE
602P: Lennert Buytenhek
603M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100604P: Dan Williams
605M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800606L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100607S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800608
609ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
610P: Lennert Buytenhek
611M: kernel@wantstofly.org
612L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
613S: Maintained
614
615ARM/LOGICPD PXA270 MACHINE SUPPORT
616P: Lennert Buytenhek
617M: kernel@wantstofly.org
618L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
619S: Maintained
620
Philipp Zabel3b8861712008-07-09 21:27:15 +0100621ARM/MAGICIAN MACHINE SUPPORT
622P: Philipp Zabel
623M: philipp.zabel@gmail.com
624S: Maintained
625
Kristoffer Ericson9624dfe2008-10-09 16:50:46 +0100626ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
627P: Michael Petchkovsky
628M: mkpetch@internode.on.net
629S: Maintained
630
Dirk Opfer8459c152005-11-06 14:27:52 +0000631ARM/TOSA MACHINE SUPPORT
Dmitry Eremin-Solenikovbfa0b1c2009-01-06 14:41:05 -0800632P: Dmitry Eremin-Solenikov
Dmitry Baryshkov93887042008-07-07 10:50:06 +0100633M: dbaryshkov@gmail.com
Dirk Opfer8459c152005-11-06 14:27:52 +0000634P: Dirk Opfer
635M: dirk@opfer-online.de
636S: Maintained
637
Marek Vasuta6450722008-11-20 22:50:46 +0100638ARM/PALMTX,PALMT5,PALMLD SUPPORT
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100639P: Marek Vasut
640M: marek.vasut@gmail.com
641W: http://hackndev.com
642S: Maintained
643
Sergey Lapinc49e1e62008-08-29 15:47:52 +0100644ARM/PALMZ72 SUPPORT
645P: Sergey Lapin
646M: slapin@ossfans.org
647W: http://hackndev.com
648S: Maintained
649
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650ARM/PLEB SUPPORT
651P: Peter Chubb
652M: pleb@gelato.unsw.edu.au
653W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
654S: Maintained
655
656ARM/PT DIGITAL BOARD PORT
657P: Stefan Eletzhofer
658M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700659L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700660W: http://www.arm.linux.org.uk/
661S: Maintained
662
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800663ARM/RADISYS ENP2611 MACHINE SUPPORT
664P: Lennert Buytenhek
665M: kernel@wantstofly.org
666L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
667S: Maintained
668
Linus Torvalds1da177e2005-04-16 15:20:36 -0700669ARM/SHARK MACHINE SUPPORT
670P: Alexander Schulz
671M: alex@shark-linux.de
672W: http://www.shark-linux.de/shark.html
673S: Maintained
674
675ARM/STRONGARM110 PORT
676P: Russell King
677M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700678L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700679W: http://www.arm.linux.org.uk/
680S: Maintained
681
682ARM/S3C2410 ARM ARCHITECTURE
683P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800684M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700685L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700686W: http://www.fluff.org/ben/linux/
687S: Maintained
688
689ARM/S3C2440 ARM ARCHITECTURE
690P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800691M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700692L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693W: http://www.fluff.org/ben/linux/
694S: Maintained
695
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800696ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
697P: Lennert Buytenhek
698M: kernel@wantstofly.org
699L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
700S: Maintained
701
702ARM/THECUS N2100 MACHINE SUPPORT
703P: Lennert Buytenhek
704M: kernel@wantstofly.org
705L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
706S: Maintained
707
wanzongshun98ad6e32009-02-13 06:04:32 +0100708ARM/NUVOTON W90X900 ARM ARCHITECTURE
709P: Wan ZongShun
710M: mcuos.com@gmail.com
711L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
712W: http://www.mcuos.com
713S: Maintained
714
Linus Torvalds1da177e2005-04-16 15:20:36 -0700715ARPD SUPPORT
716P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700717L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700718S: Maintained
719
720ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500721P: Corentin Chary
722M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723P: Karol Kozimor
724M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700725L: acpi4asus-user@lists.sourceforge.net
726W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500727W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700728S: Maintained
729
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400730ASUS ASB100 HARDWARE MONITOR DRIVER
731P: Mark M. Hoffman
732M: mhoffman@lightlink.com
733L: lm-sensors@lm-sensors.org
734S: Maintained
735
Corentin Chary85091b72007-01-26 14:04:30 +0100736ASUS LAPTOP EXTRAS DRIVER
737P: Corentin Chary
738M: corentincj@iksaif.net
739L: acpi4asus-user@lists.sourceforge.net
740W: http://sourceforge.net/projects/acpi4asus
741W: http://xf.iksaif.net/acpi4asus
742S: Maintained
743
Andrew Morton953a6472008-11-06 12:53:28 -0800744ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
Dan Williamsb3e5f262007-08-07 10:26:35 -0700745P: Dan Williams
746M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100747P: Maciej Sosnowski
748M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700749L: linux-kernel@vger.kernel.org
750W: http://sourceforge.net/projects/xscaleiop
751S: Supported
752
Randy Dunlape7839f22008-10-12 16:11:45 -0700753ATA OVER ETHERNET (AOE) DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754P: Ed L. Cashin
755M: ecashin@coraid.com
756W: http://www.coraid.com/support/linux
757S: Supported
758
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200759ATHEROS ATH5K WIRELESS DRIVER
760P: Jiri Slaby
761M: jirislaby@gmail.com
762P: Nick Kossifidis
763M: mickflemm@gmail.com
764P: Luis R. Rodriguez
Luis R. Rodriguez4fe06572008-10-13 14:08:07 -0700765M: lrodriguez@atheros.com
Bob Copelandadef1992008-10-29 08:30:57 -0400766P: Bob Copeland
767M: me@bobcopeland.com
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200768L: linux-wireless@vger.kernel.org
769L: ath5k-devel@lists.ath5k.org
770S: Maintained
771
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700772ATHEROS ATH9K WIRELESS DRIVER
773P: Luis R. Rodriguez
774M: lrodriguez@atheros.com
775P: Jouni Malinen
776M: jmalinen@atheros.com
777L: linux-wireless@vger.kernel.org
778L: ath9k-devel@lists.ath9k.org
779S: Supported
780
Christian Lamparter75ca88c2009-03-21 23:11:49 +0100781ATHEROS AR9170 WIRELESS DRIVER
782P: Christian Lamparter
783M: chunkeey@web.de
784L: linux-wireless@vger.kernel.org
785W: http://wireless.kernel.org/en/users/Drivers/ar9170
786S: Maintained
787F: drivers/net/wireless/ar9170/
788
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000789ATI_REMOTE2 DRIVER
790P: Ville Syrjala
791M: syrjala@sci.fi
792S: Maintained
793
Chris Snook7ae115b2008-09-09 03:26:57 -0400794ATLX ETHERNET DRIVERS
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600795P: Jay Cliburn
796M: jcliburn@gmail.com
797P: Chris Snook
798M: csnook@redhat.com
Chris Snook7ae115b2008-09-09 03:26:57 -0400799P: Jie Yang
800M: jie.yang@atheros.com
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600801L: atl1-devel@lists.sourceforge.net
802W: http://sourceforge.net/projects/atl1
803W: http://atl1.sourceforge.net
804S: Maintained
805
Linus Torvalds1da177e2005-04-16 15:20:36 -0700806ATM
807P: Chas Williams
808M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700809L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Jiri Slaby44ae98b2008-11-30 23:27:11 -0800810L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700811W: http://linux-atm.sourceforge.net
812S: Maintained
813
Pierre Ossman272f1332007-05-14 21:25:26 +0200814ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200815P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800816M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200817L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
818W: http://www.atmel.com/products/AT91/
819W: http://www.at91.com/
820S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200821
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800822ATMEL AT91 / AT32 SERIAL DRIVER
823P: Haavard Skinnemoen
824M: hskinnemoen@atmel.com
825L: linux-kernel@vger.kernel.org
826S: Supported
827
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800828ATMEL LCDFB DRIVER
829P: Nicolas Ferre
830M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800831L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800832S: Maintained
833
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100834ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100835P: Haavard Skinnemoen
836M: hskinnemoen@atmel.com
837S: Supported
838
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800839ATMEL SPI DRIVER
840P: Haavard Skinnemoen
841M: hskinnemoen@atmel.com
842S: Supported
843
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700844ATMEL USBA UDC DRIVER
845P: Haavard Skinnemoen
846M: hskinnemoen@atmel.com
847L: kernel@avr32linux.org
848W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
849S: Supported
850
Linus Torvalds1da177e2005-04-16 15:20:36 -0700851ATMEL WIRELESS DRIVER
852P: Simon Kelley
853M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700854L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700855W: http://www.thekelleys.org.uk/atmel
856W: http://atmelwlandriver.sourceforge.net/
857S: Maintained
858
Chris Wrighta92b7b82005-07-07 18:12:23 -0700859AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400860P: Al Viro
861M: viro@zeniv.linux.org.uk
862P: Eric Paris
863M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700864L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100865W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400866T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700867S: Maintained
868
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800869AUXILIARY DISPLAY DRIVERS
870P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700871M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800872L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700873W: http://miguelojeda.es/auxdisplay.htm
874W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800875S: Maintained
876
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700877AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700878P: Haavard Skinnemoen
879M: hskinnemoen@atmel.com
880W: http://www.atmel.com/products/AVR32/
881W: http://avr32linux.org/
882W: http://avrfreaks.net/
883S: Supported
884
885AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700886P: Haavard Skinnemoen
887M: hskinnemoen@atmel.com
888S: Supported
889
Linus Torvalds1da177e2005-04-16 15:20:36 -0700890AX.25 NETWORK LAYER
891P: Ralf Baechle
892M: ralf@linux-mips.org
893L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200894W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700895S: Maintained
896
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700897B43 WIRELESS DRIVER
898P: Michael Buesch
899M: mb@bu3sch.de
900P: Stefano Brivio
901M: stefano.brivio@polimi.it
902L: linux-wireless@vger.kernel.org
903W: http://linuxwireless.org/en/users/Drivers/b43
904S: Maintained
905
906B43LEGACY WIRELESS DRIVER
907P: Larry Finger
908M: Larry.Finger@lwfinger.net
909P: Stefano Brivio
910M: stefano.brivio@polimi.it
911L: linux-wireless@vger.kernel.org
912W: http://linuxwireless.org/en/users/Drivers/b43
913S: Maintained
914
Richard Purdie300abeb2007-02-07 22:21:07 +0000915BACKLIGHT CLASS/SUBSYSTEM
916P: Richard Purdie
917M: rpurdie@rpsys.net
918S: Maintained
919
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700920BAYCOM/HDLCDRV DRIVERS FOR AX.25
921P: Thomas Sailer
922M: t.sailer@alumni.ethz.ch
923L: linux-hams@vger.kernel.org
924W: http://www.baycom.org/~tom/ham/ham.html
925S: Maintained
926
927BEFS FILE SYSTEM
928P: Sergey S. Kostyliov
929M: rathamahata@php4.ru
930L: linux-kernel@vger.kernel.org
931S: Maintained
932
933BFS FILE SYSTEM
934P: Tigran A. Aivazian
935M: tigran@aivazian.fsnet.co.uk
936L: linux-kernel@vger.kernel.org
937S: Maintained
938
Bryan Wu1394f032007-05-06 14:50:22 -0700939BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800940P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800941M: cooloney@kernel.org
Mike Frysinger5b93e132009-02-04 16:49:45 +0800942L: uclinux-dist-devel@blackfin.uclinux.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800943W: http://blackfin.uclinux.org
944S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700945
Bryan Wue190d6b2007-07-17 14:43:44 +0800946BLACKFIN EMAC DRIVER
947P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800948M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800949L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
950W: http://blackfin.uclinux.org
951S: Supported
952
Mike Frysinger566da5b2007-06-11 15:31:30 +0800953BLACKFIN RTC DRIVER
954P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800955M: vapier.adi@gmail.com
956L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
957W: http://blackfin.uclinux.org
958S: Supported
959
Bryan Wu1394f032007-05-06 14:50:22 -0700960BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800961P: Sonic Zhang
962M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800963L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
964W: http://blackfin.uclinux.org
965S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700966
Bryan Wu1e6d3202007-07-15 02:50:02 +0800967BLACKFIN WATCHDOG DRIVER
968P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800969M: vapier.adi@gmail.com
970L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
971W: http://blackfin.uclinux.org
972S: Supported
973
Bryan Wud24ecfc2007-05-01 23:26:32 +0200974BLACKFIN I2C TWI DRIVER
975P: Sonic Zhang
976M: sonic.zhang@analog.com
977L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
978W: http://blackfin.uclinux.org/
979S: Supported
980
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981BLOCK LAYER
982P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200983M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700984L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800985T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700986S: Maintained
987
Joern Engel2b54aae2008-02-06 01:38:02 -0800988BLOCK2MTD DRIVER
989P: Joern Engel
990M: joern@lazybastard.org
991L: linux-mtd@lists.infradead.org
992S: Maintained
993
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200994BLUETOOTH DRIVERS
995P: Marcel Holtmann
996M: marcel@holtmann.org
997L: linux-bluetooth@vger.kernel.org
998W: http://www.bluez.org/
999S: Maintained
1000
Linus Torvalds1da177e2005-04-16 15:20:36 -07001001BLUETOOTH SUBSYSTEM
1002P: Marcel Holtmann
1003M: marcel@holtmann.org
Pavel Machek781c2842008-03-20 15:41:02 -07001004L: linux-bluetooth@vger.kernel.org
Marcel Holtmann63fbd242008-08-18 13:23:53 +02001005W: http://www.bluez.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001006T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001007S: Maintained
1008
Linus Torvalds1da177e2005-04-16 15:20:36 -07001009BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001010P: Jay Vosburgh
1011M: fubar@us.ibm.com
1012L: bonding-devel@lists.sourceforge.net
1013W: http://sourceforge.net/projects/bonding/
1014S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015
Gary Zambrano39105892006-06-22 17:26:20 -07001016BROADCOM B44 10/100 ETHERNET DRIVER
1017P: Gary Zambrano
1018M: zambrano@broadcom.com
1019L: netdev@vger.kernel.org
1020S: Supported
1021
Michael Chan948c51e2006-06-04 02:51:39 -07001022BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1023P: Michael Chan
1024M: mchan@broadcom.com
1025L: netdev@vger.kernel.org
1026S: Supported
1027
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001028BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -07001029P: Eilon Greenstein
1030M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001031L: netdev@vger.kernel.org
1032S: Supported
1033
Michael Chan948c51e2006-06-04 02:51:39 -07001034BROADCOM TG3 GIGABIT ETHERNET DRIVER
Matt Carlson13181362009-02-25 14:41:06 +00001035P: Matt Carlson
1036M: mcarlson@broadcom.com
Michael Chan948c51e2006-06-04 02:51:39 -07001037P: Michael Chan
1038M: mchan@broadcom.com
1039L: netdev@vger.kernel.org
1040S: Supported
1041
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001042BSG (block layer generic sg v4 driver)
1043P: FUJITA Tomonori
1044M: fujita.tomonori@lab.ntt.co.jp
1045L: linux-scsi@vger.kernel.org
1046S: Supported
1047
Michael Bueschff1d5c22008-07-25 01:46:10 -07001048BT8XXGPIO DRIVER
1049P: Michael Buesch
1050M: mb@bu3sch.de
1051W: http://bu3sch.de/btgpio.php
1052S: Maintained
1053
Joe Percheseb1eb042009-01-21 10:49:16 -05001054BTRFS FILE SYSTEM
1055P: Chris Mason
1056M: chris.mason@oracle.com
1057L: linux-btrfs@vger.kernel.org
1058W: http://btrfs.wiki.kernel.org/
1059T: git kernel.org:/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1060S: Maintained
1061
Linus Torvalds1da177e2005-04-16 15:20:36 -07001062BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001063P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001064M: mchehab@infradead.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001065L: linux-media@vger.kernel.org
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001066W: http://linuxtv.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001067T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001068S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001069
Jonathan Corbet77d51402007-03-22 19:44:17 -03001070CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02001071P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03001072M: corbet@lwn.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001073L: linux-media@vger.kernel.org
1074T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03001075S: Maintained
1076
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001077CALGARY x86-64 IOMMU
1078P: Muli Ben-Yehuda
1079M: muli@il.ibm.com
1080P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001081M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001082L: linux-kernel@vger.kernel.org
1083L: discuss@x86-64.org
1084S: Maintained
1085
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001086CAN NETWORK LAYER
1087P: Urs Thuermann
1088M: urs.thuermann@volkswagen.de
1089P: Oliver Hartkopp
1090M: oliver.hartkopp@volkswagen.de
1091L: socketcan-core@lists.berlios.de (subscribers-only)
1092W: http://developer.berlios.de/projects/socketcan/
1093S: Maintained
1094
Arnd Bergmannb8154542008-05-16 11:10:59 +02001095CELL BROADBAND ENGINE ARCHITECTURE
1096P: Arnd Bergmann
1097M: arnd@arndb.de
1098L: linuxppc-dev@ozlabs.org
1099L: cbe-oss-dev@ozlabs.org
1100W: http://www.ibm.com/developerworks/power/cell/
1101S: Supported
1102
David Vrabel18332a82008-09-17 16:34:44 +01001103CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1104P: David Vrabel
1105M: david.vrabel@csr.com
1106L: linux-usb@vger.kernel.org
1107S: Supported
1108
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001109CFAG12864B LCD DRIVER
1110P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001111M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001112L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001113W: http://miguelojeda.es/auxdisplay.htm
1114W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001115S: Maintained
1116
1117CFAG12864BFB LCD FRAMEBUFFER DRIVER
1118P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001119M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001120L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001121W: http://miguelojeda.es/auxdisplay.htm
1122W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001123S: Maintained
1124
Johannes Berg704232c2007-04-23 12:20:05 -07001125CFG80211 and NL80211
1126P: Johannes Berg
1127M: johannes@sipsolutions.net
1128L: linux-wireless@vger.kernel.org
1129S: Maintained
1130
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001131CHECKPATCH
1132P: Andy Whitcroft
Andy Whitcroftb0e0b432009-01-06 14:41:22 -08001133M: apw@canonical.com
1134L: linux-kernel@vger.kernel.org
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001135S: Supported
1136
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001137CISCO 10G ETHERNET DRIVER
1138P: Scott Feldman
1139M: scofeldm@cisco.com
1140P: Joe Eykholt
1141M: jeykholt@cisco.com
Joel Becker7063fbf2005-12-15 14:29:43 -08001142S: Supported
1143
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001144CIRRUS LOGIC EP93XX ETHERNET DRIVER
1145P: Lennert Buytenhek
1146M: kernel@wantstofly.org
1147L: netdev@vger.kernel.org
1148S: Maintained
1149
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001150CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1151P: Lennert Buytenhek
1152M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001153L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001154S: Maintained
1155
Timur Tabid9e9d822008-04-24 08:45:26 +10001156CIRRUS LOGIC CS4270 SOUND DRIVER
1157P: Timur Tabi
1158M: timur@freescale.com
1159L: alsa-devel@alsa-project.org
1160S: Supported
1161
Linus Torvalds1da177e2005-04-16 15:20:36 -07001162CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1163P: Cirrus Logic Corporation (kernel 2.2 driver)
1164M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1165P: Nils Faerber (port to kernel 2.4)
1166M: Nils Faerber <nils@kernelconcepts.de>
1167S: Maintained
1168
1169CODA FILE SYSTEM
1170P: Jan Harkes
1171M: jaharkes@cs.cmu.edu
1172M: coda@cs.cmu.edu
1173L: codalist@coda.cs.cmu.edu
1174W: http://www.coda.cs.cmu.edu/
1175S: Maintained
1176
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001177COMMON INTERNET FILE SYSTEM (CIFS)
1178P: Steve French
1179M: sfrench@samba.org
1180L: linux-cifs-client@lists.samba.org
1181L: samba-technical@lists.samba.org
1182W: http://linux-cifs.samba.org/
1183T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1184S: Supported
1185
Linus Torvalds1da177e2005-04-16 15:20:36 -07001186COMPACTPCI HOTPLUG CORE
1187P: Scott Murray
1188M: scottm@somanetworks.com
1189M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001190L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001191S: Supported
1192
1193COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1194P: Scott Murray
1195M: scottm@somanetworks.com
1196M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001197L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001198S: Supported
1199
1200COMPACTPCI HOTPLUG GENERIC DRIVER
1201P: Scott Murray
1202M: scottm@somanetworks.com
1203M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001204L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001205S: Supported
1206
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001207COMPAL LAPTOP SUPPORT
1208P: Cezary Jackiewicz
1209M: cezary.jackiewicz@gmail.com
1210S: Maintained
1211
Linus Torvalds1da177e2005-04-16 15:20:36 -07001212COMPUTONE INTELLIPORT MULTIPORT CARD
1213P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001214M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001216S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001217
Simon Arlott949be0f2007-03-06 02:47:46 -08001218CONEXANT ACCESSRUNNER USB DRIVER
1219P: Simon Arlott
1220M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001221L: accessrunner-general@lists.sourceforge.net
1222W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001223S: Maintained
1224
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001225CONFIGFS
1226P: Joel Becker
1227M: joel.becker@oracle.com
1228L: linux-kernel@vger.kernel.org
1229S: Supported
1230
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001231CONTROL GROUPS (CGROUPS)
1232P: Paul Menage
1233M: menage@google.com
KOSAKI Motohiro01c4a422009-02-11 13:04:35 -08001234P: Li Zefan
1235M: lizf@cn.fujitsu.com
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001236L: containers@lists.linux-foundation.org
1237S: Maintained
1238
Rudolf Marekbebe4672007-05-08 17:22:02 +02001239CORETEMP HARDWARE MONITORING DRIVER
1240P: Rudolf Marek
1241M: r.marek@assembler.cz
1242L: lm-sensors@lm-sensors.org
1243S: Maintained
1244
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245COSA/SRP SYNC SERIAL DRIVER
1246P: Jan "Yenya" Kasprzak
1247M: kas@fi.muni.cz
1248W: http://www.fi.muni.cz/~kas/cosa/
1249S: Maintained
1250
1251CPU FREQUENCY DRIVERS
1252P: Dave Jones
Dave Jonesf4432c52008-10-20 13:31:45 -04001253M: davej@redhat.com
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001254L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001255W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001256T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001257S: Maintained
1258
1259CPUID/MSR DRIVER
1260P: H. Peter Anvin
1261M: hpa@zytor.com
1262S: Maintained
1263
Paul Jacksoned90fb42005-09-27 21:45:37 -07001264CPUSETS
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001265P: Paul Menage
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001266M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001267L: linux-kernel@vger.kernel.org
1268W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001269W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001270S: Supported
1271
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001273W: http://sourceforge.net/projects/cramfs/
1274S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001275
1276CRIS PORT
1277P: Mikael Starvik
1278M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001279P: Jesper Nilsson
1280M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281L: dev-etrax@axis.com
1282W: http://developer.axis.com
1283S: Maintained
1284
1285CRYPTO API
1286P: Herbert Xu
1287M: herbert@gondor.apana.org.au
1288P: David S. Miller
1289M: davem@davemloft.net
1290L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001291T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001292S: Maintained
1293
Neil Horman5b07bd52009-02-05 16:03:04 +11001294CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1295P: Neil Horman
1296M: nhorman@tuxdriver.com
1297L: linux-crypto@vger.kernel.org
1298S: Maintained
1299
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001300CS5535 Audio ALSA driver
1301P: Jaya Kumar
1302M: jayakumar.alsa@gmail.com
1303S: Maintained
1304
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001305CX18 VIDEO4LINUX DRIVER
1306P: Hans Verkuil, Andy Walls
1307M: hverkuil@xs4all.nl, awalls@radix.net
1308L: ivtv-devel@ivtvdriver.org
1309L: ivtv-users@ivtvdriver.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001310L: linux-media@vger.kernel.org
1311T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001312W: http://linuxtv.org
1313S: Maintained
1314
Steve Wisee5ec3782008-05-20 14:06:33 -07001315CXGB3 ETHERNET DRIVER (CXGB3)
1316P: Divy Le Ray
1317M: divy@chelsio.com
1318L: netdev@vger.kernel.org
1319W: http://www.chelsio.com
1320S: Supported
1321
1322CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1323P: Steve Wise
1324M: swise@chelsio.com
1325L: general@lists.openfabrics.org
1326W: http://www.openfabrics.org
1327S: Supported
1328
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329CYBERPRO FB DRIVER
1330P: Russell King
1331M: rmk@arm.linux.org.uk
1332W: http://www.arm.linux.org.uk/
1333S: Maintained
1334
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001335CYBLAFB FRAMEBUFFER DRIVER
1336P: Knut Petersen
1337M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001338L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001339S: Maintained
1340
Linus Torvalds1da177e2005-04-16 15:20:36 -07001341CYCLADES 2X SYNC CARD DRIVER
1342P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001343M: acme@ghostprotocols.net
1344W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345S: Maintained
1346
1347CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001348W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001349S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001350
1351CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001352W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001353S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001354
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355DAMA SLAVE for AX.25
1356P: Joerg Reuter
1357M: jreuter@yaina.de
1358W: http://yaina.de/jreuter/
1359W: http://www.qsl.net/dl1bke/
1360L: linux-hams@vger.kernel.org
1361S: Maintained
1362
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001363DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1364P: Tobias Ringstrom
1365M: tori@unhappy.mine.nu
1366L: netdev@vger.kernel.org
1367S: Maintained
1368
1369DC390/AM53C974 SCSI driver
1370P: Kurt Garloff
1371M: garloff@suse.de
1372W: http://www.garloff.de/kurt/linux/dc390/
1373P: Guennadi Liakhovetski
1374M: g.liakhovetski@gmx.de
1375S: Maintained
1376
Linus Torvalds1da177e2005-04-16 15:20:36 -07001377DC395x SCSI driver
1378P: Oliver Neukum
1379M: oliver@neukum.name
1380P: Ali Akcaagac
1381M: aliakc@web.de
1382P: Jamie Lenehan
1383M: lenehan@twibble.org
1384W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001385L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001386L: http://lists.twibble.org/mailman/listinfo/dc395x/
1387S: Maintained
1388
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001389DCCP PROTOCOL
1390P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001391M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001392L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001393W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001394S: Maintained
1395
Linus Torvalds1da177e2005-04-16 15:20:36 -07001396DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001397P: Christine Caulfield
1398M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001399W: http://linux-decnet.sourceforge.net
1400L: linux-decnet-user@lists.sourceforge.net
1401S: Maintained
1402
1403DEFXX FDDI NETWORK DRIVER
1404P: Maciej W. Rozycki
1405M: macro@linux-mips.org
1406S: Maintained
1407
Matthew Garrettad8f07c2009-01-07 18:08:56 -08001408DELL LAPTOP DRIVER
1409P: Matthew Garrett
1410M: mjg59@srcf.ucam.org
1411S: Maintained
1412
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413DELL LAPTOP SMM DRIVER
1414P: Massimo Dal Zotto
1415M: dz@debian.org
1416W: http://www.debian.org/~dz/i8k/
1417S: Maintained
1418
Doug Warzecha90563ec2005-09-06 15:17:15 -07001419DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1420P: Doug Warzecha
1421M: Douglas_Warzecha@dell.com
1422S: Maintained
1423
Linus Torvalds1da177e2005-04-16 15:20:36 -07001424DEVICE NUMBER REGISTRY
1425P: Torben Mathiasen
1426M: device@lanana.org
1427W: http://lanana.org/docs/device-list/index.html
1428L: linux-kernel@vger.kernel.org
1429S: Maintained
1430
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001431DEVICE-MAPPER (LVM)
1432P: Alasdair Kergon
1433L: dm-devel@redhat.com
1434W: http://sources.redhat.com/dm
1435S: Maintained
1436
Linus Torvalds1da177e2005-04-16 15:20:36 -07001437DIGI INTL. EPCA DRIVER
1438P: Digi International, Inc
1439M: Eng.Linux@digi.com
1440L: Eng.Linux@digi.com
1441W: http://www.digi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001442S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001443
Randy Dunlape7839f22008-10-12 16:11:45 -07001444DIRECTORY NOTIFICATION (DNOTIFY)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001445P: Stephen Rothwell
1446M: sfr@canb.auug.org.au
1447L: linux-kernel@vger.kernel.org
1448S: Supported
1449
1450DISK GEOMETRY AND PARTITION HANDLING
1451P: Andries Brouwer
1452M: aeb@cwi.nl
1453W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1454W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1455W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1456S: Maintained
1457
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001458DISKQUOTA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001459P: Jan Kara
1460M: jack@suse.cz
1461L: linux-kernel@vger.kernel.org
1462S: Maintained
1463
Randy Dunlape7839f22008-10-12 16:11:45 -07001464DISTRIBUTED LOCK MANAGER (DLM)
Christine Caulfield8943f262008-02-14 19:31:31 -08001465P: Christine Caulfield
1466M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001467P: David Teigland
1468M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001469L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001470W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001471T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001472S: Supported
1473
Dan Williamsb3e5f262007-08-07 10:26:35 -07001474DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001475P: Maciej Sosnowski
1476M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001477P: Dan Williams
1478M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001479L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001480S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001481
Juerg Haefligerb8250372007-06-09 10:11:16 -04001482DME1737 HARDWARE MONITOR DRIVER
1483P: Juerg Haefliger
1484M: juergh@gmail.com
1485L: lm-sensors@lm-sensors.org
1486S: Maintained
1487
Martin Waitzba483d52005-06-17 13:20:59 -07001488DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001489P: Randy Dunlap
1490M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001491S: Maintained
1492
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001493DOCKING STATION DRIVER
Len Brownc5d191b2008-09-24 02:53:25 -04001494P: Shaohua Li
1495M: shaohua.li@intel.com
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001496L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001497S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001498
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001499DOCUMENTATION (/Documentation directory)
Jean Delvare795fb7e2008-09-20 12:33:08 +02001500P: Randy Dunlap
1501M: rdunlap@xenotime.net
1502L: linux-doc@vger.kernel.org
1503S: Maintained
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001504
Linus Torvalds1da177e2005-04-16 15:20:36 -07001505DOUBLETALK DRIVER
1506P: James R. Van Zandt
1507M: jrv@vanzandt.mv.com
1508L: blinux-list@redhat.com
1509S: Maintained
1510
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001511DPT_I2O SCSI RAID DRIVER
1512P: Adaptec OEM Raid Solutions
1513M: aacraid@adaptec.com
1514L: linux-scsi@vger.kernel.org
1515W: http://www.adaptec.com/
1516S: Maintained
1517
Linus Torvalds1da177e2005-04-16 15:20:36 -07001518DRIVER CORE, KOBJECTS, AND SYSFS
1519P: Greg Kroah-Hartman
1520M: gregkh@suse.de
1521L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001522T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001523S: Supported
1524
1525DRM DRIVERS
1526P: David Airlie
1527M: airlied@linux.ie
1528L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001529T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001530S: Maintained
1531
1532DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001533P: Francois Romieu
1534M: romieu@fr.zoreil.com
1535L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001536S: Maintained
1537
1538DVB SUBSYSTEM AND DRIVERS
1539P: LinuxTV.org Project
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001540M: linux-media@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02001541L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001542W: http://linuxtv.org/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001543T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001544S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001545
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001546DZ DECSTATION DZ11 SERIAL DRIVER
1547P: Maciej W. Rozycki
1548M: macro@linux-mips.org
1549S: Maintained
1550
Linus Torvalds1da177e2005-04-16 15:20:36 -07001551EATA-DMA SCSI DRIVER
1552P: Michael Neuffer
1553L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1554S: Maintained
1555
1556EATA ISA/EISA/PCI SCSI DRIVER
1557P: Dario Ballabio
1558M: ballabio_dario@emc.com
1559L: linux-scsi@vger.kernel.org
1560S: Maintained
1561
1562EATA-PIO SCSI DRIVER
1563P: Michael Neuffer
1564M: mike@i-Connect.Net
1565L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1566S: Maintained
1567
1568EBTABLES
1569P: Bart De Schuymer
1570M: bart.de.schuymer@pandora.be
1571L: ebtables-user@lists.sourceforge.net
1572L: ebtables-devel@lists.sourceforge.net
1573W: http://ebtables.sourceforge.net/
1574S: Maintained
1575
Michael Halcrow237fead2006-10-04 02:16:22 -07001576ECRYPT FILE SYSTEM
Michael Halcrow6dc75162008-12-15 13:54:17 -08001577P: Tyler Hicks, Dustin Kirkland
1578M: tyhicks@linux.vnet.ibm.com, kirkland@canonical.com
1579L: ecryptfs-devel@lists.launchpad.net
1580W: https://launchpad.net/ecryptfs
Michael Halcrow237fead2006-10-04 02:16:22 -07001581S: Supported
1582
Alan Coxda9bb1d2006-01-18 17:44:13 -08001583EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001584P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001585M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001586L: bluesmoke-devel@lists.sourceforge.net
1587W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001588S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001589
1590EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001591P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001592P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001593M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001594M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001595L: bluesmoke-devel@lists.sourceforge.net
1596W: bluesmoke.sourceforge.net
1597S: Maintained
1598
1599EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001600P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001601M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001602L: bluesmoke-devel@lists.sourceforge.net
1603W: bluesmoke.sourceforge.net
1604S: Maintained
1605
Douglas Thompson6bc78402007-07-19 01:50:12 -07001606EDAC-I82443BXGX
1607P: Tim Small
1608M: tim@buttersideup.com
1609L: bluesmoke-devel@lists.sourceforge.net
1610W: bluesmoke.sourceforge.net
1611S: Maintained
1612
1613EDAC-I3000
1614P: Jason Uhlenkott
1615M: juhlenko@akamai.com
1616L: bluesmoke-devel@lists.sourceforge.net
1617W: bluesmoke.sourceforge.net
1618S: Maintained
1619
1620EDAC-I5000
1621P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001622M: dougthompson@xmission.com
1623L: bluesmoke-devel@lists.sourceforge.net
1624W: bluesmoke.sourceforge.net
1625S: Maintained
1626
Mauro Carvalho Chehab44c12cb2009-01-15 13:50:49 -08001627EDAC-I5400
1628P: Mauro Carvalho Chehab
1629M: mchehab@redhat.com
1630L: bluesmoke-devel@lists.sourceforge.net
1631W: bluesmoke.sourceforge.net
1632S: Maintained
1633
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001634EDAC-I82975X
1635P: Ranganathan Desikan
1636P: Arvind R.
1637M: rdesikan@jetzbroadband.com
1638M: arvind@acarlab.com
1639L: bluesmoke-devel@lists.sourceforge.net
1640W: bluesmoke.sourceforge.net
1641S: Maintained
1642
1643EDAC-PASEMI
1644P: Egor Martovetsky
1645M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001646L: bluesmoke-devel@lists.sourceforge.net
1647W: bluesmoke.sourceforge.net
1648S: Maintained
1649
Dave Peterson0e438e32006-03-26 01:38:55 -08001650EDAC-R82600
1651P: Tim Small
1652M: tim@buttersideup.com
1653L: bluesmoke-devel@lists.sourceforge.net
1654W: bluesmoke.sourceforge.net
1655S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001656
Eric Coopere59f8792008-03-13 12:55:46 +01001657EEEPC LAPTOP EXTRAS DRIVER
1658P: Corentin Chary
1659M: corentincj@iksaif.net
1660L: acpi4asus-user@lists.sourceforge.net
1661W: http://sourceforge.net/projects/acpi4asus
1662S: Maintained
1663
Josh Triplett0bee8d22006-07-30 03:03:58 -07001664EFS FILESYSTEM
1665W: http://aeschi.ch.eu.org/efs/
1666S: Orphan
1667
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001668EHCA (IBM GX bus InfiniBand adapter) DRIVER
Heiko J Schickfab97222006-09-22 15:22:22 -07001669P: Hoang-Nam Nguyen
1670M: hnguyen@de.ibm.com
1671P: Christoph Raisch
1672M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001673L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001674S: Supported
1675
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001676EMBEDDED LINUX
1677P: Paul Gortmaker
1678M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001679P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001680M: dwmw2@infradead.org
1681L: linux-embedded@vger.kernel.org
1682S: Maintained
1683
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001684EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001685P: James Smart
1686M: james.smart@emulex.com
1687L: linux-scsi@vger.kernel.org
1688W: http://sourceforge.net/projects/lpfcxxxx
1689S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001690
Linus Torvalds1da177e2005-04-16 15:20:36 -07001691EPSON 1355 FRAMEBUFFER DRIVER
1692P: Christopher Hoover
1693M: ch@murgatroid.com, ch@hpl.hp.com
1694S: Maintained
1695
Kristoffer Ericsond5ca9002008-10-15 22:03:54 -07001696EPSON S1D13XXX FRAMEBUFFER DRIVER
1697P: Kristoffer Ericson
1698M: kristoffer.ericson@gmail.com
1699S: Maintained
1700
Linus Torvalds1da177e2005-04-16 15:20:36 -07001701ETHEREXPRESS-16 NETWORK DRIVER
1702P: Philip Blundell
1703M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001704L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001705S: Maintained
1706
1707ETHERNET BRIDGE
1708P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001709M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001710L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001711W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001712S: Maintained
1713
1714ETHERTEAM 16I DRIVER
1715P: Mika Kuoppala
1716M: miku@iki.fi
1717S: Maintained
1718
1719EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001720L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721S: Maintained
1722
1723EXT3 FILE SYSTEM
1724P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001725M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001726L: linux-ext4@vger.kernel.org
1727S: Maintained
1728
1729EXT4 FILE SYSTEM
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001730P: Theodore Ts'o
1731M: tytso@mit.edu, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001732L: linux-ext4@vger.kernel.org
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001733W: http://ext4.wiki.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001734S: Maintained
1735
Jean Delvaree53004e2006-01-09 23:26:14 +01001736F71805F HARDWARE MONITORING DRIVER
1737P: Jean Delvare
1738M: khali@linux-fr.org
1739L: lm-sensors@lm-sensors.org
1740S: Maintained
1741
Linus Torvalds1da177e2005-04-16 15:20:36 -07001742FARSYNC SYNCHRONOUS DRIVER
1743P: Kevin Curtis
1744M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745W: http://www.farsite.co.uk/
1746S: Supported
1747
Akinobu Mitac5408b82007-04-23 14:41:20 -07001748FAULT INJECTION SUPPORT
1749P: Akinobu Mita
1750M: akinobu.mita@gmail.com
1751S: Supported
1752
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001753FILE LOCKING (flock() and fcntl()/lockf())
1754P: Matthew Wilcox
1755M: matthew@wil.cx
1756L: linux-fsdevel@vger.kernel.org
1757S: Maintained
1758
1759FILESYSTEMS (VFS and infrastructure)
1760P: Alexander Viro
1761M: viro@zeniv.linux.org.uk
1762L: linux-fsdevel@vger.kernel.org
1763S: Maintained
1764
1765FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1766P: Kristian Hoegsberg, Stefan Richter
1767M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1768L: linux1394-devel@lists.sourceforge.net
1769W: http://www.linux1394.org/
1770T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1771S: Maintained
1772
1773FIRMWARE LOADER (request_firmware)
1774L: linux-kernel@vger.kernel.org
1775S: Orphan
1776
1777FPU EMULATOR
1778P: Bill Metzenthen
1779M: billm@suburbia.net
1780W: http://suburbia.net/~billm/floating-point/emulator/
1781S: Maintained
1782
1783FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1784P: Mike McLagan
1785M: mike.mclagan@linux.org
1786L: netdev@vger.kernel.org
1787S: Maintained
1788
Linus Torvalds1da177e2005-04-16 15:20:36 -07001789FRAMEBUFFER LAYER
1790P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001791M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001792L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001793W: http://linux-fbdev.sourceforge.net/
1794S: Maintained
1795
Zhang Wei173acc72008-03-01 07:42:48 -07001796FREESCALE DMA DRIVER
Zhang Wei76b0c782008-05-13 14:44:59 -07001797P: Li Yang
1798M: leoli@freescale.com
1799P: Zhang Wei
1800M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001801L: linuxppc-embedded@ozlabs.org
1802L: linux-kernel@vger.kernel.org
1803S: Maintained
1804
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001805FREESCALE I2C CPM DRIVER
1806P: Jochen Friedrich
1807M: jochen@scram.de
1808L: linuxppc-dev@ozlabs.org
Jean Delvare846557d2008-10-30 15:55:47 +01001809L: linux-i2c@vger.kernel.org
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001810S: Maintained
1811
Sascha Hauer60e8c5a2008-12-16 11:44:06 +01001812FREESCALE IMX / MXC FRAMEBUFFER DRIVER
1813P: Sascha Hauer
1814M: kernel@pengutronix.de
1815L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1816L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1817S: Maintained
1818
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001819FREESCALE SOC FS_ENET DRIVER
1820P: Pantelis Antoniou
1821M: pantelis.antoniou@gmail.com
1822P: Vitaly Bordug
1823M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001824L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001825L: netdev@vger.kernel.org
1826S: Maintained
1827
Timur Tabid9e9d822008-04-24 08:45:26 +10001828FREESCALE QUICC ENGINE LIBRARY
1829P: Timur Tabi
1830M: timur@freescale.com
1831L: linuxppc-dev@ozlabs.org
1832S: Supported
1833
Li Yanga7205b32007-04-23 10:38:18 -07001834FREESCALE HIGHSPEED USB DEVICE DRIVER
1835P: Li Yang
1836M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001837L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001838L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001839S: Maintained
1840
Li Yangbeaf53b2007-05-25 13:54:02 +08001841FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1842P: Li Yang
1843M: leoli@freescale.com
1844L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001845L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001846S: Maintained
1847
Timur Tabid9e9d822008-04-24 08:45:26 +10001848FREESCALE QUICC ENGINE UCC UART DRIVER
1849P: Timur Tabi
1850M: timur@freescale.com
1851L: linuxppc-dev@ozlabs.org
1852S: Supported
1853
1854FREESCALE SOC SOUND DRIVERS
1855P: Timur Tabi
1856M: timur@freescale.com
1857L: alsa-devel@alsa-project.org
1858L: linuxppc-dev@ozlabs.org
1859S: Supported
1860
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861FREEVXFS FILESYSTEM
1862P: Christoph Hellwig
1863M: hch@infradead.org
1864W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1865S: Maintained
1866
Pavel Machek71038f52009-01-15 13:51:02 -08001867FREEZER
1868P: Pavel Machek
1869M: pavel@suse.cz
1870P: Rafael J. Wysocki
1871M: rjw@sisk.pl
1872L: linux-pm@lists.linux-foundation.org
1873S: Supported
1874
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001875FTRACE
1876P: Steven Rostedt
Steven Rostedt8e324c12008-11-19 15:36:43 -08001877M: rostedt@goodmis.org
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001878S: Maintained
1879
David Howells5ab7ffe2007-04-10 15:10:45 +01001880FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881P: David Howells
1882M: dhowells@redhat.com
1883S: Maintained
1884
Jonathan Woithe20b93732008-06-11 10:14:56 +09301885FUJITSU LAPTOP EXTRAS
1886P: Jonathan Woithe
1887M: jwoithe@physics.adelaide.edu.au
1888L: linux-acpi@vger.kernel.org
1889S: Maintained
1890
Miklos Szeredi04578f12005-09-09 13:10:22 -07001891FUSE: FILESYSTEM IN USERSPACE
1892P: Miklos Szeredi
1893M: miklos@szeredi.hu
1894L: fuse-devel@lists.sourceforge.net
1895W: http://fuse.sourceforge.net/
1896S: Maintained
1897
Linus Torvalds1da177e2005-04-16 15:20:36 -07001898FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1899P: Rik Faith
1900M: faith@cs.unc.edu
1901L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001902S: Odd Fixes (e.g., new signatures)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001903
1904GDT SCSI DISK ARRAY CONTROLLER DRIVER
1905P: Achim Leubner
1906M: achim_leubner@adaptec.com
1907L: linux-scsi@vger.kernel.org
1908W: http://www.icp-vortex.com/
1909S: Supported
1910
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001911GENERIC GPIO I2C DRIVER
1912P: Haavard Skinnemoen
1913M: hskinnemoen@atmel.com
1914S: Supported
1915
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01001916GENERIC HDLC (WAN) DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917P: Krzysztof Halasa
1918M: khc@pm.waw.pl
1919W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1920S: Maintained
1921
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001922GFS2 FILE SYSTEM
1923P: Steven Whitehouse
1924M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001925L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001926W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001927T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1928T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001929S: Supported
1930
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001931GIGASET ISDN DRIVERS
1932P: Hansjoerg Lipp
1933M: hjlipp@web.de
1934P: Tilman Schmidt
1935M: tilman@imap.cc
1936L: gigaset307x-common@lists.sourceforge.net
1937W: http://gigaset307x.sourceforge.net/
1938S: Maintained
1939
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001940HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
Frank Seidel211e3e02009-02-17 19:59:54 +01001941P: Frank Seidel
1942M: frank@f-seidel.de
1943L: lm-sensors@lm-sensors.org
1944W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001945S: Maintained
1946
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001947GSPCA FINEPIX SUBDRIVER
1948P: Frank Zago
1949M: frank@zago.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001950L: linux-media@vger.kernel.org
1951T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001952S: Maintained
1953
1954GSPCA M5602 SUBDRIVER
1955P: Erik Andren
1956M: erik.andren@gmail.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001957L: linux-media@vger.kernel.org
1958T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001959S: Maintained
1960
1961GSPCA PAC207 SONIXB SUBDRIVER
1962P: Hans de Goede
1963M: hdegoede@redhat.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001964L: linux-media@vger.kernel.org
1965T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001966S: Maintained
1967
1968GSPCA T613 SUBDRIVER
1969P: Leandro Costantino
1970M: lcostantino@gmail.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001971L: linux-media@vger.kernel.org
1972T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001973S: Maintained
1974
1975GSPCA USB WEBCAM DRIVER
1976P: Jean-Francois Moine
1977M: moinejf@free.fr
1978W: http://moinejf.free.fr
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001979L: linux-media@vger.kernel.org
1980T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001981S: Maintained
1982
Jean Delvare5b543962005-08-15 19:51:02 +02001983HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001984L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001985W: http://www.lm-sensors.org/
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001986S: Orphan
Jean Delvare5b543962005-08-15 19:51:02 +02001987
Michael Buesch844dd052006-06-26 00:24:59 -07001988HARDWARE RANDOM NUMBER GENERATOR CORE
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001989S: Orphan
Michael Buesch844dd052006-06-26 00:24:59 -07001990
Linus Torvalds1da177e2005-04-16 15:20:36 -07001991HARMONY SOUND DRIVER
1992P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001993M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001994L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995S: Maintained
1996
1997HAYES ESP SERIAL DRIVER
1998P: Andrew J. Robinson
1999M: arobinso@nyx.net
2000L: linux-kernel@vger.kernel.org
2001W: http://www.nyx.net/~arobinso
2002S: Maintained
2003
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002004HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
2005P: Chirag Kantharia
2006M: chirag.kantharia@hp.com
2007L: iss_storagedev@hp.com
2008S: Maintained
2009
2010HEWLETT-PACKARD SMART2 RAID DRIVER
2011P: Chirag Kantharia
2012M: chirag.kantharia@hp.com
2013L: iss_storagedev@hp.com
2014S: Maintained
2015
2016HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2017P: Mike Miller
2018M: mike.miller@hp.com
2019L: iss_storagedev@hp.com
2020S: Supported
2021
Linus Torvalds1da177e2005-04-16 15:20:36 -07002022HFS FILESYSTEM
2023P: Roman Zippel
2024M: zippel@linux-m68k.org
2025L: linux-kernel@vger.kernel.org
2026S: Maintained
2027
2028HGA FRAMEBUFFER DRIVER
2029P: Ferenc Bakonyi
2030M: fero@drama.obuda.kando.hu
2031L: linux-nvidia@lists.surfsouth.com
2032W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2033S: Maintained
2034
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002035HIBERNATION (aka Software Suspend, aka swsusp)
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002036P: Pavel Machek
Pavel Machekef35ce22009-02-18 14:48:16 -08002037M: pavel@ucw.cz
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002038P: Rafael J. Wysocki
2039M: rjw@sisk.pl
2040L: linux-pm@lists.linux-foundation.org
2041S: Supported
2042
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01002043HID CORE LAYER
2044P: Jiri Kosina
2045M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002046L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01002047T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01002048S: Maintained
2049
Ingo Molnar38bed542007-02-22 09:09:34 +01002050HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2051P: Thomas Gleixner
2052M: tglx@linutronix.de
2053L: linux-kernel@vger.kernel.org
2054S: Maintained
2055
Linus Torvalds1da177e2005-04-16 15:20:36 -07002056HIGH-SPEED SCC DRIVER FOR AX.25
2057P: Klaus Kudielka
2058M: klaus.kudielka@ieee.org
2059L: linux-hams@vger.kernel.org
2060W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2061S: Maintained
2062
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08002063HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2064P: HighPoint Linux Team
2065M: linux@highpoint-tech.com
2066W: http://www.highpoint-tech.com
2067S: Supported
2068
Linus Torvalds1da177e2005-04-16 15:20:36 -07002069HIPPI
2070P: Jes Sorensen
2071M: jes@trained-monkey.org
2072L: linux-hippi@sunsite.dk
2073S: Maintained
2074
Jouni Malinenff1d2762005-05-12 22:54:16 -04002075HOST AP DRIVER
2076P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07002077M: j@w1.fi
2078L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07002079L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04002080W: http://hostap.epitest.fi/
2081S: Maintained
2082
Carlos Corbachodd8cd772008-02-05 02:17:15 +00002083HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2084P: Carlos Corbacho
2085M: carlos@strangeworlds.co.uk
2086S: Odd Fixes
2087
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002088HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2089P: Jaroslav Kysela
2090M: perex@perex.cz
2091S: Maintained
2092
Clemens Ladischd36e74c2008-07-23 21:26:46 -07002093HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08002094P: Clemens Ladisch
2095M: clemens@ladisch.de
2096S: Maintained
2097
2098HPET: i386
2099P: Venkatesh Pallipadi (Venki)
2100M: venkatesh.pallipadi@intel.com
2101S: Maintained
2102
2103HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02002104P: Vojtech Pavlik
2105M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08002106S: Maintained
2107
2108HPET: ACPI hpet.c
2109P: Bob Picco
2110M: bob.picco@hp.com
2111S: Maintained
2112
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113HPFS FILESYSTEM
2114P: Mikulas Patocka
2115M: mikulas@artax.karlin.mff.cuni.cz
2116W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2117S: Maintained
2118
Denis Joseph Barrow11cd29b2009-01-02 13:50:36 +00002119HSO 3G Modem Driver (hso.c)
2120P: Denis Joseph Barrow
2121M: d.barow@option.com
2122W: http://www.pharscape.org
2123S: Maintained
2124
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002125HTCPEN TOUCHSCREEN DRIVER
2126P: Pau Oliva Fora
2127M: pof@eslack.org
2128L: linux-input@vger.kernel.org
2129S: Maintained
2130
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131HUGETLB FILESYSTEM
2132P: William Irwin
2133M: wli@holomorphy.com
2134S: Maintained
2135
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002136I2C/SMBUS STUB DRIVER
2137P: Mark M. Hoffman
2138M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01002139L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002140S: Maintained
2141
Jean Delvare5b543962005-08-15 19:51:02 +02002142I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002143P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002145P: Ben Dooks (embedded platforms)
2146M: ben-linux@fluff.org
Jean Delvare846557d2008-10-30 15:55:47 +01002147L: linux-i2c@vger.kernel.org
Jean Delvarea01064a2009-01-26 21:19:53 +01002148W: http://i2c.wiki.kernel.org/
2149T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002150S: Maintained
2151
Till Harbaume8c76ee2007-05-01 23:26:35 +02002152I2C-TINY-USB DRIVER
2153P: Till Harbaum
2154M: till@harbaum.org
Jean Delvare846557d2008-10-30 15:55:47 +01002155L: linux-i2c@vger.kernel.org
Till Harbaume8c76ee2007-05-01 23:26:35 +02002156T: http://www.harbaum.org/till/i2c_tiny_usb
2157S: Maintained
2158
Linus Torvalds1da177e2005-04-16 15:20:36 -07002159i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002160P: H. Peter Anvin
2161M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002162L: Linux-Kernel@vger.kernel.org
2163S: Maintained
2164
2165i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002166P: H. Peter Anvin
2167M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002168T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169S: Maintained
2170
Linus Torvalds1da177e2005-04-16 15:20:36 -07002171IA64 (Itanium) PLATFORM
2172P: Tony Luck
2173M: tony.luck@intel.com
2174L: linux-ia64@vger.kernel.org
2175W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002176T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177S: Maintained
2178
Linus Torvalds1da177e2005-04-16 15:20:36 -07002179IBM MCA SCSI SUBSYSTEM DRIVER
2180P: Michael Lang
2181M: langa2@kph.uni-mainz.de
2182W: http://www.uni-mainz.de/~langm000/linux.html
2183S: Maintained
2184
2185IBM Power Linux RAID adapter
2186P: Brian King
2187M: brking@us.ibm.com
2188S: Supported
2189
2190IBM ServeRAID RAID DRIVER
2191P: Jack Hammer
2192P: Dave Jeffery
2193M: ipslinux@adaptec.com
2194W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002195S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002197IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002198P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002199M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002200L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002201T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002202S: Maintained
2203
Bartlomiej Zolnierkiewicz0f861e82009-03-31 20:15:31 +02002204IDE/ATAPI DRIVERS
Borislav Petkovc404c192007-12-24 15:23:44 +01002205P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002206M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002207L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002208S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209
Andy Henroid27471fd2008-10-09 11:45:22 -07002210IDLE-I7300
2211P: Andy Henroid
2212M: andrew.d.henroid@intel.com
2213L: linux-pm@lists.linux-foundation.org
2214S: Supported
2215
Stefan Richterf148e202008-01-12 12:32:44 +01002216IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002217P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002218M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002219P: Stefan Richter
2220M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002221L: linux1394-devel@lists.sourceforge.net
2222W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002223T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002224S: Maintained
2225
Stefan Richterf51a5a92007-04-23 14:41:10 -07002226IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002227P: Dan Dennedy
2228M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002229P: Stefan Richter
2230M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002231L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002232S: Maintained
2233
Mimi Zoharaa7168f2009-02-04 09:07:03 -05002234INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2235P: Mimi Zohar
2236M: zohar@us.ibm.com
2237S: Supported
2238
Linus Torvalds1da177e2005-04-16 15:20:36 -07002239IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002240L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002241S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242
2243INFINIBAND SUBSYSTEM
2244P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002245M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002246P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002247M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002248P: Hal Rosenstock
Jean Delvare795fb7e2008-09-20 12:33:08 +02002249M: hal.rosenstock@gmail.com
Randy Dunlap40b0bb12009-02-04 15:12:13 -08002250L: general@lists.openfabrics.org (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002251W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002252T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002253S: Supported
2254
Robert Lovec9f04f52005-07-15 12:21:07 -04002255INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01002256P: John McCutchan
John McCutchan52af8942008-12-17 17:43:02 -08002257M: john@johnmccutchan.com
Cal Peake18b36c72006-12-12 20:18:16 +01002258P: Robert Love
John McCutchan52af8942008-12-17 17:43:02 -08002259M: rlove@rlove.org
Robert Lovec9f04f52005-07-15 12:21:07 -04002260L: linux-kernel@vger.kernel.org
2261S: Maintained
2262
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002263INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2264P: Dmitry Torokhov
2265M: dmitry.torokhov@gmail.com
2266M: dtor@mail.ru
2267L: linux-input@vger.kernel.org
2268T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2269S: Maintained
2270
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002271INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002272P: Sylvain Meyer
2273M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002274L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002275S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002276
Linus Torvalds1da177e2005-04-16 15:20:36 -07002277INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002278P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002279M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002280L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002281S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002282
Thomas, Sujithf4a9bc42008-11-05 16:15:31 +05302283INTEL MENLOW THERMAL DRIVER
2284P: Sujith Thomas
2285M: sujith.thomas@intel.com
2286L: linux-acpi@vger.kernel.org
2287W: http://www.lesswatts.org/projects/acpi/
2288S: Supported
2289
Linus Torvalds1da177e2005-04-16 15:20:36 -07002290INTEL IA32 MICROCODE UPDATE SUPPORT
2291P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002292M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002293S: Maintained
2294
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002295INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002296P: Maciej Sosnowski
2297M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002298L: linux-kernel@vger.kernel.org
2299S: Supported
2300
David Woodhouse6c8909b2008-10-18 16:12:17 +01002301INTEL IOMMU (VT-d)
2302P: David Woodhouse
2303M: dwmw2@infradead.org
2304L: iommu@lists.linux-foundation.org
2305T: git://git.infradead.org/iommu-2.6.git
2306S: Supported
2307
Dan Williamsb3e5f262007-08-07 10:26:35 -07002308INTEL IOP-ADMA DMA DRIVER
2309P: Dan Williams
2310M: dan.j.williams@intel.com
2311L: linux-kernel@vger.kernel.org
2312S: Supported
2313
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01002314INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2315P: Krzysztof Halasa
2316M: khc@pm.waw.pl
2317S: Maintained
2318
Michael Buesch844dd052006-06-26 00:24:59 -07002319INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2320P: Deepak Saxena
2321M: dsaxena@plexity.net
2322S: Maintained
2323
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002324INTEL IXP2000 ETHERNET DRIVER
2325P: Lennert Buytenhek
2326M: kernel@wantstofly.org
2327L: netdev@vger.kernel.org
2328S: Maintained
2329
Auke Kokd94e6fe2008-03-03 14:37:47 -08002330INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002331P: Jeff Kirsher
2332M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002333P: Jesse Brandeburg
2334M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002335P: Bruce Allan
2336M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002337P: PJ Waskiewicz
2338M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002339P: John Ronciak
2340M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002341L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002342W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002343S: Supported
2344
James Ketrenos826d2ab2005-11-07 18:56:59 -06002345INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002346P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002347M: yi.zhu@intel.com
2348P: James Ketrenos
2349M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002350P: Reinette Chatre
2351M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002352L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002353L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002354W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002355W: http://ipw2100.sourceforge.net
2356S: Supported
2357
2358INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002359P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002360M: yi.zhu@intel.com
2361P: James Ketrenos
2362M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002363P: Reinette Chatre
2364M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002365L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002366L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002367W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002368W: http://ipw2200.sourceforge.net
2369S: Supported
2370
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08002371INTEL WIRELESS WIMAX CONNECTION 2400
2372P: Inaky Perez-Gonzalez
2373M: inaky.perez-gonzalez@intel.com
2374M: linux-wimax@intel.com
2375L: wimax@linuxwimax.org
2376S: Supported
2377W: http://linuxwimax.org
2378
Zhu Yib481de92007-09-25 17:54:57 -07002379INTEL WIRELESS WIFI LINK (iwlwifi)
2380P: Zhu Yi
2381M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002382P: Reinette Chatre
2383M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002384L: linux-wireless@vger.kernel.org
2385L: ipw3945-devel@lists.sourceforge.net
2386W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002387T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002388S: Supported
2389
Ralf Baechlecb109a02007-08-30 23:56:30 -07002390IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002391P: Ralf Baechle
2392M: ralf@linux-mips.org
2393L: linux-mips@linux-mips.org
2394S: Maintained
2395
Ralf Baechlecb109a02007-08-30 23:56:30 -07002396IOC3 SERIAL DRIVER
2397P: Pat Gefre
2398M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002399L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002400S: Maintained
2401
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002402IP MASQUERADING
Linus Torvalds1da177e2005-04-16 15:20:36 -07002403P: Juanjo Ciarlante
2404M: jjciarla@raiz.uncu.edu.ar
2405S: Maintained
2406
Francois Romieu1202d6f2007-09-17 17:13:55 -07002407IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2408P: Francois Romieu
2409M: romieu@fr.zoreil.com
2410P: Sorbica Shieh
2411M: sorbica@icplus.com.tw
2412P: Jesse Huang
2413M: jesse@icplus.com.tw
2414L: netdev@vger.kernel.org
2415S: Maintained
2416
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002417IPATH DRIVER
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002418P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002419M: infinipath@qlogic.com
2420L: general@lists.openfabrics.org
2421T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002422S: Supported
2423
Corey Minyard4409ebe2006-04-20 02:43:12 -07002424IPMI SUBSYSTEM
2425P: Corey Minyard
2426M: minyard@acm.org
2427L: openipmi-developer@lists.sourceforge.net
2428W: http://openipmi.sourceforge.net/
2429S: Supported
2430
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002431IPS SCSI RAID DRIVER
2432P: Adaptec OEM Raid Solutions
2433M: aacraid@adaptec.com
2434L: linux-scsi@vger.kernel.org
2435W: http://www.adaptec.com/
2436S: Maintained
2437
2438IPVS
2439P: Wensong Zhang
2440M: wensong@linux-vs.org
2441P: Simon Horman
2442M: horms@verge.net.au
2443P: Julian Anastasov
2444M: ja@ssi.bg
Ralf Baechle979b6c12005-06-13 14:30:40 -07002445L: netdev@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002446L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447S: Maintained
2448
Randy Dunlape7839f22008-10-12 16:11:45 -07002449IPWIRELESS DRIVER
David Sterba099dc4f2008-02-07 10:57:12 +01002450P: Jiri Kosina
2451M: jkosina@suse.cz
2452P: David Sterba
2453M: dsterba@suse.cz
2454S: Maintained
2455T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2456
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002457IPX NETWORK LAYER
2458P: Arnaldo Carvalho de Melo
2459M: acme@ghostprotocols.net
2460L: netdev@vger.kernel.org
2461S: Maintained
2462
Linus Torvalds1da177e2005-04-16 15:20:36 -07002463IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002464P: Samuel Ortiz
2465M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002466L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002468S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002469
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002470ISAPNP
2471P: Jaroslav Kysela
2472M: perex@perex.cz
2473S: Maintained
2474
Mike Christie14816b12007-11-28 16:22:06 -08002475ISCSI
2476P: Mike Christie
2477M: michaelc@cs.wisc.edu
2478L: open-iscsi@googlegroups.com
2479W: www.open-iscsi.org
2480T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2481S: Maintained
2482
Linus Torvalds1da177e2005-04-16 15:20:36 -07002483ISDN SUBSYSTEM
2484P: Karsten Keil
Karsten Keilfbfd8b52009-03-01 18:04:53 +01002485M: isdn@linux-pingi.de
Paul Bolled5d52272008-04-15 00:40:48 -07002486L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002487W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002488T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002489S: Maintained
2490
2491ISDN SUBSYSTEM (Eicon active card driver)
2492P: Armin Schindler
2493M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002494L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002495W: http://www.melware.de
2496S: Maintained
2497
Hans Verkuil91821ff2007-12-02 09:35:33 -03002498IVTV VIDEO4LINUX DRIVER
2499P: Hans Verkuil
2500M: hverkuil@xs4all.nl
2501L: ivtv-devel@ivtvdriver.org
2502L: ivtv-users@ivtvdriver.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03002503L: linux-media@vger.kernel.org
2504T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Hans Verkuil91821ff2007-12-02 09:35:33 -03002505W: http://www.ivtvdriver.org
2506S: Maintained
2507
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002508JFS FILESYSTEM
2509P: Dave Kleikamp
2510M: shaggy@austin.ibm.com
2511L: jfs-discussion@lists.sourceforge.net
2512W: http://jfs.sourceforge.net/
2513T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2514S: Supported
2515
Guo-Fu Tseng95252232008-09-16 01:00:11 +08002516JME NETWORK DRIVER
2517P: Guo-Fu Tseng
2518M: cooldavid@cooldavid.org
2519L: netdev@vger.kernel.org
2520S: Maintained
2521
Linus Torvalds1da177e2005-04-16 15:20:36 -07002522JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2523P: David Woodhouse
2524M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002525L: linux-mtd@lists.infradead.org
2526W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002527S: Maintained
2528
Josh Triplettde456d32006-07-30 03:04:00 -07002529JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002530P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002531M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002532L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002533S: Maintained
2534
Rudolf Marek4660cb32006-10-08 22:01:26 +02002535K8TEMP HARDWARE MONITORING DRIVER
2536P: Rudolf Marek
2537M: r.marek@assembler.cz
2538L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002539S: Maintained
2540
2541KCONFIG
2542P: Roman Zippel
2543M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002544L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002545S: Maintained
2546
Vivek Goyalea6c2082006-05-20 14:59:55 -07002547KDUMP
2548P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002549M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002550P: Haren Myneni
2551M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002552L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002553L: linux-kernel@vger.kernel.org
2554W: http://lse.sourceforge.net/kdump/
2555S: Maintained
2556
Linus Torvalds1da177e2005-04-16 15:20:36 -07002557KERNEL AUTOMOUNTER (AUTOFS)
2558P: H. Peter Anvin
2559M: hpa@zytor.com
2560L: autofs@linux.kernel.org
2561S: Odd Fixes
2562
2563KERNEL AUTOMOUNTER v4 (AUTOFS4)
2564P: Ian Kent
2565M: raven@themaw.net
2566L: autofs@linux.kernel.org
2567S: Maintained
2568
2569KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002570P: Sam Ravnborg
2571M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002572T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2573T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002574L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002575S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002576
2577KERNEL JANITORS
2578P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002579L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002581S: Maintained
2582
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002583KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002584P: J. Bruce Fields
2585M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002586P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002587M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002588L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002589W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002590S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002591
Avi Kivity426d62e2006-12-13 00:34:03 -08002592KERNEL VIRTUAL MACHINE (KVM)
2593P: Avi Kivity
Avi Kivity9ea1de42008-09-19 19:25:30 -07002594M: avi@redhat.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002595L: kvm@vger.kernel.org
2596W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002597S: Supported
2598
Joerg Roedelad8003d2008-09-10 20:01:07 +02002599KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2600P: Joerg Roedel
2601M: joerg.roedel@amd.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002602L: kvm@vger.kernel.org
2603W: http://kvm.qumranet.com
2604S: Supported
2605
Hollis Blanchard513014b2008-04-16 23:28:08 -05002606KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2607P: Hollis Blanchard
2608M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002609L: kvm-ppc@vger.kernel.org
2610W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002611S: Supported
2612
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002613KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002614P: Xiantao Zhang
2615M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002616L: kvm-ia64@vger.kernel.org
2617W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002618S: Supported
2619
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002620KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2621P: Carsten Otte
2622M: cotte@de.ibm.com
2623P: Christian Borntraeger
2624M: borntraeger@de.ibm.com
2625M: linux390@de.ibm.com
2626L: linux-s390@vger.kernel.org
2627W: http://www.ibm.com/developerworks/linux/linux390/
2628S: Supported
2629
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002630KEXEC
2631P: Eric Biederman
2632M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002633W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002634L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002635L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002636S: Maintained
2637
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002638KGDB
2639P: Jason Wessel
2640M: jason.wessel@windriver.com
2641L: kgdb-bugreport@lists.sourceforge.net
2642S: Maintained
2643
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002644KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002645P: Ananth N Mavinakayanahalli
2646M: ananth@in.ibm.com
2647P: Anil S Keshavamurthy
2648M: anil.s.keshavamurthy@intel.com
2649P: David S. Miller
2650M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002651P: Masami Hiramatsu
2652M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002653L: linux-kernel@vger.kernel.org
2654S: Maintained
2655
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002656KS0108 LCD CONTROLLER DRIVER
2657P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002658M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002659L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002660W: http://miguelojeda.es/auxdisplay.htm
2661W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002662S: Maintained
2663
Linus Torvalds1da177e2005-04-16 15:20:36 -07002664LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002665L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002666S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002667
2668LASI 53c700 driver for PARISC
2669P: James E.J. Bottomley
2670M: James.Bottomley@HansenPartnership.com
2671L: linux-scsi@vger.kernel.org
2672S: Maintained
2673
Richard Purdie263de9b2006-05-15 09:44:16 -07002674LED SUBSYSTEM
2675P: Richard Purdie
2676M: rpurdie@rpsys.net
2677S: Maintained
2678
Linus Torvalds1da177e2005-04-16 15:20:36 -07002679LEGO USB Tower driver
2680P: Juergen Stuber
2681M: starblue@users.sourceforge.net
2682L: legousb-devel@lists.sourceforge.net
2683W: http://legousb.sourceforge.net/
2684S: Maintained
2685
Rusty Russell568a17f2007-10-25 14:12:24 +10002686LGUEST
2687P: Rusty Russell
2688M: rusty@rustcorp.com.au
2689L: lguest@ozlabs.org
2690W: http://lguest.ozlabs.org/
2691S: Maintained
2692
Linus Torvalds1da177e2005-04-16 15:20:36 -07002693LINUX FOR IBM pSERIES (RS/6000)
2694P: Paul Mackerras
2695M: paulus@au.ibm.com
2696W: http://www.ibm.com/linux/ltc/projects/ppc
2697S: Supported
2698
2699LINUX FOR NCR VOYAGER
2700P: James Bottomley
2701M: James.Bottomley@HansenPartnership.com
2702W: http://www.hansenpartnership.com/voyager
2703S: Maintained
2704
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002705LINUX FOR POWERPC (32-BIT AND 64-BIT)
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002706P: Benjamin Herrenschmidt
2707M: benh@kernel.crashing.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002708P: Paul Mackerras
2709M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002710W: http://www.penguinppc.org/
2711L: linuxppc-dev@ozlabs.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002712T: git kernel.org:/pub/scm/linux/kernel/git/benh/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002713S: Supported
2714
2715LINUX FOR POWER MACINTOSH
2716P: Benjamin Herrenschmidt
2717M: benh@kernel.crashing.org
2718W: http://www.penguinppc.org/
2719L: linuxppc-dev@ozlabs.org
2720S: Maintained
2721
Grant Likely77a76362008-07-12 12:11:43 -06002722LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002723P: Sylvain Munaut
2724M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002725P: Grant Likely
2726M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002727L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002728S: Maintained
2729
2730LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002731P: Josh Boyer
2732M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002733P: Matt Porter
2734M: mporter@kernel.crashing.org
2735W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002736L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002737T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002738S: Maintained
2739
Grant Likely260c02a2007-10-02 12:15:34 +10002740LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2741P: Grant Likely
2742M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002743W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002744L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002745S: Maintained
2746
Tom Rinie93adf12005-07-26 12:49:53 -07002747LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002748P: Vitaly Bordug
2749M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002750P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002751M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002752W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002753L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002754S: Maintained
2755
Linus Torvalds1da177e2005-04-16 15:20:36 -07002756LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002757P: Kumar Gala
2758M: galak@kernel.crashing.org
2759W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002760L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002761S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002762
Olof Johanssonab06ff32006-09-06 14:44:54 -05002763LINUX FOR POWERPC PA SEMI PWRFICIENT
2764P: Olof Johansson
2765M: olof@lixom.net
2766W: http://www.pasemi.com/
2767L: linuxppc-dev@ozlabs.org
2768S: Supported
2769
Linus Torvalds1da177e2005-04-16 15:20:36 -07002770LINUX SECURITY MODULE (LSM) FRAMEWORK
2771P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002772M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002773L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002774T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002775S: Supported
2776
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002777LLC (802.2)
2778P: Arnaldo Carvalho de Melo
2779M: acme@ghostprotocols.net
2780S: Maintained
2781
Pavel Machek455fbdd2008-11-12 13:27:02 -08002782LIS3LV02D ACCELEROMETER DRIVER
2783P: Eric Piel
2784M: eric.piel@tremplin-utc.net
2785S: Maintained
2786
Linus Torvalds1da177e2005-04-16 15:20:36 -07002787LM83 HARDWARE MONITOR DRIVER
2788P: Jean Delvare
2789M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002790L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002791S: Maintained
2792
2793LM90 HARDWARE MONITOR DRIVER
2794P: Jean Delvare
2795M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002796L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002797S: Maintained
2798
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002799LOCKDEP AND LOCKSTAT
2800P: Peter Zijlstra
2801M: peterz@infradead.org
2802P: Ingo Molnar
2803M: mingo@redhat.com
2804L: linux-kernel@vger.kernel.org
2805T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2806S: Maintained
2807
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002808LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002809P: Richard Russon (FlatCap)
2810M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002811L: linux-ntfs-dev@lists.sourceforge.net
2812W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002813S: Maintained
2814
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002815LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2816P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002817M: Eric.Moore@lsi.com
2818M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002819L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002820L: linux-scsi@vger.kernel.org
2821W: http://www.lsilogic.com/support
2822S: Supported
2823
Linus Torvalds1da177e2005-04-16 15:20:36 -07002824LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2825P: Matthew Wilcox
2826M: matthew@wil.cx
2827L: linux-scsi@vger.kernel.org
2828S: Maintained
2829
Mike Frysinger81365c32008-10-29 14:01:12 -07002830LTP (Linux Test Project)
2831P: Subrata Modak
2832M: subrata@linux.vnet.ibm.com
2833P: Mike Frysinger
2834M: vapier@gentoo.org
2835L: ltp-list@lists.sourceforge.net (subscribers-only)
2836W: http://ltp.sourceforge.net/
2837T: git kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
2838S: Maintained
2839
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002840M32R ARCHITECTURE
2841P: Hirokazu Takata
2842M: takata@linux-m32r.org
2843L: linux-m32r@ml.linux-m32r.org
2844L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2845W: http://www.linux-m32r.org/
2846S: Maintained
2847
Linus Torvalds1da177e2005-04-16 15:20:36 -07002848M68K ARCHITECTURE
2849P: Geert Uytterhoeven
2850M: geert@linux-m68k.org
2851P: Roman Zippel
2852M: zippel@linux-m68k.org
2853L: linux-m68k@lists.linux-m68k.org
2854W: http://www.linux-m68k.org/
Geert Uytterhoeven0e750aa2008-11-24 21:37:09 +01002855T: git git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002856S: Maintained
2857
2858M68K ON APPLE MACINTOSH
2859P: Joshua Thompson
2860M: funaho@jurai.org
2861W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002862L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002863S: Maintained
2864
2865M68K ON HP9000/300
2866P: Philip Blundell
2867M: philb@gnu.org
2868W: http://www.tazenda.demon.co.uk/phil/linux-hp
2869S: Maintained
2870
Jiri Benc64a327a2007-05-05 11:47:08 -07002871MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002872P: Johannes Berg
2873M: johannes@sipsolutions.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002874L: linux-wireless@vger.kernel.org
2875W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002876T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002877S: Maintained
2878
Stefano Brivio1036d862007-12-23 04:46:27 +01002879MAC80211 PID RATE CONTROL
2880P: Stefano Brivio
2881M: stefano.brivio@polimi.it
2882P: Mattias Nissler
2883M: mattias.nissler@gmx.de
2884L: linux-wireless@vger.kernel.org
2885W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2886T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2887S: Maintained
2888
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002889MACVLAN DRIVER
2890P: Patrick McHardy
2891M: kaber@trash.net
2892L: netdev@vger.kernel.org
2893S: Maintained
2894
Michael Kerriskfaf16682005-07-31 22:34:47 -07002895MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002896P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002897M: mtk.manpages@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02002898W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07002899L: linux-man@vger.kernel.org
Michael Kerrisk1b53dc72009-03-12 14:31:32 -07002900S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002901
Stefano Brivio74cda162007-11-19 20:27:46 +01002902MARVELL LIBERTAS WIRELESS DRIVER
2903P: Dan Williams
2904M: dcbw@redhat.com
2905L: libertas-dev@lists.infradead.org
2906S: Maintained
2907
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002908MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002909P: Lennert Buytenhek
2910M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002911L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002912S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002913
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002914MARVELL YUKON / SYSKONNECT DRIVER
2915P: Mirko Lindner
2916M: mlindner@syskonnect.de
2917P: Ralph Roesler
2918M: rroesler@syskonnect.de
2919W: http://www.syskonnect.com
2920S: Supported
2921
Linus Torvalds1da177e2005-04-16 15:20:36 -07002922MATROX FRAMEBUFFER DRIVER
2923P: Petr Vandrovec
2924M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002925L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002926S: Maintained
2927
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002928MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2929P: Hans J. Koch
2930M: hjk@linutronix.de
2931L: lm-sensors@lm-sensors.org
2932S: Maintained
2933
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002934MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002935P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002936M: megaraidlinux@lsi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002937L: linux-scsi@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002938W: http://megaraid.lsilogic.com
2939S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002940
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002941MEMORY MANAGEMENT
2942L: linux-mm@kvack.org
2943L: linux-kernel@vger.kernel.org
2944W: http://www.linux-mm.org
2945S: Maintained
2946
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002947MEMORY RESOURCE CONTROLLER
2948P: Balbir Singh
2949M: balbir@linux.vnet.ibm.com
2950P: Pavel Emelyanov
2951M: xemul@openvz.org
2952P: KAMEZAWA Hiroyuki
2953M: kamezawa.hiroyu@jp.fujitsu.com
2954L: linux-mm@kvack.org
2955L: linux-kernel@vger.kernel.org
2956S: Maintained
2957
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002958MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002959P: David Woodhouse
2960M: dwmw2@infradead.org
2961W: http://www.linux-mtd.infradead.org/
2962L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002963T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002964S: Maintained
2965
2966MICROTEK X6 SCANNER
2967P: Oliver Neukum
2968M: oliver@neukum.name
2969S: Maintained
2970
2971MIPS
2972P: Ralf Baechle
2973M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002974W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002975L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002976T: git www.linux-mips.org:/pub/scm/linux.git
2977S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002978
2979MISCELLANEOUS MCA-SUPPORT
2980P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002981M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002982L: linux-kernel@vger.kernel.org
2983S: Maintained
2984
2985MODULE SUPPORT
2986P: Rusty Russell
2987M: rusty@rustcorp.com.au
2988L: linux-kernel@vger.kernel.org
2989S: Maintained
2990
2991MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2992P: Stelian Pop
2993M: stelian@popies.net
2994W: http://popies.net/meye/
2995S: Maintained
2996
Pavel Pisac58ff042007-05-16 01:10:41 +02002997MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2998P: Pavel Pisa
2999M: ppisa@pikron.com
3000L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02003001S: Maintained
3002
Linus Torvalds1da177e2005-04-16 15:20:36 -07003003MOUSE AND MISC DEVICES [GENERAL]
3004P: Alessandro Rubini
3005M: rubini@ipvvis.unipv.it
3006L: linux-kernel@vger.kernel.org
3007S: Maintained
3008
Jiri Slabyb9705b62008-04-30 00:53:48 -07003009MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08003010P: Jiri Slaby
3011M: jirislaby@gmail.com
3012L: linux-kernel@vger.kernel.org
3013S: Maintained
3014
Lennart Poettering8c4c7312006-10-06 01:27:02 -04003015MSI LAPTOP SUPPORT
3016P: Lennart Poettering
3017M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08003018W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04003019W: http://0pointer.de/lennart/tchibo.html
3020S: Maintained
3021
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07003022MULTIFUNCTION DEVICES (MFD)
3023P: Samuel Ortiz
3024M: sameo@openedhand.com
3025L: linux-kernel@vger.kernel.org
3026S: Supported
3027
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02003028MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07003029P: Pierre Ossman
3030M: drzeus-mmc@drzeus.cx
3031L: linux-kernel@vger.kernel.org
3032S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01003033
David Brownell15a05802007-08-08 09:12:54 -07003034MULTIMEDIA CARD (MMC) ETC. OVER SPI
3035P: David Brownell
3036M: dbrownell@users.sourceforge.net
3037L: linux-kernel@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02003038S: Odd Fixes
David Brownell15a05802007-08-08 09:12:54 -07003039
Linus Torvalds1da177e2005-04-16 15:20:36 -07003040MULTISOUND SOUND DRIVER
3041P: Andrew Veliath
3042M: andrewtv@usa.net
3043S: Maintained
3044
Jiri Slabyd7354102006-12-08 02:38:35 -08003045MULTITECH MULTIPORT CARD (ISICOM)
3046P: Jiri Slaby
3047M: jirislaby@gmail.com
3048L: linux-kernel@vger.kernel.org
3049S: Maintained
3050
Felipe Balbi550a7372008-07-24 12:27:36 +03003051MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003052P: Felipe Balbi
3053M: felipe.balbi@nokia.com
3054L: linux-usb@vger.kernel.org
Felipe Balbib6a49b82008-11-24 13:06:51 +02003055T: git gitorious.org:/musb/mainline.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02003056S: Maintained
Felipe Balbi550a7372008-07-24 12:27:36 +03003057
Brice Goglin2d3cf582008-05-17 12:45:36 +02003058MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3059P: Andrew Gallatin
3060M: gallatin@myri.com
3061P: Brice Goglin
3062M: brice@myri.com
3063L: netdev@vger.kernel.org
3064W: http://www.myri.com/scs/download-Myri10GE.html
3065S: Supported
3066
Linus Torvalds1da177e2005-04-16 15:20:36 -07003067NATSEMI ETHERNET DRIVER (DP8381x)
Jean Delvare795fb7e2008-09-20 12:33:08 +02003068P: Tim Hockin
Linus Torvalds1da177e2005-04-16 15:20:36 -07003069M: thockin@hockin.org
3070S: Maintained
3071
3072NCP FILESYSTEM
3073P: Petr Vandrovec
3074M: vandrove@vc.cvut.cz
3075L: linware@sh.cvut.cz
3076S: Maintained
3077
3078NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3079P: James E.J. Bottomley
3080M: James.Bottomley@HansenPartnership.com
3081L: linux-scsi@vger.kernel.org
3082S: Maintained
3083
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003084NETEFFECT IWARP RNIC DRIVER (IW_NES)
3085P: Faisal Latif
Roland Dreier7b49d952008-10-16 15:39:14 -07003086M: faisal.latif@intel.com
Chien Tung5f625602008-05-26 15:23:32 -07003087P: Chien Tung
Roland Dreier7b49d952008-10-16 15:39:14 -07003088M: chien.tin.tung@intel.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003089L: general@lists.openfabrics.org
3090W: http://www.neteffect.com
3091S: Supported
3092F: drivers/infiniband/hw/nes/
3093
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003094NETEM NETWORK EMULATOR
3095P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003096M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07003097L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003098S: Maintained
3099
Jiri Slaby4a584482007-08-30 23:56:39 -07003100NETERION (S2IO) Xframe 10GbE DRIVER
3101P: Ramkrishna Vepa
3102M: ram.vepa@neterion.com
3103P: Rastapur Santosh
3104M: santosh.rastapur@neterion.com
3105P: Sivakumar Subramani
3106M: sivakumar.subramani@neterion.com
3107P: Sreenivasa Honnur
3108M: sreenivasa.honnur@neterion.com
3109L: netdev@vger.kernel.org
3110W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
3111S: Supported
3112
Linus Torvalds1da177e2005-04-16 15:20:36 -07003113NETFILTER/IPTABLES/IPCHAINS
3114P: Rusty Russell
3115P: Marc Boucher
3116P: James Morris
3117P: Harald Welte
3118P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07003119P: Patrick McHardy
3120M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07003121L: netfilter-devel@vger.kernel.org
3122L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07003123L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003124W: http://www.netfilter.org/
3125W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003126S: Supported
3127
Paul Moore4cc67732006-09-25 15:57:13 -07003128NETLABEL
3129P: Paul Moore
3130M: paul.moore@hp.com
3131W: http://netlabel.sf.net
3132L: netdev@vger.kernel.org
3133S: Supported
3134
Linus Torvalds1da177e2005-04-16 15:20:36 -07003135NETROM NETWORK LAYER
3136P: Ralf Baechle
3137M: ralf@linux-mips.org
3138L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003139W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003140S: Maintained
3141
Pavel Machek5ddb88c2006-09-29 02:01:29 -07003142NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003143P: Paul Clements
3144M: Paul.Clements@steeleye.com
3145S: Maintained
3146
3147NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003148P: Jeff Garzik
3149M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003150L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003151T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003152S: Maintained
3153
3154NETWORKING [GENERAL]
3155P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003156M: netdev@vger.kernel.org
3157L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003158W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003159S: Maintained
3160
3161NETWORKING [IPv4/IPv6]
3162P: David S. Miller
3163M: davem@davemloft.net
3164P: Alexey Kuznetsov
3165M: kuznet@ms2.inr.ac.ru
3166P: Pekka Savola (ipv6)
3167M: pekkas@netcore.fi
3168P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003169M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003170P: Hideaki YOSHIFUJI
3171M: yoshfuji@linux-ipv6.org
3172P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003173M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003174L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003175T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003176S: Maintained
3177
James Morris10e2ff12007-08-25 14:41:28 -07003178NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3179P: Paul Moore
3180M: paul.moore@hp.com
3181L: netdev@vger.kernel.org
3182S: Maintained
3183
John W. Linville29f8f632006-01-18 14:52:48 -08003184NETWORKING [WIRELESS]
3185P: John W. Linville
3186M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003187L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003188T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3189S: Maintained
3190
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003191NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003192P: Dhananjay Phadke
3193M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003194L: netdev@vger.kernel.org
3195W: http://www.netxen.com
3196S: Supported
3197
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003198NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003199P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003200M: Trond.Myklebust@netapp.com
3201L: linux-nfs@vger.kernel.org
3202W: http://client.linux-nfs.org
3203T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204S: Maintained
3205
3206NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003207P: Jan-Pascal van Best
3208M: janpascal@vanbest.org
3209P: Andreas Mohr
3210M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003211L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003212S: Maintained
3213
3214NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3215P: YOKOTA Hiroshi
3216M: yokota@netlab.is.tsukuba.ac.jp
3217W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3218S: Maintained
3219
3220NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3221P: GOTO Masanori
3222M: gotom@debian.or.jp
3223P: YOKOTA Hiroshi
3224M: yokota@netlab.is.tsukuba.ac.jp
3225W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3226S: Maintained
3227
Linus Torvalds1da177e2005-04-16 15:20:36 -07003228NTFS FILESYSTEM
3229P: Anton Altaparmakov
3230M: aia21@cantab.net
3231L: linux-ntfs-dev@lists.sourceforge.net
3232L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003233W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003234T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003235S: Maintained
3236
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003237NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003238P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003239M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003240L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003241S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003242
Bob Copeland0ad122d2008-07-25 19:45:18 -07003243OMFS FILESYSTEM
3244P: Bob Copeland
3245M: me@bobcopeland.com
3246L: linux-karma-devel@lists.sourceforge.net
3247S: Maintained
3248
Harald Weltec1986ee2005-11-13 16:06:29 -08003249OMNIKEY CARDMAN 4000 DRIVER
3250P: Harald Welte
3251M: laforge@gnumonks.org
3252S: Maintained
3253
Harald Welte77c44ab2005-11-13 16:06:26 -08003254OMNIKEY CARDMAN 4040 DRIVER
3255P: Harald Welte
3256M: laforge@gnumonks.org
3257S: Maintained
3258
Jonathan Corbet77d51402007-03-22 19:44:17 -03003259OMNIVISION OV7670 SENSOR DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003260P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03003261M: corbet@lwn.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003262L: linux-media@vger.kernel.org
3263T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03003264S: Maintained
3265
Thomas Gleixner431bca72007-05-02 09:31:35 +02003266ONENAND FLASH DRIVER
3267P: Kyungmin Park
3268M: kyungmin.park@samsung.com
3269L: linux-mtd@lists.infradead.org
3270S: Maintained
3271
Linus Torvalds1da177e2005-04-16 15:20:36 -07003272ONSTREAM SCSI TAPE DRIVER
3273P: Willem Riede
3274M: osst@riede.org
3275L: osst-users@lists.sourceforge.net
3276L: linux-scsi@vger.kernel.org
3277S: Maintained
3278
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003279OPENCORES I2C BUS DRIVER
3280P: Peter Korsgaard
3281M: jacmet@sunsite.dk
Jean Delvare846557d2008-10-30 15:55:47 +01003282L: linux-i2c@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003283S: Maintained
3284
Linus Torvalds1da177e2005-04-16 15:20:36 -07003285OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003286P: Robert Richter
3287M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003288L: oprofile-list@lists.sf.net
3289S: Maintained
3290
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003291ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3292P: Mark Fasheh
3293M: mfasheh@suse.com
3294P: Joel Becker
3295M: joel.becker@oracle.com
3296L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3297W: http://oss.oracle.com/projects/ocfs2/
3298T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3299S: Supported
3300
Linus Torvalds1da177e2005-04-16 15:20:36 -07003301ORINOCO DRIVER
3302P: Pavel Roskin
3303M: proski@gnu.org
3304P: David Gibson
3305M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003306L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003307L: orinoco-users@lists.sourceforge.net
3308L: orinoco-devel@lists.sourceforge.net
3309W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003310S: Maintained
3311
Boaz Harrosh68274792009-01-25 17:24:14 +02003312OSD LIBRARY
3313P: Boaz Harrosh
3314M: bharrosh@panasas.com
3315P: Benny Halevy
3316M: bhalevy@panasas.com
3317L: osd-dev@open-osd.org
3318W: http://open-osd.org
3319T: git://git.open-osd.org/open-osd.git
3320S: Maintained
3321
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003322P54 WIRELESS DRIVER
3323P: Michael Wu
3324M: flamingice@sourmilk.net
3325L: linux-wireless@vger.kernel.org
3326W: http://prism54.org
3327T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3328S: Maintained
3329
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003330PA SEMI ETHERNET DRIVER
3331P: Olof Johansson
3332M: olof@lixom.net
3333L: netdev@vger.kernel.org
3334S: Maintained
3335
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003336PA SEMI SMBUS DRIVER
3337P: Olof Johansson
3338M: olof@lixom.net
Jean Delvare846557d2008-10-30 15:55:47 +01003339L: linux-i2c@vger.kernel.org
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003340S: Maintained
3341
Harald Welte709ee532008-09-23 17:46:57 +02003342PANASONIC LAPTOP ACPI EXTRAS DRIVER
3343P: Harald Welte
3344M: laforge@gnumonks.org
3345S: Maintained
3346
David Howells4fa97182008-10-13 10:42:44 +01003347PANASONIC MN10300/AM33 PORT
3348P: David Howells
3349M: dhowells@redhat.com
3350P: Koichi Yasutake
3351M: yasutake.koichi@jp.panasonic.com
3352L: linux-am33-list@redhat.com (moderated for non-subscribers)
3353W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3354S: Maintained
3355
Linus Torvalds1da177e2005-04-16 15:20:36 -07003356PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003357L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003358S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003359
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003360PARAVIRT_OPS INTERFACE
3361P: Jeremy Fitzhardinge
3362M: jeremy@xensource.com
3363P: Chris Wright
3364M: chrisw@sous-sol.org
Zachary Amsden8cbb5bc2009-02-20 11:27:46 -08003365P: Alok Kataria
3366M: akataria@vmware.com
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003367P: Rusty Russell
3368M: rusty@rustcorp.com.au
3369L: virtualization@lists.osdl.org
3370L: linux-kernel@vger.kernel.org
3371S: Supported
3372
Linus Torvalds1da177e2005-04-16 15:20:36 -07003373PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3374P: Tim Waugh
3375M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003376L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003377W: http://www.torque.net/linux-pp.html
3378S: Maintained
3379
3380PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003381P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003382M: kyle@mcmartin.ca
Grant Grundler763461192008-12-01 00:21:35 -07003383P: Helge Deller
3384M: deller@gmx.de
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003385L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003386W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003387T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003388S: Maintained
3389
Jim Cromie1662d322006-10-06 00:43:59 -07003390PC87360 HARDWARE MONITORING DRIVER
3391P: Jim Cromie
3392M: jim.cromie@gmail.com
3393L: lm-sensors@lm-sensors.org
3394S: Maintained
3395
3396PC8736x GPIO DRIVER
3397P: Jim Cromie
3398M: jim.cromie@gmail.com
3399S: Maintained
3400
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003401PCI ERROR RECOVERY
3402P: Linas Vepstas
3403M: linas@austin.ibm.com
3404L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003405L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003406S: Supported
3407
Linus Torvalds1da177e2005-04-16 15:20:36 -07003408PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003409P: Jesse Barnes
3410M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003411L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003412L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003413T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003414S: Supported
3415
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003416PCIE HOTPLUG DRIVER
3417P: Kristen Carlson Accardi
3418M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003419L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003420S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003421
Linus Torvalds1da177e2005-04-16 15:20:36 -07003422PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003423P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003424L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003425W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003426T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003427S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003428
3429PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003430P: Don Fry
3431M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003432L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003433S: Maintained
3434
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003435PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003436P: Balbir Singh
3437M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003438L: linux-kernel@vger.kernel.org
3439S: Maintained
3440
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003441PERSONALITY HANDLING
3442P: Christoph Hellwig
3443M: hch@infradead.org
3444L: linux-abi-devel@lists.sourceforge.net
3445S: Maintained
3446
Linus Torvalds1da177e2005-04-16 15:20:36 -07003447PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003448P: Joern Engel
3449M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003450L: linux-mtd@lists.infradead.org
3451S: Maintained
3452
Peter Osterlund249a6772005-09-27 21:45:30 -07003453PKTCDVD DRIVER
3454P: Peter Osterlund
3455M: petero2@telia.com
3456L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003457S: Maintained
3458
Linus Torvalds1da177e2005-04-16 15:20:36 -07003459POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003460P: Thomas Gleixner
3461M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003462L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003463S: Supported
3464
Anton Vorontsov3be86142007-07-15 04:43:36 +04003465POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3466P: Anton Vorontsov
3467M: cbou@mail.ru
3468P: David Woodhouse
3469M: dwmw2@infradead.org
3470L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003471T: git git.infradead.org/battery-2.6.git
3472S: Maintained
3473
Linus Torvalds1da177e2005-04-16 15:20:36 -07003474PNP SUPPORT
3475P: Adam Belay
Bjorn Helgaas2d59f6a2008-08-01 10:01:12 -06003476M: abelay@mit.edu
3477P: Bjorn Helgaas
3478M: bjorn.helgaas@hp.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003479S: Maintained
3480
Vitaly Wool999445d2007-01-04 13:07:03 +01003481PNXxxxx I2C DRIVER
3482P: Vitaly Wool
3483M: vitalywool@gmail.com
Jean Delvare846557d2008-10-30 15:55:47 +01003484L: linux-i2c@vger.kernel.org
Vitaly Wool999445d2007-01-04 13:07:03 +01003485S: Maintained
3486
Linus Torvalds1da177e2005-04-16 15:20:36 -07003487PPP PROTOCOL DRIVERS AND COMPRESSORS
3488P: Paul Mackerras
3489M: paulus@samba.org
3490L: linux-ppp@vger.kernel.org
3491S: Maintained
3492
3493PPP OVER ATM (RFC 2364)
3494P: Mitchell Blank Jr
3495M: mitch@sfgoth.com
3496S: Maintained
3497
3498PPP OVER ETHERNET
3499P: Michal Ostrowski
Chris Wright5e70b7f2008-06-09 16:07:28 -07003500M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003501S: Maintained
3502
James Chapmana6d23702007-06-27 15:53:17 -07003503PPP OVER L2TP
3504P: James Chapman
3505M: jchapman@katalix.com
3506S: Maintained
3507
Linus Torvalds1da177e2005-04-16 15:20:36 -07003508PREEMPTIBLE KERNEL
3509P: Robert Love
3510M: rml@tech9.net
3511L: linux-kernel@vger.kernel.org
3512L: kpreempt-tech@lists.sourceforge.net
3513W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3514S: Supported
3515
3516PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003517P: Luis R. Rodriguez
3518M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003519L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003520W: http://prism54.org
3521S: Maintained
3522
3523PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3524P: Peter Denison
3525M: promise@pnd-pc.demon.co.uk
3526W: http://www.pnd-pc.demon.co.uk/promise/
3527S: Maintained
3528
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003529PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3530P: Mikael Pettersson
3531M: mikpe@it.uu.se
3532L: linux-ide@vger.kernel.org
3533S: Maintained
3534
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003535PS3 NETWORK SUPPORT
3536P: Masakazu Mokuno
3537M: mokuno@sm.sony.co.jp
3538L: netdev@vger.kernel.org
3539L: cbe-oss-dev@ozlabs.org
3540S: Supported
3541
Geoff Levandf58a9d12006-11-23 00:46:51 +01003542PS3 PLATFORM SUPPORT
3543P: Geoff Levand
3544M: geoffrey.levand@am.sony.com
3545L: linuxppc-dev@ozlabs.org
3546L: cbe-oss-dev@ozlabs.org
3547S: Supported
3548
Jim Pariscffb4add2009-01-06 11:32:10 +00003549PS3VRAM DRIVER
3550P: Jim Paris
3551M: jim@jtan.com
3552L: cbe-oss-dev@ozlabs.org
3553S: Maintained
3554
Michael Krufky83202042006-07-03 00:24:18 -07003555PVRUSB2 VIDEO4LINUX DRIVER
3556P: Mike Isely
3557M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003558L: pvrusb2@isely.net (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003559L: linux-media@vger.kernel.org
Michael Krufky83202042006-07-03 00:24:18 -07003560W: http://www.isely.net/pvrusb2/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003561T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Michael Krufky83202042006-07-03 00:24:18 -07003562S: Maintained
3563
Eric Miao30ec2612008-06-12 15:21:41 -07003564PXA2xx/PXA3xx SUPPORT
3565P: Eric Miao
3566M: eric.miao@marvell.com
3567P: Russell King
3568M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003569L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003570S: Maintained
3571
Eric Miaoa6bb4ba2009-02-19 21:13:21 +08003572PXA168 SUPPORT
3573P: Eric Miao
3574M: eric.miao@marvell.com
3575P: Jason Chagas
3576M: jason.chagas@marvell.com
3577L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3578T: git kernel.org:/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
3579S: Supported
3580
Eric Miao5fa82eb2009-03-20 12:52:24 +08003581PXA910 SUPPORT
3582P: Eric Miao
3583M: eric.miao@marvell.com
3584L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3585T: git kernel.org:/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
3586S: Supported
3587
Pierre Ossman272f1332007-05-14 21:25:26 +02003588PXA MMCI DRIVER
3589S: Orphan
3590
Robert Jarzmik57f63bc2009-02-11 13:04:19 -08003591PXA RTC DRIVER
3592P: Robert Jarzmik
3593M: robert.jarzmik@free.fr
3594L: rtc-linux@googlegroups.com
3595S: Maintained
3596
Linus Torvalds1da177e2005-04-16 15:20:36 -07003597QLOGIC QLA2XXX FC-SCSI DRIVER
3598P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003599M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003600L: linux-scsi@vger.kernel.org
3601S: Supported
3602
Ron Mercer5a4faa82006-07-25 00:40:21 -07003603QLOGIC QLA3XXX NETWORK DRIVER
3604P: Ron Mercer
3605M: linux-driver@qlogic.com
3606L: netdev@vger.kernel.org
3607S: Supported
3608
Ron Mercerc4e84bd2008-09-18 11:56:28 -04003609QLOGIC QLGE 10Gb ETHERNET DRIVER
3610P: Ron Mercer
3611M: linux-driver@qlogic.com
3612M: ron.mercer@qlogic.com
3613L: netdev@vger.kernel.org
3614S: Supported
3615
Linus Torvalds1da177e2005-04-16 15:20:36 -07003616QNX4 FILESYSTEM
3617P: Anders Larsen
3618M: al@alarsen.net
3619L: linux-kernel@vger.kernel.org
3620W: http://www.alarsen.net/linux/qnx4fs/
3621S: Maintained
3622
3623RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003624P: Benjamin Herrenschmidt
3625M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003626L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003627S: Maintained
3628
3629RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003630P: Paul Mackerras
3631M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003632L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003633S: Maintained
3634
Randy Dunlape7839f22008-10-12 16:11:45 -07003635RALINK RT2X00 WIRELESS LAN DRIVER
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003636P: rt2x00 project
3637L: linux-wireless@vger.kernel.org
Ivo van Doorn6d5eaaf2009-03-17 11:29:19 +01003638L: users@rt2x00.serialmonkey.com
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003639W: http://rt2x00.serialmonkey.com/
3640S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003641T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003642F: drivers/net/wireless/rt2x00/
3643
Nick Piggin9db55792008-02-08 04:19:49 -08003644RAMDISK RAM BLOCK DEVICE DRIVER
3645P: Nick Piggin
3646M: npiggin@suse.de
3647S: Maintained
3648
Matt Mackall9e95ce22005-04-16 15:25:56 -07003649RANDOM NUMBER DRIVER
3650P: Matt Mackall
3651M: mpm@selenic.com
3652S: Maintained
3653
Matt Porter394b7012005-11-07 01:00:15 -08003654RAPIDIO SUBSYSTEM
3655P: Matt Porter
3656M: mporter@kernel.crashing.org
3657L: linux-kernel@vger.kernel.org
3658S: Maintained
3659
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003660RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3661P: Corey Thomas
3662M: coreythomas@charter.net
3663L: linux-wireless@vger.kernel.org
3664S: Maintained
3665
3666RCUTORTURE MODULE
3667P: Josh Triplett
3668M: josh@freedesktop.org
3669L: linux-kernel@vger.kernel.org
3670S: Maintained
3671
Florian Fainellic1f766b2008-02-06 22:39:44 +01003672RDC R-321X SoC
3673P: Florian Fainelli
3674M: florian.fainelli@telecomint.eu
3675L: linux-kernel@vger.kernel.org
3676S: Maintained
3677
Florian Fainellidb17f392007-12-19 11:30:30 +01003678RDC R6040 FAST ETHERNET DRIVER
3679P: Florian Fainelli
3680M: florian.fainelli@telecomint.eu
3681L: netdev@vger.kernel.org
3682S: Maintained
3683
Andy Grovera09ed662009-02-24 15:30:41 +00003684RDS - RELIABLE DATAGRAM SOCKETS
3685P: Andy Grover
3686M: andy.grover@oracle.com
3687L: rds-devel@oss.oracle.com
3688S: Supported
3689
Josh Triplett595182b2006-10-04 02:17:21 -07003690READ-COPY UPDATE (RCU)
3691P: Dipankar Sarma
3692M: dipankar@in.ibm.com
3693W: http://www.rdrop.com/users/paulmck/rclock/
3694L: linux-kernel@vger.kernel.org
3695S: Supported
3696
Linus Torvalds1da177e2005-04-16 15:20:36 -07003697REAL TIME CLOCK DRIVER
3698P: Paul Gortmaker
3699M: p_gortmaker@yahoo.com
3700L: linux-kernel@vger.kernel.org
3701S: Maintained
3702
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003703REAL TIME CLOCK (RTC) SUBSYSTEM
3704P: Alessandro Zummo
3705M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003706L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003707S: Maintained
3708
Linus Torvalds1da177e2005-04-16 15:20:36 -07003709REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003710L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003711S: Supported
3712
Ivo van Doorne08976452008-04-12 19:23:55 +02003713RFKILL
3714P: Ivo van Doorn
3715M: IvDoorn@gmail.com
3716L: netdev@vger.kernel.org
3717S: Maintained
3718F: net/rfkill
3719
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003720RISCOM8 DRIVER
3721S: Orphan
3722
Linus Torvalds1da177e2005-04-16 15:20:36 -07003723ROCKETPORT DRIVER
3724P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003725W: http://www.comtrol.com
3726S: Maintained
3727
3728ROSE NETWORK LAYER
3729P: Ralf Baechle
3730M: ralf@linux-mips.org
3731L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003732W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003733S: Maintained
3734
Larry Finger59840482008-11-12 17:13:09 -06003735RTL8180 WIRELESS DRIVER
John W. Linville96dd6032008-11-12 14:51:56 -05003736P: John W. Linville
3737M: linville@tuxdriver.com
Michael Wu605bebe2007-05-14 01:41:02 -04003738L: linux-wireless@vger.kernel.org
3739W: http://linuxwireless.org/
John W. Linville96dd6032008-11-12 14:51:56 -05003740T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
Michael Wu605bebe2007-05-14 01:41:02 -04003741S: Maintained
3742
Larry Finger59840482008-11-12 17:13:09 -06003743RTL8187 WIRELESS DRIVER
3744P: Herton Ronaldo Krzesinski
3745M: herton@mandriva.com.br
3746P: Hin-Tak Leung
3747M htl10@users.sourceforge.net
3748P: Larry Finger
3749M: Larry.Finger@lwfinger.net
3750L: linux-wireless@vger.kernel.org
3751W: http://linuxwireless.org/
3752T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
3753S: Maintained
3754
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003755S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003756P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003757M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003758L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003759S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003760
Linus Torvalds1da177e2005-04-16 15:20:36 -07003761S390
3762P: Martin Schwidefsky
3763M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003764P: Heiko Carstens
3765M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003766M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003767L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003768W: http://www.ibm.com/developerworks/linux/linux390/
3769S: Supported
3770
3771S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003772P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003773M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003774P: Frank Blaschka
3775M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003776M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003777L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003778W: http://www.ibm.com/developerworks/linux/linux390/
3779S: Supported
3780
Felix Beckfeed9b62009-03-26 15:24:23 +01003781S390 ZCRYPT DRIVER
3782P: Felix Beck
3783M: felix.beck@de.ibm.com
3784P: Ralph Wuerthner
3785M: ralph.wuerthner@de.ibm.com
3786M: linux390@de.ibm.com
3787L: linux-s390@vger.kernel.org
3788S: Supported
3789
Heiko Carstens5238da42006-02-11 17:56:01 -08003790S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003791P: Christof Schmitt
3792M: christof.schmitt@de.ibm.com
3793P: Martin Peschke
3794M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003795M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003796L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003797W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003798S: Supported
3799
Ursula Braundd96df22007-09-19 13:09:02 +02003800S390 IUCV NETWORK LAYER
3801P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003802M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003803M: linux390@de.ibm.com
3804L: linux-s390@vger.kernel.org
3805W: http://www.ibm.com/developerworks/linux/linux390/
3806S: Supported
3807
Ben Dooks4dde7f72008-06-30 22:40:38 +01003808S3C24XX SD/MMC Driver
3809P: Ben Dooks
3810M: ben-linux@fluff.org
3811L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3812L: linux-kernel@vger.kernel.org
3813S: Supported
3814
Linus Torvalds1da177e2005-04-16 15:20:36 -07003815SAA7146 VIDEO4LINUX-2 DRIVER
3816P: Michael Hunold
3817M: michael@mihu.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003818L: linux-media@vger.kernel.org
3819T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003820W: http://www.mihu.de/linux/saa7146
3821S: Maintained
3822
Linus Torvalds1da177e2005-04-16 15:20:36 -07003823SC1200 WDT DRIVER
3824P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003825M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003826S: Maintained
3827
3828SCHEDULER
3829P: Ingo Molnar
3830M: mingo@elte.hu
3831P: Robert Love [the preemptible kernel bits]
3832M: rml@tech9.net
3833L: linux-kernel@vger.kernel.org
3834S: Maintained
3835
3836SCSI CDROM DRIVER
3837P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003838M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003839L: linux-scsi@vger.kernel.org
3840W: http://www.kernel.dk
3841S: Maintained
3842
3843SCSI SG DRIVER
3844P: Doug Gilbert
3845M: dgilbert@interlog.com
3846L: linux-scsi@vger.kernel.org
3847W: http://www.torque.net/sg
3848S: Maintained
3849
3850SCSI SUBSYSTEM
3851P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003852M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003853L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003854T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003855T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3856T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003857S: Maintained
3858
3859SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003860P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003861M: Kai.Makisara@kolumbus.fi
3862L: linux-scsi@vger.kernel.org
3863S: Maintained
3864
3865SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003866P: Vlad Yasevich
3867M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003868P: Sridhar Samudrala
3869M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003870L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003871W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003872S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003873
3874SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003875P: Jim Cromie
3876M: jim.cromie@gmail.com
3877S: Odd Fixes
3878
3879SCx200 GPIO DRIVER
3880P: Jim Cromie
3881M: jim.cromie@gmail.com
3882S: Maintained
3883
3884SCx200 HRT CLOCKSOURCE DRIVER
3885P: Jim Cromie
3886M: jim.cromie@gmail.com
3887S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003888
Sascha Sommer6a369132008-07-15 14:21:29 +02003889SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3890P: Sascha Sommer
3891M: saschasommer@freenet.de
3892L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3893S: Maintained
3894
Randy Dunlape7839f22008-10-12 16:11:45 -07003895SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003896P: Pierre Ossman
3897M: drzeus-sdhci@drzeus.cx
3898L: sdhci-devel@list.drzeus.cx
3899S: Maintained
3900
James Morris8711cca2008-12-04 03:19:45 +11003901SECURITY SUBSYSTEM
3902F: security/
3903P: James Morris
3904M: jmorris@namei.org
3905L: linux-kernel@vger.kernel.org
3906L: linux-security-module@vger.kernel.org (suggested Cc:)
3907T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
James Morrisc8334dc2009-01-07 20:06:18 +11003908W: http://security.wiki.kernel.org/
James Morris8711cca2008-12-04 03:19:45 +11003909S: Supported
3910
Linus Torvalds1da177e2005-04-16 15:20:36 -07003911SECURITY CONTACT
3912P: Security Officers
3913M: security@kernel.org
3914S: Supported
3915
3916SELINUX SECURITY MODULE
3917P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003918M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003919P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003920M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003921P: Eric Paris
3922M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003923L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003924L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Stephen Smalleyf0589252008-09-11 09:20:26 -04003925W: http://selinuxproject.org
3926T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003927S: Supported
3928
Jiri Slabycef2cf02007-05-08 00:31:45 -07003929SENSABLE PHANTOM
3930P: Jiri Slaby
3931M: jirislaby@gmail.com
3932S: Maintained
3933
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003934SERIAL ATA (SATA) SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07003935P: Jeff Garzik
3936M: jgarzik@pobox.com
3937L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003938T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003939S: Supported
3940
Sathya Perla6b7c5b92009-03-11 23:32:03 -07003941SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
3942P: Sathya Perla
3943M: sathyap@serverengines.com
3944P: Subbu Seetharaman
3945M: subbus@serverengines.com
3946L: netdev@vger.kernel.org
3947W: http://www.serverengines.com
3948S: Supported
3949
Ben Hutchings8ceee662008-04-27 12:55:59 +01003950SFC NETWORK DRIVER
3951P: Steve Hodgson
3952P: Ben Hutchings
3953P: Robert Stonehouse
3954M: linux-net-drivers@solarflare.com
3955S: Supported
3956
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003957SGI GRU DRIVER
3958P: Jack Steiner
3959M: steiner@sgi.com
3960S: Maintained
3961
3962SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3963P: Pat Gefre
3964M: pfg@sgi.com
3965L: linux-ia64@vger.kernel.org
3966S: Supported
3967
Linus Torvalds1da177e2005-04-16 15:20:36 -07003968SGI VISUAL WORKSTATION 320 AND 540
3969P: Andrey Panin
3970M: pazke@donpac.ru
3971L: linux-visws-devel@lists.sf.net
3972W: http://linux-visws.sf.net
3973S: Maintained for 2.6.
3974
Jack Steiner75312612008-08-15 00:40:42 -07003975SGI XP/XPC/XPNET DRIVER
3976P: Dean Nelson
3977M: dcn@sgi.com
3978S: Maintained
3979
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003980SHARP LH SUPPORT (LH7952X & LH7A40X)
3981P: Marc Singer
3982M: elf@buici.com
3983W: http://projects.buici.com/arm
3984L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3985S: Maintained
3986
3987SHPC HOTPLUG DRIVER
3988P: Kristen Carlson Accardi
3989M: kristen.c.accardi@intel.com
3990L: linux-pci@vger.kernel.org
3991S: Supported
3992
Linus Torvalds1da177e2005-04-16 15:20:36 -07003993SIMTEC EB110ATX (Chalice CATS)
3994P: Ben Dooks
3995P: Vincent Sanders
3996M: support@simtec.co.uk
3997W: http://www.simtec.co.uk/products/EB110ATX/
3998S: Supported
3999
4000SIMTEC EB2410ITX (BAST)
4001P: Ben Dooks
4002P: Vincent Sanders
4003M: support@simtec.co.uk
4004W: http://www.simtec.co.uk/products/EB2410ITX/
4005S: Supported
4006
Francois Romieu92aab3c2005-07-30 13:11:18 +02004007SIS 190 ETHERNET DRIVER
4008P: Francois Romieu
4009M: romieu@fr.zoreil.com
4010L: netdev@vger.kernel.org
4011S: Maintained
4012
Linus Torvalds1da177e2005-04-16 15:20:36 -07004013SIS 900/7016 FAST ETHERNET DRIVER
4014P: Daniele Venzano
4015M: venza@brownhat.org
4016W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07004017L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004018S: Maintained
4019
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004020SIS 96X I2C/SMBUS DRIVER
4021P: Mark M. Hoffman
4022M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01004023L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004024S: Maintained
4025
Linus Torvalds1da177e2005-04-16 15:20:36 -07004026SIS FRAMEBUFFER DRIVER
4027P: Thomas Winischhofer
4028M: thomas@winischhofer.net
4029W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004030S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004031
4032SIS USB2VGA DRIVER
4033P: Thomas Winischhofer
4034M: thomas@winischhofer.net
4035W: http://www.winischhofer.at/linuxsisusbvga.shtml
4036S: Maintained
4037
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004038SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
4039P: Stephen Hemminger
4040M: shemminger@linux-foundation.org
4041L: netdev@vger.kernel.org
4042S: Maintained
4043
Christoph Lameter415ad262007-07-26 10:40:56 -07004044SLAB ALLOCATOR
4045P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07004046M: cl@linux-foundation.org
Christoph Lameter415ad262007-07-26 10:40:56 -07004047P: Pekka Enberg
4048M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02004049P: Matt Mackall
4050M: mpm@selenic.com
Christoph Lameter415ad262007-07-26 10:40:56 -07004051L: linux-mm@kvack.org
4052S: Maintained
4053
Linus Torvalds1da177e2005-04-16 15:20:36 -07004054SMC91x ETHERNET DRIVER
4055P: Nicolas Pitre
4056M: nico@cam.org
4057S: Maintained
4058
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004059SMSC47B397 HARDWARE MONITOR DRIVER
4060P: Mark M. Hoffman
4061M: mhoffman@lightlink.com
4062L: lm-sensors@lm-sensors.org
4063S: Maintained
4064
Steve Glendinningfd9abb32008-11-05 00:35:37 +00004065SMSC911x ETHERNET DRIVER
4066P: Steve Glendinning
4067M: steve.glendinning@smsc.com
4068L: netdev@vger.kernel.org
4069S: Supported
4070
Steve Glendinning2cb37722008-12-11 20:54:30 -08004071SMSC9420 PCI ETHERNET DRIVER
4072P: Steve Glendinning
4073M: steve.glendinning@smsc.com
4074L: netdev@vger.kernel.org
4075S: Supported
4076
Ben Nizetteb54f2862008-03-13 22:27:30 +11004077SMX UIO Interface
4078P: Ben Nizette
4079M: bn@niasdigital.com
4080S: Maintained
4081
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004082SN-IA64 (Itanium) SUB-PLATFORM
4083P: Jes Sorensen
4084M: jes@sgi.com
4085L: linux-altix@sgi.com
4086L: linux-ia64@vger.kernel.org
4087W: http://www.sgi.com/altix
4088S: Maintained
4089
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03004090SOC-CAMERA V4L2 SUBSYSTEM
Jean Delvare795fb7e2008-09-20 12:33:08 +02004091P: Guennadi Liakhovetski
4092M: g.liakhovetski@gmx.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004093L: linux-media@vger.kernel.org
4094T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02004095S: Maintained
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03004096
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004097SOEKRIS NET48XX LED SUPPORT
4098P: Chris Boot
4099M: bootc@bootc.net
4100S: Maintained
4101
Linus Torvalds1da177e2005-04-16 15:20:36 -07004102SOFTWARE RAID (Multiple Disks) SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07004103P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08004104M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004105L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08004106S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004107
Linus Torvalds1da177e2005-04-16 15:20:36 -07004108SONIC NETWORK DRIVER
4109P: Thomas Bogendoerfer
4110M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07004111L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004112S: Maintained
4113
Michael Buesch61e115a2007-09-18 15:12:50 -04004114SONICS SILICON BACKPLANE DRIVER (SSB)
4115P: Michael Buesch
4116M: mb@bu3sch.de
4117L: netdev@vger.kernel.org
4118S: Maintained
4119
Linus Torvalds1da177e2005-04-16 15:20:36 -07004120SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01004121P: Mattia Dongili
4122M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01004123L: linux-acpi@vger.kernel.org
4124W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07004125S: Maintained
4126
Alex Dubovbaf85322008-02-09 10:20:54 -08004127SONY MEMORYSTICK CARD SUPPORT
4128P: Alex Dubov
4129M: oakad@yahoo.com
4130L: linux-kernel@vger.kernel.org
4131W: http://tifmxx.berlios.de/
4132S: Maintained
4133
Linus Torvalds1da177e2005-04-16 15:20:36 -07004134SOUND
4135P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02004136M: perex@perex.cz
Takashi Iwai281712f2008-08-19 13:10:04 +02004137P: Takashi Iwai
4138M: tiwai@suse.de
Takashi Iwai82622042007-04-16 12:32:52 +02004139L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004140S: Maintained
4141
Mark Brownbd903bd2008-11-19 19:16:05 +00004142SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004143P: Liam Girdwood
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004144M: lrg@slimlogic.co.uk
Mark Brown2cad0ad2008-01-10 14:33:07 +01004145P: Mark Brown
4146M: broonie@opensource.wolfsonmicro.com
4147T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02004148L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004149W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004150S: Supported
4151
Sam Ravnborg473321f2009-01-04 15:47:49 -08004152SPARC + UltraSPARC (sparc/sparc64)
4153P: David S. Miller
4154M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004155L: sparclinux@vger.kernel.org
Sam Ravnborg473321f2009-01-04 15:47:49 -08004156T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4157T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004158S: Maintained
4159
4160SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4161P: Roger Wolff
4162M: R.E.Wolff@BitWizard.nl
4163L: linux-kernel@vger.kernel.org ?
4164S: Supported
4165
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004166SPI SUBSYSTEM
4167P: David Brownell
4168M: dbrownell@users.sourceforge.net
4169L: spi-devel-general@lists.sourceforge.net
4170S: Maintained
4171
Jim Lewis2752e402006-09-29 02:01:19 -07004172SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01004173P: Ishizaki Kou
4174M: kou.ishizaki@toshiba.co.jp
4175P: Jens Osterkamp
4176M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07004177L: netdev@vger.kernel.org
4178S: Supported
4179
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004180SPU FILE SYSTEM
4181P: Jeremy Kerr
4182M: jk@ozlabs.org
4183L: linuxppc-dev@ozlabs.org
4184L: cbe-oss-dev@ozlabs.org
4185W: http://www.ibm.com/developerworks/power/cell/
4186S: Supported
4187
Phillip Lougherfc555842009-01-05 08:46:29 +00004188SQUASHFS FILE SYSTEM
4189P: Phillip Lougher
4190M: phillip@lougher.demon.co.uk
4191L: squashfs-devel@lists.sourceforge.net (subscribers-only)
4192W: http://squashfs.org.uk
4193S: Maintained
4194
Linus Torvalds1da177e2005-04-16 15:20:36 -07004195SRM (Alpha) environment access
4196P: Jan-Benedict Glaw
4197M: jbglaw@lug-owl.de
4198L: linux-kernel@vger.kernel.org
4199S: Maintained
4200
Linus Torvalds26e9a392008-10-17 09:50:12 -07004201STABLE BRANCH
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004202P: Greg Kroah-Hartman
4203M: greg@kroah.com
4204P: Chris Wright
4205M: chrisw@sous-sol.org
4206L: stable@kernel.org
4207S: Maintained
4208
Linus Torvalds26e9a392008-10-17 09:50:12 -07004209STAGING SUBSYSTEM
4210P: Greg Kroah-Hartman
4211M: gregkh@suse.de
4212L: linux-kernel@vger.kernel.org
4213T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4214S: Maintained
4215
Linus Torvalds1da177e2005-04-16 15:20:36 -07004216STARFIRE/DURALAN NETWORK DRIVER
4217P: Ion Badulescu
4218M: ionut@cs.columbia.edu
4219S: Maintained
4220
4221STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4222W: http://mosquitonet.Stanford.EDU/strip.html
Jean Delvarebaaea1d2008-09-20 12:34:33 +02004223S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07004224
4225STRADIS MPEG-2 DECODER DRIVER
4226P: Nathan Laredo
4227M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004228W: http://www.stradis.com/
4229S: Maintained
4230
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004231SUN3/3X
4232P: Sam Creasey
4233M: sammy@sammy.net
4234W: http://sammy.net/sun3/
4235S: Maintained
4236
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004237SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07004238P: Paul Mundt
4239M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004240L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004241W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004242T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09004243S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004244
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004245SUSPEND TO RAM
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004246P: Len Brown
4247M: len.brown@intel.com
4248P: Pavel Machek
Pavel Machekef35ce22009-02-18 14:48:16 -08004249M: pavel@ucw.cz
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004250P: Rafael J. Wysocki
4251M: rjw@sisk.pl
4252L: linux-pm@lists.linux-foundation.org
4253S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004254
4255SVGA HANDLING
4256P: Martin Mares
4257M: mj@ucw.cz
4258L: linux-video@atrey.karlin.mff.cuni.cz
4259S: Maintained
4260
4261SYSV FILESYSTEM
4262P: Christoph Hellwig
4263M: hch@infradead.org
4264S: Maintained
4265
Alan Cox4e688522008-04-30 00:52:11 -07004266TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07004267P: Balbir Singh
4268M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004269L: linux-kernel@vger.kernel.org
4270S: Maintained
4271
Stephen Hemminger781b4562006-07-10 20:25:29 -07004272TC CLASSIFIER
4273P: Jamal Hadi Salim
4274M: hadi@cyberus.ca
4275L: netdev@vger.kernel.org
4276S: Maintained
4277
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004278TCP LOW PRIORITY MODULE
4279P: Wong Hoi Sing, Edison
4280M: hswong3i@gmail.com
4281P: Hung Hing Lun, Mike
4282M: hlhung3i@gmail.com
4283W: http://tcp-lp-mod.sourceforge.net/
4284S: Maintained
4285
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004286TEHUTI ETHERNET DRIVER
4287P: Alexander Indenbaum
4288M: baum@tehutinetworks.net
4289P: Andy Gospodarek
4290M: andy@greyhouse.net
4291L: netdev@vger.kernel.org
4292S: Supported
4293
Alan Cox4e688522008-04-30 00:52:11 -07004294Telecom Clock Driver for MCPL0010
4295P: Mark Gross
4296M: mark.gross@intel.com
4297S: Supported
4298
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004299TENSILICA XTENSA PORT (xtensa)
Alan Cox4e688522008-04-30 00:52:11 -07004300P: Chris Zankel
4301M: chris@zankel.net
4302S: Maintained
4303
4304THINKPAD ACPI EXTRAS DRIVER
4305P: Henrique de Moraes Holschuh
4306M: ibm-acpi@hmh.eng.br
4307L: ibm-acpi-devel@lists.sourceforge.net
4308W: http://ibm-acpi.sourceforge.net
4309W: http://thinkwiki.org/wiki/Ibm-acpi
4310T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4311S: Maintained
4312
Alex Dubov4020f2d2006-10-04 02:15:37 -07004313TI FLASH MEDIA INTERFACE DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02004314P: Alex Dubov
4315M: oakad@yahoo.com
4316S: Maintained
Alex Dubov4020f2d2006-10-04 02:15:37 -07004317
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004318TI OMAP MMC INTERFACE DRIVER
4319P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004320M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004321W: http://linux.omap.com
4322W: http://www.muru.com/linux/omap/
4323S: Maintained
4324
Michael Buesch844dd052006-06-26 00:24:59 -07004325TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4326P: Deepak Saxena
4327M: dsaxena@plexity.net
4328S: Maintained
4329
Per Lidene86eaa32006-01-12 16:45:18 +01004330TIPC NETWORK LAYER
4331P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004332M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004333P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004334M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004335P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004336M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004337L: tipc-discussion@lists.sourceforge.net
4338W: http://tipc.sourceforge.net/
4339W: http://tipc.cslab.ericsson.net/
4340T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4341S: Maintained
4342
Linus Torvalds1da177e2005-04-16 15:20:36 -07004343TLAN NETWORK DRIVER
4344P: Samuel Chessman
4345M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004346L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004347W: http://sourceforge.net/projects/tlan/
4348S: Maintained
4349
Kentaro Takedad74db3b2009-02-05 17:18:18 +09004350TOMOYO SECURITY MODULE
4351P: Kentaro Takeda
4352M: takedakn@nttdata.co.jp
4353P: Tetsuo Handa
4354M: penguin-kernel@I-love.SAKURA.ne.jp
4355L: linux-kernel@vger.kernel.org (kernel issues)
4356L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
4357L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
4358L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
4359W: http://tomoyo.sourceforge.jp/
4360T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
4361S: Maintained
4362
Linus Torvalds1da177e2005-04-16 15:20:36 -07004363TOSHIBA ACPI EXTRAS DRIVER
4364P: John Belmonte
4365M: toshiba_acpi@memebeam.org
4366W: http://memebeam.org/toys/ToshibaAcpiDriver
4367S: Maintained
4368
4369TOSHIBA SMM DRIVER
4370P: Jonathan Buzzard
4371M: jonathan@buzzard.org.uk
4372L: tlinux-users@tce.toshiba-dme.co.jp
4373W: http://www.buzzard.org.uk/toshiba/
4374S: Maintained
4375
Alan Cox4e688522008-04-30 00:52:11 -07004376TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004377P: Debora Velarde
4378M: debora@linux.vnet.ibm.com
4379P: Rajiv Andrade
4380M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004381W: http://tpmdd.sourceforge.net
4382P: Marcel Selhorst
Marcel Selhorst7dcce132009-02-11 13:04:27 -08004383M: m.selhorst@sirrix.com
4384W: http://www.sirrix.com
Rajiv Andrade63a10df2008-10-15 22:04:36 -07004385L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
Alan Cox4e688522008-04-30 00:52:11 -07004386S: Maintained
4387
Linus Torvalds1da177e2005-04-16 15:20:36 -07004388TRIVIAL PATCHES
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004389P: Jiri Kosina
Jim Cromiece00f852006-11-30 04:49:44 +01004390M: trivial@kernel.org
4391L: linux-kernel@vger.kernel.org
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004392T: git kernel.org:/pub/scm/linux/kernel/git/jikos/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004393S: Maintained
4394
Alan Cox4e688522008-04-30 00:52:11 -07004395TTY LAYER
4396P: Alan Cox
4397M: alan@lxorguk.ukuu.org.uk
4398L: linux-kernel@vger.kernel.org
4399S: Maintained
4400
Grant Grundler740db6d2008-02-17 11:53:49 -07004401TULIP NETWORK DRIVERS
4402P: Grant Grundler
4403M: grundler@parisc-linux.org
4404P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004405M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004406L: netdev@vger.kernel.org
4407S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004408
4409TUN/TAP driver
4410P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004411M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004412L: vtun@office.satix.net
4413W: http://vtun.sourceforge.net/tun
4414S: Maintained
4415
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004416TURBOCHANNEL SUBSYSTEM
4417P: Maciej W. Rozycki
4418M: macro@linux-mips.org
4419S: Maintained
4420
Linus Torvalds1da177e2005-04-16 15:20:36 -07004421U14-34F SCSI DRIVER
4422P: Dario Ballabio
4423M: ballabio_dario@emc.com
4424L: linux-scsi@vger.kernel.org
4425S: Maintained
4426
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004427UBI FILE SYSTEM (UBIFS)
4428P: Artem Bityutskiy
4429M: dedekind@infradead.org
4430P: Adrian Hunter
4431M: ext-adrian.hunter@nokia.com
4432L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004433T: git git://git.infradead.org/ubifs-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004434W: http://www.linux-mtd.infradead.org/doc/ubifs.html
4435S: Maintained
4436
Alan Coxcc2020e2008-05-19 14:21:51 +01004437UCLINUX (AND M68KNOMMU)
4438P: Greg Ungerer
4439M: gerg@uclinux.org
4440W: http://www.uclinux.org/
4441L: uclinux-dev@uclinux.org (subscribers-only)
4442S: Maintained
4443
Alan Coxcc2020e2008-05-19 14:21:51 +01004444UCLINUX FOR RENESAS H8/300
4445P: Yoshinori Sato
4446M: ysato@users.sourceforge.jp
4447W: http://uclinux-h8.sourceforge.jp/
4448S: Supported
4449
Linus Torvalds1da177e2005-04-16 15:20:36 -07004450UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004451P: Jan Kara
4452M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004453W: http://linux-udf.sourceforge.net
4454S: Maintained
4455
Alan Coxcc2020e2008-05-19 14:21:51 +01004456UFS FILESYSTEM
4457P: Evgeniy Dushistov
4458M: dushistov@mail.ru
4459L: linux-kernel@vger.kernel.org
4460S: Maintained
4461
David Vrabel18332a82008-09-17 16:34:44 +01004462ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4463P: David Vrabel
4464M: david.vrabel@csr.com
4465L: linux-usb@vger.kernel.org
4466S: Supported
4467
Linus Torvalds1da177e2005-04-16 15:20:36 -07004468UNIFORM CDROM DRIVER
4469P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004470M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004471L: linux-kernel@vger.kernel.org
4472W: http://www.kernel.dk
4473S: Maintained
4474
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004475UNSORTED BLOCK IMAGES (UBI)
4476P: Artem Bityutskiy
4477M: dedekind@infradead.org
4478W: http://www.linux-mtd.infradead.org/
4479L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004480T: git git://git.infradead.org/ubi-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004481S: Maintained
4482
Linus Torvalds1da177e2005-04-16 15:20:36 -07004483USB ACM DRIVER
4484P: Oliver Neukum
4485M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004486L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004487S: Maintained
4488
4489USB BLOCK DRIVER (UB ub)
4490P: Pete Zaitcev
4491M: zaitcev@redhat.com
4492L: linux-kernel@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004493L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004494S: Supported
4495
Linus Torvalds1da177e2005-04-16 15:20:36 -07004496USB CDC ETHERNET DRIVER
4497P: Greg Kroah-Hartman
4498M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004499L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004500S: Maintained
4501W: http://www.kroah.com/linux-usb/
4502
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004503USB CYPRESS C67X00 DRIVER
4504P: Peter Korsgaard
4505M: jacmet@sunsite.dk
4506L: linux-usb@vger.kernel.org
4507S: Maintained
4508
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004509USB DAVICOM DM9601 DRIVER
4510P: Peter Korsgaard
4511M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004512L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004513W: http://www.linux-usb.org/usbnet
4514S: Maintained
4515
Alan Coxcc2020e2008-05-19 14:21:51 +01004516USB DIAMOND RIO500 DRIVER
4517P: Cesar Miquel
4518M: miquel@df.uba.ar
4519L: rio500-users@lists.sourceforge.net
4520W: http://rio500.sourceforge.net
4521S: Maintained
4522
Linus Torvalds1da177e2005-04-16 15:20:36 -07004523USB EHCI DRIVER
4524P: David Brownell
4525M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004526L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004527S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004528
Luca Risolia7ce08c92006-01-11 02:06:59 +00004529USB ET61X[12]51 DRIVER
4530P: Luca Risolia
4531M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004532L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004533L: linux-media@vger.kernel.org
4534T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia7ce08c92006-01-11 02:06:59 +00004535W: http://www.linux-projects.org
4536S: Maintained
4537
David Brownell69ae9e32006-11-14 02:03:31 -08004538USB GADGET/PERIPHERAL SUBSYSTEM
4539P: David Brownell
4540M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004541L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004542W: http://www.linux-usb.org/gadget
4543S: Maintained
4544
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004545USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01004546P: Jiri Kosina
4547M: jkosina@suse.cz
Jean Delvare795fb7e2008-09-20 12:33:08 +02004548L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004549T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004550S: Maintained
4551
Olav Kongas959eea22005-11-03 17:38:14 +02004552USB ISP116X DRIVER
4553P: Olav Kongas
4554M: ok@artecdesign.ee
Jean Delvare795fb7e2008-09-20 12:33:08 +02004555L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004556S: Maintained
4557
Linus Torvalds1da177e2005-04-16 15:20:36 -07004558USB KAWASAKI LSI DRIVER
4559P: Oliver Neukum
4560M: oliver@neukum.name
Jean Delvare795fb7e2008-09-20 12:33:08 +02004561L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004562S: Maintained
4563
4564USB MASS STORAGE DRIVER
4565P: Matthew Dharm
4566M: mdharm-usb@one-eyed-alien.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004567L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004568L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004569S: Maintained
4570W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4571
4572USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004573P: David Brownell
4574M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004575L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004576S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004577
Matthias Urlichsba460e42005-07-14 00:33:47 -07004578USB OPTION-CARD DRIVER
4579P: Matthias Urlichs
4580M: smurf@smurf.noris.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004581L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004582S: Maintained
4583
Linus Torvalds1da177e2005-04-16 15:20:36 -07004584USB OV511 DRIVER
4585P: Mark McClelland
4586M: mmcclell@bigfoot.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004587L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004588W: http://alpha.dyndns.org/ov511/
4589S: Maintained
4590
4591USB PEGASUS DRIVER
4592P: Petko Manolov
4593M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004594L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004595L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004596W: http://pegasus2.sourceforge.net/
4597S: Maintained
4598
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004599USB PRINTER DRIVER (usblp)
4600P: Pete Zaitcev
4601M: zaitcev@redhat.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004602L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004603S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004604
4605USB RTL8150 DRIVER
4606P: Petko Manolov
4607M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004608L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004609L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004610W: http://pegasus2.sourceforge.net/
4611S: Maintained
4612
4613USB SE401 DRIVER
4614P: Jeroen Vreeken
4615M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004616L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004617W: http://www.chello.nl/~j.vreeken/se401/
4618S: Maintained
4619
Alan Cox4e688522008-04-30 00:52:11 -07004620USB SERIAL BELKIN F5U103 DRIVER
4621P: William Greathouse
4622M: wgreathouse@smva.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004623L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004624S: Maintained
4625
4626USB SERIAL CYPRESS M8 DRIVER
4627P: Lonnie Mendez
4628M: dignome@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004629L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004630S: Maintained
4631W: http://geocities.com/i0xox0i
4632W: http://firstlight.net/cvs
4633
Linus Torvalds1da177e2005-04-16 15:20:36 -07004634USB SERIAL CYBERJACK DRIVER
4635P: Matthias Bruestle and Harald Welte
4636M: support@reiner-sct.com
4637W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4638S: Maintained
4639
4640USB SERIAL DIGI ACCELEPORT DRIVER
4641P: Peter Berger and Al Borchers
4642M: pberger@brimson.com
4643M: alborchers@steinerpoint.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004644L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004645S: Maintained
4646
4647USB SERIAL DRIVER
4648P: Greg Kroah-Hartman
4649M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004650L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004651S: Supported
4652
Linus Torvalds1da177e2005-04-16 15:20:36 -07004653USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4654P: Gary Brubaker
4655M: xavyer@ix.netcom.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004656L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004657S: Maintained
4658
4659USB SERIAL KEYSPAN DRIVER
4660P: Greg Kroah-Hartman
4661M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004662L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004663W: http://www.kroah.com/linux/
4664S: Maintained
4665
4666USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004667P: Support Department
4668M: support@connecttech.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004669L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004670W: http://www.connecttech.com
4671S: Supported
4672
Steve Glendinning2f7ca802008-10-02 05:27:57 +00004673USB SMSC95XX ETHERNET DRIVER
4674P: Steve Glendinning
4675M: steve.glendinning@smsc.com
4676L: netdev@vger.kernel.org
4677S: Supported
4678
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004679USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004680P: Luca Risolia
4681M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004682L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004683L: linux-media@vger.kernel.org
4684T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004685W: http://www.linux-projects.org
4686S: Maintained
4687
4688USB SUBSYSTEM
4689P: Greg Kroah-Hartman
4690M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004691L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004692W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004693T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004694S: Supported
4695
4696USB UHCI DRIVER
4697P: Alan Stern
4698M: stern@rowland.harvard.edu
Jean Delvare795fb7e2008-09-20 12:33:08 +02004699L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004700S: Maintained
4701
David Brownell69ae9e32006-11-14 02:03:31 -08004702USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004703P: David Brownell
4704M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004705L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004706W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004707S: Maintained
4708
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004709USB VIDEO CLASS
4710P: Laurent Pinchart
4711M: laurent.pinchart@skynet.be
Jiri Slabya67534a2008-12-10 09:09:27 -03004712L: linux-uvc-devel@lists.berlios.de (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004713L: linux-media@vger.kernel.org
4714T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004715W: http://linux-uvc.berlios.de
4716S: Maintained
4717
Linus Torvalds1da177e2005-04-16 15:20:36 -07004718USB W996[87]CF DRIVER
4719P: Luca Risolia
4720M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004721L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004722L: linux-media@vger.kernel.org
4723T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004724W: http://www.linux-projects.org
4725S: Maintained
4726
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004727USB WIRELESS RNDIS DRIVER (rndis_wlan)
4728P: Jussi Kivilinna
4729M: jussi.kivilinna@mbnet.fi
4730L: linux-wireless@vger.kernel.org
4731S: Maintained
4732
Luca Risolia60f78052006-02-06 16:29:35 +00004733USB ZC0301 DRIVER
4734P: Luca Risolia
4735M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004736L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004737L: linux-media@vger.kernel.org
4738T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia60f78052006-02-06 16:29:35 +00004739W: http://www.linux-projects.org
4740S: Maintained
4741
Linus Torvalds1da177e2005-04-16 15:20:36 -07004742USB ZD1201 DRIVER
4743P: Jeroen Vreeken
4744M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004745L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004746W: http://linux-lc100020.sourceforge.net
4747S: Maintained
4748
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004749USB ZR364XX DRIVER
4750P: Antoine Jacquet
4751M: royale@zerezo.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004752L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004753L: linux-media@vger.kernel.org
4754T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004755W: http://royale.zerezo.com/zr364xx/
4756S: Maintained
4757
Randy Dunlape7839f22008-10-12 16:11:45 -07004758USER-MODE LINUX (UML)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004759P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004760M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004761L: user-mode-linux-devel@lists.sourceforge.net
4762L: user-mode-linux-user@lists.sourceforge.net
4763W: http://user-mode-linux.sourceforge.net
4764S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004765
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004766USERSPACE I/O (UIO)
4767P: Hans J. Koch
4768M: hjk@linutronix.de
4769P: Greg Kroah-Hartman
4770M: gregkh@suse.de
4771L: linux-kernel@vger.kernel.org
4772S: Maintained
4773
Karel Zakf899b0a2008-05-23 13:04:21 -07004774UTIL-LINUX-NG PACKAGE
4775P: Karel Zak
4776M: kzak@redhat.com
4777L: util-linux-ng@vger.kernel.org
4778W: http://kernel.org/~kzak/util-linux-ng/
4779T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4780S: Maintained
4781
Michal Januszewskic1fd1c02008-10-15 22:03:48 -07004782UVESAFB DRIVER
4783P: Michal Januszewski
4784M: spock@gentoo.org
4785L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4786W: http://dev.gentoo.org/~spock/projects/uvesafb/
4787S: Maintained
4788
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004789VFAT/FAT/MSDOS FILESYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07004790P: OGAWA Hirofumi
4791M: hirofumi@mail.parknet.co.jp
4792L: linux-kernel@vger.kernel.org
4793S: Maintained
4794
Linus Torvalds1da177e2005-04-16 15:20:36 -07004795VIA RHINE NETWORK DRIVER
4796P: Roger Luethi
4797M: rl@hellgate.ch
4798S: Maintained
4799
Jean Delvare32c0a522005-09-22 21:47:58 +02004800VIAPRO SMBUS DRIVER
4801P: Jean Delvare
4802M: khali@linux-fr.org
Jean Delvare846557d2008-10-30 15:55:47 +01004803L: linux-i2c@vger.kernel.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004804S: Maintained
4805
Joseph Chan69e4a7c2008-10-15 22:03:31 -07004806VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4807P: Joseph Chan
4808M: JosephChan@via.com.tw
4809P: Scott Fang
4810M: ScottFang@viatech.com.cn
4811L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4812S: Maintained
4813
Francois Romieu01f20732007-01-26 00:57:17 -08004814VIA VELOCITY NETWORK DRIVER
4815P: Francois Romieu
4816M: romieu@fr.zoreil.com
4817L: netdev@vger.kernel.org
4818S: Maintained
4819
Randy Dunlape7839f22008-10-12 16:11:45 -07004820VIDEO FOR LINUX (V4L)
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004821P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004822M: mchehab@infradead.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004823L: linux-media@vger.kernel.org
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004824W: http://linuxtv.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004825T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004826S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004827
Patrick McHardybe7f8272007-10-23 20:26:36 -07004828VLAN (802.1Q)
4829P: Patrick McHardy
4830M: kaber@trash.net
4831L: netdev@vger.kernel.org
4832S: Maintained
4833
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004834VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4835P: Liam Girdwood
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004836M: lrg@slimlogic.co.uk
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004837P: Mark Brown
4838M: broonie@opensource.wolfsonmicro.com
4839W: http://opensource.wolfsonmicro.com/node/15
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004840W: http://www.slimlogic.co.uk/?page_id=5
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004841T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4842S: Supported
4843
Juerg Haefligerab413192006-09-24 20:54:04 +02004844VT1211 HARDWARE MONITOR DRIVER
4845P: Juerg Haefliger
4846M: juergh@gmail.com
4847L: lm-sensors@lm-sensors.org
4848S: Maintained
4849
Roger Lucas1de9e372005-11-26 20:20:05 +01004850VT8231 HARDWARE MONITOR DRIVER
4851P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004852M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004853L: lm-sensors@lm-sensors.org
4854S: Maintained
4855
Linus Torvalds1da177e2005-04-16 15:20:36 -07004856W1 DALLAS'S 1-WIRE BUS
4857P: Evgeniy Polyakov
4858M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004859S: Maintained
4860
Charles Spirakis13927072006-07-05 18:05:15 +02004861W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004862P: Marc Hulsman
4863M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004864L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004865S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004866
Rudolf Marek61db0112006-12-12 18:18:30 +01004867W83793 HARDWARE MONITORING DRIVER
4868P: Rudolf Marek
4869M: r.marek@assembler.cz
4870L: lm-sensors@lm-sensors.org
4871S: Maintained
4872
Linus Torvalds1da177e2005-04-16 15:20:36 -07004873W83L51xD SD/MMC CARD INTERFACE DRIVER
4874P: Pierre Ossman
4875M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004876L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004877S: Maintained
4878
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004879WATCHDOG DEVICE DRIVERS
4880P: Wim Van Sebroeck
4881M: wim@iguana.be
4882T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4883S: Maintained
4884
Linus Torvalds1da177e2005-04-16 15:20:36 -07004885WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4886P: Jean Tourrilhes
4887M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004888L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004889W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4890S: Maintained
4891
4892WD7000 SCSI DRIVER
4893P: Miroslav Zagorac
4894M: zaga@fly.cc.fer.hr
4895L: linux-scsi@vger.kernel.org
4896S: Maintained
4897
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08004898WIMAX STACK
4899P: Inaky Perez-Gonzalez
4900M: inaky.perez-gonzalez@intel.com
4901M: linux-wimax@intel.com
4902L: wimax@linuxwimax.org
4903S: Supported
4904W: http://linuxwimax.org
4905
David Vrabel18332a82008-09-17 16:34:44 +01004906WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4907P: David Vrabel
4908M: david.vrabel@csr.com
4909S: Maintained
4910
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004911WISTRON LAPTOP BUTTON DRIVER
4912P: Miloslav Trmac
4913M: mitr@volny.cz
4914S: Maintained
4915
Linus Torvalds1da177e2005-04-16 15:20:36 -07004916WL3501 WIRELESS PCMCIA CARD DRIVER
4917P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004918M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004919L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004920W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004921S: Maintained
4922
Mark Brownfebf1df2008-04-02 00:51:09 -04004923WM97XX TOUCHSCREEN DRIVERS
4924P: Mark Brown
4925M: broonie@opensource.wolfsonmicro.com
4926P: Liam Girdwood
Liam Girdwoodb8d055a2008-10-13 23:00:15 -04004927M: lrg@slimlogic.co.uk
Mark Brownfebf1df2008-04-02 00:51:09 -04004928L: linux-input@vger.kernel.org
4929T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4930W: http://opensource.wolfsonmicro.com/node/7
4931S: Supported
4932
Linus Torvalds1da177e2005-04-16 15:20:36 -07004933X.25 NETWORK LAYER
4934P: Henner Eisen
4935M: eis@baty.hanse.de
4936L: linux-x25@vger.kernel.org
4937S: Maintained
4938
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004939X86 ARCHITECTURE (32-BIT AND 64-BIT)
4940P: Thomas Gleixner
4941M: tglx@linutronix.de
4942P: Ingo Molnar
4943M: mingo@redhat.com
4944P: H. Peter Anvin
4945M: hpa@zytor.com
H. Peter Anvinbcde5632009-02-02 21:42:40 -08004946M: x86@kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004947L: linux-kernel@vger.kernel.org
4948T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4949S: Maintained
4950
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004951XEN HYPERVISOR INTERFACE
4952P: Jeremy Fitzhardinge
4953M: jeremy@xensource.com
4954P: Chris Wright
4955M: chrisw@sous-sol.org
4956L: virtualization@lists.osdl.org
4957L: xen-devel@lists.xensource.com
4958S: Supported
4959
Linus Torvalds1da177e2005-04-16 15:20:36 -07004960XFS FILESYSTEM
4961P: Silicon Graphics Inc
Lachlan McIlroy0335cb72008-12-31 12:10:12 +11004962P: Bill O'Donnell
Linus Torvalds1da177e2005-04-16 15:20:36 -07004963M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004964L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004965W: http://oss.sgi.com/projects/xfs
Lachlan McIlroy0335cb72008-12-31 12:10:12 +11004966T: git://oss.sgi.com/xfs/xfs.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004967S: Supported
4968
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004969XILINX SYSTEMACE DRIVER
4970P: Grant Likely
4971M: grant.likely@secretlab.ca
4972W: http://www.secretlab.ca/
4973L: linux-kernel@vger.kernel.org
4974S: Maintained
4975
Peter Korsgaard238b8722006-12-06 20:35:17 -08004976XILINX UARTLITE SERIAL DRIVER
4977P: Peter Korsgaard
4978M: jacmet@sunsite.dk
4979L: linux-serial@vger.kernel.org
4980S: Maintained
4981
Linus Torvalds1da177e2005-04-16 15:20:36 -07004982YAM DRIVER FOR AX.25
4983P: Jean-Paul Roubelat
4984M: jpr@f6fbb.org
4985L: linux-hams@vger.kernel.org
4986S: Maintained
4987
Henkaf64a5e2005-10-12 15:02:56 +02004988YEALINK PHONE DRIVER
4989P: Henk Vergonet
4990M: Henk.Vergonet@gmail.com
4991L: usbb2k-api-dev@nongnu.org
4992S: Maintained
4993
Linus Torvalds1da177e2005-04-16 15:20:36 -07004994Z8530 DRIVER FOR AX.25
4995P: Joerg Reuter
4996M: jreuter@yaina.de
4997W: http://yaina.de/jreuter/
4998W: http://www.qsl.net/dl1bke/
4999L: linux-hams@vger.kernel.org
5000S: Maintained
5001
Daniel Drake7c0c3af2006-07-16 13:55:17 +01005002ZD1211RW WIRELESS DRIVER
5003P: Daniel Drake
5004M: dsd@gentoo.org
5005P: Ulrich Kunitz
5006M: kune@deine-taler.de
5007W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07005008L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01005009L: zd1211-devs@lists.sourceforge.net (subscribers-only)
5010S: Maintained
5011
Linus Torvalds1da177e2005-04-16 15:20:36 -07005012ZR36067 VIDEO FOR LINUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07005013L: mjpeg-users@lists.sourceforge.net
Trent Piephof63145e2009-01-24 20:52:41 -03005014L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07005015W: http://mjpeg.sourceforge.net/driver-zoran/
Trent Piephof63145e2009-01-24 20:52:41 -03005016T: Mercurial http://linuxtv.org/hg/v4l-dvb
5017S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07005018
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07005019ZS DECSTATION Z85C30 SERIAL DRIVER
5020P: Maciej W. Rozycki
5021M: macro@linux-mips.org
5022S: Maintained
5023
Linus Torvalds1da177e2005-04-16 15:20:36 -07005024THE REST
5025P: Linus Torvalds
5026S: Buried alive in reporters