blob: 08a141b0ee91eed3f0f6329d746cf94f9116c0bc [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
Andy Whitcroft0a920b52007-06-01 00:46:48 -070033 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
42
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
45
Alan Coxc9ee1332006-05-20 15:00:12 -070046 PLEASE remember that submissions must be made under the terms
Randy Dunlap45003712007-08-30 23:56:37 -070047 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
Alan Coxc9ee1332006-05-20 15:00:12 -070051
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
54 not you.
55
Alan Coxc9ee1332006-05-20 15:00:12 -0700567. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
58 does not respond.
59
608. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070061
Antoine Jacquetb7eee612007-04-27 12:30:59 -030062 -----------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -070063
64Maintainers List (try to look for most precise areas first)
65
66Note: For the hard of thinking, this list is meant to remain in alphabetical
67order. If you could add yourselves to it in alphabetical order that would be
68so much easier [Ed]
69
70P: Person
71M: Mail patches to
72L: Mailing list that is relevant to this area
73W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080074T: SCM tree type and location. Type is one of: git, hg, quilt.
Randy Dunlape7839f22008-10-12 16:11:45 -070075F: Applicable files and/or directories
Randy Dunlap4501a462008-10-13 09:24:58 -070076S: Status, one of the following:
Linus Torvalds1da177e2005-04-16 15:20:36 -070077
78 Supported: Someone is actually paid to look after this.
79 Maintained: Someone actually looks after it.
80 Odd Fixes: It has a maintainer but they don't have time to do
81 much other than throw the odd patch in. See below..
82 Orphan: No current maintainer [but maybe you could take the
83 role as you write your new code].
84 Obsolete: Old code. Something tagged obsolete generally means
85 it has been replaced by a better system and you
86 should be using that.
87
Linus Torvalds1da177e2005-04-16 15:20:36 -0700883C505 NETWORK DRIVER
89P: Philip Blundell
90M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070091L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070092S: Maintained
93
Steffen Klasserta6d89912007-08-10 14:05:27 -0700943C59X NETWORK DRIVER
95P: Steffen Klassert
96M: klassert@mathematik.tu-chemnitz.de
97L: netdev@vger.kernel.org
98S: Maintained
99
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003CR990 NETWORK DRIVER
101P: David Dillow
102M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700103L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104S: Maintained
105
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001063W-9XXX SATA-RAID CONTROLLER DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107P: Adam Radford
108M: linuxraid@amcc.com
109L: linux-scsi@vger.kernel.org
110W: http://www.amcc.com
111S: Supported
112
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001133W-XXXX ATA-RAID CONTROLLER DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114P: Adam Radford
115M: linuxraid@amcc.com
116L: linux-scsi@vger.kernel.org
117W: http://www.amcc.com
118S: Supported
119
12053C700 AND 53C700-66 SCSI DRIVER
121P: James E.J. Bottomley
122M: James.Bottomley@HansenPartnership.com
123L: linux-scsi@vger.kernel.org
124S: Maintained
125
1266PACK NETWORK DRIVER FOR AX.25
127P: Andreas Koensgen
128M: ajk@iehk.rwth-aachen.de
129L: linux-hams@vger.kernel.org
130S: Maintained
131
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328169 10/100/1000 GIGABIT ETHERNET DRIVER
133P: Francois Romieu
134M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700135L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136S: Maintained
137
1388250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139L: linux-serial@vger.kernel.org
140W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100141S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142
1438390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
144P: Paul Gortmaker
145M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700146L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147S: Maintained
148
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001499P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100150P: Eric Van Hensbergen
151M: ericvh@gmail.com
152P: Ron Minnich
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500153M: rminnich@sandia.gov
Jim Cromiece00f852006-11-30 04:49:44 +0100154P: Latchesar Ionkov
155M: lucho@ionkov.net
156L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500157W: http://swik.net/v9fs
Jim Cromiece00f852006-11-30 04:49:44 +0100158T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
159S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800160
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161A2232 SERIAL BOARD DRIVER
162P: Enver Haase
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163M: A2232@gmx.net
164L: linux-m68k@lists.linux-m68k.org
165S: Maintained
166
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700167AACRAID SCSI RAID DRIVER
168P: Adaptec OEM Raid Solutions
169M: aacraid@adaptec.com
170L: linux-scsi@vger.kernel.org
171W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172S: Supported
173
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700174ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200175P: Hans de Goede
176M: j.w.r.degoede@hhs.nl
177L: lm-sensors@lm-sensors.org
178S: Maintained
179
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700180ABIT UGURU 3 HARDWARE MONITOR DRIVER
181P: Alistair John Strachan
182M: alistair@devzero.co.uk
183L: lm-sensors@lm-sensors.org
184S: Maintained
185
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186ACENIC DRIVER
187P: Jes Sorensen
188M: jes@trained-monkey.org
189L: linux-acenic@sunsite.dk
190S: Maintained
191
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000192ACER WMI LAPTOP EXTRAS
193P: Carlos Corbacho
194M: carlos@strangeworlds.co.uk
195L: aceracpi@googlegroups.com (subscribers-only)
196W: http://code.google.com/p/aceracpi
197S: Maintained
198
Linus Torvalds1da177e2005-04-16 15:20:36 -0700199ACPI
Andi Kleen54cd3142008-09-04 13:30:07 +0200200P: Len Brown
Len Brown8b59a452007-01-08 19:03:28 -0500201M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500202L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400203W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800204T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500205S: Supported
206
207ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400208P: Alexey Starikovskiy
209M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500210L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300211W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500212S: Supported
213
214ACPI EC DRIVER
215P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400216M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500217L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300218W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500219S: Supported
220
221ACPI FAN DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400222P: Zhang Rui
223M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500224L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300225W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500226S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700228ACPI PCI HOTPLUG DRIVER
229P: Kristen Carlson Accardi
230M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -0700231L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -0500232S: Supported
233
234ACPI THERMAL DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400235P: Zhang Rui
236M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500237L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300238W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500239S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700240
Len Brown359acec2007-02-10 01:59:24 -0500241ACPI VIDEO DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400242P: Zhang Rui
Len Brown38e09d82007-10-25 17:55:59 -0400243M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500244L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300245W: http://www.lesswatts.org/projects/acpi/
Len Brown359acec2007-02-10 01:59:24 -0500246S: Supported
247
Carlos Corbachobff431e2008-02-05 02:17:04 +0000248ACPI WMI DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +0200249P: Carlos Corbacho
250M: carlos@strangeworlds.co.uk
251L: linux-acpi@vger.kernel.org
252W: http://www.lesswatts.org/projects/acpi/
253S: Maintained
Carlos Corbachobff431e2008-02-05 02:17:04 +0000254
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100255AD1889 ALSA SOUND DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +0200256P: Kyle McMartin
257M: kyle@mcmartin.ca
258P: Thibaut Varene
259M: T-Bone@parisc-linux.org
260W: http://wiki.parisc-linux.org/AD1889
261L: linux-parisc@vger.kernel.org
262S: Maintained
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100263
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264ADM1025 HARDWARE MONITOR DRIVER
265P: Jean Delvare
266M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200267L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268S: Maintained
269
Corentin Labbecae2caa2007-02-14 21:15:04 +0100270ADM1029 HARDWARE MONITOR DRIVER
271P: Corentin Labbe
272M: corentin.labbe@geomatys.fr
273L: lm-sensors@lm-sensors.org
274S: Maintained
275
Michael Wucc0b88c2007-08-31 01:15:25 -0400276ADM8211 WIRELESS DRIVER
277P: Michael Wu
278M: flamingice@sourmilk.net
279L: linux-wireless@vger.kernel.org
280W: http://linuxwireless.org/
281T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
282S: Maintained
283
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284ADT746X FAN DRIVER
285P: Colin Leroy
286M: colin@colino.net
287S: Maintained
288
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400289ADVANSYS SCSI DRIVER
290P: Matthew Wilcox
291M: matthew@wil.cx
292L: linux-scsi@vger.kernel.org
293S: Maintained
294
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295AEDSP16 DRIVER
296P: Riccardo Facchetti
297M: fizban@tin.it
298S: Maintained
299
300AFFS FILE SYSTEM
301P: Roman Zippel
302M: zippel@linux-m68k.org
303S: Maintained
304
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700305AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
306P: David Howells
307M: dhowells@redhat.com
308L: linux-afs@lists.infradead.org
309S: Supported
310
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400312P: David Airlie
313M: airlied@linux.ie
314T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315S: Maintained
316
317AHA152X SCSI DRIVER
318P: Juergen E. Fischer
319M: Juergen Fischer <fischer@norbit.de>
320L: linux-scsi@vger.kernel.org
321S: Maintained
322
Hannes Reinecke64624d42007-10-19 10:32:29 +0200323AIC7XXX / AIC79XX SCSI DRIVER
324P: Hannes Reinecke
325M: hare@suse.de
326L: linux-scsi@vger.kernel.org
327S: Maintained
328
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700329AIO
330P: Benjamin LaHaise
331M: bcrl@kvack.org
332L: linux-aio@kvack.org
333S: Supported
334
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335ALCATEL SPEEDTOUCH USB DRIVER
336P: Duncan Sands
337M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700338L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700339W: http://www.linux-usb.org/SpeedTouch/
340S: Maintained
341
Pierre Ossman272f1332007-05-14 21:25:26 +0200342ALCHEMY AU1XX0 MMC DRIVER
Manuel Lauss08fcb722008-06-09 08:40:35 +0200343P: Manuel Lauss
344M: manuel.lauss@gmail.com
345S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200346
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000347ALI1563 I2C DRIVER
348P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100349M: r.marek@assembler.cz
Jean Delvare846557d2008-10-30 15:55:47 +0100350L: linux-i2c@vger.kernel.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000351S: Maintained
352
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353ALPHA PORT
354P: Richard Henderson
355M: rth@twiddle.net
356S: Odd Fixes for 2.4; Maintained for 2.6.
357P: Ivan Kokshaysky
358M: ink@jurassic.park.msu.ru
359S: Maintained for 2.4; PCI support for 2.6.
360
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700361AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
362P: Thomas Dahlmann
363M: thomas.dahlmann@amd.com
Jordan Crouse67d76712008-05-12 14:02:22 -0700364L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700365S: Supported
366
Jordan Crousef90b8112006-01-06 00:12:14 -0800367AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100368P: Jordan Crouse
Jordan Crouse67d76712008-05-12 14:02:22 -0700369L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Jordan Crousef90b8112006-01-06 00:12:14 -0800370W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
371S: Supported
372
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200373AMD IOMMU (AMD-VI)
374P: Joerg Roedel
375M: joerg.roedel@amd.com
376L: iommu@lists.linux-foundation.org
Joerg Roedelbbd001c2008-09-17 17:22:45 +0200377T: git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200378S: Supported
379
Peter Orubae7f5b302008-07-28 18:44:11 +0200380AMD MICROCODE UPDATE SUPPORT
Peter Oruba8d433c402008-10-16 18:43:48 +0200381P: Andreas Herrmann
382M: andeas.herrmann3@amd.com
383L: amd64-microcode@amd64.org
Peter Orubae7f5b302008-07-28 18:44:11 +0200384S: Supported
385
Stelian Pop284f42b2006-12-12 18:18:31 +0100386AMS (Apple Motion Sensor) DRIVER
387P: Stelian Pop
388M: stelian@popies.net
389P: Michael Hanselmann
390M: linux-kernel@hansmi.ch
391S: Supported
392
Tom Tuckerf94b5332006-09-22 15:22:48 -0700393AMSO1100 RNIC DRIVER
394P: Tom Tucker
395M: tom@opengridcomputing.com
396P: Steve Wise
397M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700398L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700399S: Maintained
400
Johannes Berg42269062006-07-25 16:15:50 +0200401AOA (Apple Onboard Audio) ALSA DRIVER
402P: Johannes Berg
403M: johannes@sipsolutions.net
404L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200405L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200406S: Maintained
407
Linus Torvalds1da177e2005-04-16 15:20:36 -0700408APM DRIVER
409P: Stephen Rothwell
410M: sfr@canb.auug.org.au
411L: linux-laptop@vger.kernel.org
412W: http://www.canb.auug.org.au/~sfr/
413S: Supported
414
Henrik Rydbergbd7aa4b2008-09-02 14:35:43 -0700415APPLE BCM5974 MULTITOUCH DRIVER
416P: Henrik Rydberg
417M: rydberg@euromail.se
418L: linux-input@vger.kernel.org
419S: Maintained
420
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700421APPLE SMC DRIVER
422P: Nicolas Boichat
423M: nicolas@boichat.ch
424L: mactel-linux-devel@lists.sourceforge.net
425S: Maintained
426
Linus Torvalds1da177e2005-04-16 15:20:36 -0700427APPLETALK NETWORK LAYER
428P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300429M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430S: Maintained
431
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400432APPLETOUCH TOUCHPAD DRIVER
433P: Johannes Berg
434M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400435L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400436S: Maintained
437
Jaya Kumar1154ea72005-06-21 17:17:04 -0700438ARC FRAMEBUFFER DRIVER
439P: Jaya Kumar
440M: jayalk@intworks.biz
441S: Maintained
442
Linus Torvalds1da177e2005-04-16 15:20:36 -0700443ARM MFM AND FLOPPY DRIVERS
444P: Ian Molton
445M: spyro@f2s.com
446S: Maintained
447
Russell King2761f5c2007-05-24 06:56:08 +0200448ARM PRIMECELL MMCI PL180/1 DRIVER
Pierre Ossman6d799472008-07-22 14:36:57 +0200449S: Orphan
Russell King2761f5c2007-05-24 06:56:08 +0200450
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800451ARM/ADI ROADRUNNER MACHINE SUPPORT
452P: Lennert Buytenhek
453M: kernel@wantstofly.org
454L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
455S: Maintained
456
457ARM/ADS SPHERE MACHINE SUPPORT
458P: Lennert Buytenhek
459M: kernel@wantstofly.org
460L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
461S: Maintained
462
Sergey Lapin9c784f92008-08-03 02:29:48 +0100463ARM/AFEB9260 MACHINE SUPPORT
464P: Sergey Lapin
465M: slapin@ossfans.org
466L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
467S: Maintained
468
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800469ARM/AJECO 1ARM MACHINE SUPPORT
470P: Lennert Buytenhek
471M: kernel@wantstofly.org
472L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
473S: Maintained
474
Andrew Victord4a89c72006-12-04 13:56:21 +0100475ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
Jean Delvare795fb7e2008-09-20 12:33:08 +0200476P: Andrew Victor
477M: linux@maxim.org.za
478L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
479W: http://maxim.org.za/at91_26.html
480S: Maintained
Andrew Victord4a89c72006-12-04 13:56:21 +0100481
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800482ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
483P: Lennert Buytenhek
484M: kernel@wantstofly.org
485L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
486S: Maintained
487
488ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
489P: Lennert Buytenhek
490M: kernel@wantstofly.org
491L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
492S: Maintained
493
Mike Rapoportd48134e2008-08-20 09:03:26 +0100494ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
Russell Kinga9da4f72008-07-12 21:42:04 +0100495P: Mike Rapoport
496M: mike@compulab.co.il
497L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
498S: Maintained
499
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500ARM/CORGI MACHINE SUPPORT
501P: Richard Purdie
502M: rpurdie@rpsys.net
503S: Maintained
504
Paulius Zaleckas881a95f2009-03-26 10:06:27 +0200505ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
506P: Paulius Zaleckas
507M: paulius.zaleckas@teltonika.lt
508L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
509T: git gitorious.org/linux-gemini/mainline.git
510S: Maintained
511
Russell Kinga9da4f72008-07-12 21:42:04 +0100512ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
513P: Daniel Ribeiro
514M: drwyrm@gmail.com
515P: Stefan Schmidt
516M: stefan@openezx.org
517P: Harald Welte
518M: laforge@openezx.org
519L: openezx-devel@lists.openezx.org (subscribers-only)
520W: http://www.openezx.org/
521S: Maintained
522
Paulius Zaleckas6a915af2009-03-25 13:10:20 +0200523ARM/FARADAY FA526 PORT
524P: Paulius Zaleckas
525M: paulius.zaleckas@teltonika.lt
526L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
527S: Maintained
528
Sascha Hauer86183a52008-07-24 23:50:35 +0200529ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
530P: Sascha Hauer
531M: kernel@pengutronix.de
532L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
533S: Maintained
534
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800535ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
536P: Lennert Buytenhek
537M: kernel@wantstofly.org
538L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
539S: Maintained
540
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100541ARM/GUMSTIX MACHINE SUPPORT
542P: Steve Sakoman
543M: sakoman@gmail.com
544L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
545S: Maintained
546
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100547ARM/HP JORNADA 7XX MACHINE SUPPORT
Jean Delvare795fb7e2008-09-20 12:33:08 +0200548P: Kristoffer Ericson
549M: kristoffer.ericson@gmail.com
550W: www.jlime.com
551S: Maintained
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100552
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800553ARM/INTEL IOP32X ARM ARCHITECTURE
554P: Lennert Buytenhek
555M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100556P: Dan Williams
557M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800558L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100559S: Supported
560
561ARM/INTEL IOP33X ARM ARCHITECTURE
562P: Dan Williams
563M: dan.j.williams@intel.com
564L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
565S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800566
567ARM/INTEL IOP13XX ARM ARCHITECTURE
568P: Lennert Buytenhek
569M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100570P: Dan Williams
571M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800572L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100573S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800574
575ARM/INTEL IQ81342EX MACHINE SUPPORT
576P: Lennert Buytenhek
577M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100578P: Dan Williams
579M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800580L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100581S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800582
583ARM/INTEL IXP2000 ARM ARCHITECTURE
584P: Lennert Buytenhek
585M: kernel@wantstofly.org
586L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
587S: Maintained
588
589ARM/INTEL IXDP2850 MACHINE SUPPORT
590P: Lennert Buytenhek
591M: kernel@wantstofly.org
592L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
593S: Maintained
594
595ARM/INTEL IXP23XX ARM ARCHITECTURE
596P: Lennert Buytenhek
597M: kernel@wantstofly.org
598L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
599S: Maintained
600
601ARM/INTEL XSC3 (MANZANO) ARM CORE
602P: Lennert Buytenhek
603M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100604P: Dan Williams
605M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800606L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100607S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800608
609ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
610P: Lennert Buytenhek
611M: kernel@wantstofly.org
612L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
613S: Maintained
614
615ARM/LOGICPD PXA270 MACHINE SUPPORT
616P: Lennert Buytenhek
617M: kernel@wantstofly.org
618L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
619S: Maintained
620
Philipp Zabel3b8861712008-07-09 21:27:15 +0100621ARM/MAGICIAN MACHINE SUPPORT
622P: Philipp Zabel
623M: philipp.zabel@gmail.com
624S: Maintained
625
Kristoffer Ericson9624dfe2008-10-09 16:50:46 +0100626ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
627P: Michael Petchkovsky
628M: mkpetch@internode.on.net
629S: Maintained
630
Dirk Opfer8459c152005-11-06 14:27:52 +0000631ARM/TOSA MACHINE SUPPORT
Dmitry Eremin-Solenikovbfa0b1c2009-01-06 14:41:05 -0800632P: Dmitry Eremin-Solenikov
Dmitry Baryshkov93887042008-07-07 10:50:06 +0100633M: dbaryshkov@gmail.com
Dirk Opfer8459c152005-11-06 14:27:52 +0000634P: Dirk Opfer
635M: dirk@opfer-online.de
636S: Maintained
637
Marek Vasuta6450722008-11-20 22:50:46 +0100638ARM/PALMTX,PALMT5,PALMLD SUPPORT
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100639P: Marek Vasut
640M: marek.vasut@gmail.com
641W: http://hackndev.com
642S: Maintained
643
Sergey Lapinc49e1e62008-08-29 15:47:52 +0100644ARM/PALMZ72 SUPPORT
645P: Sergey Lapin
646M: slapin@ossfans.org
647W: http://hackndev.com
648S: Maintained
649
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650ARM/PLEB SUPPORT
651P: Peter Chubb
652M: pleb@gelato.unsw.edu.au
653W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
654S: Maintained
655
656ARM/PT DIGITAL BOARD PORT
657P: Stefan Eletzhofer
658M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700659L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700660W: http://www.arm.linux.org.uk/
661S: Maintained
662
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800663ARM/RADISYS ENP2611 MACHINE SUPPORT
664P: Lennert Buytenhek
665M: kernel@wantstofly.org
666L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
667S: Maintained
668
Linus Torvalds1da177e2005-04-16 15:20:36 -0700669ARM/SHARK MACHINE SUPPORT
670P: Alexander Schulz
671M: alex@shark-linux.de
672W: http://www.shark-linux.de/shark.html
673S: Maintained
674
675ARM/STRONGARM110 PORT
676P: Russell King
677M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700678L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700679W: http://www.arm.linux.org.uk/
680S: Maintained
681
682ARM/S3C2410 ARM ARCHITECTURE
683P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800684M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700685L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700686W: http://www.fluff.org/ben/linux/
687S: Maintained
688
689ARM/S3C2440 ARM ARCHITECTURE
690P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800691M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700692L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693W: http://www.fluff.org/ben/linux/
694S: Maintained
695
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800696ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
697P: Lennert Buytenhek
698M: kernel@wantstofly.org
699L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
700S: Maintained
701
702ARM/THECUS N2100 MACHINE SUPPORT
703P: Lennert Buytenhek
704M: kernel@wantstofly.org
705L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
706S: Maintained
707
wanzongshun98ad6e32009-02-13 06:04:32 +0100708ARM/NUVOTON W90X900 ARM ARCHITECTURE
709P: Wan ZongShun
710M: mcuos.com@gmail.com
711L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
712W: http://www.mcuos.com
713S: Maintained
714
Linus Torvalds1da177e2005-04-16 15:20:36 -0700715ARPD SUPPORT
716P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700717L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700718S: Maintained
719
720ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500721P: Corentin Chary
722M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723P: Karol Kozimor
724M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700725L: acpi4asus-user@lists.sourceforge.net
726W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500727W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700728S: Maintained
729
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400730ASUS ASB100 HARDWARE MONITOR DRIVER
731P: Mark M. Hoffman
732M: mhoffman@lightlink.com
733L: lm-sensors@lm-sensors.org
734S: Maintained
735
Corentin Chary85091b72007-01-26 14:04:30 +0100736ASUS LAPTOP EXTRAS DRIVER
737P: Corentin Chary
738M: corentincj@iksaif.net
739L: acpi4asus-user@lists.sourceforge.net
740W: http://sourceforge.net/projects/acpi4asus
741W: http://xf.iksaif.net/acpi4asus
742S: Maintained
743
Andrew Morton953a6472008-11-06 12:53:28 -0800744ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
Dan Williamsb3e5f262007-08-07 10:26:35 -0700745P: Dan Williams
746M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100747P: Maciej Sosnowski
748M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700749L: linux-kernel@vger.kernel.org
750W: http://sourceforge.net/projects/xscaleiop
751S: Supported
752
Randy Dunlape7839f22008-10-12 16:11:45 -0700753ATA OVER ETHERNET (AOE) DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754P: Ed L. Cashin
755M: ecashin@coraid.com
756W: http://www.coraid.com/support/linux
757S: Supported
758
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200759ATHEROS ATH5K WIRELESS DRIVER
760P: Jiri Slaby
761M: jirislaby@gmail.com
762P: Nick Kossifidis
763M: mickflemm@gmail.com
764P: Luis R. Rodriguez
Luis R. Rodriguez4fe06572008-10-13 14:08:07 -0700765M: lrodriguez@atheros.com
Bob Copelandadef1992008-10-29 08:30:57 -0400766P: Bob Copeland
767M: me@bobcopeland.com
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200768L: linux-wireless@vger.kernel.org
769L: ath5k-devel@lists.ath5k.org
770S: Maintained
771
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700772ATHEROS ATH9K WIRELESS DRIVER
773P: Luis R. Rodriguez
774M: lrodriguez@atheros.com
775P: Jouni Malinen
776M: jmalinen@atheros.com
777L: linux-wireless@vger.kernel.org
778L: ath9k-devel@lists.ath9k.org
779S: Supported
780
Christian Lamparter75ca88c2009-03-21 23:11:49 +0100781ATHEROS AR9170 WIRELESS DRIVER
782P: Christian Lamparter
783M: chunkeey@web.de
784L: linux-wireless@vger.kernel.org
785W: http://wireless.kernel.org/en/users/Drivers/ar9170
786S: Maintained
787F: drivers/net/wireless/ar9170/
788
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000789ATI_REMOTE2 DRIVER
790P: Ville Syrjala
791M: syrjala@sci.fi
792S: Maintained
793
Chris Snook7ae115b2008-09-09 03:26:57 -0400794ATLX ETHERNET DRIVERS
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600795P: Jay Cliburn
796M: jcliburn@gmail.com
797P: Chris Snook
798M: csnook@redhat.com
Chris Snook7ae115b2008-09-09 03:26:57 -0400799P: Jie Yang
800M: jie.yang@atheros.com
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600801L: atl1-devel@lists.sourceforge.net
802W: http://sourceforge.net/projects/atl1
803W: http://atl1.sourceforge.net
804S: Maintained
805
Linus Torvalds1da177e2005-04-16 15:20:36 -0700806ATM
807P: Chas Williams
808M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700809L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Jiri Slaby44ae98b2008-11-30 23:27:11 -0800810L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700811W: http://linux-atm.sourceforge.net
812S: Maintained
813
Pierre Ossman272f1332007-05-14 21:25:26 +0200814ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200815P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800816M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200817L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
818W: http://www.atmel.com/products/AT91/
819W: http://www.at91.com/
820S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200821
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800822ATMEL AT91 / AT32 SERIAL DRIVER
823P: Haavard Skinnemoen
824M: hskinnemoen@atmel.com
825L: linux-kernel@vger.kernel.org
826S: Supported
827
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800828ATMEL LCDFB DRIVER
829P: Nicolas Ferre
830M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800831L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800832S: Maintained
833
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100834ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100835P: Haavard Skinnemoen
836M: hskinnemoen@atmel.com
837S: Supported
838
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800839ATMEL SPI DRIVER
840P: Haavard Skinnemoen
841M: hskinnemoen@atmel.com
842S: Supported
843
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700844ATMEL USBA UDC DRIVER
845P: Haavard Skinnemoen
846M: hskinnemoen@atmel.com
847L: kernel@avr32linux.org
848W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
849S: Supported
850
Linus Torvalds1da177e2005-04-16 15:20:36 -0700851ATMEL WIRELESS DRIVER
852P: Simon Kelley
853M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700854L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700855W: http://www.thekelleys.org.uk/atmel
856W: http://atmelwlandriver.sourceforge.net/
857S: Maintained
858
Chris Wrighta92b7b82005-07-07 18:12:23 -0700859AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400860P: Al Viro
861M: viro@zeniv.linux.org.uk
862P: Eric Paris
863M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700864L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100865W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400866T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700867S: Maintained
868
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800869AUXILIARY DISPLAY DRIVERS
870P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700871M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800872L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700873W: http://miguelojeda.es/auxdisplay.htm
874W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800875S: Maintained
876
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700877AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700878P: Haavard Skinnemoen
879M: hskinnemoen@atmel.com
880W: http://www.atmel.com/products/AVR32/
881W: http://avr32linux.org/
882W: http://avrfreaks.net/
883S: Supported
884
885AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700886P: Haavard Skinnemoen
887M: hskinnemoen@atmel.com
888S: Supported
889
Linus Torvalds1da177e2005-04-16 15:20:36 -0700890AX.25 NETWORK LAYER
891P: Ralf Baechle
892M: ralf@linux-mips.org
893L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200894W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700895S: Maintained
896
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700897B43 WIRELESS DRIVER
898P: Michael Buesch
899M: mb@bu3sch.de
900P: Stefano Brivio
901M: stefano.brivio@polimi.it
902L: linux-wireless@vger.kernel.org
903W: http://linuxwireless.org/en/users/Drivers/b43
904S: Maintained
905
906B43LEGACY WIRELESS DRIVER
907P: Larry Finger
908M: Larry.Finger@lwfinger.net
909P: Stefano Brivio
910M: stefano.brivio@polimi.it
911L: linux-wireless@vger.kernel.org
912W: http://linuxwireless.org/en/users/Drivers/b43
913S: Maintained
914
Richard Purdie300abeb2007-02-07 22:21:07 +0000915BACKLIGHT CLASS/SUBSYSTEM
916P: Richard Purdie
917M: rpurdie@rpsys.net
918S: Maintained
919
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700920BAYCOM/HDLCDRV DRIVERS FOR AX.25
921P: Thomas Sailer
922M: t.sailer@alumni.ethz.ch
923L: linux-hams@vger.kernel.org
924W: http://www.baycom.org/~tom/ham/ham.html
925S: Maintained
926
927BEFS FILE SYSTEM
928P: Sergey S. Kostyliov
929M: rathamahata@php4.ru
930L: linux-kernel@vger.kernel.org
931S: Maintained
932
933BFS FILE SYSTEM
934P: Tigran A. Aivazian
935M: tigran@aivazian.fsnet.co.uk
936L: linux-kernel@vger.kernel.org
937S: Maintained
938
Bryan Wu1394f032007-05-06 14:50:22 -0700939BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800940P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800941M: cooloney@kernel.org
Mike Frysinger5b93e132009-02-04 16:49:45 +0800942L: uclinux-dist-devel@blackfin.uclinux.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800943W: http://blackfin.uclinux.org
944S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700945
Bryan Wue190d6b2007-07-17 14:43:44 +0800946BLACKFIN EMAC DRIVER
947P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800948M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800949L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
950W: http://blackfin.uclinux.org
951S: Supported
952
Mike Frysinger566da5b2007-06-11 15:31:30 +0800953BLACKFIN RTC DRIVER
954P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800955M: vapier.adi@gmail.com
956L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
957W: http://blackfin.uclinux.org
958S: Supported
959
Bryan Wu1394f032007-05-06 14:50:22 -0700960BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800961P: Sonic Zhang
962M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800963L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
964W: http://blackfin.uclinux.org
965S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700966
Bryan Wu1e6d3202007-07-15 02:50:02 +0800967BLACKFIN WATCHDOG DRIVER
968P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800969M: vapier.adi@gmail.com
970L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
971W: http://blackfin.uclinux.org
972S: Supported
973
Bryan Wud24ecfc2007-05-01 23:26:32 +0200974BLACKFIN I2C TWI DRIVER
975P: Sonic Zhang
976M: sonic.zhang@analog.com
977L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
978W: http://blackfin.uclinux.org/
979S: Supported
980
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981BLOCK LAYER
982P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200983M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700984L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800985T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700986S: Maintained
987
Joern Engel2b54aae2008-02-06 01:38:02 -0800988BLOCK2MTD DRIVER
989P: Joern Engel
990M: joern@lazybastard.org
991L: linux-mtd@lists.infradead.org
992S: Maintained
993
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200994BLUETOOTH DRIVERS
995P: Marcel Holtmann
996M: marcel@holtmann.org
997L: linux-bluetooth@vger.kernel.org
998W: http://www.bluez.org/
999S: Maintained
1000
Linus Torvalds1da177e2005-04-16 15:20:36 -07001001BLUETOOTH SUBSYSTEM
1002P: Marcel Holtmann
1003M: marcel@holtmann.org
Pavel Machek781c2842008-03-20 15:41:02 -07001004L: linux-bluetooth@vger.kernel.org
Marcel Holtmann63fbd242008-08-18 13:23:53 +02001005W: http://www.bluez.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001006T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001007S: Maintained
1008
Linus Torvalds1da177e2005-04-16 15:20:36 -07001009BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001010P: Jay Vosburgh
1011M: fubar@us.ibm.com
1012L: bonding-devel@lists.sourceforge.net
1013W: http://sourceforge.net/projects/bonding/
1014S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015
Gary Zambrano39105892006-06-22 17:26:20 -07001016BROADCOM B44 10/100 ETHERNET DRIVER
1017P: Gary Zambrano
1018M: zambrano@broadcom.com
1019L: netdev@vger.kernel.org
1020S: Supported
1021
Michael Chan948c51e2006-06-04 02:51:39 -07001022BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1023P: Michael Chan
1024M: mchan@broadcom.com
1025L: netdev@vger.kernel.org
1026S: Supported
1027
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001028BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -07001029P: Eilon Greenstein
1030M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001031L: netdev@vger.kernel.org
1032S: Supported
1033
Michael Chan948c51e2006-06-04 02:51:39 -07001034BROADCOM TG3 GIGABIT ETHERNET DRIVER
Matt Carlson13181362009-02-25 14:41:06 +00001035P: Matt Carlson
1036M: mcarlson@broadcom.com
Michael Chan948c51e2006-06-04 02:51:39 -07001037P: Michael Chan
1038M: mchan@broadcom.com
1039L: netdev@vger.kernel.org
1040S: Supported
1041
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001042BSG (block layer generic sg v4 driver)
1043P: FUJITA Tomonori
1044M: fujita.tomonori@lab.ntt.co.jp
1045L: linux-scsi@vger.kernel.org
1046S: Supported
1047
Michael Bueschff1d5c22008-07-25 01:46:10 -07001048BT8XXGPIO DRIVER
1049P: Michael Buesch
1050M: mb@bu3sch.de
1051W: http://bu3sch.de/btgpio.php
1052S: Maintained
1053
Joe Percheseb1eb042009-01-21 10:49:16 -05001054BTRFS FILE SYSTEM
1055P: Chris Mason
1056M: chris.mason@oracle.com
1057L: linux-btrfs@vger.kernel.org
1058W: http://btrfs.wiki.kernel.org/
1059T: git kernel.org:/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1060S: Maintained
1061
Linus Torvalds1da177e2005-04-16 15:20:36 -07001062BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001063P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001064M: mchehab@infradead.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001065L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001066L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001067W: http://linuxtv.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001068T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001069S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001070
Jonathan Corbet77d51402007-03-22 19:44:17 -03001071CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02001072P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03001073M: corbet@lwn.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001074L: linux-media@vger.kernel.org
1075T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03001076S: Maintained
1077
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001078CALGARY x86-64 IOMMU
1079P: Muli Ben-Yehuda
1080M: muli@il.ibm.com
1081P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001082M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001083L: linux-kernel@vger.kernel.org
1084L: discuss@x86-64.org
1085S: Maintained
1086
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001087CAN NETWORK LAYER
1088P: Urs Thuermann
1089M: urs.thuermann@volkswagen.de
1090P: Oliver Hartkopp
1091M: oliver.hartkopp@volkswagen.de
1092L: socketcan-core@lists.berlios.de (subscribers-only)
1093W: http://developer.berlios.de/projects/socketcan/
1094S: Maintained
1095
Arnd Bergmannb8154542008-05-16 11:10:59 +02001096CELL BROADBAND ENGINE ARCHITECTURE
1097P: Arnd Bergmann
1098M: arnd@arndb.de
1099L: linuxppc-dev@ozlabs.org
1100L: cbe-oss-dev@ozlabs.org
1101W: http://www.ibm.com/developerworks/power/cell/
1102S: Supported
1103
David Vrabel18332a82008-09-17 16:34:44 +01001104CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1105P: David Vrabel
1106M: david.vrabel@csr.com
1107L: linux-usb@vger.kernel.org
1108S: Supported
1109
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001110CFAG12864B LCD DRIVER
1111P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001112M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001113L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001114W: http://miguelojeda.es/auxdisplay.htm
1115W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001116S: Maintained
1117
1118CFAG12864BFB LCD FRAMEBUFFER DRIVER
1119P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001120M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001121L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001122W: http://miguelojeda.es/auxdisplay.htm
1123W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001124S: Maintained
1125
Johannes Berg704232c2007-04-23 12:20:05 -07001126CFG80211 and NL80211
1127P: Johannes Berg
1128M: johannes@sipsolutions.net
1129L: linux-wireless@vger.kernel.org
1130S: Maintained
1131
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001132CHECKPATCH
1133P: Andy Whitcroft
Andy Whitcroftb0e0b432009-01-06 14:41:22 -08001134M: apw@canonical.com
1135L: linux-kernel@vger.kernel.org
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001136S: Supported
1137
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001138CISCO 10G ETHERNET DRIVER
1139P: Scott Feldman
1140M: scofeldm@cisco.com
1141P: Joe Eykholt
1142M: jeykholt@cisco.com
Joel Becker7063fbf2005-12-15 14:29:43 -08001143S: Supported
1144
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001145CIRRUS LOGIC EP93XX ETHERNET DRIVER
1146P: Lennert Buytenhek
1147M: kernel@wantstofly.org
1148L: netdev@vger.kernel.org
1149S: Maintained
1150
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001151CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1152P: Lennert Buytenhek
1153M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001154L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001155S: Maintained
1156
Timur Tabid9e9d822008-04-24 08:45:26 +10001157CIRRUS LOGIC CS4270 SOUND DRIVER
1158P: Timur Tabi
1159M: timur@freescale.com
1160L: alsa-devel@alsa-project.org
1161S: Supported
1162
Linus Torvalds1da177e2005-04-16 15:20:36 -07001163CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1164P: Cirrus Logic Corporation (kernel 2.2 driver)
1165M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1166P: Nils Faerber (port to kernel 2.4)
1167M: Nils Faerber <nils@kernelconcepts.de>
1168S: Maintained
1169
1170CODA FILE SYSTEM
1171P: Jan Harkes
1172M: jaharkes@cs.cmu.edu
1173M: coda@cs.cmu.edu
1174L: codalist@coda.cs.cmu.edu
1175W: http://www.coda.cs.cmu.edu/
1176S: Maintained
1177
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001178COMMON INTERNET FILE SYSTEM (CIFS)
1179P: Steve French
1180M: sfrench@samba.org
1181L: linux-cifs-client@lists.samba.org
1182L: samba-technical@lists.samba.org
1183W: http://linux-cifs.samba.org/
1184T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1185S: Supported
1186
Linus Torvalds1da177e2005-04-16 15:20:36 -07001187COMPACTPCI HOTPLUG CORE
1188P: Scott Murray
1189M: scottm@somanetworks.com
1190M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001191L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192S: Supported
1193
1194COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1195P: Scott Murray
1196M: scottm@somanetworks.com
1197M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001198L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199S: Supported
1200
1201COMPACTPCI HOTPLUG GENERIC DRIVER
1202P: Scott Murray
1203M: scottm@somanetworks.com
1204M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001205L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206S: Supported
1207
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001208COMPAL LAPTOP SUPPORT
1209P: Cezary Jackiewicz
1210M: cezary.jackiewicz@gmail.com
1211S: Maintained
1212
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213COMPUTONE INTELLIPORT MULTIPORT CARD
1214P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001215M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001217S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001218
Simon Arlott949be0f2007-03-06 02:47:46 -08001219CONEXANT ACCESSRUNNER USB DRIVER
1220P: Simon Arlott
1221M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001222L: accessrunner-general@lists.sourceforge.net
1223W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001224S: Maintained
1225
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001226CONFIGFS
1227P: Joel Becker
1228M: joel.becker@oracle.com
1229L: linux-kernel@vger.kernel.org
1230S: Supported
1231
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001232CONTROL GROUPS (CGROUPS)
1233P: Paul Menage
1234M: menage@google.com
KOSAKI Motohiro01c4a422009-02-11 13:04:35 -08001235P: Li Zefan
1236M: lizf@cn.fujitsu.com
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001237L: containers@lists.linux-foundation.org
1238S: Maintained
1239
Rudolf Marekbebe4672007-05-08 17:22:02 +02001240CORETEMP HARDWARE MONITORING DRIVER
1241P: Rudolf Marek
1242M: r.marek@assembler.cz
1243L: lm-sensors@lm-sensors.org
1244S: Maintained
1245
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246COSA/SRP SYNC SERIAL DRIVER
1247P: Jan "Yenya" Kasprzak
1248M: kas@fi.muni.cz
1249W: http://www.fi.muni.cz/~kas/cosa/
1250S: Maintained
1251
1252CPU FREQUENCY DRIVERS
1253P: Dave Jones
Dave Jonesf4432c52008-10-20 13:31:45 -04001254M: davej@redhat.com
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001255L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001256W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001257T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001258S: Maintained
1259
1260CPUID/MSR DRIVER
1261P: H. Peter Anvin
1262M: hpa@zytor.com
1263S: Maintained
1264
Paul Jacksoned90fb42005-09-27 21:45:37 -07001265CPUSETS
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001266P: Paul Menage
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001267M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001268L: linux-kernel@vger.kernel.org
1269W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001270W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001271S: Supported
1272
Linus Torvalds1da177e2005-04-16 15:20:36 -07001273CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001274W: http://sourceforge.net/projects/cramfs/
1275S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001276
1277CRIS PORT
1278P: Mikael Starvik
1279M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001280P: Jesper Nilsson
1281M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282L: dev-etrax@axis.com
1283W: http://developer.axis.com
1284S: Maintained
1285
1286CRYPTO API
1287P: Herbert Xu
1288M: herbert@gondor.apana.org.au
1289P: David S. Miller
1290M: davem@davemloft.net
1291L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001292T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293S: Maintained
1294
Neil Horman5b07bd52009-02-05 16:03:04 +11001295CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1296P: Neil Horman
1297M: nhorman@tuxdriver.com
1298L: linux-crypto@vger.kernel.org
1299S: Maintained
1300
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001301CS5535 Audio ALSA driver
1302P: Jaya Kumar
1303M: jayakumar.alsa@gmail.com
1304S: Maintained
1305
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001306CX18 VIDEO4LINUX DRIVER
1307P: Hans Verkuil, Andy Walls
1308M: hverkuil@xs4all.nl, awalls@radix.net
1309L: ivtv-devel@ivtvdriver.org
1310L: ivtv-users@ivtvdriver.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001311L: linux-media@vger.kernel.org
1312T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001313W: http://linuxtv.org
1314S: Maintained
1315
Steve Wisee5ec3782008-05-20 14:06:33 -07001316CXGB3 ETHERNET DRIVER (CXGB3)
1317P: Divy Le Ray
1318M: divy@chelsio.com
1319L: netdev@vger.kernel.org
1320W: http://www.chelsio.com
1321S: Supported
1322
1323CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1324P: Steve Wise
1325M: swise@chelsio.com
1326L: general@lists.openfabrics.org
1327W: http://www.openfabrics.org
1328S: Supported
1329
Linus Torvalds1da177e2005-04-16 15:20:36 -07001330CYBERPRO FB DRIVER
1331P: Russell King
1332M: rmk@arm.linux.org.uk
1333W: http://www.arm.linux.org.uk/
1334S: Maintained
1335
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001336CYBLAFB FRAMEBUFFER DRIVER
1337P: Knut Petersen
1338M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001339L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001340S: Maintained
1341
Linus Torvalds1da177e2005-04-16 15:20:36 -07001342CYCLADES 2X SYNC CARD DRIVER
1343P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001344M: acme@ghostprotocols.net
1345W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001346S: Maintained
1347
1348CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001349W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001350S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001351
1352CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001353W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001354S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355
Linus Torvalds1da177e2005-04-16 15:20:36 -07001356DAMA SLAVE for AX.25
1357P: Joerg Reuter
1358M: jreuter@yaina.de
1359W: http://yaina.de/jreuter/
1360W: http://www.qsl.net/dl1bke/
1361L: linux-hams@vger.kernel.org
1362S: Maintained
1363
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001364DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1365P: Tobias Ringstrom
1366M: tori@unhappy.mine.nu
1367L: netdev@vger.kernel.org
1368S: Maintained
1369
1370DC390/AM53C974 SCSI driver
1371P: Kurt Garloff
1372M: garloff@suse.de
1373W: http://www.garloff.de/kurt/linux/dc390/
1374P: Guennadi Liakhovetski
1375M: g.liakhovetski@gmx.de
1376S: Maintained
1377
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378DC395x SCSI driver
1379P: Oliver Neukum
1380M: oliver@neukum.name
1381P: Ali Akcaagac
1382M: aliakc@web.de
1383P: Jamie Lenehan
1384M: lenehan@twibble.org
1385W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001386L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001387L: http://lists.twibble.org/mailman/listinfo/dc395x/
1388S: Maintained
1389
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001390DCCP PROTOCOL
1391P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001392M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001393L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001394W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001395S: Maintained
1396
Linus Torvalds1da177e2005-04-16 15:20:36 -07001397DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001398P: Christine Caulfield
1399M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001400W: http://linux-decnet.sourceforge.net
1401L: linux-decnet-user@lists.sourceforge.net
1402S: Maintained
1403
1404DEFXX FDDI NETWORK DRIVER
1405P: Maciej W. Rozycki
1406M: macro@linux-mips.org
1407S: Maintained
1408
Matthew Garrettad8f07c2009-01-07 18:08:56 -08001409DELL LAPTOP DRIVER
1410P: Matthew Garrett
1411M: mjg59@srcf.ucam.org
1412S: Maintained
1413
Linus Torvalds1da177e2005-04-16 15:20:36 -07001414DELL LAPTOP SMM DRIVER
1415P: Massimo Dal Zotto
1416M: dz@debian.org
1417W: http://www.debian.org/~dz/i8k/
1418S: Maintained
1419
Doug Warzecha90563ec2005-09-06 15:17:15 -07001420DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1421P: Doug Warzecha
1422M: Douglas_Warzecha@dell.com
1423S: Maintained
1424
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425DEVICE NUMBER REGISTRY
1426P: Torben Mathiasen
1427M: device@lanana.org
1428W: http://lanana.org/docs/device-list/index.html
1429L: linux-kernel@vger.kernel.org
1430S: Maintained
1431
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001432DEVICE-MAPPER (LVM)
1433P: Alasdair Kergon
1434L: dm-devel@redhat.com
1435W: http://sources.redhat.com/dm
1436S: Maintained
1437
Linus Torvalds1da177e2005-04-16 15:20:36 -07001438DIGI INTL. EPCA DRIVER
1439P: Digi International, Inc
1440M: Eng.Linux@digi.com
1441L: Eng.Linux@digi.com
1442W: http://www.digi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001443S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001444
Randy Dunlape7839f22008-10-12 16:11:45 -07001445DIRECTORY NOTIFICATION (DNOTIFY)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001446P: Stephen Rothwell
1447M: sfr@canb.auug.org.au
1448L: linux-kernel@vger.kernel.org
1449S: Supported
1450
1451DISK GEOMETRY AND PARTITION HANDLING
1452P: Andries Brouwer
1453M: aeb@cwi.nl
1454W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1455W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1456W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1457S: Maintained
1458
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001459DISKQUOTA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001460P: Jan Kara
1461M: jack@suse.cz
1462L: linux-kernel@vger.kernel.org
1463S: Maintained
1464
Randy Dunlape7839f22008-10-12 16:11:45 -07001465DISTRIBUTED LOCK MANAGER (DLM)
Christine Caulfield8943f262008-02-14 19:31:31 -08001466P: Christine Caulfield
1467M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001468P: David Teigland
1469M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001470L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001471W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001472T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001473S: Supported
1474
Dan Williamsb3e5f262007-08-07 10:26:35 -07001475DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001476P: Maciej Sosnowski
1477M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001478P: Dan Williams
1479M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001480L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001481S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001482
Juerg Haefligerb8250372007-06-09 10:11:16 -04001483DME1737 HARDWARE MONITOR DRIVER
1484P: Juerg Haefliger
1485M: juergh@gmail.com
1486L: lm-sensors@lm-sensors.org
1487S: Maintained
1488
Martin Waitzba483d52005-06-17 13:20:59 -07001489DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001490P: Randy Dunlap
1491M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001492S: Maintained
1493
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001494DOCKING STATION DRIVER
Len Brownc5d191b2008-09-24 02:53:25 -04001495P: Shaohua Li
1496M: shaohua.li@intel.com
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001497L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001498S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001499
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001500DOCUMENTATION (/Documentation directory)
Jean Delvare795fb7e2008-09-20 12:33:08 +02001501P: Randy Dunlap
1502M: rdunlap@xenotime.net
1503L: linux-doc@vger.kernel.org
1504S: Maintained
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001505
Linus Torvalds1da177e2005-04-16 15:20:36 -07001506DOUBLETALK DRIVER
1507P: James R. Van Zandt
1508M: jrv@vanzandt.mv.com
1509L: blinux-list@redhat.com
1510S: Maintained
1511
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001512DPT_I2O SCSI RAID DRIVER
1513P: Adaptec OEM Raid Solutions
1514M: aacraid@adaptec.com
1515L: linux-scsi@vger.kernel.org
1516W: http://www.adaptec.com/
1517S: Maintained
1518
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519DRIVER CORE, KOBJECTS, AND SYSFS
1520P: Greg Kroah-Hartman
1521M: gregkh@suse.de
1522L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001523T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001524S: Supported
1525
1526DRM DRIVERS
1527P: David Airlie
1528M: airlied@linux.ie
1529L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001530T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531S: Maintained
1532
1533DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001534P: Francois Romieu
1535M: romieu@fr.zoreil.com
1536L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001537S: Maintained
1538
1539DVB SUBSYSTEM AND DRIVERS
1540P: LinuxTV.org Project
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001541M: linux-media@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02001542L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001543W: http://linuxtv.org/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001544T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001545S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001547DZ DECSTATION DZ11 SERIAL DRIVER
1548P: Maciej W. Rozycki
1549M: macro@linux-mips.org
1550S: Maintained
1551
Linus Torvalds1da177e2005-04-16 15:20:36 -07001552EATA-DMA SCSI DRIVER
1553P: Michael Neuffer
1554L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1555S: Maintained
1556
1557EATA ISA/EISA/PCI SCSI DRIVER
1558P: Dario Ballabio
1559M: ballabio_dario@emc.com
1560L: linux-scsi@vger.kernel.org
1561S: Maintained
1562
1563EATA-PIO SCSI DRIVER
1564P: Michael Neuffer
1565M: mike@i-Connect.Net
1566L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1567S: Maintained
1568
1569EBTABLES
1570P: Bart De Schuymer
1571M: bart.de.schuymer@pandora.be
1572L: ebtables-user@lists.sourceforge.net
1573L: ebtables-devel@lists.sourceforge.net
1574W: http://ebtables.sourceforge.net/
1575S: Maintained
1576
Michael Halcrow237fead2006-10-04 02:16:22 -07001577ECRYPT FILE SYSTEM
Michael Halcrow6dc75162008-12-15 13:54:17 -08001578P: Tyler Hicks, Dustin Kirkland
1579M: tyhicks@linux.vnet.ibm.com, kirkland@canonical.com
1580L: ecryptfs-devel@lists.launchpad.net
1581W: https://launchpad.net/ecryptfs
Michael Halcrow237fead2006-10-04 02:16:22 -07001582S: Supported
1583
Alan Coxda9bb1d2006-01-18 17:44:13 -08001584EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001585P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001586M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001587L: bluesmoke-devel@lists.sourceforge.net
1588W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001589S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001590
1591EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001592P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001593P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001594M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001595M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001596L: bluesmoke-devel@lists.sourceforge.net
1597W: bluesmoke.sourceforge.net
1598S: Maintained
1599
1600EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001601P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001602M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001603L: bluesmoke-devel@lists.sourceforge.net
1604W: bluesmoke.sourceforge.net
1605S: Maintained
1606
Douglas Thompson6bc78402007-07-19 01:50:12 -07001607EDAC-I82443BXGX
1608P: Tim Small
1609M: tim@buttersideup.com
1610L: bluesmoke-devel@lists.sourceforge.net
1611W: bluesmoke.sourceforge.net
1612S: Maintained
1613
1614EDAC-I3000
1615P: Jason Uhlenkott
1616M: juhlenko@akamai.com
1617L: bluesmoke-devel@lists.sourceforge.net
1618W: bluesmoke.sourceforge.net
1619S: Maintained
1620
1621EDAC-I5000
1622P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001623M: dougthompson@xmission.com
1624L: bluesmoke-devel@lists.sourceforge.net
1625W: bluesmoke.sourceforge.net
1626S: Maintained
1627
Mauro Carvalho Chehab44c12cb2009-01-15 13:50:49 -08001628EDAC-I5400
1629P: Mauro Carvalho Chehab
1630M: mchehab@redhat.com
1631L: bluesmoke-devel@lists.sourceforge.net
1632W: bluesmoke.sourceforge.net
1633S: Maintained
1634
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001635EDAC-I82975X
1636P: Ranganathan Desikan
1637P: Arvind R.
1638M: rdesikan@jetzbroadband.com
1639M: arvind@acarlab.com
1640L: bluesmoke-devel@lists.sourceforge.net
1641W: bluesmoke.sourceforge.net
1642S: Maintained
1643
1644EDAC-PASEMI
1645P: Egor Martovetsky
1646M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001647L: bluesmoke-devel@lists.sourceforge.net
1648W: bluesmoke.sourceforge.net
1649S: Maintained
1650
Dave Peterson0e438e32006-03-26 01:38:55 -08001651EDAC-R82600
1652P: Tim Small
1653M: tim@buttersideup.com
1654L: bluesmoke-devel@lists.sourceforge.net
1655W: bluesmoke.sourceforge.net
1656S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001657
Eric Coopere59f8792008-03-13 12:55:46 +01001658EEEPC LAPTOP EXTRAS DRIVER
1659P: Corentin Chary
1660M: corentincj@iksaif.net
1661L: acpi4asus-user@lists.sourceforge.net
1662W: http://sourceforge.net/projects/acpi4asus
1663S: Maintained
1664
Josh Triplett0bee8d22006-07-30 03:03:58 -07001665EFS FILESYSTEM
1666W: http://aeschi.ch.eu.org/efs/
1667S: Orphan
1668
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001669EHCA (IBM GX bus InfiniBand adapter) DRIVER
Heiko J Schickfab97222006-09-22 15:22:22 -07001670P: Hoang-Nam Nguyen
1671M: hnguyen@de.ibm.com
1672P: Christoph Raisch
1673M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001674L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001675S: Supported
1676
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001677EMBEDDED LINUX
1678P: Paul Gortmaker
1679M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001680P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001681M: dwmw2@infradead.org
1682L: linux-embedded@vger.kernel.org
1683S: Maintained
1684
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001685EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001686P: James Smart
1687M: james.smart@emulex.com
1688L: linux-scsi@vger.kernel.org
1689W: http://sourceforge.net/projects/lpfcxxxx
1690S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001691
Linus Torvalds1da177e2005-04-16 15:20:36 -07001692EPSON 1355 FRAMEBUFFER DRIVER
1693P: Christopher Hoover
1694M: ch@murgatroid.com, ch@hpl.hp.com
1695S: Maintained
1696
Kristoffer Ericsond5ca9002008-10-15 22:03:54 -07001697EPSON S1D13XXX FRAMEBUFFER DRIVER
1698P: Kristoffer Ericson
1699M: kristoffer.ericson@gmail.com
1700S: Maintained
1701
Linus Torvalds1da177e2005-04-16 15:20:36 -07001702ETHEREXPRESS-16 NETWORK DRIVER
1703P: Philip Blundell
1704M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001705L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001706S: Maintained
1707
1708ETHERNET BRIDGE
1709P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001710M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001711L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001712W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001713S: Maintained
1714
1715ETHERTEAM 16I DRIVER
1716P: Mika Kuoppala
1717M: miku@iki.fi
1718S: Maintained
1719
1720EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001721L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001722S: Maintained
1723
1724EXT3 FILE SYSTEM
1725P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001726M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001727L: linux-ext4@vger.kernel.org
1728S: Maintained
1729
1730EXT4 FILE SYSTEM
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001731P: Theodore Ts'o
1732M: tytso@mit.edu, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001733L: linux-ext4@vger.kernel.org
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001734W: http://ext4.wiki.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001735S: Maintained
1736
Jean Delvaree53004e2006-01-09 23:26:14 +01001737F71805F HARDWARE MONITORING DRIVER
1738P: Jean Delvare
1739M: khali@linux-fr.org
1740L: lm-sensors@lm-sensors.org
1741S: Maintained
1742
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743FARSYNC SYNCHRONOUS DRIVER
1744P: Kevin Curtis
1745M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001746W: http://www.farsite.co.uk/
1747S: Supported
1748
Akinobu Mitac5408b82007-04-23 14:41:20 -07001749FAULT INJECTION SUPPORT
1750P: Akinobu Mita
1751M: akinobu.mita@gmail.com
1752S: Supported
1753
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001754FILE LOCKING (flock() and fcntl()/lockf())
1755P: Matthew Wilcox
1756M: matthew@wil.cx
1757L: linux-fsdevel@vger.kernel.org
1758S: Maintained
1759
1760FILESYSTEMS (VFS and infrastructure)
1761P: Alexander Viro
1762M: viro@zeniv.linux.org.uk
1763L: linux-fsdevel@vger.kernel.org
1764S: Maintained
1765
1766FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1767P: Kristian Hoegsberg, Stefan Richter
1768M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1769L: linux1394-devel@lists.sourceforge.net
1770W: http://www.linux1394.org/
1771T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1772S: Maintained
1773
1774FIRMWARE LOADER (request_firmware)
1775L: linux-kernel@vger.kernel.org
1776S: Orphan
1777
1778FPU EMULATOR
1779P: Bill Metzenthen
1780M: billm@suburbia.net
1781W: http://suburbia.net/~billm/floating-point/emulator/
1782S: Maintained
1783
1784FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1785P: Mike McLagan
1786M: mike.mclagan@linux.org
1787L: netdev@vger.kernel.org
1788S: Maintained
1789
Linus Torvalds1da177e2005-04-16 15:20:36 -07001790FRAMEBUFFER LAYER
1791P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001792M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001793L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001794W: http://linux-fbdev.sourceforge.net/
1795S: Maintained
1796
Zhang Wei173acc72008-03-01 07:42:48 -07001797FREESCALE DMA DRIVER
Zhang Wei76b0c782008-05-13 14:44:59 -07001798P: Li Yang
1799M: leoli@freescale.com
1800P: Zhang Wei
1801M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001802L: linuxppc-embedded@ozlabs.org
1803L: linux-kernel@vger.kernel.org
1804S: Maintained
1805
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001806FREESCALE I2C CPM DRIVER
1807P: Jochen Friedrich
1808M: jochen@scram.de
1809L: linuxppc-dev@ozlabs.org
Jean Delvare846557d2008-10-30 15:55:47 +01001810L: linux-i2c@vger.kernel.org
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001811S: Maintained
1812
Sascha Hauer60e8c5a2008-12-16 11:44:06 +01001813FREESCALE IMX / MXC FRAMEBUFFER DRIVER
1814P: Sascha Hauer
1815M: kernel@pengutronix.de
1816L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1817L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1818S: Maintained
1819
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001820FREESCALE SOC FS_ENET DRIVER
1821P: Pantelis Antoniou
1822M: pantelis.antoniou@gmail.com
1823P: Vitaly Bordug
1824M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001825L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001826L: netdev@vger.kernel.org
1827S: Maintained
1828
Timur Tabid9e9d822008-04-24 08:45:26 +10001829FREESCALE QUICC ENGINE LIBRARY
1830P: Timur Tabi
1831M: timur@freescale.com
1832L: linuxppc-dev@ozlabs.org
1833S: Supported
1834
Li Yanga7205b32007-04-23 10:38:18 -07001835FREESCALE HIGHSPEED USB DEVICE DRIVER
1836P: Li Yang
1837M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001838L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001839L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001840S: Maintained
1841
Li Yangbeaf53b2007-05-25 13:54:02 +08001842FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1843P: Li Yang
1844M: leoli@freescale.com
1845L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001846L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001847S: Maintained
1848
Timur Tabid9e9d822008-04-24 08:45:26 +10001849FREESCALE QUICC ENGINE UCC UART DRIVER
1850P: Timur Tabi
1851M: timur@freescale.com
1852L: linuxppc-dev@ozlabs.org
1853S: Supported
1854
1855FREESCALE SOC SOUND DRIVERS
1856P: Timur Tabi
1857M: timur@freescale.com
1858L: alsa-devel@alsa-project.org
1859L: linuxppc-dev@ozlabs.org
1860S: Supported
1861
Linus Torvalds1da177e2005-04-16 15:20:36 -07001862FREEVXFS FILESYSTEM
1863P: Christoph Hellwig
1864M: hch@infradead.org
1865W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1866S: Maintained
1867
Pavel Machek71038f52009-01-15 13:51:02 -08001868FREEZER
1869P: Pavel Machek
1870M: pavel@suse.cz
1871P: Rafael J. Wysocki
1872M: rjw@sisk.pl
1873L: linux-pm@lists.linux-foundation.org
1874S: Supported
1875
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001876FTRACE
1877P: Steven Rostedt
Steven Rostedt8e324c12008-11-19 15:36:43 -08001878M: rostedt@goodmis.org
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001879S: Maintained
1880
David Howells5ab7ffe2007-04-10 15:10:45 +01001881FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882P: David Howells
1883M: dhowells@redhat.com
1884S: Maintained
1885
Jonathan Woithe20b93732008-06-11 10:14:56 +09301886FUJITSU LAPTOP EXTRAS
1887P: Jonathan Woithe
1888M: jwoithe@physics.adelaide.edu.au
1889L: linux-acpi@vger.kernel.org
1890S: Maintained
1891
Miklos Szeredi04578f12005-09-09 13:10:22 -07001892FUSE: FILESYSTEM IN USERSPACE
1893P: Miklos Szeredi
1894M: miklos@szeredi.hu
1895L: fuse-devel@lists.sourceforge.net
1896W: http://fuse.sourceforge.net/
1897S: Maintained
1898
Linus Torvalds1da177e2005-04-16 15:20:36 -07001899FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1900P: Rik Faith
1901M: faith@cs.unc.edu
1902L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001903S: Odd Fixes (e.g., new signatures)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904
1905GDT SCSI DISK ARRAY CONTROLLER DRIVER
1906P: Achim Leubner
1907M: achim_leubner@adaptec.com
1908L: linux-scsi@vger.kernel.org
1909W: http://www.icp-vortex.com/
1910S: Supported
1911
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001912GENERIC GPIO I2C DRIVER
1913P: Haavard Skinnemoen
1914M: hskinnemoen@atmel.com
1915S: Supported
1916
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01001917GENERIC HDLC (WAN) DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001918P: Krzysztof Halasa
1919M: khc@pm.waw.pl
1920W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1921S: Maintained
1922
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001923GFS2 FILE SYSTEM
1924P: Steven Whitehouse
1925M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001926L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001927W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001928T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1929T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001930S: Supported
1931
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001932GIGASET ISDN DRIVERS
1933P: Hansjoerg Lipp
1934M: hjlipp@web.de
1935P: Tilman Schmidt
1936M: tilman@imap.cc
1937L: gigaset307x-common@lists.sourceforge.net
1938W: http://gigaset307x.sourceforge.net/
1939S: Maintained
1940
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001941HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
Frank Seidel211e3e02009-02-17 19:59:54 +01001942P: Frank Seidel
1943M: frank@f-seidel.de
1944L: lm-sensors@lm-sensors.org
1945W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001946S: Maintained
1947
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001948GSPCA FINEPIX SUBDRIVER
1949P: Frank Zago
1950M: frank@zago.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001951L: linux-media@vger.kernel.org
1952T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001953S: Maintained
1954
1955GSPCA M5602 SUBDRIVER
1956P: Erik Andren
1957M: erik.andren@gmail.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001958L: linux-media@vger.kernel.org
1959T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001960S: Maintained
1961
1962GSPCA PAC207 SONIXB SUBDRIVER
1963P: Hans de Goede
1964M: hdegoede@redhat.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001965L: linux-media@vger.kernel.org
1966T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001967S: Maintained
1968
1969GSPCA T613 SUBDRIVER
1970P: Leandro Costantino
1971M: lcostantino@gmail.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001972L: linux-media@vger.kernel.org
1973T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001974S: Maintained
1975
1976GSPCA USB WEBCAM DRIVER
1977P: Jean-Francois Moine
1978M: moinejf@free.fr
1979W: http://moinejf.free.fr
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001980L: linux-media@vger.kernel.org
1981T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001982S: Maintained
1983
Jean Delvare5b543962005-08-15 19:51:02 +02001984HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001985L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001986W: http://www.lm-sensors.org/
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001987S: Orphan
Jean Delvare5b543962005-08-15 19:51:02 +02001988
Michael Buesch844dd052006-06-26 00:24:59 -07001989HARDWARE RANDOM NUMBER GENERATOR CORE
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001990S: Orphan
Michael Buesch844dd052006-06-26 00:24:59 -07001991
Linus Torvalds1da177e2005-04-16 15:20:36 -07001992HARMONY SOUND DRIVER
1993P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001994M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001995L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001996S: Maintained
1997
1998HAYES ESP SERIAL DRIVER
1999P: Andrew J. Robinson
2000M: arobinso@nyx.net
2001L: linux-kernel@vger.kernel.org
2002W: http://www.nyx.net/~arobinso
2003S: Maintained
2004
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002005HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
2006P: Chirag Kantharia
2007M: chirag.kantharia@hp.com
2008L: iss_storagedev@hp.com
2009S: Maintained
2010
2011HEWLETT-PACKARD SMART2 RAID DRIVER
2012P: Chirag Kantharia
2013M: chirag.kantharia@hp.com
2014L: iss_storagedev@hp.com
2015S: Maintained
2016
2017HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2018P: Mike Miller
2019M: mike.miller@hp.com
2020L: iss_storagedev@hp.com
2021S: Supported
2022
Linus Torvalds1da177e2005-04-16 15:20:36 -07002023HFS FILESYSTEM
2024P: Roman Zippel
2025M: zippel@linux-m68k.org
2026L: linux-kernel@vger.kernel.org
2027S: Maintained
2028
2029HGA FRAMEBUFFER DRIVER
2030P: Ferenc Bakonyi
2031M: fero@drama.obuda.kando.hu
2032L: linux-nvidia@lists.surfsouth.com
2033W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2034S: Maintained
2035
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002036HIBERNATION (aka Software Suspend, aka swsusp)
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002037P: Pavel Machek
Pavel Machekef35ce22009-02-18 14:48:16 -08002038M: pavel@ucw.cz
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002039P: Rafael J. Wysocki
2040M: rjw@sisk.pl
2041L: linux-pm@lists.linux-foundation.org
2042S: Supported
2043
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01002044HID CORE LAYER
2045P: Jiri Kosina
2046M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002047L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01002048T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01002049S: Maintained
2050
Ingo Molnar38bed542007-02-22 09:09:34 +01002051HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2052P: Thomas Gleixner
2053M: tglx@linutronix.de
2054L: linux-kernel@vger.kernel.org
2055S: Maintained
2056
Linus Torvalds1da177e2005-04-16 15:20:36 -07002057HIGH-SPEED SCC DRIVER FOR AX.25
2058P: Klaus Kudielka
2059M: klaus.kudielka@ieee.org
2060L: linux-hams@vger.kernel.org
2061W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2062S: Maintained
2063
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08002064HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2065P: HighPoint Linux Team
2066M: linux@highpoint-tech.com
2067W: http://www.highpoint-tech.com
2068S: Supported
2069
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070HIPPI
2071P: Jes Sorensen
2072M: jes@trained-monkey.org
2073L: linux-hippi@sunsite.dk
2074S: Maintained
2075
Jouni Malinenff1d2762005-05-12 22:54:16 -04002076HOST AP DRIVER
2077P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07002078M: j@w1.fi
2079L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07002080L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04002081W: http://hostap.epitest.fi/
2082S: Maintained
2083
Carlos Corbachodd8cd772008-02-05 02:17:15 +00002084HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2085P: Carlos Corbacho
2086M: carlos@strangeworlds.co.uk
2087S: Odd Fixes
2088
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002089HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2090P: Jaroslav Kysela
2091M: perex@perex.cz
2092S: Maintained
2093
Clemens Ladischd36e74c2008-07-23 21:26:46 -07002094HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08002095P: Clemens Ladisch
2096M: clemens@ladisch.de
2097S: Maintained
2098
2099HPET: i386
2100P: Venkatesh Pallipadi (Venki)
2101M: venkatesh.pallipadi@intel.com
2102S: Maintained
2103
2104HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02002105P: Vojtech Pavlik
2106M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08002107S: Maintained
2108
2109HPET: ACPI hpet.c
2110P: Bob Picco
2111M: bob.picco@hp.com
2112S: Maintained
2113
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114HPFS FILESYSTEM
2115P: Mikulas Patocka
2116M: mikulas@artax.karlin.mff.cuni.cz
2117W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2118S: Maintained
2119
Denis Joseph Barrow11cd29b2009-01-02 13:50:36 +00002120HSO 3G Modem Driver (hso.c)
2121P: Denis Joseph Barrow
2122M: d.barow@option.com
2123W: http://www.pharscape.org
2124S: Maintained
2125
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002126HTCPEN TOUCHSCREEN DRIVER
2127P: Pau Oliva Fora
2128M: pof@eslack.org
2129L: linux-input@vger.kernel.org
2130S: Maintained
2131
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132HUGETLB FILESYSTEM
2133P: William Irwin
2134M: wli@holomorphy.com
2135S: Maintained
2136
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002137I2C/SMBUS STUB DRIVER
2138P: Mark M. Hoffman
2139M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01002140L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002141S: Maintained
2142
Jean Delvare5b543962005-08-15 19:51:02 +02002143I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002144P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002146P: Ben Dooks (embedded platforms)
2147M: ben-linux@fluff.org
Jean Delvare846557d2008-10-30 15:55:47 +01002148L: linux-i2c@vger.kernel.org
Jean Delvarea01064a2009-01-26 21:19:53 +01002149W: http://i2c.wiki.kernel.org/
2150T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151S: Maintained
2152
Till Harbaume8c76ee2007-05-01 23:26:35 +02002153I2C-TINY-USB DRIVER
2154P: Till Harbaum
2155M: till@harbaum.org
Jean Delvare846557d2008-10-30 15:55:47 +01002156L: linux-i2c@vger.kernel.org
Till Harbaume8c76ee2007-05-01 23:26:35 +02002157T: http://www.harbaum.org/till/i2c_tiny_usb
2158S: Maintained
2159
Linus Torvalds1da177e2005-04-16 15:20:36 -07002160i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002161P: H. Peter Anvin
2162M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163L: Linux-Kernel@vger.kernel.org
2164S: Maintained
2165
2166i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002167P: H. Peter Anvin
2168M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002169T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002170S: Maintained
2171
Linus Torvalds1da177e2005-04-16 15:20:36 -07002172IA64 (Itanium) PLATFORM
2173P: Tony Luck
2174M: tony.luck@intel.com
2175L: linux-ia64@vger.kernel.org
2176W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002177T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178S: Maintained
2179
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180IBM MCA SCSI SUBSYSTEM DRIVER
2181P: Michael Lang
2182M: langa2@kph.uni-mainz.de
2183W: http://www.uni-mainz.de/~langm000/linux.html
2184S: Maintained
2185
2186IBM Power Linux RAID adapter
2187P: Brian King
2188M: brking@us.ibm.com
2189S: Supported
2190
2191IBM ServeRAID RAID DRIVER
2192P: Jack Hammer
2193P: Dave Jeffery
2194M: ipslinux@adaptec.com
2195W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002196S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002197
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002198IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002199P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002200M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002201L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002202T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002203S: Maintained
2204
2205IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002206P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002207M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002208L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002209S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002210
2211IDE/ATAPI FLOPPY DRIVERS
2212P: Paul Bristow
2213M: Paul Bristow <paul@paulbristow.net>
2214W: http://paulbristow.net/linux/idefloppy.html
2215L: linux-kernel@vger.kernel.org
2216S: Maintained
2217
2218IDE/ATAPI TAPE DRIVERS
2219P: Gadi Oxman
2220M: Gadi Oxman <gadio@netvision.net.il>
2221L: linux-kernel@vger.kernel.org
2222S: Maintained
2223
Andy Henroid27471fd2008-10-09 11:45:22 -07002224IDLE-I7300
2225P: Andy Henroid
2226M: andrew.d.henroid@intel.com
2227L: linux-pm@lists.linux-foundation.org
2228S: Supported
2229
Stefan Richterf148e202008-01-12 12:32:44 +01002230IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002231P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002232M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002233P: Stefan Richter
2234M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002235L: linux1394-devel@lists.sourceforge.net
2236W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002237T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002238S: Maintained
2239
Stefan Richterf51a5a92007-04-23 14:41:10 -07002240IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002241P: Dan Dennedy
2242M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002243P: Stefan Richter
2244M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002245L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002246S: Maintained
2247
Mimi Zoharaa7168f2009-02-04 09:07:03 -05002248INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2249P: Mimi Zohar
2250M: zohar@us.ibm.com
2251S: Supported
2252
Linus Torvalds1da177e2005-04-16 15:20:36 -07002253IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002254L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002255S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002256
2257INFINIBAND SUBSYSTEM
2258P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002259M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002260P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002261M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002262P: Hal Rosenstock
Jean Delvare795fb7e2008-09-20 12:33:08 +02002263M: hal.rosenstock@gmail.com
Randy Dunlap40b0bb12009-02-04 15:12:13 -08002264L: general@lists.openfabrics.org (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002265W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002266T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002267S: Supported
2268
Robert Lovec9f04f52005-07-15 12:21:07 -04002269INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01002270P: John McCutchan
John McCutchan52af8942008-12-17 17:43:02 -08002271M: john@johnmccutchan.com
Cal Peake18b36c72006-12-12 20:18:16 +01002272P: Robert Love
John McCutchan52af8942008-12-17 17:43:02 -08002273M: rlove@rlove.org
Robert Lovec9f04f52005-07-15 12:21:07 -04002274L: linux-kernel@vger.kernel.org
2275S: Maintained
2276
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002277INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2278P: Dmitry Torokhov
2279M: dmitry.torokhov@gmail.com
2280M: dtor@mail.ru
2281L: linux-input@vger.kernel.org
2282T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2283S: Maintained
2284
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002285INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002286P: Sylvain Meyer
2287M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002288L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002289S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002290
Linus Torvalds1da177e2005-04-16 15:20:36 -07002291INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002292P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002293M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002294L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002295S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296
Thomas, Sujithf4a9bc42008-11-05 16:15:31 +05302297INTEL MENLOW THERMAL DRIVER
2298P: Sujith Thomas
2299M: sujith.thomas@intel.com
2300L: linux-acpi@vger.kernel.org
2301W: http://www.lesswatts.org/projects/acpi/
2302S: Supported
2303
Linus Torvalds1da177e2005-04-16 15:20:36 -07002304INTEL IA32 MICROCODE UPDATE SUPPORT
2305P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002306M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002307S: Maintained
2308
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002309INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002310P: Maciej Sosnowski
2311M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002312L: linux-kernel@vger.kernel.org
2313S: Supported
2314
David Woodhouse6c8909b2008-10-18 16:12:17 +01002315INTEL IOMMU (VT-d)
2316P: David Woodhouse
2317M: dwmw2@infradead.org
2318L: iommu@lists.linux-foundation.org
2319T: git://git.infradead.org/iommu-2.6.git
2320S: Supported
2321
Dan Williamsb3e5f262007-08-07 10:26:35 -07002322INTEL IOP-ADMA DMA DRIVER
2323P: Dan Williams
2324M: dan.j.williams@intel.com
2325L: linux-kernel@vger.kernel.org
2326S: Supported
2327
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01002328INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2329P: Krzysztof Halasa
2330M: khc@pm.waw.pl
2331S: Maintained
2332
Michael Buesch844dd052006-06-26 00:24:59 -07002333INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2334P: Deepak Saxena
2335M: dsaxena@plexity.net
2336S: Maintained
2337
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002338INTEL IXP2000 ETHERNET DRIVER
2339P: Lennert Buytenhek
2340M: kernel@wantstofly.org
2341L: netdev@vger.kernel.org
2342S: Maintained
2343
Auke Kokd94e6fe2008-03-03 14:37:47 -08002344INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002345P: Jeff Kirsher
2346M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002347P: Jesse Brandeburg
2348M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002349P: Bruce Allan
2350M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002351P: PJ Waskiewicz
2352M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002353P: John Ronciak
2354M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002355L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002356W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002357S: Supported
2358
James Ketrenos826d2ab2005-11-07 18:56:59 -06002359INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002360P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002361M: yi.zhu@intel.com
2362P: James Ketrenos
2363M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002364P: Reinette Chatre
2365M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002366L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002367L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002368W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002369W: http://ipw2100.sourceforge.net
2370S: Supported
2371
2372INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002373P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002374M: yi.zhu@intel.com
2375P: James Ketrenos
2376M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002377P: Reinette Chatre
2378M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002379L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002380L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002381W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002382W: http://ipw2200.sourceforge.net
2383S: Supported
2384
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08002385INTEL WIRELESS WIMAX CONNECTION 2400
2386P: Inaky Perez-Gonzalez
2387M: inaky.perez-gonzalez@intel.com
2388M: linux-wimax@intel.com
2389L: wimax@linuxwimax.org
2390S: Supported
2391W: http://linuxwimax.org
2392
Zhu Yib481de92007-09-25 17:54:57 -07002393INTEL WIRELESS WIFI LINK (iwlwifi)
2394P: Zhu Yi
2395M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002396P: Reinette Chatre
2397M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002398L: linux-wireless@vger.kernel.org
2399L: ipw3945-devel@lists.sourceforge.net
2400W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002401T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002402S: Supported
2403
Ralf Baechlecb109a02007-08-30 23:56:30 -07002404IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002405P: Ralf Baechle
2406M: ralf@linux-mips.org
2407L: linux-mips@linux-mips.org
2408S: Maintained
2409
Ralf Baechlecb109a02007-08-30 23:56:30 -07002410IOC3 SERIAL DRIVER
2411P: Pat Gefre
2412M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002413L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002414S: Maintained
2415
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002416IP MASQUERADING
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417P: Juanjo Ciarlante
2418M: jjciarla@raiz.uncu.edu.ar
2419S: Maintained
2420
Francois Romieu1202d6f2007-09-17 17:13:55 -07002421IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2422P: Francois Romieu
2423M: romieu@fr.zoreil.com
2424P: Sorbica Shieh
2425M: sorbica@icplus.com.tw
2426P: Jesse Huang
2427M: jesse@icplus.com.tw
2428L: netdev@vger.kernel.org
2429S: Maintained
2430
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002431IPATH DRIVER
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002432P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002433M: infinipath@qlogic.com
2434L: general@lists.openfabrics.org
2435T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002436S: Supported
2437
Corey Minyard4409ebe2006-04-20 02:43:12 -07002438IPMI SUBSYSTEM
2439P: Corey Minyard
2440M: minyard@acm.org
2441L: openipmi-developer@lists.sourceforge.net
2442W: http://openipmi.sourceforge.net/
2443S: Supported
2444
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002445IPS SCSI RAID DRIVER
2446P: Adaptec OEM Raid Solutions
2447M: aacraid@adaptec.com
2448L: linux-scsi@vger.kernel.org
2449W: http://www.adaptec.com/
2450S: Maintained
2451
2452IPVS
2453P: Wensong Zhang
2454M: wensong@linux-vs.org
2455P: Simon Horman
2456M: horms@verge.net.au
2457P: Julian Anastasov
2458M: ja@ssi.bg
Ralf Baechle979b6c12005-06-13 14:30:40 -07002459L: netdev@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002460L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002461S: Maintained
2462
Randy Dunlape7839f22008-10-12 16:11:45 -07002463IPWIRELESS DRIVER
David Sterba099dc4f2008-02-07 10:57:12 +01002464P: Jiri Kosina
2465M: jkosina@suse.cz
2466P: David Sterba
2467M: dsterba@suse.cz
2468S: Maintained
2469T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2470
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002471IPX NETWORK LAYER
2472P: Arnaldo Carvalho de Melo
2473M: acme@ghostprotocols.net
2474L: netdev@vger.kernel.org
2475S: Maintained
2476
Linus Torvalds1da177e2005-04-16 15:20:36 -07002477IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002478P: Samuel Ortiz
2479M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002480L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002481W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002482S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002483
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002484ISAPNP
2485P: Jaroslav Kysela
2486M: perex@perex.cz
2487S: Maintained
2488
Mike Christie14816b12007-11-28 16:22:06 -08002489ISCSI
2490P: Mike Christie
2491M: michaelc@cs.wisc.edu
2492L: open-iscsi@googlegroups.com
2493W: www.open-iscsi.org
2494T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2495S: Maintained
2496
Linus Torvalds1da177e2005-04-16 15:20:36 -07002497ISDN SUBSYSTEM
2498P: Karsten Keil
Karsten Keilfbfd8b52009-03-01 18:04:53 +01002499M: isdn@linux-pingi.de
Paul Bolled5d52272008-04-15 00:40:48 -07002500L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002502T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002503S: Maintained
2504
2505ISDN SUBSYSTEM (Eicon active card driver)
2506P: Armin Schindler
2507M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002508L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002509W: http://www.melware.de
2510S: Maintained
2511
Hans Verkuil91821ff2007-12-02 09:35:33 -03002512IVTV VIDEO4LINUX DRIVER
2513P: Hans Verkuil
2514M: hverkuil@xs4all.nl
2515L: ivtv-devel@ivtvdriver.org
2516L: ivtv-users@ivtvdriver.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03002517L: linux-media@vger.kernel.org
2518T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Hans Verkuil91821ff2007-12-02 09:35:33 -03002519W: http://www.ivtvdriver.org
2520S: Maintained
2521
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002522JFS FILESYSTEM
2523P: Dave Kleikamp
2524M: shaggy@austin.ibm.com
2525L: jfs-discussion@lists.sourceforge.net
2526W: http://jfs.sourceforge.net/
2527T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2528S: Supported
2529
Guo-Fu Tseng95252232008-09-16 01:00:11 +08002530JME NETWORK DRIVER
2531P: Guo-Fu Tseng
2532M: cooldavid@cooldavid.org
2533L: netdev@vger.kernel.org
2534S: Maintained
2535
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2537P: David Woodhouse
2538M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002539L: linux-mtd@lists.infradead.org
2540W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002541S: Maintained
2542
Josh Triplettde456d32006-07-30 03:04:00 -07002543JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002544P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002545M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002546L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002547S: Maintained
2548
Rudolf Marek4660cb32006-10-08 22:01:26 +02002549K8TEMP HARDWARE MONITORING DRIVER
2550P: Rudolf Marek
2551M: r.marek@assembler.cz
2552L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553S: Maintained
2554
2555KCONFIG
2556P: Roman Zippel
2557M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002558L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002559S: Maintained
2560
Vivek Goyalea6c2082006-05-20 14:59:55 -07002561KDUMP
2562P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002563M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002564P: Haren Myneni
2565M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002566L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002567L: linux-kernel@vger.kernel.org
2568W: http://lse.sourceforge.net/kdump/
2569S: Maintained
2570
Linus Torvalds1da177e2005-04-16 15:20:36 -07002571KERNEL AUTOMOUNTER (AUTOFS)
2572P: H. Peter Anvin
2573M: hpa@zytor.com
2574L: autofs@linux.kernel.org
2575S: Odd Fixes
2576
2577KERNEL AUTOMOUNTER v4 (AUTOFS4)
2578P: Ian Kent
2579M: raven@themaw.net
2580L: autofs@linux.kernel.org
2581S: Maintained
2582
2583KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002584P: Sam Ravnborg
2585M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002586T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2587T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002588L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002589S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002590
2591KERNEL JANITORS
2592P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002593L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002594W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002595S: Maintained
2596
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002597KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002598P: J. Bruce Fields
2599M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002600P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002601M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002602L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002603W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002604S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605
Avi Kivity426d62e2006-12-13 00:34:03 -08002606KERNEL VIRTUAL MACHINE (KVM)
2607P: Avi Kivity
Avi Kivity9ea1de42008-09-19 19:25:30 -07002608M: avi@redhat.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002609L: kvm@vger.kernel.org
2610W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002611S: Supported
2612
Joerg Roedelad8003d2008-09-10 20:01:07 +02002613KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2614P: Joerg Roedel
2615M: joerg.roedel@amd.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002616L: kvm@vger.kernel.org
2617W: http://kvm.qumranet.com
2618S: Supported
2619
Hollis Blanchard513014b2008-04-16 23:28:08 -05002620KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2621P: Hollis Blanchard
2622M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002623L: kvm-ppc@vger.kernel.org
2624W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002625S: Supported
2626
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002627KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002628P: Xiantao Zhang
2629M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002630L: kvm-ia64@vger.kernel.org
2631W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002632S: Supported
2633
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002634KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2635P: Carsten Otte
2636M: cotte@de.ibm.com
2637P: Christian Borntraeger
2638M: borntraeger@de.ibm.com
2639M: linux390@de.ibm.com
2640L: linux-s390@vger.kernel.org
2641W: http://www.ibm.com/developerworks/linux/linux390/
2642S: Supported
2643
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002644KEXEC
2645P: Eric Biederman
2646M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002647W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002648L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002649L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002650S: Maintained
2651
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002652KGDB
2653P: Jason Wessel
2654M: jason.wessel@windriver.com
2655L: kgdb-bugreport@lists.sourceforge.net
2656S: Maintained
2657
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002658KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002659P: Ananth N Mavinakayanahalli
2660M: ananth@in.ibm.com
2661P: Anil S Keshavamurthy
2662M: anil.s.keshavamurthy@intel.com
2663P: David S. Miller
2664M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002665P: Masami Hiramatsu
2666M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002667L: linux-kernel@vger.kernel.org
2668S: Maintained
2669
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002670KS0108 LCD CONTROLLER DRIVER
2671P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002672M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002673L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002674W: http://miguelojeda.es/auxdisplay.htm
2675W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002676S: Maintained
2677
Linus Torvalds1da177e2005-04-16 15:20:36 -07002678LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002679L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002680S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002681
2682LASI 53c700 driver for PARISC
2683P: James E.J. Bottomley
2684M: James.Bottomley@HansenPartnership.com
2685L: linux-scsi@vger.kernel.org
2686S: Maintained
2687
Richard Purdie263de9b2006-05-15 09:44:16 -07002688LED SUBSYSTEM
2689P: Richard Purdie
2690M: rpurdie@rpsys.net
2691S: Maintained
2692
Linus Torvalds1da177e2005-04-16 15:20:36 -07002693LEGO USB Tower driver
2694P: Juergen Stuber
2695M: starblue@users.sourceforge.net
2696L: legousb-devel@lists.sourceforge.net
2697W: http://legousb.sourceforge.net/
2698S: Maintained
2699
Rusty Russell568a17f2007-10-25 14:12:24 +10002700LGUEST
2701P: Rusty Russell
2702M: rusty@rustcorp.com.au
2703L: lguest@ozlabs.org
2704W: http://lguest.ozlabs.org/
2705S: Maintained
2706
Linus Torvalds1da177e2005-04-16 15:20:36 -07002707LINUX FOR IBM pSERIES (RS/6000)
2708P: Paul Mackerras
2709M: paulus@au.ibm.com
2710W: http://www.ibm.com/linux/ltc/projects/ppc
2711S: Supported
2712
2713LINUX FOR NCR VOYAGER
2714P: James Bottomley
2715M: James.Bottomley@HansenPartnership.com
2716W: http://www.hansenpartnership.com/voyager
2717S: Maintained
2718
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002719LINUX FOR POWERPC (32-BIT AND 64-BIT)
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002720P: Benjamin Herrenschmidt
2721M: benh@kernel.crashing.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002722P: Paul Mackerras
2723M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002724W: http://www.penguinppc.org/
2725L: linuxppc-dev@ozlabs.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002726T: git kernel.org:/pub/scm/linux/kernel/git/benh/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002727S: Supported
2728
2729LINUX FOR POWER MACINTOSH
2730P: Benjamin Herrenschmidt
2731M: benh@kernel.crashing.org
2732W: http://www.penguinppc.org/
2733L: linuxppc-dev@ozlabs.org
2734S: Maintained
2735
Grant Likely77a76362008-07-12 12:11:43 -06002736LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002737P: Sylvain Munaut
2738M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002739P: Grant Likely
2740M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002741L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002742S: Maintained
2743
2744LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002745P: Josh Boyer
2746M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747P: Matt Porter
2748M: mporter@kernel.crashing.org
2749W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002750L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002751T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002752S: Maintained
2753
Grant Likely260c02a2007-10-02 12:15:34 +10002754LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2755P: Grant Likely
2756M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002757W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002758L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002759S: Maintained
2760
Tom Rinie93adf12005-07-26 12:49:53 -07002761LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002762P: Vitaly Bordug
2763M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002764P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002765M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002766W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002767L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002768S: Maintained
2769
Linus Torvalds1da177e2005-04-16 15:20:36 -07002770LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002771P: Kumar Gala
2772M: galak@kernel.crashing.org
2773W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002774L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002775S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002776
Olof Johanssonab06ff32006-09-06 14:44:54 -05002777LINUX FOR POWERPC PA SEMI PWRFICIENT
2778P: Olof Johansson
2779M: olof@lixom.net
2780W: http://www.pasemi.com/
2781L: linuxppc-dev@ozlabs.org
2782S: Supported
2783
Linus Torvalds1da177e2005-04-16 15:20:36 -07002784LINUX SECURITY MODULE (LSM) FRAMEWORK
2785P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002786M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002787L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002788T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002789S: Supported
2790
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002791LLC (802.2)
2792P: Arnaldo Carvalho de Melo
2793M: acme@ghostprotocols.net
2794S: Maintained
2795
Pavel Machek455fbdd2008-11-12 13:27:02 -08002796LIS3LV02D ACCELEROMETER DRIVER
2797P: Eric Piel
2798M: eric.piel@tremplin-utc.net
2799S: Maintained
2800
Linus Torvalds1da177e2005-04-16 15:20:36 -07002801LM83 HARDWARE MONITOR DRIVER
2802P: Jean Delvare
2803M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002804L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002805S: Maintained
2806
2807LM90 HARDWARE MONITOR DRIVER
2808P: Jean Delvare
2809M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002810L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811S: Maintained
2812
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002813LOCKDEP AND LOCKSTAT
2814P: Peter Zijlstra
2815M: peterz@infradead.org
2816P: Ingo Molnar
2817M: mingo@redhat.com
2818L: linux-kernel@vger.kernel.org
2819T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2820S: Maintained
2821
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002822LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002823P: Richard Russon (FlatCap)
2824M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002825L: linux-ntfs-dev@lists.sourceforge.net
2826W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002827S: Maintained
2828
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002829LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2830P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002831M: Eric.Moore@lsi.com
2832M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002833L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002834L: linux-scsi@vger.kernel.org
2835W: http://www.lsilogic.com/support
2836S: Supported
2837
Linus Torvalds1da177e2005-04-16 15:20:36 -07002838LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2839P: Matthew Wilcox
2840M: matthew@wil.cx
2841L: linux-scsi@vger.kernel.org
2842S: Maintained
2843
Mike Frysinger81365c32008-10-29 14:01:12 -07002844LTP (Linux Test Project)
2845P: Subrata Modak
2846M: subrata@linux.vnet.ibm.com
2847P: Mike Frysinger
2848M: vapier@gentoo.org
2849L: ltp-list@lists.sourceforge.net (subscribers-only)
2850W: http://ltp.sourceforge.net/
2851T: git kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
2852S: Maintained
2853
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002854M32R ARCHITECTURE
2855P: Hirokazu Takata
2856M: takata@linux-m32r.org
2857L: linux-m32r@ml.linux-m32r.org
2858L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2859W: http://www.linux-m32r.org/
2860S: Maintained
2861
Linus Torvalds1da177e2005-04-16 15:20:36 -07002862M68K ARCHITECTURE
2863P: Geert Uytterhoeven
2864M: geert@linux-m68k.org
2865P: Roman Zippel
2866M: zippel@linux-m68k.org
2867L: linux-m68k@lists.linux-m68k.org
2868W: http://www.linux-m68k.org/
Geert Uytterhoeven0e750aa2008-11-24 21:37:09 +01002869T: git git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002870S: Maintained
2871
2872M68K ON APPLE MACINTOSH
2873P: Joshua Thompson
2874M: funaho@jurai.org
2875W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002876L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002877S: Maintained
2878
2879M68K ON HP9000/300
2880P: Philip Blundell
2881M: philb@gnu.org
2882W: http://www.tazenda.demon.co.uk/phil/linux-hp
2883S: Maintained
2884
Jiri Benc64a327a2007-05-05 11:47:08 -07002885MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002886P: Johannes Berg
2887M: johannes@sipsolutions.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002888L: linux-wireless@vger.kernel.org
2889W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002890T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002891S: Maintained
2892
Stefano Brivio1036d862007-12-23 04:46:27 +01002893MAC80211 PID RATE CONTROL
2894P: Stefano Brivio
2895M: stefano.brivio@polimi.it
2896P: Mattias Nissler
2897M: mattias.nissler@gmx.de
2898L: linux-wireless@vger.kernel.org
2899W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2900T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2901S: Maintained
2902
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002903MACVLAN DRIVER
2904P: Patrick McHardy
2905M: kaber@trash.net
2906L: netdev@vger.kernel.org
2907S: Maintained
2908
Michael Kerriskfaf16682005-07-31 22:34:47 -07002909MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002910P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002911M: mtk.manpages@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02002912W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07002913L: linux-man@vger.kernel.org
Michael Kerrisk1b53dc72009-03-12 14:31:32 -07002914S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002915
Stefano Brivio74cda162007-11-19 20:27:46 +01002916MARVELL LIBERTAS WIRELESS DRIVER
2917P: Dan Williams
2918M: dcbw@redhat.com
2919L: libertas-dev@lists.infradead.org
2920S: Maintained
2921
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002922MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002923P: Lennert Buytenhek
2924M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002925L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002926S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002927
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002928MARVELL YUKON / SYSKONNECT DRIVER
2929P: Mirko Lindner
2930M: mlindner@syskonnect.de
2931P: Ralph Roesler
2932M: rroesler@syskonnect.de
2933W: http://www.syskonnect.com
2934S: Supported
2935
Linus Torvalds1da177e2005-04-16 15:20:36 -07002936MATROX FRAMEBUFFER DRIVER
2937P: Petr Vandrovec
2938M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002939L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002940S: Maintained
2941
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002942MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2943P: Hans J. Koch
2944M: hjk@linutronix.de
2945L: lm-sensors@lm-sensors.org
2946S: Maintained
2947
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002948MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002949P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002950M: megaraidlinux@lsi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002951L: linux-scsi@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002952W: http://megaraid.lsilogic.com
2953S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002954
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002955MEMORY MANAGEMENT
2956L: linux-mm@kvack.org
2957L: linux-kernel@vger.kernel.org
2958W: http://www.linux-mm.org
2959S: Maintained
2960
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002961MEMORY RESOURCE CONTROLLER
2962P: Balbir Singh
2963M: balbir@linux.vnet.ibm.com
2964P: Pavel Emelyanov
2965M: xemul@openvz.org
2966P: KAMEZAWA Hiroyuki
2967M: kamezawa.hiroyu@jp.fujitsu.com
2968L: linux-mm@kvack.org
2969L: linux-kernel@vger.kernel.org
2970S: Maintained
2971
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002972MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002973P: David Woodhouse
2974M: dwmw2@infradead.org
2975W: http://www.linux-mtd.infradead.org/
2976L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002977T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002978S: Maintained
2979
2980MICROTEK X6 SCANNER
2981P: Oliver Neukum
2982M: oliver@neukum.name
2983S: Maintained
2984
2985MIPS
2986P: Ralf Baechle
2987M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002988W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002989L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002990T: git www.linux-mips.org:/pub/scm/linux.git
2991S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002992
2993MISCELLANEOUS MCA-SUPPORT
2994P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002995M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996L: linux-kernel@vger.kernel.org
2997S: Maintained
2998
2999MODULE SUPPORT
3000P: Rusty Russell
3001M: rusty@rustcorp.com.au
3002L: linux-kernel@vger.kernel.org
3003S: Maintained
3004
3005MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3006P: Stelian Pop
3007M: stelian@popies.net
3008W: http://popies.net/meye/
3009S: Maintained
3010
Pavel Pisac58ff042007-05-16 01:10:41 +02003011MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3012P: Pavel Pisa
3013M: ppisa@pikron.com
3014L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02003015S: Maintained
3016
Linus Torvalds1da177e2005-04-16 15:20:36 -07003017MOUSE AND MISC DEVICES [GENERAL]
3018P: Alessandro Rubini
3019M: rubini@ipvvis.unipv.it
3020L: linux-kernel@vger.kernel.org
3021S: Maintained
3022
Jiri Slabyb9705b62008-04-30 00:53:48 -07003023MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08003024P: Jiri Slaby
3025M: jirislaby@gmail.com
3026L: linux-kernel@vger.kernel.org
3027S: Maintained
3028
Lennart Poettering8c4c7312006-10-06 01:27:02 -04003029MSI LAPTOP SUPPORT
3030P: Lennart Poettering
3031M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08003032W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04003033W: http://0pointer.de/lennart/tchibo.html
3034S: Maintained
3035
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07003036MULTIFUNCTION DEVICES (MFD)
3037P: Samuel Ortiz
3038M: sameo@openedhand.com
3039L: linux-kernel@vger.kernel.org
3040S: Supported
3041
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02003042MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07003043P: Pierre Ossman
3044M: drzeus-mmc@drzeus.cx
3045L: linux-kernel@vger.kernel.org
3046S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01003047
David Brownell15a05802007-08-08 09:12:54 -07003048MULTIMEDIA CARD (MMC) ETC. OVER SPI
3049P: David Brownell
3050M: dbrownell@users.sourceforge.net
3051L: linux-kernel@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02003052S: Odd Fixes
David Brownell15a05802007-08-08 09:12:54 -07003053
Linus Torvalds1da177e2005-04-16 15:20:36 -07003054MULTISOUND SOUND DRIVER
3055P: Andrew Veliath
3056M: andrewtv@usa.net
3057S: Maintained
3058
Jiri Slabyd7354102006-12-08 02:38:35 -08003059MULTITECH MULTIPORT CARD (ISICOM)
3060P: Jiri Slaby
3061M: jirislaby@gmail.com
3062L: linux-kernel@vger.kernel.org
3063S: Maintained
3064
Felipe Balbi550a7372008-07-24 12:27:36 +03003065MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003066P: Felipe Balbi
3067M: felipe.balbi@nokia.com
3068L: linux-usb@vger.kernel.org
Felipe Balbib6a49b82008-11-24 13:06:51 +02003069T: git gitorious.org:/musb/mainline.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02003070S: Maintained
Felipe Balbi550a7372008-07-24 12:27:36 +03003071
Brice Goglin2d3cf582008-05-17 12:45:36 +02003072MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3073P: Andrew Gallatin
3074M: gallatin@myri.com
3075P: Brice Goglin
3076M: brice@myri.com
3077L: netdev@vger.kernel.org
3078W: http://www.myri.com/scs/download-Myri10GE.html
3079S: Supported
3080
Linus Torvalds1da177e2005-04-16 15:20:36 -07003081NATSEMI ETHERNET DRIVER (DP8381x)
Jean Delvare795fb7e2008-09-20 12:33:08 +02003082P: Tim Hockin
Linus Torvalds1da177e2005-04-16 15:20:36 -07003083M: thockin@hockin.org
3084S: Maintained
3085
3086NCP FILESYSTEM
3087P: Petr Vandrovec
3088M: vandrove@vc.cvut.cz
3089L: linware@sh.cvut.cz
3090S: Maintained
3091
3092NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3093P: James E.J. Bottomley
3094M: James.Bottomley@HansenPartnership.com
3095L: linux-scsi@vger.kernel.org
3096S: Maintained
3097
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003098NETEFFECT IWARP RNIC DRIVER (IW_NES)
3099P: Faisal Latif
Roland Dreier7b49d952008-10-16 15:39:14 -07003100M: faisal.latif@intel.com
Chien Tung5f625602008-05-26 15:23:32 -07003101P: Chien Tung
Roland Dreier7b49d952008-10-16 15:39:14 -07003102M: chien.tin.tung@intel.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003103L: general@lists.openfabrics.org
3104W: http://www.neteffect.com
3105S: Supported
3106F: drivers/infiniband/hw/nes/
3107
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003108NETEM NETWORK EMULATOR
3109P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003110M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07003111L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003112S: Maintained
3113
Ramkrishna Vepab136d1c2009-04-01 18:14:25 +00003114NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
Jiri Slaby4a584482007-08-30 23:56:39 -07003115P: Ramkrishna Vepa
3116M: ram.vepa@neterion.com
3117P: Rastapur Santosh
3118M: santosh.rastapur@neterion.com
3119P: Sivakumar Subramani
3120M: sivakumar.subramani@neterion.com
3121P: Sreenivasa Honnur
3122M: sreenivasa.honnur@neterion.com
Ramkrishna Vepab136d1c2009-04-01 18:14:25 +00003123P: Anil Murthy
3124M: anil.murthy@neterion.com
Jiri Slaby4a584482007-08-30 23:56:39 -07003125L: netdev@vger.kernel.org
Ramkrishna Vepab136d1c2009-04-01 18:14:25 +00003126W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3127W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
Jiri Slaby4a584482007-08-30 23:56:39 -07003128S: Supported
3129
Linus Torvalds1da177e2005-04-16 15:20:36 -07003130NETFILTER/IPTABLES/IPCHAINS
3131P: Rusty Russell
3132P: Marc Boucher
3133P: James Morris
3134P: Harald Welte
3135P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07003136P: Patrick McHardy
3137M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07003138L: netfilter-devel@vger.kernel.org
3139L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07003140L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003141W: http://www.netfilter.org/
3142W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003143S: Supported
3144
Paul Moore4cc67732006-09-25 15:57:13 -07003145NETLABEL
3146P: Paul Moore
3147M: paul.moore@hp.com
3148W: http://netlabel.sf.net
3149L: netdev@vger.kernel.org
3150S: Supported
3151
Linus Torvalds1da177e2005-04-16 15:20:36 -07003152NETROM NETWORK LAYER
3153P: Ralf Baechle
3154M: ralf@linux-mips.org
3155L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003156W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157S: Maintained
3158
Pavel Machek5ddb88c2006-09-29 02:01:29 -07003159NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003160P: Paul Clements
3161M: Paul.Clements@steeleye.com
3162S: Maintained
3163
3164NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003165P: Jeff Garzik
3166M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003167L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003168T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003169S: Maintained
3170
3171NETWORKING [GENERAL]
3172P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003173M: netdev@vger.kernel.org
3174L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003175W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003176S: Maintained
3177
3178NETWORKING [IPv4/IPv6]
3179P: David S. Miller
3180M: davem@davemloft.net
3181P: Alexey Kuznetsov
3182M: kuznet@ms2.inr.ac.ru
3183P: Pekka Savola (ipv6)
3184M: pekkas@netcore.fi
3185P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003186M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003187P: Hideaki YOSHIFUJI
3188M: yoshfuji@linux-ipv6.org
3189P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003190M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003191L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003192T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003193S: Maintained
3194
James Morris10e2ff12007-08-25 14:41:28 -07003195NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3196P: Paul Moore
3197M: paul.moore@hp.com
3198L: netdev@vger.kernel.org
3199S: Maintained
3200
John W. Linville29f8f632006-01-18 14:52:48 -08003201NETWORKING [WIRELESS]
3202P: John W. Linville
3203M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003204L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003205T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3206S: Maintained
3207
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003208NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003209P: Dhananjay Phadke
3210M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003211L: netdev@vger.kernel.org
3212W: http://www.netxen.com
3213S: Supported
3214
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003215NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003216P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003217M: Trond.Myklebust@netapp.com
3218L: linux-nfs@vger.kernel.org
3219W: http://client.linux-nfs.org
3220T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003221S: Maintained
3222
3223NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003224P: Jan-Pascal van Best
3225M: janpascal@vanbest.org
3226P: Andreas Mohr
3227M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003228L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003229S: Maintained
3230
3231NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3232P: YOKOTA Hiroshi
3233M: yokota@netlab.is.tsukuba.ac.jp
3234W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3235S: Maintained
3236
3237NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3238P: GOTO Masanori
3239M: gotom@debian.or.jp
3240P: YOKOTA Hiroshi
3241M: yokota@netlab.is.tsukuba.ac.jp
3242W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3243S: Maintained
3244
Linus Torvalds1da177e2005-04-16 15:20:36 -07003245NTFS FILESYSTEM
3246P: Anton Altaparmakov
3247M: aia21@cantab.net
3248L: linux-ntfs-dev@lists.sourceforge.net
3249L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003250W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003251T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003252S: Maintained
3253
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003254NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003255P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003256M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003257L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003258S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003259
Bob Copeland0ad122d2008-07-25 19:45:18 -07003260OMFS FILESYSTEM
3261P: Bob Copeland
3262M: me@bobcopeland.com
3263L: linux-karma-devel@lists.sourceforge.net
3264S: Maintained
3265
Harald Weltec1986ee2005-11-13 16:06:29 -08003266OMNIKEY CARDMAN 4000 DRIVER
3267P: Harald Welte
3268M: laforge@gnumonks.org
3269S: Maintained
3270
Harald Welte77c44ab2005-11-13 16:06:26 -08003271OMNIKEY CARDMAN 4040 DRIVER
3272P: Harald Welte
3273M: laforge@gnumonks.org
3274S: Maintained
3275
Jonathan Corbet77d51402007-03-22 19:44:17 -03003276OMNIVISION OV7670 SENSOR DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003277P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03003278M: corbet@lwn.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003279L: linux-media@vger.kernel.org
3280T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03003281S: Maintained
3282
Thomas Gleixner431bca72007-05-02 09:31:35 +02003283ONENAND FLASH DRIVER
3284P: Kyungmin Park
3285M: kyungmin.park@samsung.com
3286L: linux-mtd@lists.infradead.org
3287S: Maintained
3288
Linus Torvalds1da177e2005-04-16 15:20:36 -07003289ONSTREAM SCSI TAPE DRIVER
3290P: Willem Riede
3291M: osst@riede.org
3292L: osst-users@lists.sourceforge.net
3293L: linux-scsi@vger.kernel.org
3294S: Maintained
3295
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003296OPENCORES I2C BUS DRIVER
3297P: Peter Korsgaard
3298M: jacmet@sunsite.dk
Jean Delvare846557d2008-10-30 15:55:47 +01003299L: linux-i2c@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003300S: Maintained
3301
Linus Torvalds1da177e2005-04-16 15:20:36 -07003302OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003303P: Robert Richter
3304M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003305L: oprofile-list@lists.sf.net
3306S: Maintained
3307
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003308ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3309P: Mark Fasheh
3310M: mfasheh@suse.com
3311P: Joel Becker
3312M: joel.becker@oracle.com
3313L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3314W: http://oss.oracle.com/projects/ocfs2/
3315T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3316S: Supported
3317
Linus Torvalds1da177e2005-04-16 15:20:36 -07003318ORINOCO DRIVER
3319P: Pavel Roskin
3320M: proski@gnu.org
3321P: David Gibson
3322M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003323L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003324L: orinoco-users@lists.sourceforge.net
3325L: orinoco-devel@lists.sourceforge.net
3326W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003327S: Maintained
3328
Boaz Harrosh68274792009-01-25 17:24:14 +02003329OSD LIBRARY
3330P: Boaz Harrosh
3331M: bharrosh@panasas.com
3332P: Benny Halevy
3333M: bhalevy@panasas.com
3334L: osd-dev@open-osd.org
3335W: http://open-osd.org
3336T: git://git.open-osd.org/open-osd.git
3337S: Maintained
3338
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003339P54 WIRELESS DRIVER
3340P: Michael Wu
3341M: flamingice@sourmilk.net
3342L: linux-wireless@vger.kernel.org
3343W: http://prism54.org
3344T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3345S: Maintained
3346
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003347PA SEMI ETHERNET DRIVER
3348P: Olof Johansson
3349M: olof@lixom.net
3350L: netdev@vger.kernel.org
3351S: Maintained
3352
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003353PA SEMI SMBUS DRIVER
3354P: Olof Johansson
3355M: olof@lixom.net
Jean Delvare846557d2008-10-30 15:55:47 +01003356L: linux-i2c@vger.kernel.org
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003357S: Maintained
3358
Harald Welte709ee532008-09-23 17:46:57 +02003359PANASONIC LAPTOP ACPI EXTRAS DRIVER
3360P: Harald Welte
3361M: laforge@gnumonks.org
3362S: Maintained
3363
David Howells4fa97182008-10-13 10:42:44 +01003364PANASONIC MN10300/AM33 PORT
3365P: David Howells
3366M: dhowells@redhat.com
3367P: Koichi Yasutake
3368M: yasutake.koichi@jp.panasonic.com
3369L: linux-am33-list@redhat.com (moderated for non-subscribers)
3370W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3371S: Maintained
3372
Linus Torvalds1da177e2005-04-16 15:20:36 -07003373PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003374L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003375S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003376
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003377PARAVIRT_OPS INTERFACE
3378P: Jeremy Fitzhardinge
3379M: jeremy@xensource.com
3380P: Chris Wright
3381M: chrisw@sous-sol.org
Zachary Amsden8cbb5bc2009-02-20 11:27:46 -08003382P: Alok Kataria
3383M: akataria@vmware.com
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003384P: Rusty Russell
3385M: rusty@rustcorp.com.au
3386L: virtualization@lists.osdl.org
3387L: linux-kernel@vger.kernel.org
3388S: Supported
3389
Linus Torvalds1da177e2005-04-16 15:20:36 -07003390PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3391P: Tim Waugh
3392M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003393L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003394W: http://www.torque.net/linux-pp.html
3395S: Maintained
3396
3397PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003398P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003399M: kyle@mcmartin.ca
Grant Grundler763461192008-12-01 00:21:35 -07003400P: Helge Deller
3401M: deller@gmx.de
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003402L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003403W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003404T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003405S: Maintained
3406
Jim Cromie1662d322006-10-06 00:43:59 -07003407PC87360 HARDWARE MONITORING DRIVER
3408P: Jim Cromie
3409M: jim.cromie@gmail.com
3410L: lm-sensors@lm-sensors.org
3411S: Maintained
3412
3413PC8736x GPIO DRIVER
3414P: Jim Cromie
3415M: jim.cromie@gmail.com
3416S: Maintained
3417
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003418PCI ERROR RECOVERY
3419P: Linas Vepstas
3420M: linas@austin.ibm.com
3421L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003422L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003423S: Supported
3424
Linus Torvalds1da177e2005-04-16 15:20:36 -07003425PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003426P: Jesse Barnes
3427M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003428L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003429L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003430T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003431S: Supported
3432
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003433PCIE HOTPLUG DRIVER
3434P: Kristen Carlson Accardi
3435M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003436L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003437S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003438
Linus Torvalds1da177e2005-04-16 15:20:36 -07003439PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003440P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003441L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003442W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003443T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003444S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003445
3446PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003447P: Don Fry
3448M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003449L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003450S: Maintained
3451
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003452PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003453P: Balbir Singh
3454M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003455L: linux-kernel@vger.kernel.org
3456S: Maintained
3457
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003458PERSONALITY HANDLING
3459P: Christoph Hellwig
3460M: hch@infradead.org
3461L: linux-abi-devel@lists.sourceforge.net
3462S: Maintained
3463
Linus Torvalds1da177e2005-04-16 15:20:36 -07003464PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003465P: Joern Engel
3466M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003467L: linux-mtd@lists.infradead.org
3468S: Maintained
3469
Peter Osterlund249a6772005-09-27 21:45:30 -07003470PKTCDVD DRIVER
3471P: Peter Osterlund
3472M: petero2@telia.com
3473L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003474S: Maintained
3475
Linus Torvalds1da177e2005-04-16 15:20:36 -07003476POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003477P: Thomas Gleixner
3478M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003479L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003480S: Supported
3481
Anton Vorontsov3be86142007-07-15 04:43:36 +04003482POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3483P: Anton Vorontsov
3484M: cbou@mail.ru
3485P: David Woodhouse
3486M: dwmw2@infradead.org
3487L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003488T: git git.infradead.org/battery-2.6.git
3489S: Maintained
3490
Linus Torvalds1da177e2005-04-16 15:20:36 -07003491PNP SUPPORT
3492P: Adam Belay
Bjorn Helgaas2d59f6a2008-08-01 10:01:12 -06003493M: abelay@mit.edu
3494P: Bjorn Helgaas
3495M: bjorn.helgaas@hp.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003496S: Maintained
3497
Vitaly Wool999445d2007-01-04 13:07:03 +01003498PNXxxxx I2C DRIVER
3499P: Vitaly Wool
3500M: vitalywool@gmail.com
Jean Delvare846557d2008-10-30 15:55:47 +01003501L: linux-i2c@vger.kernel.org
Vitaly Wool999445d2007-01-04 13:07:03 +01003502S: Maintained
3503
Linus Torvalds1da177e2005-04-16 15:20:36 -07003504PPP PROTOCOL DRIVERS AND COMPRESSORS
3505P: Paul Mackerras
3506M: paulus@samba.org
3507L: linux-ppp@vger.kernel.org
3508S: Maintained
3509
3510PPP OVER ATM (RFC 2364)
3511P: Mitchell Blank Jr
3512M: mitch@sfgoth.com
3513S: Maintained
3514
3515PPP OVER ETHERNET
3516P: Michal Ostrowski
Chris Wright5e70b7f2008-06-09 16:07:28 -07003517M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003518S: Maintained
3519
James Chapmana6d23702007-06-27 15:53:17 -07003520PPP OVER L2TP
3521P: James Chapman
3522M: jchapman@katalix.com
3523S: Maintained
3524
Linus Torvalds1da177e2005-04-16 15:20:36 -07003525PREEMPTIBLE KERNEL
3526P: Robert Love
3527M: rml@tech9.net
3528L: linux-kernel@vger.kernel.org
3529L: kpreempt-tech@lists.sourceforge.net
3530W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3531S: Supported
3532
3533PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003534P: Luis R. Rodriguez
3535M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003536L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003537W: http://prism54.org
3538S: Maintained
3539
3540PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3541P: Peter Denison
3542M: promise@pnd-pc.demon.co.uk
3543W: http://www.pnd-pc.demon.co.uk/promise/
3544S: Maintained
3545
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003546PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3547P: Mikael Pettersson
3548M: mikpe@it.uu.se
3549L: linux-ide@vger.kernel.org
3550S: Maintained
3551
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003552PS3 NETWORK SUPPORT
3553P: Masakazu Mokuno
3554M: mokuno@sm.sony.co.jp
3555L: netdev@vger.kernel.org
3556L: cbe-oss-dev@ozlabs.org
3557S: Supported
3558
Geoff Levandf58a9d12006-11-23 00:46:51 +01003559PS3 PLATFORM SUPPORT
3560P: Geoff Levand
3561M: geoffrey.levand@am.sony.com
3562L: linuxppc-dev@ozlabs.org
3563L: cbe-oss-dev@ozlabs.org
3564S: Supported
3565
Jim Pariscffb4add2009-01-06 11:32:10 +00003566PS3VRAM DRIVER
3567P: Jim Paris
3568M: jim@jtan.com
3569L: cbe-oss-dev@ozlabs.org
3570S: Maintained
3571
Michael Krufky83202042006-07-03 00:24:18 -07003572PVRUSB2 VIDEO4LINUX DRIVER
3573P: Mike Isely
3574M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003575L: pvrusb2@isely.net (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003576L: linux-media@vger.kernel.org
Michael Krufky83202042006-07-03 00:24:18 -07003577W: http://www.isely.net/pvrusb2/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003578T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Michael Krufky83202042006-07-03 00:24:18 -07003579S: Maintained
3580
Eric Miao30ec2612008-06-12 15:21:41 -07003581PXA2xx/PXA3xx SUPPORT
3582P: Eric Miao
3583M: eric.miao@marvell.com
3584P: Russell King
3585M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003586L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003587S: Maintained
3588
Eric Miaoa6bb4ba2009-02-19 21:13:21 +08003589PXA168 SUPPORT
3590P: Eric Miao
3591M: eric.miao@marvell.com
3592P: Jason Chagas
3593M: jason.chagas@marvell.com
3594L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3595T: git kernel.org:/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
3596S: Supported
3597
Eric Miao5fa82eb2009-03-20 12:52:24 +08003598PXA910 SUPPORT
3599P: Eric Miao
3600M: eric.miao@marvell.com
3601L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3602T: git kernel.org:/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
3603S: Supported
3604
Pierre Ossman272f1332007-05-14 21:25:26 +02003605PXA MMCI DRIVER
3606S: Orphan
3607
Robert Jarzmik57f63bc2009-02-11 13:04:19 -08003608PXA RTC DRIVER
3609P: Robert Jarzmik
3610M: robert.jarzmik@free.fr
3611L: rtc-linux@googlegroups.com
3612S: Maintained
3613
Linus Torvalds1da177e2005-04-16 15:20:36 -07003614QLOGIC QLA2XXX FC-SCSI DRIVER
3615P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003616M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003617L: linux-scsi@vger.kernel.org
3618S: Supported
3619
Ron Mercer5a4faa82006-07-25 00:40:21 -07003620QLOGIC QLA3XXX NETWORK DRIVER
3621P: Ron Mercer
3622M: linux-driver@qlogic.com
3623L: netdev@vger.kernel.org
3624S: Supported
3625
Ron Mercerc4e84bd2008-09-18 11:56:28 -04003626QLOGIC QLGE 10Gb ETHERNET DRIVER
3627P: Ron Mercer
3628M: linux-driver@qlogic.com
3629M: ron.mercer@qlogic.com
3630L: netdev@vger.kernel.org
3631S: Supported
3632
Linus Torvalds1da177e2005-04-16 15:20:36 -07003633QNX4 FILESYSTEM
3634P: Anders Larsen
3635M: al@alarsen.net
3636L: linux-kernel@vger.kernel.org
3637W: http://www.alarsen.net/linux/qnx4fs/
3638S: Maintained
3639
3640RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003641P: Benjamin Herrenschmidt
3642M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003643L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003644S: Maintained
3645
3646RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003647P: Paul Mackerras
3648M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003649L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003650S: Maintained
3651
Randy Dunlape7839f22008-10-12 16:11:45 -07003652RALINK RT2X00 WIRELESS LAN DRIVER
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003653P: rt2x00 project
3654L: linux-wireless@vger.kernel.org
Ivo van Doorn6d5eaaf2009-03-17 11:29:19 +01003655L: users@rt2x00.serialmonkey.com
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003656W: http://rt2x00.serialmonkey.com/
3657S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003658T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003659F: drivers/net/wireless/rt2x00/
3660
Nick Piggin9db55792008-02-08 04:19:49 -08003661RAMDISK RAM BLOCK DEVICE DRIVER
3662P: Nick Piggin
3663M: npiggin@suse.de
3664S: Maintained
3665
Matt Mackall9e95ce22005-04-16 15:25:56 -07003666RANDOM NUMBER DRIVER
3667P: Matt Mackall
3668M: mpm@selenic.com
3669S: Maintained
3670
Matt Porter394b7012005-11-07 01:00:15 -08003671RAPIDIO SUBSYSTEM
3672P: Matt Porter
3673M: mporter@kernel.crashing.org
3674L: linux-kernel@vger.kernel.org
3675S: Maintained
3676
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003677RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3678P: Corey Thomas
3679M: coreythomas@charter.net
3680L: linux-wireless@vger.kernel.org
3681S: Maintained
3682
3683RCUTORTURE MODULE
3684P: Josh Triplett
3685M: josh@freedesktop.org
3686L: linux-kernel@vger.kernel.org
3687S: Maintained
3688
Florian Fainellic1f766b2008-02-06 22:39:44 +01003689RDC R-321X SoC
3690P: Florian Fainelli
3691M: florian.fainelli@telecomint.eu
3692L: linux-kernel@vger.kernel.org
3693S: Maintained
3694
Florian Fainellidb17f392007-12-19 11:30:30 +01003695RDC R6040 FAST ETHERNET DRIVER
3696P: Florian Fainelli
3697M: florian.fainelli@telecomint.eu
3698L: netdev@vger.kernel.org
3699S: Maintained
3700
Andy Grovera09ed662009-02-24 15:30:41 +00003701RDS - RELIABLE DATAGRAM SOCKETS
3702P: Andy Grover
3703M: andy.grover@oracle.com
3704L: rds-devel@oss.oracle.com
3705S: Supported
3706
Josh Triplett595182b2006-10-04 02:17:21 -07003707READ-COPY UPDATE (RCU)
3708P: Dipankar Sarma
3709M: dipankar@in.ibm.com
3710W: http://www.rdrop.com/users/paulmck/rclock/
3711L: linux-kernel@vger.kernel.org
3712S: Supported
3713
Linus Torvalds1da177e2005-04-16 15:20:36 -07003714REAL TIME CLOCK DRIVER
3715P: Paul Gortmaker
3716M: p_gortmaker@yahoo.com
3717L: linux-kernel@vger.kernel.org
3718S: Maintained
3719
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003720REAL TIME CLOCK (RTC) SUBSYSTEM
3721P: Alessandro Zummo
3722M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003723L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003724S: Maintained
3725
Linus Torvalds1da177e2005-04-16 15:20:36 -07003726REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003727L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003728S: Supported
3729
Ivo van Doorne08976452008-04-12 19:23:55 +02003730RFKILL
3731P: Ivo van Doorn
3732M: IvDoorn@gmail.com
3733L: netdev@vger.kernel.org
3734S: Maintained
3735F: net/rfkill
3736
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003737RISCOM8 DRIVER
3738S: Orphan
3739
Linus Torvalds1da177e2005-04-16 15:20:36 -07003740ROCKETPORT DRIVER
3741P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003742W: http://www.comtrol.com
3743S: Maintained
3744
3745ROSE NETWORK LAYER
3746P: Ralf Baechle
3747M: ralf@linux-mips.org
3748L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003749W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003750S: Maintained
3751
Larry Finger59840482008-11-12 17:13:09 -06003752RTL8180 WIRELESS DRIVER
John W. Linville96dd6032008-11-12 14:51:56 -05003753P: John W. Linville
3754M: linville@tuxdriver.com
Michael Wu605bebe2007-05-14 01:41:02 -04003755L: linux-wireless@vger.kernel.org
3756W: http://linuxwireless.org/
John W. Linville96dd6032008-11-12 14:51:56 -05003757T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
Michael Wu605bebe2007-05-14 01:41:02 -04003758S: Maintained
3759
Larry Finger59840482008-11-12 17:13:09 -06003760RTL8187 WIRELESS DRIVER
3761P: Herton Ronaldo Krzesinski
3762M: herton@mandriva.com.br
3763P: Hin-Tak Leung
3764M htl10@users.sourceforge.net
3765P: Larry Finger
3766M: Larry.Finger@lwfinger.net
3767L: linux-wireless@vger.kernel.org
3768W: http://linuxwireless.org/
3769T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
3770S: Maintained
3771
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003772S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003773P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003774M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003775L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003776S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003777
Linus Torvalds1da177e2005-04-16 15:20:36 -07003778S390
3779P: Martin Schwidefsky
3780M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003781P: Heiko Carstens
3782M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003783M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003784L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003785W: http://www.ibm.com/developerworks/linux/linux390/
3786S: Supported
3787
3788S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003789P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003790M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003791P: Frank Blaschka
3792M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003793M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003794L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003795W: http://www.ibm.com/developerworks/linux/linux390/
3796S: Supported
3797
Felix Beckfeed9b62009-03-26 15:24:23 +01003798S390 ZCRYPT DRIVER
3799P: Felix Beck
3800M: felix.beck@de.ibm.com
3801P: Ralph Wuerthner
3802M: ralph.wuerthner@de.ibm.com
3803M: linux390@de.ibm.com
3804L: linux-s390@vger.kernel.org
3805S: Supported
3806
Heiko Carstens5238da42006-02-11 17:56:01 -08003807S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003808P: Christof Schmitt
3809M: christof.schmitt@de.ibm.com
3810P: Martin Peschke
3811M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003812M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003813L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003814W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003815S: Supported
3816
Ursula Braundd96df22007-09-19 13:09:02 +02003817S390 IUCV NETWORK LAYER
3818P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003819M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003820M: linux390@de.ibm.com
3821L: linux-s390@vger.kernel.org
3822W: http://www.ibm.com/developerworks/linux/linux390/
3823S: Supported
3824
Ben Dooks4dde7f72008-06-30 22:40:38 +01003825S3C24XX SD/MMC Driver
3826P: Ben Dooks
3827M: ben-linux@fluff.org
3828L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3829L: linux-kernel@vger.kernel.org
3830S: Supported
3831
Linus Torvalds1da177e2005-04-16 15:20:36 -07003832SAA7146 VIDEO4LINUX-2 DRIVER
3833P: Michael Hunold
3834M: michael@mihu.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003835L: linux-media@vger.kernel.org
3836T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003837W: http://www.mihu.de/linux/saa7146
3838S: Maintained
3839
Linus Torvalds1da177e2005-04-16 15:20:36 -07003840SC1200 WDT DRIVER
3841P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003842M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003843S: Maintained
3844
3845SCHEDULER
3846P: Ingo Molnar
3847M: mingo@elte.hu
3848P: Robert Love [the preemptible kernel bits]
3849M: rml@tech9.net
3850L: linux-kernel@vger.kernel.org
3851S: Maintained
3852
3853SCSI CDROM DRIVER
3854P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003855M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003856L: linux-scsi@vger.kernel.org
3857W: http://www.kernel.dk
3858S: Maintained
3859
3860SCSI SG DRIVER
3861P: Doug Gilbert
3862M: dgilbert@interlog.com
3863L: linux-scsi@vger.kernel.org
3864W: http://www.torque.net/sg
3865S: Maintained
3866
3867SCSI SUBSYSTEM
3868P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003869M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003870L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003871T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003872T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3873T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003874S: Maintained
3875
3876SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003877P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003878M: Kai.Makisara@kolumbus.fi
3879L: linux-scsi@vger.kernel.org
3880S: Maintained
3881
3882SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003883P: Vlad Yasevich
3884M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003885P: Sridhar Samudrala
3886M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003887L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003888W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003889S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003890
3891SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003892P: Jim Cromie
3893M: jim.cromie@gmail.com
3894S: Odd Fixes
3895
3896SCx200 GPIO DRIVER
3897P: Jim Cromie
3898M: jim.cromie@gmail.com
3899S: Maintained
3900
3901SCx200 HRT CLOCKSOURCE DRIVER
3902P: Jim Cromie
3903M: jim.cromie@gmail.com
3904S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003905
Sascha Sommer6a369132008-07-15 14:21:29 +02003906SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3907P: Sascha Sommer
3908M: saschasommer@freenet.de
3909L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3910S: Maintained
3911
Randy Dunlape7839f22008-10-12 16:11:45 -07003912SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003913P: Pierre Ossman
3914M: drzeus-sdhci@drzeus.cx
3915L: sdhci-devel@list.drzeus.cx
3916S: Maintained
3917
James Morris8711cca2008-12-04 03:19:45 +11003918SECURITY SUBSYSTEM
3919F: security/
3920P: James Morris
3921M: jmorris@namei.org
3922L: linux-kernel@vger.kernel.org
3923L: linux-security-module@vger.kernel.org (suggested Cc:)
3924T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
James Morrisc8334dc2009-01-07 20:06:18 +11003925W: http://security.wiki.kernel.org/
James Morris8711cca2008-12-04 03:19:45 +11003926S: Supported
3927
Linus Torvalds1da177e2005-04-16 15:20:36 -07003928SECURITY CONTACT
3929P: Security Officers
3930M: security@kernel.org
3931S: Supported
3932
3933SELINUX SECURITY MODULE
3934P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003935M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003936P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003937M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003938P: Eric Paris
3939M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003940L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003941L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Stephen Smalleyf0589252008-09-11 09:20:26 -04003942W: http://selinuxproject.org
3943T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003944S: Supported
3945
Jiri Slabycef2cf02007-05-08 00:31:45 -07003946SENSABLE PHANTOM
3947P: Jiri Slaby
3948M: jirislaby@gmail.com
3949S: Maintained
3950
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003951SERIAL ATA (SATA) SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07003952P: Jeff Garzik
3953M: jgarzik@pobox.com
3954L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003955T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003956S: Supported
3957
Sathya Perla6b7c5b92009-03-11 23:32:03 -07003958SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
3959P: Sathya Perla
3960M: sathyap@serverengines.com
3961P: Subbu Seetharaman
3962M: subbus@serverengines.com
3963L: netdev@vger.kernel.org
3964W: http://www.serverengines.com
3965S: Supported
3966
Ben Hutchings8ceee662008-04-27 12:55:59 +01003967SFC NETWORK DRIVER
3968P: Steve Hodgson
3969P: Ben Hutchings
3970P: Robert Stonehouse
3971M: linux-net-drivers@solarflare.com
3972S: Supported
3973
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003974SGI GRU DRIVER
3975P: Jack Steiner
3976M: steiner@sgi.com
3977S: Maintained
3978
3979SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3980P: Pat Gefre
3981M: pfg@sgi.com
3982L: linux-ia64@vger.kernel.org
3983S: Supported
3984
Linus Torvalds1da177e2005-04-16 15:20:36 -07003985SGI VISUAL WORKSTATION 320 AND 540
3986P: Andrey Panin
3987M: pazke@donpac.ru
3988L: linux-visws-devel@lists.sf.net
3989W: http://linux-visws.sf.net
3990S: Maintained for 2.6.
3991
Jack Steiner75312612008-08-15 00:40:42 -07003992SGI XP/XPC/XPNET DRIVER
3993P: Dean Nelson
3994M: dcn@sgi.com
3995S: Maintained
3996
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003997SHARP LH SUPPORT (LH7952X & LH7A40X)
3998P: Marc Singer
3999M: elf@buici.com
4000W: http://projects.buici.com/arm
4001L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4002S: Maintained
4003
4004SHPC HOTPLUG DRIVER
4005P: Kristen Carlson Accardi
4006M: kristen.c.accardi@intel.com
4007L: linux-pci@vger.kernel.org
4008S: Supported
4009
Linus Torvalds1da177e2005-04-16 15:20:36 -07004010SIMTEC EB110ATX (Chalice CATS)
4011P: Ben Dooks
4012P: Vincent Sanders
4013M: support@simtec.co.uk
4014W: http://www.simtec.co.uk/products/EB110ATX/
4015S: Supported
4016
4017SIMTEC EB2410ITX (BAST)
4018P: Ben Dooks
4019P: Vincent Sanders
4020M: support@simtec.co.uk
4021W: http://www.simtec.co.uk/products/EB2410ITX/
4022S: Supported
4023
Francois Romieu92aab3c2005-07-30 13:11:18 +02004024SIS 190 ETHERNET DRIVER
4025P: Francois Romieu
4026M: romieu@fr.zoreil.com
4027L: netdev@vger.kernel.org
4028S: Maintained
4029
Linus Torvalds1da177e2005-04-16 15:20:36 -07004030SIS 900/7016 FAST ETHERNET DRIVER
4031P: Daniele Venzano
4032M: venza@brownhat.org
4033W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07004034L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004035S: Maintained
4036
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004037SIS 96X I2C/SMBUS DRIVER
4038P: Mark M. Hoffman
4039M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01004040L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004041S: Maintained
4042
Linus Torvalds1da177e2005-04-16 15:20:36 -07004043SIS FRAMEBUFFER DRIVER
4044P: Thomas Winischhofer
4045M: thomas@winischhofer.net
4046W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004047S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004048
4049SIS USB2VGA DRIVER
4050P: Thomas Winischhofer
4051M: thomas@winischhofer.net
4052W: http://www.winischhofer.at/linuxsisusbvga.shtml
4053S: Maintained
4054
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004055SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
4056P: Stephen Hemminger
4057M: shemminger@linux-foundation.org
4058L: netdev@vger.kernel.org
4059S: Maintained
4060
Christoph Lameter415ad262007-07-26 10:40:56 -07004061SLAB ALLOCATOR
4062P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07004063M: cl@linux-foundation.org
Christoph Lameter415ad262007-07-26 10:40:56 -07004064P: Pekka Enberg
4065M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02004066P: Matt Mackall
4067M: mpm@selenic.com
Christoph Lameter415ad262007-07-26 10:40:56 -07004068L: linux-mm@kvack.org
4069S: Maintained
4070
Linus Torvalds1da177e2005-04-16 15:20:36 -07004071SMC91x ETHERNET DRIVER
4072P: Nicolas Pitre
4073M: nico@cam.org
4074S: Maintained
4075
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004076SMSC47B397 HARDWARE MONITOR DRIVER
4077P: Mark M. Hoffman
4078M: mhoffman@lightlink.com
4079L: lm-sensors@lm-sensors.org
4080S: Maintained
4081
Steve Glendinningfd9abb32008-11-05 00:35:37 +00004082SMSC911x ETHERNET DRIVER
4083P: Steve Glendinning
4084M: steve.glendinning@smsc.com
4085L: netdev@vger.kernel.org
4086S: Supported
4087
Steve Glendinning2cb37722008-12-11 20:54:30 -08004088SMSC9420 PCI ETHERNET DRIVER
4089P: Steve Glendinning
4090M: steve.glendinning@smsc.com
4091L: netdev@vger.kernel.org
4092S: Supported
4093
Ben Nizetteb54f2862008-03-13 22:27:30 +11004094SMX UIO Interface
4095P: Ben Nizette
4096M: bn@niasdigital.com
4097S: Maintained
4098
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004099SN-IA64 (Itanium) SUB-PLATFORM
4100P: Jes Sorensen
4101M: jes@sgi.com
4102L: linux-altix@sgi.com
4103L: linux-ia64@vger.kernel.org
4104W: http://www.sgi.com/altix
4105S: Maintained
4106
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03004107SOC-CAMERA V4L2 SUBSYSTEM
Jean Delvare795fb7e2008-09-20 12:33:08 +02004108P: Guennadi Liakhovetski
4109M: g.liakhovetski@gmx.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004110L: linux-media@vger.kernel.org
4111T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02004112S: Maintained
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03004113
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004114SOEKRIS NET48XX LED SUPPORT
4115P: Chris Boot
4116M: bootc@bootc.net
4117S: Maintained
4118
Linus Torvalds1da177e2005-04-16 15:20:36 -07004119SOFTWARE RAID (Multiple Disks) SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07004120P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08004121M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004122L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08004123S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004124
Linus Torvalds1da177e2005-04-16 15:20:36 -07004125SONIC NETWORK DRIVER
4126P: Thomas Bogendoerfer
4127M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07004128L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004129S: Maintained
4130
Michael Buesch61e115a2007-09-18 15:12:50 -04004131SONICS SILICON BACKPLANE DRIVER (SSB)
4132P: Michael Buesch
4133M: mb@bu3sch.de
4134L: netdev@vger.kernel.org
4135S: Maintained
4136
Linus Torvalds1da177e2005-04-16 15:20:36 -07004137SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01004138P: Mattia Dongili
4139M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01004140L: linux-acpi@vger.kernel.org
4141W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07004142S: Maintained
4143
Alex Dubovbaf85322008-02-09 10:20:54 -08004144SONY MEMORYSTICK CARD SUPPORT
4145P: Alex Dubov
4146M: oakad@yahoo.com
4147L: linux-kernel@vger.kernel.org
4148W: http://tifmxx.berlios.de/
4149S: Maintained
4150
Linus Torvalds1da177e2005-04-16 15:20:36 -07004151SOUND
4152P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02004153M: perex@perex.cz
Takashi Iwai281712f2008-08-19 13:10:04 +02004154P: Takashi Iwai
4155M: tiwai@suse.de
Takashi Iwai82622042007-04-16 12:32:52 +02004156L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004157S: Maintained
4158
Mark Brownbd903bd2008-11-19 19:16:05 +00004159SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004160P: Liam Girdwood
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004161M: lrg@slimlogic.co.uk
Mark Brown2cad0ad2008-01-10 14:33:07 +01004162P: Mark Brown
4163M: broonie@opensource.wolfsonmicro.com
4164T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02004165L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004166W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004167S: Supported
4168
Sam Ravnborg473321f2009-01-04 15:47:49 -08004169SPARC + UltraSPARC (sparc/sparc64)
4170P: David S. Miller
4171M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004172L: sparclinux@vger.kernel.org
Sam Ravnborg473321f2009-01-04 15:47:49 -08004173T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4174T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004175S: Maintained
4176
4177SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4178P: Roger Wolff
4179M: R.E.Wolff@BitWizard.nl
4180L: linux-kernel@vger.kernel.org ?
4181S: Supported
4182
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004183SPI SUBSYSTEM
4184P: David Brownell
4185M: dbrownell@users.sourceforge.net
4186L: spi-devel-general@lists.sourceforge.net
4187S: Maintained
4188
Jim Lewis2752e402006-09-29 02:01:19 -07004189SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01004190P: Ishizaki Kou
4191M: kou.ishizaki@toshiba.co.jp
4192P: Jens Osterkamp
4193M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07004194L: netdev@vger.kernel.org
4195S: Supported
4196
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004197SPU FILE SYSTEM
4198P: Jeremy Kerr
4199M: jk@ozlabs.org
4200L: linuxppc-dev@ozlabs.org
4201L: cbe-oss-dev@ozlabs.org
4202W: http://www.ibm.com/developerworks/power/cell/
4203S: Supported
4204
Phillip Lougherfc555842009-01-05 08:46:29 +00004205SQUASHFS FILE SYSTEM
4206P: Phillip Lougher
4207M: phillip@lougher.demon.co.uk
4208L: squashfs-devel@lists.sourceforge.net (subscribers-only)
4209W: http://squashfs.org.uk
4210S: Maintained
4211
Linus Torvalds1da177e2005-04-16 15:20:36 -07004212SRM (Alpha) environment access
4213P: Jan-Benedict Glaw
4214M: jbglaw@lug-owl.de
4215L: linux-kernel@vger.kernel.org
4216S: Maintained
4217
Linus Torvalds26e9a392008-10-17 09:50:12 -07004218STABLE BRANCH
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004219P: Greg Kroah-Hartman
4220M: greg@kroah.com
4221P: Chris Wright
4222M: chrisw@sous-sol.org
4223L: stable@kernel.org
4224S: Maintained
4225
Linus Torvalds26e9a392008-10-17 09:50:12 -07004226STAGING SUBSYSTEM
4227P: Greg Kroah-Hartman
4228M: gregkh@suse.de
4229L: linux-kernel@vger.kernel.org
4230T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4231S: Maintained
4232
Linus Torvalds1da177e2005-04-16 15:20:36 -07004233STARFIRE/DURALAN NETWORK DRIVER
4234P: Ion Badulescu
4235M: ionut@cs.columbia.edu
4236S: Maintained
4237
4238STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4239W: http://mosquitonet.Stanford.EDU/strip.html
Jean Delvarebaaea1d2008-09-20 12:34:33 +02004240S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07004241
4242STRADIS MPEG-2 DECODER DRIVER
4243P: Nathan Laredo
4244M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004245W: http://www.stradis.com/
4246S: Maintained
4247
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004248SUN3/3X
4249P: Sam Creasey
4250M: sammy@sammy.net
4251W: http://sammy.net/sun3/
4252S: Maintained
4253
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004254SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07004255P: Paul Mundt
4256M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004257L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004258W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004259T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09004260S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004261
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004262SUSPEND TO RAM
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004263P: Len Brown
4264M: len.brown@intel.com
4265P: Pavel Machek
Pavel Machekef35ce22009-02-18 14:48:16 -08004266M: pavel@ucw.cz
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004267P: Rafael J. Wysocki
4268M: rjw@sisk.pl
4269L: linux-pm@lists.linux-foundation.org
4270S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004271
4272SVGA HANDLING
4273P: Martin Mares
4274M: mj@ucw.cz
4275L: linux-video@atrey.karlin.mff.cuni.cz
4276S: Maintained
4277
4278SYSV FILESYSTEM
4279P: Christoph Hellwig
4280M: hch@infradead.org
4281S: Maintained
4282
Alan Cox4e688522008-04-30 00:52:11 -07004283TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07004284P: Balbir Singh
4285M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004286L: linux-kernel@vger.kernel.org
4287S: Maintained
4288
Stephen Hemminger781b4562006-07-10 20:25:29 -07004289TC CLASSIFIER
4290P: Jamal Hadi Salim
4291M: hadi@cyberus.ca
4292L: netdev@vger.kernel.org
4293S: Maintained
4294
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004295TCP LOW PRIORITY MODULE
4296P: Wong Hoi Sing, Edison
4297M: hswong3i@gmail.com
4298P: Hung Hing Lun, Mike
4299M: hlhung3i@gmail.com
4300W: http://tcp-lp-mod.sourceforge.net/
4301S: Maintained
4302
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004303TEHUTI ETHERNET DRIVER
4304P: Alexander Indenbaum
4305M: baum@tehutinetworks.net
4306P: Andy Gospodarek
4307M: andy@greyhouse.net
4308L: netdev@vger.kernel.org
4309S: Supported
4310
Alan Cox4e688522008-04-30 00:52:11 -07004311Telecom Clock Driver for MCPL0010
4312P: Mark Gross
4313M: mark.gross@intel.com
4314S: Supported
4315
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004316TENSILICA XTENSA PORT (xtensa)
Alan Cox4e688522008-04-30 00:52:11 -07004317P: Chris Zankel
4318M: chris@zankel.net
4319S: Maintained
4320
4321THINKPAD ACPI EXTRAS DRIVER
4322P: Henrique de Moraes Holschuh
4323M: ibm-acpi@hmh.eng.br
4324L: ibm-acpi-devel@lists.sourceforge.net
4325W: http://ibm-acpi.sourceforge.net
4326W: http://thinkwiki.org/wiki/Ibm-acpi
4327T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4328S: Maintained
4329
Alex Dubov4020f2d2006-10-04 02:15:37 -07004330TI FLASH MEDIA INTERFACE DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02004331P: Alex Dubov
4332M: oakad@yahoo.com
4333S: Maintained
Alex Dubov4020f2d2006-10-04 02:15:37 -07004334
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004335TI OMAP MMC INTERFACE DRIVER
4336P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004337M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004338W: http://linux.omap.com
4339W: http://www.muru.com/linux/omap/
4340S: Maintained
4341
Michael Buesch844dd052006-06-26 00:24:59 -07004342TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4343P: Deepak Saxena
4344M: dsaxena@plexity.net
4345S: Maintained
4346
Per Lidene86eaa32006-01-12 16:45:18 +01004347TIPC NETWORK LAYER
4348P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004349M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004350P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004351M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004352P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004353M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004354L: tipc-discussion@lists.sourceforge.net
4355W: http://tipc.sourceforge.net/
4356W: http://tipc.cslab.ericsson.net/
4357T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4358S: Maintained
4359
Linus Torvalds1da177e2005-04-16 15:20:36 -07004360TLAN NETWORK DRIVER
4361P: Samuel Chessman
4362M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004363L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004364W: http://sourceforge.net/projects/tlan/
4365S: Maintained
4366
Kentaro Takedad74db3b2009-02-05 17:18:18 +09004367TOMOYO SECURITY MODULE
4368P: Kentaro Takeda
4369M: takedakn@nttdata.co.jp
4370P: Tetsuo Handa
4371M: penguin-kernel@I-love.SAKURA.ne.jp
4372L: linux-kernel@vger.kernel.org (kernel issues)
4373L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
4374L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
4375L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
4376W: http://tomoyo.sourceforge.jp/
4377T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
4378S: Maintained
4379
Linus Torvalds1da177e2005-04-16 15:20:36 -07004380TOSHIBA ACPI EXTRAS DRIVER
4381P: John Belmonte
4382M: toshiba_acpi@memebeam.org
4383W: http://memebeam.org/toys/ToshibaAcpiDriver
4384S: Maintained
4385
4386TOSHIBA SMM DRIVER
4387P: Jonathan Buzzard
4388M: jonathan@buzzard.org.uk
4389L: tlinux-users@tce.toshiba-dme.co.jp
4390W: http://www.buzzard.org.uk/toshiba/
4391S: Maintained
4392
Alan Cox4e688522008-04-30 00:52:11 -07004393TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004394P: Debora Velarde
4395M: debora@linux.vnet.ibm.com
4396P: Rajiv Andrade
4397M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004398W: http://tpmdd.sourceforge.net
4399P: Marcel Selhorst
Marcel Selhorst7dcce132009-02-11 13:04:27 -08004400M: m.selhorst@sirrix.com
4401W: http://www.sirrix.com
Rajiv Andrade63a10df2008-10-15 22:04:36 -07004402L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
Alan Cox4e688522008-04-30 00:52:11 -07004403S: Maintained
4404
Linus Torvalds1da177e2005-04-16 15:20:36 -07004405TRIVIAL PATCHES
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004406P: Jiri Kosina
Jim Cromiece00f852006-11-30 04:49:44 +01004407M: trivial@kernel.org
4408L: linux-kernel@vger.kernel.org
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004409T: git kernel.org:/pub/scm/linux/kernel/git/jikos/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004410S: Maintained
4411
Alan Cox4e688522008-04-30 00:52:11 -07004412TTY LAYER
4413P: Alan Cox
4414M: alan@lxorguk.ukuu.org.uk
4415L: linux-kernel@vger.kernel.org
4416S: Maintained
4417
Grant Grundler740db6d2008-02-17 11:53:49 -07004418TULIP NETWORK DRIVERS
4419P: Grant Grundler
4420M: grundler@parisc-linux.org
4421P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004422M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004423L: netdev@vger.kernel.org
4424S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004425
4426TUN/TAP driver
4427P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004428M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004429L: vtun@office.satix.net
4430W: http://vtun.sourceforge.net/tun
4431S: Maintained
4432
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004433TURBOCHANNEL SUBSYSTEM
4434P: Maciej W. Rozycki
4435M: macro@linux-mips.org
4436S: Maintained
4437
Linus Torvalds1da177e2005-04-16 15:20:36 -07004438U14-34F SCSI DRIVER
4439P: Dario Ballabio
4440M: ballabio_dario@emc.com
4441L: linux-scsi@vger.kernel.org
4442S: Maintained
4443
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004444UBI FILE SYSTEM (UBIFS)
4445P: Artem Bityutskiy
4446M: dedekind@infradead.org
4447P: Adrian Hunter
4448M: ext-adrian.hunter@nokia.com
4449L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004450T: git git://git.infradead.org/ubifs-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004451W: http://www.linux-mtd.infradead.org/doc/ubifs.html
4452S: Maintained
4453
Alan Coxcc2020e2008-05-19 14:21:51 +01004454UCLINUX (AND M68KNOMMU)
4455P: Greg Ungerer
4456M: gerg@uclinux.org
4457W: http://www.uclinux.org/
4458L: uclinux-dev@uclinux.org (subscribers-only)
4459S: Maintained
4460
Alan Coxcc2020e2008-05-19 14:21:51 +01004461UCLINUX FOR RENESAS H8/300
4462P: Yoshinori Sato
4463M: ysato@users.sourceforge.jp
4464W: http://uclinux-h8.sourceforge.jp/
4465S: Supported
4466
Linus Torvalds1da177e2005-04-16 15:20:36 -07004467UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004468P: Jan Kara
4469M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004470W: http://linux-udf.sourceforge.net
4471S: Maintained
4472
Alan Coxcc2020e2008-05-19 14:21:51 +01004473UFS FILESYSTEM
4474P: Evgeniy Dushistov
4475M: dushistov@mail.ru
4476L: linux-kernel@vger.kernel.org
4477S: Maintained
4478
David Vrabel18332a82008-09-17 16:34:44 +01004479ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4480P: David Vrabel
4481M: david.vrabel@csr.com
4482L: linux-usb@vger.kernel.org
4483S: Supported
4484
Linus Torvalds1da177e2005-04-16 15:20:36 -07004485UNIFORM CDROM DRIVER
4486P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004487M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004488L: linux-kernel@vger.kernel.org
4489W: http://www.kernel.dk
4490S: Maintained
4491
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004492UNSORTED BLOCK IMAGES (UBI)
4493P: Artem Bityutskiy
4494M: dedekind@infradead.org
4495W: http://www.linux-mtd.infradead.org/
4496L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004497T: git git://git.infradead.org/ubi-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004498S: Maintained
4499
Linus Torvalds1da177e2005-04-16 15:20:36 -07004500USB ACM DRIVER
4501P: Oliver Neukum
4502M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004503L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004504S: Maintained
4505
4506USB BLOCK DRIVER (UB ub)
4507P: Pete Zaitcev
4508M: zaitcev@redhat.com
4509L: linux-kernel@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004510L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004511S: Supported
4512
Linus Torvalds1da177e2005-04-16 15:20:36 -07004513USB CDC ETHERNET DRIVER
4514P: Greg Kroah-Hartman
4515M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004516L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004517S: Maintained
4518W: http://www.kroah.com/linux-usb/
4519
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004520USB CYPRESS C67X00 DRIVER
4521P: Peter Korsgaard
4522M: jacmet@sunsite.dk
4523L: linux-usb@vger.kernel.org
4524S: Maintained
4525
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004526USB DAVICOM DM9601 DRIVER
4527P: Peter Korsgaard
4528M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004529L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004530W: http://www.linux-usb.org/usbnet
4531S: Maintained
4532
Alan Coxcc2020e2008-05-19 14:21:51 +01004533USB DIAMOND RIO500 DRIVER
4534P: Cesar Miquel
4535M: miquel@df.uba.ar
4536L: rio500-users@lists.sourceforge.net
4537W: http://rio500.sourceforge.net
4538S: Maintained
4539
Linus Torvalds1da177e2005-04-16 15:20:36 -07004540USB EHCI DRIVER
4541P: David Brownell
4542M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004543L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004544S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004545
Luca Risolia7ce08c92006-01-11 02:06:59 +00004546USB ET61X[12]51 DRIVER
4547P: Luca Risolia
4548M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004549L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004550L: linux-media@vger.kernel.org
4551T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia7ce08c92006-01-11 02:06:59 +00004552W: http://www.linux-projects.org
4553S: Maintained
4554
David Brownell69ae9e32006-11-14 02:03:31 -08004555USB GADGET/PERIPHERAL SUBSYSTEM
4556P: David Brownell
4557M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004558L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004559W: http://www.linux-usb.org/gadget
4560S: Maintained
4561
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004562USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01004563P: Jiri Kosina
4564M: jkosina@suse.cz
Jean Delvare795fb7e2008-09-20 12:33:08 +02004565L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004566T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004567S: Maintained
4568
Olav Kongas959eea22005-11-03 17:38:14 +02004569USB ISP116X DRIVER
4570P: Olav Kongas
4571M: ok@artecdesign.ee
Jean Delvare795fb7e2008-09-20 12:33:08 +02004572L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004573S: Maintained
4574
Linus Torvalds1da177e2005-04-16 15:20:36 -07004575USB KAWASAKI LSI DRIVER
4576P: Oliver Neukum
4577M: oliver@neukum.name
Jean Delvare795fb7e2008-09-20 12:33:08 +02004578L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004579S: Maintained
4580
4581USB MASS STORAGE DRIVER
4582P: Matthew Dharm
4583M: mdharm-usb@one-eyed-alien.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004584L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004585L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004586S: Maintained
4587W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4588
4589USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004590P: David Brownell
4591M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004592L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004593S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004594
Matthias Urlichsba460e42005-07-14 00:33:47 -07004595USB OPTION-CARD DRIVER
4596P: Matthias Urlichs
4597M: smurf@smurf.noris.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004598L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004599S: Maintained
4600
Linus Torvalds1da177e2005-04-16 15:20:36 -07004601USB OV511 DRIVER
4602P: Mark McClelland
4603M: mmcclell@bigfoot.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004604L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004605W: http://alpha.dyndns.org/ov511/
4606S: Maintained
4607
4608USB PEGASUS DRIVER
4609P: Petko Manolov
4610M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004611L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004612L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004613W: http://pegasus2.sourceforge.net/
4614S: Maintained
4615
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004616USB PRINTER DRIVER (usblp)
4617P: Pete Zaitcev
4618M: zaitcev@redhat.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004619L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004620S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004621
4622USB RTL8150 DRIVER
4623P: Petko Manolov
4624M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004625L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004626L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004627W: http://pegasus2.sourceforge.net/
4628S: Maintained
4629
4630USB SE401 DRIVER
4631P: Jeroen Vreeken
4632M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004633L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004634W: http://www.chello.nl/~j.vreeken/se401/
4635S: Maintained
4636
Alan Cox4e688522008-04-30 00:52:11 -07004637USB SERIAL BELKIN F5U103 DRIVER
4638P: William Greathouse
4639M: wgreathouse@smva.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004640L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004641S: Maintained
4642
4643USB SERIAL CYPRESS M8 DRIVER
4644P: Lonnie Mendez
4645M: dignome@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004646L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004647S: Maintained
4648W: http://geocities.com/i0xox0i
4649W: http://firstlight.net/cvs
4650
Linus Torvalds1da177e2005-04-16 15:20:36 -07004651USB SERIAL CYBERJACK DRIVER
4652P: Matthias Bruestle and Harald Welte
4653M: support@reiner-sct.com
4654W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4655S: Maintained
4656
4657USB SERIAL DIGI ACCELEPORT DRIVER
4658P: Peter Berger and Al Borchers
4659M: pberger@brimson.com
4660M: alborchers@steinerpoint.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004661L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004662S: Maintained
4663
4664USB SERIAL DRIVER
4665P: Greg Kroah-Hartman
4666M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004667L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004668S: Supported
4669
Linus Torvalds1da177e2005-04-16 15:20:36 -07004670USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4671P: Gary Brubaker
4672M: xavyer@ix.netcom.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004673L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004674S: Maintained
4675
4676USB SERIAL KEYSPAN DRIVER
4677P: Greg Kroah-Hartman
4678M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004679L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004680W: http://www.kroah.com/linux/
4681S: Maintained
4682
4683USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004684P: Support Department
4685M: support@connecttech.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004686L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004687W: http://www.connecttech.com
4688S: Supported
4689
Steve Glendinning2f7ca802008-10-02 05:27:57 +00004690USB SMSC95XX ETHERNET DRIVER
4691P: Steve Glendinning
4692M: steve.glendinning@smsc.com
4693L: netdev@vger.kernel.org
4694S: Supported
4695
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004696USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004697P: Luca Risolia
4698M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004699L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004700L: linux-media@vger.kernel.org
4701T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004702W: http://www.linux-projects.org
4703S: Maintained
4704
4705USB SUBSYSTEM
4706P: Greg Kroah-Hartman
4707M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004708L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004709W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004710T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004711S: Supported
4712
4713USB UHCI DRIVER
4714P: Alan Stern
4715M: stern@rowland.harvard.edu
Jean Delvare795fb7e2008-09-20 12:33:08 +02004716L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004717S: Maintained
4718
David Brownell69ae9e32006-11-14 02:03:31 -08004719USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004720P: David Brownell
4721M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004722L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004723W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004724S: Maintained
4725
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004726USB VIDEO CLASS
4727P: Laurent Pinchart
4728M: laurent.pinchart@skynet.be
Jiri Slabya67534a2008-12-10 09:09:27 -03004729L: linux-uvc-devel@lists.berlios.de (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004730L: linux-media@vger.kernel.org
4731T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004732W: http://linux-uvc.berlios.de
4733S: Maintained
4734
Linus Torvalds1da177e2005-04-16 15:20:36 -07004735USB W996[87]CF DRIVER
4736P: Luca Risolia
4737M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004738L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004739L: linux-media@vger.kernel.org
4740T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004741W: http://www.linux-projects.org
4742S: Maintained
4743
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004744USB WIRELESS RNDIS DRIVER (rndis_wlan)
4745P: Jussi Kivilinna
4746M: jussi.kivilinna@mbnet.fi
4747L: linux-wireless@vger.kernel.org
4748S: Maintained
4749
Luca Risolia60f78052006-02-06 16:29:35 +00004750USB ZC0301 DRIVER
4751P: Luca Risolia
4752M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004753L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004754L: linux-media@vger.kernel.org
4755T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia60f78052006-02-06 16:29:35 +00004756W: http://www.linux-projects.org
4757S: Maintained
4758
Linus Torvalds1da177e2005-04-16 15:20:36 -07004759USB ZD1201 DRIVER
4760P: Jeroen Vreeken
4761M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004762L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004763W: http://linux-lc100020.sourceforge.net
4764S: Maintained
4765
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004766USB ZR364XX DRIVER
4767P: Antoine Jacquet
4768M: royale@zerezo.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004769L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004770L: linux-media@vger.kernel.org
4771T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004772W: http://royale.zerezo.com/zr364xx/
4773S: Maintained
4774
Randy Dunlape7839f22008-10-12 16:11:45 -07004775USER-MODE LINUX (UML)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004776P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004777M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004778L: user-mode-linux-devel@lists.sourceforge.net
4779L: user-mode-linux-user@lists.sourceforge.net
4780W: http://user-mode-linux.sourceforge.net
4781S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004782
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004783USERSPACE I/O (UIO)
4784P: Hans J. Koch
4785M: hjk@linutronix.de
4786P: Greg Kroah-Hartman
4787M: gregkh@suse.de
4788L: linux-kernel@vger.kernel.org
4789S: Maintained
4790
Karel Zakf899b0a2008-05-23 13:04:21 -07004791UTIL-LINUX-NG PACKAGE
4792P: Karel Zak
4793M: kzak@redhat.com
4794L: util-linux-ng@vger.kernel.org
4795W: http://kernel.org/~kzak/util-linux-ng/
4796T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4797S: Maintained
4798
Michal Januszewskic1fd1c02008-10-15 22:03:48 -07004799UVESAFB DRIVER
4800P: Michal Januszewski
4801M: spock@gentoo.org
4802L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4803W: http://dev.gentoo.org/~spock/projects/uvesafb/
4804S: Maintained
4805
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004806VFAT/FAT/MSDOS FILESYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07004807P: OGAWA Hirofumi
4808M: hirofumi@mail.parknet.co.jp
4809L: linux-kernel@vger.kernel.org
4810S: Maintained
4811
Linus Torvalds1da177e2005-04-16 15:20:36 -07004812VIA RHINE NETWORK DRIVER
4813P: Roger Luethi
4814M: rl@hellgate.ch
4815S: Maintained
4816
Jean Delvare32c0a522005-09-22 21:47:58 +02004817VIAPRO SMBUS DRIVER
4818P: Jean Delvare
4819M: khali@linux-fr.org
Jean Delvare846557d2008-10-30 15:55:47 +01004820L: linux-i2c@vger.kernel.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004821S: Maintained
4822
Joseph Chan69e4a7c2008-10-15 22:03:31 -07004823VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4824P: Joseph Chan
4825M: JosephChan@via.com.tw
4826P: Scott Fang
4827M: ScottFang@viatech.com.cn
4828L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4829S: Maintained
4830
Francois Romieu01f20732007-01-26 00:57:17 -08004831VIA VELOCITY NETWORK DRIVER
4832P: Francois Romieu
4833M: romieu@fr.zoreil.com
4834L: netdev@vger.kernel.org
4835S: Maintained
4836
Randy Dunlape7839f22008-10-12 16:11:45 -07004837VIDEO FOR LINUX (V4L)
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004838P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004839M: mchehab@infradead.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004840L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004841L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004842W: http://linuxtv.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004843T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004844S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004845
Patrick McHardybe7f8272007-10-23 20:26:36 -07004846VLAN (802.1Q)
4847P: Patrick McHardy
4848M: kaber@trash.net
4849L: netdev@vger.kernel.org
4850S: Maintained
4851
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004852VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4853P: Liam Girdwood
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004854M: lrg@slimlogic.co.uk
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004855P: Mark Brown
4856M: broonie@opensource.wolfsonmicro.com
4857W: http://opensource.wolfsonmicro.com/node/15
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004858W: http://www.slimlogic.co.uk/?page_id=5
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004859T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4860S: Supported
4861
Juerg Haefligerab413192006-09-24 20:54:04 +02004862VT1211 HARDWARE MONITOR DRIVER
4863P: Juerg Haefliger
4864M: juergh@gmail.com
4865L: lm-sensors@lm-sensors.org
4866S: Maintained
4867
Roger Lucas1de9e372005-11-26 20:20:05 +01004868VT8231 HARDWARE MONITOR DRIVER
4869P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004870M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004871L: lm-sensors@lm-sensors.org
4872S: Maintained
4873
Linus Torvalds1da177e2005-04-16 15:20:36 -07004874W1 DALLAS'S 1-WIRE BUS
4875P: Evgeniy Polyakov
4876M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004877S: Maintained
4878
Charles Spirakis13927072006-07-05 18:05:15 +02004879W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004880P: Marc Hulsman
4881M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004882L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004883S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004884
Rudolf Marek61db0112006-12-12 18:18:30 +01004885W83793 HARDWARE MONITORING DRIVER
4886P: Rudolf Marek
4887M: r.marek@assembler.cz
4888L: lm-sensors@lm-sensors.org
4889S: Maintained
4890
Linus Torvalds1da177e2005-04-16 15:20:36 -07004891W83L51xD SD/MMC CARD INTERFACE DRIVER
4892P: Pierre Ossman
4893M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004894L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004895S: Maintained
4896
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004897WATCHDOG DEVICE DRIVERS
4898P: Wim Van Sebroeck
4899M: wim@iguana.be
4900T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4901S: Maintained
4902
Linus Torvalds1da177e2005-04-16 15:20:36 -07004903WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4904P: Jean Tourrilhes
4905M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004906L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004907W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4908S: Maintained
4909
4910WD7000 SCSI DRIVER
4911P: Miroslav Zagorac
4912M: zaga@fly.cc.fer.hr
4913L: linux-scsi@vger.kernel.org
4914S: Maintained
4915
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08004916WIMAX STACK
4917P: Inaky Perez-Gonzalez
4918M: inaky.perez-gonzalez@intel.com
4919M: linux-wimax@intel.com
4920L: wimax@linuxwimax.org
4921S: Supported
4922W: http://linuxwimax.org
4923
David Vrabel18332a82008-09-17 16:34:44 +01004924WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4925P: David Vrabel
4926M: david.vrabel@csr.com
4927S: Maintained
4928
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004929WISTRON LAPTOP BUTTON DRIVER
4930P: Miloslav Trmac
4931M: mitr@volny.cz
4932S: Maintained
4933
Linus Torvalds1da177e2005-04-16 15:20:36 -07004934WL3501 WIRELESS PCMCIA CARD DRIVER
4935P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004936M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004937L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004938W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004939S: Maintained
4940
Mark Brownfebf1df2008-04-02 00:51:09 -04004941WM97XX TOUCHSCREEN DRIVERS
4942P: Mark Brown
4943M: broonie@opensource.wolfsonmicro.com
4944P: Liam Girdwood
Liam Girdwoodb8d055a2008-10-13 23:00:15 -04004945M: lrg@slimlogic.co.uk
Mark Brownfebf1df2008-04-02 00:51:09 -04004946L: linux-input@vger.kernel.org
4947T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4948W: http://opensource.wolfsonmicro.com/node/7
4949S: Supported
4950
Linus Torvalds1da177e2005-04-16 15:20:36 -07004951X.25 NETWORK LAYER
4952P: Henner Eisen
4953M: eis@baty.hanse.de
4954L: linux-x25@vger.kernel.org
4955S: Maintained
4956
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004957X86 ARCHITECTURE (32-BIT AND 64-BIT)
4958P: Thomas Gleixner
4959M: tglx@linutronix.de
4960P: Ingo Molnar
4961M: mingo@redhat.com
4962P: H. Peter Anvin
4963M: hpa@zytor.com
H. Peter Anvinbcde5632009-02-02 21:42:40 -08004964M: x86@kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004965L: linux-kernel@vger.kernel.org
4966T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4967S: Maintained
4968
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004969XEN HYPERVISOR INTERFACE
4970P: Jeremy Fitzhardinge
4971M: jeremy@xensource.com
4972P: Chris Wright
4973M: chrisw@sous-sol.org
4974L: virtualization@lists.osdl.org
4975L: xen-devel@lists.xensource.com
4976S: Supported
4977
Linus Torvalds1da177e2005-04-16 15:20:36 -07004978XFS FILESYSTEM
4979P: Silicon Graphics Inc
Lachlan McIlroy0335cb72008-12-31 12:10:12 +11004980P: Bill O'Donnell
Linus Torvalds1da177e2005-04-16 15:20:36 -07004981M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004982L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004983W: http://oss.sgi.com/projects/xfs
Lachlan McIlroy0335cb72008-12-31 12:10:12 +11004984T: git://oss.sgi.com/xfs/xfs.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004985S: Supported
4986
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004987XILINX SYSTEMACE DRIVER
4988P: Grant Likely
4989M: grant.likely@secretlab.ca
4990W: http://www.secretlab.ca/
4991L: linux-kernel@vger.kernel.org
4992S: Maintained
4993
Peter Korsgaard238b8722006-12-06 20:35:17 -08004994XILINX UARTLITE SERIAL DRIVER
4995P: Peter Korsgaard
4996M: jacmet@sunsite.dk
4997L: linux-serial@vger.kernel.org
4998S: Maintained
4999
Linus Torvalds1da177e2005-04-16 15:20:36 -07005000YAM DRIVER FOR AX.25
5001P: Jean-Paul Roubelat
5002M: jpr@f6fbb.org
5003L: linux-hams@vger.kernel.org
5004S: Maintained
5005
Henkaf64a5e2005-10-12 15:02:56 +02005006YEALINK PHONE DRIVER
5007P: Henk Vergonet
5008M: Henk.Vergonet@gmail.com
5009L: usbb2k-api-dev@nongnu.org
5010S: Maintained
5011
Linus Torvalds1da177e2005-04-16 15:20:36 -07005012Z8530 DRIVER FOR AX.25
5013P: Joerg Reuter
5014M: jreuter@yaina.de
5015W: http://yaina.de/jreuter/
5016W: http://www.qsl.net/dl1bke/
5017L: linux-hams@vger.kernel.org
5018S: Maintained
5019
Daniel Drake7c0c3af2006-07-16 13:55:17 +01005020ZD1211RW WIRELESS DRIVER
5021P: Daniel Drake
5022M: dsd@gentoo.org
5023P: Ulrich Kunitz
5024M: kune@deine-taler.de
5025W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07005026L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01005027L: zd1211-devs@lists.sourceforge.net (subscribers-only)
5028S: Maintained
5029
Linus Torvalds1da177e2005-04-16 15:20:36 -07005030ZR36067 VIDEO FOR LINUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07005031L: mjpeg-users@lists.sourceforge.net
Trent Piephof63145e2009-01-24 20:52:41 -03005032L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07005033W: http://mjpeg.sourceforge.net/driver-zoran/
Trent Piephof63145e2009-01-24 20:52:41 -03005034T: Mercurial http://linuxtv.org/hg/v4l-dvb
5035S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07005036
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07005037ZS DECSTATION Z85C30 SERIAL DRIVER
5038P: Maciej W. Rozycki
5039M: macro@linux-mips.org
5040S: Maintained
5041
Linus Torvalds1da177e2005-04-16 15:20:36 -07005042THE REST
5043P: Linus Torvalds
5044S: Buried alive in reporters