blob: 01243ce6d998ac2c17213157d8d7c812f8057695 [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
Linus Torvalds1da177e2005-04-16 15:20:36 -07001066L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001067W: http://linuxtv.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001068T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001069S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001070
Jonathan Corbet77d51402007-03-22 19:44:17 -03001071CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02001072P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03001073M: corbet@lwn.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001074L: linux-media@vger.kernel.org
1075T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03001076S: Maintained
1077
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001078CALGARY x86-64 IOMMU
1079P: Muli Ben-Yehuda
1080M: muli@il.ibm.com
1081P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001082M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001083L: linux-kernel@vger.kernel.org
1084L: discuss@x86-64.org
1085S: Maintained
1086
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001087CAN NETWORK LAYER
1088P: Urs Thuermann
1089M: urs.thuermann@volkswagen.de
1090P: Oliver Hartkopp
1091M: oliver.hartkopp@volkswagen.de
1092L: socketcan-core@lists.berlios.de (subscribers-only)
1093W: http://developer.berlios.de/projects/socketcan/
1094S: Maintained
1095
Arnd Bergmannb8154542008-05-16 11:10:59 +02001096CELL BROADBAND ENGINE ARCHITECTURE
1097P: Arnd Bergmann
1098M: arnd@arndb.de
1099L: linuxppc-dev@ozlabs.org
1100L: cbe-oss-dev@ozlabs.org
1101W: http://www.ibm.com/developerworks/power/cell/
1102S: Supported
1103
David Vrabel18332a82008-09-17 16:34:44 +01001104CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1105P: David Vrabel
1106M: david.vrabel@csr.com
1107L: linux-usb@vger.kernel.org
1108S: Supported
1109
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001110CFAG12864B LCD DRIVER
1111P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001112M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001113L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001114W: http://miguelojeda.es/auxdisplay.htm
1115W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001116S: Maintained
1117
1118CFAG12864BFB LCD FRAMEBUFFER DRIVER
1119P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001120M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001121L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001122W: http://miguelojeda.es/auxdisplay.htm
1123W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001124S: Maintained
1125
Johannes Berg704232c2007-04-23 12:20:05 -07001126CFG80211 and NL80211
1127P: Johannes Berg
1128M: johannes@sipsolutions.net
1129L: linux-wireless@vger.kernel.org
1130S: Maintained
1131
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001132CHECKPATCH
1133P: Andy Whitcroft
Andy Whitcroftb0e0b432009-01-06 14:41:22 -08001134M: apw@canonical.com
1135L: linux-kernel@vger.kernel.org
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001136S: Supported
1137
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001138CISCO 10G ETHERNET DRIVER
1139P: Scott Feldman
1140M: scofeldm@cisco.com
1141P: Joe Eykholt
1142M: jeykholt@cisco.com
Joel Becker7063fbf2005-12-15 14:29:43 -08001143S: Supported
1144
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001145CIRRUS LOGIC EP93XX ETHERNET DRIVER
1146P: Lennert Buytenhek
1147M: kernel@wantstofly.org
1148L: netdev@vger.kernel.org
1149S: Maintained
1150
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001151CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1152P: Lennert Buytenhek
1153M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001154L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001155S: Maintained
1156
Timur Tabid9e9d822008-04-24 08:45:26 +10001157CIRRUS LOGIC CS4270 SOUND DRIVER
1158P: Timur Tabi
1159M: timur@freescale.com
1160L: alsa-devel@alsa-project.org
1161S: Supported
1162
Linus Torvalds1da177e2005-04-16 15:20:36 -07001163CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1164P: Cirrus Logic Corporation (kernel 2.2 driver)
1165M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1166P: Nils Faerber (port to kernel 2.4)
1167M: Nils Faerber <nils@kernelconcepts.de>
1168S: Maintained
1169
1170CODA FILE SYSTEM
1171P: Jan Harkes
1172M: jaharkes@cs.cmu.edu
1173M: coda@cs.cmu.edu
1174L: codalist@coda.cs.cmu.edu
1175W: http://www.coda.cs.cmu.edu/
1176S: Maintained
1177
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001178COMMON INTERNET FILE SYSTEM (CIFS)
1179P: Steve French
1180M: sfrench@samba.org
1181L: linux-cifs-client@lists.samba.org
1182L: samba-technical@lists.samba.org
1183W: http://linux-cifs.samba.org/
1184T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1185S: Supported
1186
Linus Torvalds1da177e2005-04-16 15:20:36 -07001187COMPACTPCI HOTPLUG CORE
1188P: Scott Murray
1189M: scottm@somanetworks.com
1190M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001191L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192S: Supported
1193
1194COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1195P: Scott Murray
1196M: scottm@somanetworks.com
1197M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001198L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199S: Supported
1200
1201COMPACTPCI HOTPLUG GENERIC DRIVER
1202P: Scott Murray
1203M: scottm@somanetworks.com
1204M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001205L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206S: Supported
1207
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001208COMPAL LAPTOP SUPPORT
1209P: Cezary Jackiewicz
1210M: cezary.jackiewicz@gmail.com
1211S: Maintained
1212
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213COMPUTONE INTELLIPORT MULTIPORT CARD
1214P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001215M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001217S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001218
Simon Arlott949be0f2007-03-06 02:47:46 -08001219CONEXANT ACCESSRUNNER USB DRIVER
1220P: Simon Arlott
1221M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001222L: accessrunner-general@lists.sourceforge.net
1223W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001224S: Maintained
1225
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001226CONFIGFS
1227P: Joel Becker
1228M: joel.becker@oracle.com
1229L: linux-kernel@vger.kernel.org
1230S: Supported
1231
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001232CONTROL GROUPS (CGROUPS)
1233P: Paul Menage
1234M: menage@google.com
KOSAKI Motohiro01c4a422009-02-11 13:04:35 -08001235P: Li Zefan
1236M: lizf@cn.fujitsu.com
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001237L: containers@lists.linux-foundation.org
1238S: Maintained
1239
Rudolf Marekbebe4672007-05-08 17:22:02 +02001240CORETEMP HARDWARE MONITORING DRIVER
1241P: Rudolf Marek
1242M: r.marek@assembler.cz
1243L: lm-sensors@lm-sensors.org
1244S: Maintained
1245
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246COSA/SRP SYNC SERIAL DRIVER
1247P: Jan "Yenya" Kasprzak
1248M: kas@fi.muni.cz
1249W: http://www.fi.muni.cz/~kas/cosa/
1250S: Maintained
1251
1252CPU FREQUENCY DRIVERS
1253P: Dave Jones
Dave Jonesf4432c52008-10-20 13:31:45 -04001254M: davej@redhat.com
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001255L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001256W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001257T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001258S: Maintained
1259
1260CPUID/MSR DRIVER
1261P: H. Peter Anvin
1262M: hpa@zytor.com
1263S: Maintained
1264
Paul Jacksoned90fb42005-09-27 21:45:37 -07001265CPUSETS
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001266P: Paul Menage
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001267M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001268L: linux-kernel@vger.kernel.org
1269W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001270W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001271S: Supported
1272
Linus Torvalds1da177e2005-04-16 15:20:36 -07001273CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001274W: http://sourceforge.net/projects/cramfs/
1275S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001276
1277CRIS PORT
1278P: Mikael Starvik
1279M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001280P: Jesper Nilsson
1281M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282L: dev-etrax@axis.com
1283W: http://developer.axis.com
1284S: Maintained
1285
1286CRYPTO API
1287P: Herbert Xu
1288M: herbert@gondor.apana.org.au
1289P: David S. Miller
1290M: davem@davemloft.net
1291L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001292T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293S: Maintained
1294
Neil Horman5b07bd52009-02-05 16:03:04 +11001295CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1296P: Neil Horman
1297M: nhorman@tuxdriver.com
1298L: linux-crypto@vger.kernel.org
1299S: Maintained
1300
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001301CS5535 Audio ALSA driver
1302P: Jaya Kumar
1303M: jayakumar.alsa@gmail.com
1304S: Maintained
1305
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001306CX18 VIDEO4LINUX DRIVER
1307P: Hans Verkuil, Andy Walls
1308M: hverkuil@xs4all.nl, awalls@radix.net
1309L: ivtv-devel@ivtvdriver.org
1310L: ivtv-users@ivtvdriver.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001311L: linux-media@vger.kernel.org
1312T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001313W: http://linuxtv.org
1314S: Maintained
1315
Steve Wisee5ec3782008-05-20 14:06:33 -07001316CXGB3 ETHERNET DRIVER (CXGB3)
1317P: Divy Le Ray
1318M: divy@chelsio.com
1319L: netdev@vger.kernel.org
1320W: http://www.chelsio.com
1321S: Supported
1322
1323CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1324P: Steve Wise
1325M: swise@chelsio.com
1326L: general@lists.openfabrics.org
1327W: http://www.openfabrics.org
1328S: Supported
1329
Linus Torvalds1da177e2005-04-16 15:20:36 -07001330CYBERPRO FB DRIVER
1331P: Russell King
1332M: rmk@arm.linux.org.uk
1333W: http://www.arm.linux.org.uk/
1334S: Maintained
1335
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001336CYBLAFB FRAMEBUFFER DRIVER
1337P: Knut Petersen
1338M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001339L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001340S: Maintained
1341
Linus Torvalds1da177e2005-04-16 15:20:36 -07001342CYCLADES 2X SYNC CARD DRIVER
1343P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001344M: acme@ghostprotocols.net
1345W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001346S: Maintained
1347
1348CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001349W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001350S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001351
1352CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001353W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001354S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355
Linus Torvalds1da177e2005-04-16 15:20:36 -07001356DAMA SLAVE for AX.25
1357P: Joerg Reuter
1358M: jreuter@yaina.de
1359W: http://yaina.de/jreuter/
1360W: http://www.qsl.net/dl1bke/
1361L: linux-hams@vger.kernel.org
1362S: Maintained
1363
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001364DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1365P: Tobias Ringstrom
1366M: tori@unhappy.mine.nu
1367L: netdev@vger.kernel.org
1368S: Maintained
1369
1370DC390/AM53C974 SCSI driver
1371P: Kurt Garloff
1372M: garloff@suse.de
1373W: http://www.garloff.de/kurt/linux/dc390/
1374P: Guennadi Liakhovetski
1375M: g.liakhovetski@gmx.de
1376S: Maintained
1377
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378DC395x SCSI driver
1379P: Oliver Neukum
1380M: oliver@neukum.name
1381P: Ali Akcaagac
1382M: aliakc@web.de
1383P: Jamie Lenehan
1384M: lenehan@twibble.org
1385W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001386L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001387L: http://lists.twibble.org/mailman/listinfo/dc395x/
1388S: Maintained
1389
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001390DCCP PROTOCOL
1391P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001392M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001393L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001394W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001395S: Maintained
1396
Linus Torvalds1da177e2005-04-16 15:20:36 -07001397DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001398P: Christine Caulfield
1399M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001400W: http://linux-decnet.sourceforge.net
1401L: linux-decnet-user@lists.sourceforge.net
1402S: Maintained
1403
1404DEFXX FDDI NETWORK DRIVER
1405P: Maciej W. Rozycki
1406M: macro@linux-mips.org
1407S: Maintained
1408
Matthew Garrettad8f07c2009-01-07 18:08:56 -08001409DELL LAPTOP DRIVER
1410P: Matthew Garrett
1411M: mjg59@srcf.ucam.org
1412S: Maintained
1413
Linus Torvalds1da177e2005-04-16 15:20:36 -07001414DELL LAPTOP SMM DRIVER
1415P: Massimo Dal Zotto
1416M: dz@debian.org
1417W: http://www.debian.org/~dz/i8k/
1418S: Maintained
1419
Doug Warzecha90563ec2005-09-06 15:17:15 -07001420DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1421P: Doug Warzecha
1422M: Douglas_Warzecha@dell.com
1423S: Maintained
1424
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425DEVICE NUMBER REGISTRY
1426P: Torben Mathiasen
1427M: device@lanana.org
1428W: http://lanana.org/docs/device-list/index.html
1429L: linux-kernel@vger.kernel.org
1430S: Maintained
1431
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001432DEVICE-MAPPER (LVM)
1433P: Alasdair Kergon
1434L: dm-devel@redhat.com
1435W: http://sources.redhat.com/dm
1436S: Maintained
1437
Linus Torvalds1da177e2005-04-16 15:20:36 -07001438DIGI INTL. EPCA DRIVER
1439P: Digi International, Inc
1440M: Eng.Linux@digi.com
1441L: Eng.Linux@digi.com
1442W: http://www.digi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001443S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001444
Randy Dunlape7839f22008-10-12 16:11:45 -07001445DIRECTORY NOTIFICATION (DNOTIFY)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001446P: Stephen Rothwell
1447M: sfr@canb.auug.org.au
1448L: linux-kernel@vger.kernel.org
1449S: Supported
1450
1451DISK GEOMETRY AND PARTITION HANDLING
1452P: Andries Brouwer
1453M: aeb@cwi.nl
1454W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1455W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1456W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1457S: Maintained
1458
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001459DISKQUOTA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001460P: Jan Kara
1461M: jack@suse.cz
1462L: linux-kernel@vger.kernel.org
1463S: Maintained
1464
Randy Dunlape7839f22008-10-12 16:11:45 -07001465DISTRIBUTED LOCK MANAGER (DLM)
Christine Caulfield8943f262008-02-14 19:31:31 -08001466P: Christine Caulfield
1467M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001468P: David Teigland
1469M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001470L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001471W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001472T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001473S: Supported
1474
Dan Williamsb3e5f262007-08-07 10:26:35 -07001475DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001476P: Maciej Sosnowski
1477M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001478P: Dan Williams
1479M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001480L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001481S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001482
Juerg Haefligerb8250372007-06-09 10:11:16 -04001483DME1737 HARDWARE MONITOR DRIVER
1484P: Juerg Haefliger
1485M: juergh@gmail.com
1486L: lm-sensors@lm-sensors.org
1487S: Maintained
1488
Martin Waitzba483d52005-06-17 13:20:59 -07001489DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001490P: Randy Dunlap
1491M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001492S: Maintained
1493
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001494DOCKING STATION DRIVER
Len Brownc5d191b2008-09-24 02:53:25 -04001495P: Shaohua Li
1496M: shaohua.li@intel.com
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001497L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001498S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001499
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001500DOCUMENTATION (/Documentation directory)
Jean Delvare795fb7e2008-09-20 12:33:08 +02001501P: Randy Dunlap
1502M: rdunlap@xenotime.net
1503L: linux-doc@vger.kernel.org
1504S: Maintained
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001505
Linus Torvalds1da177e2005-04-16 15:20:36 -07001506DOUBLETALK DRIVER
1507P: James R. Van Zandt
1508M: jrv@vanzandt.mv.com
1509L: blinux-list@redhat.com
1510S: Maintained
1511
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001512DPT_I2O SCSI RAID DRIVER
1513P: Adaptec OEM Raid Solutions
1514M: aacraid@adaptec.com
1515L: linux-scsi@vger.kernel.org
1516W: http://www.adaptec.com/
1517S: Maintained
1518
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519DRIVER CORE, KOBJECTS, AND SYSFS
1520P: Greg Kroah-Hartman
1521M: gregkh@suse.de
1522L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001523T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001524S: Supported
1525
1526DRM DRIVERS
1527P: David Airlie
1528M: airlied@linux.ie
1529L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001530T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531S: Maintained
1532
1533DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001534P: Francois Romieu
1535M: romieu@fr.zoreil.com
1536L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001537S: Maintained
1538
1539DVB SUBSYSTEM AND DRIVERS
1540P: LinuxTV.org Project
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001541M: linux-media@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02001542L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001543W: http://linuxtv.org/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001544T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001545S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001547DZ DECSTATION DZ11 SERIAL DRIVER
1548P: Maciej W. Rozycki
1549M: macro@linux-mips.org
1550S: Maintained
1551
Linus Torvalds1da177e2005-04-16 15:20:36 -07001552EATA-DMA SCSI DRIVER
1553P: Michael Neuffer
1554L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1555S: Maintained
1556
1557EATA ISA/EISA/PCI SCSI DRIVER
1558P: Dario Ballabio
1559M: ballabio_dario@emc.com
1560L: linux-scsi@vger.kernel.org
1561S: Maintained
1562
1563EATA-PIO SCSI DRIVER
1564P: Michael Neuffer
1565M: mike@i-Connect.Net
1566L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1567S: Maintained
1568
1569EBTABLES
1570P: Bart De Schuymer
1571M: bart.de.schuymer@pandora.be
1572L: ebtables-user@lists.sourceforge.net
1573L: ebtables-devel@lists.sourceforge.net
1574W: http://ebtables.sourceforge.net/
1575S: Maintained
1576
Michael Halcrow237fead2006-10-04 02:16:22 -07001577ECRYPT FILE SYSTEM
Michael Halcrow6dc75162008-12-15 13:54:17 -08001578P: Tyler Hicks, Dustin Kirkland
1579M: tyhicks@linux.vnet.ibm.com, kirkland@canonical.com
1580L: ecryptfs-devel@lists.launchpad.net
1581W: https://launchpad.net/ecryptfs
Michael Halcrow237fead2006-10-04 02:16:22 -07001582S: Supported
1583
Alan Coxda9bb1d2006-01-18 17:44:13 -08001584EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001585P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001586M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001587L: bluesmoke-devel@lists.sourceforge.net
1588W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001589S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001590
1591EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001592P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001593P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001594M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001595M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001596L: bluesmoke-devel@lists.sourceforge.net
1597W: bluesmoke.sourceforge.net
1598S: Maintained
1599
1600EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001601P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001602M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001603L: bluesmoke-devel@lists.sourceforge.net
1604W: bluesmoke.sourceforge.net
1605S: Maintained
1606
Douglas Thompson6bc78402007-07-19 01:50:12 -07001607EDAC-I82443BXGX
1608P: Tim Small
1609M: tim@buttersideup.com
1610L: bluesmoke-devel@lists.sourceforge.net
1611W: bluesmoke.sourceforge.net
1612S: Maintained
1613
1614EDAC-I3000
1615P: Jason Uhlenkott
1616M: juhlenko@akamai.com
1617L: bluesmoke-devel@lists.sourceforge.net
1618W: bluesmoke.sourceforge.net
1619S: Maintained
1620
1621EDAC-I5000
1622P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001623M: dougthompson@xmission.com
1624L: bluesmoke-devel@lists.sourceforge.net
1625W: bluesmoke.sourceforge.net
1626S: Maintained
1627
Mauro Carvalho Chehab44c12cb2009-01-15 13:50:49 -08001628EDAC-I5400
1629P: Mauro Carvalho Chehab
1630M: mchehab@redhat.com
1631L: bluesmoke-devel@lists.sourceforge.net
1632W: bluesmoke.sourceforge.net
1633S: Maintained
1634
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001635EDAC-I82975X
1636P: Ranganathan Desikan
1637P: Arvind R.
1638M: rdesikan@jetzbroadband.com
1639M: arvind@acarlab.com
1640L: bluesmoke-devel@lists.sourceforge.net
1641W: bluesmoke.sourceforge.net
1642S: Maintained
1643
1644EDAC-PASEMI
1645P: Egor Martovetsky
1646M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001647L: bluesmoke-devel@lists.sourceforge.net
1648W: bluesmoke.sourceforge.net
1649S: Maintained
1650
Dave Peterson0e438e32006-03-26 01:38:55 -08001651EDAC-R82600
1652P: Tim Small
1653M: tim@buttersideup.com
1654L: bluesmoke-devel@lists.sourceforge.net
1655W: bluesmoke.sourceforge.net
1656S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001657
Eric Coopere59f8792008-03-13 12:55:46 +01001658EEEPC LAPTOP EXTRAS DRIVER
1659P: Corentin Chary
1660M: corentincj@iksaif.net
1661L: acpi4asus-user@lists.sourceforge.net
1662W: http://sourceforge.net/projects/acpi4asus
1663S: Maintained
1664
Josh Triplett0bee8d22006-07-30 03:03:58 -07001665EFS FILESYSTEM
1666W: http://aeschi.ch.eu.org/efs/
1667S: Orphan
1668
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001669EHCA (IBM GX bus InfiniBand adapter) DRIVER
Heiko J Schickfab97222006-09-22 15:22:22 -07001670P: Hoang-Nam Nguyen
1671M: hnguyen@de.ibm.com
1672P: Christoph Raisch
1673M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001674L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001675S: Supported
1676
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001677EMBEDDED LINUX
1678P: Paul Gortmaker
1679M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001680P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001681M: dwmw2@infradead.org
1682L: linux-embedded@vger.kernel.org
1683S: Maintained
1684
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001685EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001686P: James Smart
1687M: james.smart@emulex.com
1688L: linux-scsi@vger.kernel.org
1689W: http://sourceforge.net/projects/lpfcxxxx
1690S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001691
Linus Torvalds1da177e2005-04-16 15:20:36 -07001692EPSON 1355 FRAMEBUFFER DRIVER
1693P: Christopher Hoover
1694M: ch@murgatroid.com, ch@hpl.hp.com
1695S: Maintained
1696
Kristoffer Ericsond5ca9002008-10-15 22:03:54 -07001697EPSON S1D13XXX FRAMEBUFFER DRIVER
1698P: Kristoffer Ericson
1699M: kristoffer.ericson@gmail.com
1700S: Maintained
1701
Linus Torvalds1da177e2005-04-16 15:20:36 -07001702ETHEREXPRESS-16 NETWORK DRIVER
1703P: Philip Blundell
1704M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001705L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001706S: Maintained
1707
1708ETHERNET BRIDGE
1709P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001710M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001711L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001712W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001713S: Maintained
1714
1715ETHERTEAM 16I DRIVER
1716P: Mika Kuoppala
1717M: miku@iki.fi
1718S: Maintained
1719
1720EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001721L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001722S: Maintained
1723
1724EXT3 FILE SYSTEM
1725P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001726M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001727L: linux-ext4@vger.kernel.org
1728S: Maintained
1729
1730EXT4 FILE SYSTEM
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001731P: Theodore Ts'o
1732M: tytso@mit.edu, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001733L: linux-ext4@vger.kernel.org
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001734W: http://ext4.wiki.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001735S: Maintained
1736
Jean Delvaree53004e2006-01-09 23:26:14 +01001737F71805F HARDWARE MONITORING DRIVER
1738P: Jean Delvare
1739M: khali@linux-fr.org
1740L: lm-sensors@lm-sensors.org
1741S: Maintained
1742
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743FARSYNC SYNCHRONOUS DRIVER
1744P: Kevin Curtis
1745M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001746W: http://www.farsite.co.uk/
1747S: Supported
1748
Akinobu Mitac5408b82007-04-23 14:41:20 -07001749FAULT INJECTION SUPPORT
1750P: Akinobu Mita
1751M: akinobu.mita@gmail.com
1752S: Supported
1753
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001754FILE LOCKING (flock() and fcntl()/lockf())
1755P: Matthew Wilcox
1756M: matthew@wil.cx
1757L: linux-fsdevel@vger.kernel.org
1758S: Maintained
1759
1760FILESYSTEMS (VFS and infrastructure)
1761P: Alexander Viro
1762M: viro@zeniv.linux.org.uk
1763L: linux-fsdevel@vger.kernel.org
1764S: Maintained
1765
1766FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1767P: Kristian Hoegsberg, Stefan Richter
1768M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1769L: linux1394-devel@lists.sourceforge.net
1770W: http://www.linux1394.org/
1771T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1772S: Maintained
1773
1774FIRMWARE LOADER (request_firmware)
1775L: linux-kernel@vger.kernel.org
1776S: Orphan
1777
1778FPU EMULATOR
1779P: Bill Metzenthen
1780M: billm@suburbia.net
1781W: http://suburbia.net/~billm/floating-point/emulator/
1782S: Maintained
1783
1784FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1785P: Mike McLagan
1786M: mike.mclagan@linux.org
1787L: netdev@vger.kernel.org
1788S: Maintained
1789
Linus Torvalds1da177e2005-04-16 15:20:36 -07001790FRAMEBUFFER LAYER
1791P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001792M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001793L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001794W: http://linux-fbdev.sourceforge.net/
1795S: Maintained
1796
Zhang Wei173acc72008-03-01 07:42:48 -07001797FREESCALE DMA DRIVER
Zhang Wei76b0c7882008-05-13 14:44:59 -07001798P: Li Yang
1799M: leoli@freescale.com
1800P: Zhang Wei
1801M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001802L: linuxppc-embedded@ozlabs.org
1803L: linux-kernel@vger.kernel.org
1804S: Maintained
1805
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001806FREESCALE I2C CPM DRIVER
1807P: Jochen Friedrich
1808M: jochen@scram.de
1809L: linuxppc-dev@ozlabs.org
Jean Delvare846557d2008-10-30 15:55:47 +01001810L: linux-i2c@vger.kernel.org
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001811S: Maintained
1812
Sascha Hauer60e8c5a2008-12-16 11:44:06 +01001813FREESCALE IMX / MXC FRAMEBUFFER DRIVER
1814P: Sascha Hauer
1815M: kernel@pengutronix.de
1816L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1817L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1818S: Maintained
1819
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001820FREESCALE SOC FS_ENET DRIVER
1821P: Pantelis Antoniou
1822M: pantelis.antoniou@gmail.com
1823P: Vitaly Bordug
1824M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001825L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001826L: netdev@vger.kernel.org
1827S: Maintained
1828
Timur Tabid9e9d822008-04-24 08:45:26 +10001829FREESCALE QUICC ENGINE LIBRARY
1830P: Timur Tabi
1831M: timur@freescale.com
1832L: linuxppc-dev@ozlabs.org
1833S: Supported
1834
Li Yanga7205b32007-04-23 10:38:18 -07001835FREESCALE HIGHSPEED USB DEVICE DRIVER
1836P: Li Yang
1837M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001838L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001839L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001840S: Maintained
1841
Li Yangbeaf53b2007-05-25 13:54:02 +08001842FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1843P: Li Yang
1844M: leoli@freescale.com
1845L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001846L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001847S: Maintained
1848
Timur Tabid9e9d822008-04-24 08:45:26 +10001849FREESCALE QUICC ENGINE UCC UART DRIVER
1850P: Timur Tabi
1851M: timur@freescale.com
1852L: linuxppc-dev@ozlabs.org
1853S: Supported
1854
1855FREESCALE SOC SOUND DRIVERS
1856P: Timur Tabi
1857M: timur@freescale.com
1858L: alsa-devel@alsa-project.org
1859L: linuxppc-dev@ozlabs.org
1860S: Supported
1861
Linus Torvalds1da177e2005-04-16 15:20:36 -07001862FREEVXFS FILESYSTEM
1863P: Christoph Hellwig
1864M: hch@infradead.org
1865W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1866S: Maintained
1867
Pavel Machek71038f52009-01-15 13:51:02 -08001868FREEZER
1869P: Pavel Machek
1870M: pavel@suse.cz
1871P: Rafael J. Wysocki
1872M: rjw@sisk.pl
1873L: linux-pm@lists.linux-foundation.org
1874S: Supported
1875
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001876FTRACE
1877P: Steven Rostedt
Steven Rostedt8e324c12008-11-19 15:36:43 -08001878M: rostedt@goodmis.org
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001879S: Maintained
1880
David Howells5ab7ffe2007-04-10 15:10:45 +01001881FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882P: David Howells
1883M: dhowells@redhat.com
1884S: Maintained
1885
Jonathan Woithe20b93732008-06-11 10:14:56 +09301886FUJITSU LAPTOP EXTRAS
1887P: Jonathan Woithe
1888M: jwoithe@physics.adelaide.edu.au
1889L: linux-acpi@vger.kernel.org
1890S: Maintained
1891
Miklos Szeredi04578f12005-09-09 13:10:22 -07001892FUSE: FILESYSTEM IN USERSPACE
1893P: Miklos Szeredi
1894M: miklos@szeredi.hu
1895L: fuse-devel@lists.sourceforge.net
1896W: http://fuse.sourceforge.net/
1897S: Maintained
1898
Linus Torvalds1da177e2005-04-16 15:20:36 -07001899FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1900P: Rik Faith
1901M: faith@cs.unc.edu
1902L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001903S: Odd Fixes (e.g., new signatures)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904
1905GDT SCSI DISK ARRAY CONTROLLER DRIVER
1906P: Achim Leubner
1907M: achim_leubner@adaptec.com
1908L: linux-scsi@vger.kernel.org
1909W: http://www.icp-vortex.com/
1910S: Supported
1911
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001912GENERIC GPIO I2C DRIVER
1913P: Haavard Skinnemoen
1914M: hskinnemoen@atmel.com
1915S: Supported
1916
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01001917GENERIC HDLC (WAN) DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001918P: Krzysztof Halasa
1919M: khc@pm.waw.pl
1920W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1921S: Maintained
1922
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001923GFS2 FILE SYSTEM
1924P: Steven Whitehouse
1925M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001926L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001927W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001928T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1929T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001930S: Supported
1931
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001932GIGASET ISDN DRIVERS
1933P: Hansjoerg Lipp
1934M: hjlipp@web.de
1935P: Tilman Schmidt
1936M: tilman@imap.cc
1937L: gigaset307x-common@lists.sourceforge.net
1938W: http://gigaset307x.sourceforge.net/
1939S: Maintained
1940
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001941HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
Frank Seidel211e3e02009-02-17 19:59:54 +01001942P: Frank Seidel
1943M: frank@f-seidel.de
1944L: lm-sensors@lm-sensors.org
1945W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001946S: Maintained
1947
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001948GSPCA FINEPIX SUBDRIVER
1949P: Frank Zago
1950M: frank@zago.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001951L: linux-media@vger.kernel.org
1952T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001953S: Maintained
1954
1955GSPCA M5602 SUBDRIVER
1956P: Erik Andren
1957M: erik.andren@gmail.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001958L: linux-media@vger.kernel.org
1959T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001960S: Maintained
1961
1962GSPCA PAC207 SONIXB SUBDRIVER
1963P: Hans de Goede
1964M: hdegoede@redhat.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001965L: linux-media@vger.kernel.org
1966T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001967S: Maintained
1968
1969GSPCA T613 SUBDRIVER
1970P: Leandro Costantino
1971M: lcostantino@gmail.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001972L: linux-media@vger.kernel.org
1973T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001974S: Maintained
1975
1976GSPCA USB WEBCAM DRIVER
1977P: Jean-Francois Moine
1978M: moinejf@free.fr
1979W: http://moinejf.free.fr
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001980L: linux-media@vger.kernel.org
1981T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001982S: Maintained
1983
Jean Delvare5b543962005-08-15 19:51:02 +02001984HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001985L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001986W: http://www.lm-sensors.org/
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001987S: Orphan
Jean Delvare5b543962005-08-15 19:51:02 +02001988
Michael Buesch844dd052006-06-26 00:24:59 -07001989HARDWARE RANDOM NUMBER GENERATOR CORE
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001990S: Orphan
Michael Buesch844dd052006-06-26 00:24:59 -07001991
Linus Torvalds1da177e2005-04-16 15:20:36 -07001992HARMONY SOUND DRIVER
1993P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001994M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001995L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001996S: Maintained
1997
1998HAYES ESP SERIAL DRIVER
1999P: Andrew J. Robinson
2000M: arobinso@nyx.net
2001L: linux-kernel@vger.kernel.org
2002W: http://www.nyx.net/~arobinso
2003S: Maintained
2004
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002005HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
2006P: Chirag Kantharia
2007M: chirag.kantharia@hp.com
2008L: iss_storagedev@hp.com
2009S: Maintained
2010
2011HEWLETT-PACKARD SMART2 RAID DRIVER
2012P: Chirag Kantharia
2013M: chirag.kantharia@hp.com
2014L: iss_storagedev@hp.com
2015S: Maintained
2016
2017HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2018P: Mike Miller
2019M: mike.miller@hp.com
2020L: iss_storagedev@hp.com
2021S: Supported
2022
Linus Torvalds1da177e2005-04-16 15:20:36 -07002023HFS FILESYSTEM
2024P: Roman Zippel
2025M: zippel@linux-m68k.org
2026L: linux-kernel@vger.kernel.org
2027S: Maintained
2028
2029HGA FRAMEBUFFER DRIVER
2030P: Ferenc Bakonyi
2031M: fero@drama.obuda.kando.hu
2032L: linux-nvidia@lists.surfsouth.com
2033W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2034S: Maintained
2035
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002036HIBERNATION (aka Software Suspend, aka swsusp)
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002037P: Pavel Machek
Pavel Machekef35ce22009-02-18 14:48:16 -08002038M: pavel@ucw.cz
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002039P: Rafael J. Wysocki
2040M: rjw@sisk.pl
2041L: linux-pm@lists.linux-foundation.org
2042S: Supported
2043
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01002044HID CORE LAYER
2045P: Jiri Kosina
2046M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002047L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01002048T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01002049S: Maintained
2050
Ingo Molnar38bed542007-02-22 09:09:34 +01002051HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2052P: Thomas Gleixner
2053M: tglx@linutronix.de
2054L: linux-kernel@vger.kernel.org
2055S: Maintained
2056
Linus Torvalds1da177e2005-04-16 15:20:36 -07002057HIGH-SPEED SCC DRIVER FOR AX.25
2058P: Klaus Kudielka
2059M: klaus.kudielka@ieee.org
2060L: linux-hams@vger.kernel.org
2061W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2062S: Maintained
2063
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08002064HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2065P: HighPoint Linux Team
2066M: linux@highpoint-tech.com
2067W: http://www.highpoint-tech.com
2068S: Supported
2069
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070HIPPI
2071P: Jes Sorensen
2072M: jes@trained-monkey.org
2073L: linux-hippi@sunsite.dk
2074S: Maintained
2075
Jouni Malinenff1d2762005-05-12 22:54:16 -04002076HOST AP DRIVER
2077P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07002078M: j@w1.fi
2079L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07002080L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04002081W: http://hostap.epitest.fi/
2082S: Maintained
2083
Carlos Corbachodd8cd772008-02-05 02:17:15 +00002084HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2085P: Carlos Corbacho
2086M: carlos@strangeworlds.co.uk
2087S: Odd Fixes
2088
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002089HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2090P: Jaroslav Kysela
2091M: perex@perex.cz
2092S: Maintained
2093
Clemens Ladischd36e74c2008-07-23 21:26:46 -07002094HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08002095P: Clemens Ladisch
2096M: clemens@ladisch.de
2097S: Maintained
2098
2099HPET: i386
2100P: Venkatesh Pallipadi (Venki)
2101M: venkatesh.pallipadi@intel.com
2102S: Maintained
2103
2104HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02002105P: Vojtech Pavlik
2106M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08002107S: Maintained
2108
2109HPET: ACPI hpet.c
2110P: Bob Picco
2111M: bob.picco@hp.com
2112S: Maintained
2113
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114HPFS FILESYSTEM
2115P: Mikulas Patocka
2116M: mikulas@artax.karlin.mff.cuni.cz
2117W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2118S: Maintained
2119
Denis Joseph Barrow11cd29b2009-01-02 13:50:36 +00002120HSO 3G Modem Driver (hso.c)
2121P: Denis Joseph Barrow
2122M: d.barow@option.com
2123W: http://www.pharscape.org
2124S: Maintained
2125
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002126HTCPEN TOUCHSCREEN DRIVER
2127P: Pau Oliva Fora
2128M: pof@eslack.org
2129L: linux-input@vger.kernel.org
2130S: Maintained
2131
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132HUGETLB FILESYSTEM
2133P: William Irwin
2134M: wli@holomorphy.com
2135S: Maintained
2136
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002137I2C/SMBUS STUB DRIVER
2138P: Mark M. Hoffman
2139M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01002140L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002141S: Maintained
2142
Jean Delvare5b543962005-08-15 19:51:02 +02002143I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002144P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002146P: Ben Dooks (embedded platforms)
2147M: ben-linux@fluff.org
Jean Delvare846557d2008-10-30 15:55:47 +01002148L: linux-i2c@vger.kernel.org
Jean Delvarea01064a2009-01-26 21:19:53 +01002149W: http://i2c.wiki.kernel.org/
2150T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151S: Maintained
2152
Till Harbaume8c76ee2007-05-01 23:26:35 +02002153I2C-TINY-USB DRIVER
2154P: Till Harbaum
2155M: till@harbaum.org
Jean Delvare846557d2008-10-30 15:55:47 +01002156L: linux-i2c@vger.kernel.org
Till Harbaume8c76ee2007-05-01 23:26:35 +02002157T: http://www.harbaum.org/till/i2c_tiny_usb
2158S: Maintained
2159
Linus Torvalds1da177e2005-04-16 15:20:36 -07002160i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002161P: H. Peter Anvin
2162M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163L: Linux-Kernel@vger.kernel.org
2164S: Maintained
2165
2166i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002167P: H. Peter Anvin
2168M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002169T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002170S: Maintained
2171
Linus Torvalds1da177e2005-04-16 15:20:36 -07002172IA64 (Itanium) PLATFORM
2173P: Tony Luck
2174M: tony.luck@intel.com
2175L: linux-ia64@vger.kernel.org
2176W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002177T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178S: Maintained
2179
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180IBM MCA SCSI SUBSYSTEM DRIVER
2181P: Michael Lang
2182M: langa2@kph.uni-mainz.de
2183W: http://www.uni-mainz.de/~langm000/linux.html
2184S: Maintained
2185
2186IBM Power Linux RAID adapter
2187P: Brian King
2188M: brking@us.ibm.com
2189S: Supported
2190
2191IBM ServeRAID RAID DRIVER
2192P: Jack Hammer
2193P: Dave Jeffery
2194M: ipslinux@adaptec.com
2195W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002196S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002197
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002198IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002199P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002200M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002201L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002202T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002203S: Maintained
2204
2205IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002206P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002207M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002208L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002209S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002210
2211IDE/ATAPI FLOPPY DRIVERS
2212P: Paul Bristow
2213M: Paul Bristow <paul@paulbristow.net>
2214W: http://paulbristow.net/linux/idefloppy.html
2215L: linux-kernel@vger.kernel.org
2216S: Maintained
2217
2218IDE/ATAPI TAPE DRIVERS
2219P: Gadi Oxman
2220M: Gadi Oxman <gadio@netvision.net.il>
2221L: linux-kernel@vger.kernel.org
2222S: Maintained
2223
Andy Henroid27471fd2008-10-09 11:45:22 -07002224IDLE-I7300
2225P: Andy Henroid
2226M: andrew.d.henroid@intel.com
2227L: linux-pm@lists.linux-foundation.org
2228S: Supported
2229
Stefan Richterf148e202008-01-12 12:32:44 +01002230IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002231P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002232M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002233P: Stefan Richter
2234M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002235L: linux1394-devel@lists.sourceforge.net
2236W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002237T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002238S: Maintained
2239
Stefan Richterf51a5a92007-04-23 14:41:10 -07002240IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002241P: Dan Dennedy
2242M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002243P: Stefan Richter
2244M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002245L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002246S: Maintained
2247
Mimi Zoharaa7168f2009-02-04 09:07:03 -05002248INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2249P: Mimi Zohar
2250M: zohar@us.ibm.com
2251S: Supported
2252
Linus Torvalds1da177e2005-04-16 15:20:36 -07002253IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002254L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002255S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002256
2257INFINIBAND SUBSYSTEM
2258P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002259M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002260P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002261M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002262P: Hal Rosenstock
Jean Delvare795fb7e2008-09-20 12:33:08 +02002263M: hal.rosenstock@gmail.com
Randy Dunlap40b0bb12009-02-04 15:12:13 -08002264L: general@lists.openfabrics.org (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002265W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002266T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002267S: Supported
2268
Robert Lovec9f04f52005-07-15 12:21:07 -04002269INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01002270P: John McCutchan
John McCutchan52af8942008-12-17 17:43:02 -08002271M: john@johnmccutchan.com
Cal Peake18b36c712006-12-12 20:18:16 +01002272P: Robert Love
John McCutchan52af8942008-12-17 17:43:02 -08002273M: rlove@rlove.org
Robert Lovec9f04f52005-07-15 12:21:07 -04002274L: linux-kernel@vger.kernel.org
2275S: Maintained
2276
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002277INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2278P: Dmitry Torokhov
2279M: dmitry.torokhov@gmail.com
2280M: dtor@mail.ru
2281L: linux-input@vger.kernel.org
2282T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2283S: Maintained
2284
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002285INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002286P: Sylvain Meyer
2287M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002288L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002289S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002290
Linus Torvalds1da177e2005-04-16 15:20:36 -07002291INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002292P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002293M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002294L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002295S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296
Thomas, Sujithf4a9bc42008-11-05 16:15:31 +05302297INTEL MENLOW THERMAL DRIVER
2298P: Sujith Thomas
2299M: sujith.thomas@intel.com
2300L: linux-acpi@vger.kernel.org
2301W: http://www.lesswatts.org/projects/acpi/
2302S: Supported
2303
Linus Torvalds1da177e2005-04-16 15:20:36 -07002304INTEL IA32 MICROCODE UPDATE SUPPORT
2305P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002306M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002307S: Maintained
2308
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002309INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002310P: Maciej Sosnowski
2311M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002312L: linux-kernel@vger.kernel.org
2313S: Supported
2314
David Woodhouse6c8909b2008-10-18 16:12:17 +01002315INTEL IOMMU (VT-d)
2316P: David Woodhouse
2317M: dwmw2@infradead.org
2318L: iommu@lists.linux-foundation.org
2319T: git://git.infradead.org/iommu-2.6.git
2320S: Supported
2321
Dan Williamsb3e5f262007-08-07 10:26:35 -07002322INTEL IOP-ADMA DMA DRIVER
2323P: Dan Williams
2324M: dan.j.williams@intel.com
2325L: linux-kernel@vger.kernel.org
2326S: Supported
2327
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01002328INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2329P: Krzysztof Halasa
2330M: khc@pm.waw.pl
2331S: Maintained
2332
Michael Buesch844dd052006-06-26 00:24:59 -07002333INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2334P: Deepak Saxena
2335M: dsaxena@plexity.net
2336S: Maintained
2337
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002338INTEL IXP2000 ETHERNET DRIVER
2339P: Lennert Buytenhek
2340M: kernel@wantstofly.org
2341L: netdev@vger.kernel.org
2342S: Maintained
2343
Auke Kokd94e6fe2008-03-03 14:37:47 -08002344INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002345P: Jeff Kirsher
2346M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002347P: Jesse Brandeburg
2348M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002349P: Bruce Allan
2350M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002351P: PJ Waskiewicz
2352M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002353P: John Ronciak
2354M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002355L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002356W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002357S: Supported
2358
James Ketrenos826d2ab2005-11-07 18:56:59 -06002359INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002360P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002361M: yi.zhu@intel.com
2362P: James Ketrenos
2363M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002364P: Reinette Chatre
2365M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002366L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002367L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002368W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002369W: http://ipw2100.sourceforge.net
2370S: Supported
2371
2372INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002373P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002374M: yi.zhu@intel.com
2375P: James Ketrenos
2376M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002377P: Reinette Chatre
2378M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002379L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002380L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002381W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002382W: http://ipw2200.sourceforge.net
2383S: Supported
2384
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08002385INTEL WIRELESS WIMAX CONNECTION 2400
2386P: Inaky Perez-Gonzalez
2387M: inaky.perez-gonzalez@intel.com
2388M: linux-wimax@intel.com
2389L: wimax@linuxwimax.org
2390S: Supported
2391W: http://linuxwimax.org
2392
Zhu Yib481de92007-09-25 17:54:57 -07002393INTEL WIRELESS WIFI LINK (iwlwifi)
2394P: Zhu Yi
2395M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002396P: Reinette Chatre
2397M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002398L: linux-wireless@vger.kernel.org
2399L: ipw3945-devel@lists.sourceforge.net
2400W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002401T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002402S: Supported
2403
Ralf Baechlecb109a02007-08-30 23:56:30 -07002404IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002405P: Ralf Baechle
2406M: ralf@linux-mips.org
2407L: linux-mips@linux-mips.org
2408S: Maintained
2409
Ralf Baechlecb109a02007-08-30 23:56:30 -07002410IOC3 SERIAL DRIVER
2411P: Pat Gefre
2412M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002413L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002414S: Maintained
2415
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002416IP MASQUERADING
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417P: Juanjo Ciarlante
2418M: jjciarla@raiz.uncu.edu.ar
2419S: Maintained
2420
Francois Romieu1202d6f2007-09-17 17:13:55 -07002421IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2422P: Francois Romieu
2423M: romieu@fr.zoreil.com
2424P: Sorbica Shieh
2425M: sorbica@icplus.com.tw
2426P: Jesse Huang
2427M: jesse@icplus.com.tw
2428L: netdev@vger.kernel.org
2429S: Maintained
2430
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002431IPATH DRIVER
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002432P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002433M: infinipath@qlogic.com
2434L: general@lists.openfabrics.org
2435T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002436S: Supported
2437
Corey Minyard4409ebe2006-04-20 02:43:12 -07002438IPMI SUBSYSTEM
2439P: Corey Minyard
2440M: minyard@acm.org
2441L: openipmi-developer@lists.sourceforge.net
2442W: http://openipmi.sourceforge.net/
2443S: Supported
2444
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002445IPS SCSI RAID DRIVER
2446P: Adaptec OEM Raid Solutions
2447M: aacraid@adaptec.com
2448L: linux-scsi@vger.kernel.org
2449W: http://www.adaptec.com/
2450S: Maintained
2451
2452IPVS
2453P: Wensong Zhang
2454M: wensong@linux-vs.org
2455P: Simon Horman
2456M: horms@verge.net.au
2457P: Julian Anastasov
2458M: ja@ssi.bg
Ralf Baechle979b6c12005-06-13 14:30:40 -07002459L: netdev@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002460L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002461S: Maintained
2462
Randy Dunlape7839f22008-10-12 16:11:45 -07002463IPWIRELESS DRIVER
David Sterba099dc4f2008-02-07 10:57:12 +01002464P: Jiri Kosina
2465M: jkosina@suse.cz
2466P: David Sterba
2467M: dsterba@suse.cz
2468S: Maintained
2469T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2470
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002471IPX NETWORK LAYER
2472P: Arnaldo Carvalho de Melo
2473M: acme@ghostprotocols.net
2474L: netdev@vger.kernel.org
2475S: Maintained
2476
Linus Torvalds1da177e2005-04-16 15:20:36 -07002477IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002478P: Samuel Ortiz
2479M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002480L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002481W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002482S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002483
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002484ISAPNP
2485P: Jaroslav Kysela
2486M: perex@perex.cz
2487S: Maintained
2488
Mike Christie14816b1e2007-11-28 16:22:06 -08002489ISCSI
2490P: Mike Christie
2491M: michaelc@cs.wisc.edu
2492L: open-iscsi@googlegroups.com
2493W: www.open-iscsi.org
2494T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2495S: Maintained
2496
Linus Torvalds1da177e2005-04-16 15:20:36 -07002497ISDN SUBSYSTEM
2498P: Karsten Keil
Karsten Keilfbfd8b52009-03-01 18:04:53 +01002499M: isdn@linux-pingi.de
Paul Bolled5d52272008-04-15 00:40:48 -07002500L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002502T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002503S: Maintained
2504
2505ISDN SUBSYSTEM (Eicon active card driver)
2506P: Armin Schindler
2507M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002508L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002509W: http://www.melware.de
2510S: Maintained
2511
Hans Verkuil91821ff2007-12-02 09:35:33 -03002512IVTV VIDEO4LINUX DRIVER
2513P: Hans Verkuil
2514M: hverkuil@xs4all.nl
2515L: ivtv-devel@ivtvdriver.org
2516L: ivtv-users@ivtvdriver.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03002517L: linux-media@vger.kernel.org
2518T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Hans Verkuil91821ff2007-12-02 09:35:33 -03002519W: http://www.ivtvdriver.org
2520S: Maintained
2521
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002522JFS FILESYSTEM
2523P: Dave Kleikamp
2524M: shaggy@austin.ibm.com
2525L: jfs-discussion@lists.sourceforge.net
2526W: http://jfs.sourceforge.net/
2527T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2528S: Supported
2529
Guo-Fu Tseng95252232008-09-16 01:00:11 +08002530JME NETWORK DRIVER
2531P: Guo-Fu Tseng
2532M: cooldavid@cooldavid.org
2533L: netdev@vger.kernel.org
2534S: Maintained
2535
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2537P: David Woodhouse
2538M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002539L: linux-mtd@lists.infradead.org
2540W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002541S: Maintained
2542
Josh Triplettde456d32006-07-30 03:04:00 -07002543JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002544P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002545M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002546L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002547S: Maintained
2548
Rudolf Marek4660cb32006-10-08 22:01:26 +02002549K8TEMP HARDWARE MONITORING DRIVER
2550P: Rudolf Marek
2551M: r.marek@assembler.cz
2552L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553S: Maintained
2554
2555KCONFIG
2556P: Roman Zippel
2557M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002558L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002559S: Maintained
2560
Vivek Goyalea6c2082006-05-20 14:59:55 -07002561KDUMP
2562P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002563M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002564P: Haren Myneni
2565M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002566L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002567L: linux-kernel@vger.kernel.org
2568W: http://lse.sourceforge.net/kdump/
2569S: Maintained
2570
Linus Torvalds1da177e2005-04-16 15:20:36 -07002571KERNEL AUTOMOUNTER (AUTOFS)
2572P: H. Peter Anvin
2573M: hpa@zytor.com
2574L: autofs@linux.kernel.org
2575S: Odd Fixes
2576
2577KERNEL AUTOMOUNTER v4 (AUTOFS4)
2578P: Ian Kent
2579M: raven@themaw.net
2580L: autofs@linux.kernel.org
2581S: Maintained
2582
2583KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002584P: Sam Ravnborg
2585M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002586T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2587T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002588L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002589S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002590
2591KERNEL JANITORS
2592P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002593L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002594W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002595S: Maintained
2596
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002597KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002598P: J. Bruce Fields
2599M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002600P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002601M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002602L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002603W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002604S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605
Avi Kivity426d62e2006-12-13 00:34:03 -08002606KERNEL VIRTUAL MACHINE (KVM)
2607P: Avi Kivity
Avi Kivity9ea1de42008-09-19 19:25:30 -07002608M: avi@redhat.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002609L: kvm@vger.kernel.org
2610W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002611S: Supported
2612
Joerg Roedelad8003d2008-09-10 20:01:07 +02002613KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2614P: Joerg Roedel
2615M: joerg.roedel@amd.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002616L: kvm@vger.kernel.org
2617W: http://kvm.qumranet.com
2618S: Supported
2619
Hollis Blanchard513014b2008-04-16 23:28:08 -05002620KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2621P: Hollis Blanchard
2622M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002623L: kvm-ppc@vger.kernel.org
2624W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002625S: Supported
2626
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002627KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002628P: Xiantao Zhang
2629M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002630L: kvm-ia64@vger.kernel.org
2631W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002632S: Supported
2633
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002634KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2635P: Carsten Otte
2636M: cotte@de.ibm.com
2637P: Christian Borntraeger
2638M: borntraeger@de.ibm.com
2639M: linux390@de.ibm.com
2640L: linux-s390@vger.kernel.org
2641W: http://www.ibm.com/developerworks/linux/linux390/
2642S: Supported
2643
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002644KEXEC
2645P: Eric Biederman
2646M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002647W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002648L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002649L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002650S: Maintained
2651
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002652KGDB
2653P: Jason Wessel
2654M: jason.wessel@windriver.com
2655L: kgdb-bugreport@lists.sourceforge.net
2656S: Maintained
2657
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002658KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002659P: Ananth N Mavinakayanahalli
2660M: ananth@in.ibm.com
2661P: Anil S Keshavamurthy
2662M: anil.s.keshavamurthy@intel.com
2663P: David S. Miller
2664M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002665P: Masami Hiramatsu
2666M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002667L: linux-kernel@vger.kernel.org
2668S: Maintained
2669
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002670KS0108 LCD CONTROLLER DRIVER
2671P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002672M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002673L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002674W: http://miguelojeda.es/auxdisplay.htm
2675W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002676S: Maintained
2677
Linus Torvalds1da177e2005-04-16 15:20:36 -07002678LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002679L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002680S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002681
2682LASI 53c700 driver for PARISC
2683P: James E.J. Bottomley
2684M: James.Bottomley@HansenPartnership.com
2685L: linux-scsi@vger.kernel.org
2686S: Maintained
2687
Richard Purdie263de9b2006-05-15 09:44:16 -07002688LED SUBSYSTEM
2689P: Richard Purdie
2690M: rpurdie@rpsys.net
2691S: Maintained
2692
Linus Torvalds1da177e2005-04-16 15:20:36 -07002693LEGO USB Tower driver
2694P: Juergen Stuber
2695M: starblue@users.sourceforge.net
2696L: legousb-devel@lists.sourceforge.net
2697W: http://legousb.sourceforge.net/
2698S: Maintained
2699
Rusty Russell568a17f2007-10-25 14:12:24 +10002700LGUEST
2701P: Rusty Russell
2702M: rusty@rustcorp.com.au
2703L: lguest@ozlabs.org
2704W: http://lguest.ozlabs.org/
2705S: Maintained
2706
Linus Torvalds1da177e2005-04-16 15:20:36 -07002707LINUX FOR IBM pSERIES (RS/6000)
2708P: Paul Mackerras
2709M: paulus@au.ibm.com
2710W: http://www.ibm.com/linux/ltc/projects/ppc
2711S: Supported
2712
2713LINUX FOR NCR VOYAGER
2714P: James Bottomley
2715M: James.Bottomley@HansenPartnership.com
2716W: http://www.hansenpartnership.com/voyager
2717S: Maintained
2718
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002719LINUX FOR POWERPC (32-BIT AND 64-BIT)
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002720P: Benjamin Herrenschmidt
2721M: benh@kernel.crashing.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002722P: Paul Mackerras
2723M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002724W: http://www.penguinppc.org/
2725L: linuxppc-dev@ozlabs.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002726T: git kernel.org:/pub/scm/linux/kernel/git/benh/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002727S: Supported
2728
2729LINUX FOR POWER MACINTOSH
2730P: Benjamin Herrenschmidt
2731M: benh@kernel.crashing.org
2732W: http://www.penguinppc.org/
2733L: linuxppc-dev@ozlabs.org
2734S: Maintained
2735
Grant Likely77a76362008-07-12 12:11:43 -06002736LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002737P: Sylvain Munaut
2738M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002739P: Grant Likely
2740M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002741L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002742S: Maintained
2743
2744LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002745P: Josh Boyer
2746M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747P: Matt Porter
2748M: mporter@kernel.crashing.org
2749W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002750L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002751T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002752S: Maintained
2753
Grant Likely260c02a2007-10-02 12:15:34 +10002754LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2755P: Grant Likely
2756M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002757W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002758L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002759S: Maintained
2760
Tom Rinie93adf12005-07-26 12:49:53 -07002761LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002762P: Vitaly Bordug
2763M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002764P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002765M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002766W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002767L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002768S: Maintained
2769
Linus Torvalds1da177e2005-04-16 15:20:36 -07002770LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002771P: Kumar Gala
2772M: galak@kernel.crashing.org
2773W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002774L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002775S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002776
Olof Johanssonab06ff32006-09-06 14:44:54 -05002777LINUX FOR POWERPC PA SEMI PWRFICIENT
2778P: Olof Johansson
2779M: olof@lixom.net
2780W: http://www.pasemi.com/
2781L: linuxppc-dev@ozlabs.org
2782S: Supported
2783
Linus Torvalds1da177e2005-04-16 15:20:36 -07002784LINUX SECURITY MODULE (LSM) FRAMEWORK
2785P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002786M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002787L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002788T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002789S: Supported
2790
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002791LLC (802.2)
2792P: Arnaldo Carvalho de Melo
2793M: acme@ghostprotocols.net
2794S: Maintained
2795
Pavel Machek455fbdd2008-11-12 13:27:02 -08002796LIS3LV02D ACCELEROMETER DRIVER
2797P: Eric Piel
2798M: eric.piel@tremplin-utc.net
2799S: Maintained
2800
Linus Torvalds1da177e2005-04-16 15:20:36 -07002801LM83 HARDWARE MONITOR DRIVER
2802P: Jean Delvare
2803M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002804L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002805S: Maintained
2806
2807LM90 HARDWARE MONITOR DRIVER
2808P: Jean Delvare
2809M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002810L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811S: Maintained
2812
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002813LOCKDEP AND LOCKSTAT
2814P: Peter Zijlstra
2815M: peterz@infradead.org
2816P: Ingo Molnar
2817M: mingo@redhat.com
2818L: linux-kernel@vger.kernel.org
2819T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2820S: Maintained
2821
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002822LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002823P: Richard Russon (FlatCap)
2824M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002825L: linux-ntfs-dev@lists.sourceforge.net
2826W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002827S: Maintained
2828
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002829LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2830P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002831M: Eric.Moore@lsi.com
2832M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002833L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002834L: linux-scsi@vger.kernel.org
2835W: http://www.lsilogic.com/support
2836S: Supported
2837
Linus Torvalds1da177e2005-04-16 15:20:36 -07002838LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2839P: Matthew Wilcox
2840M: matthew@wil.cx
2841L: linux-scsi@vger.kernel.org
2842S: Maintained
2843
Mike Frysinger81365c32008-10-29 14:01:12 -07002844LTP (Linux Test Project)
2845P: Subrata Modak
2846M: subrata@linux.vnet.ibm.com
2847P: Mike Frysinger
2848M: vapier@gentoo.org
2849L: ltp-list@lists.sourceforge.net (subscribers-only)
2850W: http://ltp.sourceforge.net/
2851T: git kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
2852S: Maintained
2853
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002854M32R ARCHITECTURE
2855P: Hirokazu Takata
2856M: takata@linux-m32r.org
2857L: linux-m32r@ml.linux-m32r.org
2858L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2859W: http://www.linux-m32r.org/
2860S: Maintained
2861
Linus Torvalds1da177e2005-04-16 15:20:36 -07002862M68K ARCHITECTURE
2863P: Geert Uytterhoeven
2864M: geert@linux-m68k.org
2865P: Roman Zippel
2866M: zippel@linux-m68k.org
2867L: linux-m68k@lists.linux-m68k.org
2868W: http://www.linux-m68k.org/
Geert Uytterhoeven0e750aa2008-11-24 21:37:09 +01002869T: git git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002870S: Maintained
2871
2872M68K ON APPLE MACINTOSH
2873P: Joshua Thompson
2874M: funaho@jurai.org
2875W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002876L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002877S: Maintained
2878
2879M68K ON HP9000/300
2880P: Philip Blundell
2881M: philb@gnu.org
2882W: http://www.tazenda.demon.co.uk/phil/linux-hp
2883S: Maintained
2884
Jiri Benc64a327a2007-05-05 11:47:08 -07002885MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002886P: Johannes Berg
2887M: johannes@sipsolutions.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002888L: linux-wireless@vger.kernel.org
2889W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002890T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002891S: Maintained
2892
Stefano Brivio1036d862007-12-23 04:46:27 +01002893MAC80211 PID RATE CONTROL
2894P: Stefano Brivio
2895M: stefano.brivio@polimi.it
2896P: Mattias Nissler
2897M: mattias.nissler@gmx.de
2898L: linux-wireless@vger.kernel.org
2899W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2900T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2901S: Maintained
2902
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002903MACVLAN DRIVER
2904P: Patrick McHardy
2905M: kaber@trash.net
2906L: netdev@vger.kernel.org
2907S: Maintained
2908
Michael Kerriskfaf16682005-07-31 22:34:47 -07002909MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002910P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002911M: mtk.manpages@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02002912W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07002913L: linux-man@vger.kernel.org
Michael Kerrisk1b53dc72009-03-12 14:31:32 -07002914S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002915
Stefano Brivio74cda162007-11-19 20:27:46 +01002916MARVELL LIBERTAS WIRELESS DRIVER
2917P: Dan Williams
2918M: dcbw@redhat.com
2919L: libertas-dev@lists.infradead.org
2920S: Maintained
2921
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002922MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002923P: Lennert Buytenhek
2924M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002925L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002926S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002927
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002928MARVELL YUKON / SYSKONNECT DRIVER
2929P: Mirko Lindner
2930M: mlindner@syskonnect.de
2931P: Ralph Roesler
2932M: rroesler@syskonnect.de
2933W: http://www.syskonnect.com
2934S: Supported
2935
Linus Torvalds1da177e2005-04-16 15:20:36 -07002936MATROX FRAMEBUFFER DRIVER
2937P: Petr Vandrovec
2938M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002939L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002940S: Maintained
2941
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002942MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2943P: Hans J. Koch
2944M: hjk@linutronix.de
2945L: lm-sensors@lm-sensors.org
2946S: Maintained
2947
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002948MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002949P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002950M: megaraidlinux@lsi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002951L: linux-scsi@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002952W: http://megaraid.lsilogic.com
2953S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002954
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002955MEMORY MANAGEMENT
2956L: linux-mm@kvack.org
2957L: linux-kernel@vger.kernel.org
2958W: http://www.linux-mm.org
2959S: Maintained
2960
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002961MEMORY RESOURCE CONTROLLER
2962P: Balbir Singh
2963M: balbir@linux.vnet.ibm.com
2964P: Pavel Emelyanov
2965M: xemul@openvz.org
2966P: KAMEZAWA Hiroyuki
2967M: kamezawa.hiroyu@jp.fujitsu.com
2968L: linux-mm@kvack.org
2969L: linux-kernel@vger.kernel.org
2970S: Maintained
2971
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002972MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002973P: David Woodhouse
2974M: dwmw2@infradead.org
2975W: http://www.linux-mtd.infradead.org/
2976L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002977T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002978S: Maintained
2979
2980MICROTEK X6 SCANNER
2981P: Oliver Neukum
2982M: oliver@neukum.name
2983S: Maintained
2984
2985MIPS
2986P: Ralf Baechle
2987M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002988W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002989L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002990T: git www.linux-mips.org:/pub/scm/linux.git
2991S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002992
2993MISCELLANEOUS MCA-SUPPORT
2994P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002995M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996L: linux-kernel@vger.kernel.org
2997S: Maintained
2998
2999MODULE SUPPORT
3000P: Rusty Russell
3001M: rusty@rustcorp.com.au
3002L: linux-kernel@vger.kernel.org
3003S: Maintained
3004
3005MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3006P: Stelian Pop
3007M: stelian@popies.net
3008W: http://popies.net/meye/
3009S: Maintained
3010
Pavel Pisac58ff042007-05-16 01:10:41 +02003011MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3012P: Pavel Pisa
3013M: ppisa@pikron.com
3014L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02003015S: Maintained
3016
Linus Torvalds1da177e2005-04-16 15:20:36 -07003017MOUSE AND MISC DEVICES [GENERAL]
3018P: Alessandro Rubini
3019M: rubini@ipvvis.unipv.it
3020L: linux-kernel@vger.kernel.org
3021S: Maintained
3022
Jiri Slabyb9705b62008-04-30 00:53:48 -07003023MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08003024P: Jiri Slaby
3025M: jirislaby@gmail.com
3026L: linux-kernel@vger.kernel.org
3027S: Maintained
3028
Lennart Poettering8c4c7312006-10-06 01:27:02 -04003029MSI LAPTOP SUPPORT
3030P: Lennart Poettering
3031M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08003032W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04003033W: http://0pointer.de/lennart/tchibo.html
3034S: Maintained
3035
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07003036MULTIFUNCTION DEVICES (MFD)
3037P: Samuel Ortiz
3038M: sameo@openedhand.com
3039L: linux-kernel@vger.kernel.org
3040S: Supported
3041
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02003042MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07003043P: Pierre Ossman
3044M: drzeus-mmc@drzeus.cx
3045L: linux-kernel@vger.kernel.org
3046S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01003047
David Brownell15a05802007-08-08 09:12:54 -07003048MULTIMEDIA CARD (MMC) ETC. OVER SPI
3049P: David Brownell
3050M: dbrownell@users.sourceforge.net
3051L: linux-kernel@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02003052S: Odd Fixes
David Brownell15a05802007-08-08 09:12:54 -07003053
Linus Torvalds1da177e2005-04-16 15:20:36 -07003054MULTISOUND SOUND DRIVER
3055P: Andrew Veliath
3056M: andrewtv@usa.net
3057S: Maintained
3058
Jiri Slabyd7354102006-12-08 02:38:35 -08003059MULTITECH MULTIPORT CARD (ISICOM)
3060P: Jiri Slaby
3061M: jirislaby@gmail.com
3062L: linux-kernel@vger.kernel.org
3063S: Maintained
3064
Felipe Balbi550a7372008-07-24 12:27:36 +03003065MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003066P: Felipe Balbi
3067M: felipe.balbi@nokia.com
3068L: linux-usb@vger.kernel.org
Felipe Balbib6a49b82008-11-24 13:06:51 +02003069T: git gitorious.org:/musb/mainline.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02003070S: Maintained
Felipe Balbi550a7372008-07-24 12:27:36 +03003071
Brice Goglin2d3cf582008-05-17 12:45:36 +02003072MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3073P: Andrew Gallatin
3074M: gallatin@myri.com
3075P: Brice Goglin
3076M: brice@myri.com
3077L: netdev@vger.kernel.org
3078W: http://www.myri.com/scs/download-Myri10GE.html
3079S: Supported
3080
Linus Torvalds1da177e2005-04-16 15:20:36 -07003081NATSEMI ETHERNET DRIVER (DP8381x)
Jean Delvare795fb7e2008-09-20 12:33:08 +02003082P: Tim Hockin
Linus Torvalds1da177e2005-04-16 15:20:36 -07003083M: thockin@hockin.org
3084S: Maintained
3085
3086NCP FILESYSTEM
3087P: Petr Vandrovec
3088M: vandrove@vc.cvut.cz
3089L: linware@sh.cvut.cz
3090S: Maintained
3091
3092NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3093P: James E.J. Bottomley
3094M: James.Bottomley@HansenPartnership.com
3095L: linux-scsi@vger.kernel.org
3096S: Maintained
3097
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003098NETEFFECT IWARP RNIC DRIVER (IW_NES)
3099P: Faisal Latif
Roland Dreier7b49d952008-10-16 15:39:14 -07003100M: faisal.latif@intel.com
Chien Tung5f625602008-05-26 15:23:32 -07003101P: Chien Tung
Roland Dreier7b49d952008-10-16 15:39:14 -07003102M: chien.tin.tung@intel.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003103L: general@lists.openfabrics.org
3104W: http://www.neteffect.com
3105S: Supported
3106F: drivers/infiniband/hw/nes/
3107
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003108NETEM NETWORK EMULATOR
3109P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003110M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07003111L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003112S: Maintained
3113
Jiri Slaby4a584482007-08-30 23:56:39 -07003114NETERION (S2IO) Xframe 10GbE DRIVER
3115P: Ramkrishna Vepa
3116M: ram.vepa@neterion.com
3117P: Rastapur Santosh
3118M: santosh.rastapur@neterion.com
3119P: Sivakumar Subramani
3120M: sivakumar.subramani@neterion.com
3121P: Sreenivasa Honnur
3122M: sreenivasa.honnur@neterion.com
3123L: netdev@vger.kernel.org
3124W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
3125S: Supported
3126
Linus Torvalds1da177e2005-04-16 15:20:36 -07003127NETFILTER/IPTABLES/IPCHAINS
3128P: Rusty Russell
3129P: Marc Boucher
3130P: James Morris
3131P: Harald Welte
3132P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07003133P: Patrick McHardy
3134M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07003135L: netfilter-devel@vger.kernel.org
3136L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07003137L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003138W: http://www.netfilter.org/
3139W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003140S: Supported
3141
Paul Moore4cc67732006-09-25 15:57:13 -07003142NETLABEL
3143P: Paul Moore
3144M: paul.moore@hp.com
3145W: http://netlabel.sf.net
3146L: netdev@vger.kernel.org
3147S: Supported
3148
Linus Torvalds1da177e2005-04-16 15:20:36 -07003149NETROM NETWORK LAYER
3150P: Ralf Baechle
3151M: ralf@linux-mips.org
3152L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003153W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003154S: Maintained
3155
Pavel Machek5ddb88c2006-09-29 02:01:29 -07003156NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157P: Paul Clements
3158M: Paul.Clements@steeleye.com
3159S: Maintained
3160
3161NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003162P: Jeff Garzik
3163M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003164L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003165T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003166S: Maintained
3167
3168NETWORKING [GENERAL]
3169P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003170M: netdev@vger.kernel.org
3171L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003172W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003173S: Maintained
3174
3175NETWORKING [IPv4/IPv6]
3176P: David S. Miller
3177M: davem@davemloft.net
3178P: Alexey Kuznetsov
3179M: kuznet@ms2.inr.ac.ru
3180P: Pekka Savola (ipv6)
3181M: pekkas@netcore.fi
3182P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003183M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003184P: Hideaki YOSHIFUJI
3185M: yoshfuji@linux-ipv6.org
3186P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003187M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003188L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003189T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003190S: Maintained
3191
James Morris10e2ff12007-08-25 14:41:28 -07003192NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3193P: Paul Moore
3194M: paul.moore@hp.com
3195L: netdev@vger.kernel.org
3196S: Maintained
3197
John W. Linville29f8f632006-01-18 14:52:48 -08003198NETWORKING [WIRELESS]
3199P: John W. Linville
3200M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003201L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003202T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3203S: Maintained
3204
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003205NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003206P: Dhananjay Phadke
3207M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003208L: netdev@vger.kernel.org
3209W: http://www.netxen.com
3210S: Supported
3211
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003212NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003213P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003214M: Trond.Myklebust@netapp.com
3215L: linux-nfs@vger.kernel.org
3216W: http://client.linux-nfs.org
3217T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003218S: Maintained
3219
3220NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003221P: Jan-Pascal van Best
3222M: janpascal@vanbest.org
3223P: Andreas Mohr
3224M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003225L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003226S: Maintained
3227
3228NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3229P: YOKOTA Hiroshi
3230M: yokota@netlab.is.tsukuba.ac.jp
3231W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3232S: Maintained
3233
3234NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3235P: GOTO Masanori
3236M: gotom@debian.or.jp
3237P: YOKOTA Hiroshi
3238M: yokota@netlab.is.tsukuba.ac.jp
3239W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3240S: Maintained
3241
Linus Torvalds1da177e2005-04-16 15:20:36 -07003242NTFS FILESYSTEM
3243P: Anton Altaparmakov
3244M: aia21@cantab.net
3245L: linux-ntfs-dev@lists.sourceforge.net
3246L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003247W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003248T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003249S: Maintained
3250
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003251NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003252P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003253M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003254L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003255S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003256
Bob Copeland0ad122d2008-07-25 19:45:18 -07003257OMFS FILESYSTEM
3258P: Bob Copeland
3259M: me@bobcopeland.com
3260L: linux-karma-devel@lists.sourceforge.net
3261S: Maintained
3262
Harald Weltec1986ee2005-11-13 16:06:29 -08003263OMNIKEY CARDMAN 4000 DRIVER
3264P: Harald Welte
3265M: laforge@gnumonks.org
3266S: Maintained
3267
Harald Welte77c44ab2005-11-13 16:06:26 -08003268OMNIKEY CARDMAN 4040 DRIVER
3269P: Harald Welte
3270M: laforge@gnumonks.org
3271S: Maintained
3272
Jonathan Corbet77d51402007-03-22 19:44:17 -03003273OMNIVISION OV7670 SENSOR DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003274P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03003275M: corbet@lwn.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003276L: linux-media@vger.kernel.org
3277T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03003278S: Maintained
3279
Thomas Gleixner431bca72007-05-02 09:31:35 +02003280ONENAND FLASH DRIVER
3281P: Kyungmin Park
3282M: kyungmin.park@samsung.com
3283L: linux-mtd@lists.infradead.org
3284S: Maintained
3285
Linus Torvalds1da177e2005-04-16 15:20:36 -07003286ONSTREAM SCSI TAPE DRIVER
3287P: Willem Riede
3288M: osst@riede.org
3289L: osst-users@lists.sourceforge.net
3290L: linux-scsi@vger.kernel.org
3291S: Maintained
3292
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003293OPENCORES I2C BUS DRIVER
3294P: Peter Korsgaard
3295M: jacmet@sunsite.dk
Jean Delvare846557d2008-10-30 15:55:47 +01003296L: linux-i2c@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003297S: Maintained
3298
Linus Torvalds1da177e2005-04-16 15:20:36 -07003299OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003300P: Robert Richter
3301M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003302L: oprofile-list@lists.sf.net
3303S: Maintained
3304
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003305ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3306P: Mark Fasheh
3307M: mfasheh@suse.com
3308P: Joel Becker
3309M: joel.becker@oracle.com
3310L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3311W: http://oss.oracle.com/projects/ocfs2/
3312T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3313S: Supported
3314
Linus Torvalds1da177e2005-04-16 15:20:36 -07003315ORINOCO DRIVER
3316P: Pavel Roskin
3317M: proski@gnu.org
3318P: David Gibson
3319M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003320L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003321L: orinoco-users@lists.sourceforge.net
3322L: orinoco-devel@lists.sourceforge.net
3323W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003324S: Maintained
3325
Boaz Harrosh68274792009-01-25 17:24:14 +02003326OSD LIBRARY
3327P: Boaz Harrosh
3328M: bharrosh@panasas.com
3329P: Benny Halevy
3330M: bhalevy@panasas.com
3331L: osd-dev@open-osd.org
3332W: http://open-osd.org
3333T: git://git.open-osd.org/open-osd.git
3334S: Maintained
3335
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003336P54 WIRELESS DRIVER
3337P: Michael Wu
3338M: flamingice@sourmilk.net
3339L: linux-wireless@vger.kernel.org
3340W: http://prism54.org
3341T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3342S: Maintained
3343
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003344PA SEMI ETHERNET DRIVER
3345P: Olof Johansson
3346M: olof@lixom.net
3347L: netdev@vger.kernel.org
3348S: Maintained
3349
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003350PA SEMI SMBUS DRIVER
3351P: Olof Johansson
3352M: olof@lixom.net
Jean Delvare846557d2008-10-30 15:55:47 +01003353L: linux-i2c@vger.kernel.org
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003354S: Maintained
3355
Harald Welte709ee532008-09-23 17:46:57 +02003356PANASONIC LAPTOP ACPI EXTRAS DRIVER
3357P: Harald Welte
3358M: laforge@gnumonks.org
3359S: Maintained
3360
David Howells4fa97182008-10-13 10:42:44 +01003361PANASONIC MN10300/AM33 PORT
3362P: David Howells
3363M: dhowells@redhat.com
3364P: Koichi Yasutake
3365M: yasutake.koichi@jp.panasonic.com
3366L: linux-am33-list@redhat.com (moderated for non-subscribers)
3367W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3368S: Maintained
3369
Linus Torvalds1da177e2005-04-16 15:20:36 -07003370PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003371L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003372S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003373
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003374PARAVIRT_OPS INTERFACE
3375P: Jeremy Fitzhardinge
3376M: jeremy@xensource.com
3377P: Chris Wright
3378M: chrisw@sous-sol.org
Zachary Amsden8cbb5bc2009-02-20 11:27:46 -08003379P: Alok Kataria
3380M: akataria@vmware.com
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003381P: Rusty Russell
3382M: rusty@rustcorp.com.au
3383L: virtualization@lists.osdl.org
3384L: linux-kernel@vger.kernel.org
3385S: Supported
3386
Linus Torvalds1da177e2005-04-16 15:20:36 -07003387PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3388P: Tim Waugh
3389M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003390L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003391W: http://www.torque.net/linux-pp.html
3392S: Maintained
3393
3394PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003395P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003396M: kyle@mcmartin.ca
Grant Grundler763461192008-12-01 00:21:35 -07003397P: Helge Deller
3398M: deller@gmx.de
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003399L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003400W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003401T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003402S: Maintained
3403
Jim Cromie1662d322006-10-06 00:43:59 -07003404PC87360 HARDWARE MONITORING DRIVER
3405P: Jim Cromie
3406M: jim.cromie@gmail.com
3407L: lm-sensors@lm-sensors.org
3408S: Maintained
3409
3410PC8736x GPIO DRIVER
3411P: Jim Cromie
3412M: jim.cromie@gmail.com
3413S: Maintained
3414
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003415PCI ERROR RECOVERY
3416P: Linas Vepstas
3417M: linas@austin.ibm.com
3418L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003419L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003420S: Supported
3421
Linus Torvalds1da177e2005-04-16 15:20:36 -07003422PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003423P: Jesse Barnes
3424M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003425L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003426L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003427T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003428S: Supported
3429
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003430PCIE HOTPLUG DRIVER
3431P: Kristen Carlson Accardi
3432M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003433L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003434S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003435
Linus Torvalds1da177e2005-04-16 15:20:36 -07003436PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003437P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003438L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003439W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003440T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003441S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003442
3443PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003444P: Don Fry
3445M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003446L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003447S: Maintained
3448
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003449PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003450P: Balbir Singh
3451M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003452L: linux-kernel@vger.kernel.org
3453S: Maintained
3454
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003455PERSONALITY HANDLING
3456P: Christoph Hellwig
3457M: hch@infradead.org
3458L: linux-abi-devel@lists.sourceforge.net
3459S: Maintained
3460
Linus Torvalds1da177e2005-04-16 15:20:36 -07003461PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003462P: Joern Engel
3463M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003464L: linux-mtd@lists.infradead.org
3465S: Maintained
3466
Peter Osterlund249a6772005-09-27 21:45:30 -07003467PKTCDVD DRIVER
3468P: Peter Osterlund
3469M: petero2@telia.com
3470L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003471S: Maintained
3472
Linus Torvalds1da177e2005-04-16 15:20:36 -07003473POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003474P: Thomas Gleixner
3475M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003476L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003477S: Supported
3478
Anton Vorontsov3be86142007-07-15 04:43:36 +04003479POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3480P: Anton Vorontsov
3481M: cbou@mail.ru
3482P: David Woodhouse
3483M: dwmw2@infradead.org
3484L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003485T: git git.infradead.org/battery-2.6.git
3486S: Maintained
3487
Linus Torvalds1da177e2005-04-16 15:20:36 -07003488PNP SUPPORT
3489P: Adam Belay
Bjorn Helgaas2d59f6a2008-08-01 10:01:12 -06003490M: abelay@mit.edu
3491P: Bjorn Helgaas
3492M: bjorn.helgaas@hp.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003493S: Maintained
3494
Vitaly Wool999445d2007-01-04 13:07:03 +01003495PNXxxxx I2C DRIVER
3496P: Vitaly Wool
3497M: vitalywool@gmail.com
Jean Delvare846557d2008-10-30 15:55:47 +01003498L: linux-i2c@vger.kernel.org
Vitaly Wool999445d2007-01-04 13:07:03 +01003499S: Maintained
3500
Linus Torvalds1da177e2005-04-16 15:20:36 -07003501PPP PROTOCOL DRIVERS AND COMPRESSORS
3502P: Paul Mackerras
3503M: paulus@samba.org
3504L: linux-ppp@vger.kernel.org
3505S: Maintained
3506
3507PPP OVER ATM (RFC 2364)
3508P: Mitchell Blank Jr
3509M: mitch@sfgoth.com
3510S: Maintained
3511
3512PPP OVER ETHERNET
3513P: Michal Ostrowski
Chris Wright5e70b7f32008-06-09 16:07:28 -07003514M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003515S: Maintained
3516
James Chapmana6d23702007-06-27 15:53:17 -07003517PPP OVER L2TP
3518P: James Chapman
3519M: jchapman@katalix.com
3520S: Maintained
3521
Linus Torvalds1da177e2005-04-16 15:20:36 -07003522PREEMPTIBLE KERNEL
3523P: Robert Love
3524M: rml@tech9.net
3525L: linux-kernel@vger.kernel.org
3526L: kpreempt-tech@lists.sourceforge.net
3527W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3528S: Supported
3529
3530PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003531P: Luis R. Rodriguez
3532M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003533L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003534W: http://prism54.org
3535S: Maintained
3536
3537PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3538P: Peter Denison
3539M: promise@pnd-pc.demon.co.uk
3540W: http://www.pnd-pc.demon.co.uk/promise/
3541S: Maintained
3542
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003543PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3544P: Mikael Pettersson
3545M: mikpe@it.uu.se
3546L: linux-ide@vger.kernel.org
3547S: Maintained
3548
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003549PS3 NETWORK SUPPORT
3550P: Masakazu Mokuno
3551M: mokuno@sm.sony.co.jp
3552L: netdev@vger.kernel.org
3553L: cbe-oss-dev@ozlabs.org
3554S: Supported
3555
Geoff Levandf58a9d12006-11-23 00:46:51 +01003556PS3 PLATFORM SUPPORT
3557P: Geoff Levand
3558M: geoffrey.levand@am.sony.com
3559L: linuxppc-dev@ozlabs.org
3560L: cbe-oss-dev@ozlabs.org
3561S: Supported
3562
Jim Pariscffb4add2009-01-06 11:32:10 +00003563PS3VRAM DRIVER
3564P: Jim Paris
3565M: jim@jtan.com
3566L: cbe-oss-dev@ozlabs.org
3567S: Maintained
3568
Michael Krufky83202042006-07-03 00:24:18 -07003569PVRUSB2 VIDEO4LINUX DRIVER
3570P: Mike Isely
3571M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003572L: pvrusb2@isely.net (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003573L: linux-media@vger.kernel.org
Michael Krufky83202042006-07-03 00:24:18 -07003574W: http://www.isely.net/pvrusb2/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003575T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Michael Krufky83202042006-07-03 00:24:18 -07003576S: Maintained
3577
Eric Miao30ec2612008-06-12 15:21:41 -07003578PXA2xx/PXA3xx SUPPORT
3579P: Eric Miao
3580M: eric.miao@marvell.com
3581P: Russell King
3582M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003583L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003584S: Maintained
3585
Eric Miaoa6bb4ba2009-02-19 21:13:21 +08003586PXA168 SUPPORT
3587P: Eric Miao
3588M: eric.miao@marvell.com
3589P: Jason Chagas
3590M: jason.chagas@marvell.com
3591L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3592T: git kernel.org:/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
3593S: Supported
3594
Eric Miao5fa82eb2009-03-20 12:52:24 +08003595PXA910 SUPPORT
3596P: Eric Miao
3597M: eric.miao@marvell.com
3598L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3599T: git kernel.org:/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
3600S: Supported
3601
Pierre Ossman272f1332007-05-14 21:25:26 +02003602PXA MMCI DRIVER
3603S: Orphan
3604
Robert Jarzmik57f63bc2009-02-11 13:04:19 -08003605PXA RTC DRIVER
3606P: Robert Jarzmik
3607M: robert.jarzmik@free.fr
3608L: rtc-linux@googlegroups.com
3609S: Maintained
3610
Linus Torvalds1da177e2005-04-16 15:20:36 -07003611QLOGIC QLA2XXX FC-SCSI DRIVER
3612P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003613M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003614L: linux-scsi@vger.kernel.org
3615S: Supported
3616
Ron Mercer5a4faa872006-07-25 00:40:21 -07003617QLOGIC QLA3XXX NETWORK DRIVER
3618P: Ron Mercer
3619M: linux-driver@qlogic.com
3620L: netdev@vger.kernel.org
3621S: Supported
3622
Ron Mercerc4e84bd2008-09-18 11:56:28 -04003623QLOGIC QLGE 10Gb ETHERNET DRIVER
3624P: Ron Mercer
3625M: linux-driver@qlogic.com
3626M: ron.mercer@qlogic.com
3627L: netdev@vger.kernel.org
3628S: Supported
3629
Linus Torvalds1da177e2005-04-16 15:20:36 -07003630QNX4 FILESYSTEM
3631P: Anders Larsen
3632M: al@alarsen.net
3633L: linux-kernel@vger.kernel.org
3634W: http://www.alarsen.net/linux/qnx4fs/
3635S: Maintained
3636
3637RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003638P: Benjamin Herrenschmidt
3639M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003640L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003641S: Maintained
3642
3643RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003644P: Paul Mackerras
3645M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003646L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003647S: Maintained
3648
Randy Dunlape7839f22008-10-12 16:11:45 -07003649RALINK RT2X00 WIRELESS LAN DRIVER
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003650P: rt2x00 project
3651L: linux-wireless@vger.kernel.org
Ivo van Doorn6d5eaaf2009-03-17 11:29:19 +01003652L: users@rt2x00.serialmonkey.com
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003653W: http://rt2x00.serialmonkey.com/
3654S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003655T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003656F: drivers/net/wireless/rt2x00/
3657
Nick Piggin9db55792008-02-08 04:19:49 -08003658RAMDISK RAM BLOCK DEVICE DRIVER
3659P: Nick Piggin
3660M: npiggin@suse.de
3661S: Maintained
3662
Matt Mackall9e95ce22005-04-16 15:25:56 -07003663RANDOM NUMBER DRIVER
3664P: Matt Mackall
3665M: mpm@selenic.com
3666S: Maintained
3667
Matt Porter394b7012005-11-07 01:00:15 -08003668RAPIDIO SUBSYSTEM
3669P: Matt Porter
3670M: mporter@kernel.crashing.org
3671L: linux-kernel@vger.kernel.org
3672S: Maintained
3673
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003674RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3675P: Corey Thomas
3676M: coreythomas@charter.net
3677L: linux-wireless@vger.kernel.org
3678S: Maintained
3679
3680RCUTORTURE MODULE
3681P: Josh Triplett
3682M: josh@freedesktop.org
3683L: linux-kernel@vger.kernel.org
3684S: Maintained
3685
Florian Fainellic1f766b2008-02-06 22:39:44 +01003686RDC R-321X SoC
3687P: Florian Fainelli
3688M: florian.fainelli@telecomint.eu
3689L: linux-kernel@vger.kernel.org
3690S: Maintained
3691
Florian Fainellidb17f392007-12-19 11:30:30 +01003692RDC R6040 FAST ETHERNET DRIVER
3693P: Florian Fainelli
3694M: florian.fainelli@telecomint.eu
3695L: netdev@vger.kernel.org
3696S: Maintained
3697
Andy Grovera09ed662009-02-24 15:30:41 +00003698RDS - RELIABLE DATAGRAM SOCKETS
3699P: Andy Grover
3700M: andy.grover@oracle.com
3701L: rds-devel@oss.oracle.com
3702S: Supported
3703
Josh Triplett595182b2006-10-04 02:17:21 -07003704READ-COPY UPDATE (RCU)
3705P: Dipankar Sarma
3706M: dipankar@in.ibm.com
3707W: http://www.rdrop.com/users/paulmck/rclock/
3708L: linux-kernel@vger.kernel.org
3709S: Supported
3710
Linus Torvalds1da177e2005-04-16 15:20:36 -07003711REAL TIME CLOCK DRIVER
3712P: Paul Gortmaker
3713M: p_gortmaker@yahoo.com
3714L: linux-kernel@vger.kernel.org
3715S: Maintained
3716
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003717REAL TIME CLOCK (RTC) SUBSYSTEM
3718P: Alessandro Zummo
3719M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003720L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003721S: Maintained
3722
Linus Torvalds1da177e2005-04-16 15:20:36 -07003723REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003724L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003725S: Supported
3726
Ivo van Doorne08976452008-04-12 19:23:55 +02003727RFKILL
3728P: Ivo van Doorn
3729M: IvDoorn@gmail.com
3730L: netdev@vger.kernel.org
3731S: Maintained
3732F: net/rfkill
3733
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003734RISCOM8 DRIVER
3735S: Orphan
3736
Linus Torvalds1da177e2005-04-16 15:20:36 -07003737ROCKETPORT DRIVER
3738P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003739W: http://www.comtrol.com
3740S: Maintained
3741
3742ROSE NETWORK LAYER
3743P: Ralf Baechle
3744M: ralf@linux-mips.org
3745L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003746W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003747S: Maintained
3748
Larry Finger59840482008-11-12 17:13:09 -06003749RTL8180 WIRELESS DRIVER
John W. Linville96dd6032008-11-12 14:51:56 -05003750P: John W. Linville
3751M: linville@tuxdriver.com
Michael Wu605bebe2007-05-14 01:41:02 -04003752L: linux-wireless@vger.kernel.org
3753W: http://linuxwireless.org/
John W. Linville96dd6032008-11-12 14:51:56 -05003754T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
Michael Wu605bebe2007-05-14 01:41:02 -04003755S: Maintained
3756
Larry Finger59840482008-11-12 17:13:09 -06003757RTL8187 WIRELESS DRIVER
3758P: Herton Ronaldo Krzesinski
3759M: herton@mandriva.com.br
3760P: Hin-Tak Leung
3761M htl10@users.sourceforge.net
3762P: Larry Finger
3763M: Larry.Finger@lwfinger.net
3764L: linux-wireless@vger.kernel.org
3765W: http://linuxwireless.org/
3766T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
3767S: Maintained
3768
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003769S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003770P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003771M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003772L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003773S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003774
Linus Torvalds1da177e2005-04-16 15:20:36 -07003775S390
3776P: Martin Schwidefsky
3777M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003778P: Heiko Carstens
3779M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003780M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003781L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003782W: http://www.ibm.com/developerworks/linux/linux390/
3783S: Supported
3784
3785S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003786P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003787M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003788P: Frank Blaschka
3789M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003790M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003791L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003792W: http://www.ibm.com/developerworks/linux/linux390/
3793S: Supported
3794
Felix Beckfeed9b62009-03-26 15:24:23 +01003795S390 ZCRYPT DRIVER
3796P: Felix Beck
3797M: felix.beck@de.ibm.com
3798P: Ralph Wuerthner
3799M: ralph.wuerthner@de.ibm.com
3800M: linux390@de.ibm.com
3801L: linux-s390@vger.kernel.org
3802S: Supported
3803
Heiko Carstens5238da42006-02-11 17:56:01 -08003804S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003805P: Christof Schmitt
3806M: christof.schmitt@de.ibm.com
3807P: Martin Peschke
3808M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003809M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003810L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003811W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003812S: Supported
3813
Ursula Braundd96df22007-09-19 13:09:02 +02003814S390 IUCV NETWORK LAYER
3815P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003816M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003817M: linux390@de.ibm.com
3818L: linux-s390@vger.kernel.org
3819W: http://www.ibm.com/developerworks/linux/linux390/
3820S: Supported
3821
Ben Dooks4dde7f72008-06-30 22:40:38 +01003822S3C24XX SD/MMC Driver
3823P: Ben Dooks
3824M: ben-linux@fluff.org
3825L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3826L: linux-kernel@vger.kernel.org
3827S: Supported
3828
Linus Torvalds1da177e2005-04-16 15:20:36 -07003829SAA7146 VIDEO4LINUX-2 DRIVER
3830P: Michael Hunold
3831M: michael@mihu.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003832L: linux-media@vger.kernel.org
3833T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003834W: http://www.mihu.de/linux/saa7146
3835S: Maintained
3836
Linus Torvalds1da177e2005-04-16 15:20:36 -07003837SC1200 WDT DRIVER
3838P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003839M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003840S: Maintained
3841
3842SCHEDULER
3843P: Ingo Molnar
3844M: mingo@elte.hu
3845P: Robert Love [the preemptible kernel bits]
3846M: rml@tech9.net
3847L: linux-kernel@vger.kernel.org
3848S: Maintained
3849
3850SCSI CDROM DRIVER
3851P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003852M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003853L: linux-scsi@vger.kernel.org
3854W: http://www.kernel.dk
3855S: Maintained
3856
3857SCSI SG DRIVER
3858P: Doug Gilbert
3859M: dgilbert@interlog.com
3860L: linux-scsi@vger.kernel.org
3861W: http://www.torque.net/sg
3862S: Maintained
3863
3864SCSI SUBSYSTEM
3865P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003866M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003867L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003868T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003869T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3870T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003871S: Maintained
3872
3873SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003874P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003875M: Kai.Makisara@kolumbus.fi
3876L: linux-scsi@vger.kernel.org
3877S: Maintained
3878
3879SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003880P: Vlad Yasevich
3881M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003882P: Sridhar Samudrala
3883M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003884L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003885W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003886S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003887
3888SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003889P: Jim Cromie
3890M: jim.cromie@gmail.com
3891S: Odd Fixes
3892
3893SCx200 GPIO DRIVER
3894P: Jim Cromie
3895M: jim.cromie@gmail.com
3896S: Maintained
3897
3898SCx200 HRT CLOCKSOURCE DRIVER
3899P: Jim Cromie
3900M: jim.cromie@gmail.com
3901S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003902
Sascha Sommer6a369132008-07-15 14:21:29 +02003903SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3904P: Sascha Sommer
3905M: saschasommer@freenet.de
3906L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3907S: Maintained
3908
Randy Dunlape7839f22008-10-12 16:11:45 -07003909SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003910P: Pierre Ossman
3911M: drzeus-sdhci@drzeus.cx
3912L: sdhci-devel@list.drzeus.cx
3913S: Maintained
3914
James Morris8711cca2008-12-04 03:19:45 +11003915SECURITY SUBSYSTEM
3916F: security/
3917P: James Morris
3918M: jmorris@namei.org
3919L: linux-kernel@vger.kernel.org
3920L: linux-security-module@vger.kernel.org (suggested Cc:)
3921T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
James Morrisc8334dc2009-01-07 20:06:18 +11003922W: http://security.wiki.kernel.org/
James Morris8711cca2008-12-04 03:19:45 +11003923S: Supported
3924
Linus Torvalds1da177e2005-04-16 15:20:36 -07003925SECURITY CONTACT
3926P: Security Officers
3927M: security@kernel.org
3928S: Supported
3929
3930SELINUX SECURITY MODULE
3931P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003932M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003933P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003934M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003935P: Eric Paris
3936M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003937L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003938L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Stephen Smalleyf0589252008-09-11 09:20:26 -04003939W: http://selinuxproject.org
3940T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003941S: Supported
3942
Jiri Slabycef2cf02007-05-08 00:31:45 -07003943SENSABLE PHANTOM
3944P: Jiri Slaby
3945M: jirislaby@gmail.com
3946S: Maintained
3947
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003948SERIAL ATA (SATA) SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07003949P: Jeff Garzik
3950M: jgarzik@pobox.com
3951L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003952T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003953S: Supported
3954
Sathya Perla6b7c5b92009-03-11 23:32:03 -07003955SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
3956P: Sathya Perla
3957M: sathyap@serverengines.com
3958P: Subbu Seetharaman
3959M: subbus@serverengines.com
3960L: netdev@vger.kernel.org
3961W: http://www.serverengines.com
3962S: Supported
3963
Ben Hutchings8ceee662008-04-27 12:55:59 +01003964SFC NETWORK DRIVER
3965P: Steve Hodgson
3966P: Ben Hutchings
3967P: Robert Stonehouse
3968M: linux-net-drivers@solarflare.com
3969S: Supported
3970
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003971SGI GRU DRIVER
3972P: Jack Steiner
3973M: steiner@sgi.com
3974S: Maintained
3975
3976SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3977P: Pat Gefre
3978M: pfg@sgi.com
3979L: linux-ia64@vger.kernel.org
3980S: Supported
3981
Linus Torvalds1da177e2005-04-16 15:20:36 -07003982SGI VISUAL WORKSTATION 320 AND 540
3983P: Andrey Panin
3984M: pazke@donpac.ru
3985L: linux-visws-devel@lists.sf.net
3986W: http://linux-visws.sf.net
3987S: Maintained for 2.6.
3988
Jack Steiner75312612008-08-15 00:40:42 -07003989SGI XP/XPC/XPNET DRIVER
3990P: Dean Nelson
3991M: dcn@sgi.com
3992S: Maintained
3993
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003994SHARP LH SUPPORT (LH7952X & LH7A40X)
3995P: Marc Singer
3996M: elf@buici.com
3997W: http://projects.buici.com/arm
3998L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3999S: Maintained
4000
4001SHPC HOTPLUG DRIVER
4002P: Kristen Carlson Accardi
4003M: kristen.c.accardi@intel.com
4004L: linux-pci@vger.kernel.org
4005S: Supported
4006
Linus Torvalds1da177e2005-04-16 15:20:36 -07004007SIMTEC EB110ATX (Chalice CATS)
4008P: Ben Dooks
4009P: Vincent Sanders
4010M: support@simtec.co.uk
4011W: http://www.simtec.co.uk/products/EB110ATX/
4012S: Supported
4013
4014SIMTEC EB2410ITX (BAST)
4015P: Ben Dooks
4016P: Vincent Sanders
4017M: support@simtec.co.uk
4018W: http://www.simtec.co.uk/products/EB2410ITX/
4019S: Supported
4020
Francois Romieu92aab3c2005-07-30 13:11:18 +02004021SIS 190 ETHERNET DRIVER
4022P: Francois Romieu
4023M: romieu@fr.zoreil.com
4024L: netdev@vger.kernel.org
4025S: Maintained
4026
Linus Torvalds1da177e2005-04-16 15:20:36 -07004027SIS 900/7016 FAST ETHERNET DRIVER
4028P: Daniele Venzano
4029M: venza@brownhat.org
4030W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07004031L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004032S: Maintained
4033
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004034SIS 96X I2C/SMBUS DRIVER
4035P: Mark M. Hoffman
4036M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01004037L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004038S: Maintained
4039
Linus Torvalds1da177e2005-04-16 15:20:36 -07004040SIS FRAMEBUFFER DRIVER
4041P: Thomas Winischhofer
4042M: thomas@winischhofer.net
4043W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004044S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004045
4046SIS USB2VGA DRIVER
4047P: Thomas Winischhofer
4048M: thomas@winischhofer.net
4049W: http://www.winischhofer.at/linuxsisusbvga.shtml
4050S: Maintained
4051
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004052SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
4053P: Stephen Hemminger
4054M: shemminger@linux-foundation.org
4055L: netdev@vger.kernel.org
4056S: Maintained
4057
Christoph Lameter415ad26d2007-07-26 10:40:56 -07004058SLAB ALLOCATOR
4059P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07004060M: cl@linux-foundation.org
Christoph Lameter415ad26d2007-07-26 10:40:56 -07004061P: Pekka Enberg
4062M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02004063P: Matt Mackall
4064M: mpm@selenic.com
Christoph Lameter415ad26d2007-07-26 10:40:56 -07004065L: linux-mm@kvack.org
4066S: Maintained
4067
Linus Torvalds1da177e2005-04-16 15:20:36 -07004068SMC91x ETHERNET DRIVER
4069P: Nicolas Pitre
4070M: nico@cam.org
4071S: Maintained
4072
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004073SMSC47B397 HARDWARE MONITOR DRIVER
4074P: Mark M. Hoffman
4075M: mhoffman@lightlink.com
4076L: lm-sensors@lm-sensors.org
4077S: Maintained
4078
Steve Glendinningfd9abb32008-11-05 00:35:37 +00004079SMSC911x ETHERNET DRIVER
4080P: Steve Glendinning
4081M: steve.glendinning@smsc.com
4082L: netdev@vger.kernel.org
4083S: Supported
4084
Steve Glendinning2cb37722008-12-11 20:54:30 -08004085SMSC9420 PCI ETHERNET DRIVER
4086P: Steve Glendinning
4087M: steve.glendinning@smsc.com
4088L: netdev@vger.kernel.org
4089S: Supported
4090
Ben Nizetteb54f2862008-03-13 22:27:30 +11004091SMX UIO Interface
4092P: Ben Nizette
4093M: bn@niasdigital.com
4094S: Maintained
4095
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004096SN-IA64 (Itanium) SUB-PLATFORM
4097P: Jes Sorensen
4098M: jes@sgi.com
4099L: linux-altix@sgi.com
4100L: linux-ia64@vger.kernel.org
4101W: http://www.sgi.com/altix
4102S: Maintained
4103
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03004104SOC-CAMERA V4L2 SUBSYSTEM
Jean Delvare795fb7e2008-09-20 12:33:08 +02004105P: Guennadi Liakhovetski
4106M: g.liakhovetski@gmx.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004107L: linux-media@vger.kernel.org
4108T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02004109S: Maintained
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03004110
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004111SOEKRIS NET48XX LED SUPPORT
4112P: Chris Boot
4113M: bootc@bootc.net
4114S: Maintained
4115
Linus Torvalds1da177e2005-04-16 15:20:36 -07004116SOFTWARE RAID (Multiple Disks) SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07004117P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08004118M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004119L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08004120S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004121
Linus Torvalds1da177e2005-04-16 15:20:36 -07004122SONIC NETWORK DRIVER
4123P: Thomas Bogendoerfer
4124M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07004125L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004126S: Maintained
4127
Michael Buesch61e115a2007-09-18 15:12:50 -04004128SONICS SILICON BACKPLANE DRIVER (SSB)
4129P: Michael Buesch
4130M: mb@bu3sch.de
4131L: netdev@vger.kernel.org
4132S: Maintained
4133
Linus Torvalds1da177e2005-04-16 15:20:36 -07004134SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01004135P: Mattia Dongili
4136M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01004137L: linux-acpi@vger.kernel.org
4138W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07004139S: Maintained
4140
Alex Dubovbaf85322008-02-09 10:20:54 -08004141SONY MEMORYSTICK CARD SUPPORT
4142P: Alex Dubov
4143M: oakad@yahoo.com
4144L: linux-kernel@vger.kernel.org
4145W: http://tifmxx.berlios.de/
4146S: Maintained
4147
Linus Torvalds1da177e2005-04-16 15:20:36 -07004148SOUND
4149P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02004150M: perex@perex.cz
Takashi Iwai281712f2008-08-19 13:10:04 +02004151P: Takashi Iwai
4152M: tiwai@suse.de
Takashi Iwai82622042007-04-16 12:32:52 +02004153L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004154S: Maintained
4155
Mark Brownbd903bd2008-11-19 19:16:05 +00004156SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004157P: Liam Girdwood
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004158M: lrg@slimlogic.co.uk
Mark Brown2cad0ad2008-01-10 14:33:07 +01004159P: Mark Brown
4160M: broonie@opensource.wolfsonmicro.com
4161T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02004162L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004163W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004164S: Supported
4165
Sam Ravnborg473321f2009-01-04 15:47:49 -08004166SPARC + UltraSPARC (sparc/sparc64)
4167P: David S. Miller
4168M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004169L: sparclinux@vger.kernel.org
Sam Ravnborg473321f2009-01-04 15:47:49 -08004170T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4171T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004172S: Maintained
4173
4174SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4175P: Roger Wolff
4176M: R.E.Wolff@BitWizard.nl
4177L: linux-kernel@vger.kernel.org ?
4178S: Supported
4179
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004180SPI SUBSYSTEM
4181P: David Brownell
4182M: dbrownell@users.sourceforge.net
4183L: spi-devel-general@lists.sourceforge.net
4184S: Maintained
4185
Jim Lewis2752e402006-09-29 02:01:19 -07004186SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01004187P: Ishizaki Kou
4188M: kou.ishizaki@toshiba.co.jp
4189P: Jens Osterkamp
4190M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07004191L: netdev@vger.kernel.org
4192S: Supported
4193
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004194SPU FILE SYSTEM
4195P: Jeremy Kerr
4196M: jk@ozlabs.org
4197L: linuxppc-dev@ozlabs.org
4198L: cbe-oss-dev@ozlabs.org
4199W: http://www.ibm.com/developerworks/power/cell/
4200S: Supported
4201
Phillip Lougherfc555842009-01-05 08:46:29 +00004202SQUASHFS FILE SYSTEM
4203P: Phillip Lougher
4204M: phillip@lougher.demon.co.uk
4205L: squashfs-devel@lists.sourceforge.net (subscribers-only)
4206W: http://squashfs.org.uk
4207S: Maintained
4208
Linus Torvalds1da177e2005-04-16 15:20:36 -07004209SRM (Alpha) environment access
4210P: Jan-Benedict Glaw
4211M: jbglaw@lug-owl.de
4212L: linux-kernel@vger.kernel.org
4213S: Maintained
4214
Linus Torvalds26e9a392008-10-17 09:50:12 -07004215STABLE BRANCH
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004216P: Greg Kroah-Hartman
4217M: greg@kroah.com
4218P: Chris Wright
4219M: chrisw@sous-sol.org
4220L: stable@kernel.org
4221S: Maintained
4222
Linus Torvalds26e9a392008-10-17 09:50:12 -07004223STAGING SUBSYSTEM
4224P: Greg Kroah-Hartman
4225M: gregkh@suse.de
4226L: linux-kernel@vger.kernel.org
4227T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4228S: Maintained
4229
Linus Torvalds1da177e2005-04-16 15:20:36 -07004230STARFIRE/DURALAN NETWORK DRIVER
4231P: Ion Badulescu
4232M: ionut@cs.columbia.edu
4233S: Maintained
4234
4235STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4236W: http://mosquitonet.Stanford.EDU/strip.html
Jean Delvarebaaea1d2008-09-20 12:34:33 +02004237S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07004238
4239STRADIS MPEG-2 DECODER DRIVER
4240P: Nathan Laredo
4241M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004242W: http://www.stradis.com/
4243S: Maintained
4244
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004245SUN3/3X
4246P: Sam Creasey
4247M: sammy@sammy.net
4248W: http://sammy.net/sun3/
4249S: Maintained
4250
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004251SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07004252P: Paul Mundt
4253M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004254L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004255W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004256T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09004257S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004258
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004259SUSPEND TO RAM
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004260P: Len Brown
4261M: len.brown@intel.com
4262P: Pavel Machek
Pavel Machekef35ce22009-02-18 14:48:16 -08004263M: pavel@ucw.cz
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004264P: Rafael J. Wysocki
4265M: rjw@sisk.pl
4266L: linux-pm@lists.linux-foundation.org
4267S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004268
4269SVGA HANDLING
4270P: Martin Mares
4271M: mj@ucw.cz
4272L: linux-video@atrey.karlin.mff.cuni.cz
4273S: Maintained
4274
4275SYSV FILESYSTEM
4276P: Christoph Hellwig
4277M: hch@infradead.org
4278S: Maintained
4279
Alan Cox4e688522008-04-30 00:52:11 -07004280TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07004281P: Balbir Singh
4282M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004283L: linux-kernel@vger.kernel.org
4284S: Maintained
4285
Stephen Hemminger781b456a2006-07-10 20:25:29 -07004286TC CLASSIFIER
4287P: Jamal Hadi Salim
4288M: hadi@cyberus.ca
4289L: netdev@vger.kernel.org
4290S: Maintained
4291
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004292TCP LOW PRIORITY MODULE
4293P: Wong Hoi Sing, Edison
4294M: hswong3i@gmail.com
4295P: Hung Hing Lun, Mike
4296M: hlhung3i@gmail.com
4297W: http://tcp-lp-mod.sourceforge.net/
4298S: Maintained
4299
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004300TEHUTI ETHERNET DRIVER
4301P: Alexander Indenbaum
4302M: baum@tehutinetworks.net
4303P: Andy Gospodarek
4304M: andy@greyhouse.net
4305L: netdev@vger.kernel.org
4306S: Supported
4307
Alan Cox4e688522008-04-30 00:52:11 -07004308Telecom Clock Driver for MCPL0010
4309P: Mark Gross
4310M: mark.gross@intel.com
4311S: Supported
4312
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004313TENSILICA XTENSA PORT (xtensa)
Alan Cox4e688522008-04-30 00:52:11 -07004314P: Chris Zankel
4315M: chris@zankel.net
4316S: Maintained
4317
4318THINKPAD ACPI EXTRAS DRIVER
4319P: Henrique de Moraes Holschuh
4320M: ibm-acpi@hmh.eng.br
4321L: ibm-acpi-devel@lists.sourceforge.net
4322W: http://ibm-acpi.sourceforge.net
4323W: http://thinkwiki.org/wiki/Ibm-acpi
4324T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4325S: Maintained
4326
Alex Dubov4020f2d2006-10-04 02:15:37 -07004327TI FLASH MEDIA INTERFACE DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02004328P: Alex Dubov
4329M: oakad@yahoo.com
4330S: Maintained
Alex Dubov4020f2d2006-10-04 02:15:37 -07004331
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004332TI OMAP MMC INTERFACE DRIVER
4333P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004334M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004335W: http://linux.omap.com
4336W: http://www.muru.com/linux/omap/
4337S: Maintained
4338
Michael Buesch844dd052006-06-26 00:24:59 -07004339TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4340P: Deepak Saxena
4341M: dsaxena@plexity.net
4342S: Maintained
4343
Per Lidene86eaa32006-01-12 16:45:18 +01004344TIPC NETWORK LAYER
4345P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004346M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004347P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004348M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004349P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004350M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004351L: tipc-discussion@lists.sourceforge.net
4352W: http://tipc.sourceforge.net/
4353W: http://tipc.cslab.ericsson.net/
4354T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4355S: Maintained
4356
Linus Torvalds1da177e2005-04-16 15:20:36 -07004357TLAN NETWORK DRIVER
4358P: Samuel Chessman
4359M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004360L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004361W: http://sourceforge.net/projects/tlan/
4362S: Maintained
4363
Kentaro Takedad74db3b2009-02-05 17:18:18 +09004364TOMOYO SECURITY MODULE
4365P: Kentaro Takeda
4366M: takedakn@nttdata.co.jp
4367P: Tetsuo Handa
4368M: penguin-kernel@I-love.SAKURA.ne.jp
4369L: linux-kernel@vger.kernel.org (kernel issues)
4370L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
4371L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
4372L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
4373W: http://tomoyo.sourceforge.jp/
4374T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
4375S: Maintained
4376
Linus Torvalds1da177e2005-04-16 15:20:36 -07004377TOSHIBA ACPI EXTRAS DRIVER
4378P: John Belmonte
4379M: toshiba_acpi@memebeam.org
4380W: http://memebeam.org/toys/ToshibaAcpiDriver
4381S: Maintained
4382
4383TOSHIBA SMM DRIVER
4384P: Jonathan Buzzard
4385M: jonathan@buzzard.org.uk
4386L: tlinux-users@tce.toshiba-dme.co.jp
4387W: http://www.buzzard.org.uk/toshiba/
4388S: Maintained
4389
Alan Cox4e688522008-04-30 00:52:11 -07004390TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004391P: Debora Velarde
4392M: debora@linux.vnet.ibm.com
4393P: Rajiv Andrade
4394M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004395W: http://tpmdd.sourceforge.net
4396P: Marcel Selhorst
Marcel Selhorst7dcce132009-02-11 13:04:27 -08004397M: m.selhorst@sirrix.com
4398W: http://www.sirrix.com
Rajiv Andrade63a10df2008-10-15 22:04:36 -07004399L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
Alan Cox4e688522008-04-30 00:52:11 -07004400S: Maintained
4401
Linus Torvalds1da177e2005-04-16 15:20:36 -07004402TRIVIAL PATCHES
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004403P: Jiri Kosina
Jim Cromiece00f852006-11-30 04:49:44 +01004404M: trivial@kernel.org
4405L: linux-kernel@vger.kernel.org
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004406T: git kernel.org:/pub/scm/linux/kernel/git/jikos/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004407S: Maintained
4408
Alan Cox4e688522008-04-30 00:52:11 -07004409TTY LAYER
4410P: Alan Cox
4411M: alan@lxorguk.ukuu.org.uk
4412L: linux-kernel@vger.kernel.org
4413S: Maintained
4414
Grant Grundler740db6d2008-02-17 11:53:49 -07004415TULIP NETWORK DRIVERS
4416P: Grant Grundler
4417M: grundler@parisc-linux.org
4418P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004419M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004420L: netdev@vger.kernel.org
4421S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004422
4423TUN/TAP driver
4424P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004425M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004426L: vtun@office.satix.net
4427W: http://vtun.sourceforge.net/tun
4428S: Maintained
4429
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004430TURBOCHANNEL SUBSYSTEM
4431P: Maciej W. Rozycki
4432M: macro@linux-mips.org
4433S: Maintained
4434
Linus Torvalds1da177e2005-04-16 15:20:36 -07004435U14-34F SCSI DRIVER
4436P: Dario Ballabio
4437M: ballabio_dario@emc.com
4438L: linux-scsi@vger.kernel.org
4439S: Maintained
4440
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004441UBI FILE SYSTEM (UBIFS)
4442P: Artem Bityutskiy
4443M: dedekind@infradead.org
4444P: Adrian Hunter
4445M: ext-adrian.hunter@nokia.com
4446L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004447T: git git://git.infradead.org/ubifs-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004448W: http://www.linux-mtd.infradead.org/doc/ubifs.html
4449S: Maintained
4450
Alan Coxcc2020e2008-05-19 14:21:51 +01004451UCLINUX (AND M68KNOMMU)
4452P: Greg Ungerer
4453M: gerg@uclinux.org
4454W: http://www.uclinux.org/
4455L: uclinux-dev@uclinux.org (subscribers-only)
4456S: Maintained
4457
Alan Coxcc2020e2008-05-19 14:21:51 +01004458UCLINUX FOR RENESAS H8/300
4459P: Yoshinori Sato
4460M: ysato@users.sourceforge.jp
4461W: http://uclinux-h8.sourceforge.jp/
4462S: Supported
4463
Linus Torvalds1da177e2005-04-16 15:20:36 -07004464UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004465P: Jan Kara
4466M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004467W: http://linux-udf.sourceforge.net
4468S: Maintained
4469
Alan Coxcc2020e2008-05-19 14:21:51 +01004470UFS FILESYSTEM
4471P: Evgeniy Dushistov
4472M: dushistov@mail.ru
4473L: linux-kernel@vger.kernel.org
4474S: Maintained
4475
David Vrabel18332a82008-09-17 16:34:44 +01004476ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4477P: David Vrabel
4478M: david.vrabel@csr.com
4479L: linux-usb@vger.kernel.org
4480S: Supported
4481
Linus Torvalds1da177e2005-04-16 15:20:36 -07004482UNIFORM CDROM DRIVER
4483P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004484M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004485L: linux-kernel@vger.kernel.org
4486W: http://www.kernel.dk
4487S: Maintained
4488
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004489UNSORTED BLOCK IMAGES (UBI)
4490P: Artem Bityutskiy
4491M: dedekind@infradead.org
4492W: http://www.linux-mtd.infradead.org/
4493L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004494T: git git://git.infradead.org/ubi-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004495S: Maintained
4496
Linus Torvalds1da177e2005-04-16 15:20:36 -07004497USB ACM DRIVER
4498P: Oliver Neukum
4499M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004500L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004501S: Maintained
4502
4503USB BLOCK DRIVER (UB ub)
4504P: Pete Zaitcev
4505M: zaitcev@redhat.com
4506L: linux-kernel@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004507L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004508S: Supported
4509
Linus Torvalds1da177e2005-04-16 15:20:36 -07004510USB CDC ETHERNET DRIVER
4511P: Greg Kroah-Hartman
4512M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004513L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004514S: Maintained
4515W: http://www.kroah.com/linux-usb/
4516
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004517USB CYPRESS C67X00 DRIVER
4518P: Peter Korsgaard
4519M: jacmet@sunsite.dk
4520L: linux-usb@vger.kernel.org
4521S: Maintained
4522
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004523USB DAVICOM DM9601 DRIVER
4524P: Peter Korsgaard
4525M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004526L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004527W: http://www.linux-usb.org/usbnet
4528S: Maintained
4529
Alan Coxcc2020e2008-05-19 14:21:51 +01004530USB DIAMOND RIO500 DRIVER
4531P: Cesar Miquel
4532M: miquel@df.uba.ar
4533L: rio500-users@lists.sourceforge.net
4534W: http://rio500.sourceforge.net
4535S: Maintained
4536
Linus Torvalds1da177e2005-04-16 15:20:36 -07004537USB EHCI DRIVER
4538P: David Brownell
4539M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004540L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004541S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004542
Luca Risolia7ce08c92006-01-11 02:06:59 +00004543USB ET61X[12]51 DRIVER
4544P: Luca Risolia
4545M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004546L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004547L: linux-media@vger.kernel.org
4548T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia7ce08c92006-01-11 02:06:59 +00004549W: http://www.linux-projects.org
4550S: Maintained
4551
David Brownell69ae9e32006-11-14 02:03:31 -08004552USB GADGET/PERIPHERAL SUBSYSTEM
4553P: David Brownell
4554M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004555L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004556W: http://www.linux-usb.org/gadget
4557S: Maintained
4558
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004559USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004560P: Jiri Kosina
4561M: jkosina@suse.cz
Jean Delvare795fb7e2008-09-20 12:33:08 +02004562L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004563T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004564S: Maintained
4565
Olav Kongas959eea22005-11-03 17:38:14 +02004566USB ISP116X DRIVER
4567P: Olav Kongas
4568M: ok@artecdesign.ee
Jean Delvare795fb7e2008-09-20 12:33:08 +02004569L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004570S: Maintained
4571
Linus Torvalds1da177e2005-04-16 15:20:36 -07004572USB KAWASAKI LSI DRIVER
4573P: Oliver Neukum
4574M: oliver@neukum.name
Jean Delvare795fb7e2008-09-20 12:33:08 +02004575L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004576S: Maintained
4577
4578USB MASS STORAGE DRIVER
4579P: Matthew Dharm
4580M: mdharm-usb@one-eyed-alien.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004581L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004582L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004583S: Maintained
4584W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4585
4586USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004587P: David Brownell
4588M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004589L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004590S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004591
Matthias Urlichsba460e42005-07-14 00:33:47 -07004592USB OPTION-CARD DRIVER
4593P: Matthias Urlichs
4594M: smurf@smurf.noris.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004595L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004596S: Maintained
4597
Linus Torvalds1da177e2005-04-16 15:20:36 -07004598USB OV511 DRIVER
4599P: Mark McClelland
4600M: mmcclell@bigfoot.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004601L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004602W: http://alpha.dyndns.org/ov511/
4603S: Maintained
4604
4605USB PEGASUS 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
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004613USB PRINTER DRIVER (usblp)
4614P: Pete Zaitcev
4615M: zaitcev@redhat.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004616L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004617S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004618
4619USB RTL8150 DRIVER
4620P: Petko Manolov
4621M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004622L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004623L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004624W: http://pegasus2.sourceforge.net/
4625S: Maintained
4626
4627USB SE401 DRIVER
4628P: Jeroen Vreeken
4629M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004630L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004631W: http://www.chello.nl/~j.vreeken/se401/
4632S: Maintained
4633
Alan Cox4e688522008-04-30 00:52:11 -07004634USB SERIAL BELKIN F5U103 DRIVER
4635P: William Greathouse
4636M: wgreathouse@smva.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004637L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004638S: Maintained
4639
4640USB SERIAL CYPRESS M8 DRIVER
4641P: Lonnie Mendez
4642M: dignome@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004643L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004644S: Maintained
4645W: http://geocities.com/i0xox0i
4646W: http://firstlight.net/cvs
4647
Linus Torvalds1da177e2005-04-16 15:20:36 -07004648USB SERIAL CYBERJACK DRIVER
4649P: Matthias Bruestle and Harald Welte
4650M: support@reiner-sct.com
4651W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4652S: Maintained
4653
4654USB SERIAL DIGI ACCELEPORT DRIVER
4655P: Peter Berger and Al Borchers
4656M: pberger@brimson.com
4657M: alborchers@steinerpoint.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004658L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004659S: Maintained
4660
4661USB SERIAL DRIVER
4662P: Greg Kroah-Hartman
4663M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004664L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004665S: Supported
4666
Linus Torvalds1da177e2005-04-16 15:20:36 -07004667USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4668P: Gary Brubaker
4669M: xavyer@ix.netcom.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004670L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004671S: Maintained
4672
4673USB SERIAL KEYSPAN DRIVER
4674P: Greg Kroah-Hartman
4675M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004676L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004677W: http://www.kroah.com/linux/
4678S: Maintained
4679
4680USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004681P: Support Department
4682M: support@connecttech.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004683L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004684W: http://www.connecttech.com
4685S: Supported
4686
Steve Glendinning2f7ca802008-10-02 05:27:57 +00004687USB SMSC95XX ETHERNET DRIVER
4688P: Steve Glendinning
4689M: steve.glendinning@smsc.com
4690L: netdev@vger.kernel.org
4691S: Supported
4692
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004693USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004694P: Luca Risolia
4695M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004696L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004697L: linux-media@vger.kernel.org
4698T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004699W: http://www.linux-projects.org
4700S: Maintained
4701
4702USB SUBSYSTEM
4703P: Greg Kroah-Hartman
4704M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004705L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004706W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004707T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004708S: Supported
4709
4710USB UHCI DRIVER
4711P: Alan Stern
4712M: stern@rowland.harvard.edu
Jean Delvare795fb7e2008-09-20 12:33:08 +02004713L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004714S: Maintained
4715
David Brownell69ae9e32006-11-14 02:03:31 -08004716USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004717P: David Brownell
4718M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004719L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004720W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004721S: Maintained
4722
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004723USB VIDEO CLASS
4724P: Laurent Pinchart
4725M: laurent.pinchart@skynet.be
Jiri Slabya67534a2008-12-10 09:09:27 -03004726L: linux-uvc-devel@lists.berlios.de (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004727L: linux-media@vger.kernel.org
4728T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004729W: http://linux-uvc.berlios.de
4730S: Maintained
4731
Linus Torvalds1da177e2005-04-16 15:20:36 -07004732USB W996[87]CF DRIVER
4733P: Luca Risolia
4734M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004735L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004736L: linux-media@vger.kernel.org
4737T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004738W: http://www.linux-projects.org
4739S: Maintained
4740
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004741USB WIRELESS RNDIS DRIVER (rndis_wlan)
4742P: Jussi Kivilinna
4743M: jussi.kivilinna@mbnet.fi
4744L: linux-wireless@vger.kernel.org
4745S: Maintained
4746
Luca Risolia60f78052006-02-06 16:29:35 +00004747USB ZC0301 DRIVER
4748P: Luca Risolia
4749M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004750L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004751L: linux-media@vger.kernel.org
4752T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia60f78052006-02-06 16:29:35 +00004753W: http://www.linux-projects.org
4754S: Maintained
4755
Linus Torvalds1da177e2005-04-16 15:20:36 -07004756USB ZD1201 DRIVER
4757P: Jeroen Vreeken
4758M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004759L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004760W: http://linux-lc100020.sourceforge.net
4761S: Maintained
4762
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004763USB ZR364XX DRIVER
4764P: Antoine Jacquet
4765M: royale@zerezo.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004766L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004767L: linux-media@vger.kernel.org
4768T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004769W: http://royale.zerezo.com/zr364xx/
4770S: Maintained
4771
Randy Dunlape7839f22008-10-12 16:11:45 -07004772USER-MODE LINUX (UML)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004773P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004774M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004775L: user-mode-linux-devel@lists.sourceforge.net
4776L: user-mode-linux-user@lists.sourceforge.net
4777W: http://user-mode-linux.sourceforge.net
4778S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004779
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004780USERSPACE I/O (UIO)
4781P: Hans J. Koch
4782M: hjk@linutronix.de
4783P: Greg Kroah-Hartman
4784M: gregkh@suse.de
4785L: linux-kernel@vger.kernel.org
4786S: Maintained
4787
Karel Zakf899b0a2008-05-23 13:04:21 -07004788UTIL-LINUX-NG PACKAGE
4789P: Karel Zak
4790M: kzak@redhat.com
4791L: util-linux-ng@vger.kernel.org
4792W: http://kernel.org/~kzak/util-linux-ng/
4793T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4794S: Maintained
4795
Michal Januszewskic1fd1c02008-10-15 22:03:48 -07004796UVESAFB DRIVER
4797P: Michal Januszewski
4798M: spock@gentoo.org
4799L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4800W: http://dev.gentoo.org/~spock/projects/uvesafb/
4801S: Maintained
4802
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004803VFAT/FAT/MSDOS FILESYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07004804P: OGAWA Hirofumi
4805M: hirofumi@mail.parknet.co.jp
4806L: linux-kernel@vger.kernel.org
4807S: Maintained
4808
Linus Torvalds1da177e2005-04-16 15:20:36 -07004809VIA RHINE NETWORK DRIVER
4810P: Roger Luethi
4811M: rl@hellgate.ch
4812S: Maintained
4813
Jean Delvare32c0a522005-09-22 21:47:58 +02004814VIAPRO SMBUS DRIVER
4815P: Jean Delvare
4816M: khali@linux-fr.org
Jean Delvare846557d2008-10-30 15:55:47 +01004817L: linux-i2c@vger.kernel.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004818S: Maintained
4819
Joseph Chan69e4a7c2008-10-15 22:03:31 -07004820VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4821P: Joseph Chan
4822M: JosephChan@via.com.tw
4823P: Scott Fang
4824M: ScottFang@viatech.com.cn
4825L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4826S: Maintained
4827
Francois Romieu01f20732007-01-26 00:57:17 -08004828VIA VELOCITY NETWORK DRIVER
4829P: Francois Romieu
4830M: romieu@fr.zoreil.com
4831L: netdev@vger.kernel.org
4832S: Maintained
4833
Randy Dunlape7839f22008-10-12 16:11:45 -07004834VIDEO FOR LINUX (V4L)
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004835P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004836M: mchehab@infradead.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004837L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004838L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004839W: http://linuxtv.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004840T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004841S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004842
Patrick McHardybe7f8272007-10-23 20:26:36 -07004843VLAN (802.1Q)
4844P: Patrick McHardy
4845M: kaber@trash.net
4846L: netdev@vger.kernel.org
4847S: Maintained
4848
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004849VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4850P: Liam Girdwood
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004851M: lrg@slimlogic.co.uk
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004852P: Mark Brown
4853M: broonie@opensource.wolfsonmicro.com
4854W: http://opensource.wolfsonmicro.com/node/15
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004855W: http://www.slimlogic.co.uk/?page_id=5
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004856T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4857S: Supported
4858
Juerg Haefligerab413192006-09-24 20:54:04 +02004859VT1211 HARDWARE MONITOR DRIVER
4860P: Juerg Haefliger
4861M: juergh@gmail.com
4862L: lm-sensors@lm-sensors.org
4863S: Maintained
4864
Roger Lucas1de9e372005-11-26 20:20:05 +01004865VT8231 HARDWARE MONITOR DRIVER
4866P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004867M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004868L: lm-sensors@lm-sensors.org
4869S: Maintained
4870
Linus Torvalds1da177e2005-04-16 15:20:36 -07004871W1 DALLAS'S 1-WIRE BUS
4872P: Evgeniy Polyakov
4873M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004874S: Maintained
4875
Charles Spirakis13927072006-07-05 18:05:15 +02004876W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004877P: Marc Hulsman
4878M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004879L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004880S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004881
Rudolf Marek61db0112006-12-12 18:18:30 +01004882W83793 HARDWARE MONITORING DRIVER
4883P: Rudolf Marek
4884M: r.marek@assembler.cz
4885L: lm-sensors@lm-sensors.org
4886S: Maintained
4887
Linus Torvalds1da177e2005-04-16 15:20:36 -07004888W83L51xD SD/MMC CARD INTERFACE DRIVER
4889P: Pierre Ossman
4890M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004891L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004892S: Maintained
4893
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004894WATCHDOG DEVICE DRIVERS
4895P: Wim Van Sebroeck
4896M: wim@iguana.be
4897T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4898S: Maintained
4899
Linus Torvalds1da177e2005-04-16 15:20:36 -07004900WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4901P: Jean Tourrilhes
4902M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004903L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004904W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4905S: Maintained
4906
4907WD7000 SCSI DRIVER
4908P: Miroslav Zagorac
4909M: zaga@fly.cc.fer.hr
4910L: linux-scsi@vger.kernel.org
4911S: Maintained
4912
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08004913WIMAX STACK
4914P: Inaky Perez-Gonzalez
4915M: inaky.perez-gonzalez@intel.com
4916M: linux-wimax@intel.com
4917L: wimax@linuxwimax.org
4918S: Supported
4919W: http://linuxwimax.org
4920
David Vrabel18332a82008-09-17 16:34:44 +01004921WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4922P: David Vrabel
4923M: david.vrabel@csr.com
4924S: Maintained
4925
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004926WISTRON LAPTOP BUTTON DRIVER
4927P: Miloslav Trmac
4928M: mitr@volny.cz
4929S: Maintained
4930
Linus Torvalds1da177e2005-04-16 15:20:36 -07004931WL3501 WIRELESS PCMCIA CARD DRIVER
4932P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004933M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004934L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004935W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004936S: Maintained
4937
Mark Brownfebf1df2008-04-02 00:51:09 -04004938WM97XX TOUCHSCREEN DRIVERS
4939P: Mark Brown
4940M: broonie@opensource.wolfsonmicro.com
4941P: Liam Girdwood
Liam Girdwoodb8d055a2008-10-13 23:00:15 -04004942M: lrg@slimlogic.co.uk
Mark Brownfebf1df2008-04-02 00:51:09 -04004943L: linux-input@vger.kernel.org
4944T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4945W: http://opensource.wolfsonmicro.com/node/7
4946S: Supported
4947
Linus Torvalds1da177e2005-04-16 15:20:36 -07004948X.25 NETWORK LAYER
4949P: Henner Eisen
4950M: eis@baty.hanse.de
4951L: linux-x25@vger.kernel.org
4952S: Maintained
4953
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004954X86 ARCHITECTURE (32-BIT AND 64-BIT)
4955P: Thomas Gleixner
4956M: tglx@linutronix.de
4957P: Ingo Molnar
4958M: mingo@redhat.com
4959P: H. Peter Anvin
4960M: hpa@zytor.com
H. Peter Anvinbcde5632009-02-02 21:42:40 -08004961M: x86@kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004962L: linux-kernel@vger.kernel.org
4963T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4964S: Maintained
4965
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004966XEN HYPERVISOR INTERFACE
4967P: Jeremy Fitzhardinge
4968M: jeremy@xensource.com
4969P: Chris Wright
4970M: chrisw@sous-sol.org
4971L: virtualization@lists.osdl.org
4972L: xen-devel@lists.xensource.com
4973S: Supported
4974
Linus Torvalds1da177e2005-04-16 15:20:36 -07004975XFS FILESYSTEM
4976P: Silicon Graphics Inc
Lachlan McIlroy0335cb72008-12-31 12:10:12 +11004977P: Bill O'Donnell
Linus Torvalds1da177e2005-04-16 15:20:36 -07004978M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004979L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004980W: http://oss.sgi.com/projects/xfs
Lachlan McIlroy0335cb72008-12-31 12:10:12 +11004981T: git://oss.sgi.com/xfs/xfs.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004982S: Supported
4983
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004984XILINX SYSTEMACE DRIVER
4985P: Grant Likely
4986M: grant.likely@secretlab.ca
4987W: http://www.secretlab.ca/
4988L: linux-kernel@vger.kernel.org
4989S: Maintained
4990
Peter Korsgaard238b8722006-12-06 20:35:17 -08004991XILINX UARTLITE SERIAL DRIVER
4992P: Peter Korsgaard
4993M: jacmet@sunsite.dk
4994L: linux-serial@vger.kernel.org
4995S: Maintained
4996
Linus Torvalds1da177e2005-04-16 15:20:36 -07004997YAM DRIVER FOR AX.25
4998P: Jean-Paul Roubelat
4999M: jpr@f6fbb.org
5000L: linux-hams@vger.kernel.org
5001S: Maintained
5002
Henkaf64a5e2005-10-12 15:02:56 +02005003YEALINK PHONE DRIVER
5004P: Henk Vergonet
5005M: Henk.Vergonet@gmail.com
5006L: usbb2k-api-dev@nongnu.org
5007S: Maintained
5008
Linus Torvalds1da177e2005-04-16 15:20:36 -07005009Z8530 DRIVER FOR AX.25
5010P: Joerg Reuter
5011M: jreuter@yaina.de
5012W: http://yaina.de/jreuter/
5013W: http://www.qsl.net/dl1bke/
5014L: linux-hams@vger.kernel.org
5015S: Maintained
5016
Daniel Drake7c0c3af2006-07-16 13:55:17 +01005017ZD1211RW WIRELESS DRIVER
5018P: Daniel Drake
5019M: dsd@gentoo.org
5020P: Ulrich Kunitz
5021M: kune@deine-taler.de
5022W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07005023L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01005024L: zd1211-devs@lists.sourceforge.net (subscribers-only)
5025S: Maintained
5026
Linus Torvalds1da177e2005-04-16 15:20:36 -07005027ZR36067 VIDEO FOR LINUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07005028L: mjpeg-users@lists.sourceforge.net
Trent Piephof63145e2009-01-24 20:52:41 -03005029L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07005030W: http://mjpeg.sourceforge.net/driver-zoran/
Trent Piephof63145e2009-01-24 20:52:41 -03005031T: Mercurial http://linuxtv.org/hg/v4l-dvb
5032S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07005033
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07005034ZS DECSTATION Z85C30 SERIAL DRIVER
5035P: Maciej W. Rozycki
5036M: macro@linux-mips.org
5037S: Maintained
5038
Linus Torvalds1da177e2005-04-16 15:20:36 -07005039THE REST
5040P: Linus Torvalds
5041S: Buried alive in reporters