blob: fc1e8d6250e4f7eb00e6ff21caa8e539a2f8d06b [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
Russell Kinga9da4f72008-07-12 21:42:04 +0100505ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
506P: Daniel Ribeiro
507M: drwyrm@gmail.com
508P: Stefan Schmidt
509M: stefan@openezx.org
510P: Harald Welte
511M: laforge@openezx.org
512L: openezx-devel@lists.openezx.org (subscribers-only)
513W: http://www.openezx.org/
514S: Maintained
515
Sascha Hauer86183a52008-07-24 23:50:35 +0200516ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
517P: Sascha Hauer
518M: kernel@pengutronix.de
519L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
520S: Maintained
521
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800522ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
523P: Lennert Buytenhek
524M: kernel@wantstofly.org
525L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
526S: Maintained
527
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100528ARM/GUMSTIX MACHINE SUPPORT
529P: Steve Sakoman
530M: sakoman@gmail.com
531L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
532S: Maintained
533
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100534ARM/HP JORNADA 7XX MACHINE SUPPORT
Jean Delvare795fb7e2008-09-20 12:33:08 +0200535P: Kristoffer Ericson
536M: kristoffer.ericson@gmail.com
537W: www.jlime.com
538S: Maintained
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100539
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800540ARM/INTEL IOP32X ARM ARCHITECTURE
541P: Lennert Buytenhek
542M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100543P: Dan Williams
544M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800545L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100546S: Supported
547
548ARM/INTEL IOP33X ARM ARCHITECTURE
549P: Dan Williams
550M: dan.j.williams@intel.com
551L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
552S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800553
554ARM/INTEL IOP13XX ARM ARCHITECTURE
555P: Lennert Buytenhek
556M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100557P: Dan Williams
558M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800559L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100560S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800561
562ARM/INTEL IQ81342EX MACHINE SUPPORT
563P: Lennert Buytenhek
564M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100565P: Dan Williams
566M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800567L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100568S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800569
570ARM/INTEL IXP2000 ARM ARCHITECTURE
571P: Lennert Buytenhek
572M: kernel@wantstofly.org
573L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
574S: Maintained
575
576ARM/INTEL IXDP2850 MACHINE SUPPORT
577P: Lennert Buytenhek
578M: kernel@wantstofly.org
579L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
580S: Maintained
581
582ARM/INTEL IXP23XX ARM ARCHITECTURE
583P: Lennert Buytenhek
584M: kernel@wantstofly.org
585L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
586S: Maintained
587
588ARM/INTEL XSC3 (MANZANO) ARM CORE
589P: Lennert Buytenhek
590M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100591P: Dan Williams
592M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800593L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100594S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800595
596ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
597P: Lennert Buytenhek
598M: kernel@wantstofly.org
599L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
600S: Maintained
601
602ARM/LOGICPD PXA270 MACHINE SUPPORT
603P: Lennert Buytenhek
604M: kernel@wantstofly.org
605L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
606S: Maintained
607
Philipp Zabel3b8861712008-07-09 21:27:15 +0100608ARM/MAGICIAN MACHINE SUPPORT
609P: Philipp Zabel
610M: philipp.zabel@gmail.com
611S: Maintained
612
Kristoffer Ericson9624dfe2008-10-09 16:50:46 +0100613ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
614P: Michael Petchkovsky
615M: mkpetch@internode.on.net
616S: Maintained
617
Dirk Opfer8459c152005-11-06 14:27:52 +0000618ARM/TOSA MACHINE SUPPORT
Dmitry Eremin-Solenikovbfa0b1c2009-01-06 14:41:05 -0800619P: Dmitry Eremin-Solenikov
Dmitry Baryshkov93887042008-07-07 10:50:06 +0100620M: dbaryshkov@gmail.com
Dirk Opfer8459c152005-11-06 14:27:52 +0000621P: Dirk Opfer
622M: dirk@opfer-online.de
623S: Maintained
624
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100625ARM/PALMTX SUPPORT
626P: Marek Vasut
627M: marek.vasut@gmail.com
628W: http://hackndev.com
629S: Maintained
630
Sergey Lapinc49e1e62008-08-29 15:47:52 +0100631ARM/PALMZ72 SUPPORT
632P: Sergey Lapin
633M: slapin@ossfans.org
634W: http://hackndev.com
635S: Maintained
636
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637ARM/PLEB SUPPORT
638P: Peter Chubb
639M: pleb@gelato.unsw.edu.au
640W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
641S: Maintained
642
643ARM/PT DIGITAL BOARD PORT
644P: Stefan Eletzhofer
645M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700646L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700647W: http://www.arm.linux.org.uk/
648S: Maintained
649
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800650ARM/RADISYS ENP2611 MACHINE SUPPORT
651P: Lennert Buytenhek
652M: kernel@wantstofly.org
653L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
654S: Maintained
655
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656ARM/SHARK MACHINE SUPPORT
657P: Alexander Schulz
658M: alex@shark-linux.de
659W: http://www.shark-linux.de/shark.html
660S: Maintained
661
662ARM/STRONGARM110 PORT
663P: Russell King
664M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700665L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666W: http://www.arm.linux.org.uk/
667S: Maintained
668
669ARM/S3C2410 ARM ARCHITECTURE
670P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800671M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700672L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700673W: http://www.fluff.org/ben/linux/
674S: Maintained
675
676ARM/S3C2440 ARM ARCHITECTURE
677P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800678M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700679L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680W: http://www.fluff.org/ben/linux/
681S: Maintained
682
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800683ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
684P: Lennert Buytenhek
685M: kernel@wantstofly.org
686L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
687S: Maintained
688
689ARM/THECUS N2100 MACHINE SUPPORT
690P: Lennert Buytenhek
691M: kernel@wantstofly.org
692L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
693S: Maintained
694
wanzongshun98ad6e32009-02-13 06:04:32 +0100695ARM/NUVOTON W90X900 ARM ARCHITECTURE
696P: Wan ZongShun
697M: mcuos.com@gmail.com
698L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
699W: http://www.mcuos.com
700S: Maintained
701
Linus Torvalds1da177e2005-04-16 15:20:36 -0700702ARPD SUPPORT
703P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700704L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700705S: Maintained
706
707ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500708P: Corentin Chary
709M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700710P: Karol Kozimor
711M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700712L: acpi4asus-user@lists.sourceforge.net
713W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500714W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700715S: Maintained
716
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400717ASUS ASB100 HARDWARE MONITOR DRIVER
718P: Mark M. Hoffman
719M: mhoffman@lightlink.com
720L: lm-sensors@lm-sensors.org
721S: Maintained
722
Corentin Chary85091b72007-01-26 14:04:30 +0100723ASUS LAPTOP EXTRAS DRIVER
724P: Corentin Chary
725M: corentincj@iksaif.net
726L: acpi4asus-user@lists.sourceforge.net
727W: http://sourceforge.net/projects/acpi4asus
728W: http://xf.iksaif.net/acpi4asus
729S: Maintained
730
Andrew Morton953a6472008-11-06 12:53:28 -0800731ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
Dan Williamsb3e5f262007-08-07 10:26:35 -0700732P: Dan Williams
733M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100734P: Maciej Sosnowski
735M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700736L: linux-kernel@vger.kernel.org
737W: http://sourceforge.net/projects/xscaleiop
738S: Supported
739
Randy Dunlape7839f22008-10-12 16:11:45 -0700740ATA OVER ETHERNET (AOE) DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741P: Ed L. Cashin
742M: ecashin@coraid.com
743W: http://www.coraid.com/support/linux
744S: Supported
745
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200746ATHEROS ATH5K WIRELESS DRIVER
747P: Jiri Slaby
748M: jirislaby@gmail.com
749P: Nick Kossifidis
750M: mickflemm@gmail.com
751P: Luis R. Rodriguez
Luis R. Rodriguez4fe06572008-10-13 14:08:07 -0700752M: lrodriguez@atheros.com
Bob Copelandadef1992008-10-29 08:30:57 -0400753P: Bob Copeland
754M: me@bobcopeland.com
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200755L: linux-wireless@vger.kernel.org
756L: ath5k-devel@lists.ath5k.org
757S: Maintained
758
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700759ATHEROS ATH9K WIRELESS DRIVER
760P: Luis R. Rodriguez
761M: lrodriguez@atheros.com
762P: Jouni Malinen
763M: jmalinen@atheros.com
764L: linux-wireless@vger.kernel.org
765L: ath9k-devel@lists.ath9k.org
766S: Supported
767
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000768ATI_REMOTE2 DRIVER
769P: Ville Syrjala
770M: syrjala@sci.fi
771S: Maintained
772
Chris Snook7ae115b2008-09-09 03:26:57 -0400773ATLX ETHERNET DRIVERS
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600774P: Jay Cliburn
775M: jcliburn@gmail.com
776P: Chris Snook
777M: csnook@redhat.com
Chris Snook7ae115b2008-09-09 03:26:57 -0400778P: Jie Yang
779M: jie.yang@atheros.com
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600780L: atl1-devel@lists.sourceforge.net
781W: http://sourceforge.net/projects/atl1
782W: http://atl1.sourceforge.net
783S: Maintained
784
Linus Torvalds1da177e2005-04-16 15:20:36 -0700785ATM
786P: Chas Williams
787M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700788L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Jiri Slaby44ae98b2008-11-30 23:27:11 -0800789L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700790W: http://linux-atm.sourceforge.net
791S: Maintained
792
Pierre Ossman272f1332007-05-14 21:25:26 +0200793ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200794P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800795M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200796L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
797W: http://www.atmel.com/products/AT91/
798W: http://www.at91.com/
799S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200800
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800801ATMEL AT91 / AT32 SERIAL DRIVER
802P: Haavard Skinnemoen
803M: hskinnemoen@atmel.com
804L: linux-kernel@vger.kernel.org
805S: Supported
806
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800807ATMEL LCDFB DRIVER
808P: Nicolas Ferre
809M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800810L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800811S: Maintained
812
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100813ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100814P: Haavard Skinnemoen
815M: hskinnemoen@atmel.com
816S: Supported
817
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800818ATMEL SPI DRIVER
819P: Haavard Skinnemoen
820M: hskinnemoen@atmel.com
821S: Supported
822
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700823ATMEL USBA UDC DRIVER
824P: Haavard Skinnemoen
825M: hskinnemoen@atmel.com
826L: kernel@avr32linux.org
827W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
828S: Supported
829
Linus Torvalds1da177e2005-04-16 15:20:36 -0700830ATMEL WIRELESS DRIVER
831P: Simon Kelley
832M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700833L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700834W: http://www.thekelleys.org.uk/atmel
835W: http://atmelwlandriver.sourceforge.net/
836S: Maintained
837
Chris Wrighta92b7b82005-07-07 18:12:23 -0700838AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400839P: Al Viro
840M: viro@zeniv.linux.org.uk
841P: Eric Paris
842M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700843L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100844W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400845T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700846S: Maintained
847
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800848AUXILIARY DISPLAY DRIVERS
849P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700850M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800851L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700852W: http://miguelojeda.es/auxdisplay.htm
853W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800854S: Maintained
855
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700856AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700857P: Haavard Skinnemoen
858M: hskinnemoen@atmel.com
859W: http://www.atmel.com/products/AVR32/
860W: http://avr32linux.org/
861W: http://avrfreaks.net/
862S: Supported
863
864AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700865P: Haavard Skinnemoen
866M: hskinnemoen@atmel.com
867S: Supported
868
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869AX.25 NETWORK LAYER
870P: Ralf Baechle
871M: ralf@linux-mips.org
872L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200873W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700874S: Maintained
875
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700876B43 WIRELESS DRIVER
877P: Michael Buesch
878M: mb@bu3sch.de
879P: Stefano Brivio
880M: stefano.brivio@polimi.it
881L: linux-wireless@vger.kernel.org
882W: http://linuxwireless.org/en/users/Drivers/b43
883S: Maintained
884
885B43LEGACY WIRELESS DRIVER
886P: Larry Finger
887M: Larry.Finger@lwfinger.net
888P: Stefano Brivio
889M: stefano.brivio@polimi.it
890L: linux-wireless@vger.kernel.org
891W: http://linuxwireless.org/en/users/Drivers/b43
892S: Maintained
893
Richard Purdie300abeb2007-02-07 22:21:07 +0000894BACKLIGHT CLASS/SUBSYSTEM
895P: Richard Purdie
896M: rpurdie@rpsys.net
897S: Maintained
898
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700899BAYCOM/HDLCDRV DRIVERS FOR AX.25
900P: Thomas Sailer
901M: t.sailer@alumni.ethz.ch
902L: linux-hams@vger.kernel.org
903W: http://www.baycom.org/~tom/ham/ham.html
904S: Maintained
905
906BEFS FILE SYSTEM
907P: Sergey S. Kostyliov
908M: rathamahata@php4.ru
909L: linux-kernel@vger.kernel.org
910S: Maintained
911
912BFS FILE SYSTEM
913P: Tigran A. Aivazian
914M: tigran@aivazian.fsnet.co.uk
915L: linux-kernel@vger.kernel.org
916S: Maintained
917
Bryan Wu1394f032007-05-06 14:50:22 -0700918BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800919P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800920M: cooloney@kernel.org
Mike Frysinger5b93e132009-02-04 16:49:45 +0800921L: uclinux-dist-devel@blackfin.uclinux.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800922W: http://blackfin.uclinux.org
923S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700924
Bryan Wue190d6b2007-07-17 14:43:44 +0800925BLACKFIN EMAC DRIVER
926P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800927M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800928L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
929W: http://blackfin.uclinux.org
930S: Supported
931
Mike Frysinger566da5b2007-06-11 15:31:30 +0800932BLACKFIN RTC DRIVER
933P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800934M: vapier.adi@gmail.com
935L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
936W: http://blackfin.uclinux.org
937S: Supported
938
Bryan Wu1394f032007-05-06 14:50:22 -0700939BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800940P: Sonic Zhang
941M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800942L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
943W: http://blackfin.uclinux.org
944S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700945
Bryan Wu1e6d3202007-07-15 02:50:02 +0800946BLACKFIN WATCHDOG DRIVER
947P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800948M: vapier.adi@gmail.com
949L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
950W: http://blackfin.uclinux.org
951S: Supported
952
Bryan Wud24ecfc2007-05-01 23:26:32 +0200953BLACKFIN I2C TWI DRIVER
954P: Sonic Zhang
955M: sonic.zhang@analog.com
956L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
957W: http://blackfin.uclinux.org/
958S: Supported
959
Linus Torvalds1da177e2005-04-16 15:20:36 -0700960BLOCK LAYER
961P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200962M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700963L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800964T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965S: Maintained
966
Joern Engel2b54aae2008-02-06 01:38:02 -0800967BLOCK2MTD DRIVER
968P: Joern Engel
969M: joern@lazybastard.org
970L: linux-mtd@lists.infradead.org
971S: Maintained
972
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200973BLUETOOTH DRIVERS
974P: Marcel Holtmann
975M: marcel@holtmann.org
976L: linux-bluetooth@vger.kernel.org
977W: http://www.bluez.org/
978S: Maintained
979
Linus Torvalds1da177e2005-04-16 15:20:36 -0700980BLUETOOTH SUBSYSTEM
981P: Marcel Holtmann
982M: marcel@holtmann.org
Pavel Machek781c2842008-03-20 15:41:02 -0700983L: linux-bluetooth@vger.kernel.org
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200984W: http://www.bluez.org/
Josh Boyer1adc1232005-11-23 15:44:15 -0800985T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700986S: Maintained
987
Linus Torvalds1da177e2005-04-16 15:20:36 -0700988BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100989P: Jay Vosburgh
990M: fubar@us.ibm.com
991L: bonding-devel@lists.sourceforge.net
992W: http://sourceforge.net/projects/bonding/
993S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994
Gary Zambrano39105892006-06-22 17:26:20 -0700995BROADCOM B44 10/100 ETHERNET DRIVER
996P: Gary Zambrano
997M: zambrano@broadcom.com
998L: netdev@vger.kernel.org
999S: Supported
1000
Michael Chan948c51e2006-06-04 02:51:39 -07001001BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1002P: Michael Chan
1003M: mchan@broadcom.com
1004L: netdev@vger.kernel.org
1005S: Supported
1006
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001007BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -07001008P: Eilon Greenstein
1009M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001010L: netdev@vger.kernel.org
1011S: Supported
1012
Michael Chan948c51e2006-06-04 02:51:39 -07001013BROADCOM TG3 GIGABIT ETHERNET DRIVER
1014P: Michael Chan
1015M: mchan@broadcom.com
1016L: netdev@vger.kernel.org
1017S: Supported
1018
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001019BSG (block layer generic sg v4 driver)
1020P: FUJITA Tomonori
1021M: fujita.tomonori@lab.ntt.co.jp
1022L: linux-scsi@vger.kernel.org
1023S: Supported
1024
Michael Bueschff1d5c22008-07-25 01:46:10 -07001025BT8XXGPIO DRIVER
1026P: Michael Buesch
1027M: mb@bu3sch.de
1028W: http://bu3sch.de/btgpio.php
1029S: Maintained
1030
Joe Percheseb1eb042009-01-21 10:49:16 -05001031BTRFS FILE SYSTEM
1032P: Chris Mason
1033M: chris.mason@oracle.com
1034L: linux-btrfs@vger.kernel.org
1035W: http://btrfs.wiki.kernel.org/
1036T: git kernel.org:/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1037S: Maintained
1038
Linus Torvalds1da177e2005-04-16 15:20:36 -07001039BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001040P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001041M: mchehab@infradead.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001042L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001043L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001044W: http://linuxtv.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001045T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001046S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047
Jonathan Corbet77d51402007-03-22 19:44:17 -03001048CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02001049P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03001050M: corbet@lwn.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001051L: linux-media@vger.kernel.org
1052T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03001053S: Maintained
1054
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001055CALGARY x86-64 IOMMU
1056P: Muli Ben-Yehuda
1057M: muli@il.ibm.com
1058P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001059M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001060L: linux-kernel@vger.kernel.org
1061L: discuss@x86-64.org
1062S: Maintained
1063
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001064CAN NETWORK LAYER
1065P: Urs Thuermann
1066M: urs.thuermann@volkswagen.de
1067P: Oliver Hartkopp
1068M: oliver.hartkopp@volkswagen.de
1069L: socketcan-core@lists.berlios.de (subscribers-only)
1070W: http://developer.berlios.de/projects/socketcan/
1071S: Maintained
1072
Arnd Bergmannb8154542008-05-16 11:10:59 +02001073CELL BROADBAND ENGINE ARCHITECTURE
1074P: Arnd Bergmann
1075M: arnd@arndb.de
1076L: linuxppc-dev@ozlabs.org
1077L: cbe-oss-dev@ozlabs.org
1078W: http://www.ibm.com/developerworks/power/cell/
1079S: Supported
1080
David Vrabel18332a82008-09-17 16:34:44 +01001081CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1082P: David Vrabel
1083M: david.vrabel@csr.com
1084L: linux-usb@vger.kernel.org
1085S: Supported
1086
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001087CFAG12864B LCD DRIVER
1088P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001089M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001090L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001091W: http://miguelojeda.es/auxdisplay.htm
1092W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001093S: Maintained
1094
1095CFAG12864BFB LCD FRAMEBUFFER DRIVER
1096P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001097M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001098L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001099W: http://miguelojeda.es/auxdisplay.htm
1100W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001101S: Maintained
1102
Johannes Berg704232c2007-04-23 12:20:05 -07001103CFG80211 and NL80211
1104P: Johannes Berg
1105M: johannes@sipsolutions.net
1106L: linux-wireless@vger.kernel.org
1107S: Maintained
1108
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001109CHECKPATCH
1110P: Andy Whitcroft
Andy Whitcroftb0e0b432009-01-06 14:41:22 -08001111M: apw@canonical.com
1112L: linux-kernel@vger.kernel.org
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001113S: Supported
1114
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001115CISCO 10G ETHERNET DRIVER
1116P: Scott Feldman
1117M: scofeldm@cisco.com
1118P: Joe Eykholt
1119M: jeykholt@cisco.com
Joel Becker7063fbf2005-12-15 14:29:43 -08001120S: Supported
1121
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001122CIRRUS LOGIC EP93XX ETHERNET DRIVER
1123P: Lennert Buytenhek
1124M: kernel@wantstofly.org
1125L: netdev@vger.kernel.org
1126S: Maintained
1127
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001128CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1129P: Lennert Buytenhek
1130M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001131L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001132S: Maintained
1133
Timur Tabid9e9d822008-04-24 08:45:26 +10001134CIRRUS LOGIC CS4270 SOUND DRIVER
1135P: Timur Tabi
1136M: timur@freescale.com
1137L: alsa-devel@alsa-project.org
1138S: Supported
1139
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1141P: Cirrus Logic Corporation (kernel 2.2 driver)
1142M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1143P: Nils Faerber (port to kernel 2.4)
1144M: Nils Faerber <nils@kernelconcepts.de>
1145S: Maintained
1146
1147CODA FILE SYSTEM
1148P: Jan Harkes
1149M: jaharkes@cs.cmu.edu
1150M: coda@cs.cmu.edu
1151L: codalist@coda.cs.cmu.edu
1152W: http://www.coda.cs.cmu.edu/
1153S: Maintained
1154
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001155COMMON INTERNET FILE SYSTEM (CIFS)
1156P: Steve French
1157M: sfrench@samba.org
1158L: linux-cifs-client@lists.samba.org
1159L: samba-technical@lists.samba.org
1160W: http://linux-cifs.samba.org/
1161T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1162S: Supported
1163
Linus Torvalds1da177e2005-04-16 15:20:36 -07001164COMPACTPCI HOTPLUG CORE
1165P: Scott Murray
1166M: scottm@somanetworks.com
1167M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001168L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169S: Supported
1170
1171COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1172P: Scott Murray
1173M: scottm@somanetworks.com
1174M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001175L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176S: Supported
1177
1178COMPACTPCI HOTPLUG GENERIC DRIVER
1179P: Scott Murray
1180M: scottm@somanetworks.com
1181M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001182L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001183S: Supported
1184
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001185COMPAL LAPTOP SUPPORT
1186P: Cezary Jackiewicz
1187M: cezary.jackiewicz@gmail.com
1188S: Maintained
1189
Linus Torvalds1da177e2005-04-16 15:20:36 -07001190COMPUTONE INTELLIPORT MULTIPORT CARD
1191P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001192M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001194S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001195
Simon Arlott949be0f2007-03-06 02:47:46 -08001196CONEXANT ACCESSRUNNER USB DRIVER
1197P: Simon Arlott
1198M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001199L: accessrunner-general@lists.sourceforge.net
1200W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001201S: Maintained
1202
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001203CONFIGFS
1204P: Joel Becker
1205M: joel.becker@oracle.com
1206L: linux-kernel@vger.kernel.org
1207S: Supported
1208
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001209CONTROL GROUPS (CGROUPS)
1210P: Paul Menage
1211M: menage@google.com
KOSAKI Motohiro01c4a422009-02-11 13:04:35 -08001212P: Li Zefan
1213M: lizf@cn.fujitsu.com
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001214L: containers@lists.linux-foundation.org
1215S: Maintained
1216
Rudolf Marekbebe4672007-05-08 17:22:02 +02001217CORETEMP HARDWARE MONITORING DRIVER
1218P: Rudolf Marek
1219M: r.marek@assembler.cz
1220L: lm-sensors@lm-sensors.org
1221S: Maintained
1222
Linus Torvalds1da177e2005-04-16 15:20:36 -07001223COSA/SRP SYNC SERIAL DRIVER
1224P: Jan "Yenya" Kasprzak
1225M: kas@fi.muni.cz
1226W: http://www.fi.muni.cz/~kas/cosa/
1227S: Maintained
1228
1229CPU FREQUENCY DRIVERS
1230P: Dave Jones
Dave Jonesf4432c52008-10-20 13:31:45 -04001231M: davej@redhat.com
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001232L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001234T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235S: Maintained
1236
1237CPUID/MSR DRIVER
1238P: H. Peter Anvin
1239M: hpa@zytor.com
1240S: Maintained
1241
Paul Jacksoned90fb42005-09-27 21:45:37 -07001242CPUSETS
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001243P: Paul Menage
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001244M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001245L: linux-kernel@vger.kernel.org
1246W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001247W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001248S: Supported
1249
Linus Torvalds1da177e2005-04-16 15:20:36 -07001250CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001251W: http://sourceforge.net/projects/cramfs/
1252S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001253
1254CRIS PORT
1255P: Mikael Starvik
1256M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001257P: Jesper Nilsson
1258M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001259L: dev-etrax@axis.com
1260W: http://developer.axis.com
1261S: Maintained
1262
1263CRYPTO API
1264P: Herbert Xu
1265M: herbert@gondor.apana.org.au
1266P: David S. Miller
1267M: davem@davemloft.net
1268L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001269T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001270S: Maintained
1271
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001272CS5535 Audio ALSA driver
1273P: Jaya Kumar
1274M: jayakumar.alsa@gmail.com
1275S: Maintained
1276
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001277CX18 VIDEO4LINUX DRIVER
1278P: Hans Verkuil, Andy Walls
1279M: hverkuil@xs4all.nl, awalls@radix.net
1280L: ivtv-devel@ivtvdriver.org
1281L: ivtv-users@ivtvdriver.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001282L: linux-media@vger.kernel.org
1283T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001284W: http://linuxtv.org
1285S: Maintained
1286
Steve Wisee5ec3782008-05-20 14:06:33 -07001287CXGB3 ETHERNET DRIVER (CXGB3)
1288P: Divy Le Ray
1289M: divy@chelsio.com
1290L: netdev@vger.kernel.org
1291W: http://www.chelsio.com
1292S: Supported
1293
1294CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1295P: Steve Wise
1296M: swise@chelsio.com
1297L: general@lists.openfabrics.org
1298W: http://www.openfabrics.org
1299S: Supported
1300
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301CYBERPRO FB DRIVER
1302P: Russell King
1303M: rmk@arm.linux.org.uk
1304W: http://www.arm.linux.org.uk/
1305S: Maintained
1306
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001307CYBLAFB FRAMEBUFFER DRIVER
1308P: Knut Petersen
1309M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001310L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001311S: Maintained
1312
Linus Torvalds1da177e2005-04-16 15:20:36 -07001313CYCLADES 2X SYNC CARD DRIVER
1314P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001315M: acme@ghostprotocols.net
1316W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001317S: Maintained
1318
1319CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001320W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001321S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322
1323CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001324W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001325S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001326
Linus Torvalds1da177e2005-04-16 15:20:36 -07001327DAMA SLAVE for AX.25
1328P: Joerg Reuter
1329M: jreuter@yaina.de
1330W: http://yaina.de/jreuter/
1331W: http://www.qsl.net/dl1bke/
1332L: linux-hams@vger.kernel.org
1333S: Maintained
1334
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001335DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1336P: Tobias Ringstrom
1337M: tori@unhappy.mine.nu
1338L: netdev@vger.kernel.org
1339S: Maintained
1340
1341DC390/AM53C974 SCSI driver
1342P: Kurt Garloff
1343M: garloff@suse.de
1344W: http://www.garloff.de/kurt/linux/dc390/
1345P: Guennadi Liakhovetski
1346M: g.liakhovetski@gmx.de
1347S: Maintained
1348
Linus Torvalds1da177e2005-04-16 15:20:36 -07001349DC395x SCSI driver
1350P: Oliver Neukum
1351M: oliver@neukum.name
1352P: Ali Akcaagac
1353M: aliakc@web.de
1354P: Jamie Lenehan
1355M: lenehan@twibble.org
1356W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001357L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001358L: http://lists.twibble.org/mailman/listinfo/dc395x/
1359S: Maintained
1360
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001361DCCP PROTOCOL
1362P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001363M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001364L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001365W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001366S: Maintained
1367
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001369P: Christine Caulfield
1370M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001371W: http://linux-decnet.sourceforge.net
1372L: linux-decnet-user@lists.sourceforge.net
1373S: Maintained
1374
1375DEFXX FDDI NETWORK DRIVER
1376P: Maciej W. Rozycki
1377M: macro@linux-mips.org
1378S: Maintained
1379
Matthew Garrettad8f07c2009-01-07 18:08:56 -08001380DELL LAPTOP DRIVER
1381P: Matthew Garrett
1382M: mjg59@srcf.ucam.org
1383S: Maintained
1384
Linus Torvalds1da177e2005-04-16 15:20:36 -07001385DELL LAPTOP SMM DRIVER
1386P: Massimo Dal Zotto
1387M: dz@debian.org
1388W: http://www.debian.org/~dz/i8k/
1389S: Maintained
1390
Doug Warzecha90563ec2005-09-06 15:17:15 -07001391DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1392P: Doug Warzecha
1393M: Douglas_Warzecha@dell.com
1394S: Maintained
1395
Linus Torvalds1da177e2005-04-16 15:20:36 -07001396DEVICE NUMBER REGISTRY
1397P: Torben Mathiasen
1398M: device@lanana.org
1399W: http://lanana.org/docs/device-list/index.html
1400L: linux-kernel@vger.kernel.org
1401S: Maintained
1402
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001403DEVICE-MAPPER (LVM)
1404P: Alasdair Kergon
1405L: dm-devel@redhat.com
1406W: http://sources.redhat.com/dm
1407S: Maintained
1408
Linus Torvalds1da177e2005-04-16 15:20:36 -07001409DIGI INTL. EPCA DRIVER
1410P: Digi International, Inc
1411M: Eng.Linux@digi.com
1412L: Eng.Linux@digi.com
1413W: http://www.digi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001414S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001415
Randy Dunlape7839f22008-10-12 16:11:45 -07001416DIRECTORY NOTIFICATION (DNOTIFY)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001417P: Stephen Rothwell
1418M: sfr@canb.auug.org.au
1419L: linux-kernel@vger.kernel.org
1420S: Supported
1421
1422DISK GEOMETRY AND PARTITION HANDLING
1423P: Andries Brouwer
1424M: aeb@cwi.nl
1425W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1426W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1427W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1428S: Maintained
1429
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001430DISKQUOTA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001431P: Jan Kara
1432M: jack@suse.cz
1433L: linux-kernel@vger.kernel.org
1434S: Maintained
1435
Randy Dunlape7839f22008-10-12 16:11:45 -07001436DISTRIBUTED LOCK MANAGER (DLM)
Christine Caulfield8943f262008-02-14 19:31:31 -08001437P: Christine Caulfield
1438M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001439P: David Teigland
1440M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001441L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001442W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001443T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001444S: Supported
1445
Dan Williamsb3e5f262007-08-07 10:26:35 -07001446DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001447P: Maciej Sosnowski
1448M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001449P: Dan Williams
1450M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001451L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001452S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001453
Juerg Haefligerb8250372007-06-09 10:11:16 -04001454DME1737 HARDWARE MONITOR DRIVER
1455P: Juerg Haefliger
1456M: juergh@gmail.com
1457L: lm-sensors@lm-sensors.org
1458S: Maintained
1459
Martin Waitzba483d52005-06-17 13:20:59 -07001460DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001461P: Randy Dunlap
1462M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001463S: Maintained
1464
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001465DOCKING STATION DRIVER
Len Brownc5d191b2008-09-24 02:53:25 -04001466P: Shaohua Li
1467M: shaohua.li@intel.com
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001468L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001469S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001470
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001471DOCUMENTATION (/Documentation directory)
Jean Delvare795fb7e2008-09-20 12:33:08 +02001472P: Randy Dunlap
1473M: rdunlap@xenotime.net
1474L: linux-doc@vger.kernel.org
1475S: Maintained
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001476
Linus Torvalds1da177e2005-04-16 15:20:36 -07001477DOUBLETALK DRIVER
1478P: James R. Van Zandt
1479M: jrv@vanzandt.mv.com
1480L: blinux-list@redhat.com
1481S: Maintained
1482
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001483DPT_I2O SCSI RAID DRIVER
1484P: Adaptec OEM Raid Solutions
1485M: aacraid@adaptec.com
1486L: linux-scsi@vger.kernel.org
1487W: http://www.adaptec.com/
1488S: Maintained
1489
Linus Torvalds1da177e2005-04-16 15:20:36 -07001490DRIVER CORE, KOBJECTS, AND SYSFS
1491P: Greg Kroah-Hartman
1492M: gregkh@suse.de
1493L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001494T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495S: Supported
1496
1497DRM DRIVERS
1498P: David Airlie
1499M: airlied@linux.ie
1500L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001501T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502S: Maintained
1503
1504DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001505P: Francois Romieu
1506M: romieu@fr.zoreil.com
1507L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508S: Maintained
1509
1510DVB SUBSYSTEM AND DRIVERS
1511P: LinuxTV.org Project
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001512M: linux-media@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02001513L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001514W: http://linuxtv.org/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001515T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001516S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001517
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001518DZ DECSTATION DZ11 SERIAL DRIVER
1519P: Maciej W. Rozycki
1520M: macro@linux-mips.org
1521S: Maintained
1522
Linus Torvalds1da177e2005-04-16 15:20:36 -07001523EATA-DMA SCSI DRIVER
1524P: Michael Neuffer
1525L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1526S: Maintained
1527
1528EATA ISA/EISA/PCI SCSI DRIVER
1529P: Dario Ballabio
1530M: ballabio_dario@emc.com
1531L: linux-scsi@vger.kernel.org
1532S: Maintained
1533
1534EATA-PIO SCSI DRIVER
1535P: Michael Neuffer
1536M: mike@i-Connect.Net
1537L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1538S: Maintained
1539
1540EBTABLES
1541P: Bart De Schuymer
1542M: bart.de.schuymer@pandora.be
1543L: ebtables-user@lists.sourceforge.net
1544L: ebtables-devel@lists.sourceforge.net
1545W: http://ebtables.sourceforge.net/
1546S: Maintained
1547
Michael Halcrow237fead2006-10-04 02:16:22 -07001548ECRYPT FILE SYSTEM
Michael Halcrow6dc75162008-12-15 13:54:17 -08001549P: Tyler Hicks, Dustin Kirkland
1550M: tyhicks@linux.vnet.ibm.com, kirkland@canonical.com
1551L: ecryptfs-devel@lists.launchpad.net
1552W: https://launchpad.net/ecryptfs
Michael Halcrow237fead2006-10-04 02:16:22 -07001553S: Supported
1554
Alan Coxda9bb1d2006-01-18 17:44:13 -08001555EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001556P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001557M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001558L: bluesmoke-devel@lists.sourceforge.net
1559W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001560S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001561
1562EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001563P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001564P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001565M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001566M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001567L: bluesmoke-devel@lists.sourceforge.net
1568W: bluesmoke.sourceforge.net
1569S: Maintained
1570
1571EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001572P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001573M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001574L: bluesmoke-devel@lists.sourceforge.net
1575W: bluesmoke.sourceforge.net
1576S: Maintained
1577
Douglas Thompson6bc78402007-07-19 01:50:12 -07001578EDAC-I82443BXGX
1579P: Tim Small
1580M: tim@buttersideup.com
1581L: bluesmoke-devel@lists.sourceforge.net
1582W: bluesmoke.sourceforge.net
1583S: Maintained
1584
1585EDAC-I3000
1586P: Jason Uhlenkott
1587M: juhlenko@akamai.com
1588L: bluesmoke-devel@lists.sourceforge.net
1589W: bluesmoke.sourceforge.net
1590S: Maintained
1591
1592EDAC-I5000
1593P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001594M: dougthompson@xmission.com
1595L: bluesmoke-devel@lists.sourceforge.net
1596W: bluesmoke.sourceforge.net
1597S: Maintained
1598
Mauro Carvalho Chehab44c12cb2009-01-15 13:50:49 -08001599EDAC-I5400
1600P: Mauro Carvalho Chehab
1601M: mchehab@redhat.com
1602L: bluesmoke-devel@lists.sourceforge.net
1603W: bluesmoke.sourceforge.net
1604S: Maintained
1605
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001606EDAC-I82975X
1607P: Ranganathan Desikan
1608P: Arvind R.
1609M: rdesikan@jetzbroadband.com
1610M: arvind@acarlab.com
1611L: bluesmoke-devel@lists.sourceforge.net
1612W: bluesmoke.sourceforge.net
1613S: Maintained
1614
1615EDAC-PASEMI
1616P: Egor Martovetsky
1617M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001618L: bluesmoke-devel@lists.sourceforge.net
1619W: bluesmoke.sourceforge.net
1620S: Maintained
1621
Dave Peterson0e438e32006-03-26 01:38:55 -08001622EDAC-R82600
1623P: Tim Small
1624M: tim@buttersideup.com
1625L: bluesmoke-devel@lists.sourceforge.net
1626W: bluesmoke.sourceforge.net
1627S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001628
Eric Coopere59f8792008-03-13 12:55:46 +01001629EEEPC LAPTOP EXTRAS DRIVER
1630P: Corentin Chary
1631M: corentincj@iksaif.net
1632L: acpi4asus-user@lists.sourceforge.net
1633W: http://sourceforge.net/projects/acpi4asus
1634S: Maintained
1635
Josh Triplett0bee8d22006-07-30 03:03:58 -07001636EFS FILESYSTEM
1637W: http://aeschi.ch.eu.org/efs/
1638S: Orphan
1639
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001640EHCA (IBM GX bus InfiniBand adapter) DRIVER
Heiko J Schickfab97222006-09-22 15:22:22 -07001641P: Hoang-Nam Nguyen
1642M: hnguyen@de.ibm.com
1643P: Christoph Raisch
1644M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001645L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001646S: Supported
1647
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001648EMBEDDED LINUX
1649P: Paul Gortmaker
1650M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001651P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001652M: dwmw2@infradead.org
1653L: linux-embedded@vger.kernel.org
1654S: Maintained
1655
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001656EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001657P: James Smart
1658M: james.smart@emulex.com
1659L: linux-scsi@vger.kernel.org
1660W: http://sourceforge.net/projects/lpfcxxxx
1661S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001662
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663EPSON 1355 FRAMEBUFFER DRIVER
1664P: Christopher Hoover
1665M: ch@murgatroid.com, ch@hpl.hp.com
1666S: Maintained
1667
Kristoffer Ericsond5ca9002008-10-15 22:03:54 -07001668EPSON S1D13XXX FRAMEBUFFER DRIVER
1669P: Kristoffer Ericson
1670M: kristoffer.ericson@gmail.com
1671S: Maintained
1672
Linus Torvalds1da177e2005-04-16 15:20:36 -07001673ETHEREXPRESS-16 NETWORK DRIVER
1674P: Philip Blundell
1675M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001676L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677S: Maintained
1678
1679ETHERNET BRIDGE
1680P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001681M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001682L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001683W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001684S: Maintained
1685
1686ETHERTEAM 16I DRIVER
1687P: Mika Kuoppala
1688M: miku@iki.fi
1689S: Maintained
1690
1691EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001692L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001693S: Maintained
1694
1695EXT3 FILE SYSTEM
1696P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001697M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001698L: linux-ext4@vger.kernel.org
1699S: Maintained
1700
1701EXT4 FILE SYSTEM
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001702P: Theodore Ts'o
1703M: tytso@mit.edu, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001704L: linux-ext4@vger.kernel.org
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001705W: http://ext4.wiki.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001706S: Maintained
1707
Jean Delvaree53004e2006-01-09 23:26:14 +01001708F71805F HARDWARE MONITORING DRIVER
1709P: Jean Delvare
1710M: khali@linux-fr.org
1711L: lm-sensors@lm-sensors.org
1712S: Maintained
1713
Linus Torvalds1da177e2005-04-16 15:20:36 -07001714FARSYNC SYNCHRONOUS DRIVER
1715P: Kevin Curtis
1716M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001717W: http://www.farsite.co.uk/
1718S: Supported
1719
Akinobu Mitac5408b82007-04-23 14:41:20 -07001720FAULT INJECTION SUPPORT
1721P: Akinobu Mita
1722M: akinobu.mita@gmail.com
1723S: Supported
1724
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001725FILE LOCKING (flock() and fcntl()/lockf())
1726P: Matthew Wilcox
1727M: matthew@wil.cx
1728L: linux-fsdevel@vger.kernel.org
1729S: Maintained
1730
1731FILESYSTEMS (VFS and infrastructure)
1732P: Alexander Viro
1733M: viro@zeniv.linux.org.uk
1734L: linux-fsdevel@vger.kernel.org
1735S: Maintained
1736
1737FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1738P: Kristian Hoegsberg, Stefan Richter
1739M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1740L: linux1394-devel@lists.sourceforge.net
1741W: http://www.linux1394.org/
1742T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1743S: Maintained
1744
1745FIRMWARE LOADER (request_firmware)
1746L: linux-kernel@vger.kernel.org
1747S: Orphan
1748
1749FPU EMULATOR
1750P: Bill Metzenthen
1751M: billm@suburbia.net
1752W: http://suburbia.net/~billm/floating-point/emulator/
1753S: Maintained
1754
1755FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1756P: Mike McLagan
1757M: mike.mclagan@linux.org
1758L: netdev@vger.kernel.org
1759S: Maintained
1760
Linus Torvalds1da177e2005-04-16 15:20:36 -07001761FRAMEBUFFER LAYER
1762P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001763M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001764L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001765W: http://linux-fbdev.sourceforge.net/
1766S: Maintained
1767
Zhang Wei173acc72008-03-01 07:42:48 -07001768FREESCALE DMA DRIVER
Zhang Wei76b0c782008-05-13 14:44:59 -07001769P: Li Yang
1770M: leoli@freescale.com
1771P: Zhang Wei
1772M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001773L: linuxppc-embedded@ozlabs.org
1774L: linux-kernel@vger.kernel.org
1775S: Maintained
1776
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001777FREESCALE I2C CPM DRIVER
1778P: Jochen Friedrich
1779M: jochen@scram.de
1780L: linuxppc-dev@ozlabs.org
Jean Delvare846557d2008-10-30 15:55:47 +01001781L: linux-i2c@vger.kernel.org
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001782S: Maintained
1783
Sascha Hauer60e8c5a2008-12-16 11:44:06 +01001784FREESCALE IMX / MXC FRAMEBUFFER DRIVER
1785P: Sascha Hauer
1786M: kernel@pengutronix.de
1787L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1788L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1789S: Maintained
1790
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001791FREESCALE SOC FS_ENET DRIVER
1792P: Pantelis Antoniou
1793M: pantelis.antoniou@gmail.com
1794P: Vitaly Bordug
1795M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001796L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001797L: netdev@vger.kernel.org
1798S: Maintained
1799
Timur Tabid9e9d822008-04-24 08:45:26 +10001800FREESCALE QUICC ENGINE LIBRARY
1801P: Timur Tabi
1802M: timur@freescale.com
1803L: linuxppc-dev@ozlabs.org
1804S: Supported
1805
Li Yanga7205b32007-04-23 10:38:18 -07001806FREESCALE HIGHSPEED USB DEVICE DRIVER
1807P: Li Yang
1808M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001809L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001810L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001811S: Maintained
1812
Li Yangbeaf53b2007-05-25 13:54:02 +08001813FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1814P: Li Yang
1815M: leoli@freescale.com
1816L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001817L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001818S: Maintained
1819
Timur Tabid9e9d822008-04-24 08:45:26 +10001820FREESCALE QUICC ENGINE UCC UART DRIVER
1821P: Timur Tabi
1822M: timur@freescale.com
1823L: linuxppc-dev@ozlabs.org
1824S: Supported
1825
1826FREESCALE SOC SOUND DRIVERS
1827P: Timur Tabi
1828M: timur@freescale.com
1829L: alsa-devel@alsa-project.org
1830L: linuxppc-dev@ozlabs.org
1831S: Supported
1832
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833FREEVXFS FILESYSTEM
1834P: Christoph Hellwig
1835M: hch@infradead.org
1836W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1837S: Maintained
1838
Pavel Machek71038f52009-01-15 13:51:02 -08001839FREEZER
1840P: Pavel Machek
1841M: pavel@suse.cz
1842P: Rafael J. Wysocki
1843M: rjw@sisk.pl
1844L: linux-pm@lists.linux-foundation.org
1845S: Supported
1846
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001847FTRACE
1848P: Steven Rostedt
Steven Rostedt8e324c12008-11-19 15:36:43 -08001849M: rostedt@goodmis.org
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001850S: Maintained
1851
David Howells5ab7ffe2007-04-10 15:10:45 +01001852FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001853P: David Howells
1854M: dhowells@redhat.com
1855S: Maintained
1856
Jonathan Woithe20b93732008-06-11 10:14:56 +09301857FUJITSU LAPTOP EXTRAS
1858P: Jonathan Woithe
1859M: jwoithe@physics.adelaide.edu.au
1860L: linux-acpi@vger.kernel.org
1861S: Maintained
1862
Miklos Szeredi04578f12005-09-09 13:10:22 -07001863FUSE: FILESYSTEM IN USERSPACE
1864P: Miklos Szeredi
1865M: miklos@szeredi.hu
1866L: fuse-devel@lists.sourceforge.net
1867W: http://fuse.sourceforge.net/
1868S: Maintained
1869
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1871P: Rik Faith
1872M: faith@cs.unc.edu
1873L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001874S: Odd Fixes (e.g., new signatures)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875
1876GDT SCSI DISK ARRAY CONTROLLER DRIVER
1877P: Achim Leubner
1878M: achim_leubner@adaptec.com
1879L: linux-scsi@vger.kernel.org
1880W: http://www.icp-vortex.com/
1881S: Supported
1882
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001883GENERIC GPIO I2C DRIVER
1884P: Haavard Skinnemoen
1885M: hskinnemoen@atmel.com
1886S: Supported
1887
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01001888GENERIC HDLC (WAN) DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001889P: Krzysztof Halasa
1890M: khc@pm.waw.pl
1891W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1892S: Maintained
1893
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001894GFS2 FILE SYSTEM
1895P: Steven Whitehouse
1896M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001897L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001898W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001899T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1900T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001901S: Supported
1902
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001903GIGASET ISDN DRIVERS
1904P: Hansjoerg Lipp
1905M: hjlipp@web.de
1906P: Tilman Schmidt
1907M: tilman@imap.cc
1908L: gigaset307x-common@lists.sourceforge.net
1909W: http://gigaset307x.sourceforge.net/
1910S: Maintained
1911
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001912HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
Frank Seidel211e3e02009-02-17 19:59:54 +01001913P: Frank Seidel
1914M: frank@f-seidel.de
1915L: lm-sensors@lm-sensors.org
1916W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001917S: Maintained
1918
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001919GSPCA FINEPIX SUBDRIVER
1920P: Frank Zago
1921M: frank@zago.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001922L: linux-media@vger.kernel.org
1923T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001924S: Maintained
1925
1926GSPCA M5602 SUBDRIVER
1927P: Erik Andren
1928M: erik.andren@gmail.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001929L: linux-media@vger.kernel.org
1930T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001931S: Maintained
1932
1933GSPCA PAC207 SONIXB SUBDRIVER
1934P: Hans de Goede
1935M: hdegoede@redhat.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001936L: linux-media@vger.kernel.org
1937T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001938S: Maintained
1939
1940GSPCA T613 SUBDRIVER
1941P: Leandro Costantino
1942M: lcostantino@gmail.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001943L: linux-media@vger.kernel.org
1944T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001945S: Maintained
1946
1947GSPCA USB WEBCAM DRIVER
1948P: Jean-Francois Moine
1949M: moinejf@free.fr
1950W: http://moinejf.free.fr
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
Jean Delvare5b543962005-08-15 19:51:02 +02001955HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001956L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001957W: http://www.lm-sensors.org/
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001958S: Orphan
Jean Delvare5b543962005-08-15 19:51:02 +02001959
Michael Buesch844dd052006-06-26 00:24:59 -07001960HARDWARE RANDOM NUMBER GENERATOR CORE
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001961S: Orphan
Michael Buesch844dd052006-06-26 00:24:59 -07001962
Linus Torvalds1da177e2005-04-16 15:20:36 -07001963HARMONY SOUND DRIVER
1964P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001965M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001966L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001967S: Maintained
1968
1969HAYES ESP SERIAL DRIVER
1970P: Andrew J. Robinson
1971M: arobinso@nyx.net
1972L: linux-kernel@vger.kernel.org
1973W: http://www.nyx.net/~arobinso
1974S: Maintained
1975
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001976HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1977P: Chirag Kantharia
1978M: chirag.kantharia@hp.com
1979L: iss_storagedev@hp.com
1980S: Maintained
1981
1982HEWLETT-PACKARD SMART2 RAID DRIVER
1983P: Chirag Kantharia
1984M: chirag.kantharia@hp.com
1985L: iss_storagedev@hp.com
1986S: Maintained
1987
1988HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1989P: Mike Miller
1990M: mike.miller@hp.com
1991L: iss_storagedev@hp.com
1992S: Supported
1993
Linus Torvalds1da177e2005-04-16 15:20:36 -07001994HFS FILESYSTEM
1995P: Roman Zippel
1996M: zippel@linux-m68k.org
1997L: linux-kernel@vger.kernel.org
1998S: Maintained
1999
2000HGA FRAMEBUFFER DRIVER
2001P: Ferenc Bakonyi
2002M: fero@drama.obuda.kando.hu
2003L: linux-nvidia@lists.surfsouth.com
2004W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2005S: Maintained
2006
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002007HIBERNATION (aka Software Suspend, aka swsusp)
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002008P: Pavel Machek
Pavel Machekef35ce22009-02-18 14:48:16 -08002009M: pavel@ucw.cz
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002010P: Rafael J. Wysocki
2011M: rjw@sisk.pl
2012L: linux-pm@lists.linux-foundation.org
2013S: Supported
2014
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01002015HID CORE LAYER
2016P: Jiri Kosina
2017M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002018L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01002019T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01002020S: Maintained
2021
Ingo Molnar38bed542007-02-22 09:09:34 +01002022HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2023P: Thomas Gleixner
2024M: tglx@linutronix.de
2025L: linux-kernel@vger.kernel.org
2026S: Maintained
2027
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028HIGH-SPEED SCC DRIVER FOR AX.25
2029P: Klaus Kudielka
2030M: klaus.kudielka@ieee.org
2031L: linux-hams@vger.kernel.org
2032W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2033S: Maintained
2034
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08002035HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2036P: HighPoint Linux Team
2037M: linux@highpoint-tech.com
2038W: http://www.highpoint-tech.com
2039S: Supported
2040
Linus Torvalds1da177e2005-04-16 15:20:36 -07002041HIPPI
2042P: Jes Sorensen
2043M: jes@trained-monkey.org
2044L: linux-hippi@sunsite.dk
2045S: Maintained
2046
Jouni Malinenff1d2762005-05-12 22:54:16 -04002047HOST AP DRIVER
2048P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07002049M: j@w1.fi
2050L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07002051L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04002052W: http://hostap.epitest.fi/
2053S: Maintained
2054
Carlos Corbachodd8cd772008-02-05 02:17:15 +00002055HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2056P: Carlos Corbacho
2057M: carlos@strangeworlds.co.uk
2058S: Odd Fixes
2059
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002060HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2061P: Jaroslav Kysela
2062M: perex@perex.cz
2063S: Maintained
2064
Clemens Ladischd36e74c2008-07-23 21:26:46 -07002065HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08002066P: Clemens Ladisch
2067M: clemens@ladisch.de
2068S: Maintained
2069
2070HPET: i386
2071P: Venkatesh Pallipadi (Venki)
2072M: venkatesh.pallipadi@intel.com
2073S: Maintained
2074
2075HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02002076P: Vojtech Pavlik
2077M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08002078S: Maintained
2079
2080HPET: ACPI hpet.c
2081P: Bob Picco
2082M: bob.picco@hp.com
2083S: Maintained
2084
Linus Torvalds1da177e2005-04-16 15:20:36 -07002085HPFS FILESYSTEM
2086P: Mikulas Patocka
2087M: mikulas@artax.karlin.mff.cuni.cz
2088W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2089S: Maintained
2090
Denis Joseph Barrow11cd29b2009-01-02 13:50:36 +00002091HSO 3G Modem Driver (hso.c)
2092P: Denis Joseph Barrow
2093M: d.barow@option.com
2094W: http://www.pharscape.org
2095S: Maintained
2096
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002097HTCPEN TOUCHSCREEN DRIVER
2098P: Pau Oliva Fora
2099M: pof@eslack.org
2100L: linux-input@vger.kernel.org
2101S: Maintained
2102
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103HUGETLB FILESYSTEM
2104P: William Irwin
2105M: wli@holomorphy.com
2106S: Maintained
2107
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002108I2C/SMBUS STUB DRIVER
2109P: Mark M. Hoffman
2110M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01002111L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002112S: Maintained
2113
Jean Delvare5b543962005-08-15 19:51:02 +02002114I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002115P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002117P: Ben Dooks (embedded platforms)
2118M: ben-linux@fluff.org
Jean Delvare846557d2008-10-30 15:55:47 +01002119L: linux-i2c@vger.kernel.org
Jean Delvarea01064a2009-01-26 21:19:53 +01002120W: http://i2c.wiki.kernel.org/
2121T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122S: Maintained
2123
Till Harbaume8c76ee2007-05-01 23:26:35 +02002124I2C-TINY-USB DRIVER
2125P: Till Harbaum
2126M: till@harbaum.org
Jean Delvare846557d2008-10-30 15:55:47 +01002127L: linux-i2c@vger.kernel.org
Till Harbaume8c76ee2007-05-01 23:26:35 +02002128T: http://www.harbaum.org/till/i2c_tiny_usb
2129S: Maintained
2130
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002132P: H. Peter Anvin
2133M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134L: Linux-Kernel@vger.kernel.org
2135S: Maintained
2136
2137i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138P: H. Peter Anvin
2139M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002140T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002141S: Maintained
2142
Linus Torvalds1da177e2005-04-16 15:20:36 -07002143IA64 (Itanium) PLATFORM
2144P: Tony Luck
2145M: tony.luck@intel.com
2146L: linux-ia64@vger.kernel.org
2147W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002148T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002149S: Maintained
2150
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151IBM MCA SCSI SUBSYSTEM DRIVER
2152P: Michael Lang
2153M: langa2@kph.uni-mainz.de
2154W: http://www.uni-mainz.de/~langm000/linux.html
2155S: Maintained
2156
2157IBM Power Linux RAID adapter
2158P: Brian King
2159M: brking@us.ibm.com
2160S: Supported
2161
2162IBM ServeRAID RAID DRIVER
2163P: Jack Hammer
2164P: Dave Jeffery
2165M: ipslinux@adaptec.com
2166W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002167S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002168
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002169IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002170P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002171M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002172L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002173T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002174S: Maintained
2175
2176IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002177P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002178M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002179L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002180S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002181
2182IDE/ATAPI FLOPPY DRIVERS
2183P: Paul Bristow
2184M: Paul Bristow <paul@paulbristow.net>
2185W: http://paulbristow.net/linux/idefloppy.html
2186L: linux-kernel@vger.kernel.org
2187S: Maintained
2188
2189IDE/ATAPI TAPE DRIVERS
2190P: Gadi Oxman
2191M: Gadi Oxman <gadio@netvision.net.il>
2192L: linux-kernel@vger.kernel.org
2193S: Maintained
2194
Andy Henroid27471fd2008-10-09 11:45:22 -07002195IDLE-I7300
2196P: Andy Henroid
2197M: andrew.d.henroid@intel.com
2198L: linux-pm@lists.linux-foundation.org
2199S: Supported
2200
Stefan Richterf148e202008-01-12 12:32:44 +01002201IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002202P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002203M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002204P: Stefan Richter
2205M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002206L: linux1394-devel@lists.sourceforge.net
2207W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002208T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209S: Maintained
2210
Stefan Richterf51a5a92007-04-23 14:41:10 -07002211IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002212P: Dan Dennedy
2213M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002214P: Stefan Richter
2215M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002216L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002217S: Maintained
2218
Linus Torvalds1da177e2005-04-16 15:20:36 -07002219IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002220L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002221S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222
2223INFINIBAND SUBSYSTEM
2224P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002225M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002226P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002227M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002228P: Hal Rosenstock
Jean Delvare795fb7e2008-09-20 12:33:08 +02002229M: hal.rosenstock@gmail.com
Randy Dunlap40b0bb12009-02-04 15:12:13 -08002230L: general@lists.openfabrics.org (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002231W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002232T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002233S: Supported
2234
Robert Lovec9f04f52005-07-15 12:21:07 -04002235INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01002236P: John McCutchan
John McCutchan52af8942008-12-17 17:43:02 -08002237M: john@johnmccutchan.com
Cal Peake18b36c72006-12-12 20:18:16 +01002238P: Robert Love
John McCutchan52af8942008-12-17 17:43:02 -08002239M: rlove@rlove.org
Robert Lovec9f04f52005-07-15 12:21:07 -04002240L: linux-kernel@vger.kernel.org
2241S: Maintained
2242
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002243INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2244P: Dmitry Torokhov
2245M: dmitry.torokhov@gmail.com
2246M: dtor@mail.ru
2247L: linux-input@vger.kernel.org
2248T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2249S: Maintained
2250
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002251INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002252P: Sylvain Meyer
2253M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002254L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002255S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002256
Linus Torvalds1da177e2005-04-16 15:20:36 -07002257INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002258P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002259M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002260L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002261S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002262
Thomas, Sujithf4a9bc42008-11-05 16:15:31 +05302263INTEL MENLOW THERMAL DRIVER
2264P: Sujith Thomas
2265M: sujith.thomas@intel.com
2266L: linux-acpi@vger.kernel.org
2267W: http://www.lesswatts.org/projects/acpi/
2268S: Supported
2269
Linus Torvalds1da177e2005-04-16 15:20:36 -07002270INTEL IA32 MICROCODE UPDATE SUPPORT
2271P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002272M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002273S: Maintained
2274
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002275INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002276P: Maciej Sosnowski
2277M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002278L: linux-kernel@vger.kernel.org
2279S: Supported
2280
David Woodhouse6c8909b2008-10-18 16:12:17 +01002281INTEL IOMMU (VT-d)
2282P: David Woodhouse
2283M: dwmw2@infradead.org
2284L: iommu@lists.linux-foundation.org
2285T: git://git.infradead.org/iommu-2.6.git
2286S: Supported
2287
Dan Williamsb3e5f262007-08-07 10:26:35 -07002288INTEL IOP-ADMA DMA DRIVER
2289P: Dan Williams
2290M: dan.j.williams@intel.com
2291L: linux-kernel@vger.kernel.org
2292S: Supported
2293
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01002294INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2295P: Krzysztof Halasa
2296M: khc@pm.waw.pl
2297S: Maintained
2298
Michael Buesch844dd052006-06-26 00:24:59 -07002299INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2300P: Deepak Saxena
2301M: dsaxena@plexity.net
2302S: Maintained
2303
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002304INTEL IXP2000 ETHERNET DRIVER
2305P: Lennert Buytenhek
2306M: kernel@wantstofly.org
2307L: netdev@vger.kernel.org
2308S: Maintained
2309
Auke Kokd94e6fe2008-03-03 14:37:47 -08002310INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002311P: Jeff Kirsher
2312M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002313P: Jesse Brandeburg
2314M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002315P: Bruce Allan
2316M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002317P: PJ Waskiewicz
2318M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002319P: John Ronciak
2320M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002321L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002322W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002323S: Supported
2324
James Ketrenos826d2ab2005-11-07 18:56:59 -06002325INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002326P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002327M: yi.zhu@intel.com
2328P: James Ketrenos
2329M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002330P: Reinette Chatre
2331M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002332L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002333L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002334W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002335W: http://ipw2100.sourceforge.net
2336S: Supported
2337
2338INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002339P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002340M: yi.zhu@intel.com
2341P: James Ketrenos
2342M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002343P: Reinette Chatre
2344M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002345L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002346L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002347W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002348W: http://ipw2200.sourceforge.net
2349S: Supported
2350
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08002351INTEL WIRELESS WIMAX CONNECTION 2400
2352P: Inaky Perez-Gonzalez
2353M: inaky.perez-gonzalez@intel.com
2354M: linux-wimax@intel.com
2355L: wimax@linuxwimax.org
2356S: Supported
2357W: http://linuxwimax.org
2358
Zhu Yib481de92007-09-25 17:54:57 -07002359INTEL WIRELESS WIFI LINK (iwlwifi)
2360P: Zhu Yi
2361M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002362P: Reinette Chatre
2363M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002364L: linux-wireless@vger.kernel.org
2365L: ipw3945-devel@lists.sourceforge.net
2366W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002367T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002368S: Supported
2369
Ralf Baechlecb109a02007-08-30 23:56:30 -07002370IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371P: Ralf Baechle
2372M: ralf@linux-mips.org
2373L: linux-mips@linux-mips.org
2374S: Maintained
2375
Ralf Baechlecb109a02007-08-30 23:56:30 -07002376IOC3 SERIAL DRIVER
2377P: Pat Gefre
2378M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002379L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002380S: Maintained
2381
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002382IP MASQUERADING
Linus Torvalds1da177e2005-04-16 15:20:36 -07002383P: Juanjo Ciarlante
2384M: jjciarla@raiz.uncu.edu.ar
2385S: Maintained
2386
Francois Romieu1202d6f2007-09-17 17:13:55 -07002387IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2388P: Francois Romieu
2389M: romieu@fr.zoreil.com
2390P: Sorbica Shieh
2391M: sorbica@icplus.com.tw
2392P: Jesse Huang
2393M: jesse@icplus.com.tw
2394L: netdev@vger.kernel.org
2395S: Maintained
2396
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002397IPATH DRIVER
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002398P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002399M: infinipath@qlogic.com
2400L: general@lists.openfabrics.org
2401T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002402S: Supported
2403
Corey Minyard4409ebe2006-04-20 02:43:12 -07002404IPMI SUBSYSTEM
2405P: Corey Minyard
2406M: minyard@acm.org
2407L: openipmi-developer@lists.sourceforge.net
2408W: http://openipmi.sourceforge.net/
2409S: Supported
2410
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002411IPS SCSI RAID DRIVER
2412P: Adaptec OEM Raid Solutions
2413M: aacraid@adaptec.com
2414L: linux-scsi@vger.kernel.org
2415W: http://www.adaptec.com/
2416S: Maintained
2417
2418IPVS
2419P: Wensong Zhang
2420M: wensong@linux-vs.org
2421P: Simon Horman
2422M: horms@verge.net.au
2423P: Julian Anastasov
2424M: ja@ssi.bg
Ralf Baechle979b6c12005-06-13 14:30:40 -07002425L: netdev@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002426L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002427S: Maintained
2428
Randy Dunlape7839f22008-10-12 16:11:45 -07002429IPWIRELESS DRIVER
David Sterba099dc4f2008-02-07 10:57:12 +01002430P: Jiri Kosina
2431M: jkosina@suse.cz
2432P: David Sterba
2433M: dsterba@suse.cz
2434S: Maintained
2435T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2436
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002437IPX NETWORK LAYER
2438P: Arnaldo Carvalho de Melo
2439M: acme@ghostprotocols.net
2440L: netdev@vger.kernel.org
2441S: Maintained
2442
Linus Torvalds1da177e2005-04-16 15:20:36 -07002443IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002444P: Samuel Ortiz
2445M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002446L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002448S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002449
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002450ISAPNP
2451P: Jaroslav Kysela
2452M: perex@perex.cz
2453S: Maintained
2454
Mike Christie14816b12007-11-28 16:22:06 -08002455ISCSI
2456P: Mike Christie
2457M: michaelc@cs.wisc.edu
2458L: open-iscsi@googlegroups.com
2459W: www.open-iscsi.org
2460T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2461S: Maintained
2462
Linus Torvalds1da177e2005-04-16 15:20:36 -07002463ISDN SUBSYSTEM
2464P: Karsten Keil
Karsten Keilfbfd8b52009-03-01 18:04:53 +01002465M: isdn@linux-pingi.de
Paul Bolled5d52272008-04-15 00:40:48 -07002466L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002468T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002469S: Maintained
2470
2471ISDN SUBSYSTEM (Eicon active card driver)
2472P: Armin Schindler
2473M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002474L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002475W: http://www.melware.de
2476S: Maintained
2477
Hans Verkuil91821ff2007-12-02 09:35:33 -03002478IVTV VIDEO4LINUX DRIVER
2479P: Hans Verkuil
2480M: hverkuil@xs4all.nl
2481L: ivtv-devel@ivtvdriver.org
2482L: ivtv-users@ivtvdriver.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03002483L: linux-media@vger.kernel.org
2484T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Hans Verkuil91821ff2007-12-02 09:35:33 -03002485W: http://www.ivtvdriver.org
2486S: Maintained
2487
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002488JFS FILESYSTEM
2489P: Dave Kleikamp
2490M: shaggy@austin.ibm.com
2491L: jfs-discussion@lists.sourceforge.net
2492W: http://jfs.sourceforge.net/
2493T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2494S: Supported
2495
Guo-Fu Tseng95252232008-09-16 01:00:11 +08002496JME NETWORK DRIVER
2497P: Guo-Fu Tseng
2498M: cooldavid@cooldavid.org
2499L: netdev@vger.kernel.org
2500S: Maintained
2501
Linus Torvalds1da177e2005-04-16 15:20:36 -07002502JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2503P: David Woodhouse
2504M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002505L: linux-mtd@lists.infradead.org
2506W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002507S: Maintained
2508
Josh Triplettde456d32006-07-30 03:04:00 -07002509JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002510P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002511M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002512L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002513S: Maintained
2514
Rudolf Marek4660cb32006-10-08 22:01:26 +02002515K8TEMP HARDWARE MONITORING DRIVER
2516P: Rudolf Marek
2517M: r.marek@assembler.cz
2518L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519S: Maintained
2520
2521KCONFIG
2522P: Roman Zippel
2523M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002524L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525S: Maintained
2526
Vivek Goyalea6c2082006-05-20 14:59:55 -07002527KDUMP
2528P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002529M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002530P: Haren Myneni
2531M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002532L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002533L: linux-kernel@vger.kernel.org
2534W: http://lse.sourceforge.net/kdump/
2535S: Maintained
2536
Linus Torvalds1da177e2005-04-16 15:20:36 -07002537KERNEL AUTOMOUNTER (AUTOFS)
2538P: H. Peter Anvin
2539M: hpa@zytor.com
2540L: autofs@linux.kernel.org
2541S: Odd Fixes
2542
2543KERNEL AUTOMOUNTER v4 (AUTOFS4)
2544P: Ian Kent
2545M: raven@themaw.net
2546L: autofs@linux.kernel.org
2547S: Maintained
2548
2549KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550P: Sam Ravnborg
2551M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002552T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2553T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002554L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002555S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002556
2557KERNEL JANITORS
2558P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002559L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002560W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002561S: Maintained
2562
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002563KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002564P: J. Bruce Fields
2565M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002566P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002567M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002568L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002570S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002571
Avi Kivity426d62e2006-12-13 00:34:03 -08002572KERNEL VIRTUAL MACHINE (KVM)
2573P: Avi Kivity
Avi Kivity9ea1de42008-09-19 19:25:30 -07002574M: avi@redhat.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002575L: kvm@vger.kernel.org
2576W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002577S: Supported
2578
Joerg Roedelad8003d2008-09-10 20:01:07 +02002579KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2580P: Joerg Roedel
2581M: joerg.roedel@amd.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002582L: kvm@vger.kernel.org
2583W: http://kvm.qumranet.com
2584S: Supported
2585
Hollis Blanchard513014b2008-04-16 23:28:08 -05002586KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2587P: Hollis Blanchard
2588M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002589L: kvm-ppc@vger.kernel.org
2590W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002591S: Supported
2592
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002593KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002594P: Xiantao Zhang
2595M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002596L: kvm-ia64@vger.kernel.org
2597W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002598S: Supported
2599
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002600KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2601P: Carsten Otte
2602M: cotte@de.ibm.com
2603P: Christian Borntraeger
2604M: borntraeger@de.ibm.com
2605M: linux390@de.ibm.com
2606L: linux-s390@vger.kernel.org
2607W: http://www.ibm.com/developerworks/linux/linux390/
2608S: Supported
2609
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002610KEXEC
2611P: Eric Biederman
2612M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002613W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002614L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002615L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002616S: Maintained
2617
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002618KGDB
2619P: Jason Wessel
2620M: jason.wessel@windriver.com
2621L: kgdb-bugreport@lists.sourceforge.net
2622S: Maintained
2623
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002624KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002625P: Ananth N Mavinakayanahalli
2626M: ananth@in.ibm.com
2627P: Anil S Keshavamurthy
2628M: anil.s.keshavamurthy@intel.com
2629P: David S. Miller
2630M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002631P: Masami Hiramatsu
2632M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002633L: linux-kernel@vger.kernel.org
2634S: Maintained
2635
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002636KS0108 LCD CONTROLLER DRIVER
2637P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002638M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002639L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002640W: http://miguelojeda.es/auxdisplay.htm
2641W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002642S: Maintained
2643
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002645L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002646S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002647
2648LASI 53c700 driver for PARISC
2649P: James E.J. Bottomley
2650M: James.Bottomley@HansenPartnership.com
2651L: linux-scsi@vger.kernel.org
2652S: Maintained
2653
Richard Purdie263de9b2006-05-15 09:44:16 -07002654LED SUBSYSTEM
2655P: Richard Purdie
2656M: rpurdie@rpsys.net
2657S: Maintained
2658
Linus Torvalds1da177e2005-04-16 15:20:36 -07002659LEGO USB Tower driver
2660P: Juergen Stuber
2661M: starblue@users.sourceforge.net
2662L: legousb-devel@lists.sourceforge.net
2663W: http://legousb.sourceforge.net/
2664S: Maintained
2665
Rusty Russell568a17f2007-10-25 14:12:24 +10002666LGUEST
2667P: Rusty Russell
2668M: rusty@rustcorp.com.au
2669L: lguest@ozlabs.org
2670W: http://lguest.ozlabs.org/
2671S: Maintained
2672
Linus Torvalds1da177e2005-04-16 15:20:36 -07002673LINUX FOR IBM pSERIES (RS/6000)
2674P: Paul Mackerras
2675M: paulus@au.ibm.com
2676W: http://www.ibm.com/linux/ltc/projects/ppc
2677S: Supported
2678
2679LINUX FOR NCR VOYAGER
2680P: James Bottomley
2681M: James.Bottomley@HansenPartnership.com
2682W: http://www.hansenpartnership.com/voyager
2683S: Maintained
2684
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002685LINUX FOR POWERPC (32-BIT AND 64-BIT)
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002686P: Benjamin Herrenschmidt
2687M: benh@kernel.crashing.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002688P: Paul Mackerras
2689M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690W: http://www.penguinppc.org/
2691L: linuxppc-dev@ozlabs.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002692T: git kernel.org:/pub/scm/linux/kernel/git/benh/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002693S: Supported
2694
2695LINUX FOR POWER MACINTOSH
2696P: Benjamin Herrenschmidt
2697M: benh@kernel.crashing.org
2698W: http://www.penguinppc.org/
2699L: linuxppc-dev@ozlabs.org
2700S: Maintained
2701
Grant Likely77a76362008-07-12 12:11:43 -06002702LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703P: Sylvain Munaut
2704M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002705P: Grant Likely
2706M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002707L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002708S: Maintained
2709
2710LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002711P: Josh Boyer
2712M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002713P: Matt Porter
2714M: mporter@kernel.crashing.org
2715W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002716L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002717T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002718S: Maintained
2719
Grant Likely260c02a2007-10-02 12:15:34 +10002720LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2721P: Grant Likely
2722M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002723W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002724L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002725S: Maintained
2726
Tom Rinie93adf12005-07-26 12:49:53 -07002727LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002728P: Vitaly Bordug
2729M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002730P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002731M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002732W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002733L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002734S: Maintained
2735
Linus Torvalds1da177e2005-04-16 15:20:36 -07002736LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002737P: Kumar Gala
2738M: galak@kernel.crashing.org
2739W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002740L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002741S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002742
Olof Johanssonab06ff32006-09-06 14:44:54 -05002743LINUX FOR POWERPC PA SEMI PWRFICIENT
2744P: Olof Johansson
2745M: olof@lixom.net
2746W: http://www.pasemi.com/
2747L: linuxppc-dev@ozlabs.org
2748S: Supported
2749
Linus Torvalds1da177e2005-04-16 15:20:36 -07002750LINUX SECURITY MODULE (LSM) FRAMEWORK
2751P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002752M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002753L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002754T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002755S: Supported
2756
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002757LLC (802.2)
2758P: Arnaldo Carvalho de Melo
2759M: acme@ghostprotocols.net
2760S: Maintained
2761
Pavel Machek455fbdd2008-11-12 13:27:02 -08002762LIS3LV02D ACCELEROMETER DRIVER
2763P: Eric Piel
2764M: eric.piel@tremplin-utc.net
2765S: Maintained
2766
Linus Torvalds1da177e2005-04-16 15:20:36 -07002767LM83 HARDWARE MONITOR DRIVER
2768P: Jean Delvare
2769M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002770L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002771S: Maintained
2772
2773LM90 HARDWARE MONITOR DRIVER
2774P: Jean Delvare
2775M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002776L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002777S: Maintained
2778
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002779LOCKDEP AND LOCKSTAT
2780P: Peter Zijlstra
2781M: peterz@infradead.org
2782P: Ingo Molnar
2783M: mingo@redhat.com
2784L: linux-kernel@vger.kernel.org
2785T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2786S: Maintained
2787
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002788LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002789P: Richard Russon (FlatCap)
2790M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002791L: linux-ntfs-dev@lists.sourceforge.net
2792W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002793S: Maintained
2794
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002795LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2796P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002797M: Eric.Moore@lsi.com
2798M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002799L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002800L: linux-scsi@vger.kernel.org
2801W: http://www.lsilogic.com/support
2802S: Supported
2803
Linus Torvalds1da177e2005-04-16 15:20:36 -07002804LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2805P: Matthew Wilcox
2806M: matthew@wil.cx
2807L: linux-scsi@vger.kernel.org
2808S: Maintained
2809
Mike Frysinger81365c32008-10-29 14:01:12 -07002810LTP (Linux Test Project)
2811P: Subrata Modak
2812M: subrata@linux.vnet.ibm.com
2813P: Mike Frysinger
2814M: vapier@gentoo.org
2815L: ltp-list@lists.sourceforge.net (subscribers-only)
2816W: http://ltp.sourceforge.net/
2817T: git kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
2818S: Maintained
2819
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002820M32R ARCHITECTURE
2821P: Hirokazu Takata
2822M: takata@linux-m32r.org
2823L: linux-m32r@ml.linux-m32r.org
2824L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2825W: http://www.linux-m32r.org/
2826S: Maintained
2827
Linus Torvalds1da177e2005-04-16 15:20:36 -07002828M68K ARCHITECTURE
2829P: Geert Uytterhoeven
2830M: geert@linux-m68k.org
2831P: Roman Zippel
2832M: zippel@linux-m68k.org
2833L: linux-m68k@lists.linux-m68k.org
2834W: http://www.linux-m68k.org/
2835W: http://linux-m68k-cvs.ubb.ca/
2836S: Maintained
2837
2838M68K ON APPLE MACINTOSH
2839P: Joshua Thompson
2840M: funaho@jurai.org
2841W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002842L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002843S: Maintained
2844
2845M68K ON HP9000/300
2846P: Philip Blundell
2847M: philb@gnu.org
2848W: http://www.tazenda.demon.co.uk/phil/linux-hp
2849S: Maintained
2850
Jiri Benc64a327a2007-05-05 11:47:08 -07002851MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002852P: Johannes Berg
2853M: johannes@sipsolutions.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002854L: linux-wireless@vger.kernel.org
2855W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002856T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002857S: Maintained
2858
Stefano Brivio1036d862007-12-23 04:46:27 +01002859MAC80211 PID RATE CONTROL
2860P: Stefano Brivio
2861M: stefano.brivio@polimi.it
2862P: Mattias Nissler
2863M: mattias.nissler@gmx.de
2864L: linux-wireless@vger.kernel.org
2865W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2866T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2867S: Maintained
2868
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002869MACVLAN DRIVER
2870P: Patrick McHardy
2871M: kaber@trash.net
2872L: netdev@vger.kernel.org
2873S: Maintained
2874
Michael Kerriskfaf16682005-07-31 22:34:47 -07002875MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002876P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002877M: mtk.manpages@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02002878W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07002879L: linux-man@vger.kernel.org
Michael Kerrisk1b53dc72009-03-12 14:31:32 -07002880S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002881
Stefano Brivio74cda162007-11-19 20:27:46 +01002882MARVELL LIBERTAS WIRELESS DRIVER
2883P: Dan Williams
2884M: dcbw@redhat.com
2885L: libertas-dev@lists.infradead.org
2886S: Maintained
2887
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002888MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002889P: Lennert Buytenhek
2890M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002891L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002892S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002893
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002894MARVELL YUKON / SYSKONNECT DRIVER
2895P: Mirko Lindner
2896M: mlindner@syskonnect.de
2897P: Ralph Roesler
2898M: rroesler@syskonnect.de
2899W: http://www.syskonnect.com
2900S: Supported
2901
Linus Torvalds1da177e2005-04-16 15:20:36 -07002902MATROX FRAMEBUFFER DRIVER
2903P: Petr Vandrovec
2904M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002905L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002906S: Maintained
2907
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002908MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2909P: Hans J. Koch
2910M: hjk@linutronix.de
2911L: lm-sensors@lm-sensors.org
2912S: Maintained
2913
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002914MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002915P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002916M: megaraidlinux@lsi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002917L: linux-scsi@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002918W: http://megaraid.lsilogic.com
2919S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002920
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002921MEMORY MANAGEMENT
2922L: linux-mm@kvack.org
2923L: linux-kernel@vger.kernel.org
2924W: http://www.linux-mm.org
2925S: Maintained
2926
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002927MEMORY RESOURCE CONTROLLER
2928P: Balbir Singh
2929M: balbir@linux.vnet.ibm.com
2930P: Pavel Emelyanov
2931M: xemul@openvz.org
2932P: KAMEZAWA Hiroyuki
2933M: kamezawa.hiroyu@jp.fujitsu.com
2934L: linux-mm@kvack.org
2935L: linux-kernel@vger.kernel.org
2936S: Maintained
2937
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002938MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002939P: David Woodhouse
2940M: dwmw2@infradead.org
2941W: http://www.linux-mtd.infradead.org/
2942L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002943T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002944S: Maintained
2945
2946MICROTEK X6 SCANNER
2947P: Oliver Neukum
2948M: oliver@neukum.name
2949S: Maintained
2950
2951MIPS
2952P: Ralf Baechle
2953M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002954W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002955L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002956T: git www.linux-mips.org:/pub/scm/linux.git
2957S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002958
2959MISCELLANEOUS MCA-SUPPORT
2960P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002961M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002962L: linux-kernel@vger.kernel.org
2963S: Maintained
2964
2965MODULE SUPPORT
2966P: Rusty Russell
2967M: rusty@rustcorp.com.au
2968L: linux-kernel@vger.kernel.org
2969S: Maintained
2970
2971MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2972P: Stelian Pop
2973M: stelian@popies.net
2974W: http://popies.net/meye/
2975S: Maintained
2976
Pavel Pisac58ff042007-05-16 01:10:41 +02002977MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2978P: Pavel Pisa
2979M: ppisa@pikron.com
2980L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002981S: Maintained
2982
Linus Torvalds1da177e2005-04-16 15:20:36 -07002983MOUSE AND MISC DEVICES [GENERAL]
2984P: Alessandro Rubini
2985M: rubini@ipvvis.unipv.it
2986L: linux-kernel@vger.kernel.org
2987S: Maintained
2988
Jiri Slabyb9705b62008-04-30 00:53:48 -07002989MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002990P: Jiri Slaby
2991M: jirislaby@gmail.com
2992L: linux-kernel@vger.kernel.org
2993S: Maintained
2994
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002995MSI LAPTOP SUPPORT
2996P: Lennart Poettering
2997M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002998W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002999W: http://0pointer.de/lennart/tchibo.html
3000S: Maintained
3001
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07003002MULTIFUNCTION DEVICES (MFD)
3003P: Samuel Ortiz
3004M: sameo@openedhand.com
3005L: linux-kernel@vger.kernel.org
3006S: Supported
3007
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02003008MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07003009P: Pierre Ossman
3010M: drzeus-mmc@drzeus.cx
3011L: linux-kernel@vger.kernel.org
3012S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01003013
David Brownell15a05802007-08-08 09:12:54 -07003014MULTIMEDIA CARD (MMC) ETC. OVER SPI
3015P: David Brownell
3016M: dbrownell@users.sourceforge.net
3017L: linux-kernel@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02003018S: Odd Fixes
David Brownell15a05802007-08-08 09:12:54 -07003019
Linus Torvalds1da177e2005-04-16 15:20:36 -07003020MULTISOUND SOUND DRIVER
3021P: Andrew Veliath
3022M: andrewtv@usa.net
3023S: Maintained
3024
Jiri Slabyd7354102006-12-08 02:38:35 -08003025MULTITECH MULTIPORT CARD (ISICOM)
3026P: Jiri Slaby
3027M: jirislaby@gmail.com
3028L: linux-kernel@vger.kernel.org
3029S: Maintained
3030
Felipe Balbi550a7372008-07-24 12:27:36 +03003031MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003032P: Felipe Balbi
3033M: felipe.balbi@nokia.com
3034L: linux-usb@vger.kernel.org
Felipe Balbib6a49b82008-11-24 13:06:51 +02003035T: git gitorious.org:/musb/mainline.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02003036S: Maintained
Felipe Balbi550a7372008-07-24 12:27:36 +03003037
Brice Goglin2d3cf582008-05-17 12:45:36 +02003038MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3039P: Andrew Gallatin
3040M: gallatin@myri.com
3041P: Brice Goglin
3042M: brice@myri.com
3043L: netdev@vger.kernel.org
3044W: http://www.myri.com/scs/download-Myri10GE.html
3045S: Supported
3046
Linus Torvalds1da177e2005-04-16 15:20:36 -07003047NATSEMI ETHERNET DRIVER (DP8381x)
Jean Delvare795fb7e2008-09-20 12:33:08 +02003048P: Tim Hockin
Linus Torvalds1da177e2005-04-16 15:20:36 -07003049M: thockin@hockin.org
3050S: Maintained
3051
3052NCP FILESYSTEM
3053P: Petr Vandrovec
3054M: vandrove@vc.cvut.cz
3055L: linware@sh.cvut.cz
3056S: Maintained
3057
3058NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3059P: James E.J. Bottomley
3060M: James.Bottomley@HansenPartnership.com
3061L: linux-scsi@vger.kernel.org
3062S: Maintained
3063
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003064NETEFFECT IWARP RNIC DRIVER (IW_NES)
3065P: Faisal Latif
Roland Dreier7b49d952008-10-16 15:39:14 -07003066M: faisal.latif@intel.com
Chien Tung5f625602008-05-26 15:23:32 -07003067P: Chien Tung
Roland Dreier7b49d952008-10-16 15:39:14 -07003068M: chien.tin.tung@intel.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003069L: general@lists.openfabrics.org
3070W: http://www.neteffect.com
3071S: Supported
3072F: drivers/infiniband/hw/nes/
3073
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003074NETEM NETWORK EMULATOR
3075P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003076M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07003077L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003078S: Maintained
3079
Jiri Slaby4a584482007-08-30 23:56:39 -07003080NETERION (S2IO) Xframe 10GbE DRIVER
3081P: Ramkrishna Vepa
3082M: ram.vepa@neterion.com
3083P: Rastapur Santosh
3084M: santosh.rastapur@neterion.com
3085P: Sivakumar Subramani
3086M: sivakumar.subramani@neterion.com
3087P: Sreenivasa Honnur
3088M: sreenivasa.honnur@neterion.com
3089L: netdev@vger.kernel.org
3090W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
3091S: Supported
3092
Linus Torvalds1da177e2005-04-16 15:20:36 -07003093NETFILTER/IPTABLES/IPCHAINS
3094P: Rusty Russell
3095P: Marc Boucher
3096P: James Morris
3097P: Harald Welte
3098P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07003099P: Patrick McHardy
3100M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07003101L: netfilter-devel@vger.kernel.org
3102L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07003103L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003104W: http://www.netfilter.org/
3105W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003106S: Supported
3107
Paul Moore4cc67732006-09-25 15:57:13 -07003108NETLABEL
3109P: Paul Moore
3110M: paul.moore@hp.com
3111W: http://netlabel.sf.net
3112L: netdev@vger.kernel.org
3113S: Supported
3114
Linus Torvalds1da177e2005-04-16 15:20:36 -07003115NETROM NETWORK LAYER
3116P: Ralf Baechle
3117M: ralf@linux-mips.org
3118L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003119W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003120S: Maintained
3121
Pavel Machek5ddb88c2006-09-29 02:01:29 -07003122NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003123P: Paul Clements
3124M: Paul.Clements@steeleye.com
3125S: Maintained
3126
3127NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003128P: Jeff Garzik
3129M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003130L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003131T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003132S: Maintained
3133
3134NETWORKING [GENERAL]
3135P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003136M: netdev@vger.kernel.org
3137L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003138W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003139S: Maintained
3140
3141NETWORKING [IPv4/IPv6]
3142P: David S. Miller
3143M: davem@davemloft.net
3144P: Alexey Kuznetsov
3145M: kuznet@ms2.inr.ac.ru
3146P: Pekka Savola (ipv6)
3147M: pekkas@netcore.fi
3148P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003149M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003150P: Hideaki YOSHIFUJI
3151M: yoshfuji@linux-ipv6.org
3152P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003153M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003154L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003155T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003156S: Maintained
3157
James Morris10e2ff12007-08-25 14:41:28 -07003158NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3159P: Paul Moore
3160M: paul.moore@hp.com
3161L: netdev@vger.kernel.org
3162S: Maintained
3163
John W. Linville29f8f632006-01-18 14:52:48 -08003164NETWORKING [WIRELESS]
3165P: John W. Linville
3166M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003167L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003168T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3169S: Maintained
3170
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003171NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003172P: Dhananjay Phadke
3173M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003174L: netdev@vger.kernel.org
3175W: http://www.netxen.com
3176S: Supported
3177
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003178NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003179P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003180M: Trond.Myklebust@netapp.com
3181L: linux-nfs@vger.kernel.org
3182W: http://client.linux-nfs.org
3183T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003184S: Maintained
3185
3186NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003187P: Jan-Pascal van Best
3188M: janpascal@vanbest.org
3189P: Andreas Mohr
3190M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003191L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003192S: Maintained
3193
3194NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3195P: YOKOTA Hiroshi
3196M: yokota@netlab.is.tsukuba.ac.jp
3197W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3198S: Maintained
3199
3200NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3201P: GOTO Masanori
3202M: gotom@debian.or.jp
3203P: YOKOTA Hiroshi
3204M: yokota@netlab.is.tsukuba.ac.jp
3205W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3206S: Maintained
3207
Linus Torvalds1da177e2005-04-16 15:20:36 -07003208NTFS FILESYSTEM
3209P: Anton Altaparmakov
3210M: aia21@cantab.net
3211L: linux-ntfs-dev@lists.sourceforge.net
3212L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003213W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003214T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003215S: Maintained
3216
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003217NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003218P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003219M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003220L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003221S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003222
Bob Copeland0ad122d2008-07-25 19:45:18 -07003223OMFS FILESYSTEM
3224P: Bob Copeland
3225M: me@bobcopeland.com
3226L: linux-karma-devel@lists.sourceforge.net
3227S: Maintained
3228
Harald Weltec1986ee2005-11-13 16:06:29 -08003229OMNIKEY CARDMAN 4000 DRIVER
3230P: Harald Welte
3231M: laforge@gnumonks.org
3232S: Maintained
3233
Harald Welte77c44ab2005-11-13 16:06:26 -08003234OMNIKEY CARDMAN 4040 DRIVER
3235P: Harald Welte
3236M: laforge@gnumonks.org
3237S: Maintained
3238
Jonathan Corbet77d51402007-03-22 19:44:17 -03003239OMNIVISION OV7670 SENSOR DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003240P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03003241M: corbet@lwn.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003242L: linux-media@vger.kernel.org
3243T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03003244S: Maintained
3245
Thomas Gleixner431bca72007-05-02 09:31:35 +02003246ONENAND FLASH DRIVER
3247P: Kyungmin Park
3248M: kyungmin.park@samsung.com
3249L: linux-mtd@lists.infradead.org
3250S: Maintained
3251
Linus Torvalds1da177e2005-04-16 15:20:36 -07003252ONSTREAM SCSI TAPE DRIVER
3253P: Willem Riede
3254M: osst@riede.org
3255L: osst-users@lists.sourceforge.net
3256L: linux-scsi@vger.kernel.org
3257S: Maintained
3258
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003259OPENCORES I2C BUS DRIVER
3260P: Peter Korsgaard
3261M: jacmet@sunsite.dk
Jean Delvare846557d2008-10-30 15:55:47 +01003262L: linux-i2c@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003263S: Maintained
3264
Linus Torvalds1da177e2005-04-16 15:20:36 -07003265OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003266P: Robert Richter
3267M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003268L: oprofile-list@lists.sf.net
3269S: Maintained
3270
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003271ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3272P: Mark Fasheh
3273M: mfasheh@suse.com
3274P: Joel Becker
3275M: joel.becker@oracle.com
3276L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3277W: http://oss.oracle.com/projects/ocfs2/
3278T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3279S: Supported
3280
Linus Torvalds1da177e2005-04-16 15:20:36 -07003281ORINOCO DRIVER
3282P: Pavel Roskin
3283M: proski@gnu.org
3284P: David Gibson
3285M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003286L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003287L: orinoco-users@lists.sourceforge.net
3288L: orinoco-devel@lists.sourceforge.net
3289W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003290S: Maintained
3291
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003292P54 WIRELESS DRIVER
3293P: Michael Wu
3294M: flamingice@sourmilk.net
3295L: linux-wireless@vger.kernel.org
3296W: http://prism54.org
3297T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3298S: Maintained
3299
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003300PA SEMI ETHERNET DRIVER
3301P: Olof Johansson
3302M: olof@lixom.net
3303L: netdev@vger.kernel.org
3304S: Maintained
3305
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003306PA SEMI SMBUS DRIVER
3307P: Olof Johansson
3308M: olof@lixom.net
Jean Delvare846557d2008-10-30 15:55:47 +01003309L: linux-i2c@vger.kernel.org
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003310S: Maintained
3311
Harald Welte709ee532008-09-23 17:46:57 +02003312PANASONIC LAPTOP ACPI EXTRAS DRIVER
3313P: Harald Welte
3314M: laforge@gnumonks.org
3315S: Maintained
3316
David Howells4fa97182008-10-13 10:42:44 +01003317PANASONIC MN10300/AM33 PORT
3318P: David Howells
3319M: dhowells@redhat.com
3320P: Koichi Yasutake
3321M: yasutake.koichi@jp.panasonic.com
3322L: linux-am33-list@redhat.com (moderated for non-subscribers)
3323W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3324S: Maintained
3325
Linus Torvalds1da177e2005-04-16 15:20:36 -07003326PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003327L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003328S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003329
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003330PARAVIRT_OPS INTERFACE
3331P: Jeremy Fitzhardinge
3332M: jeremy@xensource.com
3333P: Chris Wright
3334M: chrisw@sous-sol.org
Zachary Amsden8cbb5bc2009-02-20 11:27:46 -08003335P: Alok Kataria
3336M: akataria@vmware.com
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003337P: Rusty Russell
3338M: rusty@rustcorp.com.au
3339L: virtualization@lists.osdl.org
3340L: linux-kernel@vger.kernel.org
3341S: Supported
3342
Linus Torvalds1da177e2005-04-16 15:20:36 -07003343PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3344P: Tim Waugh
3345M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003346L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003347W: http://www.torque.net/linux-pp.html
3348S: Maintained
3349
3350PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003351P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003352M: kyle@mcmartin.ca
Grant Grundler763461192008-12-01 00:21:35 -07003353P: Helge Deller
3354M: deller@gmx.de
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003355L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003356W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003357T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003358S: Maintained
3359
Jim Cromie1662d322006-10-06 00:43:59 -07003360PC87360 HARDWARE MONITORING DRIVER
3361P: Jim Cromie
3362M: jim.cromie@gmail.com
3363L: lm-sensors@lm-sensors.org
3364S: Maintained
3365
3366PC8736x GPIO DRIVER
3367P: Jim Cromie
3368M: jim.cromie@gmail.com
3369S: Maintained
3370
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003371PCI ERROR RECOVERY
3372P: Linas Vepstas
3373M: linas@austin.ibm.com
3374L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003375L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003376S: Supported
3377
Linus Torvalds1da177e2005-04-16 15:20:36 -07003378PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003379P: Jesse Barnes
3380M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003381L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003382L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003383T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003384S: Supported
3385
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003386PCIE HOTPLUG DRIVER
3387P: Kristen Carlson Accardi
3388M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003389L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003390S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003391
Linus Torvalds1da177e2005-04-16 15:20:36 -07003392PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003393P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003394L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003395W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003396T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003397S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003398
3399PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003400P: Don Fry
3401M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003402L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003403S: Maintained
3404
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003405PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003406P: Balbir Singh
3407M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003408L: linux-kernel@vger.kernel.org
3409S: Maintained
3410
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003411PERSONALITY HANDLING
3412P: Christoph Hellwig
3413M: hch@infradead.org
3414L: linux-abi-devel@lists.sourceforge.net
3415S: Maintained
3416
Linus Torvalds1da177e2005-04-16 15:20:36 -07003417PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003418P: Joern Engel
3419M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003420L: linux-mtd@lists.infradead.org
3421S: Maintained
3422
Peter Osterlund249a6772005-09-27 21:45:30 -07003423PKTCDVD DRIVER
3424P: Peter Osterlund
3425M: petero2@telia.com
3426L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003427S: Maintained
3428
Linus Torvalds1da177e2005-04-16 15:20:36 -07003429POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003430P: Thomas Gleixner
3431M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003432L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003433S: Supported
3434
Anton Vorontsov3be86142007-07-15 04:43:36 +04003435POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3436P: Anton Vorontsov
3437M: cbou@mail.ru
3438P: David Woodhouse
3439M: dwmw2@infradead.org
3440L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003441T: git git.infradead.org/battery-2.6.git
3442S: Maintained
3443
Linus Torvalds1da177e2005-04-16 15:20:36 -07003444PNP SUPPORT
3445P: Adam Belay
Bjorn Helgaas2d59f6a2008-08-01 10:01:12 -06003446M: abelay@mit.edu
3447P: Bjorn Helgaas
3448M: bjorn.helgaas@hp.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003449S: Maintained
3450
Vitaly Wool999445d2007-01-04 13:07:03 +01003451PNXxxxx I2C DRIVER
3452P: Vitaly Wool
3453M: vitalywool@gmail.com
Jean Delvare846557d2008-10-30 15:55:47 +01003454L: linux-i2c@vger.kernel.org
Vitaly Wool999445d2007-01-04 13:07:03 +01003455S: Maintained
3456
Linus Torvalds1da177e2005-04-16 15:20:36 -07003457PPP PROTOCOL DRIVERS AND COMPRESSORS
3458P: Paul Mackerras
3459M: paulus@samba.org
3460L: linux-ppp@vger.kernel.org
3461S: Maintained
3462
3463PPP OVER ATM (RFC 2364)
3464P: Mitchell Blank Jr
3465M: mitch@sfgoth.com
3466S: Maintained
3467
3468PPP OVER ETHERNET
3469P: Michal Ostrowski
Chris Wright5e70b7f2008-06-09 16:07:28 -07003470M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003471S: Maintained
3472
James Chapmana6d23702007-06-27 15:53:17 -07003473PPP OVER L2TP
3474P: James Chapman
3475M: jchapman@katalix.com
3476S: Maintained
3477
Linus Torvalds1da177e2005-04-16 15:20:36 -07003478PREEMPTIBLE KERNEL
3479P: Robert Love
3480M: rml@tech9.net
3481L: linux-kernel@vger.kernel.org
3482L: kpreempt-tech@lists.sourceforge.net
3483W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3484S: Supported
3485
3486PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003487P: Luis R. Rodriguez
3488M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003489L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003490W: http://prism54.org
3491S: Maintained
3492
3493PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3494P: Peter Denison
3495M: promise@pnd-pc.demon.co.uk
3496W: http://www.pnd-pc.demon.co.uk/promise/
3497S: Maintained
3498
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003499PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3500P: Mikael Pettersson
3501M: mikpe@it.uu.se
3502L: linux-ide@vger.kernel.org
3503S: Maintained
3504
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003505PS3 NETWORK SUPPORT
3506P: Masakazu Mokuno
3507M: mokuno@sm.sony.co.jp
3508L: netdev@vger.kernel.org
3509L: cbe-oss-dev@ozlabs.org
3510S: Supported
3511
Geoff Levandf58a9d12006-11-23 00:46:51 +01003512PS3 PLATFORM SUPPORT
3513P: Geoff Levand
3514M: geoffrey.levand@am.sony.com
3515L: linuxppc-dev@ozlabs.org
3516L: cbe-oss-dev@ozlabs.org
3517S: Supported
3518
Jim Pariscffb4add2009-01-06 11:32:10 +00003519PS3VRAM DRIVER
3520P: Jim Paris
3521M: jim@jtan.com
3522L: cbe-oss-dev@ozlabs.org
3523S: Maintained
3524
Michael Krufky83202042006-07-03 00:24:18 -07003525PVRUSB2 VIDEO4LINUX DRIVER
3526P: Mike Isely
3527M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003528L: pvrusb2@isely.net (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003529L: linux-media@vger.kernel.org
Michael Krufky83202042006-07-03 00:24:18 -07003530W: http://www.isely.net/pvrusb2/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003531T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Michael Krufky83202042006-07-03 00:24:18 -07003532S: Maintained
3533
Eric Miao30ec2612008-06-12 15:21:41 -07003534PXA2xx/PXA3xx SUPPORT
3535P: Eric Miao
3536M: eric.miao@marvell.com
3537P: Russell King
3538M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003539L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003540S: Maintained
3541
Pierre Ossman272f1332007-05-14 21:25:26 +02003542PXA MMCI DRIVER
3543S: Orphan
3544
Robert Jarzmik57f63bc2009-02-11 13:04:19 -08003545PXA RTC DRIVER
3546P: Robert Jarzmik
3547M: robert.jarzmik@free.fr
3548L: rtc-linux@googlegroups.com
3549S: Maintained
3550
Linus Torvalds1da177e2005-04-16 15:20:36 -07003551QLOGIC QLA2XXX FC-SCSI DRIVER
3552P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003553M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003554L: linux-scsi@vger.kernel.org
3555S: Supported
3556
Ron Mercer5a4faa82006-07-25 00:40:21 -07003557QLOGIC QLA3XXX NETWORK DRIVER
3558P: Ron Mercer
3559M: linux-driver@qlogic.com
3560L: netdev@vger.kernel.org
3561S: Supported
3562
Ron Mercerc4e84bd2008-09-18 11:56:28 -04003563QLOGIC QLGE 10Gb ETHERNET DRIVER
3564P: Ron Mercer
3565M: linux-driver@qlogic.com
3566M: ron.mercer@qlogic.com
3567L: netdev@vger.kernel.org
3568S: Supported
3569
Linus Torvalds1da177e2005-04-16 15:20:36 -07003570QNX4 FILESYSTEM
3571P: Anders Larsen
3572M: al@alarsen.net
3573L: linux-kernel@vger.kernel.org
3574W: http://www.alarsen.net/linux/qnx4fs/
3575S: Maintained
3576
3577RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003578P: Benjamin Herrenschmidt
3579M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003580L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003581S: Maintained
3582
3583RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003584P: Paul Mackerras
3585M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003586L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003587S: Maintained
3588
Randy Dunlape7839f22008-10-12 16:11:45 -07003589RALINK RT2X00 WIRELESS LAN DRIVER
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003590P: rt2x00 project
3591L: linux-wireless@vger.kernel.org
3592L: rt2400-devel@lists.sourceforge.net
3593W: http://rt2x00.serialmonkey.com/
3594S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003595T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003596F: drivers/net/wireless/rt2x00/
3597
Nick Piggin9db55792008-02-08 04:19:49 -08003598RAMDISK RAM BLOCK DEVICE DRIVER
3599P: Nick Piggin
3600M: npiggin@suse.de
3601S: Maintained
3602
Matt Mackall9e95ce22005-04-16 15:25:56 -07003603RANDOM NUMBER DRIVER
3604P: Matt Mackall
3605M: mpm@selenic.com
3606S: Maintained
3607
Matt Porter394b7012005-11-07 01:00:15 -08003608RAPIDIO SUBSYSTEM
3609P: Matt Porter
3610M: mporter@kernel.crashing.org
3611L: linux-kernel@vger.kernel.org
3612S: Maintained
3613
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003614RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3615P: Corey Thomas
3616M: coreythomas@charter.net
3617L: linux-wireless@vger.kernel.org
3618S: Maintained
3619
3620RCUTORTURE MODULE
3621P: Josh Triplett
3622M: josh@freedesktop.org
3623L: linux-kernel@vger.kernel.org
3624S: Maintained
3625
Florian Fainellic1f766b2008-02-06 22:39:44 +01003626RDC R-321X SoC
3627P: Florian Fainelli
3628M: florian.fainelli@telecomint.eu
3629L: linux-kernel@vger.kernel.org
3630S: Maintained
3631
Florian Fainellidb17f392007-12-19 11:30:30 +01003632RDC R6040 FAST ETHERNET DRIVER
3633P: Florian Fainelli
3634M: florian.fainelli@telecomint.eu
3635L: netdev@vger.kernel.org
3636S: Maintained
3637
Josh Triplett595182b2006-10-04 02:17:21 -07003638READ-COPY UPDATE (RCU)
3639P: Dipankar Sarma
3640M: dipankar@in.ibm.com
3641W: http://www.rdrop.com/users/paulmck/rclock/
3642L: linux-kernel@vger.kernel.org
3643S: Supported
3644
Linus Torvalds1da177e2005-04-16 15:20:36 -07003645REAL TIME CLOCK DRIVER
3646P: Paul Gortmaker
3647M: p_gortmaker@yahoo.com
3648L: linux-kernel@vger.kernel.org
3649S: Maintained
3650
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003651REAL TIME CLOCK (RTC) SUBSYSTEM
3652P: Alessandro Zummo
3653M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003654L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003655S: Maintained
3656
Linus Torvalds1da177e2005-04-16 15:20:36 -07003657REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003658L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003659S: Supported
3660
Ivo van Doorne08976452008-04-12 19:23:55 +02003661RFKILL
3662P: Ivo van Doorn
3663M: IvDoorn@gmail.com
3664L: netdev@vger.kernel.org
3665S: Maintained
3666F: net/rfkill
3667
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003668RISCOM8 DRIVER
3669S: Orphan
3670
Linus Torvalds1da177e2005-04-16 15:20:36 -07003671ROCKETPORT DRIVER
3672P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003673W: http://www.comtrol.com
3674S: Maintained
3675
3676ROSE NETWORK LAYER
3677P: Ralf Baechle
3678M: ralf@linux-mips.org
3679L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003680W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003681S: Maintained
3682
Larry Finger59840482008-11-12 17:13:09 -06003683RTL8180 WIRELESS DRIVER
John W. Linville96dd6032008-11-12 14:51:56 -05003684P: John W. Linville
3685M: linville@tuxdriver.com
Michael Wu605bebe2007-05-14 01:41:02 -04003686L: linux-wireless@vger.kernel.org
3687W: http://linuxwireless.org/
John W. Linville96dd6032008-11-12 14:51:56 -05003688T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
Michael Wu605bebe2007-05-14 01:41:02 -04003689S: Maintained
3690
Larry Finger59840482008-11-12 17:13:09 -06003691RTL8187 WIRELESS DRIVER
3692P: Herton Ronaldo Krzesinski
3693M: herton@mandriva.com.br
3694P: Hin-Tak Leung
3695M htl10@users.sourceforge.net
3696P: Larry Finger
3697M: Larry.Finger@lwfinger.net
3698L: linux-wireless@vger.kernel.org
3699W: http://linuxwireless.org/
3700T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
3701S: Maintained
3702
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003703S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003704P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003705M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003706L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003707S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003708
Linus Torvalds1da177e2005-04-16 15:20:36 -07003709S390
3710P: Martin Schwidefsky
3711M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003712P: Heiko Carstens
3713M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003714M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003715L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003716W: http://www.ibm.com/developerworks/linux/linux390/
3717S: Supported
3718
3719S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003720P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003721M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003722P: Frank Blaschka
3723M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003724M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003725L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003726W: http://www.ibm.com/developerworks/linux/linux390/
3727S: Supported
3728
Felix Beckfeed9b62009-03-26 15:24:23 +01003729S390 ZCRYPT DRIVER
3730P: Felix Beck
3731M: felix.beck@de.ibm.com
3732P: Ralph Wuerthner
3733M: ralph.wuerthner@de.ibm.com
3734M: linux390@de.ibm.com
3735L: linux-s390@vger.kernel.org
3736S: Supported
3737
Heiko Carstens5238da42006-02-11 17:56:01 -08003738S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003739P: Christof Schmitt
3740M: christof.schmitt@de.ibm.com
3741P: Martin Peschke
3742M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003743M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003744L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003745W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003746S: Supported
3747
Ursula Braundd96df22007-09-19 13:09:02 +02003748S390 IUCV NETWORK LAYER
3749P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003750M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003751M: linux390@de.ibm.com
3752L: linux-s390@vger.kernel.org
3753W: http://www.ibm.com/developerworks/linux/linux390/
3754S: Supported
3755
Ben Dooks4dde7f72008-06-30 22:40:38 +01003756S3C24XX SD/MMC Driver
3757P: Ben Dooks
3758M: ben-linux@fluff.org
3759L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3760L: linux-kernel@vger.kernel.org
3761S: Supported
3762
Linus Torvalds1da177e2005-04-16 15:20:36 -07003763SAA7146 VIDEO4LINUX-2 DRIVER
3764P: Michael Hunold
3765M: michael@mihu.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003766L: linux-media@vger.kernel.org
3767T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003768W: http://www.mihu.de/linux/saa7146
3769S: Maintained
3770
Linus Torvalds1da177e2005-04-16 15:20:36 -07003771SC1200 WDT DRIVER
3772P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003773M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003774S: Maintained
3775
3776SCHEDULER
3777P: Ingo Molnar
3778M: mingo@elte.hu
3779P: Robert Love [the preemptible kernel bits]
3780M: rml@tech9.net
3781L: linux-kernel@vger.kernel.org
3782S: Maintained
3783
3784SCSI CDROM DRIVER
3785P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003786M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003787L: linux-scsi@vger.kernel.org
3788W: http://www.kernel.dk
3789S: Maintained
3790
3791SCSI SG DRIVER
3792P: Doug Gilbert
3793M: dgilbert@interlog.com
3794L: linux-scsi@vger.kernel.org
3795W: http://www.torque.net/sg
3796S: Maintained
3797
3798SCSI SUBSYSTEM
3799P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003800M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003801L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003802T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003803T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3804T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805S: Maintained
3806
3807SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003808P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003809M: Kai.Makisara@kolumbus.fi
3810L: linux-scsi@vger.kernel.org
3811S: Maintained
3812
3813SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003814P: Vlad Yasevich
3815M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003816P: Sridhar Samudrala
3817M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003818L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003819W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003820S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003821
3822SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003823P: Jim Cromie
3824M: jim.cromie@gmail.com
3825S: Odd Fixes
3826
3827SCx200 GPIO DRIVER
3828P: Jim Cromie
3829M: jim.cromie@gmail.com
3830S: Maintained
3831
3832SCx200 HRT CLOCKSOURCE DRIVER
3833P: Jim Cromie
3834M: jim.cromie@gmail.com
3835S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003836
Sascha Sommer6a369132008-07-15 14:21:29 +02003837SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3838P: Sascha Sommer
3839M: saschasommer@freenet.de
3840L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3841S: Maintained
3842
Randy Dunlape7839f22008-10-12 16:11:45 -07003843SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003844P: Pierre Ossman
3845M: drzeus-sdhci@drzeus.cx
3846L: sdhci-devel@list.drzeus.cx
3847S: Maintained
3848
James Morris8711cca2008-12-04 03:19:45 +11003849SECURITY SUBSYSTEM
3850F: security/
3851P: James Morris
3852M: jmorris@namei.org
3853L: linux-kernel@vger.kernel.org
3854L: linux-security-module@vger.kernel.org (suggested Cc:)
3855T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
3856S: Supported
3857
Linus Torvalds1da177e2005-04-16 15:20:36 -07003858SECURITY CONTACT
3859P: Security Officers
3860M: security@kernel.org
3861S: Supported
3862
3863SELINUX SECURITY MODULE
3864P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003865M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003866P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003867M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003868P: Eric Paris
3869M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003870L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003871L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Stephen Smalleyf0589252008-09-11 09:20:26 -04003872W: http://selinuxproject.org
3873T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003874S: Supported
3875
Jiri Slabycef2cf02007-05-08 00:31:45 -07003876SENSABLE PHANTOM
3877P: Jiri Slaby
3878M: jirislaby@gmail.com
3879S: Maintained
3880
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003881SERIAL ATA (SATA) SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07003882P: Jeff Garzik
3883M: jgarzik@pobox.com
3884L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003885T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003886S: Supported
3887
Sathya Perla6b7c5b92009-03-11 23:32:03 -07003888SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
3889P: Sathya Perla
3890M: sathyap@serverengines.com
3891P: Subbu Seetharaman
3892M: subbus@serverengines.com
3893L: netdev@vger.kernel.org
3894W: http://www.serverengines.com
3895S: Supported
3896
Ben Hutchings8ceee662008-04-27 12:55:59 +01003897SFC NETWORK DRIVER
3898P: Steve Hodgson
3899P: Ben Hutchings
3900P: Robert Stonehouse
3901M: linux-net-drivers@solarflare.com
3902S: Supported
3903
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003904SGI GRU DRIVER
3905P: Jack Steiner
3906M: steiner@sgi.com
3907S: Maintained
3908
3909SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3910P: Pat Gefre
3911M: pfg@sgi.com
3912L: linux-ia64@vger.kernel.org
3913S: Supported
3914
Linus Torvalds1da177e2005-04-16 15:20:36 -07003915SGI VISUAL WORKSTATION 320 AND 540
3916P: Andrey Panin
3917M: pazke@donpac.ru
3918L: linux-visws-devel@lists.sf.net
3919W: http://linux-visws.sf.net
3920S: Maintained for 2.6.
3921
Jack Steiner75312612008-08-15 00:40:42 -07003922SGI XP/XPC/XPNET DRIVER
3923P: Dean Nelson
3924M: dcn@sgi.com
3925S: Maintained
3926
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003927SHARP LH SUPPORT (LH7952X & LH7A40X)
3928P: Marc Singer
3929M: elf@buici.com
3930W: http://projects.buici.com/arm
3931L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3932S: Maintained
3933
3934SHPC HOTPLUG DRIVER
3935P: Kristen Carlson Accardi
3936M: kristen.c.accardi@intel.com
3937L: linux-pci@vger.kernel.org
3938S: Supported
3939
Linus Torvalds1da177e2005-04-16 15:20:36 -07003940SIMTEC EB110ATX (Chalice CATS)
3941P: Ben Dooks
3942P: Vincent Sanders
3943M: support@simtec.co.uk
3944W: http://www.simtec.co.uk/products/EB110ATX/
3945S: Supported
3946
3947SIMTEC EB2410ITX (BAST)
3948P: Ben Dooks
3949P: Vincent Sanders
3950M: support@simtec.co.uk
3951W: http://www.simtec.co.uk/products/EB2410ITX/
3952S: Supported
3953
Francois Romieu92aab3c2005-07-30 13:11:18 +02003954SIS 190 ETHERNET DRIVER
3955P: Francois Romieu
3956M: romieu@fr.zoreil.com
3957L: netdev@vger.kernel.org
3958S: Maintained
3959
Linus Torvalds1da177e2005-04-16 15:20:36 -07003960SIS 900/7016 FAST ETHERNET DRIVER
3961P: Daniele Venzano
3962M: venza@brownhat.org
3963W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003964L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003965S: Maintained
3966
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003967SIS 96X I2C/SMBUS DRIVER
3968P: Mark M. Hoffman
3969M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01003970L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003971S: Maintained
3972
Linus Torvalds1da177e2005-04-16 15:20:36 -07003973SIS FRAMEBUFFER DRIVER
3974P: Thomas Winischhofer
3975M: thomas@winischhofer.net
3976W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003977S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003978
3979SIS USB2VGA DRIVER
3980P: Thomas Winischhofer
3981M: thomas@winischhofer.net
3982W: http://www.winischhofer.at/linuxsisusbvga.shtml
3983S: Maintained
3984
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003985SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3986P: Stephen Hemminger
3987M: shemminger@linux-foundation.org
3988L: netdev@vger.kernel.org
3989S: Maintained
3990
Christoph Lameter415ad262007-07-26 10:40:56 -07003991SLAB ALLOCATOR
3992P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003993M: cl@linux-foundation.org
Christoph Lameter415ad262007-07-26 10:40:56 -07003994P: Pekka Enberg
3995M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003996P: Matt Mackall
3997M: mpm@selenic.com
Christoph Lameter415ad262007-07-26 10:40:56 -07003998L: linux-mm@kvack.org
3999S: Maintained
4000
Linus Torvalds1da177e2005-04-16 15:20:36 -07004001SMC91x ETHERNET DRIVER
4002P: Nicolas Pitre
4003M: nico@cam.org
4004S: Maintained
4005
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004006SMSC47B397 HARDWARE MONITOR DRIVER
4007P: Mark M. Hoffman
4008M: mhoffman@lightlink.com
4009L: lm-sensors@lm-sensors.org
4010S: Maintained
4011
Steve Glendinningfd9abb32008-11-05 00:35:37 +00004012SMSC911x ETHERNET DRIVER
4013P: Steve Glendinning
4014M: steve.glendinning@smsc.com
4015L: netdev@vger.kernel.org
4016S: Supported
4017
Steve Glendinning2cb37722008-12-11 20:54:30 -08004018SMSC9420 PCI ETHERNET DRIVER
4019P: Steve Glendinning
4020M: steve.glendinning@smsc.com
4021L: netdev@vger.kernel.org
4022S: Supported
4023
Ben Nizetteb54f2862008-03-13 22:27:30 +11004024SMX UIO Interface
4025P: Ben Nizette
4026M: bn@niasdigital.com
4027S: Maintained
4028
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004029SN-IA64 (Itanium) SUB-PLATFORM
4030P: Jes Sorensen
4031M: jes@sgi.com
4032L: linux-altix@sgi.com
4033L: linux-ia64@vger.kernel.org
4034W: http://www.sgi.com/altix
4035S: Maintained
4036
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03004037SOC-CAMERA V4L2 SUBSYSTEM
Jean Delvare795fb7e2008-09-20 12:33:08 +02004038P: Guennadi Liakhovetski
4039M: g.liakhovetski@gmx.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004040L: linux-media@vger.kernel.org
4041T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02004042S: Maintained
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03004043
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004044SOEKRIS NET48XX LED SUPPORT
4045P: Chris Boot
4046M: bootc@bootc.net
4047S: Maintained
4048
Linus Torvalds1da177e2005-04-16 15:20:36 -07004049SOFTWARE RAID (Multiple Disks) SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07004050P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08004051M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004052L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08004053S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004054
Linus Torvalds1da177e2005-04-16 15:20:36 -07004055SONIC NETWORK DRIVER
4056P: Thomas Bogendoerfer
4057M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07004058L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004059S: Maintained
4060
Michael Buesch61e115a2007-09-18 15:12:50 -04004061SONICS SILICON BACKPLANE DRIVER (SSB)
4062P: Michael Buesch
4063M: mb@bu3sch.de
4064L: netdev@vger.kernel.org
4065S: Maintained
4066
Linus Torvalds1da177e2005-04-16 15:20:36 -07004067SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01004068P: Mattia Dongili
4069M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01004070L: linux-acpi@vger.kernel.org
4071W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07004072S: Maintained
4073
Alex Dubovbaf85322008-02-09 10:20:54 -08004074SONY MEMORYSTICK CARD SUPPORT
4075P: Alex Dubov
4076M: oakad@yahoo.com
4077L: linux-kernel@vger.kernel.org
4078W: http://tifmxx.berlios.de/
4079S: Maintained
4080
Linus Torvalds1da177e2005-04-16 15:20:36 -07004081SOUND
4082P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02004083M: perex@perex.cz
Takashi Iwai281712f2008-08-19 13:10:04 +02004084P: Takashi Iwai
4085M: tiwai@suse.de
Takashi Iwai82622042007-04-16 12:32:52 +02004086L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004087S: Maintained
4088
Mark Brownbd903bd2008-11-19 19:16:05 +00004089SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004090P: Liam Girdwood
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004091M: lrg@slimlogic.co.uk
Mark Brown2cad0ad2008-01-10 14:33:07 +01004092P: Mark Brown
4093M: broonie@opensource.wolfsonmicro.com
4094T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02004095L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004096W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004097S: Supported
4098
Sam Ravnborg473321f2009-01-04 15:47:49 -08004099SPARC + UltraSPARC (sparc/sparc64)
4100P: David S. Miller
4101M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004102L: sparclinux@vger.kernel.org
Sam Ravnborg473321f2009-01-04 15:47:49 -08004103T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4104T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004105S: Maintained
4106
4107SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4108P: Roger Wolff
4109M: R.E.Wolff@BitWizard.nl
4110L: linux-kernel@vger.kernel.org ?
4111S: Supported
4112
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004113SPI SUBSYSTEM
4114P: David Brownell
4115M: dbrownell@users.sourceforge.net
4116L: spi-devel-general@lists.sourceforge.net
4117S: Maintained
4118
Jim Lewis2752e402006-09-29 02:01:19 -07004119SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01004120P: Ishizaki Kou
4121M: kou.ishizaki@toshiba.co.jp
4122P: Jens Osterkamp
4123M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07004124L: netdev@vger.kernel.org
4125S: Supported
4126
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004127SPU FILE SYSTEM
4128P: Jeremy Kerr
4129M: jk@ozlabs.org
4130L: linuxppc-dev@ozlabs.org
4131L: cbe-oss-dev@ozlabs.org
4132W: http://www.ibm.com/developerworks/power/cell/
4133S: Supported
4134
Phillip Lougherfc555842009-01-05 08:46:29 +00004135SQUASHFS FILE SYSTEM
4136P: Phillip Lougher
4137M: phillip@lougher.demon.co.uk
4138L: squashfs-devel@lists.sourceforge.net (subscribers-only)
4139W: http://squashfs.org.uk
4140S: Maintained
4141
Linus Torvalds1da177e2005-04-16 15:20:36 -07004142SRM (Alpha) environment access
4143P: Jan-Benedict Glaw
4144M: jbglaw@lug-owl.de
4145L: linux-kernel@vger.kernel.org
4146S: Maintained
4147
Linus Torvalds26e9a392008-10-17 09:50:12 -07004148STABLE BRANCH
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004149P: Greg Kroah-Hartman
4150M: greg@kroah.com
4151P: Chris Wright
4152M: chrisw@sous-sol.org
4153L: stable@kernel.org
4154S: Maintained
4155
Linus Torvalds26e9a392008-10-17 09:50:12 -07004156STAGING SUBSYSTEM
4157P: Greg Kroah-Hartman
4158M: gregkh@suse.de
4159L: linux-kernel@vger.kernel.org
4160T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4161S: Maintained
4162
Linus Torvalds1da177e2005-04-16 15:20:36 -07004163STARFIRE/DURALAN NETWORK DRIVER
4164P: Ion Badulescu
4165M: ionut@cs.columbia.edu
4166S: Maintained
4167
4168STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4169W: http://mosquitonet.Stanford.EDU/strip.html
Jean Delvarebaaea1d2008-09-20 12:34:33 +02004170S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07004171
4172STRADIS MPEG-2 DECODER DRIVER
4173P: Nathan Laredo
4174M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004175W: http://www.stradis.com/
4176S: Maintained
4177
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004178SUN3/3X
4179P: Sam Creasey
4180M: sammy@sammy.net
4181W: http://sammy.net/sun3/
4182S: Maintained
4183
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004184SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07004185P: Paul Mundt
4186M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004187L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004188W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004189T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09004190S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004191
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004192SUSPEND TO RAM
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004193P: Len Brown
4194M: len.brown@intel.com
4195P: Pavel Machek
Pavel Machekef35ce22009-02-18 14:48:16 -08004196M: pavel@ucw.cz
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004197P: Rafael J. Wysocki
4198M: rjw@sisk.pl
4199L: linux-pm@lists.linux-foundation.org
4200S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004201
4202SVGA HANDLING
4203P: Martin Mares
4204M: mj@ucw.cz
4205L: linux-video@atrey.karlin.mff.cuni.cz
4206S: Maintained
4207
4208SYSV FILESYSTEM
4209P: Christoph Hellwig
4210M: hch@infradead.org
4211S: Maintained
4212
Alan Cox4e688522008-04-30 00:52:11 -07004213TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07004214P: Balbir Singh
4215M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004216L: linux-kernel@vger.kernel.org
4217S: Maintained
4218
Stephen Hemminger781b4562006-07-10 20:25:29 -07004219TC CLASSIFIER
4220P: Jamal Hadi Salim
4221M: hadi@cyberus.ca
4222L: netdev@vger.kernel.org
4223S: Maintained
4224
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004225TCP LOW PRIORITY MODULE
4226P: Wong Hoi Sing, Edison
4227M: hswong3i@gmail.com
4228P: Hung Hing Lun, Mike
4229M: hlhung3i@gmail.com
4230W: http://tcp-lp-mod.sourceforge.net/
4231S: Maintained
4232
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004233TEHUTI ETHERNET DRIVER
4234P: Alexander Indenbaum
4235M: baum@tehutinetworks.net
4236P: Andy Gospodarek
4237M: andy@greyhouse.net
4238L: netdev@vger.kernel.org
4239S: Supported
4240
Alan Cox4e688522008-04-30 00:52:11 -07004241Telecom Clock Driver for MCPL0010
4242P: Mark Gross
4243M: mark.gross@intel.com
4244S: Supported
4245
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004246TENSILICA XTENSA PORT (xtensa)
Alan Cox4e688522008-04-30 00:52:11 -07004247P: Chris Zankel
4248M: chris@zankel.net
4249S: Maintained
4250
4251THINKPAD ACPI EXTRAS DRIVER
4252P: Henrique de Moraes Holschuh
4253M: ibm-acpi@hmh.eng.br
4254L: ibm-acpi-devel@lists.sourceforge.net
4255W: http://ibm-acpi.sourceforge.net
4256W: http://thinkwiki.org/wiki/Ibm-acpi
4257T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4258S: Maintained
4259
Alex Dubov4020f2d2006-10-04 02:15:37 -07004260TI FLASH MEDIA INTERFACE DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02004261P: Alex Dubov
4262M: oakad@yahoo.com
4263S: Maintained
Alex Dubov4020f2d2006-10-04 02:15:37 -07004264
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004265TI OMAP MMC INTERFACE DRIVER
4266P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004267M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004268W: http://linux.omap.com
4269W: http://www.muru.com/linux/omap/
4270S: Maintained
4271
Michael Buesch844dd052006-06-26 00:24:59 -07004272TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4273P: Deepak Saxena
4274M: dsaxena@plexity.net
4275S: Maintained
4276
Per Lidene86eaa32006-01-12 16:45:18 +01004277TIPC NETWORK LAYER
4278P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004279M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004280P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004281M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004282P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004283M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004284L: tipc-discussion@lists.sourceforge.net
4285W: http://tipc.sourceforge.net/
4286W: http://tipc.cslab.ericsson.net/
4287T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4288S: Maintained
4289
Linus Torvalds1da177e2005-04-16 15:20:36 -07004290TLAN NETWORK DRIVER
4291P: Samuel Chessman
4292M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004293L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004294W: http://sourceforge.net/projects/tlan/
4295S: Maintained
4296
Linus Torvalds1da177e2005-04-16 15:20:36 -07004297TOSHIBA ACPI EXTRAS DRIVER
4298P: John Belmonte
4299M: toshiba_acpi@memebeam.org
4300W: http://memebeam.org/toys/ToshibaAcpiDriver
4301S: Maintained
4302
4303TOSHIBA SMM DRIVER
4304P: Jonathan Buzzard
4305M: jonathan@buzzard.org.uk
4306L: tlinux-users@tce.toshiba-dme.co.jp
4307W: http://www.buzzard.org.uk/toshiba/
4308S: Maintained
4309
Alan Cox4e688522008-04-30 00:52:11 -07004310TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004311P: Debora Velarde
4312M: debora@linux.vnet.ibm.com
4313P: Rajiv Andrade
4314M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004315W: http://tpmdd.sourceforge.net
4316P: Marcel Selhorst
Marcel Selhorst7dcce132009-02-11 13:04:27 -08004317M: m.selhorst@sirrix.com
4318W: http://www.sirrix.com
Rajiv Andrade63a10df2008-10-15 22:04:36 -07004319L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
Alan Cox4e688522008-04-30 00:52:11 -07004320S: Maintained
4321
Linus Torvalds1da177e2005-04-16 15:20:36 -07004322TRIVIAL PATCHES
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004323P: Jiri Kosina
Jim Cromiece00f852006-11-30 04:49:44 +01004324M: trivial@kernel.org
4325L: linux-kernel@vger.kernel.org
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004326T: git kernel.org:/pub/scm/linux/kernel/git/jikos/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004327S: Maintained
4328
Alan Cox4e688522008-04-30 00:52:11 -07004329TTY LAYER
4330P: Alan Cox
4331M: alan@lxorguk.ukuu.org.uk
4332L: linux-kernel@vger.kernel.org
4333S: Maintained
4334
Grant Grundler740db6d2008-02-17 11:53:49 -07004335TULIP NETWORK DRIVERS
4336P: Grant Grundler
4337M: grundler@parisc-linux.org
4338P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004339M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004340L: netdev@vger.kernel.org
4341S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004342
4343TUN/TAP driver
4344P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004345M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004346L: vtun@office.satix.net
4347W: http://vtun.sourceforge.net/tun
4348S: Maintained
4349
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004350TURBOCHANNEL SUBSYSTEM
4351P: Maciej W. Rozycki
4352M: macro@linux-mips.org
4353S: Maintained
4354
Linus Torvalds1da177e2005-04-16 15:20:36 -07004355U14-34F SCSI DRIVER
4356P: Dario Ballabio
4357M: ballabio_dario@emc.com
4358L: linux-scsi@vger.kernel.org
4359S: Maintained
4360
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004361UBI FILE SYSTEM (UBIFS)
4362P: Artem Bityutskiy
4363M: dedekind@infradead.org
4364P: Adrian Hunter
4365M: ext-adrian.hunter@nokia.com
4366L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004367T: git git://git.infradead.org/ubifs-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004368W: http://www.linux-mtd.infradead.org/doc/ubifs.html
4369S: Maintained
4370
Alan Coxcc2020e2008-05-19 14:21:51 +01004371UCLINUX (AND M68KNOMMU)
4372P: Greg Ungerer
4373M: gerg@uclinux.org
4374W: http://www.uclinux.org/
4375L: uclinux-dev@uclinux.org (subscribers-only)
4376S: Maintained
4377
Alan Coxcc2020e2008-05-19 14:21:51 +01004378UCLINUX FOR RENESAS H8/300
4379P: Yoshinori Sato
4380M: ysato@users.sourceforge.jp
4381W: http://uclinux-h8.sourceforge.jp/
4382S: Supported
4383
Linus Torvalds1da177e2005-04-16 15:20:36 -07004384UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004385P: Jan Kara
4386M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004387W: http://linux-udf.sourceforge.net
4388S: Maintained
4389
Alan Coxcc2020e2008-05-19 14:21:51 +01004390UFS FILESYSTEM
4391P: Evgeniy Dushistov
4392M: dushistov@mail.ru
4393L: linux-kernel@vger.kernel.org
4394S: Maintained
4395
David Vrabel18332a82008-09-17 16:34:44 +01004396ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4397P: David Vrabel
4398M: david.vrabel@csr.com
4399L: linux-usb@vger.kernel.org
4400S: Supported
4401
Linus Torvalds1da177e2005-04-16 15:20:36 -07004402UNIFORM CDROM DRIVER
4403P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004404M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004405L: linux-kernel@vger.kernel.org
4406W: http://www.kernel.dk
4407S: Maintained
4408
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004409UNSORTED BLOCK IMAGES (UBI)
4410P: Artem Bityutskiy
4411M: dedekind@infradead.org
4412W: http://www.linux-mtd.infradead.org/
4413L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004414T: git git://git.infradead.org/ubi-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004415S: Maintained
4416
Linus Torvalds1da177e2005-04-16 15:20:36 -07004417USB ACM DRIVER
4418P: Oliver Neukum
4419M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004420L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004421S: Maintained
4422
4423USB BLOCK DRIVER (UB ub)
4424P: Pete Zaitcev
4425M: zaitcev@redhat.com
4426L: linux-kernel@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004427L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004428S: Supported
4429
Linus Torvalds1da177e2005-04-16 15:20:36 -07004430USB CDC ETHERNET DRIVER
4431P: Greg Kroah-Hartman
4432M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004433L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004434S: Maintained
4435W: http://www.kroah.com/linux-usb/
4436
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004437USB CYPRESS C67X00 DRIVER
4438P: Peter Korsgaard
4439M: jacmet@sunsite.dk
4440L: linux-usb@vger.kernel.org
4441S: Maintained
4442
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004443USB DAVICOM DM9601 DRIVER
4444P: Peter Korsgaard
4445M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004446L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004447W: http://www.linux-usb.org/usbnet
4448S: Maintained
4449
Alan Coxcc2020e2008-05-19 14:21:51 +01004450USB DIAMOND RIO500 DRIVER
4451P: Cesar Miquel
4452M: miquel@df.uba.ar
4453L: rio500-users@lists.sourceforge.net
4454W: http://rio500.sourceforge.net
4455S: Maintained
4456
Linus Torvalds1da177e2005-04-16 15:20:36 -07004457USB EHCI DRIVER
4458P: David Brownell
4459M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004460L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004461S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004462
Luca Risolia7ce08c92006-01-11 02:06:59 +00004463USB ET61X[12]51 DRIVER
4464P: Luca Risolia
4465M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004466L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004467L: linux-media@vger.kernel.org
4468T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia7ce08c92006-01-11 02:06:59 +00004469W: http://www.linux-projects.org
4470S: Maintained
4471
David Brownell69ae9e32006-11-14 02:03:31 -08004472USB GADGET/PERIPHERAL SUBSYSTEM
4473P: David Brownell
4474M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004475L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004476W: http://www.linux-usb.org/gadget
4477S: Maintained
4478
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004479USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01004480P: Jiri Kosina
4481M: jkosina@suse.cz
Jean Delvare795fb7e2008-09-20 12:33:08 +02004482L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004483T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004484S: Maintained
4485
Olav Kongas959eea22005-11-03 17:38:14 +02004486USB ISP116X DRIVER
4487P: Olav Kongas
4488M: ok@artecdesign.ee
Jean Delvare795fb7e2008-09-20 12:33:08 +02004489L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004490S: Maintained
4491
Linus Torvalds1da177e2005-04-16 15:20:36 -07004492USB KAWASAKI LSI DRIVER
4493P: Oliver Neukum
4494M: oliver@neukum.name
Jean Delvare795fb7e2008-09-20 12:33:08 +02004495L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004496S: Maintained
4497
4498USB MASS STORAGE DRIVER
4499P: Matthew Dharm
4500M: mdharm-usb@one-eyed-alien.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004501L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004502L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004503S: Maintained
4504W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4505
4506USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004507P: David Brownell
4508M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004509L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004510S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004511
Matthias Urlichsba460e42005-07-14 00:33:47 -07004512USB OPTION-CARD DRIVER
4513P: Matthias Urlichs
4514M: smurf@smurf.noris.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004515L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004516S: Maintained
4517
Linus Torvalds1da177e2005-04-16 15:20:36 -07004518USB OV511 DRIVER
4519P: Mark McClelland
4520M: mmcclell@bigfoot.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004521L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004522W: http://alpha.dyndns.org/ov511/
4523S: Maintained
4524
4525USB PEGASUS DRIVER
4526P: Petko Manolov
4527M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004528L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004529L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004530W: http://pegasus2.sourceforge.net/
4531S: Maintained
4532
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004533USB PRINTER DRIVER (usblp)
4534P: Pete Zaitcev
4535M: zaitcev@redhat.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004536L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004537S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004538
4539USB RTL8150 DRIVER
4540P: Petko Manolov
4541M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004542L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004543L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004544W: http://pegasus2.sourceforge.net/
4545S: Maintained
4546
4547USB SE401 DRIVER
4548P: Jeroen Vreeken
4549M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004550L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004551W: http://www.chello.nl/~j.vreeken/se401/
4552S: Maintained
4553
Alan Cox4e688522008-04-30 00:52:11 -07004554USB SERIAL BELKIN F5U103 DRIVER
4555P: William Greathouse
4556M: wgreathouse@smva.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004557L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004558S: Maintained
4559
4560USB SERIAL CYPRESS M8 DRIVER
4561P: Lonnie Mendez
4562M: dignome@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004563L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004564S: Maintained
4565W: http://geocities.com/i0xox0i
4566W: http://firstlight.net/cvs
4567
Linus Torvalds1da177e2005-04-16 15:20:36 -07004568USB SERIAL CYBERJACK DRIVER
4569P: Matthias Bruestle and Harald Welte
4570M: support@reiner-sct.com
4571W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4572S: Maintained
4573
4574USB SERIAL DIGI ACCELEPORT DRIVER
4575P: Peter Berger and Al Borchers
4576M: pberger@brimson.com
4577M: alborchers@steinerpoint.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004578L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004579S: Maintained
4580
4581USB SERIAL DRIVER
4582P: Greg Kroah-Hartman
4583M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004584L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004585S: Supported
4586
Linus Torvalds1da177e2005-04-16 15:20:36 -07004587USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4588P: Gary Brubaker
4589M: xavyer@ix.netcom.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004590L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004591S: Maintained
4592
4593USB SERIAL KEYSPAN DRIVER
4594P: Greg Kroah-Hartman
4595M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004596L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004597W: http://www.kroah.com/linux/
4598S: Maintained
4599
4600USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004601P: Support Department
4602M: support@connecttech.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004603L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004604W: http://www.connecttech.com
4605S: Supported
4606
Steve Glendinning2f7ca802008-10-02 05:27:57 +00004607USB SMSC95XX ETHERNET DRIVER
4608P: Steve Glendinning
4609M: steve.glendinning@smsc.com
4610L: netdev@vger.kernel.org
4611S: Supported
4612
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004613USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004614P: Luca Risolia
4615M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004616L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004617L: linux-media@vger.kernel.org
4618T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004619W: http://www.linux-projects.org
4620S: Maintained
4621
4622USB SUBSYSTEM
4623P: Greg Kroah-Hartman
4624M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004625L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004626W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004627T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004628S: Supported
4629
4630USB UHCI DRIVER
4631P: Alan Stern
4632M: stern@rowland.harvard.edu
Jean Delvare795fb7e2008-09-20 12:33:08 +02004633L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004634S: Maintained
4635
David Brownell69ae9e32006-11-14 02:03:31 -08004636USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004637P: David Brownell
4638M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004639L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004640W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004641S: Maintained
4642
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004643USB VIDEO CLASS
4644P: Laurent Pinchart
4645M: laurent.pinchart@skynet.be
Jiri Slabya67534a2008-12-10 09:09:27 -03004646L: linux-uvc-devel@lists.berlios.de (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004647L: linux-media@vger.kernel.org
4648T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004649W: http://linux-uvc.berlios.de
4650S: Maintained
4651
Linus Torvalds1da177e2005-04-16 15:20:36 -07004652USB W996[87]CF DRIVER
4653P: Luca Risolia
4654M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004655L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004656L: linux-media@vger.kernel.org
4657T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004658W: http://www.linux-projects.org
4659S: Maintained
4660
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004661USB WIRELESS RNDIS DRIVER (rndis_wlan)
4662P: Jussi Kivilinna
4663M: jussi.kivilinna@mbnet.fi
4664L: linux-wireless@vger.kernel.org
4665S: Maintained
4666
Luca Risolia60f78052006-02-06 16:29:35 +00004667USB ZC0301 DRIVER
4668P: Luca Risolia
4669M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004670L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004671L: linux-media@vger.kernel.org
4672T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia60f78052006-02-06 16:29:35 +00004673W: http://www.linux-projects.org
4674S: Maintained
4675
Linus Torvalds1da177e2005-04-16 15:20:36 -07004676USB ZD1201 DRIVER
4677P: Jeroen Vreeken
4678M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004679L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004680W: http://linux-lc100020.sourceforge.net
4681S: Maintained
4682
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004683USB ZR364XX DRIVER
4684P: Antoine Jacquet
4685M: royale@zerezo.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004686L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004687L: linux-media@vger.kernel.org
4688T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004689W: http://royale.zerezo.com/zr364xx/
4690S: Maintained
4691
Randy Dunlape7839f22008-10-12 16:11:45 -07004692USER-MODE LINUX (UML)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004693P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004694M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004695L: user-mode-linux-devel@lists.sourceforge.net
4696L: user-mode-linux-user@lists.sourceforge.net
4697W: http://user-mode-linux.sourceforge.net
4698S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004699
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004700USERSPACE I/O (UIO)
4701P: Hans J. Koch
4702M: hjk@linutronix.de
4703P: Greg Kroah-Hartman
4704M: gregkh@suse.de
4705L: linux-kernel@vger.kernel.org
4706S: Maintained
4707
Karel Zakf899b0a2008-05-23 13:04:21 -07004708UTIL-LINUX-NG PACKAGE
4709P: Karel Zak
4710M: kzak@redhat.com
4711L: util-linux-ng@vger.kernel.org
4712W: http://kernel.org/~kzak/util-linux-ng/
4713T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4714S: Maintained
4715
Michal Januszewskic1fd1c02008-10-15 22:03:48 -07004716UVESAFB DRIVER
4717P: Michal Januszewski
4718M: spock@gentoo.org
4719L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4720W: http://dev.gentoo.org/~spock/projects/uvesafb/
4721S: Maintained
4722
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004723VFAT/FAT/MSDOS FILESYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07004724P: OGAWA Hirofumi
4725M: hirofumi@mail.parknet.co.jp
4726L: linux-kernel@vger.kernel.org
4727S: Maintained
4728
Linus Torvalds1da177e2005-04-16 15:20:36 -07004729VIA RHINE NETWORK DRIVER
4730P: Roger Luethi
4731M: rl@hellgate.ch
4732S: Maintained
4733
Jean Delvare32c0a522005-09-22 21:47:58 +02004734VIAPRO SMBUS DRIVER
4735P: Jean Delvare
4736M: khali@linux-fr.org
Jean Delvare846557d2008-10-30 15:55:47 +01004737L: linux-i2c@vger.kernel.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004738S: Maintained
4739
Joseph Chan69e4a7c2008-10-15 22:03:31 -07004740VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4741P: Joseph Chan
4742M: JosephChan@via.com.tw
4743P: Scott Fang
4744M: ScottFang@viatech.com.cn
4745L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4746S: Maintained
4747
Francois Romieu01f20732007-01-26 00:57:17 -08004748VIA VELOCITY NETWORK DRIVER
4749P: Francois Romieu
4750M: romieu@fr.zoreil.com
4751L: netdev@vger.kernel.org
4752S: Maintained
4753
Randy Dunlape7839f22008-10-12 16:11:45 -07004754VIDEO FOR LINUX (V4L)
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004755P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004756M: mchehab@infradead.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004757L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004758L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004759W: http://linuxtv.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004760T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004761S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004762
Patrick McHardybe7f8272007-10-23 20:26:36 -07004763VLAN (802.1Q)
4764P: Patrick McHardy
4765M: kaber@trash.net
4766L: netdev@vger.kernel.org
4767S: Maintained
4768
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004769VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4770P: Liam Girdwood
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004771M: lrg@slimlogic.co.uk
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004772P: Mark Brown
4773M: broonie@opensource.wolfsonmicro.com
4774W: http://opensource.wolfsonmicro.com/node/15
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004775W: http://www.slimlogic.co.uk/?page_id=5
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004776T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4777S: Supported
4778
Juerg Haefligerab413192006-09-24 20:54:04 +02004779VT1211 HARDWARE MONITOR DRIVER
4780P: Juerg Haefliger
4781M: juergh@gmail.com
4782L: lm-sensors@lm-sensors.org
4783S: Maintained
4784
Roger Lucas1de9e372005-11-26 20:20:05 +01004785VT8231 HARDWARE MONITOR DRIVER
4786P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004787M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004788L: lm-sensors@lm-sensors.org
4789S: Maintained
4790
Linus Torvalds1da177e2005-04-16 15:20:36 -07004791W1 DALLAS'S 1-WIRE BUS
4792P: Evgeniy Polyakov
4793M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004794S: Maintained
4795
Charles Spirakis13927072006-07-05 18:05:15 +02004796W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004797P: Marc Hulsman
4798M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004799L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004800S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004801
Rudolf Marek61db0112006-12-12 18:18:30 +01004802W83793 HARDWARE MONITORING DRIVER
4803P: Rudolf Marek
4804M: r.marek@assembler.cz
4805L: lm-sensors@lm-sensors.org
4806S: Maintained
4807
Linus Torvalds1da177e2005-04-16 15:20:36 -07004808W83L51xD SD/MMC CARD INTERFACE DRIVER
4809P: Pierre Ossman
4810M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004811L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004812S: Maintained
4813
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004814WATCHDOG DEVICE DRIVERS
4815P: Wim Van Sebroeck
4816M: wim@iguana.be
4817T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4818S: Maintained
4819
Linus Torvalds1da177e2005-04-16 15:20:36 -07004820WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4821P: Jean Tourrilhes
4822M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004823L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004824W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4825S: Maintained
4826
4827WD7000 SCSI DRIVER
4828P: Miroslav Zagorac
4829M: zaga@fly.cc.fer.hr
4830L: linux-scsi@vger.kernel.org
4831S: Maintained
4832
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08004833WIMAX STACK
4834P: Inaky Perez-Gonzalez
4835M: inaky.perez-gonzalez@intel.com
4836M: linux-wimax@intel.com
4837L: wimax@linuxwimax.org
4838S: Supported
4839W: http://linuxwimax.org
4840
David Vrabel18332a82008-09-17 16:34:44 +01004841WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4842P: David Vrabel
4843M: david.vrabel@csr.com
4844S: Maintained
4845
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004846WISTRON LAPTOP BUTTON DRIVER
4847P: Miloslav Trmac
4848M: mitr@volny.cz
4849S: Maintained
4850
Linus Torvalds1da177e2005-04-16 15:20:36 -07004851WL3501 WIRELESS PCMCIA CARD DRIVER
4852P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004853M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004854L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004855W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004856S: Maintained
4857
Mark Brownfebf1df2008-04-02 00:51:09 -04004858WM97XX TOUCHSCREEN DRIVERS
4859P: Mark Brown
4860M: broonie@opensource.wolfsonmicro.com
4861P: Liam Girdwood
Liam Girdwoodb8d055a2008-10-13 23:00:15 -04004862M: lrg@slimlogic.co.uk
Mark Brownfebf1df2008-04-02 00:51:09 -04004863L: linux-input@vger.kernel.org
4864T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4865W: http://opensource.wolfsonmicro.com/node/7
4866S: Supported
4867
Linus Torvalds1da177e2005-04-16 15:20:36 -07004868X.25 NETWORK LAYER
4869P: Henner Eisen
4870M: eis@baty.hanse.de
4871L: linux-x25@vger.kernel.org
4872S: Maintained
4873
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004874X86 ARCHITECTURE (32-BIT AND 64-BIT)
4875P: Thomas Gleixner
4876M: tglx@linutronix.de
4877P: Ingo Molnar
4878M: mingo@redhat.com
4879P: H. Peter Anvin
4880M: hpa@zytor.com
H. Peter Anvinbcde5632009-02-02 21:42:40 -08004881M: x86@kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004882L: linux-kernel@vger.kernel.org
4883T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4884S: Maintained
4885
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004886XEN HYPERVISOR INTERFACE
4887P: Jeremy Fitzhardinge
4888M: jeremy@xensource.com
4889P: Chris Wright
4890M: chrisw@sous-sol.org
4891L: virtualization@lists.osdl.org
4892L: xen-devel@lists.xensource.com
4893S: Supported
4894
Linus Torvalds1da177e2005-04-16 15:20:36 -07004895XFS FILESYSTEM
4896P: Silicon Graphics Inc
Lachlan McIlroy0335cb72008-12-31 12:10:12 +11004897P: Bill O'Donnell
Linus Torvalds1da177e2005-04-16 15:20:36 -07004898M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004899L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004900W: http://oss.sgi.com/projects/xfs
Lachlan McIlroy0335cb72008-12-31 12:10:12 +11004901T: git://oss.sgi.com/xfs/xfs.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004902S: Supported
4903
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004904XILINX SYSTEMACE DRIVER
4905P: Grant Likely
4906M: grant.likely@secretlab.ca
4907W: http://www.secretlab.ca/
4908L: linux-kernel@vger.kernel.org
4909S: Maintained
4910
Peter Korsgaard238b8722006-12-06 20:35:17 -08004911XILINX UARTLITE SERIAL DRIVER
4912P: Peter Korsgaard
4913M: jacmet@sunsite.dk
4914L: linux-serial@vger.kernel.org
4915S: Maintained
4916
Linus Torvalds1da177e2005-04-16 15:20:36 -07004917YAM DRIVER FOR AX.25
4918P: Jean-Paul Roubelat
4919M: jpr@f6fbb.org
4920L: linux-hams@vger.kernel.org
4921S: Maintained
4922
Henkaf64a5e2005-10-12 15:02:56 +02004923YEALINK PHONE DRIVER
4924P: Henk Vergonet
4925M: Henk.Vergonet@gmail.com
4926L: usbb2k-api-dev@nongnu.org
4927S: Maintained
4928
Linus Torvalds1da177e2005-04-16 15:20:36 -07004929Z8530 DRIVER FOR AX.25
4930P: Joerg Reuter
4931M: jreuter@yaina.de
4932W: http://yaina.de/jreuter/
4933W: http://www.qsl.net/dl1bke/
4934L: linux-hams@vger.kernel.org
4935S: Maintained
4936
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004937ZD1211RW WIRELESS DRIVER
4938P: Daniel Drake
4939M: dsd@gentoo.org
4940P: Ulrich Kunitz
4941M: kune@deine-taler.de
4942W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004943L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004944L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4945S: Maintained
4946
Linus Torvalds1da177e2005-04-16 15:20:36 -07004947ZR36067 VIDEO FOR LINUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004948L: mjpeg-users@lists.sourceforge.net
Trent Piephof63145e2009-01-24 20:52:41 -03004949L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004950W: http://mjpeg.sourceforge.net/driver-zoran/
Trent Piephof63145e2009-01-24 20:52:41 -03004951T: Mercurial http://linuxtv.org/hg/v4l-dvb
4952S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004953
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004954ZS DECSTATION Z85C30 SERIAL DRIVER
4955P: Maciej W. Rozycki
4956M: macro@linux-mips.org
4957S: Maintained
4958
Linus Torvalds1da177e2005-04-16 15:20:36 -07004959THE REST
4960P: Linus Torvalds
4961S: Buried alive in reporters