blob: 71b1b0353128fcead0325ec363b505890d8aed0e [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 Hemminger65ebe632007-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
Riku Voipiob26e0ed2009-03-03 21:37:17 +02001766FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
1767P: Riku Voipio
1768M: riku.vipio@iki.fi
1769L: lm-sensors@lm-sensors.org
1770S: Maintained
1771
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001772FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1773P: Kristian Hoegsberg, Stefan Richter
1774M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1775L: linux1394-devel@lists.sourceforge.net
1776W: http://www.linux1394.org/
1777T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1778S: Maintained
1779
1780FIRMWARE LOADER (request_firmware)
1781L: linux-kernel@vger.kernel.org
1782S: Orphan
1783
1784FPU EMULATOR
1785P: Bill Metzenthen
1786M: billm@suburbia.net
1787W: http://suburbia.net/~billm/floating-point/emulator/
1788S: Maintained
1789
1790FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1791P: Mike McLagan
1792M: mike.mclagan@linux.org
1793L: netdev@vger.kernel.org
1794S: Maintained
1795
Linus Torvalds1da177e2005-04-16 15:20:36 -07001796FRAMEBUFFER LAYER
1797P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001798M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001799L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001800W: http://linux-fbdev.sourceforge.net/
1801S: Maintained
1802
Zhang Wei173acc72008-03-01 07:42:48 -07001803FREESCALE DMA DRIVER
Zhang Wei76b0c782008-05-13 14:44:59 -07001804P: Li Yang
1805M: leoli@freescale.com
1806P: Zhang Wei
1807M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001808L: linuxppc-embedded@ozlabs.org
1809L: linux-kernel@vger.kernel.org
1810S: Maintained
1811
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001812FREESCALE I2C CPM DRIVER
1813P: Jochen Friedrich
1814M: jochen@scram.de
1815L: linuxppc-dev@ozlabs.org
Jean Delvare846557d2008-10-30 15:55:47 +01001816L: linux-i2c@vger.kernel.org
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001817S: Maintained
1818
Sascha Hauer60e8c5a2008-12-16 11:44:06 +01001819FREESCALE IMX / MXC FRAMEBUFFER DRIVER
1820P: Sascha Hauer
1821M: kernel@pengutronix.de
1822L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1823L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1824S: Maintained
1825
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001826FREESCALE SOC FS_ENET DRIVER
1827P: Pantelis Antoniou
1828M: pantelis.antoniou@gmail.com
1829P: Vitaly Bordug
1830M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001831L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001832L: netdev@vger.kernel.org
1833S: Maintained
1834
Timur Tabid9e9d822008-04-24 08:45:26 +10001835FREESCALE QUICC ENGINE LIBRARY
1836P: Timur Tabi
1837M: timur@freescale.com
1838L: linuxppc-dev@ozlabs.org
1839S: Supported
1840
Li Yanga7205b32007-04-23 10:38:18 -07001841FREESCALE HIGHSPEED USB DEVICE DRIVER
1842P: Li Yang
1843M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001844L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001845L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001846S: Maintained
1847
Li Yangbeaf53b2007-05-25 13:54:02 +08001848FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1849P: Li Yang
1850M: leoli@freescale.com
1851L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001852L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001853S: Maintained
1854
Timur Tabid9e9d822008-04-24 08:45:26 +10001855FREESCALE QUICC ENGINE UCC UART DRIVER
1856P: Timur Tabi
1857M: timur@freescale.com
1858L: linuxppc-dev@ozlabs.org
1859S: Supported
1860
1861FREESCALE SOC SOUND DRIVERS
1862P: Timur Tabi
1863M: timur@freescale.com
1864L: alsa-devel@alsa-project.org
1865L: linuxppc-dev@ozlabs.org
1866S: Supported
1867
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868FREEVXFS FILESYSTEM
1869P: Christoph Hellwig
1870M: hch@infradead.org
1871W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1872S: Maintained
1873
Pavel Machek71038f52009-01-15 13:51:02 -08001874FREEZER
1875P: Pavel Machek
1876M: pavel@suse.cz
1877P: Rafael J. Wysocki
1878M: rjw@sisk.pl
1879L: linux-pm@lists.linux-foundation.org
1880S: Supported
1881
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001882FTRACE
1883P: Steven Rostedt
Steven Rostedt8e324c12008-11-19 15:36:43 -08001884M: rostedt@goodmis.org
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001885S: Maintained
1886
David Howells5ab7ffe2007-04-10 15:10:45 +01001887FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888P: David Howells
1889M: dhowells@redhat.com
1890S: Maintained
1891
Jonathan Woithe20b93732008-06-11 10:14:56 +09301892FUJITSU LAPTOP EXTRAS
1893P: Jonathan Woithe
1894M: jwoithe@physics.adelaide.edu.au
1895L: linux-acpi@vger.kernel.org
1896S: Maintained
1897
Miklos Szeredi04578f12005-09-09 13:10:22 -07001898FUSE: FILESYSTEM IN USERSPACE
1899P: Miklos Szeredi
1900M: miklos@szeredi.hu
1901L: fuse-devel@lists.sourceforge.net
1902W: http://fuse.sourceforge.net/
1903S: Maintained
1904
Linus Torvalds1da177e2005-04-16 15:20:36 -07001905FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1906P: Rik Faith
1907M: faith@cs.unc.edu
1908L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001909S: Odd Fixes (e.g., new signatures)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910
1911GDT SCSI DISK ARRAY CONTROLLER DRIVER
1912P: Achim Leubner
1913M: achim_leubner@adaptec.com
1914L: linux-scsi@vger.kernel.org
1915W: http://www.icp-vortex.com/
1916S: Supported
1917
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001918GENERIC GPIO I2C DRIVER
1919P: Haavard Skinnemoen
1920M: hskinnemoen@atmel.com
1921S: Supported
1922
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01001923GENERIC HDLC (WAN) DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924P: Krzysztof Halasa
1925M: khc@pm.waw.pl
1926W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1927S: Maintained
1928
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001929GFS2 FILE SYSTEM
1930P: Steven Whitehouse
1931M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001932L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001933W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001934T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1935T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001936S: Supported
1937
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001938GIGASET ISDN DRIVERS
1939P: Hansjoerg Lipp
1940M: hjlipp@web.de
1941P: Tilman Schmidt
1942M: tilman@imap.cc
1943L: gigaset307x-common@lists.sourceforge.net
1944W: http://gigaset307x.sourceforge.net/
1945S: Maintained
1946
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001947HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
Frank Seidel211e3e02009-02-17 19:59:54 +01001948P: Frank Seidel
1949M: frank@f-seidel.de
1950L: lm-sensors@lm-sensors.org
1951W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001952S: Maintained
1953
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001954GSPCA FINEPIX SUBDRIVER
1955P: Frank Zago
1956M: frank@zago.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001957L: linux-media@vger.kernel.org
1958T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001959S: Maintained
1960
1961GSPCA M5602 SUBDRIVER
1962P: Erik Andren
1963M: erik.andren@gmail.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001964L: linux-media@vger.kernel.org
1965T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001966S: Maintained
1967
1968GSPCA PAC207 SONIXB SUBDRIVER
1969P: Hans de Goede
1970M: hdegoede@redhat.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001971L: linux-media@vger.kernel.org
1972T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001973S: Maintained
1974
1975GSPCA T613 SUBDRIVER
1976P: Leandro Costantino
1977M: lcostantino@gmail.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001978L: linux-media@vger.kernel.org
1979T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001980S: Maintained
1981
1982GSPCA USB WEBCAM DRIVER
1983P: Jean-Francois Moine
1984M: moinejf@free.fr
1985W: http://moinejf.free.fr
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001986L: linux-media@vger.kernel.org
1987T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001988S: Maintained
1989
Jean Delvare5b543962005-08-15 19:51:02 +02001990HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001991L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001992W: http://www.lm-sensors.org/
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001993S: Orphan
Jean Delvare5b543962005-08-15 19:51:02 +02001994
Michael Buesch844dd052006-06-26 00:24:59 -07001995HARDWARE RANDOM NUMBER GENERATOR CORE
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001996S: Orphan
Michael Buesch844dd052006-06-26 00:24:59 -07001997
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998HARMONY SOUND DRIVER
1999P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04002000M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002001L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002002S: Maintained
2003
2004HAYES ESP SERIAL DRIVER
2005P: Andrew J. Robinson
2006M: arobinso@nyx.net
2007L: linux-kernel@vger.kernel.org
2008W: http://www.nyx.net/~arobinso
2009S: Maintained
2010
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002011HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
2012P: Chirag Kantharia
2013M: chirag.kantharia@hp.com
2014L: iss_storagedev@hp.com
2015S: Maintained
2016
2017HEWLETT-PACKARD SMART2 RAID DRIVER
2018P: Chirag Kantharia
2019M: chirag.kantharia@hp.com
2020L: iss_storagedev@hp.com
2021S: Maintained
2022
2023HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2024P: Mike Miller
2025M: mike.miller@hp.com
2026L: iss_storagedev@hp.com
2027S: Supported
2028
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029HFS FILESYSTEM
2030P: Roman Zippel
2031M: zippel@linux-m68k.org
2032L: linux-kernel@vger.kernel.org
2033S: Maintained
2034
2035HGA FRAMEBUFFER DRIVER
2036P: Ferenc Bakonyi
2037M: fero@drama.obuda.kando.hu
2038L: linux-nvidia@lists.surfsouth.com
2039W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2040S: Maintained
2041
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002042HIBERNATION (aka Software Suspend, aka swsusp)
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002043P: Pavel Machek
Pavel Machekef35ce22009-02-18 14:48:16 -08002044M: pavel@ucw.cz
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002045P: Rafael J. Wysocki
2046M: rjw@sisk.pl
2047L: linux-pm@lists.linux-foundation.org
2048S: Supported
2049
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01002050HID CORE LAYER
2051P: Jiri Kosina
2052M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002053L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01002054T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01002055S: Maintained
2056
Ingo Molnar38bed542007-02-22 09:09:34 +01002057HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2058P: Thomas Gleixner
2059M: tglx@linutronix.de
2060L: linux-kernel@vger.kernel.org
2061S: Maintained
2062
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063HIGH-SPEED SCC DRIVER FOR AX.25
2064P: Klaus Kudielka
2065M: klaus.kudielka@ieee.org
2066L: linux-hams@vger.kernel.org
2067W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2068S: Maintained
2069
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08002070HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2071P: HighPoint Linux Team
2072M: linux@highpoint-tech.com
2073W: http://www.highpoint-tech.com
2074S: Supported
2075
Linus Torvalds1da177e2005-04-16 15:20:36 -07002076HIPPI
2077P: Jes Sorensen
2078M: jes@trained-monkey.org
2079L: linux-hippi@sunsite.dk
2080S: Maintained
2081
Jouni Malinenff1d2762005-05-12 22:54:16 -04002082HOST AP DRIVER
2083P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07002084M: j@w1.fi
2085L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07002086L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04002087W: http://hostap.epitest.fi/
2088S: Maintained
2089
Carlos Corbachodd8cd772008-02-05 02:17:15 +00002090HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2091P: Carlos Corbacho
2092M: carlos@strangeworlds.co.uk
2093S: Odd Fixes
2094
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002095HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2096P: Jaroslav Kysela
2097M: perex@perex.cz
2098S: Maintained
2099
Clemens Ladischd36e74c2008-07-23 21:26:46 -07002100HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08002101P: Clemens Ladisch
2102M: clemens@ladisch.de
2103S: Maintained
2104
2105HPET: i386
2106P: Venkatesh Pallipadi (Venki)
2107M: venkatesh.pallipadi@intel.com
2108S: Maintained
2109
2110HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02002111P: Vojtech Pavlik
2112M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08002113S: Maintained
2114
2115HPET: ACPI hpet.c
2116P: Bob Picco
2117M: bob.picco@hp.com
2118S: Maintained
2119
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120HPFS FILESYSTEM
2121P: Mikulas Patocka
2122M: mikulas@artax.karlin.mff.cuni.cz
2123W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2124S: Maintained
2125
Denis Joseph Barrow11cd29b2009-01-02 13:50:36 +00002126HSO 3G Modem Driver (hso.c)
2127P: Denis Joseph Barrow
2128M: d.barow@option.com
2129W: http://www.pharscape.org
2130S: Maintained
2131
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002132HTCPEN TOUCHSCREEN DRIVER
2133P: Pau Oliva Fora
2134M: pof@eslack.org
2135L: linux-input@vger.kernel.org
2136S: Maintained
2137
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138HUGETLB FILESYSTEM
2139P: William Irwin
2140M: wli@holomorphy.com
2141S: Maintained
2142
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002143I2C/SMBUS STUB DRIVER
2144P: Mark M. Hoffman
2145M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01002146L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002147S: Maintained
2148
Jean Delvare5b543962005-08-15 19:51:02 +02002149I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002150P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002152P: Ben Dooks (embedded platforms)
2153M: ben-linux@fluff.org
Jean Delvare846557d2008-10-30 15:55:47 +01002154L: linux-i2c@vger.kernel.org
Jean Delvarea01064a2009-01-26 21:19:53 +01002155W: http://i2c.wiki.kernel.org/
2156T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157S: Maintained
2158
Till Harbaume8c76ee2007-05-01 23:26:35 +02002159I2C-TINY-USB DRIVER
2160P: Till Harbaum
2161M: till@harbaum.org
Jean Delvare846557d2008-10-30 15:55:47 +01002162L: linux-i2c@vger.kernel.org
Till Harbaume8c76ee2007-05-01 23:26:35 +02002163T: http://www.harbaum.org/till/i2c_tiny_usb
2164S: Maintained
2165
Linus Torvalds1da177e2005-04-16 15:20:36 -07002166i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002167P: H. Peter Anvin
2168M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169L: Linux-Kernel@vger.kernel.org
2170S: Maintained
2171
2172i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002173P: H. Peter Anvin
2174M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002175T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002176S: Maintained
2177
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178IA64 (Itanium) PLATFORM
2179P: Tony Luck
2180M: tony.luck@intel.com
2181L: linux-ia64@vger.kernel.org
2182W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002183T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002184S: Maintained
2185
Linus Torvalds1da177e2005-04-16 15:20:36 -07002186IBM MCA SCSI SUBSYSTEM DRIVER
2187P: Michael Lang
2188M: langa2@kph.uni-mainz.de
2189W: http://www.uni-mainz.de/~langm000/linux.html
2190S: Maintained
2191
2192IBM Power Linux RAID adapter
2193P: Brian King
2194M: brking@us.ibm.com
2195S: Supported
2196
2197IBM ServeRAID RAID DRIVER
2198P: Jack Hammer
2199P: Dave Jeffery
2200M: ipslinux@adaptec.com
2201W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002202S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002203
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002204IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002206M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002207L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002208T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209S: Maintained
2210
2211IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002212P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002213M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002214L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002215S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002216
2217IDE/ATAPI FLOPPY DRIVERS
2218P: Paul Bristow
2219M: Paul Bristow <paul@paulbristow.net>
2220W: http://paulbristow.net/linux/idefloppy.html
2221L: linux-kernel@vger.kernel.org
2222S: Maintained
2223
2224IDE/ATAPI TAPE DRIVERS
2225P: Gadi Oxman
2226M: Gadi Oxman <gadio@netvision.net.il>
2227L: linux-kernel@vger.kernel.org
2228S: Maintained
2229
Andy Henroid27471fd2008-10-09 11:45:22 -07002230IDLE-I7300
2231P: Andy Henroid
2232M: andrew.d.henroid@intel.com
2233L: linux-pm@lists.linux-foundation.org
2234S: Supported
2235
Stefan Richterf148e202008-01-12 12:32:44 +01002236IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002237P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002238M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002239P: Stefan Richter
2240M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002241L: linux1394-devel@lists.sourceforge.net
2242W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002243T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244S: Maintained
2245
Stefan Richterf51a5a92007-04-23 14:41:10 -07002246IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002247P: Dan Dennedy
2248M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002249P: Stefan Richter
2250M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002251L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002252S: Maintained
2253
Mimi Zoharaa7168f2009-02-04 09:07:03 -05002254INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2255P: Mimi Zohar
2256M: zohar@us.ibm.com
2257S: Supported
2258
Linus Torvalds1da177e2005-04-16 15:20:36 -07002259IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002260L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002261S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002262
2263INFINIBAND SUBSYSTEM
2264P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002265M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002266P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002267M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002268P: Hal Rosenstock
Jean Delvare795fb7e2008-09-20 12:33:08 +02002269M: hal.rosenstock@gmail.com
Randy Dunlap40b0bb12009-02-04 15:12:13 -08002270L: general@lists.openfabrics.org (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002272T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002273S: Supported
2274
Robert Lovec9f04f52005-07-15 12:21:07 -04002275INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01002276P: John McCutchan
John McCutchan52af8942008-12-17 17:43:02 -08002277M: john@johnmccutchan.com
Cal Peake18b36c72006-12-12 20:18:16 +01002278P: Robert Love
John McCutchan52af8942008-12-17 17:43:02 -08002279M: rlove@rlove.org
Robert Lovec9f04f52005-07-15 12:21:07 -04002280L: linux-kernel@vger.kernel.org
2281S: Maintained
2282
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002283INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2284P: Dmitry Torokhov
2285M: dmitry.torokhov@gmail.com
2286M: dtor@mail.ru
2287L: linux-input@vger.kernel.org
2288T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2289S: Maintained
2290
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002291INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002292P: Sylvain Meyer
2293M: sylvain.meyer@worldonline.fr
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
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002296
Linus Torvalds1da177e2005-04-16 15:20:36 -07002297INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002298P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002299M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002300L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002301S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002302
Thomas, Sujithf4a9bc42008-11-05 16:15:31 +05302303INTEL MENLOW THERMAL DRIVER
2304P: Sujith Thomas
2305M: sujith.thomas@intel.com
2306L: linux-acpi@vger.kernel.org
2307W: http://www.lesswatts.org/projects/acpi/
2308S: Supported
2309
Linus Torvalds1da177e2005-04-16 15:20:36 -07002310INTEL IA32 MICROCODE UPDATE SUPPORT
2311P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002312M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002313S: Maintained
2314
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002315INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002316P: Maciej Sosnowski
2317M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002318L: linux-kernel@vger.kernel.org
2319S: Supported
2320
David Woodhouse6c8909b2008-10-18 16:12:17 +01002321INTEL IOMMU (VT-d)
2322P: David Woodhouse
2323M: dwmw2@infradead.org
2324L: iommu@lists.linux-foundation.org
2325T: git://git.infradead.org/iommu-2.6.git
2326S: Supported
2327
Dan Williamsb3e5f262007-08-07 10:26:35 -07002328INTEL IOP-ADMA DMA DRIVER
2329P: Dan Williams
2330M: dan.j.williams@intel.com
2331L: linux-kernel@vger.kernel.org
2332S: Supported
2333
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01002334INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2335P: Krzysztof Halasa
2336M: khc@pm.waw.pl
2337S: Maintained
2338
Michael Buesch844dd052006-06-26 00:24:59 -07002339INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2340P: Deepak Saxena
2341M: dsaxena@plexity.net
2342S: Maintained
2343
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002344INTEL IXP2000 ETHERNET DRIVER
2345P: Lennert Buytenhek
2346M: kernel@wantstofly.org
2347L: netdev@vger.kernel.org
2348S: Maintained
2349
Auke Kokd94e6fe2008-03-03 14:37:47 -08002350INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002351P: Jeff Kirsher
2352M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002353P: Jesse Brandeburg
2354M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002355P: Bruce Allan
2356M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002357P: PJ Waskiewicz
2358M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002359P: John Ronciak
2360M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002361L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002362W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002363S: Supported
2364
James Ketrenos826d2ab2005-11-07 18:56:59 -06002365INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002366P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002367M: yi.zhu@intel.com
2368P: James Ketrenos
2369M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002370P: Reinette Chatre
2371M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002372L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002373L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002374W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002375W: http://ipw2100.sourceforge.net
2376S: Supported
2377
2378INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002379P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002380M: yi.zhu@intel.com
2381P: James Ketrenos
2382M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002383P: Reinette Chatre
2384M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002385L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002386L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002387W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002388W: http://ipw2200.sourceforge.net
2389S: Supported
2390
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08002391INTEL WIRELESS WIMAX CONNECTION 2400
2392P: Inaky Perez-Gonzalez
2393M: inaky.perez-gonzalez@intel.com
2394M: linux-wimax@intel.com
2395L: wimax@linuxwimax.org
2396S: Supported
2397W: http://linuxwimax.org
2398
Zhu Yib481de92007-09-25 17:54:57 -07002399INTEL WIRELESS WIFI LINK (iwlwifi)
2400P: Zhu Yi
2401M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002402P: Reinette Chatre
2403M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002404L: linux-wireless@vger.kernel.org
2405L: ipw3945-devel@lists.sourceforge.net
2406W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002407T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002408S: Supported
2409
Ralf Baechlecb109a02007-08-30 23:56:30 -07002410IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411P: Ralf Baechle
2412M: ralf@linux-mips.org
2413L: linux-mips@linux-mips.org
2414S: Maintained
2415
Ralf Baechlecb109a02007-08-30 23:56:30 -07002416IOC3 SERIAL DRIVER
2417P: Pat Gefre
2418M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002419L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002420S: Maintained
2421
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002422IP MASQUERADING
Linus Torvalds1da177e2005-04-16 15:20:36 -07002423P: Juanjo Ciarlante
2424M: jjciarla@raiz.uncu.edu.ar
2425S: Maintained
2426
Francois Romieu1202d6f2007-09-17 17:13:55 -07002427IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2428P: Francois Romieu
2429M: romieu@fr.zoreil.com
2430P: Sorbica Shieh
2431M: sorbica@icplus.com.tw
2432P: Jesse Huang
2433M: jesse@icplus.com.tw
2434L: netdev@vger.kernel.org
2435S: Maintained
2436
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002437IPATH DRIVER
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002438P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002439M: infinipath@qlogic.com
2440L: general@lists.openfabrics.org
2441T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002442S: Supported
2443
Corey Minyard4409ebe2006-04-20 02:43:12 -07002444IPMI SUBSYSTEM
2445P: Corey Minyard
2446M: minyard@acm.org
2447L: openipmi-developer@lists.sourceforge.net
2448W: http://openipmi.sourceforge.net/
2449S: Supported
2450
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002451IPS SCSI RAID DRIVER
2452P: Adaptec OEM Raid Solutions
2453M: aacraid@adaptec.com
2454L: linux-scsi@vger.kernel.org
2455W: http://www.adaptec.com/
2456S: Maintained
2457
2458IPVS
2459P: Wensong Zhang
2460M: wensong@linux-vs.org
2461P: Simon Horman
2462M: horms@verge.net.au
2463P: Julian Anastasov
2464M: ja@ssi.bg
Ralf Baechle979b6c12005-06-13 14:30:40 -07002465L: netdev@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002466L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467S: Maintained
2468
Randy Dunlape7839f22008-10-12 16:11:45 -07002469IPWIRELESS DRIVER
David Sterba099dc4f2008-02-07 10:57:12 +01002470P: Jiri Kosina
2471M: jkosina@suse.cz
2472P: David Sterba
2473M: dsterba@suse.cz
2474S: Maintained
2475T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2476
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002477IPX NETWORK LAYER
2478P: Arnaldo Carvalho de Melo
2479M: acme@ghostprotocols.net
2480L: netdev@vger.kernel.org
2481S: Maintained
2482
Linus Torvalds1da177e2005-04-16 15:20:36 -07002483IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002484P: Samuel Ortiz
2485M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002486L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002487W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002488S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002489
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002490ISAPNP
2491P: Jaroslav Kysela
2492M: perex@perex.cz
2493S: Maintained
2494
Mike Christie14816b12007-11-28 16:22:06 -08002495ISCSI
2496P: Mike Christie
2497M: michaelc@cs.wisc.edu
2498L: open-iscsi@googlegroups.com
2499W: www.open-iscsi.org
2500T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2501S: Maintained
2502
Linus Torvalds1da177e2005-04-16 15:20:36 -07002503ISDN SUBSYSTEM
2504P: Karsten Keil
Karsten Keilfbfd8b52009-03-01 18:04:53 +01002505M: isdn@linux-pingi.de
Paul Bolled5d52272008-04-15 00:40:48 -07002506L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002507W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002508T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002509S: Maintained
2510
2511ISDN SUBSYSTEM (Eicon active card driver)
2512P: Armin Schindler
2513M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002514L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002515W: http://www.melware.de
2516S: Maintained
2517
Hans Verkuil91821ff2007-12-02 09:35:33 -03002518IVTV VIDEO4LINUX DRIVER
2519P: Hans Verkuil
2520M: hverkuil@xs4all.nl
2521L: ivtv-devel@ivtvdriver.org
2522L: ivtv-users@ivtvdriver.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03002523L: linux-media@vger.kernel.org
2524T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Hans Verkuil91821ff2007-12-02 09:35:33 -03002525W: http://www.ivtvdriver.org
2526S: Maintained
2527
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002528JFS FILESYSTEM
2529P: Dave Kleikamp
2530M: shaggy@austin.ibm.com
2531L: jfs-discussion@lists.sourceforge.net
2532W: http://jfs.sourceforge.net/
2533T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2534S: Supported
2535
Guo-Fu Tseng95252232008-09-16 01:00:11 +08002536JME NETWORK DRIVER
2537P: Guo-Fu Tseng
2538M: cooldavid@cooldavid.org
2539L: netdev@vger.kernel.org
2540S: Maintained
2541
Linus Torvalds1da177e2005-04-16 15:20:36 -07002542JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2543P: David Woodhouse
2544M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002545L: linux-mtd@lists.infradead.org
2546W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002547S: Maintained
2548
Josh Triplettde456d32006-07-30 03:04:00 -07002549JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002550P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002551M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002552L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002553S: Maintained
2554
Rudolf Marek4660cb32006-10-08 22:01:26 +02002555K8TEMP HARDWARE MONITORING DRIVER
2556P: Rudolf Marek
2557M: r.marek@assembler.cz
2558L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002559S: Maintained
2560
2561KCONFIG
2562P: Roman Zippel
2563M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002564L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002565S: Maintained
2566
Vivek Goyalea6c2082006-05-20 14:59:55 -07002567KDUMP
2568P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002569M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002570P: Haren Myneni
2571M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002572L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002573L: linux-kernel@vger.kernel.org
2574W: http://lse.sourceforge.net/kdump/
2575S: Maintained
2576
Linus Torvalds1da177e2005-04-16 15:20:36 -07002577KERNEL AUTOMOUNTER (AUTOFS)
2578P: H. Peter Anvin
2579M: hpa@zytor.com
2580L: autofs@linux.kernel.org
2581S: Odd Fixes
2582
2583KERNEL AUTOMOUNTER v4 (AUTOFS4)
2584P: Ian Kent
2585M: raven@themaw.net
2586L: autofs@linux.kernel.org
2587S: Maintained
2588
2589KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002590P: Sam Ravnborg
2591M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002592T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2593T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002594L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002595S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596
2597KERNEL JANITORS
2598P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002599L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002600W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601S: Maintained
2602
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002603KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002604P: J. Bruce Fields
2605M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002606P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002607M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002608L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002609W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002610S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002611
Avi Kivity426d62e2006-12-13 00:34:03 -08002612KERNEL VIRTUAL MACHINE (KVM)
2613P: Avi Kivity
Avi Kivity9ea1de42008-09-19 19:25:30 -07002614M: avi@redhat.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002615L: kvm@vger.kernel.org
2616W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002617S: Supported
2618
Joerg Roedelad8003d2008-09-10 20:01:07 +02002619KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2620P: Joerg Roedel
2621M: joerg.roedel@amd.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002622L: kvm@vger.kernel.org
2623W: http://kvm.qumranet.com
2624S: Supported
2625
Hollis Blanchard513014b2008-04-16 23:28:08 -05002626KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2627P: Hollis Blanchard
2628M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002629L: kvm-ppc@vger.kernel.org
2630W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002631S: Supported
2632
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002633KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002634P: Xiantao Zhang
2635M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002636L: kvm-ia64@vger.kernel.org
2637W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002638S: Supported
2639
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002640KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2641P: Carsten Otte
2642M: cotte@de.ibm.com
2643P: Christian Borntraeger
2644M: borntraeger@de.ibm.com
2645M: linux390@de.ibm.com
2646L: linux-s390@vger.kernel.org
2647W: http://www.ibm.com/developerworks/linux/linux390/
2648S: Supported
2649
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002650KEXEC
2651P: Eric Biederman
2652M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002653W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002654L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002655L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002656S: Maintained
2657
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002658KGDB
2659P: Jason Wessel
2660M: jason.wessel@windriver.com
2661L: kgdb-bugreport@lists.sourceforge.net
2662S: Maintained
2663
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002664KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002665P: Ananth N Mavinakayanahalli
2666M: ananth@in.ibm.com
2667P: Anil S Keshavamurthy
2668M: anil.s.keshavamurthy@intel.com
2669P: David S. Miller
2670M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002671P: Masami Hiramatsu
2672M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002673L: linux-kernel@vger.kernel.org
2674S: Maintained
2675
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002676KS0108 LCD CONTROLLER DRIVER
2677P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002678M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002679L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002680W: http://miguelojeda.es/auxdisplay.htm
2681W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002682S: Maintained
2683
Linus Torvalds1da177e2005-04-16 15:20:36 -07002684LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002685L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002686S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687
2688LASI 53c700 driver for PARISC
2689P: James E.J. Bottomley
2690M: James.Bottomley@HansenPartnership.com
2691L: linux-scsi@vger.kernel.org
2692S: Maintained
2693
Richard Purdie263de9b2006-05-15 09:44:16 -07002694LED SUBSYSTEM
2695P: Richard Purdie
2696M: rpurdie@rpsys.net
2697S: Maintained
2698
Linus Torvalds1da177e2005-04-16 15:20:36 -07002699LEGO USB Tower driver
2700P: Juergen Stuber
2701M: starblue@users.sourceforge.net
2702L: legousb-devel@lists.sourceforge.net
2703W: http://legousb.sourceforge.net/
2704S: Maintained
2705
Rusty Russell568a17f2007-10-25 14:12:24 +10002706LGUEST
2707P: Rusty Russell
2708M: rusty@rustcorp.com.au
2709L: lguest@ozlabs.org
2710W: http://lguest.ozlabs.org/
2711S: Maintained
2712
Linus Torvalds1da177e2005-04-16 15:20:36 -07002713LINUX FOR IBM pSERIES (RS/6000)
2714P: Paul Mackerras
2715M: paulus@au.ibm.com
2716W: http://www.ibm.com/linux/ltc/projects/ppc
2717S: Supported
2718
2719LINUX FOR NCR VOYAGER
2720P: James Bottomley
2721M: James.Bottomley@HansenPartnership.com
2722W: http://www.hansenpartnership.com/voyager
2723S: Maintained
2724
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002725LINUX FOR POWERPC (32-BIT AND 64-BIT)
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002726P: Benjamin Herrenschmidt
2727M: benh@kernel.crashing.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002728P: Paul Mackerras
2729M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002730W: http://www.penguinppc.org/
2731L: linuxppc-dev@ozlabs.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002732T: git kernel.org:/pub/scm/linux/kernel/git/benh/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002733S: Supported
2734
2735LINUX FOR POWER MACINTOSH
2736P: Benjamin Herrenschmidt
2737M: benh@kernel.crashing.org
2738W: http://www.penguinppc.org/
2739L: linuxppc-dev@ozlabs.org
2740S: Maintained
2741
Grant Likely77a76362008-07-12 12:11:43 -06002742LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002743P: Sylvain Munaut
2744M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002745P: Grant Likely
2746M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002748S: Maintained
2749
2750LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002751P: Josh Boyer
2752M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002753P: Matt Porter
2754M: mporter@kernel.crashing.org
2755W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002756L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002757T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002758S: Maintained
2759
Grant Likely260c02a2007-10-02 12:15:34 +10002760LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2761P: Grant Likely
2762M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002763W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002764L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002765S: Maintained
2766
Tom Rinie93adf12005-07-26 12:49:53 -07002767LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002768P: Vitaly Bordug
2769M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002770P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002771M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002772W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002773L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002774S: Maintained
2775
Linus Torvalds1da177e2005-04-16 15:20:36 -07002776LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002777P: Kumar Gala
2778M: galak@kernel.crashing.org
2779W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002780L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002781S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002782
Olof Johanssonab06ff32006-09-06 14:44:54 -05002783LINUX FOR POWERPC PA SEMI PWRFICIENT
2784P: Olof Johansson
2785M: olof@lixom.net
2786W: http://www.pasemi.com/
2787L: linuxppc-dev@ozlabs.org
2788S: Supported
2789
Linus Torvalds1da177e2005-04-16 15:20:36 -07002790LINUX SECURITY MODULE (LSM) FRAMEWORK
2791P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002792M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002793L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002794T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002795S: Supported
2796
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002797LLC (802.2)
2798P: Arnaldo Carvalho de Melo
2799M: acme@ghostprotocols.net
2800S: Maintained
2801
Pavel Machek455fbdd2008-11-12 13:27:02 -08002802LIS3LV02D ACCELEROMETER DRIVER
2803P: Eric Piel
2804M: eric.piel@tremplin-utc.net
2805S: Maintained
2806
Linus Torvalds1da177e2005-04-16 15:20:36 -07002807LM83 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
2813LM90 HARDWARE MONITOR DRIVER
2814P: Jean Delvare
2815M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002816L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002817S: Maintained
2818
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002819LOCKDEP AND LOCKSTAT
2820P: Peter Zijlstra
2821M: peterz@infradead.org
2822P: Ingo Molnar
2823M: mingo@redhat.com
2824L: linux-kernel@vger.kernel.org
2825T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2826S: Maintained
2827
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002828LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002829P: Richard Russon (FlatCap)
2830M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002831L: linux-ntfs-dev@lists.sourceforge.net
2832W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002833S: Maintained
2834
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002835LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2836P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002837M: Eric.Moore@lsi.com
2838M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002839L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002840L: linux-scsi@vger.kernel.org
2841W: http://www.lsilogic.com/support
2842S: Supported
2843
Linus Torvalds1da177e2005-04-16 15:20:36 -07002844LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2845P: Matthew Wilcox
2846M: matthew@wil.cx
2847L: linux-scsi@vger.kernel.org
2848S: Maintained
2849
Mike Frysinger81365c32008-10-29 14:01:12 -07002850LTP (Linux Test Project)
2851P: Subrata Modak
2852M: subrata@linux.vnet.ibm.com
2853P: Mike Frysinger
2854M: vapier@gentoo.org
2855L: ltp-list@lists.sourceforge.net (subscribers-only)
2856W: http://ltp.sourceforge.net/
2857T: git kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
2858S: Maintained
2859
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002860M32R ARCHITECTURE
2861P: Hirokazu Takata
2862M: takata@linux-m32r.org
2863L: linux-m32r@ml.linux-m32r.org
2864L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2865W: http://www.linux-m32r.org/
2866S: Maintained
2867
Linus Torvalds1da177e2005-04-16 15:20:36 -07002868M68K ARCHITECTURE
2869P: Geert Uytterhoeven
2870M: geert@linux-m68k.org
2871P: Roman Zippel
2872M: zippel@linux-m68k.org
2873L: linux-m68k@lists.linux-m68k.org
2874W: http://www.linux-m68k.org/
Geert Uytterhoeven0e750aa2008-11-24 21:37:09 +01002875T: git git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002876S: Maintained
2877
2878M68K ON APPLE MACINTOSH
2879P: Joshua Thompson
2880M: funaho@jurai.org
2881W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002882L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002883S: Maintained
2884
2885M68K ON HP9000/300
2886P: Philip Blundell
2887M: philb@gnu.org
2888W: http://www.tazenda.demon.co.uk/phil/linux-hp
2889S: Maintained
2890
Jiri Benc64a327a2007-05-05 11:47:08 -07002891MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002892P: Johannes Berg
2893M: johannes@sipsolutions.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002894L: linux-wireless@vger.kernel.org
2895W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002896T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002897S: Maintained
2898
Stefano Brivio1036d862007-12-23 04:46:27 +01002899MAC80211 PID RATE CONTROL
2900P: Stefano Brivio
2901M: stefano.brivio@polimi.it
2902P: Mattias Nissler
2903M: mattias.nissler@gmx.de
2904L: linux-wireless@vger.kernel.org
2905W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2906T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2907S: Maintained
2908
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002909MACVLAN DRIVER
2910P: Patrick McHardy
2911M: kaber@trash.net
2912L: netdev@vger.kernel.org
2913S: Maintained
2914
Michael Kerriskfaf16682005-07-31 22:34:47 -07002915MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002916P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002917M: mtk.manpages@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02002918W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07002919L: linux-man@vger.kernel.org
Michael Kerrisk1b53dc72009-03-12 14:31:32 -07002920S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002921
Stefano Brivio74cda162007-11-19 20:27:46 +01002922MARVELL LIBERTAS WIRELESS DRIVER
2923P: Dan Williams
2924M: dcbw@redhat.com
2925L: libertas-dev@lists.infradead.org
2926S: Maintained
2927
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002928MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002929P: Lennert Buytenhek
2930M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002931L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002932S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002933
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002934MARVELL YUKON / SYSKONNECT DRIVER
2935P: Mirko Lindner
2936M: mlindner@syskonnect.de
2937P: Ralph Roesler
2938M: rroesler@syskonnect.de
2939W: http://www.syskonnect.com
2940S: Supported
2941
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942MATROX FRAMEBUFFER DRIVER
2943P: Petr Vandrovec
2944M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002945L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002946S: Maintained
2947
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002948MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2949P: Hans J. Koch
2950M: hjk@linutronix.de
2951L: lm-sensors@lm-sensors.org
2952S: Maintained
2953
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002954MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002955P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002956M: megaraidlinux@lsi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002957L: linux-scsi@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002958W: http://megaraid.lsilogic.com
2959S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002960
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002961MEMORY MANAGEMENT
2962L: linux-mm@kvack.org
2963L: linux-kernel@vger.kernel.org
2964W: http://www.linux-mm.org
2965S: Maintained
2966
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002967MEMORY RESOURCE CONTROLLER
2968P: Balbir Singh
2969M: balbir@linux.vnet.ibm.com
2970P: Pavel Emelyanov
2971M: xemul@openvz.org
2972P: KAMEZAWA Hiroyuki
2973M: kamezawa.hiroyu@jp.fujitsu.com
2974L: linux-mm@kvack.org
2975L: linux-kernel@vger.kernel.org
2976S: Maintained
2977
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002978MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002979P: David Woodhouse
2980M: dwmw2@infradead.org
2981W: http://www.linux-mtd.infradead.org/
2982L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002983T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002984S: Maintained
2985
2986MICROTEK X6 SCANNER
2987P: Oliver Neukum
2988M: oliver@neukum.name
2989S: Maintained
2990
2991MIPS
2992P: Ralf Baechle
2993M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002994W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002995L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002996T: git www.linux-mips.org:/pub/scm/linux.git
2997S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002998
2999MISCELLANEOUS MCA-SUPPORT
3000P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003001M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003002L: linux-kernel@vger.kernel.org
3003S: Maintained
3004
3005MODULE SUPPORT
3006P: Rusty Russell
3007M: rusty@rustcorp.com.au
3008L: linux-kernel@vger.kernel.org
3009S: Maintained
3010
3011MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3012P: Stelian Pop
3013M: stelian@popies.net
3014W: http://popies.net/meye/
3015S: Maintained
3016
Pavel Pisac58ff042007-05-16 01:10:41 +02003017MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3018P: Pavel Pisa
3019M: ppisa@pikron.com
3020L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02003021S: Maintained
3022
Linus Torvalds1da177e2005-04-16 15:20:36 -07003023MOUSE AND MISC DEVICES [GENERAL]
3024P: Alessandro Rubini
3025M: rubini@ipvvis.unipv.it
3026L: linux-kernel@vger.kernel.org
3027S: Maintained
3028
Jiri Slabyb9705b62008-04-30 00:53:48 -07003029MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08003030P: Jiri Slaby
3031M: jirislaby@gmail.com
3032L: linux-kernel@vger.kernel.org
3033S: Maintained
3034
Lennart Poettering8c4c7312006-10-06 01:27:02 -04003035MSI LAPTOP SUPPORT
3036P: Lennart Poettering
3037M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08003038W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04003039W: http://0pointer.de/lennart/tchibo.html
3040S: Maintained
3041
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07003042MULTIFUNCTION DEVICES (MFD)
3043P: Samuel Ortiz
3044M: sameo@openedhand.com
3045L: linux-kernel@vger.kernel.org
3046S: Supported
3047
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02003048MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07003049P: Pierre Ossman
3050M: drzeus-mmc@drzeus.cx
3051L: linux-kernel@vger.kernel.org
3052S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01003053
David Brownell15a05802007-08-08 09:12:54 -07003054MULTIMEDIA CARD (MMC) ETC. OVER SPI
3055P: David Brownell
3056M: dbrownell@users.sourceforge.net
3057L: linux-kernel@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02003058S: Odd Fixes
David Brownell15a05802007-08-08 09:12:54 -07003059
Linus Torvalds1da177e2005-04-16 15:20:36 -07003060MULTISOUND SOUND DRIVER
3061P: Andrew Veliath
3062M: andrewtv@usa.net
3063S: Maintained
3064
Jiri Slabyd7354102006-12-08 02:38:35 -08003065MULTITECH MULTIPORT CARD (ISICOM)
3066P: Jiri Slaby
3067M: jirislaby@gmail.com
3068L: linux-kernel@vger.kernel.org
3069S: Maintained
3070
Felipe Balbi550a7372008-07-24 12:27:36 +03003071MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003072P: Felipe Balbi
3073M: felipe.balbi@nokia.com
3074L: linux-usb@vger.kernel.org
Felipe Balbib6a49b82008-11-24 13:06:51 +02003075T: git gitorious.org:/musb/mainline.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02003076S: Maintained
Felipe Balbi550a7372008-07-24 12:27:36 +03003077
Brice Goglin2d3cf582008-05-17 12:45:36 +02003078MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3079P: Andrew Gallatin
3080M: gallatin@myri.com
3081P: Brice Goglin
3082M: brice@myri.com
3083L: netdev@vger.kernel.org
3084W: http://www.myri.com/scs/download-Myri10GE.html
3085S: Supported
3086
Linus Torvalds1da177e2005-04-16 15:20:36 -07003087NATSEMI ETHERNET DRIVER (DP8381x)
Jean Delvare795fb7e2008-09-20 12:33:08 +02003088P: Tim Hockin
Linus Torvalds1da177e2005-04-16 15:20:36 -07003089M: thockin@hockin.org
3090S: Maintained
3091
3092NCP FILESYSTEM
3093P: Petr Vandrovec
3094M: vandrove@vc.cvut.cz
3095L: linware@sh.cvut.cz
3096S: Maintained
3097
3098NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3099P: James E.J. Bottomley
3100M: James.Bottomley@HansenPartnership.com
3101L: linux-scsi@vger.kernel.org
3102S: Maintained
3103
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003104NETEFFECT IWARP RNIC DRIVER (IW_NES)
3105P: Faisal Latif
Roland Dreier7b49d952008-10-16 15:39:14 -07003106M: faisal.latif@intel.com
Chien Tung5f625602008-05-26 15:23:32 -07003107P: Chien Tung
Roland Dreier7b49d952008-10-16 15:39:14 -07003108M: chien.tin.tung@intel.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003109L: general@lists.openfabrics.org
3110W: http://www.neteffect.com
3111S: Supported
3112F: drivers/infiniband/hw/nes/
3113
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003114NETEM NETWORK EMULATOR
3115P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003116M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07003117L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003118S: Maintained
3119
Jiri Slaby4a584482007-08-30 23:56:39 -07003120NETERION (S2IO) Xframe 10GbE DRIVER
3121P: Ramkrishna Vepa
3122M: ram.vepa@neterion.com
3123P: Rastapur Santosh
3124M: santosh.rastapur@neterion.com
3125P: Sivakumar Subramani
3126M: sivakumar.subramani@neterion.com
3127P: Sreenivasa Honnur
3128M: sreenivasa.honnur@neterion.com
3129L: netdev@vger.kernel.org
3130W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
3131S: Supported
3132
Linus Torvalds1da177e2005-04-16 15:20:36 -07003133NETFILTER/IPTABLES/IPCHAINS
3134P: Rusty Russell
3135P: Marc Boucher
3136P: James Morris
3137P: Harald Welte
3138P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07003139P: Patrick McHardy
3140M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07003141L: netfilter-devel@vger.kernel.org
3142L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07003143L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003144W: http://www.netfilter.org/
3145W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003146S: Supported
3147
Paul Moore4cc67732006-09-25 15:57:13 -07003148NETLABEL
3149P: Paul Moore
3150M: paul.moore@hp.com
3151W: http://netlabel.sf.net
3152L: netdev@vger.kernel.org
3153S: Supported
3154
Linus Torvalds1da177e2005-04-16 15:20:36 -07003155NETROM NETWORK LAYER
3156P: Ralf Baechle
3157M: ralf@linux-mips.org
3158L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003159W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003160S: Maintained
3161
Pavel Machek5ddb88c2006-09-29 02:01:29 -07003162NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003163P: Paul Clements
3164M: Paul.Clements@steeleye.com
3165S: Maintained
3166
3167NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003168P: Jeff Garzik
3169M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003170L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003171T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003172S: Maintained
3173
3174NETWORKING [GENERAL]
3175P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003176M: netdev@vger.kernel.org
3177L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003178W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003179S: Maintained
3180
3181NETWORKING [IPv4/IPv6]
3182P: David S. Miller
3183M: davem@davemloft.net
3184P: Alexey Kuznetsov
3185M: kuznet@ms2.inr.ac.ru
3186P: Pekka Savola (ipv6)
3187M: pekkas@netcore.fi
3188P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003189M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003190P: Hideaki YOSHIFUJI
3191M: yoshfuji@linux-ipv6.org
3192P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003193M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003194L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003195T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003196S: Maintained
3197
James Morris10e2ff12007-08-25 14:41:28 -07003198NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3199P: Paul Moore
3200M: paul.moore@hp.com
3201L: netdev@vger.kernel.org
3202S: Maintained
3203
John W. Linville29f8f632006-01-18 14:52:48 -08003204NETWORKING [WIRELESS]
3205P: John W. Linville
3206M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003207L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003208T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3209S: Maintained
3210
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003211NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003212P: Dhananjay Phadke
3213M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003214L: netdev@vger.kernel.org
3215W: http://www.netxen.com
3216S: Supported
3217
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003218NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003220M: Trond.Myklebust@netapp.com
3221L: linux-nfs@vger.kernel.org
3222W: http://client.linux-nfs.org
3223T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003224S: Maintained
3225
3226NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003227P: Jan-Pascal van Best
3228M: janpascal@vanbest.org
3229P: Andreas Mohr
3230M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003231L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003232S: Maintained
3233
3234NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3235P: YOKOTA Hiroshi
3236M: yokota@netlab.is.tsukuba.ac.jp
3237W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3238S: Maintained
3239
3240NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3241P: GOTO Masanori
3242M: gotom@debian.or.jp
3243P: YOKOTA Hiroshi
3244M: yokota@netlab.is.tsukuba.ac.jp
3245W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3246S: Maintained
3247
Linus Torvalds1da177e2005-04-16 15:20:36 -07003248NTFS FILESYSTEM
3249P: Anton Altaparmakov
3250M: aia21@cantab.net
3251L: linux-ntfs-dev@lists.sourceforge.net
3252L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003253W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003254T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003255S: Maintained
3256
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003257NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003258P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003259M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003260L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003261S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003262
Bob Copeland0ad122d2008-07-25 19:45:18 -07003263OMFS FILESYSTEM
3264P: Bob Copeland
3265M: me@bobcopeland.com
3266L: linux-karma-devel@lists.sourceforge.net
3267S: Maintained
3268
Harald Weltec1986ee2005-11-13 16:06:29 -08003269OMNIKEY CARDMAN 4000 DRIVER
3270P: Harald Welte
3271M: laforge@gnumonks.org
3272S: Maintained
3273
Harald Welte77c44ab2005-11-13 16:06:26 -08003274OMNIKEY CARDMAN 4040 DRIVER
3275P: Harald Welte
3276M: laforge@gnumonks.org
3277S: Maintained
3278
Jonathan Corbet77d51402007-03-22 19:44:17 -03003279OMNIVISION OV7670 SENSOR DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003280P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03003281M: corbet@lwn.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003282L: linux-media@vger.kernel.org
3283T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03003284S: Maintained
3285
Thomas Gleixner431bca72007-05-02 09:31:35 +02003286ONENAND FLASH DRIVER
3287P: Kyungmin Park
3288M: kyungmin.park@samsung.com
3289L: linux-mtd@lists.infradead.org
3290S: Maintained
3291
Linus Torvalds1da177e2005-04-16 15:20:36 -07003292ONSTREAM SCSI TAPE DRIVER
3293P: Willem Riede
3294M: osst@riede.org
3295L: osst-users@lists.sourceforge.net
3296L: linux-scsi@vger.kernel.org
3297S: Maintained
3298
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003299OPENCORES I2C BUS DRIVER
3300P: Peter Korsgaard
3301M: jacmet@sunsite.dk
Jean Delvare846557d2008-10-30 15:55:47 +01003302L: linux-i2c@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003303S: Maintained
3304
Linus Torvalds1da177e2005-04-16 15:20:36 -07003305OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003306P: Robert Richter
3307M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003308L: oprofile-list@lists.sf.net
3309S: Maintained
3310
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003311ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3312P: Mark Fasheh
3313M: mfasheh@suse.com
3314P: Joel Becker
3315M: joel.becker@oracle.com
3316L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3317W: http://oss.oracle.com/projects/ocfs2/
3318T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3319S: Supported
3320
Linus Torvalds1da177e2005-04-16 15:20:36 -07003321ORINOCO DRIVER
3322P: Pavel Roskin
3323M: proski@gnu.org
3324P: David Gibson
3325M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003326L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003327L: orinoco-users@lists.sourceforge.net
3328L: orinoco-devel@lists.sourceforge.net
3329W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003330S: Maintained
3331
Boaz Harrosh68274792009-01-25 17:24:14 +02003332OSD LIBRARY
3333P: Boaz Harrosh
3334M: bharrosh@panasas.com
3335P: Benny Halevy
3336M: bhalevy@panasas.com
3337L: osd-dev@open-osd.org
3338W: http://open-osd.org
3339T: git://git.open-osd.org/open-osd.git
3340S: Maintained
3341
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003342P54 WIRELESS DRIVER
3343P: Michael Wu
3344M: flamingice@sourmilk.net
3345L: linux-wireless@vger.kernel.org
3346W: http://prism54.org
3347T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3348S: Maintained
3349
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003350PA SEMI ETHERNET DRIVER
3351P: Olof Johansson
3352M: olof@lixom.net
3353L: netdev@vger.kernel.org
3354S: Maintained
3355
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003356PA SEMI SMBUS DRIVER
3357P: Olof Johansson
3358M: olof@lixom.net
Jean Delvare846557d2008-10-30 15:55:47 +01003359L: linux-i2c@vger.kernel.org
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003360S: Maintained
3361
Harald Welte709ee532008-09-23 17:46:57 +02003362PANASONIC LAPTOP ACPI EXTRAS DRIVER
3363P: Harald Welte
3364M: laforge@gnumonks.org
3365S: Maintained
3366
David Howells4fa97182008-10-13 10:42:44 +01003367PANASONIC MN10300/AM33 PORT
3368P: David Howells
3369M: dhowells@redhat.com
3370P: Koichi Yasutake
3371M: yasutake.koichi@jp.panasonic.com
3372L: linux-am33-list@redhat.com (moderated for non-subscribers)
3373W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3374S: Maintained
3375
Linus Torvalds1da177e2005-04-16 15:20:36 -07003376PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003377L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003378S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003379
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003380PARAVIRT_OPS INTERFACE
3381P: Jeremy Fitzhardinge
3382M: jeremy@xensource.com
3383P: Chris Wright
3384M: chrisw@sous-sol.org
Zachary Amsden8cbb5bc2009-02-20 11:27:46 -08003385P: Alok Kataria
3386M: akataria@vmware.com
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003387P: Rusty Russell
3388M: rusty@rustcorp.com.au
3389L: virtualization@lists.osdl.org
3390L: linux-kernel@vger.kernel.org
3391S: Supported
3392
Linus Torvalds1da177e2005-04-16 15:20:36 -07003393PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3394P: Tim Waugh
3395M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003396L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003397W: http://www.torque.net/linux-pp.html
3398S: Maintained
3399
3400PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003401P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003402M: kyle@mcmartin.ca
Grant Grundler763461192008-12-01 00:21:35 -07003403P: Helge Deller
3404M: deller@gmx.de
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003405L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003406W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003407T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003408S: Maintained
3409
Jim Cromie1662d322006-10-06 00:43:59 -07003410PC87360 HARDWARE MONITORING DRIVER
3411P: Jim Cromie
3412M: jim.cromie@gmail.com
3413L: lm-sensors@lm-sensors.org
3414S: Maintained
3415
3416PC8736x GPIO DRIVER
3417P: Jim Cromie
3418M: jim.cromie@gmail.com
3419S: Maintained
3420
Riku Voipiob26e0ed2009-03-03 21:37:17 +02003421PCA9532 LED DRIVER
3422P: Riku Voipio
3423M: riku.voipio@iki.fi
3424S: Maintained
3425
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003426PCI ERROR RECOVERY
3427P: Linas Vepstas
3428M: linas@austin.ibm.com
3429L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003430L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003431S: Supported
3432
Linus Torvalds1da177e2005-04-16 15:20:36 -07003433PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003434P: Jesse Barnes
3435M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003436L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003437L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003438T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003439S: Supported
3440
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003441PCIE HOTPLUG DRIVER
3442P: Kristen Carlson Accardi
3443M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003444L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003445S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003446
Linus Torvalds1da177e2005-04-16 15:20:36 -07003447PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003448P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003449L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003450W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003451T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003452S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003453
3454PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003455P: Don Fry
3456M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003457L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003458S: Maintained
3459
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003460PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003461P: Balbir Singh
3462M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003463L: linux-kernel@vger.kernel.org
3464S: Maintained
3465
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003466PERSONALITY HANDLING
3467P: Christoph Hellwig
3468M: hch@infradead.org
3469L: linux-abi-devel@lists.sourceforge.net
3470S: Maintained
3471
Linus Torvalds1da177e2005-04-16 15:20:36 -07003472PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003473P: Joern Engel
3474M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003475L: linux-mtd@lists.infradead.org
3476S: Maintained
3477
Peter Osterlund249a6772005-09-27 21:45:30 -07003478PKTCDVD DRIVER
3479P: Peter Osterlund
3480M: petero2@telia.com
3481L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003482S: Maintained
3483
Linus Torvalds1da177e2005-04-16 15:20:36 -07003484POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003485P: Thomas Gleixner
3486M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003487L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003488S: Supported
3489
Anton Vorontsov3be86142007-07-15 04:43:36 +04003490POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3491P: Anton Vorontsov
3492M: cbou@mail.ru
3493P: David Woodhouse
3494M: dwmw2@infradead.org
3495L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003496T: git git.infradead.org/battery-2.6.git
3497S: Maintained
3498
Linus Torvalds1da177e2005-04-16 15:20:36 -07003499PNP SUPPORT
3500P: Adam Belay
Bjorn Helgaas2d59f6a2008-08-01 10:01:12 -06003501M: abelay@mit.edu
3502P: Bjorn Helgaas
3503M: bjorn.helgaas@hp.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003504S: Maintained
3505
Vitaly Wool999445d2007-01-04 13:07:03 +01003506PNXxxxx I2C DRIVER
3507P: Vitaly Wool
3508M: vitalywool@gmail.com
Jean Delvare846557d2008-10-30 15:55:47 +01003509L: linux-i2c@vger.kernel.org
Vitaly Wool999445d2007-01-04 13:07:03 +01003510S: Maintained
3511
Linus Torvalds1da177e2005-04-16 15:20:36 -07003512PPP PROTOCOL DRIVERS AND COMPRESSORS
3513P: Paul Mackerras
3514M: paulus@samba.org
3515L: linux-ppp@vger.kernel.org
3516S: Maintained
3517
3518PPP OVER ATM (RFC 2364)
3519P: Mitchell Blank Jr
3520M: mitch@sfgoth.com
3521S: Maintained
3522
3523PPP OVER ETHERNET
3524P: Michal Ostrowski
Chris Wright5e70b7f2008-06-09 16:07:28 -07003525M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003526S: Maintained
3527
James Chapmana6d23702007-06-27 15:53:17 -07003528PPP OVER L2TP
3529P: James Chapman
3530M: jchapman@katalix.com
3531S: Maintained
3532
Linus Torvalds1da177e2005-04-16 15:20:36 -07003533PREEMPTIBLE KERNEL
3534P: Robert Love
3535M: rml@tech9.net
3536L: linux-kernel@vger.kernel.org
3537L: kpreempt-tech@lists.sourceforge.net
3538W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3539S: Supported
3540
3541PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003542P: Luis R. Rodriguez
3543M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003544L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003545W: http://prism54.org
3546S: Maintained
3547
3548PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3549P: Peter Denison
3550M: promise@pnd-pc.demon.co.uk
3551W: http://www.pnd-pc.demon.co.uk/promise/
3552S: Maintained
3553
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003554PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3555P: Mikael Pettersson
3556M: mikpe@it.uu.se
3557L: linux-ide@vger.kernel.org
3558S: Maintained
3559
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003560PS3 NETWORK SUPPORT
3561P: Masakazu Mokuno
3562M: mokuno@sm.sony.co.jp
3563L: netdev@vger.kernel.org
3564L: cbe-oss-dev@ozlabs.org
3565S: Supported
3566
Geoff Levandf58a9d12006-11-23 00:46:51 +01003567PS3 PLATFORM SUPPORT
3568P: Geoff Levand
3569M: geoffrey.levand@am.sony.com
3570L: linuxppc-dev@ozlabs.org
3571L: cbe-oss-dev@ozlabs.org
3572S: Supported
3573
Jim Pariscffb4add2009-01-06 11:32:10 +00003574PS3VRAM DRIVER
3575P: Jim Paris
3576M: jim@jtan.com
3577L: cbe-oss-dev@ozlabs.org
3578S: Maintained
3579
Michael Krufky83202042006-07-03 00:24:18 -07003580PVRUSB2 VIDEO4LINUX DRIVER
3581P: Mike Isely
3582M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003583L: pvrusb2@isely.net (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003584L: linux-media@vger.kernel.org
Michael Krufky83202042006-07-03 00:24:18 -07003585W: http://www.isely.net/pvrusb2/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003586T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Michael Krufky83202042006-07-03 00:24:18 -07003587S: Maintained
3588
Eric Miao30ec2612008-06-12 15:21:41 -07003589PXA2xx/PXA3xx SUPPORT
3590P: Eric Miao
3591M: eric.miao@marvell.com
3592P: Russell King
3593M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003594L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003595S: Maintained
3596
Eric Miaoa6bb4ba2009-02-19 21:13:21 +08003597PXA168 SUPPORT
3598P: Eric Miao
3599M: eric.miao@marvell.com
3600P: Jason Chagas
3601M: jason.chagas@marvell.com
3602L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3603T: git kernel.org:/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
3604S: Supported
3605
Eric Miao5fa82eb2009-03-20 12:52:24 +08003606PXA910 SUPPORT
3607P: Eric Miao
3608M: eric.miao@marvell.com
3609L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3610T: git kernel.org:/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
3611S: Supported
3612
Pierre Ossman272f1332007-05-14 21:25:26 +02003613PXA MMCI DRIVER
3614S: Orphan
3615
Robert Jarzmik57f63bc2009-02-11 13:04:19 -08003616PXA RTC DRIVER
3617P: Robert Jarzmik
3618M: robert.jarzmik@free.fr
3619L: rtc-linux@googlegroups.com
3620S: Maintained
3621
Linus Torvalds1da177e2005-04-16 15:20:36 -07003622QLOGIC QLA2XXX FC-SCSI DRIVER
3623P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003624M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003625L: linux-scsi@vger.kernel.org
3626S: Supported
3627
Ron Mercer5a4faa82006-07-25 00:40:21 -07003628QLOGIC QLA3XXX NETWORK DRIVER
3629P: Ron Mercer
3630M: linux-driver@qlogic.com
3631L: netdev@vger.kernel.org
3632S: Supported
3633
Ron Mercerc4e84bd2008-09-18 11:56:28 -04003634QLOGIC QLGE 10Gb ETHERNET DRIVER
3635P: Ron Mercer
3636M: linux-driver@qlogic.com
3637M: ron.mercer@qlogic.com
3638L: netdev@vger.kernel.org
3639S: Supported
3640
Linus Torvalds1da177e2005-04-16 15:20:36 -07003641QNX4 FILESYSTEM
3642P: Anders Larsen
3643M: al@alarsen.net
3644L: linux-kernel@vger.kernel.org
3645W: http://www.alarsen.net/linux/qnx4fs/
3646S: Maintained
3647
3648RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003649P: Benjamin Herrenschmidt
3650M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003651L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003652S: Maintained
3653
3654RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003655P: Paul Mackerras
3656M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003657L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003658S: Maintained
3659
Randy Dunlape7839f22008-10-12 16:11:45 -07003660RALINK RT2X00 WIRELESS LAN DRIVER
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003661P: rt2x00 project
3662L: linux-wireless@vger.kernel.org
Ivo van Doorn6d5eaaf2009-03-17 11:29:19 +01003663L: users@rt2x00.serialmonkey.com
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003664W: http://rt2x00.serialmonkey.com/
3665S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003666T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003667F: drivers/net/wireless/rt2x00/
3668
Nick Piggin9db55792008-02-08 04:19:49 -08003669RAMDISK RAM BLOCK DEVICE DRIVER
3670P: Nick Piggin
3671M: npiggin@suse.de
3672S: Maintained
3673
Matt Mackall9e95ce22005-04-16 15:25:56 -07003674RANDOM NUMBER DRIVER
3675P: Matt Mackall
3676M: mpm@selenic.com
3677S: Maintained
3678
Matt Porter394b7012005-11-07 01:00:15 -08003679RAPIDIO SUBSYSTEM
3680P: Matt Porter
3681M: mporter@kernel.crashing.org
3682L: linux-kernel@vger.kernel.org
3683S: Maintained
3684
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003685RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3686P: Corey Thomas
3687M: coreythomas@charter.net
3688L: linux-wireless@vger.kernel.org
3689S: Maintained
3690
3691RCUTORTURE MODULE
3692P: Josh Triplett
3693M: josh@freedesktop.org
3694L: linux-kernel@vger.kernel.org
3695S: Maintained
3696
Florian Fainellic1f766b2008-02-06 22:39:44 +01003697RDC R-321X SoC
3698P: Florian Fainelli
3699M: florian.fainelli@telecomint.eu
3700L: linux-kernel@vger.kernel.org
3701S: Maintained
3702
Florian Fainellidb17f392007-12-19 11:30:30 +01003703RDC R6040 FAST ETHERNET DRIVER
3704P: Florian Fainelli
3705M: florian.fainelli@telecomint.eu
3706L: netdev@vger.kernel.org
3707S: Maintained
3708
Andy Grovera09ed662009-02-24 15:30:41 +00003709RDS - RELIABLE DATAGRAM SOCKETS
3710P: Andy Grover
3711M: andy.grover@oracle.com
3712L: rds-devel@oss.oracle.com
3713S: Supported
3714
Josh Triplett595182b2006-10-04 02:17:21 -07003715READ-COPY UPDATE (RCU)
3716P: Dipankar Sarma
3717M: dipankar@in.ibm.com
3718W: http://www.rdrop.com/users/paulmck/rclock/
3719L: linux-kernel@vger.kernel.org
3720S: Supported
3721
Linus Torvalds1da177e2005-04-16 15:20:36 -07003722REAL TIME CLOCK DRIVER
3723P: Paul Gortmaker
3724M: p_gortmaker@yahoo.com
3725L: linux-kernel@vger.kernel.org
3726S: Maintained
3727
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003728REAL TIME CLOCK (RTC) SUBSYSTEM
3729P: Alessandro Zummo
3730M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003731L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003732S: Maintained
3733
Linus Torvalds1da177e2005-04-16 15:20:36 -07003734REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003735L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003736S: Supported
3737
Ivo van Doorne08976452008-04-12 19:23:55 +02003738RFKILL
3739P: Ivo van Doorn
3740M: IvDoorn@gmail.com
3741L: netdev@vger.kernel.org
3742S: Maintained
3743F: net/rfkill
3744
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003745RISCOM8 DRIVER
3746S: Orphan
3747
Linus Torvalds1da177e2005-04-16 15:20:36 -07003748ROCKETPORT DRIVER
3749P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003750W: http://www.comtrol.com
3751S: Maintained
3752
3753ROSE NETWORK LAYER
3754P: Ralf Baechle
3755M: ralf@linux-mips.org
3756L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003757W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003758S: Maintained
3759
Larry Finger59840482008-11-12 17:13:09 -06003760RTL8180 WIRELESS DRIVER
John W. Linville96dd6032008-11-12 14:51:56 -05003761P: John W. Linville
3762M: linville@tuxdriver.com
Michael Wu605bebe2007-05-14 01:41:02 -04003763L: linux-wireless@vger.kernel.org
3764W: http://linuxwireless.org/
John W. Linville96dd6032008-11-12 14:51:56 -05003765T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
Michael Wu605bebe2007-05-14 01:41:02 -04003766S: Maintained
3767
Larry Finger59840482008-11-12 17:13:09 -06003768RTL8187 WIRELESS DRIVER
3769P: Herton Ronaldo Krzesinski
3770M: herton@mandriva.com.br
3771P: Hin-Tak Leung
3772M htl10@users.sourceforge.net
3773P: Larry Finger
3774M: Larry.Finger@lwfinger.net
3775L: linux-wireless@vger.kernel.org
3776W: http://linuxwireless.org/
3777T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
3778S: Maintained
3779
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003780S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003781P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003782M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003783L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003784S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003785
Linus Torvalds1da177e2005-04-16 15:20:36 -07003786S390
3787P: Martin Schwidefsky
3788M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003789P: Heiko Carstens
3790M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003792L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003793W: http://www.ibm.com/developerworks/linux/linux390/
3794S: Supported
3795
3796S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003797P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003798M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003799P: Frank Blaschka
3800M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003801M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003802L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003803W: http://www.ibm.com/developerworks/linux/linux390/
3804S: Supported
3805
Felix Beckfeed9b62009-03-26 15:24:23 +01003806S390 ZCRYPT DRIVER
3807P: Felix Beck
3808M: felix.beck@de.ibm.com
3809P: Ralph Wuerthner
3810M: ralph.wuerthner@de.ibm.com
3811M: linux390@de.ibm.com
3812L: linux-s390@vger.kernel.org
3813S: Supported
3814
Heiko Carstens5238da42006-02-11 17:56:01 -08003815S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003816P: Christof Schmitt
3817M: christof.schmitt@de.ibm.com
3818P: Martin Peschke
3819M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003820M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003821L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003822W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003823S: Supported
3824
Ursula Braundd96df22007-09-19 13:09:02 +02003825S390 IUCV NETWORK LAYER
3826P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003827M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003828M: linux390@de.ibm.com
3829L: linux-s390@vger.kernel.org
3830W: http://www.ibm.com/developerworks/linux/linux390/
3831S: Supported
3832
Ben Dooks4dde7f72008-06-30 22:40:38 +01003833S3C24XX SD/MMC Driver
3834P: Ben Dooks
3835M: ben-linux@fluff.org
3836L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3837L: linux-kernel@vger.kernel.org
3838S: Supported
3839
Linus Torvalds1da177e2005-04-16 15:20:36 -07003840SAA7146 VIDEO4LINUX-2 DRIVER
3841P: Michael Hunold
3842M: michael@mihu.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003843L: linux-media@vger.kernel.org
3844T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003845W: http://www.mihu.de/linux/saa7146
3846S: Maintained
3847
Linus Torvalds1da177e2005-04-16 15:20:36 -07003848SC1200 WDT DRIVER
3849P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003850M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003851S: Maintained
3852
3853SCHEDULER
3854P: Ingo Molnar
3855M: mingo@elte.hu
3856P: Robert Love [the preemptible kernel bits]
3857M: rml@tech9.net
3858L: linux-kernel@vger.kernel.org
3859S: Maintained
3860
3861SCSI CDROM DRIVER
3862P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003863M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003864L: linux-scsi@vger.kernel.org
3865W: http://www.kernel.dk
3866S: Maintained
3867
3868SCSI SG DRIVER
3869P: Doug Gilbert
3870M: dgilbert@interlog.com
3871L: linux-scsi@vger.kernel.org
3872W: http://www.torque.net/sg
3873S: Maintained
3874
3875SCSI SUBSYSTEM
3876P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003877M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003878L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003879T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003880T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3881T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003882S: Maintained
3883
3884SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003885P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003886M: Kai.Makisara@kolumbus.fi
3887L: linux-scsi@vger.kernel.org
3888S: Maintained
3889
3890SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003891P: Vlad Yasevich
3892M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003893P: Sridhar Samudrala
3894M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003895L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003896W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003897S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003898
3899SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003900P: Jim Cromie
3901M: jim.cromie@gmail.com
3902S: Odd Fixes
3903
3904SCx200 GPIO DRIVER
3905P: Jim Cromie
3906M: jim.cromie@gmail.com
3907S: Maintained
3908
3909SCx200 HRT CLOCKSOURCE DRIVER
3910P: Jim Cromie
3911M: jim.cromie@gmail.com
3912S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003913
Sascha Sommer6a369132008-07-15 14:21:29 +02003914SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3915P: Sascha Sommer
3916M: saschasommer@freenet.de
3917L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3918S: Maintained
3919
Randy Dunlape7839f22008-10-12 16:11:45 -07003920SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003921P: Pierre Ossman
3922M: drzeus-sdhci@drzeus.cx
3923L: sdhci-devel@list.drzeus.cx
3924S: Maintained
3925
James Morris8711cca2008-12-04 03:19:45 +11003926SECURITY SUBSYSTEM
3927F: security/
3928P: James Morris
3929M: jmorris@namei.org
3930L: linux-kernel@vger.kernel.org
3931L: linux-security-module@vger.kernel.org (suggested Cc:)
3932T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
James Morrisc8334dc2009-01-07 20:06:18 +11003933W: http://security.wiki.kernel.org/
James Morris8711cca2008-12-04 03:19:45 +11003934S: Supported
3935
Linus Torvalds1da177e2005-04-16 15:20:36 -07003936SECURITY CONTACT
3937P: Security Officers
3938M: security@kernel.org
3939S: Supported
3940
3941SELINUX SECURITY MODULE
3942P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003943M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003944P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003945M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003946P: Eric Paris
3947M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003948L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003949L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Stephen Smalleyf0589252008-09-11 09:20:26 -04003950W: http://selinuxproject.org
3951T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003952S: Supported
3953
Jiri Slabycef2cf02007-05-08 00:31:45 -07003954SENSABLE PHANTOM
3955P: Jiri Slaby
3956M: jirislaby@gmail.com
3957S: Maintained
3958
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003959SERIAL ATA (SATA) SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07003960P: Jeff Garzik
3961M: jgarzik@pobox.com
3962L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003963T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003964S: Supported
3965
Sathya Perla6b7c5b92009-03-11 23:32:03 -07003966SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
3967P: Sathya Perla
3968M: sathyap@serverengines.com
3969P: Subbu Seetharaman
3970M: subbus@serverengines.com
3971L: netdev@vger.kernel.org
3972W: http://www.serverengines.com
3973S: Supported
3974
Ben Hutchings8ceee662008-04-27 12:55:59 +01003975SFC NETWORK DRIVER
3976P: Steve Hodgson
3977P: Ben Hutchings
3978P: Robert Stonehouse
3979M: linux-net-drivers@solarflare.com
3980S: Supported
3981
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003982SGI GRU DRIVER
3983P: Jack Steiner
3984M: steiner@sgi.com
3985S: Maintained
3986
3987SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3988P: Pat Gefre
3989M: pfg@sgi.com
3990L: linux-ia64@vger.kernel.org
3991S: Supported
3992
Linus Torvalds1da177e2005-04-16 15:20:36 -07003993SGI VISUAL WORKSTATION 320 AND 540
3994P: Andrey Panin
3995M: pazke@donpac.ru
3996L: linux-visws-devel@lists.sf.net
3997W: http://linux-visws.sf.net
3998S: Maintained for 2.6.
3999
Jack Steiner75312612008-08-15 00:40:42 -07004000SGI XP/XPC/XPNET DRIVER
4001P: Dean Nelson
4002M: dcn@sgi.com
4003S: Maintained
4004
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004005SHARP LH SUPPORT (LH7952X & LH7A40X)
4006P: Marc Singer
4007M: elf@buici.com
4008W: http://projects.buici.com/arm
4009L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4010S: Maintained
4011
4012SHPC HOTPLUG DRIVER
4013P: Kristen Carlson Accardi
4014M: kristen.c.accardi@intel.com
4015L: linux-pci@vger.kernel.org
4016S: Supported
4017
Linus Torvalds1da177e2005-04-16 15:20:36 -07004018SIMTEC EB110ATX (Chalice CATS)
4019P: Ben Dooks
4020P: Vincent Sanders
4021M: support@simtec.co.uk
4022W: http://www.simtec.co.uk/products/EB110ATX/
4023S: Supported
4024
4025SIMTEC EB2410ITX (BAST)
4026P: Ben Dooks
4027P: Vincent Sanders
4028M: support@simtec.co.uk
4029W: http://www.simtec.co.uk/products/EB2410ITX/
4030S: Supported
4031
Francois Romieu92aab3c2005-07-30 13:11:18 +02004032SIS 190 ETHERNET DRIVER
4033P: Francois Romieu
4034M: romieu@fr.zoreil.com
4035L: netdev@vger.kernel.org
4036S: Maintained
4037
Linus Torvalds1da177e2005-04-16 15:20:36 -07004038SIS 900/7016 FAST ETHERNET DRIVER
4039P: Daniele Venzano
4040M: venza@brownhat.org
4041W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07004042L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004043S: Maintained
4044
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004045SIS 96X I2C/SMBUS DRIVER
4046P: Mark M. Hoffman
4047M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01004048L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004049S: Maintained
4050
Linus Torvalds1da177e2005-04-16 15:20:36 -07004051SIS FRAMEBUFFER DRIVER
4052P: Thomas Winischhofer
4053M: thomas@winischhofer.net
4054W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004055S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004056
4057SIS USB2VGA DRIVER
4058P: Thomas Winischhofer
4059M: thomas@winischhofer.net
4060W: http://www.winischhofer.at/linuxsisusbvga.shtml
4061S: Maintained
4062
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004063SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
4064P: Stephen Hemminger
4065M: shemminger@linux-foundation.org
4066L: netdev@vger.kernel.org
4067S: Maintained
4068
Christoph Lameter415ad262007-07-26 10:40:56 -07004069SLAB ALLOCATOR
4070P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07004071M: cl@linux-foundation.org
Christoph Lameter415ad262007-07-26 10:40:56 -07004072P: Pekka Enberg
4073M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02004074P: Matt Mackall
4075M: mpm@selenic.com
Christoph Lameter415ad262007-07-26 10:40:56 -07004076L: linux-mm@kvack.org
4077S: Maintained
4078
Linus Torvalds1da177e2005-04-16 15:20:36 -07004079SMC91x ETHERNET DRIVER
4080P: Nicolas Pitre
4081M: nico@cam.org
4082S: Maintained
4083
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004084SMSC47B397 HARDWARE MONITOR DRIVER
4085P: Mark M. Hoffman
4086M: mhoffman@lightlink.com
4087L: lm-sensors@lm-sensors.org
4088S: Maintained
4089
Steve Glendinningfd9abb32008-11-05 00:35:37 +00004090SMSC911x ETHERNET DRIVER
4091P: Steve Glendinning
4092M: steve.glendinning@smsc.com
4093L: netdev@vger.kernel.org
4094S: Supported
4095
Steve Glendinning2cb37722008-12-11 20:54:30 -08004096SMSC9420 PCI ETHERNET DRIVER
4097P: Steve Glendinning
4098M: steve.glendinning@smsc.com
4099L: netdev@vger.kernel.org
4100S: Supported
4101
Ben Nizetteb54f2862008-03-13 22:27:30 +11004102SMX UIO Interface
4103P: Ben Nizette
4104M: bn@niasdigital.com
4105S: Maintained
4106
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004107SN-IA64 (Itanium) SUB-PLATFORM
4108P: Jes Sorensen
4109M: jes@sgi.com
4110L: linux-altix@sgi.com
4111L: linux-ia64@vger.kernel.org
4112W: http://www.sgi.com/altix
4113S: Maintained
4114
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03004115SOC-CAMERA V4L2 SUBSYSTEM
Jean Delvare795fb7e2008-09-20 12:33:08 +02004116P: Guennadi Liakhovetski
4117M: g.liakhovetski@gmx.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004118L: linux-media@vger.kernel.org
4119T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02004120S: Maintained
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03004121
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004122SOEKRIS NET48XX LED SUPPORT
4123P: Chris Boot
4124M: bootc@bootc.net
4125S: Maintained
4126
Linus Torvalds1da177e2005-04-16 15:20:36 -07004127SOFTWARE RAID (Multiple Disks) SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07004128P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08004129M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004130L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08004131S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004132
Linus Torvalds1da177e2005-04-16 15:20:36 -07004133SONIC NETWORK DRIVER
4134P: Thomas Bogendoerfer
4135M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07004136L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004137S: Maintained
4138
Michael Buesch61e115a2007-09-18 15:12:50 -04004139SONICS SILICON BACKPLANE DRIVER (SSB)
4140P: Michael Buesch
4141M: mb@bu3sch.de
4142L: netdev@vger.kernel.org
4143S: Maintained
4144
Linus Torvalds1da177e2005-04-16 15:20:36 -07004145SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01004146P: Mattia Dongili
4147M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01004148L: linux-acpi@vger.kernel.org
4149W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07004150S: Maintained
4151
Alex Dubovbaf85322008-02-09 10:20:54 -08004152SONY MEMORYSTICK CARD SUPPORT
4153P: Alex Dubov
4154M: oakad@yahoo.com
4155L: linux-kernel@vger.kernel.org
4156W: http://tifmxx.berlios.de/
4157S: Maintained
4158
Linus Torvalds1da177e2005-04-16 15:20:36 -07004159SOUND
4160P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02004161M: perex@perex.cz
Takashi Iwai281712f2008-08-19 13:10:04 +02004162P: Takashi Iwai
4163M: tiwai@suse.de
Takashi Iwai82622042007-04-16 12:32:52 +02004164L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004165S: Maintained
4166
Mark Brownbd903bd2008-11-19 19:16:05 +00004167SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004168P: Liam Girdwood
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004169M: lrg@slimlogic.co.uk
Mark Brown2cad0ad2008-01-10 14:33:07 +01004170P: Mark Brown
4171M: broonie@opensource.wolfsonmicro.com
4172T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02004173L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004174W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004175S: Supported
4176
Sam Ravnborg473321f2009-01-04 15:47:49 -08004177SPARC + UltraSPARC (sparc/sparc64)
4178P: David S. Miller
4179M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004180L: sparclinux@vger.kernel.org
Sam Ravnborg473321f2009-01-04 15:47:49 -08004181T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4182T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004183S: Maintained
4184
4185SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4186P: Roger Wolff
4187M: R.E.Wolff@BitWizard.nl
4188L: linux-kernel@vger.kernel.org ?
4189S: Supported
4190
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004191SPI SUBSYSTEM
4192P: David Brownell
4193M: dbrownell@users.sourceforge.net
4194L: spi-devel-general@lists.sourceforge.net
4195S: Maintained
4196
Jim Lewis2752e402006-09-29 02:01:19 -07004197SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01004198P: Ishizaki Kou
4199M: kou.ishizaki@toshiba.co.jp
4200P: Jens Osterkamp
4201M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07004202L: netdev@vger.kernel.org
4203S: Supported
4204
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004205SPU FILE SYSTEM
4206P: Jeremy Kerr
4207M: jk@ozlabs.org
4208L: linuxppc-dev@ozlabs.org
4209L: cbe-oss-dev@ozlabs.org
4210W: http://www.ibm.com/developerworks/power/cell/
4211S: Supported
4212
Phillip Lougherfc555842009-01-05 08:46:29 +00004213SQUASHFS FILE SYSTEM
4214P: Phillip Lougher
4215M: phillip@lougher.demon.co.uk
4216L: squashfs-devel@lists.sourceforge.net (subscribers-only)
4217W: http://squashfs.org.uk
4218S: Maintained
4219
Linus Torvalds1da177e2005-04-16 15:20:36 -07004220SRM (Alpha) environment access
4221P: Jan-Benedict Glaw
4222M: jbglaw@lug-owl.de
4223L: linux-kernel@vger.kernel.org
4224S: Maintained
4225
Linus Torvalds26e9a392008-10-17 09:50:12 -07004226STABLE BRANCH
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004227P: Greg Kroah-Hartman
4228M: greg@kroah.com
4229P: Chris Wright
4230M: chrisw@sous-sol.org
4231L: stable@kernel.org
4232S: Maintained
4233
Linus Torvalds26e9a392008-10-17 09:50:12 -07004234STAGING SUBSYSTEM
4235P: Greg Kroah-Hartman
4236M: gregkh@suse.de
4237L: linux-kernel@vger.kernel.org
4238T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4239S: Maintained
4240
Linus Torvalds1da177e2005-04-16 15:20:36 -07004241STARFIRE/DURALAN NETWORK DRIVER
4242P: Ion Badulescu
4243M: ionut@cs.columbia.edu
4244S: Maintained
4245
4246STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4247W: http://mosquitonet.Stanford.EDU/strip.html
Jean Delvarebaaea1d2008-09-20 12:34:33 +02004248S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07004249
4250STRADIS MPEG-2 DECODER DRIVER
4251P: Nathan Laredo
4252M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004253W: http://www.stradis.com/
4254S: Maintained
4255
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004256SUN3/3X
4257P: Sam Creasey
4258M: sammy@sammy.net
4259W: http://sammy.net/sun3/
4260S: Maintained
4261
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004262SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07004263P: Paul Mundt
4264M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004265L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004266W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004267T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09004268S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004269
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004270SUSPEND TO RAM
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004271P: Len Brown
4272M: len.brown@intel.com
4273P: Pavel Machek
Pavel Machekef35ce22009-02-18 14:48:16 -08004274M: pavel@ucw.cz
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004275P: Rafael J. Wysocki
4276M: rjw@sisk.pl
4277L: linux-pm@lists.linux-foundation.org
4278S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004279
4280SVGA HANDLING
4281P: Martin Mares
4282M: mj@ucw.cz
4283L: linux-video@atrey.karlin.mff.cuni.cz
4284S: Maintained
4285
4286SYSV FILESYSTEM
4287P: Christoph Hellwig
4288M: hch@infradead.org
4289S: Maintained
4290
Alan Cox4e688522008-04-30 00:52:11 -07004291TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07004292P: Balbir Singh
4293M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004294L: linux-kernel@vger.kernel.org
4295S: Maintained
4296
Stephen Hemminger781b4562006-07-10 20:25:29 -07004297TC CLASSIFIER
4298P: Jamal Hadi Salim
4299M: hadi@cyberus.ca
4300L: netdev@vger.kernel.org
4301S: Maintained
4302
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004303TCP LOW PRIORITY MODULE
4304P: Wong Hoi Sing, Edison
4305M: hswong3i@gmail.com
4306P: Hung Hing Lun, Mike
4307M: hlhung3i@gmail.com
4308W: http://tcp-lp-mod.sourceforge.net/
4309S: Maintained
4310
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004311TEHUTI ETHERNET DRIVER
4312P: Alexander Indenbaum
4313M: baum@tehutinetworks.net
4314P: Andy Gospodarek
4315M: andy@greyhouse.net
4316L: netdev@vger.kernel.org
4317S: Supported
4318
Alan Cox4e688522008-04-30 00:52:11 -07004319Telecom Clock Driver for MCPL0010
4320P: Mark Gross
4321M: mark.gross@intel.com
4322S: Supported
4323
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004324TENSILICA XTENSA PORT (xtensa)
Alan Cox4e688522008-04-30 00:52:11 -07004325P: Chris Zankel
4326M: chris@zankel.net
4327S: Maintained
4328
4329THINKPAD ACPI EXTRAS DRIVER
4330P: Henrique de Moraes Holschuh
4331M: ibm-acpi@hmh.eng.br
4332L: ibm-acpi-devel@lists.sourceforge.net
4333W: http://ibm-acpi.sourceforge.net
4334W: http://thinkwiki.org/wiki/Ibm-acpi
4335T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4336S: Maintained
4337
Alex Dubov4020f2d2006-10-04 02:15:37 -07004338TI FLASH MEDIA INTERFACE DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02004339P: Alex Dubov
4340M: oakad@yahoo.com
4341S: Maintained
Alex Dubov4020f2d2006-10-04 02:15:37 -07004342
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004343TI OMAP MMC INTERFACE DRIVER
4344P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004345M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004346W: http://linux.omap.com
4347W: http://www.muru.com/linux/omap/
4348S: Maintained
4349
Michael Buesch844dd052006-06-26 00:24:59 -07004350TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4351P: Deepak Saxena
4352M: dsaxena@plexity.net
4353S: Maintained
4354
Per Lidene86eaa32006-01-12 16:45:18 +01004355TIPC NETWORK LAYER
4356P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004357M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004358P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004359M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004360P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004361M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004362L: tipc-discussion@lists.sourceforge.net
4363W: http://tipc.sourceforge.net/
4364W: http://tipc.cslab.ericsson.net/
4365T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4366S: Maintained
4367
Linus Torvalds1da177e2005-04-16 15:20:36 -07004368TLAN NETWORK DRIVER
4369P: Samuel Chessman
4370M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004371L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004372W: http://sourceforge.net/projects/tlan/
4373S: Maintained
4374
Kentaro Takedad74db3b2009-02-05 17:18:18 +09004375TOMOYO SECURITY MODULE
4376P: Kentaro Takeda
4377M: takedakn@nttdata.co.jp
4378P: Tetsuo Handa
4379M: penguin-kernel@I-love.SAKURA.ne.jp
4380L: linux-kernel@vger.kernel.org (kernel issues)
4381L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
4382L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
4383L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
4384W: http://tomoyo.sourceforge.jp/
4385T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
4386S: Maintained
4387
Linus Torvalds1da177e2005-04-16 15:20:36 -07004388TOSHIBA ACPI EXTRAS DRIVER
4389P: John Belmonte
4390M: toshiba_acpi@memebeam.org
4391W: http://memebeam.org/toys/ToshibaAcpiDriver
4392S: Maintained
4393
4394TOSHIBA SMM DRIVER
4395P: Jonathan Buzzard
4396M: jonathan@buzzard.org.uk
4397L: tlinux-users@tce.toshiba-dme.co.jp
4398W: http://www.buzzard.org.uk/toshiba/
4399S: Maintained
4400
Alan Cox4e688522008-04-30 00:52:11 -07004401TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004402P: Debora Velarde
4403M: debora@linux.vnet.ibm.com
4404P: Rajiv Andrade
4405M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004406W: http://tpmdd.sourceforge.net
4407P: Marcel Selhorst
Marcel Selhorst7dcce132009-02-11 13:04:27 -08004408M: m.selhorst@sirrix.com
4409W: http://www.sirrix.com
Rajiv Andrade63a10df2008-10-15 22:04:36 -07004410L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
Alan Cox4e688522008-04-30 00:52:11 -07004411S: Maintained
4412
Linus Torvalds1da177e2005-04-16 15:20:36 -07004413TRIVIAL PATCHES
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004414P: Jiri Kosina
Jim Cromiece00f852006-11-30 04:49:44 +01004415M: trivial@kernel.org
4416L: linux-kernel@vger.kernel.org
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004417T: git kernel.org:/pub/scm/linux/kernel/git/jikos/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004418S: Maintained
4419
Alan Cox4e688522008-04-30 00:52:11 -07004420TTY LAYER
4421P: Alan Cox
4422M: alan@lxorguk.ukuu.org.uk
4423L: linux-kernel@vger.kernel.org
4424S: Maintained
4425
Grant Grundler740db6d2008-02-17 11:53:49 -07004426TULIP NETWORK DRIVERS
4427P: Grant Grundler
4428M: grundler@parisc-linux.org
4429P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004430M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004431L: netdev@vger.kernel.org
4432S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004433
4434TUN/TAP driver
4435P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004436M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004437L: vtun@office.satix.net
4438W: http://vtun.sourceforge.net/tun
4439S: Maintained
4440
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004441TURBOCHANNEL SUBSYSTEM
4442P: Maciej W. Rozycki
4443M: macro@linux-mips.org
4444S: Maintained
4445
Linus Torvalds1da177e2005-04-16 15:20:36 -07004446U14-34F SCSI DRIVER
4447P: Dario Ballabio
4448M: ballabio_dario@emc.com
4449L: linux-scsi@vger.kernel.org
4450S: Maintained
4451
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004452UBI FILE SYSTEM (UBIFS)
4453P: Artem Bityutskiy
4454M: dedekind@infradead.org
4455P: Adrian Hunter
4456M: ext-adrian.hunter@nokia.com
4457L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004458T: git git://git.infradead.org/ubifs-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004459W: http://www.linux-mtd.infradead.org/doc/ubifs.html
4460S: Maintained
4461
Alan Coxcc2020e2008-05-19 14:21:51 +01004462UCLINUX (AND M68KNOMMU)
4463P: Greg Ungerer
4464M: gerg@uclinux.org
4465W: http://www.uclinux.org/
4466L: uclinux-dev@uclinux.org (subscribers-only)
4467S: Maintained
4468
Alan Coxcc2020e2008-05-19 14:21:51 +01004469UCLINUX FOR RENESAS H8/300
4470P: Yoshinori Sato
4471M: ysato@users.sourceforge.jp
4472W: http://uclinux-h8.sourceforge.jp/
4473S: Supported
4474
Linus Torvalds1da177e2005-04-16 15:20:36 -07004475UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004476P: Jan Kara
4477M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004478W: http://linux-udf.sourceforge.net
4479S: Maintained
4480
Alan Coxcc2020e2008-05-19 14:21:51 +01004481UFS FILESYSTEM
4482P: Evgeniy Dushistov
4483M: dushistov@mail.ru
4484L: linux-kernel@vger.kernel.org
4485S: Maintained
4486
David Vrabel18332a82008-09-17 16:34:44 +01004487ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4488P: David Vrabel
4489M: david.vrabel@csr.com
4490L: linux-usb@vger.kernel.org
4491S: Supported
4492
Linus Torvalds1da177e2005-04-16 15:20:36 -07004493UNIFORM CDROM DRIVER
4494P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004495M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004496L: linux-kernel@vger.kernel.org
4497W: http://www.kernel.dk
4498S: Maintained
4499
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004500UNSORTED BLOCK IMAGES (UBI)
4501P: Artem Bityutskiy
4502M: dedekind@infradead.org
4503W: http://www.linux-mtd.infradead.org/
4504L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004505T: git git://git.infradead.org/ubi-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004506S: Maintained
4507
Linus Torvalds1da177e2005-04-16 15:20:36 -07004508USB ACM DRIVER
4509P: Oliver Neukum
4510M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004511L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004512S: Maintained
4513
4514USB BLOCK DRIVER (UB ub)
4515P: Pete Zaitcev
4516M: zaitcev@redhat.com
4517L: linux-kernel@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004518L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004519S: Supported
4520
Linus Torvalds1da177e2005-04-16 15:20:36 -07004521USB CDC ETHERNET DRIVER
4522P: Greg Kroah-Hartman
4523M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004524L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004525S: Maintained
4526W: http://www.kroah.com/linux-usb/
4527
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004528USB CYPRESS C67X00 DRIVER
4529P: Peter Korsgaard
4530M: jacmet@sunsite.dk
4531L: linux-usb@vger.kernel.org
4532S: Maintained
4533
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004534USB DAVICOM DM9601 DRIVER
4535P: Peter Korsgaard
4536M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004537L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004538W: http://www.linux-usb.org/usbnet
4539S: Maintained
4540
Alan Coxcc2020e2008-05-19 14:21:51 +01004541USB DIAMOND RIO500 DRIVER
4542P: Cesar Miquel
4543M: miquel@df.uba.ar
4544L: rio500-users@lists.sourceforge.net
4545W: http://rio500.sourceforge.net
4546S: Maintained
4547
Linus Torvalds1da177e2005-04-16 15:20:36 -07004548USB EHCI DRIVER
4549P: David Brownell
4550M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004551L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004552S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004553
Luca Risolia7ce08c92006-01-11 02:06:59 +00004554USB ET61X[12]51 DRIVER
4555P: Luca Risolia
4556M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004557L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004558L: linux-media@vger.kernel.org
4559T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia7ce08c92006-01-11 02:06:59 +00004560W: http://www.linux-projects.org
4561S: Maintained
4562
David Brownell69ae9e32006-11-14 02:03:31 -08004563USB GADGET/PERIPHERAL SUBSYSTEM
4564P: David Brownell
4565M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004566L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004567W: http://www.linux-usb.org/gadget
4568S: Maintained
4569
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004570USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01004571P: Jiri Kosina
4572M: jkosina@suse.cz
Jean Delvare795fb7e2008-09-20 12:33:08 +02004573L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004574T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004575S: Maintained
4576
Olav Kongas959eea22005-11-03 17:38:14 +02004577USB ISP116X DRIVER
4578P: Olav Kongas
4579M: ok@artecdesign.ee
Jean Delvare795fb7e2008-09-20 12:33:08 +02004580L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004581S: Maintained
4582
Linus Torvalds1da177e2005-04-16 15:20:36 -07004583USB KAWASAKI LSI DRIVER
4584P: Oliver Neukum
4585M: oliver@neukum.name
Jean Delvare795fb7e2008-09-20 12:33:08 +02004586L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004587S: Maintained
4588
4589USB MASS STORAGE DRIVER
4590P: Matthew Dharm
4591M: mdharm-usb@one-eyed-alien.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004592L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004593L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004594S: Maintained
4595W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4596
4597USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004598P: David Brownell
4599M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004600L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004601S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004602
Matthias Urlichsba460e42005-07-14 00:33:47 -07004603USB OPTION-CARD DRIVER
4604P: Matthias Urlichs
4605M: smurf@smurf.noris.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004606L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004607S: Maintained
4608
Linus Torvalds1da177e2005-04-16 15:20:36 -07004609USB OV511 DRIVER
4610P: Mark McClelland
4611M: mmcclell@bigfoot.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004612L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004613W: http://alpha.dyndns.org/ov511/
4614S: Maintained
4615
4616USB PEGASUS DRIVER
4617P: Petko Manolov
4618M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004619L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004620L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004621W: http://pegasus2.sourceforge.net/
4622S: Maintained
4623
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004624USB PRINTER DRIVER (usblp)
4625P: Pete Zaitcev
4626M: zaitcev@redhat.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004627L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004628S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004629
4630USB RTL8150 DRIVER
4631P: Petko Manolov
4632M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004633L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004634L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004635W: http://pegasus2.sourceforge.net/
4636S: Maintained
4637
4638USB SE401 DRIVER
4639P: Jeroen Vreeken
4640M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004641L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004642W: http://www.chello.nl/~j.vreeken/se401/
4643S: Maintained
4644
Alan Cox4e688522008-04-30 00:52:11 -07004645USB SERIAL BELKIN F5U103 DRIVER
4646P: William Greathouse
4647M: wgreathouse@smva.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004648L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004649S: Maintained
4650
4651USB SERIAL CYPRESS M8 DRIVER
4652P: Lonnie Mendez
4653M: dignome@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004654L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004655S: Maintained
4656W: http://geocities.com/i0xox0i
4657W: http://firstlight.net/cvs
4658
Linus Torvalds1da177e2005-04-16 15:20:36 -07004659USB SERIAL CYBERJACK DRIVER
4660P: Matthias Bruestle and Harald Welte
4661M: support@reiner-sct.com
4662W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4663S: Maintained
4664
4665USB SERIAL DIGI ACCELEPORT DRIVER
4666P: Peter Berger and Al Borchers
4667M: pberger@brimson.com
4668M: alborchers@steinerpoint.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004669L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004670S: Maintained
4671
4672USB SERIAL DRIVER
4673P: Greg Kroah-Hartman
4674M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004675L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004676S: Supported
4677
Linus Torvalds1da177e2005-04-16 15:20:36 -07004678USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4679P: Gary Brubaker
4680M: xavyer@ix.netcom.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004681L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004682S: Maintained
4683
4684USB SERIAL KEYSPAN DRIVER
4685P: Greg Kroah-Hartman
4686M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004687L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004688W: http://www.kroah.com/linux/
4689S: Maintained
4690
4691USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004692P: Support Department
4693M: support@connecttech.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004694L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004695W: http://www.connecttech.com
4696S: Supported
4697
Steve Glendinning2f7ca802008-10-02 05:27:57 +00004698USB SMSC95XX ETHERNET DRIVER
4699P: Steve Glendinning
4700M: steve.glendinning@smsc.com
4701L: netdev@vger.kernel.org
4702S: Supported
4703
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004704USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004705P: Luca Risolia
4706M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004707L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004708L: linux-media@vger.kernel.org
4709T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004710W: http://www.linux-projects.org
4711S: Maintained
4712
4713USB SUBSYSTEM
4714P: Greg Kroah-Hartman
4715M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004716L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004717W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004718T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004719S: Supported
4720
4721USB UHCI DRIVER
4722P: Alan Stern
4723M: stern@rowland.harvard.edu
Jean Delvare795fb7e2008-09-20 12:33:08 +02004724L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004725S: Maintained
4726
David Brownell69ae9e32006-11-14 02:03:31 -08004727USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004728P: David Brownell
4729M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004730L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004731W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004732S: Maintained
4733
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004734USB VIDEO CLASS
4735P: Laurent Pinchart
4736M: laurent.pinchart@skynet.be
Jiri Slabya67534a2008-12-10 09:09:27 -03004737L: linux-uvc-devel@lists.berlios.de (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004738L: linux-media@vger.kernel.org
4739T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004740W: http://linux-uvc.berlios.de
4741S: Maintained
4742
Linus Torvalds1da177e2005-04-16 15:20:36 -07004743USB W996[87]CF DRIVER
4744P: Luca Risolia
4745M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004746L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004747L: linux-media@vger.kernel.org
4748T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004749W: http://www.linux-projects.org
4750S: Maintained
4751
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004752USB WIRELESS RNDIS DRIVER (rndis_wlan)
4753P: Jussi Kivilinna
4754M: jussi.kivilinna@mbnet.fi
4755L: linux-wireless@vger.kernel.org
4756S: Maintained
4757
Luca Risolia60f78052006-02-06 16:29:35 +00004758USB ZC0301 DRIVER
4759P: Luca Risolia
4760M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004761L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004762L: linux-media@vger.kernel.org
4763T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia60f78052006-02-06 16:29:35 +00004764W: http://www.linux-projects.org
4765S: Maintained
4766
Linus Torvalds1da177e2005-04-16 15:20:36 -07004767USB ZD1201 DRIVER
4768P: Jeroen Vreeken
4769M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004770L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004771W: http://linux-lc100020.sourceforge.net
4772S: Maintained
4773
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004774USB ZR364XX DRIVER
4775P: Antoine Jacquet
4776M: royale@zerezo.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004777L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004778L: linux-media@vger.kernel.org
4779T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004780W: http://royale.zerezo.com/zr364xx/
4781S: Maintained
4782
Randy Dunlape7839f22008-10-12 16:11:45 -07004783USER-MODE LINUX (UML)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004784P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004785M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004786L: user-mode-linux-devel@lists.sourceforge.net
4787L: user-mode-linux-user@lists.sourceforge.net
4788W: http://user-mode-linux.sourceforge.net
4789S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004790
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004791USERSPACE I/O (UIO)
4792P: Hans J. Koch
4793M: hjk@linutronix.de
4794P: Greg Kroah-Hartman
4795M: gregkh@suse.de
4796L: linux-kernel@vger.kernel.org
4797S: Maintained
4798
Karel Zakf899b0a2008-05-23 13:04:21 -07004799UTIL-LINUX-NG PACKAGE
4800P: Karel Zak
4801M: kzak@redhat.com
4802L: util-linux-ng@vger.kernel.org
4803W: http://kernel.org/~kzak/util-linux-ng/
4804T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4805S: Maintained
4806
Michal Januszewskic1fd1c02008-10-15 22:03:48 -07004807UVESAFB DRIVER
4808P: Michal Januszewski
4809M: spock@gentoo.org
4810L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4811W: http://dev.gentoo.org/~spock/projects/uvesafb/
4812S: Maintained
4813
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004814VFAT/FAT/MSDOS FILESYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07004815P: OGAWA Hirofumi
4816M: hirofumi@mail.parknet.co.jp
4817L: linux-kernel@vger.kernel.org
4818S: Maintained
4819
Linus Torvalds1da177e2005-04-16 15:20:36 -07004820VIA RHINE NETWORK DRIVER
4821P: Roger Luethi
4822M: rl@hellgate.ch
4823S: Maintained
4824
Jean Delvare32c0a522005-09-22 21:47:58 +02004825VIAPRO SMBUS DRIVER
4826P: Jean Delvare
4827M: khali@linux-fr.org
Jean Delvare846557d2008-10-30 15:55:47 +01004828L: linux-i2c@vger.kernel.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004829S: Maintained
4830
Joseph Chan69e4a7c2008-10-15 22:03:31 -07004831VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4832P: Joseph Chan
4833M: JosephChan@via.com.tw
4834P: Scott Fang
4835M: ScottFang@viatech.com.cn
4836L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4837S: Maintained
4838
Francois Romieu01f20732007-01-26 00:57:17 -08004839VIA VELOCITY NETWORK DRIVER
4840P: Francois Romieu
4841M: romieu@fr.zoreil.com
4842L: netdev@vger.kernel.org
4843S: Maintained
4844
Randy Dunlape7839f22008-10-12 16:11:45 -07004845VIDEO FOR LINUX (V4L)
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004846P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004847M: mchehab@infradead.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004848L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004849L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004850W: http://linuxtv.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004851T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004852S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004853
Patrick McHardybe7f8272007-10-23 20:26:36 -07004854VLAN (802.1Q)
4855P: Patrick McHardy
4856M: kaber@trash.net
4857L: netdev@vger.kernel.org
4858S: Maintained
4859
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004860VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4861P: Liam Girdwood
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004862M: lrg@slimlogic.co.uk
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004863P: Mark Brown
4864M: broonie@opensource.wolfsonmicro.com
4865W: http://opensource.wolfsonmicro.com/node/15
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004866W: http://www.slimlogic.co.uk/?page_id=5
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004867T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4868S: Supported
4869
Juerg Haefligerab413192006-09-24 20:54:04 +02004870VT1211 HARDWARE MONITOR DRIVER
4871P: Juerg Haefliger
4872M: juergh@gmail.com
4873L: lm-sensors@lm-sensors.org
4874S: Maintained
4875
Roger Lucas1de9e372005-11-26 20:20:05 +01004876VT8231 HARDWARE MONITOR DRIVER
4877P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004878M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004879L: lm-sensors@lm-sensors.org
4880S: Maintained
4881
Linus Torvalds1da177e2005-04-16 15:20:36 -07004882W1 DALLAS'S 1-WIRE BUS
4883P: Evgeniy Polyakov
4884M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004885S: Maintained
4886
Charles Spirakis13927072006-07-05 18:05:15 +02004887W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004888P: Marc Hulsman
4889M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004890L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004891S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004892
Rudolf Marek61db0112006-12-12 18:18:30 +01004893W83793 HARDWARE MONITORING DRIVER
4894P: Rudolf Marek
4895M: r.marek@assembler.cz
4896L: lm-sensors@lm-sensors.org
4897S: Maintained
4898
Linus Torvalds1da177e2005-04-16 15:20:36 -07004899W83L51xD SD/MMC CARD INTERFACE DRIVER
4900P: Pierre Ossman
4901M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004902L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004903S: Maintained
4904
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004905WATCHDOG DEVICE DRIVERS
4906P: Wim Van Sebroeck
4907M: wim@iguana.be
4908T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4909S: Maintained
4910
Linus Torvalds1da177e2005-04-16 15:20:36 -07004911WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4912P: Jean Tourrilhes
4913M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004914L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004915W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4916S: Maintained
4917
4918WD7000 SCSI DRIVER
4919P: Miroslav Zagorac
4920M: zaga@fly.cc.fer.hr
4921L: linux-scsi@vger.kernel.org
4922S: Maintained
4923
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08004924WIMAX STACK
4925P: Inaky Perez-Gonzalez
4926M: inaky.perez-gonzalez@intel.com
4927M: linux-wimax@intel.com
4928L: wimax@linuxwimax.org
4929S: Supported
4930W: http://linuxwimax.org
4931
David Vrabel18332a82008-09-17 16:34:44 +01004932WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4933P: David Vrabel
4934M: david.vrabel@csr.com
4935S: Maintained
4936
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004937WISTRON LAPTOP BUTTON DRIVER
4938P: Miloslav Trmac
4939M: mitr@volny.cz
4940S: Maintained
4941
Linus Torvalds1da177e2005-04-16 15:20:36 -07004942WL3501 WIRELESS PCMCIA CARD DRIVER
4943P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004944M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004945L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004946W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004947S: Maintained
4948
Mark Brownfebf1df2008-04-02 00:51:09 -04004949WM97XX TOUCHSCREEN DRIVERS
4950P: Mark Brown
4951M: broonie@opensource.wolfsonmicro.com
4952P: Liam Girdwood
Liam Girdwoodb8d055a2008-10-13 23:00:15 -04004953M: lrg@slimlogic.co.uk
Mark Brownfebf1df2008-04-02 00:51:09 -04004954L: linux-input@vger.kernel.org
4955T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4956W: http://opensource.wolfsonmicro.com/node/7
4957S: Supported
4958
Linus Torvalds1da177e2005-04-16 15:20:36 -07004959X.25 NETWORK LAYER
4960P: Henner Eisen
4961M: eis@baty.hanse.de
4962L: linux-x25@vger.kernel.org
4963S: Maintained
4964
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004965X86 ARCHITECTURE (32-BIT AND 64-BIT)
4966P: Thomas Gleixner
4967M: tglx@linutronix.de
4968P: Ingo Molnar
4969M: mingo@redhat.com
4970P: H. Peter Anvin
4971M: hpa@zytor.com
H. Peter Anvinbcde5632009-02-02 21:42:40 -08004972M: x86@kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004973L: linux-kernel@vger.kernel.org
4974T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4975S: Maintained
4976
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004977XEN HYPERVISOR INTERFACE
4978P: Jeremy Fitzhardinge
4979M: jeremy@xensource.com
4980P: Chris Wright
4981M: chrisw@sous-sol.org
4982L: virtualization@lists.osdl.org
4983L: xen-devel@lists.xensource.com
4984S: Supported
4985
Linus Torvalds1da177e2005-04-16 15:20:36 -07004986XFS FILESYSTEM
4987P: Silicon Graphics Inc
Lachlan McIlroy0335cb72008-12-31 12:10:12 +11004988P: Bill O'Donnell
Linus Torvalds1da177e2005-04-16 15:20:36 -07004989M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004990L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004991W: http://oss.sgi.com/projects/xfs
Lachlan McIlroy0335cb72008-12-31 12:10:12 +11004992T: git://oss.sgi.com/xfs/xfs.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004993S: Supported
4994
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004995XILINX SYSTEMACE DRIVER
4996P: Grant Likely
4997M: grant.likely@secretlab.ca
4998W: http://www.secretlab.ca/
4999L: linux-kernel@vger.kernel.org
5000S: Maintained
5001
Peter Korsgaard238b8722006-12-06 20:35:17 -08005002XILINX UARTLITE SERIAL DRIVER
5003P: Peter Korsgaard
5004M: jacmet@sunsite.dk
5005L: linux-serial@vger.kernel.org
5006S: Maintained
5007
Linus Torvalds1da177e2005-04-16 15:20:36 -07005008YAM DRIVER FOR AX.25
5009P: Jean-Paul Roubelat
5010M: jpr@f6fbb.org
5011L: linux-hams@vger.kernel.org
5012S: Maintained
5013
Henkaf64a5e2005-10-12 15:02:56 +02005014YEALINK PHONE DRIVER
5015P: Henk Vergonet
5016M: Henk.Vergonet@gmail.com
5017L: usbb2k-api-dev@nongnu.org
5018S: Maintained
5019
Linus Torvalds1da177e2005-04-16 15:20:36 -07005020Z8530 DRIVER FOR AX.25
5021P: Joerg Reuter
5022M: jreuter@yaina.de
5023W: http://yaina.de/jreuter/
5024W: http://www.qsl.net/dl1bke/
5025L: linux-hams@vger.kernel.org
5026S: Maintained
5027
Daniel Drake7c0c3af2006-07-16 13:55:17 +01005028ZD1211RW WIRELESS DRIVER
5029P: Daniel Drake
5030M: dsd@gentoo.org
5031P: Ulrich Kunitz
5032M: kune@deine-taler.de
5033W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07005034L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01005035L: zd1211-devs@lists.sourceforge.net (subscribers-only)
5036S: Maintained
5037
Linus Torvalds1da177e2005-04-16 15:20:36 -07005038ZR36067 VIDEO FOR LINUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07005039L: mjpeg-users@lists.sourceforge.net
Trent Piephof63145e2009-01-24 20:52:41 -03005040L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07005041W: http://mjpeg.sourceforge.net/driver-zoran/
Trent Piephof63145e2009-01-24 20:52:41 -03005042T: Mercurial http://linuxtv.org/hg/v4l-dvb
5043S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07005044
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07005045ZS DECSTATION Z85C30 SERIAL DRIVER
5046P: Maciej W. Rozycki
5047M: macro@linux-mips.org
5048S: Maintained
5049
Linus Torvalds1da177e2005-04-16 15:20:36 -07005050THE REST
5051P: Linus Torvalds
5052S: Buried alive in reporters