blob: 15e1b73bb8d599ad14b37da1afb50d5b7df8c792 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
Andy Whitcroft0a920b52007-06-01 00:46:48 -070033 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
42
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
45
Alan Coxc9ee1332006-05-20 15:00:12 -070046 PLEASE remember that submissions must be made under the terms
Randy Dunlap45003712007-08-30 23:56:37 -070047 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
Alan Coxc9ee1332006-05-20 15:00:12 -070051
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
54 not you.
55
Alan Coxc9ee1332006-05-20 15:00:12 -0700567. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
58 does not respond.
59
608. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070061
Antoine Jacquetb7eee612007-04-27 12:30:59 -030062 -----------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -070063
64Maintainers List (try to look for most precise areas first)
65
66Note: For the hard of thinking, this list is meant to remain in alphabetical
67order. If you could add yourselves to it in alphabetical order that would be
68so much easier [Ed]
69
70P: Person
71M: Mail patches to
72L: Mailing list that is relevant to this area
73W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080074T: SCM tree type and location. Type is one of: git, hg, quilt.
Randy Dunlape7839f22008-10-12 16:11:45 -070075F: Applicable files and/or directories
Randy Dunlap4501a462008-10-13 09:24:58 -070076S: Status, one of the following:
Linus Torvalds1da177e2005-04-16 15:20:36 -070077
78 Supported: Someone is actually paid to look after this.
79 Maintained: Someone actually looks after it.
80 Odd Fixes: It has a maintainer but they don't have time to do
81 much other than throw the odd patch in. See below..
82 Orphan: No current maintainer [but maybe you could take the
83 role as you write your new code].
84 Obsolete: Old code. Something tagged obsolete generally means
85 it has been replaced by a better system and you
86 should be using that.
87
Linus Torvalds1da177e2005-04-16 15:20:36 -0700883C505 NETWORK DRIVER
89P: Philip Blundell
90M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070091L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070092S: Maintained
93
Steffen Klasserta6d89912007-08-10 14:05:27 -0700943C59X NETWORK DRIVER
95P: Steffen Klassert
96M: klassert@mathematik.tu-chemnitz.de
97L: netdev@vger.kernel.org
98S: Maintained
99
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003CR990 NETWORK DRIVER
101P: David Dillow
102M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700103L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104S: Maintained
105
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001063W-9XXX SATA-RAID CONTROLLER DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107P: Adam Radford
108M: linuxraid@amcc.com
109L: linux-scsi@vger.kernel.org
110W: http://www.amcc.com
111S: Supported
112
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001133W-XXXX ATA-RAID CONTROLLER DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114P: Adam Radford
115M: linuxraid@amcc.com
116L: linux-scsi@vger.kernel.org
117W: http://www.amcc.com
118S: Supported
119
12053C700 AND 53C700-66 SCSI DRIVER
121P: James E.J. Bottomley
122M: James.Bottomley@HansenPartnership.com
123L: linux-scsi@vger.kernel.org
124S: Maintained
125
1266PACK NETWORK DRIVER FOR AX.25
127P: Andreas Koensgen
128M: ajk@iehk.rwth-aachen.de
129L: linux-hams@vger.kernel.org
130S: Maintained
131
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328169 10/100/1000 GIGABIT ETHERNET DRIVER
133P: Francois Romieu
134M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700135L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136S: Maintained
137
1388250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139L: linux-serial@vger.kernel.org
140W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100141S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142
1438390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
144P: Paul Gortmaker
145M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700146L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147S: Maintained
148
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001499P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100150P: Eric Van Hensbergen
151M: ericvh@gmail.com
152P: Ron Minnich
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500153M: rminnich@sandia.gov
Jim Cromiece00f852006-11-30 04:49:44 +0100154P: Latchesar Ionkov
155M: lucho@ionkov.net
156L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500157W: http://swik.net/v9fs
Jim Cromiece00f852006-11-30 04:49:44 +0100158T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
159S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800160
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161A2232 SERIAL BOARD DRIVER
162P: Enver Haase
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163M: A2232@gmx.net
164L: linux-m68k@lists.linux-m68k.org
165S: Maintained
166
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700167AACRAID SCSI RAID DRIVER
168P: Adaptec OEM Raid Solutions
169M: aacraid@adaptec.com
170L: linux-scsi@vger.kernel.org
171W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172S: Supported
173
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700174ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200175P: Hans de Goede
176M: j.w.r.degoede@hhs.nl
177L: lm-sensors@lm-sensors.org
178S: Maintained
179
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700180ABIT UGURU 3 HARDWARE MONITOR DRIVER
181P: Alistair John Strachan
182M: alistair@devzero.co.uk
183L: lm-sensors@lm-sensors.org
184S: Maintained
185
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186ACENIC DRIVER
187P: Jes Sorensen
188M: jes@trained-monkey.org
189L: linux-acenic@sunsite.dk
190S: Maintained
191
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000192ACER WMI LAPTOP EXTRAS
193P: Carlos Corbacho
194M: carlos@strangeworlds.co.uk
195L: aceracpi@googlegroups.com (subscribers-only)
196W: http://code.google.com/p/aceracpi
197S: Maintained
198
Linus Torvalds1da177e2005-04-16 15:20:36 -0700199ACPI
Andi Kleen54cd3142008-09-04 13:30:07 +0200200P: Len Brown
Len Brown8b59a452007-01-08 19:03:28 -0500201M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500202L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400203W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800204T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500205S: Supported
206
207ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400208P: Alexey Starikovskiy
209M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500210L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300211W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500212S: Supported
213
214ACPI EC DRIVER
215P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400216M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500217L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300218W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500219S: Supported
220
221ACPI FAN DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400222P: Zhang Rui
223M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500224L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300225W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500226S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700228ACPI PCI HOTPLUG DRIVER
229P: Kristen Carlson Accardi
230M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -0700231L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -0500232S: Supported
233
234ACPI THERMAL DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400235P: Zhang Rui
236M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500237L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300238W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500239S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700240
Len Brown359acec2007-02-10 01:59:24 -0500241ACPI VIDEO DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400242P: Zhang Rui
Len Brown38e09d82007-10-25 17:55:59 -0400243M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500244L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300245W: http://www.lesswatts.org/projects/acpi/
Len Brown359acec2007-02-10 01:59:24 -0500246S: Supported
247
Carlos Corbachobff431e2008-02-05 02:17:04 +0000248ACPI WMI DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +0200249P: Carlos Corbacho
250M: carlos@strangeworlds.co.uk
251L: linux-acpi@vger.kernel.org
252W: http://www.lesswatts.org/projects/acpi/
253S: Maintained
Carlos Corbachobff431e2008-02-05 02:17:04 +0000254
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100255AD1889 ALSA SOUND DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +0200256P: Kyle McMartin
257M: kyle@mcmartin.ca
258P: Thibaut Varene
259M: T-Bone@parisc-linux.org
260W: http://wiki.parisc-linux.org/AD1889
261L: linux-parisc@vger.kernel.org
262S: Maintained
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100263
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264ADM1025 HARDWARE MONITOR DRIVER
265P: Jean Delvare
266M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200267L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268S: Maintained
269
Corentin Labbecae2caa2007-02-14 21:15:04 +0100270ADM1029 HARDWARE MONITOR DRIVER
271P: Corentin Labbe
272M: corentin.labbe@geomatys.fr
273L: lm-sensors@lm-sensors.org
274S: Maintained
275
Michael Wucc0b88c2007-08-31 01:15:25 -0400276ADM8211 WIRELESS DRIVER
277P: Michael Wu
278M: flamingice@sourmilk.net
279L: linux-wireless@vger.kernel.org
280W: http://linuxwireless.org/
281T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
282S: Maintained
283
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284ADT746X FAN DRIVER
285P: Colin Leroy
286M: colin@colino.net
287S: Maintained
288
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400289ADVANSYS SCSI DRIVER
290P: Matthew Wilcox
291M: matthew@wil.cx
292L: linux-scsi@vger.kernel.org
293S: Maintained
294
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295AEDSP16 DRIVER
296P: Riccardo Facchetti
297M: fizban@tin.it
298S: Maintained
299
300AFFS FILE SYSTEM
301P: Roman Zippel
302M: zippel@linux-m68k.org
303S: Maintained
304
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700305AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
306P: David Howells
307M: dhowells@redhat.com
308L: linux-afs@lists.infradead.org
309S: Supported
310
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400312P: David Airlie
313M: airlied@linux.ie
314T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315S: Maintained
316
317AHA152X SCSI DRIVER
318P: Juergen E. Fischer
319M: Juergen Fischer <fischer@norbit.de>
320L: linux-scsi@vger.kernel.org
321S: Maintained
322
Hannes Reinecke64624d42007-10-19 10:32:29 +0200323AIC7XXX / AIC79XX SCSI DRIVER
324P: Hannes Reinecke
325M: hare@suse.de
326L: linux-scsi@vger.kernel.org
327S: Maintained
328
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700329AIO
330P: Benjamin LaHaise
331M: bcrl@kvack.org
332L: linux-aio@kvack.org
333S: Supported
334
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335ALCATEL SPEEDTOUCH USB DRIVER
336P: Duncan Sands
337M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700338L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700339W: http://www.linux-usb.org/SpeedTouch/
340S: Maintained
341
Pierre Ossman272f1332007-05-14 21:25:26 +0200342ALCHEMY AU1XX0 MMC DRIVER
Manuel Lauss08fcb722008-06-09 08:40:35 +0200343P: Manuel Lauss
344M: manuel.lauss@gmail.com
345S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200346
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000347ALI1563 I2C DRIVER
348P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100349M: r.marek@assembler.cz
Jean Delvare846557d2008-10-30 15:55:47 +0100350L: linux-i2c@vger.kernel.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000351S: Maintained
352
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353ALPHA PORT
354P: Richard Henderson
355M: rth@twiddle.net
356S: Odd Fixes for 2.4; Maintained for 2.6.
357P: Ivan Kokshaysky
358M: ink@jurassic.park.msu.ru
359S: Maintained for 2.4; PCI support for 2.6.
360
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700361AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
362P: Thomas Dahlmann
363M: thomas.dahlmann@amd.com
Jordan Crouse67d76712008-05-12 14:02:22 -0700364L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700365S: Supported
366
Jordan Crousef90b8112006-01-06 00:12:14 -0800367AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100368P: Jordan Crouse
Jordan Crouse67d76712008-05-12 14:02:22 -0700369L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Jordan Crousef90b8112006-01-06 00:12:14 -0800370W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
371S: Supported
372
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200373AMD IOMMU (AMD-VI)
374P: Joerg Roedel
375M: joerg.roedel@amd.com
376L: iommu@lists.linux-foundation.org
Joerg Roedelbbd001c2008-09-17 17:22:45 +0200377T: git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200378S: Supported
379
Peter Orubae7f5b302008-07-28 18:44:11 +0200380AMD MICROCODE UPDATE SUPPORT
Peter Oruba8d433c402008-10-16 18:43:48 +0200381P: Andreas Herrmann
382M: andeas.herrmann3@amd.com
383L: amd64-microcode@amd64.org
Peter Orubae7f5b302008-07-28 18:44:11 +0200384S: Supported
385
Stelian Pop284f42b2006-12-12 18:18:31 +0100386AMS (Apple Motion Sensor) DRIVER
387P: Stelian Pop
388M: stelian@popies.net
389P: Michael Hanselmann
390M: linux-kernel@hansmi.ch
391S: Supported
392
Tom Tuckerf94b5332006-09-22 15:22:48 -0700393AMSO1100 RNIC DRIVER
394P: Tom Tucker
395M: tom@opengridcomputing.com
396P: Steve Wise
397M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700398L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700399S: Maintained
400
Johannes Berg42269062006-07-25 16:15:50 +0200401AOA (Apple Onboard Audio) ALSA DRIVER
402P: Johannes Berg
403M: johannes@sipsolutions.net
404L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200405L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200406S: Maintained
407
Linus Torvalds1da177e2005-04-16 15:20:36 -0700408APM DRIVER
409P: Stephen Rothwell
410M: sfr@canb.auug.org.au
411L: linux-laptop@vger.kernel.org
412W: http://www.canb.auug.org.au/~sfr/
413S: Supported
414
Henrik Rydbergbd7aa4b2008-09-02 14:35:43 -0700415APPLE BCM5974 MULTITOUCH DRIVER
416P: Henrik Rydberg
417M: rydberg@euromail.se
418L: linux-input@vger.kernel.org
419S: Maintained
420
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700421APPLE SMC DRIVER
422P: Nicolas Boichat
423M: nicolas@boichat.ch
424L: mactel-linux-devel@lists.sourceforge.net
425S: Maintained
426
Linus Torvalds1da177e2005-04-16 15:20:36 -0700427APPLETALK NETWORK LAYER
428P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300429M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430S: Maintained
431
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400432APPLETOUCH TOUCHPAD DRIVER
433P: Johannes Berg
434M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400435L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400436S: Maintained
437
Jaya Kumar1154ea72005-06-21 17:17:04 -0700438ARC FRAMEBUFFER DRIVER
439P: Jaya Kumar
440M: jayalk@intworks.biz
441S: Maintained
442
Linus Torvalds1da177e2005-04-16 15:20:36 -0700443ARM MFM AND FLOPPY DRIVERS
444P: Ian Molton
445M: spyro@f2s.com
446S: Maintained
447
Russell King2761f5c2007-05-24 06:56:08 +0200448ARM PRIMECELL MMCI PL180/1 DRIVER
Pierre Ossman6d799472008-07-22 14:36:57 +0200449S: Orphan
Russell King2761f5c2007-05-24 06:56:08 +0200450
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800451ARM/ADI ROADRUNNER MACHINE SUPPORT
452P: Lennert Buytenhek
453M: kernel@wantstofly.org
454L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
455S: Maintained
456
457ARM/ADS SPHERE MACHINE SUPPORT
458P: Lennert Buytenhek
459M: kernel@wantstofly.org
460L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
461S: Maintained
462
Sergey Lapin9c784f92008-08-03 02:29:48 +0100463ARM/AFEB9260 MACHINE SUPPORT
464P: Sergey Lapin
465M: slapin@ossfans.org
466L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
467S: Maintained
468
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800469ARM/AJECO 1ARM MACHINE SUPPORT
470P: Lennert Buytenhek
471M: kernel@wantstofly.org
472L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
473S: Maintained
474
Andrew Victord4a89c72006-12-04 13:56:21 +0100475ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
Jean Delvare795fb7e2008-09-20 12:33:08 +0200476P: Andrew Victor
477M: linux@maxim.org.za
478L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
479W: http://maxim.org.za/at91_26.html
480S: Maintained
Andrew Victord4a89c72006-12-04 13:56:21 +0100481
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800482ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
483P: Lennert Buytenhek
484M: kernel@wantstofly.org
485L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
486S: Maintained
487
488ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
489P: Lennert Buytenhek
490M: kernel@wantstofly.org
491L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
492S: Maintained
493
Mike Rapoportd48134e2008-08-20 09:03:26 +0100494ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
Russell Kinga9da4f72008-07-12 21:42:04 +0100495P: Mike Rapoport
496M: mike@compulab.co.il
497L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
498S: Maintained
499
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500ARM/CORGI MACHINE SUPPORT
501P: Richard Purdie
502M: rpurdie@rpsys.net
503S: Maintained
504
Paulius Zaleckas881a95f2009-03-26 10:06:27 +0200505ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
506P: Paulius Zaleckas
507M: paulius.zaleckas@teltonika.lt
508L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
509T: git gitorious.org/linux-gemini/mainline.git
510S: Maintained
511
Russell Kinga9da4f72008-07-12 21:42:04 +0100512ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
513P: Daniel Ribeiro
514M: drwyrm@gmail.com
515P: Stefan Schmidt
516M: stefan@openezx.org
517P: Harald Welte
518M: laforge@openezx.org
519L: openezx-devel@lists.openezx.org (subscribers-only)
520W: http://www.openezx.org/
521S: Maintained
522
Paulius Zaleckas6a915af2009-03-25 13:10:20 +0200523ARM/FARADAY FA526 PORT
524P: Paulius Zaleckas
525M: paulius.zaleckas@teltonika.lt
526L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
527S: Maintained
528
Sascha Hauer86183a52008-07-24 23:50:35 +0200529ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
530P: Sascha Hauer
531M: kernel@pengutronix.de
532L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
533S: Maintained
534
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800535ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
536P: Lennert Buytenhek
537M: kernel@wantstofly.org
538L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
539S: Maintained
540
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100541ARM/GUMSTIX MACHINE SUPPORT
542P: Steve Sakoman
543M: sakoman@gmail.com
544L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
545S: Maintained
546
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100547ARM/HP JORNADA 7XX MACHINE SUPPORT
Jean Delvare795fb7e2008-09-20 12:33:08 +0200548P: Kristoffer Ericson
549M: kristoffer.ericson@gmail.com
550W: www.jlime.com
551S: Maintained
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100552
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800553ARM/INTEL IOP32X ARM ARCHITECTURE
554P: Lennert Buytenhek
555M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100556P: Dan Williams
557M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800558L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100559S: Supported
560
561ARM/INTEL IOP33X ARM ARCHITECTURE
562P: Dan Williams
563M: dan.j.williams@intel.com
564L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
565S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800566
567ARM/INTEL IOP13XX ARM ARCHITECTURE
568P: Lennert Buytenhek
569M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100570P: Dan Williams
571M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800572L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100573S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800574
575ARM/INTEL IQ81342EX MACHINE SUPPORT
576P: Lennert Buytenhek
577M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100578P: Dan Williams
579M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800580L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100581S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800582
583ARM/INTEL IXP2000 ARM ARCHITECTURE
584P: Lennert Buytenhek
585M: kernel@wantstofly.org
586L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
587S: Maintained
588
589ARM/INTEL IXDP2850 MACHINE SUPPORT
590P: Lennert Buytenhek
591M: kernel@wantstofly.org
592L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
593S: Maintained
594
595ARM/INTEL IXP23XX ARM ARCHITECTURE
596P: Lennert Buytenhek
597M: kernel@wantstofly.org
598L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
599S: Maintained
600
601ARM/INTEL XSC3 (MANZANO) ARM CORE
602P: Lennert Buytenhek
603M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100604P: Dan Williams
605M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800606L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100607S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800608
609ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
610P: Lennert Buytenhek
611M: kernel@wantstofly.org
612L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
613S: Maintained
614
615ARM/LOGICPD PXA270 MACHINE SUPPORT
616P: Lennert Buytenhek
617M: kernel@wantstofly.org
618L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
619S: Maintained
620
Philipp Zabel3b8861712008-07-09 21:27:15 +0100621ARM/MAGICIAN MACHINE SUPPORT
622P: Philipp Zabel
623M: philipp.zabel@gmail.com
624S: Maintained
625
Kristoffer Ericson9624dfe2008-10-09 16:50:46 +0100626ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
627P: Michael Petchkovsky
628M: mkpetch@internode.on.net
629S: Maintained
630
Dirk Opfer8459c152005-11-06 14:27:52 +0000631ARM/TOSA MACHINE SUPPORT
Dmitry Eremin-Solenikovbfa0b1c2009-01-06 14:41:05 -0800632P: Dmitry Eremin-Solenikov
Dmitry Baryshkov93887042008-07-07 10:50:06 +0100633M: dbaryshkov@gmail.com
Dirk Opfer8459c152005-11-06 14:27:52 +0000634P: Dirk Opfer
635M: dirk@opfer-online.de
636S: Maintained
637
Marek Vasuta6450722008-11-20 22:50:46 +0100638ARM/PALMTX,PALMT5,PALMLD SUPPORT
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100639P: Marek Vasut
640M: marek.vasut@gmail.com
641W: http://hackndev.com
642S: Maintained
643
Sergey Lapinc49e1e62008-08-29 15:47:52 +0100644ARM/PALMZ72 SUPPORT
645P: Sergey Lapin
646M: slapin@ossfans.org
647W: http://hackndev.com
648S: Maintained
649
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650ARM/PLEB SUPPORT
651P: Peter Chubb
652M: pleb@gelato.unsw.edu.au
653W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
654S: Maintained
655
656ARM/PT DIGITAL BOARD PORT
657P: Stefan Eletzhofer
658M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700659L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700660W: http://www.arm.linux.org.uk/
661S: Maintained
662
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800663ARM/RADISYS ENP2611 MACHINE SUPPORT
664P: Lennert Buytenhek
665M: kernel@wantstofly.org
666L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
667S: Maintained
668
Linus Torvalds1da177e2005-04-16 15:20:36 -0700669ARM/SHARK MACHINE SUPPORT
670P: Alexander Schulz
671M: alex@shark-linux.de
672W: http://www.shark-linux.de/shark.html
673S: Maintained
674
675ARM/STRONGARM110 PORT
676P: Russell King
677M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700678L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700679W: http://www.arm.linux.org.uk/
680S: Maintained
681
682ARM/S3C2410 ARM ARCHITECTURE
683P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800684M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700685L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700686W: http://www.fluff.org/ben/linux/
687S: Maintained
688
689ARM/S3C2440 ARM ARCHITECTURE
690P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800691M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700692L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693W: http://www.fluff.org/ben/linux/
694S: Maintained
695
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800696ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
697P: Lennert Buytenhek
698M: kernel@wantstofly.org
699L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
700S: Maintained
701
702ARM/THECUS N2100 MACHINE SUPPORT
703P: Lennert Buytenhek
704M: kernel@wantstofly.org
705L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
706S: Maintained
707
wanzongshun98ad6e32009-02-13 06:04:32 +0100708ARM/NUVOTON W90X900 ARM ARCHITECTURE
709P: Wan ZongShun
710M: mcuos.com@gmail.com
711L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
712W: http://www.mcuos.com
713S: Maintained
714
Linus Torvalds1da177e2005-04-16 15:20:36 -0700715ARPD SUPPORT
716P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700717L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700718S: Maintained
719
720ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500721P: Corentin Chary
722M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723P: Karol Kozimor
724M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700725L: acpi4asus-user@lists.sourceforge.net
726W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500727W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700728S: Maintained
729
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400730ASUS ASB100 HARDWARE MONITOR DRIVER
731P: Mark M. Hoffman
732M: mhoffman@lightlink.com
733L: lm-sensors@lm-sensors.org
734S: Maintained
735
Corentin Chary85091b72007-01-26 14:04:30 +0100736ASUS LAPTOP EXTRAS DRIVER
737P: Corentin Chary
738M: corentincj@iksaif.net
739L: acpi4asus-user@lists.sourceforge.net
740W: http://sourceforge.net/projects/acpi4asus
741W: http://xf.iksaif.net/acpi4asus
742S: Maintained
743
Andrew Morton953a6472008-11-06 12:53:28 -0800744ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
Dan Williamsb3e5f262007-08-07 10:26:35 -0700745P: Dan Williams
746M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100747P: Maciej Sosnowski
748M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700749L: linux-kernel@vger.kernel.org
750W: http://sourceforge.net/projects/xscaleiop
751S: Supported
752
Randy Dunlape7839f22008-10-12 16:11:45 -0700753ATA OVER ETHERNET (AOE) DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754P: Ed L. Cashin
755M: ecashin@coraid.com
756W: http://www.coraid.com/support/linux
757S: Supported
758
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200759ATHEROS ATH5K WIRELESS DRIVER
760P: Jiri Slaby
761M: jirislaby@gmail.com
762P: Nick Kossifidis
763M: mickflemm@gmail.com
764P: Luis R. Rodriguez
Luis R. Rodriguez4fe06572008-10-13 14:08:07 -0700765M: lrodriguez@atheros.com
Bob Copelandadef1992008-10-29 08:30:57 -0400766P: Bob Copeland
767M: me@bobcopeland.com
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200768L: linux-wireless@vger.kernel.org
769L: ath5k-devel@lists.ath5k.org
770S: Maintained
771
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700772ATHEROS ATH9K WIRELESS DRIVER
773P: Luis R. Rodriguez
774M: lrodriguez@atheros.com
775P: Jouni Malinen
776M: jmalinen@atheros.com
777L: linux-wireless@vger.kernel.org
778L: ath9k-devel@lists.ath9k.org
779S: Supported
780
Christian Lamparter75ca88c2009-03-21 23:11:49 +0100781ATHEROS AR9170 WIRELESS DRIVER
782P: Christian Lamparter
783M: chunkeey@web.de
784L: linux-wireless@vger.kernel.org
785W: http://wireless.kernel.org/en/users/Drivers/ar9170
786S: Maintained
787F: drivers/net/wireless/ar9170/
788
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000789ATI_REMOTE2 DRIVER
790P: Ville Syrjala
791M: syrjala@sci.fi
792S: Maintained
793
Chris Snook7ae115b2008-09-09 03:26:57 -0400794ATLX ETHERNET DRIVERS
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600795P: Jay Cliburn
796M: jcliburn@gmail.com
797P: Chris Snook
798M: csnook@redhat.com
Chris Snook7ae115b2008-09-09 03:26:57 -0400799P: Jie Yang
800M: jie.yang@atheros.com
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600801L: atl1-devel@lists.sourceforge.net
802W: http://sourceforge.net/projects/atl1
803W: http://atl1.sourceforge.net
804S: Maintained
805
Linus Torvalds1da177e2005-04-16 15:20:36 -0700806ATM
807P: Chas Williams
808M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700809L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Jiri Slaby44ae98b2008-11-30 23:27:11 -0800810L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700811W: http://linux-atm.sourceforge.net
812S: Maintained
813
Pierre Ossman272f1332007-05-14 21:25:26 +0200814ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200815P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800816M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200817L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
818W: http://www.atmel.com/products/AT91/
819W: http://www.at91.com/
820S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200821
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800822ATMEL AT91 / AT32 SERIAL DRIVER
823P: Haavard Skinnemoen
824M: hskinnemoen@atmel.com
825L: linux-kernel@vger.kernel.org
826S: Supported
827
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800828ATMEL LCDFB DRIVER
829P: Nicolas Ferre
830M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800831L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800832S: Maintained
833
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100834ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100835P: Haavard Skinnemoen
836M: hskinnemoen@atmel.com
837S: Supported
838
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800839ATMEL SPI DRIVER
840P: Haavard Skinnemoen
841M: hskinnemoen@atmel.com
842S: Supported
843
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700844ATMEL USBA UDC DRIVER
845P: Haavard Skinnemoen
846M: hskinnemoen@atmel.com
847L: kernel@avr32linux.org
848W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
849S: Supported
850
Linus Torvalds1da177e2005-04-16 15:20:36 -0700851ATMEL WIRELESS DRIVER
852P: Simon Kelley
853M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700854L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700855W: http://www.thekelleys.org.uk/atmel
856W: http://atmelwlandriver.sourceforge.net/
857S: Maintained
858
Chris Wrighta92b7b82005-07-07 18:12:23 -0700859AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400860P: Al Viro
861M: viro@zeniv.linux.org.uk
862P: Eric Paris
863M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700864L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100865W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400866T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700867S: Maintained
868
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800869AUXILIARY DISPLAY DRIVERS
870P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700871M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800872L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700873W: http://miguelojeda.es/auxdisplay.htm
874W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800875S: Maintained
876
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700877AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700878P: Haavard Skinnemoen
879M: hskinnemoen@atmel.com
880W: http://www.atmel.com/products/AVR32/
881W: http://avr32linux.org/
882W: http://avrfreaks.net/
883S: Supported
884
885AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700886P: Haavard Skinnemoen
887M: hskinnemoen@atmel.com
888S: Supported
889
Linus Torvalds1da177e2005-04-16 15:20:36 -0700890AX.25 NETWORK LAYER
891P: Ralf Baechle
892M: ralf@linux-mips.org
893L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200894W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700895S: Maintained
896
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700897B43 WIRELESS DRIVER
898P: Michael Buesch
899M: mb@bu3sch.de
900P: Stefano Brivio
901M: stefano.brivio@polimi.it
902L: linux-wireless@vger.kernel.org
903W: http://linuxwireless.org/en/users/Drivers/b43
904S: Maintained
905
906B43LEGACY WIRELESS DRIVER
907P: Larry Finger
908M: Larry.Finger@lwfinger.net
909P: Stefano Brivio
910M: stefano.brivio@polimi.it
911L: linux-wireless@vger.kernel.org
912W: http://linuxwireless.org/en/users/Drivers/b43
913S: Maintained
914
Richard Purdie300abeb2007-02-07 22:21:07 +0000915BACKLIGHT CLASS/SUBSYSTEM
916P: Richard Purdie
917M: rpurdie@rpsys.net
918S: Maintained
919
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700920BAYCOM/HDLCDRV DRIVERS FOR AX.25
921P: Thomas Sailer
922M: t.sailer@alumni.ethz.ch
923L: linux-hams@vger.kernel.org
924W: http://www.baycom.org/~tom/ham/ham.html
925S: Maintained
926
927BEFS FILE SYSTEM
928P: Sergey S. Kostyliov
929M: rathamahata@php4.ru
930L: linux-kernel@vger.kernel.org
931S: Maintained
932
933BFS FILE SYSTEM
934P: Tigran A. Aivazian
935M: tigran@aivazian.fsnet.co.uk
936L: linux-kernel@vger.kernel.org
937S: Maintained
938
Bryan Wu1394f032007-05-06 14:50:22 -0700939BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800940P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800941M: cooloney@kernel.org
Mike Frysinger5b93e132009-02-04 16:49:45 +0800942L: uclinux-dist-devel@blackfin.uclinux.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800943W: http://blackfin.uclinux.org
944S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700945
Bryan Wue190d6b2007-07-17 14:43:44 +0800946BLACKFIN EMAC DRIVER
947P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800948M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800949L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
950W: http://blackfin.uclinux.org
951S: Supported
952
Mike Frysinger566da5b2007-06-11 15:31:30 +0800953BLACKFIN RTC DRIVER
954P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800955M: vapier.adi@gmail.com
956L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
957W: http://blackfin.uclinux.org
958S: Supported
959
Bryan Wu1394f032007-05-06 14:50:22 -0700960BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800961P: Sonic Zhang
962M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800963L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
964W: http://blackfin.uclinux.org
965S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700966
Bryan Wu1e6d3202007-07-15 02:50:02 +0800967BLACKFIN WATCHDOG DRIVER
968P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800969M: vapier.adi@gmail.com
970L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
971W: http://blackfin.uclinux.org
972S: Supported
973
Bryan Wud24ecfc2007-05-01 23:26:32 +0200974BLACKFIN I2C TWI DRIVER
975P: Sonic Zhang
976M: sonic.zhang@analog.com
977L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
978W: http://blackfin.uclinux.org/
979S: Supported
980
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981BLOCK LAYER
982P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200983M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700984L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800985T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700986S: Maintained
987
Joern Engel2b54aae2008-02-06 01:38:02 -0800988BLOCK2MTD DRIVER
989P: Joern Engel
990M: joern@lazybastard.org
991L: linux-mtd@lists.infradead.org
992S: Maintained
993
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200994BLUETOOTH DRIVERS
995P: Marcel Holtmann
996M: marcel@holtmann.org
997L: linux-bluetooth@vger.kernel.org
998W: http://www.bluez.org/
999S: Maintained
1000
Linus Torvalds1da177e2005-04-16 15:20:36 -07001001BLUETOOTH SUBSYSTEM
1002P: Marcel Holtmann
1003M: marcel@holtmann.org
Pavel Machek781c2842008-03-20 15:41:02 -07001004L: linux-bluetooth@vger.kernel.org
Marcel Holtmann63fbd242008-08-18 13:23:53 +02001005W: http://www.bluez.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001006T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001007S: Maintained
1008
Linus Torvalds1da177e2005-04-16 15:20:36 -07001009BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001010P: Jay Vosburgh
1011M: fubar@us.ibm.com
1012L: bonding-devel@lists.sourceforge.net
1013W: http://sourceforge.net/projects/bonding/
1014S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015
Gary Zambrano39105892006-06-22 17:26:20 -07001016BROADCOM B44 10/100 ETHERNET DRIVER
1017P: Gary Zambrano
1018M: zambrano@broadcom.com
1019L: netdev@vger.kernel.org
1020S: Supported
1021
Michael Chan948c51e2006-06-04 02:51:39 -07001022BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1023P: Michael Chan
1024M: mchan@broadcom.com
1025L: netdev@vger.kernel.org
1026S: Supported
1027
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001028BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -07001029P: Eilon Greenstein
1030M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001031L: netdev@vger.kernel.org
1032S: Supported
1033
Michael Chan948c51e2006-06-04 02:51:39 -07001034BROADCOM TG3 GIGABIT ETHERNET DRIVER
Matt Carlson13181362009-02-25 14:41:06 +00001035P: Matt Carlson
1036M: mcarlson@broadcom.com
Michael Chan948c51e2006-06-04 02:51:39 -07001037P: Michael Chan
1038M: mchan@broadcom.com
1039L: netdev@vger.kernel.org
1040S: Supported
1041
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001042BSG (block layer generic sg v4 driver)
1043P: FUJITA Tomonori
1044M: fujita.tomonori@lab.ntt.co.jp
1045L: linux-scsi@vger.kernel.org
1046S: Supported
1047
Michael Bueschff1d5c22008-07-25 01:46:10 -07001048BT8XXGPIO DRIVER
1049P: Michael Buesch
1050M: mb@bu3sch.de
1051W: http://bu3sch.de/btgpio.php
1052S: Maintained
1053
Joe Percheseb1eb042009-01-21 10:49:16 -05001054BTRFS FILE SYSTEM
1055P: Chris Mason
1056M: chris.mason@oracle.com
1057L: linux-btrfs@vger.kernel.org
1058W: http://btrfs.wiki.kernel.org/
1059T: git kernel.org:/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1060S: Maintained
1061
Linus Torvalds1da177e2005-04-16 15:20:36 -07001062BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001063P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001064M: mchehab@infradead.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001065L: linux-media@vger.kernel.org
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001066W: http://linuxtv.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001067T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001068S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001069
Jonathan Corbet77d51402007-03-22 19:44:17 -03001070CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02001071P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03001072M: corbet@lwn.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001073L: linux-media@vger.kernel.org
1074T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03001075S: Maintained
1076
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001077CALGARY x86-64 IOMMU
1078P: Muli Ben-Yehuda
1079M: muli@il.ibm.com
1080P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001081M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001082L: linux-kernel@vger.kernel.org
1083L: discuss@x86-64.org
1084S: Maintained
1085
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001086CAN NETWORK LAYER
1087P: Urs Thuermann
1088M: urs.thuermann@volkswagen.de
1089P: Oliver Hartkopp
1090M: oliver.hartkopp@volkswagen.de
1091L: socketcan-core@lists.berlios.de (subscribers-only)
1092W: http://developer.berlios.de/projects/socketcan/
1093S: Maintained
1094
Arnd Bergmannb8154542008-05-16 11:10:59 +02001095CELL BROADBAND ENGINE ARCHITECTURE
1096P: Arnd Bergmann
1097M: arnd@arndb.de
1098L: linuxppc-dev@ozlabs.org
1099L: cbe-oss-dev@ozlabs.org
1100W: http://www.ibm.com/developerworks/power/cell/
1101S: Supported
1102
David Vrabel18332a82008-09-17 16:34:44 +01001103CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1104P: David Vrabel
1105M: david.vrabel@csr.com
1106L: linux-usb@vger.kernel.org
1107S: Supported
1108
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001109CFAG12864B LCD DRIVER
1110P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001111M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001112L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001113W: http://miguelojeda.es/auxdisplay.htm
1114W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001115S: Maintained
1116
1117CFAG12864BFB LCD FRAMEBUFFER DRIVER
1118P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001119M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001120L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001121W: http://miguelojeda.es/auxdisplay.htm
1122W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001123S: Maintained
1124
Johannes Berg704232c2007-04-23 12:20:05 -07001125CFG80211 and NL80211
1126P: Johannes Berg
1127M: johannes@sipsolutions.net
1128L: linux-wireless@vger.kernel.org
1129S: Maintained
1130
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001131CHECKPATCH
1132P: Andy Whitcroft
Andy Whitcroftb0e0b432009-01-06 14:41:22 -08001133M: apw@canonical.com
1134L: linux-kernel@vger.kernel.org
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001135S: Supported
1136
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001137CISCO 10G ETHERNET DRIVER
1138P: Scott Feldman
1139M: scofeldm@cisco.com
1140P: Joe Eykholt
1141M: jeykholt@cisco.com
Joel Becker7063fbf2005-12-15 14:29:43 -08001142S: Supported
1143
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001144CIRRUS LOGIC EP93XX ETHERNET DRIVER
1145P: Lennert Buytenhek
1146M: kernel@wantstofly.org
1147L: netdev@vger.kernel.org
1148S: Maintained
1149
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001150CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1151P: Lennert Buytenhek
1152M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001153L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001154S: Maintained
1155
Timur Tabid9e9d822008-04-24 08:45:26 +10001156CIRRUS LOGIC CS4270 SOUND DRIVER
1157P: Timur Tabi
1158M: timur@freescale.com
1159L: alsa-devel@alsa-project.org
1160S: Supported
1161
Linus Torvalds1da177e2005-04-16 15:20:36 -07001162CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1163P: Cirrus Logic Corporation (kernel 2.2 driver)
1164M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1165P: Nils Faerber (port to kernel 2.4)
1166M: Nils Faerber <nils@kernelconcepts.de>
1167S: Maintained
1168
1169CODA FILE SYSTEM
1170P: Jan Harkes
1171M: jaharkes@cs.cmu.edu
1172M: coda@cs.cmu.edu
1173L: codalist@coda.cs.cmu.edu
1174W: http://www.coda.cs.cmu.edu/
1175S: Maintained
1176
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001177COMMON INTERNET FILE SYSTEM (CIFS)
1178P: Steve French
1179M: sfrench@samba.org
1180L: linux-cifs-client@lists.samba.org
1181L: samba-technical@lists.samba.org
1182W: http://linux-cifs.samba.org/
1183T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1184S: Supported
1185
Linus Torvalds1da177e2005-04-16 15:20:36 -07001186COMPACTPCI HOTPLUG CORE
1187P: Scott Murray
1188M: scottm@somanetworks.com
1189M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001190L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001191S: Supported
1192
1193COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1194P: Scott Murray
1195M: scottm@somanetworks.com
1196M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001197L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001198S: Supported
1199
1200COMPACTPCI HOTPLUG GENERIC DRIVER
1201P: Scott Murray
1202M: scottm@somanetworks.com
1203M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001204L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001205S: Supported
1206
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001207COMPAL LAPTOP SUPPORT
1208P: Cezary Jackiewicz
1209M: cezary.jackiewicz@gmail.com
1210S: Maintained
1211
Linus Torvalds1da177e2005-04-16 15:20:36 -07001212COMPUTONE INTELLIPORT MULTIPORT CARD
1213P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001214M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001216S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001217
Simon Arlott949be0f2007-03-06 02:47:46 -08001218CONEXANT ACCESSRUNNER USB DRIVER
1219P: Simon Arlott
1220M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001221L: accessrunner-general@lists.sourceforge.net
1222W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001223S: Maintained
1224
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001225CONFIGFS
1226P: Joel Becker
1227M: joel.becker@oracle.com
1228L: linux-kernel@vger.kernel.org
1229S: Supported
1230
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001231CONTROL GROUPS (CGROUPS)
1232P: Paul Menage
1233M: menage@google.com
KOSAKI Motohiro01c4a422009-02-11 13:04:35 -08001234P: Li Zefan
1235M: lizf@cn.fujitsu.com
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001236L: containers@lists.linux-foundation.org
1237S: Maintained
1238
Rudolf Marekbebe4672007-05-08 17:22:02 +02001239CORETEMP HARDWARE MONITORING DRIVER
1240P: Rudolf Marek
1241M: r.marek@assembler.cz
1242L: lm-sensors@lm-sensors.org
1243S: Maintained
1244
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245COSA/SRP SYNC SERIAL DRIVER
1246P: Jan "Yenya" Kasprzak
1247M: kas@fi.muni.cz
1248W: http://www.fi.muni.cz/~kas/cosa/
1249S: Maintained
1250
1251CPU FREQUENCY DRIVERS
1252P: Dave Jones
Dave Jonesf4432c52008-10-20 13:31:45 -04001253M: davej@redhat.com
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001254L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001255W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001256T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001257S: Maintained
1258
1259CPUID/MSR DRIVER
1260P: H. Peter Anvin
1261M: hpa@zytor.com
1262S: Maintained
1263
Paul Jacksoned90fb42005-09-27 21:45:37 -07001264CPUSETS
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001265P: Paul Menage
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001266M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001267L: linux-kernel@vger.kernel.org
1268W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001269W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001270S: Supported
1271
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001273W: http://sourceforge.net/projects/cramfs/
1274S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001275
1276CRIS PORT
1277P: Mikael Starvik
1278M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001279P: Jesper Nilsson
1280M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281L: dev-etrax@axis.com
1282W: http://developer.axis.com
1283S: Maintained
1284
1285CRYPTO API
1286P: Herbert Xu
1287M: herbert@gondor.apana.org.au
1288P: David S. Miller
1289M: davem@davemloft.net
1290L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001291T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001292S: Maintained
1293
Neil Horman5b07bd52009-02-05 16:03:04 +11001294CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1295P: Neil Horman
1296M: nhorman@tuxdriver.com
1297L: linux-crypto@vger.kernel.org
1298S: Maintained
1299
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001300CS5535 Audio ALSA driver
1301P: Jaya Kumar
1302M: jayakumar.alsa@gmail.com
1303S: Maintained
1304
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001305CX18 VIDEO4LINUX DRIVER
1306P: Hans Verkuil, Andy Walls
1307M: hverkuil@xs4all.nl, awalls@radix.net
1308L: ivtv-devel@ivtvdriver.org
1309L: ivtv-users@ivtvdriver.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001310L: linux-media@vger.kernel.org
1311T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001312W: http://linuxtv.org
1313S: Maintained
1314
Steve Wisee5ec3782008-05-20 14:06:33 -07001315CXGB3 ETHERNET DRIVER (CXGB3)
1316P: Divy Le Ray
1317M: divy@chelsio.com
1318L: netdev@vger.kernel.org
1319W: http://www.chelsio.com
1320S: Supported
1321
1322CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1323P: Steve Wise
1324M: swise@chelsio.com
1325L: general@lists.openfabrics.org
1326W: http://www.openfabrics.org
1327S: Supported
1328
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329CYBERPRO FB DRIVER
1330P: Russell King
1331M: rmk@arm.linux.org.uk
1332W: http://www.arm.linux.org.uk/
1333S: Maintained
1334
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001335CYBLAFB FRAMEBUFFER DRIVER
1336P: Knut Petersen
1337M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001338L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001339S: Maintained
1340
Linus Torvalds1da177e2005-04-16 15:20:36 -07001341CYCLADES 2X SYNC CARD DRIVER
1342P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001343M: acme@ghostprotocols.net
1344W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345S: Maintained
1346
1347CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001348W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001349S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001350
1351CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001352W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001353S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001354
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355DAMA SLAVE for AX.25
1356P: Joerg Reuter
1357M: jreuter@yaina.de
1358W: http://yaina.de/jreuter/
1359W: http://www.qsl.net/dl1bke/
1360L: linux-hams@vger.kernel.org
1361S: Maintained
1362
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001363DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1364P: Tobias Ringstrom
1365M: tori@unhappy.mine.nu
1366L: netdev@vger.kernel.org
1367S: Maintained
1368
1369DC390/AM53C974 SCSI driver
1370P: Kurt Garloff
1371M: garloff@suse.de
1372W: http://www.garloff.de/kurt/linux/dc390/
1373P: Guennadi Liakhovetski
1374M: g.liakhovetski@gmx.de
1375S: Maintained
1376
Linus Torvalds1da177e2005-04-16 15:20:36 -07001377DC395x SCSI driver
1378P: Oliver Neukum
1379M: oliver@neukum.name
1380P: Ali Akcaagac
1381M: aliakc@web.de
1382P: Jamie Lenehan
1383M: lenehan@twibble.org
1384W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001385L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001386L: http://lists.twibble.org/mailman/listinfo/dc395x/
1387S: Maintained
1388
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001389DCCP PROTOCOL
1390P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001391M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001392L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001393W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001394S: Maintained
1395
Linus Torvalds1da177e2005-04-16 15:20:36 -07001396DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001397P: Christine Caulfield
1398M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001399W: http://linux-decnet.sourceforge.net
1400L: linux-decnet-user@lists.sourceforge.net
1401S: Maintained
1402
1403DEFXX FDDI NETWORK DRIVER
1404P: Maciej W. Rozycki
1405M: macro@linux-mips.org
1406S: Maintained
1407
Matthew Garrettad8f07c2009-01-07 18:08:56 -08001408DELL LAPTOP DRIVER
1409P: Matthew Garrett
1410M: mjg59@srcf.ucam.org
1411S: Maintained
1412
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413DELL LAPTOP SMM DRIVER
1414P: Massimo Dal Zotto
1415M: dz@debian.org
1416W: http://www.debian.org/~dz/i8k/
1417S: Maintained
1418
Doug Warzecha90563ec2005-09-06 15:17:15 -07001419DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1420P: Doug Warzecha
1421M: Douglas_Warzecha@dell.com
1422S: Maintained
1423
Linus Torvalds1da177e2005-04-16 15:20:36 -07001424DEVICE NUMBER REGISTRY
1425P: Torben Mathiasen
1426M: device@lanana.org
1427W: http://lanana.org/docs/device-list/index.html
1428L: linux-kernel@vger.kernel.org
1429S: Maintained
1430
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001431DEVICE-MAPPER (LVM)
1432P: Alasdair Kergon
1433L: dm-devel@redhat.com
1434W: http://sources.redhat.com/dm
1435S: Maintained
1436
Linus Torvalds1da177e2005-04-16 15:20:36 -07001437DIGI INTL. EPCA DRIVER
1438P: Digi International, Inc
1439M: Eng.Linux@digi.com
1440L: Eng.Linux@digi.com
1441W: http://www.digi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001442S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001443
Randy Dunlape7839f22008-10-12 16:11:45 -07001444DIRECTORY NOTIFICATION (DNOTIFY)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001445P: Stephen Rothwell
1446M: sfr@canb.auug.org.au
1447L: linux-kernel@vger.kernel.org
1448S: Supported
1449
1450DISK GEOMETRY AND PARTITION HANDLING
1451P: Andries Brouwer
1452M: aeb@cwi.nl
1453W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1454W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1455W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1456S: Maintained
1457
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001458DISKQUOTA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001459P: Jan Kara
1460M: jack@suse.cz
1461L: linux-kernel@vger.kernel.org
1462S: Maintained
1463
Randy Dunlape7839f22008-10-12 16:11:45 -07001464DISTRIBUTED LOCK MANAGER (DLM)
Christine Caulfield8943f262008-02-14 19:31:31 -08001465P: Christine Caulfield
1466M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001467P: David Teigland
1468M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001469L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001470W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001471T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001472S: Supported
1473
Dan Williamsb3e5f262007-08-07 10:26:35 -07001474DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001475P: Maciej Sosnowski
1476M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001477P: Dan Williams
1478M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001479L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001480S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001481
Juerg Haefligerb8250372007-06-09 10:11:16 -04001482DME1737 HARDWARE MONITOR DRIVER
1483P: Juerg Haefliger
1484M: juergh@gmail.com
1485L: lm-sensors@lm-sensors.org
1486S: Maintained
1487
Martin Waitzba483d52005-06-17 13:20:59 -07001488DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001489P: Randy Dunlap
1490M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001491S: Maintained
1492
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001493DOCKING STATION DRIVER
Len Brownc5d191b2008-09-24 02:53:25 -04001494P: Shaohua Li
1495M: shaohua.li@intel.com
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001496L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001497S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001498
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001499DOCUMENTATION (/Documentation directory)
Jean Delvare795fb7e2008-09-20 12:33:08 +02001500P: Randy Dunlap
1501M: rdunlap@xenotime.net
1502L: linux-doc@vger.kernel.org
1503S: Maintained
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001504
Linus Torvalds1da177e2005-04-16 15:20:36 -07001505DOUBLETALK DRIVER
1506P: James R. Van Zandt
1507M: jrv@vanzandt.mv.com
1508L: blinux-list@redhat.com
1509S: Maintained
1510
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001511DPT_I2O SCSI RAID DRIVER
1512P: Adaptec OEM Raid Solutions
1513M: aacraid@adaptec.com
1514L: linux-scsi@vger.kernel.org
1515W: http://www.adaptec.com/
1516S: Maintained
1517
Linus Torvalds1da177e2005-04-16 15:20:36 -07001518DRIVER CORE, KOBJECTS, AND SYSFS
1519P: Greg Kroah-Hartman
1520M: gregkh@suse.de
1521L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001522T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001523S: Supported
1524
1525DRM DRIVERS
1526P: David Airlie
1527M: airlied@linux.ie
1528L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001529T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001530S: Maintained
1531
1532DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001533P: Francois Romieu
1534M: romieu@fr.zoreil.com
1535L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001536S: Maintained
1537
1538DVB SUBSYSTEM AND DRIVERS
1539P: LinuxTV.org Project
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001540M: linux-media@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02001541L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001542W: http://linuxtv.org/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001543T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001544S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001545
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001546DZ DECSTATION DZ11 SERIAL DRIVER
1547P: Maciej W. Rozycki
1548M: macro@linux-mips.org
1549S: Maintained
1550
Linus Torvalds1da177e2005-04-16 15:20:36 -07001551EATA-DMA SCSI DRIVER
1552P: Michael Neuffer
1553L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1554S: Maintained
1555
1556EATA ISA/EISA/PCI SCSI DRIVER
1557P: Dario Ballabio
1558M: ballabio_dario@emc.com
1559L: linux-scsi@vger.kernel.org
1560S: Maintained
1561
1562EATA-PIO SCSI DRIVER
1563P: Michael Neuffer
1564M: mike@i-Connect.Net
1565L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1566S: Maintained
1567
1568EBTABLES
1569P: Bart De Schuymer
1570M: bart.de.schuymer@pandora.be
1571L: ebtables-user@lists.sourceforge.net
1572L: ebtables-devel@lists.sourceforge.net
1573W: http://ebtables.sourceforge.net/
1574S: Maintained
1575
Michael Halcrow237fead2006-10-04 02:16:22 -07001576ECRYPT FILE SYSTEM
Michael Halcrow6dc75162008-12-15 13:54:17 -08001577P: Tyler Hicks, Dustin Kirkland
1578M: tyhicks@linux.vnet.ibm.com, kirkland@canonical.com
1579L: ecryptfs-devel@lists.launchpad.net
1580W: https://launchpad.net/ecryptfs
Michael Halcrow237fead2006-10-04 02:16:22 -07001581S: Supported
1582
Alan Coxda9bb1d2006-01-18 17:44:13 -08001583EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001584P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001585M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001586L: bluesmoke-devel@lists.sourceforge.net
1587W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001588S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001589
1590EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001591P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001592P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001593M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001594M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001595L: bluesmoke-devel@lists.sourceforge.net
1596W: bluesmoke.sourceforge.net
1597S: Maintained
1598
1599EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001600P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001601M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001602L: bluesmoke-devel@lists.sourceforge.net
1603W: bluesmoke.sourceforge.net
1604S: Maintained
1605
Douglas Thompson6bc78402007-07-19 01:50:12 -07001606EDAC-I82443BXGX
1607P: Tim Small
1608M: tim@buttersideup.com
1609L: bluesmoke-devel@lists.sourceforge.net
1610W: bluesmoke.sourceforge.net
1611S: Maintained
1612
1613EDAC-I3000
1614P: Jason Uhlenkott
1615M: juhlenko@akamai.com
1616L: bluesmoke-devel@lists.sourceforge.net
1617W: bluesmoke.sourceforge.net
1618S: Maintained
1619
1620EDAC-I5000
1621P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001622M: dougthompson@xmission.com
1623L: bluesmoke-devel@lists.sourceforge.net
1624W: bluesmoke.sourceforge.net
1625S: Maintained
1626
Mauro Carvalho Chehab44c12cb2009-01-15 13:50:49 -08001627EDAC-I5400
1628P: Mauro Carvalho Chehab
1629M: mchehab@redhat.com
1630L: bluesmoke-devel@lists.sourceforge.net
1631W: bluesmoke.sourceforge.net
1632S: Maintained
1633
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001634EDAC-I82975X
1635P: Ranganathan Desikan
1636P: Arvind R.
1637M: rdesikan@jetzbroadband.com
1638M: arvind@acarlab.com
1639L: bluesmoke-devel@lists.sourceforge.net
1640W: bluesmoke.sourceforge.net
1641S: Maintained
1642
1643EDAC-PASEMI
1644P: Egor Martovetsky
1645M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001646L: bluesmoke-devel@lists.sourceforge.net
1647W: bluesmoke.sourceforge.net
1648S: Maintained
1649
Dave Peterson0e438e32006-03-26 01:38:55 -08001650EDAC-R82600
1651P: Tim Small
1652M: tim@buttersideup.com
1653L: bluesmoke-devel@lists.sourceforge.net
1654W: bluesmoke.sourceforge.net
1655S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001656
Eric Coopere59f8792008-03-13 12:55:46 +01001657EEEPC LAPTOP EXTRAS DRIVER
1658P: Corentin Chary
1659M: corentincj@iksaif.net
1660L: acpi4asus-user@lists.sourceforge.net
1661W: http://sourceforge.net/projects/acpi4asus
1662S: Maintained
1663
Josh Triplett0bee8d22006-07-30 03:03:58 -07001664EFS FILESYSTEM
1665W: http://aeschi.ch.eu.org/efs/
1666S: Orphan
1667
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001668EHCA (IBM GX bus InfiniBand adapter) DRIVER
Heiko J Schickfab97222006-09-22 15:22:22 -07001669P: Hoang-Nam Nguyen
1670M: hnguyen@de.ibm.com
1671P: Christoph Raisch
1672M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001673L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001674S: Supported
1675
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001676EMBEDDED LINUX
1677P: Paul Gortmaker
1678M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001679P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001680M: dwmw2@infradead.org
1681L: linux-embedded@vger.kernel.org
1682S: Maintained
1683
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001684EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001685P: James Smart
1686M: james.smart@emulex.com
1687L: linux-scsi@vger.kernel.org
1688W: http://sourceforge.net/projects/lpfcxxxx
1689S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001690
Linus Torvalds1da177e2005-04-16 15:20:36 -07001691EPSON 1355 FRAMEBUFFER DRIVER
1692P: Christopher Hoover
1693M: ch@murgatroid.com, ch@hpl.hp.com
1694S: Maintained
1695
Kristoffer Ericsond5ca9002008-10-15 22:03:54 -07001696EPSON S1D13XXX FRAMEBUFFER DRIVER
1697P: Kristoffer Ericson
1698M: kristoffer.ericson@gmail.com
1699S: Maintained
1700
Linus Torvalds1da177e2005-04-16 15:20:36 -07001701ETHEREXPRESS-16 NETWORK DRIVER
1702P: Philip Blundell
1703M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001704L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001705S: Maintained
1706
1707ETHERNET BRIDGE
1708P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001709M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001710L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001711W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001712S: Maintained
1713
1714ETHERTEAM 16I DRIVER
1715P: Mika Kuoppala
1716M: miku@iki.fi
1717S: Maintained
1718
1719EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001720L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721S: Maintained
1722
1723EXT3 FILE SYSTEM
1724P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001725M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001726L: linux-ext4@vger.kernel.org
1727S: Maintained
1728
1729EXT4 FILE SYSTEM
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001730P: Theodore Ts'o
1731M: tytso@mit.edu, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001732L: linux-ext4@vger.kernel.org
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001733W: http://ext4.wiki.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001734S: Maintained
1735
Jean Delvaree53004e2006-01-09 23:26:14 +01001736F71805F HARDWARE MONITORING DRIVER
1737P: Jean Delvare
1738M: khali@linux-fr.org
1739L: lm-sensors@lm-sensors.org
1740S: Maintained
1741
Linus Torvalds1da177e2005-04-16 15:20:36 -07001742FARSYNC SYNCHRONOUS DRIVER
1743P: Kevin Curtis
1744M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745W: http://www.farsite.co.uk/
1746S: Supported
1747
Akinobu Mitac5408b82007-04-23 14:41:20 -07001748FAULT INJECTION SUPPORT
1749P: Akinobu Mita
1750M: akinobu.mita@gmail.com
1751S: Supported
1752
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001753FILE LOCKING (flock() and fcntl()/lockf())
1754P: Matthew Wilcox
1755M: matthew@wil.cx
1756L: linux-fsdevel@vger.kernel.org
1757S: Maintained
1758
1759FILESYSTEMS (VFS and infrastructure)
1760P: Alexander Viro
1761M: viro@zeniv.linux.org.uk
1762L: linux-fsdevel@vger.kernel.org
1763S: Maintained
1764
1765FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1766P: Kristian Hoegsberg, Stefan Richter
1767M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1768L: linux1394-devel@lists.sourceforge.net
1769W: http://www.linux1394.org/
1770T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1771S: Maintained
1772
1773FIRMWARE LOADER (request_firmware)
1774L: linux-kernel@vger.kernel.org
1775S: Orphan
1776
1777FPU EMULATOR
1778P: Bill Metzenthen
1779M: billm@suburbia.net
1780W: http://suburbia.net/~billm/floating-point/emulator/
1781S: Maintained
1782
1783FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1784P: Mike McLagan
1785M: mike.mclagan@linux.org
1786L: netdev@vger.kernel.org
1787S: Maintained
1788
Linus Torvalds1da177e2005-04-16 15:20:36 -07001789FRAMEBUFFER LAYER
1790P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001791M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001792L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001793W: http://linux-fbdev.sourceforge.net/
1794S: Maintained
1795
Zhang Wei173acc72008-03-01 07:42:48 -07001796FREESCALE DMA DRIVER
Zhang Wei76b0c782008-05-13 14:44:59 -07001797P: Li Yang
1798M: leoli@freescale.com
1799P: Zhang Wei
1800M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001801L: linuxppc-embedded@ozlabs.org
1802L: linux-kernel@vger.kernel.org
1803S: Maintained
1804
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001805FREESCALE I2C CPM DRIVER
1806P: Jochen Friedrich
1807M: jochen@scram.de
1808L: linuxppc-dev@ozlabs.org
Jean Delvare846557d2008-10-30 15:55:47 +01001809L: linux-i2c@vger.kernel.org
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001810S: Maintained
1811
Sascha Hauer60e8c5a2008-12-16 11:44:06 +01001812FREESCALE IMX / MXC FRAMEBUFFER DRIVER
1813P: Sascha Hauer
1814M: kernel@pengutronix.de
1815L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1816L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1817S: Maintained
1818
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001819FREESCALE SOC FS_ENET DRIVER
1820P: Pantelis Antoniou
1821M: pantelis.antoniou@gmail.com
1822P: Vitaly Bordug
1823M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001824L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001825L: netdev@vger.kernel.org
1826S: Maintained
1827
Timur Tabid9e9d822008-04-24 08:45:26 +10001828FREESCALE QUICC ENGINE LIBRARY
1829P: Timur Tabi
1830M: timur@freescale.com
1831L: linuxppc-dev@ozlabs.org
1832S: Supported
1833
Li Yanga7205b32007-04-23 10:38:18 -07001834FREESCALE HIGHSPEED USB DEVICE DRIVER
1835P: Li Yang
1836M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001837L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001838L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001839S: Maintained
1840
Li Yangbeaf53b2007-05-25 13:54:02 +08001841FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1842P: Li Yang
1843M: leoli@freescale.com
1844L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001845L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001846S: Maintained
1847
Timur Tabid9e9d822008-04-24 08:45:26 +10001848FREESCALE QUICC ENGINE UCC UART DRIVER
1849P: Timur Tabi
1850M: timur@freescale.com
1851L: linuxppc-dev@ozlabs.org
1852S: Supported
1853
1854FREESCALE SOC SOUND DRIVERS
1855P: Timur Tabi
1856M: timur@freescale.com
1857L: alsa-devel@alsa-project.org
1858L: linuxppc-dev@ozlabs.org
1859S: Supported
1860
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861FREEVXFS FILESYSTEM
1862P: Christoph Hellwig
1863M: hch@infradead.org
1864W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1865S: Maintained
1866
Pavel Machek71038f52009-01-15 13:51:02 -08001867FREEZER
1868P: Pavel Machek
1869M: pavel@suse.cz
1870P: Rafael J. Wysocki
1871M: rjw@sisk.pl
1872L: linux-pm@lists.linux-foundation.org
1873S: Supported
1874
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001875FTRACE
1876P: Steven Rostedt
Steven Rostedt8e324c12008-11-19 15:36:43 -08001877M: rostedt@goodmis.org
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001878S: Maintained
1879
David Howells5ab7ffe2007-04-10 15:10:45 +01001880FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881P: David Howells
1882M: dhowells@redhat.com
1883S: Maintained
1884
Jonathan Woithe20b93732008-06-11 10:14:56 +09301885FUJITSU LAPTOP EXTRAS
1886P: Jonathan Woithe
1887M: jwoithe@physics.adelaide.edu.au
1888L: linux-acpi@vger.kernel.org
1889S: Maintained
1890
Miklos Szeredi04578f12005-09-09 13:10:22 -07001891FUSE: FILESYSTEM IN USERSPACE
1892P: Miklos Szeredi
1893M: miklos@szeredi.hu
1894L: fuse-devel@lists.sourceforge.net
1895W: http://fuse.sourceforge.net/
1896S: Maintained
1897
Linus Torvalds1da177e2005-04-16 15:20:36 -07001898FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1899P: Rik Faith
1900M: faith@cs.unc.edu
1901L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001902S: Odd Fixes (e.g., new signatures)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001903
1904GDT SCSI DISK ARRAY CONTROLLER DRIVER
1905P: Achim Leubner
1906M: achim_leubner@adaptec.com
1907L: linux-scsi@vger.kernel.org
1908W: http://www.icp-vortex.com/
1909S: Supported
1910
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001911GENERIC GPIO I2C DRIVER
1912P: Haavard Skinnemoen
1913M: hskinnemoen@atmel.com
1914S: Supported
1915
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01001916GENERIC HDLC (WAN) DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917P: Krzysztof Halasa
1918M: khc@pm.waw.pl
1919W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1920S: Maintained
1921
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001922GFS2 FILE SYSTEM
1923P: Steven Whitehouse
1924M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001925L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001926W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001927T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1928T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001929S: Supported
1930
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001931GIGASET ISDN DRIVERS
1932P: Hansjoerg Lipp
1933M: hjlipp@web.de
1934P: Tilman Schmidt
1935M: tilman@imap.cc
1936L: gigaset307x-common@lists.sourceforge.net
1937W: http://gigaset307x.sourceforge.net/
1938S: Maintained
1939
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001940HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
Frank Seidel211e3e02009-02-17 19:59:54 +01001941P: Frank Seidel
1942M: frank@f-seidel.de
1943L: lm-sensors@lm-sensors.org
1944W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001945S: Maintained
1946
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001947GSPCA FINEPIX SUBDRIVER
1948P: Frank Zago
1949M: frank@zago.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001950L: linux-media@vger.kernel.org
1951T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001952S: Maintained
1953
1954GSPCA M5602 SUBDRIVER
1955P: Erik Andren
1956M: erik.andren@gmail.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001957L: linux-media@vger.kernel.org
1958T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001959S: Maintained
1960
1961GSPCA PAC207 SONIXB SUBDRIVER
1962P: Hans de Goede
1963M: hdegoede@redhat.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001964L: linux-media@vger.kernel.org
1965T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001966S: Maintained
1967
1968GSPCA T613 SUBDRIVER
1969P: Leandro Costantino
1970M: lcostantino@gmail.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001971L: linux-media@vger.kernel.org
1972T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001973S: Maintained
1974
1975GSPCA USB WEBCAM DRIVER
1976P: Jean-Francois Moine
1977M: moinejf@free.fr
1978W: http://moinejf.free.fr
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001979L: linux-media@vger.kernel.org
1980T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001981S: Maintained
1982
Jean Delvare5b543962005-08-15 19:51:02 +02001983HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001984L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001985W: http://www.lm-sensors.org/
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001986S: Orphan
Jean Delvare5b543962005-08-15 19:51:02 +02001987
Michael Buesch844dd052006-06-26 00:24:59 -07001988HARDWARE RANDOM NUMBER GENERATOR CORE
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001989S: Orphan
Michael Buesch844dd052006-06-26 00:24:59 -07001990
Linus Torvalds1da177e2005-04-16 15:20:36 -07001991HARMONY SOUND DRIVER
1992P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001993M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001994L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995S: Maintained
1996
1997HAYES ESP SERIAL DRIVER
1998P: Andrew J. Robinson
1999M: arobinso@nyx.net
2000L: linux-kernel@vger.kernel.org
2001W: http://www.nyx.net/~arobinso
2002S: Maintained
2003
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002004HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
2005P: Chirag Kantharia
2006M: chirag.kantharia@hp.com
2007L: iss_storagedev@hp.com
2008S: Maintained
2009
2010HEWLETT-PACKARD SMART2 RAID DRIVER
2011P: Chirag Kantharia
2012M: chirag.kantharia@hp.com
2013L: iss_storagedev@hp.com
2014S: Maintained
2015
2016HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2017P: Mike Miller
2018M: mike.miller@hp.com
2019L: iss_storagedev@hp.com
2020S: Supported
2021
Linus Torvalds1da177e2005-04-16 15:20:36 -07002022HFS FILESYSTEM
2023P: Roman Zippel
2024M: zippel@linux-m68k.org
2025L: linux-kernel@vger.kernel.org
2026S: Maintained
2027
2028HGA FRAMEBUFFER DRIVER
2029P: Ferenc Bakonyi
2030M: fero@drama.obuda.kando.hu
2031L: linux-nvidia@lists.surfsouth.com
2032W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2033S: Maintained
2034
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002035HIBERNATION (aka Software Suspend, aka swsusp)
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002036P: Pavel Machek
Pavel Machekef35ce22009-02-18 14:48:16 -08002037M: pavel@ucw.cz
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002038P: Rafael J. Wysocki
2039M: rjw@sisk.pl
2040L: linux-pm@lists.linux-foundation.org
2041S: Supported
2042
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01002043HID CORE LAYER
2044P: Jiri Kosina
2045M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002046L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01002047T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01002048S: Maintained
2049
Ingo Molnar38bed542007-02-22 09:09:34 +01002050HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2051P: Thomas Gleixner
2052M: tglx@linutronix.de
2053L: linux-kernel@vger.kernel.org
2054S: Maintained
2055
Linus Torvalds1da177e2005-04-16 15:20:36 -07002056HIGH-SPEED SCC DRIVER FOR AX.25
2057P: Klaus Kudielka
2058M: klaus.kudielka@ieee.org
2059L: linux-hams@vger.kernel.org
2060W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2061S: Maintained
2062
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08002063HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2064P: HighPoint Linux Team
2065M: linux@highpoint-tech.com
2066W: http://www.highpoint-tech.com
2067S: Supported
2068
Linus Torvalds1da177e2005-04-16 15:20:36 -07002069HIPPI
2070P: Jes Sorensen
2071M: jes@trained-monkey.org
2072L: linux-hippi@sunsite.dk
2073S: Maintained
2074
Jouni Malinenff1d2762005-05-12 22:54:16 -04002075HOST AP DRIVER
2076P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07002077M: j@w1.fi
2078L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07002079L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04002080W: http://hostap.epitest.fi/
2081S: Maintained
2082
Carlos Corbachodd8cd772008-02-05 02:17:15 +00002083HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2084P: Carlos Corbacho
2085M: carlos@strangeworlds.co.uk
2086S: Odd Fixes
2087
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002088HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2089P: Jaroslav Kysela
2090M: perex@perex.cz
2091S: Maintained
2092
Clemens Ladischd36e74c2008-07-23 21:26:46 -07002093HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08002094P: Clemens Ladisch
2095M: clemens@ladisch.de
2096S: Maintained
2097
2098HPET: i386
2099P: Venkatesh Pallipadi (Venki)
2100M: venkatesh.pallipadi@intel.com
2101S: Maintained
2102
2103HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02002104P: Vojtech Pavlik
2105M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08002106S: Maintained
2107
2108HPET: ACPI hpet.c
2109P: Bob Picco
2110M: bob.picco@hp.com
2111S: Maintained
2112
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113HPFS FILESYSTEM
2114P: Mikulas Patocka
2115M: mikulas@artax.karlin.mff.cuni.cz
2116W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2117S: Maintained
2118
Denis Joseph Barrow11cd29b2009-01-02 13:50:36 +00002119HSO 3G Modem Driver (hso.c)
2120P: Denis Joseph Barrow
2121M: d.barow@option.com
2122W: http://www.pharscape.org
2123S: Maintained
2124
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002125HTCPEN TOUCHSCREEN DRIVER
2126P: Pau Oliva Fora
2127M: pof@eslack.org
2128L: linux-input@vger.kernel.org
2129S: Maintained
2130
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131HUGETLB FILESYSTEM
2132P: William Irwin
2133M: wli@holomorphy.com
2134S: Maintained
2135
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002136I2C/SMBUS STUB DRIVER
2137P: Mark M. Hoffman
2138M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01002139L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002140S: Maintained
2141
Jean Delvare5b543962005-08-15 19:51:02 +02002142I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002143P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002145P: Ben Dooks (embedded platforms)
2146M: ben-linux@fluff.org
Jean Delvare846557d2008-10-30 15:55:47 +01002147L: linux-i2c@vger.kernel.org
Jean Delvarea01064a2009-01-26 21:19:53 +01002148W: http://i2c.wiki.kernel.org/
2149T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002150S: Maintained
2151
Till Harbaume8c76ee2007-05-01 23:26:35 +02002152I2C-TINY-USB DRIVER
2153P: Till Harbaum
2154M: till@harbaum.org
Jean Delvare846557d2008-10-30 15:55:47 +01002155L: linux-i2c@vger.kernel.org
Till Harbaume8c76ee2007-05-01 23:26:35 +02002156T: http://www.harbaum.org/till/i2c_tiny_usb
2157S: Maintained
2158
Linus Torvalds1da177e2005-04-16 15:20:36 -07002159i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002160P: H. Peter Anvin
2161M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002162L: Linux-Kernel@vger.kernel.org
2163S: Maintained
2164
2165i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002166P: H. Peter Anvin
2167M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002168T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169S: Maintained
2170
Linus Torvalds1da177e2005-04-16 15:20:36 -07002171IA64 (Itanium) PLATFORM
2172P: Tony Luck
2173M: tony.luck@intel.com
2174L: linux-ia64@vger.kernel.org
2175W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002176T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177S: Maintained
2178
Linus Torvalds1da177e2005-04-16 15:20:36 -07002179IBM MCA SCSI SUBSYSTEM DRIVER
2180P: Michael Lang
2181M: langa2@kph.uni-mainz.de
2182W: http://www.uni-mainz.de/~langm000/linux.html
2183S: Maintained
2184
2185IBM Power Linux RAID adapter
2186P: Brian King
2187M: brking@us.ibm.com
2188S: Supported
2189
2190IBM ServeRAID RAID DRIVER
2191P: Jack Hammer
2192P: Dave Jeffery
2193M: ipslinux@adaptec.com
2194W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002195S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002197IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002198P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002199M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002200L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002201T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002202S: Maintained
2203
2204IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002205P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002206M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002207L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002208S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209
2210IDE/ATAPI FLOPPY DRIVERS
2211P: Paul Bristow
2212M: Paul Bristow <paul@paulbristow.net>
2213W: http://paulbristow.net/linux/idefloppy.html
2214L: linux-kernel@vger.kernel.org
2215S: Maintained
2216
2217IDE/ATAPI TAPE DRIVERS
2218P: Gadi Oxman
2219M: Gadi Oxman <gadio@netvision.net.il>
2220L: linux-kernel@vger.kernel.org
2221S: Maintained
2222
Andy Henroid27471fd2008-10-09 11:45:22 -07002223IDLE-I7300
2224P: Andy Henroid
2225M: andrew.d.henroid@intel.com
2226L: linux-pm@lists.linux-foundation.org
2227S: Supported
2228
Stefan Richterf148e202008-01-12 12:32:44 +01002229IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002230P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002231M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002232P: Stefan Richter
2233M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002234L: linux1394-devel@lists.sourceforge.net
2235W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002236T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002237S: Maintained
2238
Stefan Richterf51a5a92007-04-23 14:41:10 -07002239IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002240P: Dan Dennedy
2241M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002242P: Stefan Richter
2243M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002245S: Maintained
2246
Mimi Zoharaa7168f2009-02-04 09:07:03 -05002247INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2248P: Mimi Zohar
2249M: zohar@us.ibm.com
2250S: Supported
2251
Linus Torvalds1da177e2005-04-16 15:20:36 -07002252IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002253L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002254S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002255
2256INFINIBAND SUBSYSTEM
2257P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002258M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002259P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002260M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002261P: Hal Rosenstock
Jean Delvare795fb7e2008-09-20 12:33:08 +02002262M: hal.rosenstock@gmail.com
Randy Dunlap40b0bb12009-02-04 15:12:13 -08002263L: general@lists.openfabrics.org (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002264W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002265T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002266S: Supported
2267
Robert Lovec9f04f52005-07-15 12:21:07 -04002268INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01002269P: John McCutchan
John McCutchan52af8942008-12-17 17:43:02 -08002270M: john@johnmccutchan.com
Cal Peake18b36c72006-12-12 20:18:16 +01002271P: Robert Love
John McCutchan52af8942008-12-17 17:43:02 -08002272M: rlove@rlove.org
Robert Lovec9f04f52005-07-15 12:21:07 -04002273L: linux-kernel@vger.kernel.org
2274S: Maintained
2275
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002276INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2277P: Dmitry Torokhov
2278M: dmitry.torokhov@gmail.com
2279M: dtor@mail.ru
2280L: linux-input@vger.kernel.org
2281T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2282S: Maintained
2283
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002284INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002285P: Sylvain Meyer
2286M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002287L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002288S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002289
Linus Torvalds1da177e2005-04-16 15:20:36 -07002290INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002291P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002292M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002293L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002294S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295
Thomas, Sujithf4a9bc42008-11-05 16:15:31 +05302296INTEL MENLOW THERMAL DRIVER
2297P: Sujith Thomas
2298M: sujith.thomas@intel.com
2299L: linux-acpi@vger.kernel.org
2300W: http://www.lesswatts.org/projects/acpi/
2301S: Supported
2302
Linus Torvalds1da177e2005-04-16 15:20:36 -07002303INTEL IA32 MICROCODE UPDATE SUPPORT
2304P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002305M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002306S: Maintained
2307
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002308INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002309P: Maciej Sosnowski
2310M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002311L: linux-kernel@vger.kernel.org
2312S: Supported
2313
David Woodhouse6c8909b2008-10-18 16:12:17 +01002314INTEL IOMMU (VT-d)
2315P: David Woodhouse
2316M: dwmw2@infradead.org
2317L: iommu@lists.linux-foundation.org
2318T: git://git.infradead.org/iommu-2.6.git
2319S: Supported
2320
Dan Williamsb3e5f262007-08-07 10:26:35 -07002321INTEL IOP-ADMA DMA DRIVER
2322P: Dan Williams
2323M: dan.j.williams@intel.com
2324L: linux-kernel@vger.kernel.org
2325S: Supported
2326
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01002327INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2328P: Krzysztof Halasa
2329M: khc@pm.waw.pl
2330S: Maintained
2331
Michael Buesch844dd052006-06-26 00:24:59 -07002332INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2333P: Deepak Saxena
2334M: dsaxena@plexity.net
2335S: Maintained
2336
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002337INTEL IXP2000 ETHERNET DRIVER
2338P: Lennert Buytenhek
2339M: kernel@wantstofly.org
2340L: netdev@vger.kernel.org
2341S: Maintained
2342
Auke Kokd94e6fe2008-03-03 14:37:47 -08002343INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002344P: Jeff Kirsher
2345M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002346P: Jesse Brandeburg
2347M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002348P: Bruce Allan
2349M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002350P: PJ Waskiewicz
2351M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002352P: John Ronciak
2353M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002354L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002355W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002356S: Supported
2357
James Ketrenos826d2ab2005-11-07 18:56:59 -06002358INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002359P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002360M: yi.zhu@intel.com
2361P: James Ketrenos
2362M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002363P: Reinette Chatre
2364M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002365L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002366L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002367W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002368W: http://ipw2100.sourceforge.net
2369S: Supported
2370
2371INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002372P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002373M: yi.zhu@intel.com
2374P: James Ketrenos
2375M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002376P: Reinette Chatre
2377M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002378L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002379L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002380W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002381W: http://ipw2200.sourceforge.net
2382S: Supported
2383
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08002384INTEL WIRELESS WIMAX CONNECTION 2400
2385P: Inaky Perez-Gonzalez
2386M: inaky.perez-gonzalez@intel.com
2387M: linux-wimax@intel.com
2388L: wimax@linuxwimax.org
2389S: Supported
2390W: http://linuxwimax.org
2391
Zhu Yib481de92007-09-25 17:54:57 -07002392INTEL WIRELESS WIFI LINK (iwlwifi)
2393P: Zhu Yi
2394M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002395P: Reinette Chatre
2396M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002397L: linux-wireless@vger.kernel.org
2398L: ipw3945-devel@lists.sourceforge.net
2399W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002400T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002401S: Supported
2402
Ralf Baechlecb109a02007-08-30 23:56:30 -07002403IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404P: Ralf Baechle
2405M: ralf@linux-mips.org
2406L: linux-mips@linux-mips.org
2407S: Maintained
2408
Ralf Baechlecb109a02007-08-30 23:56:30 -07002409IOC3 SERIAL DRIVER
2410P: Pat Gefre
2411M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002412L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002413S: Maintained
2414
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002415IP MASQUERADING
Linus Torvalds1da177e2005-04-16 15:20:36 -07002416P: Juanjo Ciarlante
2417M: jjciarla@raiz.uncu.edu.ar
2418S: Maintained
2419
Francois Romieu1202d6f2007-09-17 17:13:55 -07002420IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2421P: Francois Romieu
2422M: romieu@fr.zoreil.com
2423P: Sorbica Shieh
2424M: sorbica@icplus.com.tw
2425P: Jesse Huang
2426M: jesse@icplus.com.tw
2427L: netdev@vger.kernel.org
2428S: Maintained
2429
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002430IPATH DRIVER
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002431P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002432M: infinipath@qlogic.com
2433L: general@lists.openfabrics.org
2434T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002435S: Supported
2436
Corey Minyard4409ebe2006-04-20 02:43:12 -07002437IPMI SUBSYSTEM
2438P: Corey Minyard
2439M: minyard@acm.org
2440L: openipmi-developer@lists.sourceforge.net
2441W: http://openipmi.sourceforge.net/
2442S: Supported
2443
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002444IPS SCSI RAID DRIVER
2445P: Adaptec OEM Raid Solutions
2446M: aacraid@adaptec.com
2447L: linux-scsi@vger.kernel.org
2448W: http://www.adaptec.com/
2449S: Maintained
2450
2451IPVS
2452P: Wensong Zhang
2453M: wensong@linux-vs.org
2454P: Simon Horman
2455M: horms@verge.net.au
2456P: Julian Anastasov
2457M: ja@ssi.bg
Ralf Baechle979b6c12005-06-13 14:30:40 -07002458L: netdev@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002459L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002460S: Maintained
2461
Randy Dunlape7839f22008-10-12 16:11:45 -07002462IPWIRELESS DRIVER
David Sterba099dc4f2008-02-07 10:57:12 +01002463P: Jiri Kosina
2464M: jkosina@suse.cz
2465P: David Sterba
2466M: dsterba@suse.cz
2467S: Maintained
2468T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2469
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002470IPX NETWORK LAYER
2471P: Arnaldo Carvalho de Melo
2472M: acme@ghostprotocols.net
2473L: netdev@vger.kernel.org
2474S: Maintained
2475
Linus Torvalds1da177e2005-04-16 15:20:36 -07002476IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002477P: Samuel Ortiz
2478M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002479L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002480W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002481S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002482
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002483ISAPNP
2484P: Jaroslav Kysela
2485M: perex@perex.cz
2486S: Maintained
2487
Mike Christie14816b12007-11-28 16:22:06 -08002488ISCSI
2489P: Mike Christie
2490M: michaelc@cs.wisc.edu
2491L: open-iscsi@googlegroups.com
2492W: www.open-iscsi.org
2493T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2494S: Maintained
2495
Linus Torvalds1da177e2005-04-16 15:20:36 -07002496ISDN SUBSYSTEM
2497P: Karsten Keil
Karsten Keilfbfd8b52009-03-01 18:04:53 +01002498M: isdn@linux-pingi.de
Paul Bolled5d52272008-04-15 00:40:48 -07002499L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002500W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002501T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002502S: Maintained
2503
2504ISDN SUBSYSTEM (Eicon active card driver)
2505P: Armin Schindler
2506M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002507L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002508W: http://www.melware.de
2509S: Maintained
2510
Hans Verkuil91821ff2007-12-02 09:35:33 -03002511IVTV VIDEO4LINUX DRIVER
2512P: Hans Verkuil
2513M: hverkuil@xs4all.nl
2514L: ivtv-devel@ivtvdriver.org
2515L: ivtv-users@ivtvdriver.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03002516L: linux-media@vger.kernel.org
2517T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Hans Verkuil91821ff2007-12-02 09:35:33 -03002518W: http://www.ivtvdriver.org
2519S: Maintained
2520
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002521JFS FILESYSTEM
2522P: Dave Kleikamp
2523M: shaggy@austin.ibm.com
2524L: jfs-discussion@lists.sourceforge.net
2525W: http://jfs.sourceforge.net/
2526T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2527S: Supported
2528
Guo-Fu Tseng95252232008-09-16 01:00:11 +08002529JME NETWORK DRIVER
2530P: Guo-Fu Tseng
2531M: cooldavid@cooldavid.org
2532L: netdev@vger.kernel.org
2533S: Maintained
2534
Linus Torvalds1da177e2005-04-16 15:20:36 -07002535JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2536P: David Woodhouse
2537M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002538L: linux-mtd@lists.infradead.org
2539W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540S: Maintained
2541
Josh Triplettde456d32006-07-30 03:04:00 -07002542JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002543P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002544M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002545L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002546S: Maintained
2547
Rudolf Marek4660cb32006-10-08 22:01:26 +02002548K8TEMP HARDWARE MONITORING DRIVER
2549P: Rudolf Marek
2550M: r.marek@assembler.cz
2551L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002552S: Maintained
2553
2554KCONFIG
2555P: Roman Zippel
2556M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002557L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002558S: Maintained
2559
Vivek Goyalea6c2082006-05-20 14:59:55 -07002560KDUMP
2561P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002562M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002563P: Haren Myneni
2564M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002565L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002566L: linux-kernel@vger.kernel.org
2567W: http://lse.sourceforge.net/kdump/
2568S: Maintained
2569
Linus Torvalds1da177e2005-04-16 15:20:36 -07002570KERNEL AUTOMOUNTER (AUTOFS)
2571P: H. Peter Anvin
2572M: hpa@zytor.com
2573L: autofs@linux.kernel.org
2574S: Odd Fixes
2575
2576KERNEL AUTOMOUNTER v4 (AUTOFS4)
2577P: Ian Kent
2578M: raven@themaw.net
2579L: autofs@linux.kernel.org
2580S: Maintained
2581
2582KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002583P: Sam Ravnborg
2584M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002585T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2586T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002587L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002588S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002589
2590KERNEL JANITORS
2591P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002592L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002593W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002594S: Maintained
2595
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002596KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002597P: J. Bruce Fields
2598M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002600M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002601L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002602W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002603S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002604
Avi Kivity426d62e2006-12-13 00:34:03 -08002605KERNEL VIRTUAL MACHINE (KVM)
2606P: Avi Kivity
Avi Kivity9ea1de42008-09-19 19:25:30 -07002607M: avi@redhat.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002608L: kvm@vger.kernel.org
2609W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002610S: Supported
2611
Joerg Roedelad8003d2008-09-10 20:01:07 +02002612KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2613P: Joerg Roedel
2614M: joerg.roedel@amd.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002615L: kvm@vger.kernel.org
2616W: http://kvm.qumranet.com
2617S: Supported
2618
Hollis Blanchard513014b2008-04-16 23:28:08 -05002619KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2620P: Hollis Blanchard
2621M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002622L: kvm-ppc@vger.kernel.org
2623W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002624S: Supported
2625
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002626KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002627P: Xiantao Zhang
2628M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002629L: kvm-ia64@vger.kernel.org
2630W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002631S: Supported
2632
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002633KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2634P: Carsten Otte
2635M: cotte@de.ibm.com
2636P: Christian Borntraeger
2637M: borntraeger@de.ibm.com
2638M: linux390@de.ibm.com
2639L: linux-s390@vger.kernel.org
2640W: http://www.ibm.com/developerworks/linux/linux390/
2641S: Supported
2642
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002643KEXEC
2644P: Eric Biederman
2645M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002646W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002647L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002648L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002649S: Maintained
2650
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002651KGDB
2652P: Jason Wessel
2653M: jason.wessel@windriver.com
2654L: kgdb-bugreport@lists.sourceforge.net
2655S: Maintained
2656
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002657KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002658P: Ananth N Mavinakayanahalli
2659M: ananth@in.ibm.com
2660P: Anil S Keshavamurthy
2661M: anil.s.keshavamurthy@intel.com
2662P: David S. Miller
2663M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002664P: Masami Hiramatsu
2665M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002666L: linux-kernel@vger.kernel.org
2667S: Maintained
2668
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002669KS0108 LCD CONTROLLER DRIVER
2670P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002671M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002672L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002673W: http://miguelojeda.es/auxdisplay.htm
2674W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002675S: Maintained
2676
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002678L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002679S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002680
2681LASI 53c700 driver for PARISC
2682P: James E.J. Bottomley
2683M: James.Bottomley@HansenPartnership.com
2684L: linux-scsi@vger.kernel.org
2685S: Maintained
2686
Richard Purdie263de9b2006-05-15 09:44:16 -07002687LED SUBSYSTEM
2688P: Richard Purdie
2689M: rpurdie@rpsys.net
2690S: Maintained
2691
Linus Torvalds1da177e2005-04-16 15:20:36 -07002692LEGO USB Tower driver
2693P: Juergen Stuber
2694M: starblue@users.sourceforge.net
2695L: legousb-devel@lists.sourceforge.net
2696W: http://legousb.sourceforge.net/
2697S: Maintained
2698
Rusty Russell568a17f2007-10-25 14:12:24 +10002699LGUEST
2700P: Rusty Russell
2701M: rusty@rustcorp.com.au
2702L: lguest@ozlabs.org
2703W: http://lguest.ozlabs.org/
2704S: Maintained
2705
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706LINUX FOR IBM pSERIES (RS/6000)
2707P: Paul Mackerras
2708M: paulus@au.ibm.com
2709W: http://www.ibm.com/linux/ltc/projects/ppc
2710S: Supported
2711
2712LINUX FOR NCR VOYAGER
2713P: James Bottomley
2714M: James.Bottomley@HansenPartnership.com
2715W: http://www.hansenpartnership.com/voyager
2716S: Maintained
2717
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002718LINUX FOR POWERPC (32-BIT AND 64-BIT)
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002719P: Benjamin Herrenschmidt
2720M: benh@kernel.crashing.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002721P: Paul Mackerras
2722M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002723W: http://www.penguinppc.org/
2724L: linuxppc-dev@ozlabs.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002725T: git kernel.org:/pub/scm/linux/kernel/git/benh/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002726S: Supported
2727
2728LINUX FOR POWER MACINTOSH
2729P: Benjamin Herrenschmidt
2730M: benh@kernel.crashing.org
2731W: http://www.penguinppc.org/
2732L: linuxppc-dev@ozlabs.org
2733S: Maintained
2734
Grant Likely77a76362008-07-12 12:11:43 -06002735LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002736P: Sylvain Munaut
2737M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002738P: Grant Likely
2739M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002740L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002741S: Maintained
2742
2743LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002744P: Josh Boyer
2745M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002746P: Matt Porter
2747M: mporter@kernel.crashing.org
2748W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002749L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002750T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002751S: Maintained
2752
Grant Likely260c02a2007-10-02 12:15:34 +10002753LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2754P: Grant Likely
2755M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002756W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002757L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002758S: Maintained
2759
Tom Rinie93adf12005-07-26 12:49:53 -07002760LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002761P: Vitaly Bordug
2762M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002763P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002764M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002765W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002766L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002767S: Maintained
2768
Linus Torvalds1da177e2005-04-16 15:20:36 -07002769LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002770P: Kumar Gala
2771M: galak@kernel.crashing.org
2772W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002773L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002774S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002775
Olof Johanssonab06ff32006-09-06 14:44:54 -05002776LINUX FOR POWERPC PA SEMI PWRFICIENT
2777P: Olof Johansson
2778M: olof@lixom.net
2779W: http://www.pasemi.com/
2780L: linuxppc-dev@ozlabs.org
2781S: Supported
2782
Linus Torvalds1da177e2005-04-16 15:20:36 -07002783LINUX SECURITY MODULE (LSM) FRAMEWORK
2784P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002785M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002786L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002787T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002788S: Supported
2789
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002790LLC (802.2)
2791P: Arnaldo Carvalho de Melo
2792M: acme@ghostprotocols.net
2793S: Maintained
2794
Pavel Machek455fbdd2008-11-12 13:27:02 -08002795LIS3LV02D ACCELEROMETER DRIVER
2796P: Eric Piel
2797M: eric.piel@tremplin-utc.net
2798S: Maintained
2799
Linus Torvalds1da177e2005-04-16 15:20:36 -07002800LM83 HARDWARE MONITOR DRIVER
2801P: Jean Delvare
2802M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002803L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002804S: Maintained
2805
2806LM90 HARDWARE MONITOR DRIVER
2807P: Jean Delvare
2808M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002809L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002810S: Maintained
2811
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002812LOCKDEP AND LOCKSTAT
2813P: Peter Zijlstra
2814M: peterz@infradead.org
2815P: Ingo Molnar
2816M: mingo@redhat.com
2817L: linux-kernel@vger.kernel.org
2818T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2819S: Maintained
2820
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002821LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002822P: Richard Russon (FlatCap)
2823M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002824L: linux-ntfs-dev@lists.sourceforge.net
2825W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002826S: Maintained
2827
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002828LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2829P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002830M: Eric.Moore@lsi.com
2831M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002832L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002833L: linux-scsi@vger.kernel.org
2834W: http://www.lsilogic.com/support
2835S: Supported
2836
Linus Torvalds1da177e2005-04-16 15:20:36 -07002837LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2838P: Matthew Wilcox
2839M: matthew@wil.cx
2840L: linux-scsi@vger.kernel.org
2841S: Maintained
2842
Mike Frysinger81365c32008-10-29 14:01:12 -07002843LTP (Linux Test Project)
2844P: Subrata Modak
2845M: subrata@linux.vnet.ibm.com
2846P: Mike Frysinger
2847M: vapier@gentoo.org
2848L: ltp-list@lists.sourceforge.net (subscribers-only)
2849W: http://ltp.sourceforge.net/
2850T: git kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
2851S: Maintained
2852
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002853M32R ARCHITECTURE
2854P: Hirokazu Takata
2855M: takata@linux-m32r.org
2856L: linux-m32r@ml.linux-m32r.org
2857L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2858W: http://www.linux-m32r.org/
2859S: Maintained
2860
Linus Torvalds1da177e2005-04-16 15:20:36 -07002861M68K ARCHITECTURE
2862P: Geert Uytterhoeven
2863M: geert@linux-m68k.org
2864P: Roman Zippel
2865M: zippel@linux-m68k.org
2866L: linux-m68k@lists.linux-m68k.org
2867W: http://www.linux-m68k.org/
Geert Uytterhoeven0e750aa2008-11-24 21:37:09 +01002868T: git git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002869S: Maintained
2870
2871M68K ON APPLE MACINTOSH
2872P: Joshua Thompson
2873M: funaho@jurai.org
2874W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002875L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002876S: Maintained
2877
2878M68K ON HP9000/300
2879P: Philip Blundell
2880M: philb@gnu.org
2881W: http://www.tazenda.demon.co.uk/phil/linux-hp
2882S: Maintained
2883
Jiri Benc64a327a2007-05-05 11:47:08 -07002884MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002885P: Johannes Berg
2886M: johannes@sipsolutions.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002887L: linux-wireless@vger.kernel.org
2888W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002889T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002890S: Maintained
2891
Stefano Brivio1036d862007-12-23 04:46:27 +01002892MAC80211 PID RATE CONTROL
2893P: Stefano Brivio
2894M: stefano.brivio@polimi.it
2895P: Mattias Nissler
2896M: mattias.nissler@gmx.de
2897L: linux-wireless@vger.kernel.org
2898W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2899T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2900S: Maintained
2901
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002902MACVLAN DRIVER
2903P: Patrick McHardy
2904M: kaber@trash.net
2905L: netdev@vger.kernel.org
2906S: Maintained
2907
Michael Kerriskfaf16682005-07-31 22:34:47 -07002908MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002909P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002910M: mtk.manpages@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02002911W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07002912L: linux-man@vger.kernel.org
Michael Kerrisk1b53dc72009-03-12 14:31:32 -07002913S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002914
Stefano Brivio74cda162007-11-19 20:27:46 +01002915MARVELL LIBERTAS WIRELESS DRIVER
2916P: Dan Williams
2917M: dcbw@redhat.com
2918L: libertas-dev@lists.infradead.org
2919S: Maintained
2920
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002921MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002922P: Lennert Buytenhek
2923M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002924L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002925S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002926
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002927MARVELL YUKON / SYSKONNECT DRIVER
2928P: Mirko Lindner
2929M: mlindner@syskonnect.de
2930P: Ralph Roesler
2931M: rroesler@syskonnect.de
2932W: http://www.syskonnect.com
2933S: Supported
2934
Linus Torvalds1da177e2005-04-16 15:20:36 -07002935MATROX FRAMEBUFFER DRIVER
2936P: Petr Vandrovec
2937M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002938L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002939S: Maintained
2940
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002941MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2942P: Hans J. Koch
2943M: hjk@linutronix.de
2944L: lm-sensors@lm-sensors.org
2945S: Maintained
2946
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002947MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002948P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002949M: megaraidlinux@lsi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002950L: linux-scsi@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002951W: http://megaraid.lsilogic.com
2952S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002953
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002954MEMORY MANAGEMENT
2955L: linux-mm@kvack.org
2956L: linux-kernel@vger.kernel.org
2957W: http://www.linux-mm.org
2958S: Maintained
2959
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002960MEMORY RESOURCE CONTROLLER
2961P: Balbir Singh
2962M: balbir@linux.vnet.ibm.com
2963P: Pavel Emelyanov
2964M: xemul@openvz.org
2965P: KAMEZAWA Hiroyuki
2966M: kamezawa.hiroyu@jp.fujitsu.com
2967L: linux-mm@kvack.org
2968L: linux-kernel@vger.kernel.org
2969S: Maintained
2970
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002971MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002972P: David Woodhouse
2973M: dwmw2@infradead.org
2974W: http://www.linux-mtd.infradead.org/
2975L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002976T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002977S: Maintained
2978
2979MICROTEK X6 SCANNER
2980P: Oliver Neukum
2981M: oliver@neukum.name
2982S: Maintained
2983
2984MIPS
2985P: Ralf Baechle
2986M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002987W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002988L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002989T: git www.linux-mips.org:/pub/scm/linux.git
2990S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002991
2992MISCELLANEOUS MCA-SUPPORT
2993P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002994M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002995L: linux-kernel@vger.kernel.org
2996S: Maintained
2997
2998MODULE SUPPORT
2999P: Rusty Russell
3000M: rusty@rustcorp.com.au
3001L: linux-kernel@vger.kernel.org
3002S: Maintained
3003
3004MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3005P: Stelian Pop
3006M: stelian@popies.net
3007W: http://popies.net/meye/
3008S: Maintained
3009
Pavel Pisac58ff042007-05-16 01:10:41 +02003010MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3011P: Pavel Pisa
3012M: ppisa@pikron.com
3013L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02003014S: Maintained
3015
Linus Torvalds1da177e2005-04-16 15:20:36 -07003016MOUSE AND MISC DEVICES [GENERAL]
3017P: Alessandro Rubini
3018M: rubini@ipvvis.unipv.it
3019L: linux-kernel@vger.kernel.org
3020S: Maintained
3021
Jiri Slabyb9705b62008-04-30 00:53:48 -07003022MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08003023P: Jiri Slaby
3024M: jirislaby@gmail.com
3025L: linux-kernel@vger.kernel.org
3026S: Maintained
3027
Lennart Poettering8c4c7312006-10-06 01:27:02 -04003028MSI LAPTOP SUPPORT
3029P: Lennart Poettering
3030M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08003031W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04003032W: http://0pointer.de/lennart/tchibo.html
3033S: Maintained
3034
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07003035MULTIFUNCTION DEVICES (MFD)
3036P: Samuel Ortiz
3037M: sameo@openedhand.com
3038L: linux-kernel@vger.kernel.org
3039S: Supported
3040
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02003041MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07003042P: Pierre Ossman
3043M: drzeus-mmc@drzeus.cx
3044L: linux-kernel@vger.kernel.org
3045S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01003046
David Brownell15a05802007-08-08 09:12:54 -07003047MULTIMEDIA CARD (MMC) ETC. OVER SPI
3048P: David Brownell
3049M: dbrownell@users.sourceforge.net
3050L: linux-kernel@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02003051S: Odd Fixes
David Brownell15a05802007-08-08 09:12:54 -07003052
Linus Torvalds1da177e2005-04-16 15:20:36 -07003053MULTISOUND SOUND DRIVER
3054P: Andrew Veliath
3055M: andrewtv@usa.net
3056S: Maintained
3057
Jiri Slabyd7354102006-12-08 02:38:35 -08003058MULTITECH MULTIPORT CARD (ISICOM)
3059P: Jiri Slaby
3060M: jirislaby@gmail.com
3061L: linux-kernel@vger.kernel.org
3062S: Maintained
3063
Felipe Balbi550a7372008-07-24 12:27:36 +03003064MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003065P: Felipe Balbi
3066M: felipe.balbi@nokia.com
3067L: linux-usb@vger.kernel.org
Felipe Balbib6a49b82008-11-24 13:06:51 +02003068T: git gitorious.org:/musb/mainline.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02003069S: Maintained
Felipe Balbi550a7372008-07-24 12:27:36 +03003070
Brice Goglin2d3cf582008-05-17 12:45:36 +02003071MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3072P: Andrew Gallatin
3073M: gallatin@myri.com
3074P: Brice Goglin
3075M: brice@myri.com
3076L: netdev@vger.kernel.org
3077W: http://www.myri.com/scs/download-Myri10GE.html
3078S: Supported
3079
Linus Torvalds1da177e2005-04-16 15:20:36 -07003080NATSEMI ETHERNET DRIVER (DP8381x)
Jean Delvare795fb7e2008-09-20 12:33:08 +02003081P: Tim Hockin
Linus Torvalds1da177e2005-04-16 15:20:36 -07003082M: thockin@hockin.org
3083S: Maintained
3084
3085NCP FILESYSTEM
3086P: Petr Vandrovec
3087M: vandrove@vc.cvut.cz
3088L: linware@sh.cvut.cz
3089S: Maintained
3090
3091NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3092P: James E.J. Bottomley
3093M: James.Bottomley@HansenPartnership.com
3094L: linux-scsi@vger.kernel.org
3095S: Maintained
3096
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003097NETEFFECT IWARP RNIC DRIVER (IW_NES)
3098P: Faisal Latif
Roland Dreier7b49d952008-10-16 15:39:14 -07003099M: faisal.latif@intel.com
Chien Tung5f625602008-05-26 15:23:32 -07003100P: Chien Tung
Roland Dreier7b49d952008-10-16 15:39:14 -07003101M: chien.tin.tung@intel.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003102L: general@lists.openfabrics.org
3103W: http://www.neteffect.com
3104S: Supported
3105F: drivers/infiniband/hw/nes/
3106
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003107NETEM NETWORK EMULATOR
3108P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003109M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07003110L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003111S: Maintained
3112
Jiri Slaby4a584482007-08-30 23:56:39 -07003113NETERION (S2IO) Xframe 10GbE DRIVER
3114P: Ramkrishna Vepa
3115M: ram.vepa@neterion.com
3116P: Rastapur Santosh
3117M: santosh.rastapur@neterion.com
3118P: Sivakumar Subramani
3119M: sivakumar.subramani@neterion.com
3120P: Sreenivasa Honnur
3121M: sreenivasa.honnur@neterion.com
3122L: netdev@vger.kernel.org
3123W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
3124S: Supported
3125
Linus Torvalds1da177e2005-04-16 15:20:36 -07003126NETFILTER/IPTABLES/IPCHAINS
3127P: Rusty Russell
3128P: Marc Boucher
3129P: James Morris
3130P: Harald Welte
3131P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07003132P: Patrick McHardy
3133M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07003134L: netfilter-devel@vger.kernel.org
3135L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07003136L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003137W: http://www.netfilter.org/
3138W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003139S: Supported
3140
Paul Moore4cc67732006-09-25 15:57:13 -07003141NETLABEL
3142P: Paul Moore
3143M: paul.moore@hp.com
3144W: http://netlabel.sf.net
3145L: netdev@vger.kernel.org
3146S: Supported
3147
Linus Torvalds1da177e2005-04-16 15:20:36 -07003148NETROM NETWORK LAYER
3149P: Ralf Baechle
3150M: ralf@linux-mips.org
3151L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003152W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003153S: Maintained
3154
Pavel Machek5ddb88c2006-09-29 02:01:29 -07003155NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003156P: Paul Clements
3157M: Paul.Clements@steeleye.com
3158S: Maintained
3159
3160NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003161P: Jeff Garzik
3162M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003163L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003164T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003165S: Maintained
3166
3167NETWORKING [GENERAL]
3168P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003169M: netdev@vger.kernel.org
3170L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003171W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003172S: Maintained
3173
3174NETWORKING [IPv4/IPv6]
3175P: David S. Miller
3176M: davem@davemloft.net
3177P: Alexey Kuznetsov
3178M: kuznet@ms2.inr.ac.ru
3179P: Pekka Savola (ipv6)
3180M: pekkas@netcore.fi
3181P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003182M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003183P: Hideaki YOSHIFUJI
3184M: yoshfuji@linux-ipv6.org
3185P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003186M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003187L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003188T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003189S: Maintained
3190
James Morris10e2ff12007-08-25 14:41:28 -07003191NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3192P: Paul Moore
3193M: paul.moore@hp.com
3194L: netdev@vger.kernel.org
3195S: Maintained
3196
John W. Linville29f8f632006-01-18 14:52:48 -08003197NETWORKING [WIRELESS]
3198P: John W. Linville
3199M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003200L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003201T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3202S: Maintained
3203
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003204NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003205P: Dhananjay Phadke
3206M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003207L: netdev@vger.kernel.org
3208W: http://www.netxen.com
3209S: Supported
3210
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003211NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003212P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003213M: Trond.Myklebust@netapp.com
3214L: linux-nfs@vger.kernel.org
3215W: http://client.linux-nfs.org
3216T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003217S: Maintained
3218
3219NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003220P: Jan-Pascal van Best
3221M: janpascal@vanbest.org
3222P: Andreas Mohr
3223M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003224L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003225S: Maintained
3226
3227NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3228P: YOKOTA Hiroshi
3229M: yokota@netlab.is.tsukuba.ac.jp
3230W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3231S: Maintained
3232
3233NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3234P: GOTO Masanori
3235M: gotom@debian.or.jp
3236P: YOKOTA Hiroshi
3237M: yokota@netlab.is.tsukuba.ac.jp
3238W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3239S: Maintained
3240
Linus Torvalds1da177e2005-04-16 15:20:36 -07003241NTFS FILESYSTEM
3242P: Anton Altaparmakov
3243M: aia21@cantab.net
3244L: linux-ntfs-dev@lists.sourceforge.net
3245L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003246W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003247T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003248S: Maintained
3249
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003250NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003251P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003252M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003253L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003254S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003255
Bob Copeland0ad122d2008-07-25 19:45:18 -07003256OMFS FILESYSTEM
3257P: Bob Copeland
3258M: me@bobcopeland.com
3259L: linux-karma-devel@lists.sourceforge.net
3260S: Maintained
3261
Harald Weltec1986ee2005-11-13 16:06:29 -08003262OMNIKEY CARDMAN 4000 DRIVER
3263P: Harald Welte
3264M: laforge@gnumonks.org
3265S: Maintained
3266
Harald Welte77c44ab2005-11-13 16:06:26 -08003267OMNIKEY CARDMAN 4040 DRIVER
3268P: Harald Welte
3269M: laforge@gnumonks.org
3270S: Maintained
3271
Jonathan Corbet77d51402007-03-22 19:44:17 -03003272OMNIVISION OV7670 SENSOR DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003273P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03003274M: corbet@lwn.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003275L: linux-media@vger.kernel.org
3276T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03003277S: Maintained
3278
Thomas Gleixner431bca72007-05-02 09:31:35 +02003279ONENAND FLASH DRIVER
3280P: Kyungmin Park
3281M: kyungmin.park@samsung.com
3282L: linux-mtd@lists.infradead.org
3283S: Maintained
3284
Linus Torvalds1da177e2005-04-16 15:20:36 -07003285ONSTREAM SCSI TAPE DRIVER
3286P: Willem Riede
3287M: osst@riede.org
3288L: osst-users@lists.sourceforge.net
3289L: linux-scsi@vger.kernel.org
3290S: Maintained
3291
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003292OPENCORES I2C BUS DRIVER
3293P: Peter Korsgaard
3294M: jacmet@sunsite.dk
Jean Delvare846557d2008-10-30 15:55:47 +01003295L: linux-i2c@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003296S: Maintained
3297
Linus Torvalds1da177e2005-04-16 15:20:36 -07003298OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003299P: Robert Richter
3300M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003301L: oprofile-list@lists.sf.net
3302S: Maintained
3303
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003304ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3305P: Mark Fasheh
3306M: mfasheh@suse.com
3307P: Joel Becker
3308M: joel.becker@oracle.com
3309L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3310W: http://oss.oracle.com/projects/ocfs2/
3311T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3312S: Supported
3313
Linus Torvalds1da177e2005-04-16 15:20:36 -07003314ORINOCO DRIVER
3315P: Pavel Roskin
3316M: proski@gnu.org
3317P: David Gibson
3318M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003319L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003320L: orinoco-users@lists.sourceforge.net
3321L: orinoco-devel@lists.sourceforge.net
3322W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003323S: Maintained
3324
Boaz Harrosh68274792009-01-25 17:24:14 +02003325OSD LIBRARY
3326P: Boaz Harrosh
3327M: bharrosh@panasas.com
3328P: Benny Halevy
3329M: bhalevy@panasas.com
3330L: osd-dev@open-osd.org
3331W: http://open-osd.org
3332T: git://git.open-osd.org/open-osd.git
3333S: Maintained
3334
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003335P54 WIRELESS DRIVER
3336P: Michael Wu
3337M: flamingice@sourmilk.net
3338L: linux-wireless@vger.kernel.org
3339W: http://prism54.org
3340T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3341S: Maintained
3342
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003343PA SEMI ETHERNET DRIVER
3344P: Olof Johansson
3345M: olof@lixom.net
3346L: netdev@vger.kernel.org
3347S: Maintained
3348
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003349PA SEMI SMBUS DRIVER
3350P: Olof Johansson
3351M: olof@lixom.net
Jean Delvare846557d2008-10-30 15:55:47 +01003352L: linux-i2c@vger.kernel.org
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003353S: Maintained
3354
Harald Welte709ee532008-09-23 17:46:57 +02003355PANASONIC LAPTOP ACPI EXTRAS DRIVER
3356P: Harald Welte
3357M: laforge@gnumonks.org
3358S: Maintained
3359
David Howells4fa97182008-10-13 10:42:44 +01003360PANASONIC MN10300/AM33 PORT
3361P: David Howells
3362M: dhowells@redhat.com
3363P: Koichi Yasutake
3364M: yasutake.koichi@jp.panasonic.com
3365L: linux-am33-list@redhat.com (moderated for non-subscribers)
3366W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3367S: Maintained
3368
Linus Torvalds1da177e2005-04-16 15:20:36 -07003369PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003370L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003371S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003372
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003373PARAVIRT_OPS INTERFACE
3374P: Jeremy Fitzhardinge
3375M: jeremy@xensource.com
3376P: Chris Wright
3377M: chrisw@sous-sol.org
Zachary Amsden8cbb5bc2009-02-20 11:27:46 -08003378P: Alok Kataria
3379M: akataria@vmware.com
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003380P: Rusty Russell
3381M: rusty@rustcorp.com.au
3382L: virtualization@lists.osdl.org
3383L: linux-kernel@vger.kernel.org
3384S: Supported
3385
Linus Torvalds1da177e2005-04-16 15:20:36 -07003386PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3387P: Tim Waugh
3388M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003389L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003390W: http://www.torque.net/linux-pp.html
3391S: Maintained
3392
3393PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003394P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003395M: kyle@mcmartin.ca
Grant Grundler763461192008-12-01 00:21:35 -07003396P: Helge Deller
3397M: deller@gmx.de
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003398L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003399W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003400T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003401S: Maintained
3402
Jim Cromie1662d322006-10-06 00:43:59 -07003403PC87360 HARDWARE MONITORING DRIVER
3404P: Jim Cromie
3405M: jim.cromie@gmail.com
3406L: lm-sensors@lm-sensors.org
3407S: Maintained
3408
3409PC8736x GPIO DRIVER
3410P: Jim Cromie
3411M: jim.cromie@gmail.com
3412S: Maintained
3413
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003414PCI ERROR RECOVERY
3415P: Linas Vepstas
3416M: linas@austin.ibm.com
3417L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003418L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003419S: Supported
3420
Linus Torvalds1da177e2005-04-16 15:20:36 -07003421PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003422P: Jesse Barnes
3423M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003424L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003425L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003426T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003427S: Supported
3428
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003429PCIE HOTPLUG DRIVER
3430P: Kristen Carlson Accardi
3431M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003432L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003433S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003434
Linus Torvalds1da177e2005-04-16 15:20:36 -07003435PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003436P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003437L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003438W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003439T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003440S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003441
3442PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003443P: Don Fry
3444M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003445L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003446S: Maintained
3447
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003448PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003449P: Balbir Singh
3450M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003451L: linux-kernel@vger.kernel.org
3452S: Maintained
3453
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003454PERSONALITY HANDLING
3455P: Christoph Hellwig
3456M: hch@infradead.org
3457L: linux-abi-devel@lists.sourceforge.net
3458S: Maintained
3459
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003461P: Joern Engel
3462M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003463L: linux-mtd@lists.infradead.org
3464S: Maintained
3465
Peter Osterlund249a6772005-09-27 21:45:30 -07003466PKTCDVD DRIVER
3467P: Peter Osterlund
3468M: petero2@telia.com
3469L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003470S: Maintained
3471
Linus Torvalds1da177e2005-04-16 15:20:36 -07003472POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003473P: Thomas Gleixner
3474M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003475L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003476S: Supported
3477
Anton Vorontsov3be86142007-07-15 04:43:36 +04003478POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3479P: Anton Vorontsov
3480M: cbou@mail.ru
3481P: David Woodhouse
3482M: dwmw2@infradead.org
3483L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003484T: git git.infradead.org/battery-2.6.git
3485S: Maintained
3486
Linus Torvalds1da177e2005-04-16 15:20:36 -07003487PNP SUPPORT
3488P: Adam Belay
Bjorn Helgaas2d59f6a2008-08-01 10:01:12 -06003489M: abelay@mit.edu
3490P: Bjorn Helgaas
3491M: bjorn.helgaas@hp.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003492S: Maintained
3493
Vitaly Wool999445d2007-01-04 13:07:03 +01003494PNXxxxx I2C DRIVER
3495P: Vitaly Wool
3496M: vitalywool@gmail.com
Jean Delvare846557d2008-10-30 15:55:47 +01003497L: linux-i2c@vger.kernel.org
Vitaly Wool999445d2007-01-04 13:07:03 +01003498S: Maintained
3499
Linus Torvalds1da177e2005-04-16 15:20:36 -07003500PPP PROTOCOL DRIVERS AND COMPRESSORS
3501P: Paul Mackerras
3502M: paulus@samba.org
3503L: linux-ppp@vger.kernel.org
3504S: Maintained
3505
3506PPP OVER ATM (RFC 2364)
3507P: Mitchell Blank Jr
3508M: mitch@sfgoth.com
3509S: Maintained
3510
3511PPP OVER ETHERNET
3512P: Michal Ostrowski
Chris Wright5e70b7f2008-06-09 16:07:28 -07003513M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003514S: Maintained
3515
James Chapmana6d23702007-06-27 15:53:17 -07003516PPP OVER L2TP
3517P: James Chapman
3518M: jchapman@katalix.com
3519S: Maintained
3520
Linus Torvalds1da177e2005-04-16 15:20:36 -07003521PREEMPTIBLE KERNEL
3522P: Robert Love
3523M: rml@tech9.net
3524L: linux-kernel@vger.kernel.org
3525L: kpreempt-tech@lists.sourceforge.net
3526W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3527S: Supported
3528
3529PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003530P: Luis R. Rodriguez
3531M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003532L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003533W: http://prism54.org
3534S: Maintained
3535
3536PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3537P: Peter Denison
3538M: promise@pnd-pc.demon.co.uk
3539W: http://www.pnd-pc.demon.co.uk/promise/
3540S: Maintained
3541
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003542PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3543P: Mikael Pettersson
3544M: mikpe@it.uu.se
3545L: linux-ide@vger.kernel.org
3546S: Maintained
3547
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003548PS3 NETWORK SUPPORT
3549P: Masakazu Mokuno
3550M: mokuno@sm.sony.co.jp
3551L: netdev@vger.kernel.org
3552L: cbe-oss-dev@ozlabs.org
3553S: Supported
3554
Geoff Levandf58a9d12006-11-23 00:46:51 +01003555PS3 PLATFORM SUPPORT
3556P: Geoff Levand
3557M: geoffrey.levand@am.sony.com
3558L: linuxppc-dev@ozlabs.org
3559L: cbe-oss-dev@ozlabs.org
3560S: Supported
3561
Jim Pariscffb4add2009-01-06 11:32:10 +00003562PS3VRAM DRIVER
3563P: Jim Paris
3564M: jim@jtan.com
3565L: cbe-oss-dev@ozlabs.org
3566S: Maintained
3567
Michael Krufky83202042006-07-03 00:24:18 -07003568PVRUSB2 VIDEO4LINUX DRIVER
3569P: Mike Isely
3570M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003571L: pvrusb2@isely.net (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003572L: linux-media@vger.kernel.org
Michael Krufky83202042006-07-03 00:24:18 -07003573W: http://www.isely.net/pvrusb2/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003574T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Michael Krufky83202042006-07-03 00:24:18 -07003575S: Maintained
3576
Eric Miao30ec2612008-06-12 15:21:41 -07003577PXA2xx/PXA3xx SUPPORT
3578P: Eric Miao
3579M: eric.miao@marvell.com
3580P: Russell King
3581M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003582L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003583S: Maintained
3584
Eric Miaoa6bb4ba2009-02-19 21:13:21 +08003585PXA168 SUPPORT
3586P: Eric Miao
3587M: eric.miao@marvell.com
3588P: Jason Chagas
3589M: jason.chagas@marvell.com
3590L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3591T: git kernel.org:/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
3592S: Supported
3593
Eric Miao5fa82eb2009-03-20 12:52:24 +08003594PXA910 SUPPORT
3595P: Eric Miao
3596M: eric.miao@marvell.com
3597L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3598T: git kernel.org:/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
3599S: Supported
3600
Pierre Ossman272f1332007-05-14 21:25:26 +02003601PXA MMCI DRIVER
3602S: Orphan
3603
Robert Jarzmik57f63bc2009-02-11 13:04:19 -08003604PXA RTC DRIVER
3605P: Robert Jarzmik
3606M: robert.jarzmik@free.fr
3607L: rtc-linux@googlegroups.com
3608S: Maintained
3609
Linus Torvalds1da177e2005-04-16 15:20:36 -07003610QLOGIC QLA2XXX FC-SCSI DRIVER
3611P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003612M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003613L: linux-scsi@vger.kernel.org
3614S: Supported
3615
Ron Mercer5a4faa82006-07-25 00:40:21 -07003616QLOGIC QLA3XXX NETWORK DRIVER
3617P: Ron Mercer
3618M: linux-driver@qlogic.com
3619L: netdev@vger.kernel.org
3620S: Supported
3621
Ron Mercerc4e84bd2008-09-18 11:56:28 -04003622QLOGIC QLGE 10Gb ETHERNET DRIVER
3623P: Ron Mercer
3624M: linux-driver@qlogic.com
3625M: ron.mercer@qlogic.com
3626L: netdev@vger.kernel.org
3627S: Supported
3628
Linus Torvalds1da177e2005-04-16 15:20:36 -07003629QNX4 FILESYSTEM
3630P: Anders Larsen
3631M: al@alarsen.net
3632L: linux-kernel@vger.kernel.org
3633W: http://www.alarsen.net/linux/qnx4fs/
3634S: Maintained
3635
3636RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003637P: Benjamin Herrenschmidt
3638M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003639L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003640S: Maintained
3641
3642RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003643P: Paul Mackerras
3644M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003645L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003646S: Maintained
3647
Randy Dunlape7839f22008-10-12 16:11:45 -07003648RALINK RT2X00 WIRELESS LAN DRIVER
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003649P: rt2x00 project
3650L: linux-wireless@vger.kernel.org
Ivo van Doorn6d5eaaf2009-03-17 11:29:19 +01003651L: users@rt2x00.serialmonkey.com
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003652W: http://rt2x00.serialmonkey.com/
3653S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003654T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003655F: drivers/net/wireless/rt2x00/
3656
Nick Piggin9db55792008-02-08 04:19:49 -08003657RAMDISK RAM BLOCK DEVICE DRIVER
3658P: Nick Piggin
3659M: npiggin@suse.de
3660S: Maintained
3661
Matt Mackall9e95ce22005-04-16 15:25:56 -07003662RANDOM NUMBER DRIVER
3663P: Matt Mackall
3664M: mpm@selenic.com
3665S: Maintained
3666
Matt Porter394b7012005-11-07 01:00:15 -08003667RAPIDIO SUBSYSTEM
3668P: Matt Porter
3669M: mporter@kernel.crashing.org
3670L: linux-kernel@vger.kernel.org
3671S: Maintained
3672
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003673RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3674P: Corey Thomas
3675M: coreythomas@charter.net
3676L: linux-wireless@vger.kernel.org
3677S: Maintained
3678
3679RCUTORTURE MODULE
3680P: Josh Triplett
3681M: josh@freedesktop.org
3682L: linux-kernel@vger.kernel.org
3683S: Maintained
3684
Florian Fainellic1f766b2008-02-06 22:39:44 +01003685RDC R-321X SoC
3686P: Florian Fainelli
3687M: florian.fainelli@telecomint.eu
3688L: linux-kernel@vger.kernel.org
3689S: Maintained
3690
Florian Fainellidb17f392007-12-19 11:30:30 +01003691RDC R6040 FAST ETHERNET DRIVER
3692P: Florian Fainelli
3693M: florian.fainelli@telecomint.eu
3694L: netdev@vger.kernel.org
3695S: Maintained
3696
Andy Grovera09ed662009-02-24 15:30:41 +00003697RDS - RELIABLE DATAGRAM SOCKETS
3698P: Andy Grover
3699M: andy.grover@oracle.com
3700L: rds-devel@oss.oracle.com
3701S: Supported
3702
Josh Triplett595182b2006-10-04 02:17:21 -07003703READ-COPY UPDATE (RCU)
3704P: Dipankar Sarma
3705M: dipankar@in.ibm.com
3706W: http://www.rdrop.com/users/paulmck/rclock/
3707L: linux-kernel@vger.kernel.org
3708S: Supported
3709
Linus Torvalds1da177e2005-04-16 15:20:36 -07003710REAL TIME CLOCK DRIVER
3711P: Paul Gortmaker
3712M: p_gortmaker@yahoo.com
3713L: linux-kernel@vger.kernel.org
3714S: Maintained
3715
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003716REAL TIME CLOCK (RTC) SUBSYSTEM
3717P: Alessandro Zummo
3718M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003719L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003720S: Maintained
3721
Linus Torvalds1da177e2005-04-16 15:20:36 -07003722REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003723L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003724S: Supported
3725
Ivo van Doorne08976452008-04-12 19:23:55 +02003726RFKILL
3727P: Ivo van Doorn
3728M: IvDoorn@gmail.com
3729L: netdev@vger.kernel.org
3730S: Maintained
3731F: net/rfkill
3732
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003733RISCOM8 DRIVER
3734S: Orphan
3735
Linus Torvalds1da177e2005-04-16 15:20:36 -07003736ROCKETPORT DRIVER
3737P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003738W: http://www.comtrol.com
3739S: Maintained
3740
3741ROSE NETWORK LAYER
3742P: Ralf Baechle
3743M: ralf@linux-mips.org
3744L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003745W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003746S: Maintained
3747
Larry Finger59840482008-11-12 17:13:09 -06003748RTL8180 WIRELESS DRIVER
John W. Linville96dd6032008-11-12 14:51:56 -05003749P: John W. Linville
3750M: linville@tuxdriver.com
Michael Wu605bebe2007-05-14 01:41:02 -04003751L: linux-wireless@vger.kernel.org
3752W: http://linuxwireless.org/
John W. Linville96dd6032008-11-12 14:51:56 -05003753T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
Michael Wu605bebe2007-05-14 01:41:02 -04003754S: Maintained
3755
Larry Finger59840482008-11-12 17:13:09 -06003756RTL8187 WIRELESS DRIVER
3757P: Herton Ronaldo Krzesinski
3758M: herton@mandriva.com.br
3759P: Hin-Tak Leung
3760M htl10@users.sourceforge.net
3761P: Larry Finger
3762M: Larry.Finger@lwfinger.net
3763L: linux-wireless@vger.kernel.org
3764W: http://linuxwireless.org/
3765T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
3766S: Maintained
3767
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003768S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003769P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003770M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003771L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003772S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003773
Linus Torvalds1da177e2005-04-16 15:20:36 -07003774S390
3775P: Martin Schwidefsky
3776M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003777P: Heiko Carstens
3778M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003779M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003780L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003781W: http://www.ibm.com/developerworks/linux/linux390/
3782S: Supported
3783
3784S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003785P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003786M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003787P: Frank Blaschka
3788M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003789M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003790L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003791W: http://www.ibm.com/developerworks/linux/linux390/
3792S: Supported
3793
Felix Beckfeed9b62009-03-26 15:24:23 +01003794S390 ZCRYPT DRIVER
3795P: Felix Beck
3796M: felix.beck@de.ibm.com
3797P: Ralph Wuerthner
3798M: ralph.wuerthner@de.ibm.com
3799M: linux390@de.ibm.com
3800L: linux-s390@vger.kernel.org
3801S: Supported
3802
Heiko Carstens5238da42006-02-11 17:56:01 -08003803S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003804P: Christof Schmitt
3805M: christof.schmitt@de.ibm.com
3806P: Martin Peschke
3807M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003808M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003809L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003810W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003811S: Supported
3812
Ursula Braundd96df22007-09-19 13:09:02 +02003813S390 IUCV NETWORK LAYER
3814P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003815M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003816M: linux390@de.ibm.com
3817L: linux-s390@vger.kernel.org
3818W: http://www.ibm.com/developerworks/linux/linux390/
3819S: Supported
3820
Ben Dooks4dde7f72008-06-30 22:40:38 +01003821S3C24XX SD/MMC Driver
3822P: Ben Dooks
3823M: ben-linux@fluff.org
3824L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3825L: linux-kernel@vger.kernel.org
3826S: Supported
3827
Linus Torvalds1da177e2005-04-16 15:20:36 -07003828SAA7146 VIDEO4LINUX-2 DRIVER
3829P: Michael Hunold
3830M: michael@mihu.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003831L: linux-media@vger.kernel.org
3832T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003833W: http://www.mihu.de/linux/saa7146
3834S: Maintained
3835
Linus Torvalds1da177e2005-04-16 15:20:36 -07003836SC1200 WDT DRIVER
3837P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003838M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003839S: Maintained
3840
3841SCHEDULER
3842P: Ingo Molnar
3843M: mingo@elte.hu
3844P: Robert Love [the preemptible kernel bits]
3845M: rml@tech9.net
3846L: linux-kernel@vger.kernel.org
3847S: Maintained
3848
3849SCSI CDROM DRIVER
3850P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003851M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003852L: linux-scsi@vger.kernel.org
3853W: http://www.kernel.dk
3854S: Maintained
3855
3856SCSI SG DRIVER
3857P: Doug Gilbert
3858M: dgilbert@interlog.com
3859L: linux-scsi@vger.kernel.org
3860W: http://www.torque.net/sg
3861S: Maintained
3862
3863SCSI SUBSYSTEM
3864P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003865M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003866L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003867T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003868T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3869T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003870S: Maintained
3871
3872SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003873P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003874M: Kai.Makisara@kolumbus.fi
3875L: linux-scsi@vger.kernel.org
3876S: Maintained
3877
3878SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003879P: Vlad Yasevich
3880M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003881P: Sridhar Samudrala
3882M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003883L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003884W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003885S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003886
3887SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003888P: Jim Cromie
3889M: jim.cromie@gmail.com
3890S: Odd Fixes
3891
3892SCx200 GPIO DRIVER
3893P: Jim Cromie
3894M: jim.cromie@gmail.com
3895S: Maintained
3896
3897SCx200 HRT CLOCKSOURCE DRIVER
3898P: Jim Cromie
3899M: jim.cromie@gmail.com
3900S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003901
Sascha Sommer6a369132008-07-15 14:21:29 +02003902SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3903P: Sascha Sommer
3904M: saschasommer@freenet.de
3905L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3906S: Maintained
3907
Randy Dunlape7839f22008-10-12 16:11:45 -07003908SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003909P: Pierre Ossman
3910M: drzeus-sdhci@drzeus.cx
3911L: sdhci-devel@list.drzeus.cx
3912S: Maintained
3913
James Morris8711cca2008-12-04 03:19:45 +11003914SECURITY SUBSYSTEM
3915F: security/
3916P: James Morris
3917M: jmorris@namei.org
3918L: linux-kernel@vger.kernel.org
3919L: linux-security-module@vger.kernel.org (suggested Cc:)
3920T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
James Morrisc8334dc2009-01-07 20:06:18 +11003921W: http://security.wiki.kernel.org/
James Morris8711cca2008-12-04 03:19:45 +11003922S: Supported
3923
Linus Torvalds1da177e2005-04-16 15:20:36 -07003924SECURITY CONTACT
3925P: Security Officers
3926M: security@kernel.org
3927S: Supported
3928
3929SELINUX SECURITY MODULE
3930P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003931M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003932P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003933M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003934P: Eric Paris
3935M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003936L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003937L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Stephen Smalleyf0589252008-09-11 09:20:26 -04003938W: http://selinuxproject.org
3939T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003940S: Supported
3941
Jiri Slabycef2cf02007-05-08 00:31:45 -07003942SENSABLE PHANTOM
3943P: Jiri Slaby
3944M: jirislaby@gmail.com
3945S: Maintained
3946
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003947SERIAL ATA (SATA) SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07003948P: Jeff Garzik
3949M: jgarzik@pobox.com
3950L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003951T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003952S: Supported
3953
Sathya Perla6b7c5b92009-03-11 23:32:03 -07003954SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
3955P: Sathya Perla
3956M: sathyap@serverengines.com
3957P: Subbu Seetharaman
3958M: subbus@serverengines.com
3959L: netdev@vger.kernel.org
3960W: http://www.serverengines.com
3961S: Supported
3962
Ben Hutchings8ceee662008-04-27 12:55:59 +01003963SFC NETWORK DRIVER
3964P: Steve Hodgson
3965P: Ben Hutchings
3966P: Robert Stonehouse
3967M: linux-net-drivers@solarflare.com
3968S: Supported
3969
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003970SGI GRU DRIVER
3971P: Jack Steiner
3972M: steiner@sgi.com
3973S: Maintained
3974
3975SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3976P: Pat Gefre
3977M: pfg@sgi.com
3978L: linux-ia64@vger.kernel.org
3979S: Supported
3980
Linus Torvalds1da177e2005-04-16 15:20:36 -07003981SGI VISUAL WORKSTATION 320 AND 540
3982P: Andrey Panin
3983M: pazke@donpac.ru
3984L: linux-visws-devel@lists.sf.net
3985W: http://linux-visws.sf.net
3986S: Maintained for 2.6.
3987
Jack Steiner75312612008-08-15 00:40:42 -07003988SGI XP/XPC/XPNET DRIVER
3989P: Dean Nelson
3990M: dcn@sgi.com
3991S: Maintained
3992
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003993SHARP LH SUPPORT (LH7952X & LH7A40X)
3994P: Marc Singer
3995M: elf@buici.com
3996W: http://projects.buici.com/arm
3997L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3998S: Maintained
3999
4000SHPC HOTPLUG DRIVER
4001P: Kristen Carlson Accardi
4002M: kristen.c.accardi@intel.com
4003L: linux-pci@vger.kernel.org
4004S: Supported
4005
Linus Torvalds1da177e2005-04-16 15:20:36 -07004006SIMTEC EB110ATX (Chalice CATS)
4007P: Ben Dooks
4008P: Vincent Sanders
4009M: support@simtec.co.uk
4010W: http://www.simtec.co.uk/products/EB110ATX/
4011S: Supported
4012
4013SIMTEC EB2410ITX (BAST)
4014P: Ben Dooks
4015P: Vincent Sanders
4016M: support@simtec.co.uk
4017W: http://www.simtec.co.uk/products/EB2410ITX/
4018S: Supported
4019
Francois Romieu92aab3c2005-07-30 13:11:18 +02004020SIS 190 ETHERNET DRIVER
4021P: Francois Romieu
4022M: romieu@fr.zoreil.com
4023L: netdev@vger.kernel.org
4024S: Maintained
4025
Linus Torvalds1da177e2005-04-16 15:20:36 -07004026SIS 900/7016 FAST ETHERNET DRIVER
4027P: Daniele Venzano
4028M: venza@brownhat.org
4029W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07004030L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004031S: Maintained
4032
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004033SIS 96X I2C/SMBUS DRIVER
4034P: Mark M. Hoffman
4035M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01004036L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004037S: Maintained
4038
Linus Torvalds1da177e2005-04-16 15:20:36 -07004039SIS FRAMEBUFFER DRIVER
4040P: Thomas Winischhofer
4041M: thomas@winischhofer.net
4042W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004043S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004044
4045SIS USB2VGA DRIVER
4046P: Thomas Winischhofer
4047M: thomas@winischhofer.net
4048W: http://www.winischhofer.at/linuxsisusbvga.shtml
4049S: Maintained
4050
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004051SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
4052P: Stephen Hemminger
4053M: shemminger@linux-foundation.org
4054L: netdev@vger.kernel.org
4055S: Maintained
4056
Christoph Lameter415ad262007-07-26 10:40:56 -07004057SLAB ALLOCATOR
4058P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07004059M: cl@linux-foundation.org
Christoph Lameter415ad262007-07-26 10:40:56 -07004060P: Pekka Enberg
4061M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02004062P: Matt Mackall
4063M: mpm@selenic.com
Christoph Lameter415ad262007-07-26 10:40:56 -07004064L: linux-mm@kvack.org
4065S: Maintained
4066
Linus Torvalds1da177e2005-04-16 15:20:36 -07004067SMC91x ETHERNET DRIVER
4068P: Nicolas Pitre
4069M: nico@cam.org
4070S: Maintained
4071
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004072SMSC47B397 HARDWARE MONITOR DRIVER
4073P: Mark M. Hoffman
4074M: mhoffman@lightlink.com
4075L: lm-sensors@lm-sensors.org
4076S: Maintained
4077
Steve Glendinningfd9abb32008-11-05 00:35:37 +00004078SMSC911x ETHERNET DRIVER
4079P: Steve Glendinning
4080M: steve.glendinning@smsc.com
4081L: netdev@vger.kernel.org
4082S: Supported
4083
Steve Glendinning2cb37722008-12-11 20:54:30 -08004084SMSC9420 PCI ETHERNET DRIVER
4085P: Steve Glendinning
4086M: steve.glendinning@smsc.com
4087L: netdev@vger.kernel.org
4088S: Supported
4089
Ben Nizetteb54f2862008-03-13 22:27:30 +11004090SMX UIO Interface
4091P: Ben Nizette
4092M: bn@niasdigital.com
4093S: Maintained
4094
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004095SN-IA64 (Itanium) SUB-PLATFORM
4096P: Jes Sorensen
4097M: jes@sgi.com
4098L: linux-altix@sgi.com
4099L: linux-ia64@vger.kernel.org
4100W: http://www.sgi.com/altix
4101S: Maintained
4102
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03004103SOC-CAMERA V4L2 SUBSYSTEM
Jean Delvare795fb7e2008-09-20 12:33:08 +02004104P: Guennadi Liakhovetski
4105M: g.liakhovetski@gmx.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004106L: linux-media@vger.kernel.org
4107T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02004108S: Maintained
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03004109
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004110SOEKRIS NET48XX LED SUPPORT
4111P: Chris Boot
4112M: bootc@bootc.net
4113S: Maintained
4114
Linus Torvalds1da177e2005-04-16 15:20:36 -07004115SOFTWARE RAID (Multiple Disks) SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07004116P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08004117M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004118L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08004119S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004120
Linus Torvalds1da177e2005-04-16 15:20:36 -07004121SONIC NETWORK DRIVER
4122P: Thomas Bogendoerfer
4123M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07004124L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004125S: Maintained
4126
Michael Buesch61e115a2007-09-18 15:12:50 -04004127SONICS SILICON BACKPLANE DRIVER (SSB)
4128P: Michael Buesch
4129M: mb@bu3sch.de
4130L: netdev@vger.kernel.org
4131S: Maintained
4132
Linus Torvalds1da177e2005-04-16 15:20:36 -07004133SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01004134P: Mattia Dongili
4135M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01004136L: linux-acpi@vger.kernel.org
4137W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07004138S: Maintained
4139
Alex Dubovbaf85322008-02-09 10:20:54 -08004140SONY MEMORYSTICK CARD SUPPORT
4141P: Alex Dubov
4142M: oakad@yahoo.com
4143L: linux-kernel@vger.kernel.org
4144W: http://tifmxx.berlios.de/
4145S: Maintained
4146
Linus Torvalds1da177e2005-04-16 15:20:36 -07004147SOUND
4148P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02004149M: perex@perex.cz
Takashi Iwai281712f2008-08-19 13:10:04 +02004150P: Takashi Iwai
4151M: tiwai@suse.de
Takashi Iwai82622042007-04-16 12:32:52 +02004152L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004153S: Maintained
4154
Mark Brownbd903bd2008-11-19 19:16:05 +00004155SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004156P: Liam Girdwood
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004157M: lrg@slimlogic.co.uk
Mark Brown2cad0ad2008-01-10 14:33:07 +01004158P: Mark Brown
4159M: broonie@opensource.wolfsonmicro.com
4160T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02004161L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004162W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004163S: Supported
4164
Sam Ravnborg473321f2009-01-04 15:47:49 -08004165SPARC + UltraSPARC (sparc/sparc64)
4166P: David S. Miller
4167M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004168L: sparclinux@vger.kernel.org
Sam Ravnborg473321f2009-01-04 15:47:49 -08004169T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4170T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004171S: Maintained
4172
4173SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4174P: Roger Wolff
4175M: R.E.Wolff@BitWizard.nl
4176L: linux-kernel@vger.kernel.org ?
4177S: Supported
4178
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004179SPI SUBSYSTEM
4180P: David Brownell
4181M: dbrownell@users.sourceforge.net
4182L: spi-devel-general@lists.sourceforge.net
4183S: Maintained
4184
Jim Lewis2752e402006-09-29 02:01:19 -07004185SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01004186P: Ishizaki Kou
4187M: kou.ishizaki@toshiba.co.jp
4188P: Jens Osterkamp
4189M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07004190L: netdev@vger.kernel.org
4191S: Supported
4192
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004193SPU FILE SYSTEM
4194P: Jeremy Kerr
4195M: jk@ozlabs.org
4196L: linuxppc-dev@ozlabs.org
4197L: cbe-oss-dev@ozlabs.org
4198W: http://www.ibm.com/developerworks/power/cell/
4199S: Supported
4200
Phillip Lougherfc555842009-01-05 08:46:29 +00004201SQUASHFS FILE SYSTEM
4202P: Phillip Lougher
4203M: phillip@lougher.demon.co.uk
4204L: squashfs-devel@lists.sourceforge.net (subscribers-only)
4205W: http://squashfs.org.uk
4206S: Maintained
4207
Linus Torvalds1da177e2005-04-16 15:20:36 -07004208SRM (Alpha) environment access
4209P: Jan-Benedict Glaw
4210M: jbglaw@lug-owl.de
4211L: linux-kernel@vger.kernel.org
4212S: Maintained
4213
Linus Torvalds26e9a392008-10-17 09:50:12 -07004214STABLE BRANCH
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004215P: Greg Kroah-Hartman
4216M: greg@kroah.com
4217P: Chris Wright
4218M: chrisw@sous-sol.org
4219L: stable@kernel.org
4220S: Maintained
4221
Linus Torvalds26e9a392008-10-17 09:50:12 -07004222STAGING SUBSYSTEM
4223P: Greg Kroah-Hartman
4224M: gregkh@suse.de
4225L: linux-kernel@vger.kernel.org
4226T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4227S: Maintained
4228
Linus Torvalds1da177e2005-04-16 15:20:36 -07004229STARFIRE/DURALAN NETWORK DRIVER
4230P: Ion Badulescu
4231M: ionut@cs.columbia.edu
4232S: Maintained
4233
4234STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4235W: http://mosquitonet.Stanford.EDU/strip.html
Jean Delvarebaaea1d2008-09-20 12:34:33 +02004236S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07004237
4238STRADIS MPEG-2 DECODER DRIVER
4239P: Nathan Laredo
4240M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004241W: http://www.stradis.com/
4242S: Maintained
4243
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004244SUN3/3X
4245P: Sam Creasey
4246M: sammy@sammy.net
4247W: http://sammy.net/sun3/
4248S: Maintained
4249
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004250SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07004251P: Paul Mundt
4252M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004253L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004254W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004255T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09004256S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004257
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004258SUSPEND TO RAM
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004259P: Len Brown
4260M: len.brown@intel.com
4261P: Pavel Machek
Pavel Machekef35ce22009-02-18 14:48:16 -08004262M: pavel@ucw.cz
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004263P: Rafael J. Wysocki
4264M: rjw@sisk.pl
4265L: linux-pm@lists.linux-foundation.org
4266S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004267
4268SVGA HANDLING
4269P: Martin Mares
4270M: mj@ucw.cz
4271L: linux-video@atrey.karlin.mff.cuni.cz
4272S: Maintained
4273
4274SYSV FILESYSTEM
4275P: Christoph Hellwig
4276M: hch@infradead.org
4277S: Maintained
4278
Alan Cox4e688522008-04-30 00:52:11 -07004279TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07004280P: Balbir Singh
4281M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004282L: linux-kernel@vger.kernel.org
4283S: Maintained
4284
Stephen Hemminger781b4562006-07-10 20:25:29 -07004285TC CLASSIFIER
4286P: Jamal Hadi Salim
4287M: hadi@cyberus.ca
4288L: netdev@vger.kernel.org
4289S: Maintained
4290
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004291TCP LOW PRIORITY MODULE
4292P: Wong Hoi Sing, Edison
4293M: hswong3i@gmail.com
4294P: Hung Hing Lun, Mike
4295M: hlhung3i@gmail.com
4296W: http://tcp-lp-mod.sourceforge.net/
4297S: Maintained
4298
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004299TEHUTI ETHERNET DRIVER
4300P: Alexander Indenbaum
4301M: baum@tehutinetworks.net
4302P: Andy Gospodarek
4303M: andy@greyhouse.net
4304L: netdev@vger.kernel.org
4305S: Supported
4306
Alan Cox4e688522008-04-30 00:52:11 -07004307Telecom Clock Driver for MCPL0010
4308P: Mark Gross
4309M: mark.gross@intel.com
4310S: Supported
4311
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004312TENSILICA XTENSA PORT (xtensa)
Alan Cox4e688522008-04-30 00:52:11 -07004313P: Chris Zankel
4314M: chris@zankel.net
4315S: Maintained
4316
4317THINKPAD ACPI EXTRAS DRIVER
4318P: Henrique de Moraes Holschuh
4319M: ibm-acpi@hmh.eng.br
4320L: ibm-acpi-devel@lists.sourceforge.net
4321W: http://ibm-acpi.sourceforge.net
4322W: http://thinkwiki.org/wiki/Ibm-acpi
4323T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4324S: Maintained
4325
Alex Dubov4020f2d2006-10-04 02:15:37 -07004326TI FLASH MEDIA INTERFACE DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02004327P: Alex Dubov
4328M: oakad@yahoo.com
4329S: Maintained
Alex Dubov4020f2d2006-10-04 02:15:37 -07004330
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004331TI OMAP MMC INTERFACE DRIVER
4332P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004333M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004334W: http://linux.omap.com
4335W: http://www.muru.com/linux/omap/
4336S: Maintained
4337
Michael Buesch844dd052006-06-26 00:24:59 -07004338TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4339P: Deepak Saxena
4340M: dsaxena@plexity.net
4341S: Maintained
4342
Per Lidene86eaa32006-01-12 16:45:18 +01004343TIPC NETWORK LAYER
4344P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004345M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004346P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004347M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004348P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004349M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004350L: tipc-discussion@lists.sourceforge.net
4351W: http://tipc.sourceforge.net/
4352W: http://tipc.cslab.ericsson.net/
4353T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4354S: Maintained
4355
Linus Torvalds1da177e2005-04-16 15:20:36 -07004356TLAN NETWORK DRIVER
4357P: Samuel Chessman
4358M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004359L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004360W: http://sourceforge.net/projects/tlan/
4361S: Maintained
4362
Kentaro Takedad74db3b2009-02-05 17:18:18 +09004363TOMOYO SECURITY MODULE
4364P: Kentaro Takeda
4365M: takedakn@nttdata.co.jp
4366P: Tetsuo Handa
4367M: penguin-kernel@I-love.SAKURA.ne.jp
4368L: linux-kernel@vger.kernel.org (kernel issues)
4369L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
4370L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
4371L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
4372W: http://tomoyo.sourceforge.jp/
4373T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
4374S: Maintained
4375
Linus Torvalds1da177e2005-04-16 15:20:36 -07004376TOSHIBA ACPI EXTRAS DRIVER
4377P: John Belmonte
4378M: toshiba_acpi@memebeam.org
4379W: http://memebeam.org/toys/ToshibaAcpiDriver
4380S: Maintained
4381
4382TOSHIBA SMM DRIVER
4383P: Jonathan Buzzard
4384M: jonathan@buzzard.org.uk
4385L: tlinux-users@tce.toshiba-dme.co.jp
4386W: http://www.buzzard.org.uk/toshiba/
4387S: Maintained
4388
Alan Cox4e688522008-04-30 00:52:11 -07004389TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004390P: Debora Velarde
4391M: debora@linux.vnet.ibm.com
4392P: Rajiv Andrade
4393M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004394W: http://tpmdd.sourceforge.net
4395P: Marcel Selhorst
Marcel Selhorst7dcce132009-02-11 13:04:27 -08004396M: m.selhorst@sirrix.com
4397W: http://www.sirrix.com
Rajiv Andrade63a10df2008-10-15 22:04:36 -07004398L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
Alan Cox4e688522008-04-30 00:52:11 -07004399S: Maintained
4400
Linus Torvalds1da177e2005-04-16 15:20:36 -07004401TRIVIAL PATCHES
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004402P: Jiri Kosina
Jim Cromiece00f852006-11-30 04:49:44 +01004403M: trivial@kernel.org
4404L: linux-kernel@vger.kernel.org
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004405T: git kernel.org:/pub/scm/linux/kernel/git/jikos/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004406S: Maintained
4407
Alan Cox4e688522008-04-30 00:52:11 -07004408TTY LAYER
4409P: Alan Cox
4410M: alan@lxorguk.ukuu.org.uk
4411L: linux-kernel@vger.kernel.org
4412S: Maintained
4413
Grant Grundler740db6d2008-02-17 11:53:49 -07004414TULIP NETWORK DRIVERS
4415P: Grant Grundler
4416M: grundler@parisc-linux.org
4417P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004418M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004419L: netdev@vger.kernel.org
4420S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004421
4422TUN/TAP driver
4423P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004424M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004425L: vtun@office.satix.net
4426W: http://vtun.sourceforge.net/tun
4427S: Maintained
4428
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004429TURBOCHANNEL SUBSYSTEM
4430P: Maciej W. Rozycki
4431M: macro@linux-mips.org
4432S: Maintained
4433
Linus Torvalds1da177e2005-04-16 15:20:36 -07004434U14-34F SCSI DRIVER
4435P: Dario Ballabio
4436M: ballabio_dario@emc.com
4437L: linux-scsi@vger.kernel.org
4438S: Maintained
4439
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004440UBI FILE SYSTEM (UBIFS)
4441P: Artem Bityutskiy
4442M: dedekind@infradead.org
4443P: Adrian Hunter
4444M: ext-adrian.hunter@nokia.com
4445L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004446T: git git://git.infradead.org/ubifs-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004447W: http://www.linux-mtd.infradead.org/doc/ubifs.html
4448S: Maintained
4449
Alan Coxcc2020e2008-05-19 14:21:51 +01004450UCLINUX (AND M68KNOMMU)
4451P: Greg Ungerer
4452M: gerg@uclinux.org
4453W: http://www.uclinux.org/
4454L: uclinux-dev@uclinux.org (subscribers-only)
4455S: Maintained
4456
Alan Coxcc2020e2008-05-19 14:21:51 +01004457UCLINUX FOR RENESAS H8/300
4458P: Yoshinori Sato
4459M: ysato@users.sourceforge.jp
4460W: http://uclinux-h8.sourceforge.jp/
4461S: Supported
4462
Linus Torvalds1da177e2005-04-16 15:20:36 -07004463UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004464P: Jan Kara
4465M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004466W: http://linux-udf.sourceforge.net
4467S: Maintained
4468
Alan Coxcc2020e2008-05-19 14:21:51 +01004469UFS FILESYSTEM
4470P: Evgeniy Dushistov
4471M: dushistov@mail.ru
4472L: linux-kernel@vger.kernel.org
4473S: Maintained
4474
David Vrabel18332a82008-09-17 16:34:44 +01004475ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4476P: David Vrabel
4477M: david.vrabel@csr.com
4478L: linux-usb@vger.kernel.org
4479S: Supported
4480
Linus Torvalds1da177e2005-04-16 15:20:36 -07004481UNIFORM CDROM DRIVER
4482P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004483M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004484L: linux-kernel@vger.kernel.org
4485W: http://www.kernel.dk
4486S: Maintained
4487
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004488UNSORTED BLOCK IMAGES (UBI)
4489P: Artem Bityutskiy
4490M: dedekind@infradead.org
4491W: http://www.linux-mtd.infradead.org/
4492L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004493T: git git://git.infradead.org/ubi-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004494S: Maintained
4495
Linus Torvalds1da177e2005-04-16 15:20:36 -07004496USB ACM DRIVER
4497P: Oliver Neukum
4498M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004499L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004500S: Maintained
4501
4502USB BLOCK DRIVER (UB ub)
4503P: Pete Zaitcev
4504M: zaitcev@redhat.com
4505L: linux-kernel@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004506L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004507S: Supported
4508
Linus Torvalds1da177e2005-04-16 15:20:36 -07004509USB CDC ETHERNET DRIVER
4510P: Greg Kroah-Hartman
4511M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004512L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004513S: Maintained
4514W: http://www.kroah.com/linux-usb/
4515
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004516USB CYPRESS C67X00 DRIVER
4517P: Peter Korsgaard
4518M: jacmet@sunsite.dk
4519L: linux-usb@vger.kernel.org
4520S: Maintained
4521
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004522USB DAVICOM DM9601 DRIVER
4523P: Peter Korsgaard
4524M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004525L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004526W: http://www.linux-usb.org/usbnet
4527S: Maintained
4528
Alan Coxcc2020e2008-05-19 14:21:51 +01004529USB DIAMOND RIO500 DRIVER
4530P: Cesar Miquel
4531M: miquel@df.uba.ar
4532L: rio500-users@lists.sourceforge.net
4533W: http://rio500.sourceforge.net
4534S: Maintained
4535
Linus Torvalds1da177e2005-04-16 15:20:36 -07004536USB EHCI DRIVER
4537P: David Brownell
4538M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004539L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004540S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004541
Luca Risolia7ce08c92006-01-11 02:06:59 +00004542USB ET61X[12]51 DRIVER
4543P: Luca Risolia
4544M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004545L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004546L: linux-media@vger.kernel.org
4547T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia7ce08c92006-01-11 02:06:59 +00004548W: http://www.linux-projects.org
4549S: Maintained
4550
David Brownell69ae9e32006-11-14 02:03:31 -08004551USB GADGET/PERIPHERAL SUBSYSTEM
4552P: David Brownell
4553M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004554L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004555W: http://www.linux-usb.org/gadget
4556S: Maintained
4557
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004558USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01004559P: Jiri Kosina
4560M: jkosina@suse.cz
Jean Delvare795fb7e2008-09-20 12:33:08 +02004561L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004562T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004563S: Maintained
4564
Olav Kongas959eea22005-11-03 17:38:14 +02004565USB ISP116X DRIVER
4566P: Olav Kongas
4567M: ok@artecdesign.ee
Jean Delvare795fb7e2008-09-20 12:33:08 +02004568L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004569S: Maintained
4570
Linus Torvalds1da177e2005-04-16 15:20:36 -07004571USB KAWASAKI LSI DRIVER
4572P: Oliver Neukum
4573M: oliver@neukum.name
Jean Delvare795fb7e2008-09-20 12:33:08 +02004574L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004575S: Maintained
4576
4577USB MASS STORAGE DRIVER
4578P: Matthew Dharm
4579M: mdharm-usb@one-eyed-alien.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004580L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004581L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004582S: Maintained
4583W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4584
4585USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004586P: David Brownell
4587M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004588L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004589S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004590
Matthias Urlichsba460e42005-07-14 00:33:47 -07004591USB OPTION-CARD DRIVER
4592P: Matthias Urlichs
4593M: smurf@smurf.noris.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004594L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004595S: Maintained
4596
Linus Torvalds1da177e2005-04-16 15:20:36 -07004597USB OV511 DRIVER
4598P: Mark McClelland
4599M: mmcclell@bigfoot.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004600L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004601W: http://alpha.dyndns.org/ov511/
4602S: Maintained
4603
4604USB PEGASUS DRIVER
4605P: Petko Manolov
4606M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004607L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004608L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004609W: http://pegasus2.sourceforge.net/
4610S: Maintained
4611
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004612USB PRINTER DRIVER (usblp)
4613P: Pete Zaitcev
4614M: zaitcev@redhat.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004615L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004616S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004617
4618USB RTL8150 DRIVER
4619P: Petko Manolov
4620M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004621L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004622L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004623W: http://pegasus2.sourceforge.net/
4624S: Maintained
4625
4626USB SE401 DRIVER
4627P: Jeroen Vreeken
4628M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004629L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004630W: http://www.chello.nl/~j.vreeken/se401/
4631S: Maintained
4632
Alan Cox4e688522008-04-30 00:52:11 -07004633USB SERIAL BELKIN F5U103 DRIVER
4634P: William Greathouse
4635M: wgreathouse@smva.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004636L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004637S: Maintained
4638
4639USB SERIAL CYPRESS M8 DRIVER
4640P: Lonnie Mendez
4641M: dignome@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004642L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004643S: Maintained
4644W: http://geocities.com/i0xox0i
4645W: http://firstlight.net/cvs
4646
Linus Torvalds1da177e2005-04-16 15:20:36 -07004647USB SERIAL CYBERJACK DRIVER
4648P: Matthias Bruestle and Harald Welte
4649M: support@reiner-sct.com
4650W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4651S: Maintained
4652
4653USB SERIAL DIGI ACCELEPORT DRIVER
4654P: Peter Berger and Al Borchers
4655M: pberger@brimson.com
4656M: alborchers@steinerpoint.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004657L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004658S: Maintained
4659
4660USB SERIAL DRIVER
4661P: Greg Kroah-Hartman
4662M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004663L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004664S: Supported
4665
Linus Torvalds1da177e2005-04-16 15:20:36 -07004666USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4667P: Gary Brubaker
4668M: xavyer@ix.netcom.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 KEYSPAN DRIVER
4673P: Greg Kroah-Hartman
4674M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004675L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004676W: http://www.kroah.com/linux/
4677S: Maintained
4678
4679USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004680P: Support Department
4681M: support@connecttech.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004682L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004683W: http://www.connecttech.com
4684S: Supported
4685
Steve Glendinning2f7ca802008-10-02 05:27:57 +00004686USB SMSC95XX ETHERNET DRIVER
4687P: Steve Glendinning
4688M: steve.glendinning@smsc.com
4689L: netdev@vger.kernel.org
4690S: Supported
4691
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004692USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004693P: Luca Risolia
4694M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004695L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004696L: linux-media@vger.kernel.org
4697T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004698W: http://www.linux-projects.org
4699S: Maintained
4700
4701USB SUBSYSTEM
4702P: Greg Kroah-Hartman
4703M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004704L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004705W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004706T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004707S: Supported
4708
4709USB UHCI DRIVER
4710P: Alan Stern
4711M: stern@rowland.harvard.edu
Jean Delvare795fb7e2008-09-20 12:33:08 +02004712L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004713S: Maintained
4714
David Brownell69ae9e32006-11-14 02:03:31 -08004715USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004716P: David Brownell
4717M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004718L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004719W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004720S: Maintained
4721
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004722USB VIDEO CLASS
4723P: Laurent Pinchart
4724M: laurent.pinchart@skynet.be
Jiri Slabya67534a2008-12-10 09:09:27 -03004725L: linux-uvc-devel@lists.berlios.de (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004726L: linux-media@vger.kernel.org
4727T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004728W: http://linux-uvc.berlios.de
4729S: Maintained
4730
Linus Torvalds1da177e2005-04-16 15:20:36 -07004731USB W996[87]CF DRIVER
4732P: Luca Risolia
4733M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004734L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004735L: linux-media@vger.kernel.org
4736T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004737W: http://www.linux-projects.org
4738S: Maintained
4739
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004740USB WIRELESS RNDIS DRIVER (rndis_wlan)
4741P: Jussi Kivilinna
4742M: jussi.kivilinna@mbnet.fi
4743L: linux-wireless@vger.kernel.org
4744S: Maintained
4745
Luca Risolia60f78052006-02-06 16:29:35 +00004746USB ZC0301 DRIVER
4747P: Luca Risolia
4748M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004749L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004750L: linux-media@vger.kernel.org
4751T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia60f78052006-02-06 16:29:35 +00004752W: http://www.linux-projects.org
4753S: Maintained
4754
Linus Torvalds1da177e2005-04-16 15:20:36 -07004755USB ZD1201 DRIVER
4756P: Jeroen Vreeken
4757M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004758L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004759W: http://linux-lc100020.sourceforge.net
4760S: Maintained
4761
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004762USB ZR364XX DRIVER
4763P: Antoine Jacquet
4764M: royale@zerezo.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004765L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004766L: linux-media@vger.kernel.org
4767T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004768W: http://royale.zerezo.com/zr364xx/
4769S: Maintained
4770
Randy Dunlape7839f22008-10-12 16:11:45 -07004771USER-MODE LINUX (UML)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004772P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004773M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004774L: user-mode-linux-devel@lists.sourceforge.net
4775L: user-mode-linux-user@lists.sourceforge.net
4776W: http://user-mode-linux.sourceforge.net
4777S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004778
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004779USERSPACE I/O (UIO)
4780P: Hans J. Koch
4781M: hjk@linutronix.de
4782P: Greg Kroah-Hartman
4783M: gregkh@suse.de
4784L: linux-kernel@vger.kernel.org
4785S: Maintained
4786
Karel Zakf899b0a2008-05-23 13:04:21 -07004787UTIL-LINUX-NG PACKAGE
4788P: Karel Zak
4789M: kzak@redhat.com
4790L: util-linux-ng@vger.kernel.org
4791W: http://kernel.org/~kzak/util-linux-ng/
4792T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4793S: Maintained
4794
Michal Januszewskic1fd1c02008-10-15 22:03:48 -07004795UVESAFB DRIVER
4796P: Michal Januszewski
4797M: spock@gentoo.org
4798L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4799W: http://dev.gentoo.org/~spock/projects/uvesafb/
4800S: Maintained
4801
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004802VFAT/FAT/MSDOS FILESYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07004803P: OGAWA Hirofumi
4804M: hirofumi@mail.parknet.co.jp
4805L: linux-kernel@vger.kernel.org
4806S: Maintained
4807
Linus Torvalds1da177e2005-04-16 15:20:36 -07004808VIA RHINE NETWORK DRIVER
4809P: Roger Luethi
4810M: rl@hellgate.ch
4811S: Maintained
4812
Jean Delvare32c0a522005-09-22 21:47:58 +02004813VIAPRO SMBUS DRIVER
4814P: Jean Delvare
4815M: khali@linux-fr.org
Jean Delvare846557d2008-10-30 15:55:47 +01004816L: linux-i2c@vger.kernel.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004817S: Maintained
4818
Joseph Chan69e4a7c2008-10-15 22:03:31 -07004819VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4820P: Joseph Chan
4821M: JosephChan@via.com.tw
4822P: Scott Fang
4823M: ScottFang@viatech.com.cn
4824L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4825S: Maintained
4826
Francois Romieu01f20732007-01-26 00:57:17 -08004827VIA VELOCITY NETWORK DRIVER
4828P: Francois Romieu
4829M: romieu@fr.zoreil.com
4830L: netdev@vger.kernel.org
4831S: Maintained
4832
Randy Dunlape7839f22008-10-12 16:11:45 -07004833VIDEO FOR LINUX (V4L)
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004834P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004835M: mchehab@infradead.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004836L: linux-media@vger.kernel.org
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004837W: http://linuxtv.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004838T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004839S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004840
Patrick McHardybe7f8272007-10-23 20:26:36 -07004841VLAN (802.1Q)
4842P: Patrick McHardy
4843M: kaber@trash.net
4844L: netdev@vger.kernel.org
4845S: Maintained
4846
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004847VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4848P: Liam Girdwood
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004849M: lrg@slimlogic.co.uk
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004850P: Mark Brown
4851M: broonie@opensource.wolfsonmicro.com
4852W: http://opensource.wolfsonmicro.com/node/15
Liam Girdwood1dd68f02009-02-02 21:43:31 +00004853W: http://www.slimlogic.co.uk/?p=48
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004854T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4855S: Supported
4856
Juerg Haefligerab413192006-09-24 20:54:04 +02004857VT1211 HARDWARE MONITOR DRIVER
4858P: Juerg Haefliger
4859M: juergh@gmail.com
4860L: lm-sensors@lm-sensors.org
4861S: Maintained
4862
Roger Lucas1de9e372005-11-26 20:20:05 +01004863VT8231 HARDWARE MONITOR DRIVER
4864P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004865M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004866L: lm-sensors@lm-sensors.org
4867S: Maintained
4868
Linus Torvalds1da177e2005-04-16 15:20:36 -07004869W1 DALLAS'S 1-WIRE BUS
4870P: Evgeniy Polyakov
4871M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004872S: Maintained
4873
Charles Spirakis13927072006-07-05 18:05:15 +02004874W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004875P: Marc Hulsman
4876M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004877L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004878S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004879
Rudolf Marek61db0112006-12-12 18:18:30 +01004880W83793 HARDWARE MONITORING DRIVER
4881P: Rudolf Marek
4882M: r.marek@assembler.cz
4883L: lm-sensors@lm-sensors.org
4884S: Maintained
4885
Linus Torvalds1da177e2005-04-16 15:20:36 -07004886W83L51xD SD/MMC CARD INTERFACE DRIVER
4887P: Pierre Ossman
4888M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004889L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004890S: Maintained
4891
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004892WATCHDOG DEVICE DRIVERS
4893P: Wim Van Sebroeck
4894M: wim@iguana.be
4895T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4896S: Maintained
4897
Linus Torvalds1da177e2005-04-16 15:20:36 -07004898WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4899P: Jean Tourrilhes
4900M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004901L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004902W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4903S: Maintained
4904
4905WD7000 SCSI DRIVER
4906P: Miroslav Zagorac
4907M: zaga@fly.cc.fer.hr
4908L: linux-scsi@vger.kernel.org
4909S: Maintained
4910
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08004911WIMAX STACK
4912P: Inaky Perez-Gonzalez
4913M: inaky.perez-gonzalez@intel.com
4914M: linux-wimax@intel.com
4915L: wimax@linuxwimax.org
4916S: Supported
4917W: http://linuxwimax.org
4918
David Vrabel18332a82008-09-17 16:34:44 +01004919WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4920P: David Vrabel
4921M: david.vrabel@csr.com
4922S: Maintained
4923
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004924WISTRON LAPTOP BUTTON DRIVER
4925P: Miloslav Trmac
4926M: mitr@volny.cz
4927S: Maintained
4928
Linus Torvalds1da177e2005-04-16 15:20:36 -07004929WL3501 WIRELESS PCMCIA CARD DRIVER
4930P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004931M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004932L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004933W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004934S: Maintained
4935
Mark Brownfebf1df2008-04-02 00:51:09 -04004936WM97XX TOUCHSCREEN DRIVERS
4937P: Mark Brown
4938M: broonie@opensource.wolfsonmicro.com
4939P: Liam Girdwood
Liam Girdwoodb8d055a2008-10-13 23:00:15 -04004940M: lrg@slimlogic.co.uk
Mark Brownfebf1df2008-04-02 00:51:09 -04004941L: linux-input@vger.kernel.org
4942T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4943W: http://opensource.wolfsonmicro.com/node/7
4944S: Supported
4945
Linus Torvalds1da177e2005-04-16 15:20:36 -07004946X.25 NETWORK LAYER
4947P: Henner Eisen
4948M: eis@baty.hanse.de
4949L: linux-x25@vger.kernel.org
4950S: Maintained
4951
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004952X86 ARCHITECTURE (32-BIT AND 64-BIT)
4953P: Thomas Gleixner
4954M: tglx@linutronix.de
4955P: Ingo Molnar
4956M: mingo@redhat.com
4957P: H. Peter Anvin
4958M: hpa@zytor.com
H. Peter Anvinbcde5632009-02-02 21:42:40 -08004959M: x86@kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004960L: linux-kernel@vger.kernel.org
4961T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4962S: Maintained
4963
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004964XEN HYPERVISOR INTERFACE
4965P: Jeremy Fitzhardinge
4966M: jeremy@xensource.com
4967P: Chris Wright
4968M: chrisw@sous-sol.org
4969L: virtualization@lists.osdl.org
4970L: xen-devel@lists.xensource.com
4971S: Supported
4972
Linus Torvalds1da177e2005-04-16 15:20:36 -07004973XFS FILESYSTEM
4974P: Silicon Graphics Inc
Lachlan McIlroy0335cb72008-12-31 12:10:12 +11004975P: Bill O'Donnell
Linus Torvalds1da177e2005-04-16 15:20:36 -07004976M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004977L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004978W: http://oss.sgi.com/projects/xfs
Lachlan McIlroy0335cb72008-12-31 12:10:12 +11004979T: git://oss.sgi.com/xfs/xfs.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004980S: Supported
4981
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004982XILINX SYSTEMACE DRIVER
4983P: Grant Likely
4984M: grant.likely@secretlab.ca
4985W: http://www.secretlab.ca/
4986L: linux-kernel@vger.kernel.org
4987S: Maintained
4988
Peter Korsgaard238b8722006-12-06 20:35:17 -08004989XILINX UARTLITE SERIAL DRIVER
4990P: Peter Korsgaard
4991M: jacmet@sunsite.dk
4992L: linux-serial@vger.kernel.org
4993S: Maintained
4994
Linus Torvalds1da177e2005-04-16 15:20:36 -07004995YAM DRIVER FOR AX.25
4996P: Jean-Paul Roubelat
4997M: jpr@f6fbb.org
4998L: linux-hams@vger.kernel.org
4999S: Maintained
5000
Henkaf64a5e2005-10-12 15:02:56 +02005001YEALINK PHONE DRIVER
5002P: Henk Vergonet
5003M: Henk.Vergonet@gmail.com
5004L: usbb2k-api-dev@nongnu.org
5005S: Maintained
5006
Linus Torvalds1da177e2005-04-16 15:20:36 -07005007Z8530 DRIVER FOR AX.25
5008P: Joerg Reuter
5009M: jreuter@yaina.de
5010W: http://yaina.de/jreuter/
5011W: http://www.qsl.net/dl1bke/
5012L: linux-hams@vger.kernel.org
5013S: Maintained
5014
Daniel Drake7c0c3af2006-07-16 13:55:17 +01005015ZD1211RW WIRELESS DRIVER
5016P: Daniel Drake
5017M: dsd@gentoo.org
5018P: Ulrich Kunitz
5019M: kune@deine-taler.de
5020W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07005021L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01005022L: zd1211-devs@lists.sourceforge.net (subscribers-only)
5023S: Maintained
5024
Linus Torvalds1da177e2005-04-16 15:20:36 -07005025ZR36067 VIDEO FOR LINUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07005026L: mjpeg-users@lists.sourceforge.net
Trent Piephof63145e2009-01-24 20:52:41 -03005027L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07005028W: http://mjpeg.sourceforge.net/driver-zoran/
Trent Piephof63145e2009-01-24 20:52:41 -03005029T: Mercurial http://linuxtv.org/hg/v4l-dvb
5030S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07005031
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07005032ZS DECSTATION Z85C30 SERIAL DRIVER
5033P: Maciej W. Rozycki
5034M: macro@linux-mips.org
5035S: Maintained
5036
Linus Torvalds1da177e2005-04-16 15:20:36 -07005037THE REST
5038P: Linus Torvalds
5039S: Buried alive in reporters