blob: d8a4c8d0a5544bbbe9d749b858eb4d4fbb1d13c3 [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
Christian Lamparter75ca88c2009-03-21 23:11:49 +0100768ATHEROS AR9170 WIRELESS DRIVER
769P: Christian Lamparter
770M: chunkeey@web.de
771L: linux-wireless@vger.kernel.org
772W: http://wireless.kernel.org/en/users/Drivers/ar9170
773S: Maintained
774F: drivers/net/wireless/ar9170/
775
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000776ATI_REMOTE2 DRIVER
777P: Ville Syrjala
778M: syrjala@sci.fi
779S: Maintained
780
Chris Snook7ae115b2008-09-09 03:26:57 -0400781ATLX ETHERNET DRIVERS
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600782P: Jay Cliburn
783M: jcliburn@gmail.com
784P: Chris Snook
785M: csnook@redhat.com
Chris Snook7ae115b2008-09-09 03:26:57 -0400786P: Jie Yang
787M: jie.yang@atheros.com
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600788L: atl1-devel@lists.sourceforge.net
789W: http://sourceforge.net/projects/atl1
790W: http://atl1.sourceforge.net
791S: Maintained
792
Linus Torvalds1da177e2005-04-16 15:20:36 -0700793ATM
794P: Chas Williams
795M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700796L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Jiri Slaby44ae98b2008-11-30 23:27:11 -0800797L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700798W: http://linux-atm.sourceforge.net
799S: Maintained
800
Pierre Ossman272f1332007-05-14 21:25:26 +0200801ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200802P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800803M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200804L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
805W: http://www.atmel.com/products/AT91/
806W: http://www.at91.com/
807S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200808
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800809ATMEL AT91 / AT32 SERIAL DRIVER
810P: Haavard Skinnemoen
811M: hskinnemoen@atmel.com
812L: linux-kernel@vger.kernel.org
813S: Supported
814
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800815ATMEL LCDFB DRIVER
816P: Nicolas Ferre
817M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800818L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800819S: Maintained
820
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100821ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100822P: Haavard Skinnemoen
823M: hskinnemoen@atmel.com
824S: Supported
825
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800826ATMEL SPI DRIVER
827P: Haavard Skinnemoen
828M: hskinnemoen@atmel.com
829S: Supported
830
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700831ATMEL USBA UDC DRIVER
832P: Haavard Skinnemoen
833M: hskinnemoen@atmel.com
834L: kernel@avr32linux.org
835W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
836S: Supported
837
Linus Torvalds1da177e2005-04-16 15:20:36 -0700838ATMEL WIRELESS DRIVER
839P: Simon Kelley
840M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700841L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842W: http://www.thekelleys.org.uk/atmel
843W: http://atmelwlandriver.sourceforge.net/
844S: Maintained
845
Chris Wrighta92b7b82005-07-07 18:12:23 -0700846AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400847P: Al Viro
848M: viro@zeniv.linux.org.uk
849P: Eric Paris
850M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700851L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100852W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400853T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700854S: Maintained
855
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800856AUXILIARY DISPLAY DRIVERS
857P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700858M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800859L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700860W: http://miguelojeda.es/auxdisplay.htm
861W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800862S: Maintained
863
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700864AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700865P: Haavard Skinnemoen
866M: hskinnemoen@atmel.com
867W: http://www.atmel.com/products/AVR32/
868W: http://avr32linux.org/
869W: http://avrfreaks.net/
870S: Supported
871
872AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700873P: Haavard Skinnemoen
874M: hskinnemoen@atmel.com
875S: Supported
876
Linus Torvalds1da177e2005-04-16 15:20:36 -0700877AX.25 NETWORK LAYER
878P: Ralf Baechle
879M: ralf@linux-mips.org
880L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200881W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700882S: Maintained
883
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700884B43 WIRELESS DRIVER
885P: Michael Buesch
886M: mb@bu3sch.de
887P: Stefano Brivio
888M: stefano.brivio@polimi.it
889L: linux-wireless@vger.kernel.org
890W: http://linuxwireless.org/en/users/Drivers/b43
891S: Maintained
892
893B43LEGACY WIRELESS DRIVER
894P: Larry Finger
895M: Larry.Finger@lwfinger.net
896P: Stefano Brivio
897M: stefano.brivio@polimi.it
898L: linux-wireless@vger.kernel.org
899W: http://linuxwireless.org/en/users/Drivers/b43
900S: Maintained
901
Richard Purdie300abeb2007-02-07 22:21:07 +0000902BACKLIGHT CLASS/SUBSYSTEM
903P: Richard Purdie
904M: rpurdie@rpsys.net
905S: Maintained
906
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700907BAYCOM/HDLCDRV DRIVERS FOR AX.25
908P: Thomas Sailer
909M: t.sailer@alumni.ethz.ch
910L: linux-hams@vger.kernel.org
911W: http://www.baycom.org/~tom/ham/ham.html
912S: Maintained
913
914BEFS FILE SYSTEM
915P: Sergey S. Kostyliov
916M: rathamahata@php4.ru
917L: linux-kernel@vger.kernel.org
918S: Maintained
919
920BFS FILE SYSTEM
921P: Tigran A. Aivazian
922M: tigran@aivazian.fsnet.co.uk
923L: linux-kernel@vger.kernel.org
924S: Maintained
925
Bryan Wu1394f032007-05-06 14:50:22 -0700926BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800927P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800928M: cooloney@kernel.org
Mike Frysinger5b93e132009-02-04 16:49:45 +0800929L: uclinux-dist-devel@blackfin.uclinux.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800930W: http://blackfin.uclinux.org
931S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700932
Bryan Wue190d6b2007-07-17 14:43:44 +0800933BLACKFIN EMAC DRIVER
934P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800935M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800936L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
937W: http://blackfin.uclinux.org
938S: Supported
939
Mike Frysinger566da5b2007-06-11 15:31:30 +0800940BLACKFIN RTC DRIVER
941P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800942M: vapier.adi@gmail.com
943L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
944W: http://blackfin.uclinux.org
945S: Supported
946
Bryan Wu1394f032007-05-06 14:50:22 -0700947BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800948P: Sonic Zhang
949M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800950L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
951W: http://blackfin.uclinux.org
952S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700953
Bryan Wu1e6d3202007-07-15 02:50:02 +0800954BLACKFIN WATCHDOG DRIVER
955P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800956M: vapier.adi@gmail.com
957L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
958W: http://blackfin.uclinux.org
959S: Supported
960
Bryan Wud24ecfc2007-05-01 23:26:32 +0200961BLACKFIN I2C TWI DRIVER
962P: Sonic Zhang
963M: sonic.zhang@analog.com
964L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
965W: http://blackfin.uclinux.org/
966S: Supported
967
Linus Torvalds1da177e2005-04-16 15:20:36 -0700968BLOCK LAYER
969P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200970M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700971L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800972T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700973S: Maintained
974
Joern Engel2b54aae2008-02-06 01:38:02 -0800975BLOCK2MTD DRIVER
976P: Joern Engel
977M: joern@lazybastard.org
978L: linux-mtd@lists.infradead.org
979S: Maintained
980
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200981BLUETOOTH DRIVERS
982P: Marcel Holtmann
983M: marcel@holtmann.org
984L: linux-bluetooth@vger.kernel.org
985W: http://www.bluez.org/
986S: Maintained
987
Linus Torvalds1da177e2005-04-16 15:20:36 -0700988BLUETOOTH SUBSYSTEM
989P: Marcel Holtmann
990M: marcel@holtmann.org
Pavel Machek781c2842008-03-20 15:41:02 -0700991L: linux-bluetooth@vger.kernel.org
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200992W: http://www.bluez.org/
Josh Boyer1adc1232005-11-23 15:44:15 -0800993T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994S: Maintained
995
Linus Torvalds1da177e2005-04-16 15:20:36 -0700996BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100997P: Jay Vosburgh
998M: fubar@us.ibm.com
999L: bonding-devel@lists.sourceforge.net
1000W: http://sourceforge.net/projects/bonding/
1001S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001002
Gary Zambrano39105892006-06-22 17:26:20 -07001003BROADCOM B44 10/100 ETHERNET DRIVER
1004P: Gary Zambrano
1005M: zambrano@broadcom.com
1006L: netdev@vger.kernel.org
1007S: Supported
1008
Michael Chan948c51e2006-06-04 02:51:39 -07001009BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1010P: Michael Chan
1011M: mchan@broadcom.com
1012L: netdev@vger.kernel.org
1013S: Supported
1014
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001015BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -07001016P: Eilon Greenstein
1017M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001018L: netdev@vger.kernel.org
1019S: Supported
1020
Michael Chan948c51e2006-06-04 02:51:39 -07001021BROADCOM TG3 GIGABIT ETHERNET DRIVER
Matt Carlson13181362009-02-25 14:41:06 +00001022P: Matt Carlson
1023M: mcarlson@broadcom.com
Michael Chan948c51e2006-06-04 02:51:39 -07001024P: Michael Chan
1025M: mchan@broadcom.com
1026L: netdev@vger.kernel.org
1027S: Supported
1028
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001029BSG (block layer generic sg v4 driver)
1030P: FUJITA Tomonori
1031M: fujita.tomonori@lab.ntt.co.jp
1032L: linux-scsi@vger.kernel.org
1033S: Supported
1034
Michael Bueschff1d5c22008-07-25 01:46:10 -07001035BT8XXGPIO DRIVER
1036P: Michael Buesch
1037M: mb@bu3sch.de
1038W: http://bu3sch.de/btgpio.php
1039S: Maintained
1040
Joe Percheseb1eb042009-01-21 10:49:16 -05001041BTRFS FILE SYSTEM
1042P: Chris Mason
1043M: chris.mason@oracle.com
1044L: linux-btrfs@vger.kernel.org
1045W: http://btrfs.wiki.kernel.org/
1046T: git kernel.org:/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1047S: Maintained
1048
Linus Torvalds1da177e2005-04-16 15:20:36 -07001049BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001050P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001051M: mchehab@infradead.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001052L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001053L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001054W: http://linuxtv.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001055T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001056S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001057
Jonathan Corbet77d51402007-03-22 19:44:17 -03001058CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02001059P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03001060M: corbet@lwn.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001061L: linux-media@vger.kernel.org
1062T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03001063S: Maintained
1064
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001065CALGARY x86-64 IOMMU
1066P: Muli Ben-Yehuda
1067M: muli@il.ibm.com
1068P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001069M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001070L: linux-kernel@vger.kernel.org
1071L: discuss@x86-64.org
1072S: Maintained
1073
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001074CAN NETWORK LAYER
1075P: Urs Thuermann
1076M: urs.thuermann@volkswagen.de
1077P: Oliver Hartkopp
1078M: oliver.hartkopp@volkswagen.de
1079L: socketcan-core@lists.berlios.de (subscribers-only)
1080W: http://developer.berlios.de/projects/socketcan/
1081S: Maintained
1082
Arnd Bergmannb8154542008-05-16 11:10:59 +02001083CELL BROADBAND ENGINE ARCHITECTURE
1084P: Arnd Bergmann
1085M: arnd@arndb.de
1086L: linuxppc-dev@ozlabs.org
1087L: cbe-oss-dev@ozlabs.org
1088W: http://www.ibm.com/developerworks/power/cell/
1089S: Supported
1090
David Vrabel18332a82008-09-17 16:34:44 +01001091CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1092P: David Vrabel
1093M: david.vrabel@csr.com
1094L: linux-usb@vger.kernel.org
1095S: Supported
1096
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001097CFAG12864B LCD DRIVER
1098P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001099M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001100L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001101W: http://miguelojeda.es/auxdisplay.htm
1102W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001103S: Maintained
1104
1105CFAG12864BFB LCD FRAMEBUFFER DRIVER
1106P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001107M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001108L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001109W: http://miguelojeda.es/auxdisplay.htm
1110W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001111S: Maintained
1112
Johannes Berg704232c2007-04-23 12:20:05 -07001113CFG80211 and NL80211
1114P: Johannes Berg
1115M: johannes@sipsolutions.net
1116L: linux-wireless@vger.kernel.org
1117S: Maintained
1118
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001119CHECKPATCH
1120P: Andy Whitcroft
Andy Whitcroftb0e0b432009-01-06 14:41:22 -08001121M: apw@canonical.com
1122L: linux-kernel@vger.kernel.org
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001123S: Supported
1124
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001125CISCO 10G ETHERNET DRIVER
1126P: Scott Feldman
1127M: scofeldm@cisco.com
1128P: Joe Eykholt
1129M: jeykholt@cisco.com
Joel Becker7063fbf2005-12-15 14:29:43 -08001130S: Supported
1131
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001132CIRRUS LOGIC EP93XX ETHERNET DRIVER
1133P: Lennert Buytenhek
1134M: kernel@wantstofly.org
1135L: netdev@vger.kernel.org
1136S: Maintained
1137
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001138CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1139P: Lennert Buytenhek
1140M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001141L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001142S: Maintained
1143
Timur Tabid9e9d822008-04-24 08:45:26 +10001144CIRRUS LOGIC CS4270 SOUND DRIVER
1145P: Timur Tabi
1146M: timur@freescale.com
1147L: alsa-devel@alsa-project.org
1148S: Supported
1149
Linus Torvalds1da177e2005-04-16 15:20:36 -07001150CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1151P: Cirrus Logic Corporation (kernel 2.2 driver)
1152M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1153P: Nils Faerber (port to kernel 2.4)
1154M: Nils Faerber <nils@kernelconcepts.de>
1155S: Maintained
1156
1157CODA FILE SYSTEM
1158P: Jan Harkes
1159M: jaharkes@cs.cmu.edu
1160M: coda@cs.cmu.edu
1161L: codalist@coda.cs.cmu.edu
1162W: http://www.coda.cs.cmu.edu/
1163S: Maintained
1164
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001165COMMON INTERNET FILE SYSTEM (CIFS)
1166P: Steve French
1167M: sfrench@samba.org
1168L: linux-cifs-client@lists.samba.org
1169L: samba-technical@lists.samba.org
1170W: http://linux-cifs.samba.org/
1171T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1172S: Supported
1173
Linus Torvalds1da177e2005-04-16 15:20:36 -07001174COMPACTPCI HOTPLUG CORE
1175P: Scott Murray
1176M: scottm@somanetworks.com
1177M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001178L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179S: Supported
1180
1181COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1182P: Scott Murray
1183M: scottm@somanetworks.com
1184M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001185L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001186S: Supported
1187
1188COMPACTPCI HOTPLUG GENERIC DRIVER
1189P: Scott Murray
1190M: scottm@somanetworks.com
1191M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001192L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193S: Supported
1194
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001195COMPAL LAPTOP SUPPORT
1196P: Cezary Jackiewicz
1197M: cezary.jackiewicz@gmail.com
1198S: Maintained
1199
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200COMPUTONE INTELLIPORT MULTIPORT CARD
1201P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001202M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001203W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001204S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001205
Simon Arlott949be0f2007-03-06 02:47:46 -08001206CONEXANT ACCESSRUNNER USB DRIVER
1207P: Simon Arlott
1208M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001209L: accessrunner-general@lists.sourceforge.net
1210W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001211S: Maintained
1212
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001213CONFIGFS
1214P: Joel Becker
1215M: joel.becker@oracle.com
1216L: linux-kernel@vger.kernel.org
1217S: Supported
1218
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001219CONTROL GROUPS (CGROUPS)
1220P: Paul Menage
1221M: menage@google.com
KOSAKI Motohiro01c4a422009-02-11 13:04:35 -08001222P: Li Zefan
1223M: lizf@cn.fujitsu.com
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001224L: containers@lists.linux-foundation.org
1225S: Maintained
1226
Rudolf Marekbebe4672007-05-08 17:22:02 +02001227CORETEMP HARDWARE MONITORING DRIVER
1228P: Rudolf Marek
1229M: r.marek@assembler.cz
1230L: lm-sensors@lm-sensors.org
1231S: Maintained
1232
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233COSA/SRP SYNC SERIAL DRIVER
1234P: Jan "Yenya" Kasprzak
1235M: kas@fi.muni.cz
1236W: http://www.fi.muni.cz/~kas/cosa/
1237S: Maintained
1238
1239CPU FREQUENCY DRIVERS
1240P: Dave Jones
Dave Jonesf4432c52008-10-20 13:31:45 -04001241M: davej@redhat.com
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001242L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001243W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001244T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245S: Maintained
1246
1247CPUID/MSR DRIVER
1248P: H. Peter Anvin
1249M: hpa@zytor.com
1250S: Maintained
1251
Paul Jacksoned90fb42005-09-27 21:45:37 -07001252CPUSETS
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001253P: Paul Menage
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001254M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001255L: linux-kernel@vger.kernel.org
1256W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001257W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001258S: Supported
1259
Linus Torvalds1da177e2005-04-16 15:20:36 -07001260CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001261W: http://sourceforge.net/projects/cramfs/
1262S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001263
1264CRIS PORT
1265P: Mikael Starvik
1266M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001267P: Jesper Nilsson
1268M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001269L: dev-etrax@axis.com
1270W: http://developer.axis.com
1271S: Maintained
1272
1273CRYPTO API
1274P: Herbert Xu
1275M: herbert@gondor.apana.org.au
1276P: David S. Miller
1277M: davem@davemloft.net
1278L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001279T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001280S: Maintained
1281
Neil Horman5b07bd52009-02-05 16:03:04 +11001282CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1283P: Neil Horman
1284M: nhorman@tuxdriver.com
1285L: linux-crypto@vger.kernel.org
1286S: Maintained
1287
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001288CS5535 Audio ALSA driver
1289P: Jaya Kumar
1290M: jayakumar.alsa@gmail.com
1291S: Maintained
1292
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001293CX18 VIDEO4LINUX DRIVER
1294P: Hans Verkuil, Andy Walls
1295M: hverkuil@xs4all.nl, awalls@radix.net
1296L: ivtv-devel@ivtvdriver.org
1297L: ivtv-users@ivtvdriver.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001298L: linux-media@vger.kernel.org
1299T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001300W: http://linuxtv.org
1301S: Maintained
1302
Steve Wisee5ec3782008-05-20 14:06:33 -07001303CXGB3 ETHERNET DRIVER (CXGB3)
1304P: Divy Le Ray
1305M: divy@chelsio.com
1306L: netdev@vger.kernel.org
1307W: http://www.chelsio.com
1308S: Supported
1309
1310CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1311P: Steve Wise
1312M: swise@chelsio.com
1313L: general@lists.openfabrics.org
1314W: http://www.openfabrics.org
1315S: Supported
1316
Linus Torvalds1da177e2005-04-16 15:20:36 -07001317CYBERPRO FB DRIVER
1318P: Russell King
1319M: rmk@arm.linux.org.uk
1320W: http://www.arm.linux.org.uk/
1321S: Maintained
1322
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001323CYBLAFB FRAMEBUFFER DRIVER
1324P: Knut Petersen
1325M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001326L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001327S: Maintained
1328
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329CYCLADES 2X SYNC CARD DRIVER
1330P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001331M: acme@ghostprotocols.net
1332W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333S: Maintained
1334
1335CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001336W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001337S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001338
1339CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001341S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001342
Linus Torvalds1da177e2005-04-16 15:20:36 -07001343DAMA SLAVE for AX.25
1344P: Joerg Reuter
1345M: jreuter@yaina.de
1346W: http://yaina.de/jreuter/
1347W: http://www.qsl.net/dl1bke/
1348L: linux-hams@vger.kernel.org
1349S: Maintained
1350
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001351DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1352P: Tobias Ringstrom
1353M: tori@unhappy.mine.nu
1354L: netdev@vger.kernel.org
1355S: Maintained
1356
1357DC390/AM53C974 SCSI driver
1358P: Kurt Garloff
1359M: garloff@suse.de
1360W: http://www.garloff.de/kurt/linux/dc390/
1361P: Guennadi Liakhovetski
1362M: g.liakhovetski@gmx.de
1363S: Maintained
1364
Linus Torvalds1da177e2005-04-16 15:20:36 -07001365DC395x SCSI driver
1366P: Oliver Neukum
1367M: oliver@neukum.name
1368P: Ali Akcaagac
1369M: aliakc@web.de
1370P: Jamie Lenehan
1371M: lenehan@twibble.org
1372W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001373L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001374L: http://lists.twibble.org/mailman/listinfo/dc395x/
1375S: Maintained
1376
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001377DCCP PROTOCOL
1378P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001379M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001380L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001381W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001382S: Maintained
1383
Linus Torvalds1da177e2005-04-16 15:20:36 -07001384DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001385P: Christine Caulfield
1386M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001387W: http://linux-decnet.sourceforge.net
1388L: linux-decnet-user@lists.sourceforge.net
1389S: Maintained
1390
1391DEFXX FDDI NETWORK DRIVER
1392P: Maciej W. Rozycki
1393M: macro@linux-mips.org
1394S: Maintained
1395
Matthew Garrettad8f07c2009-01-07 18:08:56 -08001396DELL LAPTOP DRIVER
1397P: Matthew Garrett
1398M: mjg59@srcf.ucam.org
1399S: Maintained
1400
Linus Torvalds1da177e2005-04-16 15:20:36 -07001401DELL LAPTOP SMM DRIVER
1402P: Massimo Dal Zotto
1403M: dz@debian.org
1404W: http://www.debian.org/~dz/i8k/
1405S: Maintained
1406
Doug Warzecha90563ec2005-09-06 15:17:15 -07001407DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1408P: Doug Warzecha
1409M: Douglas_Warzecha@dell.com
1410S: Maintained
1411
Linus Torvalds1da177e2005-04-16 15:20:36 -07001412DEVICE NUMBER REGISTRY
1413P: Torben Mathiasen
1414M: device@lanana.org
1415W: http://lanana.org/docs/device-list/index.html
1416L: linux-kernel@vger.kernel.org
1417S: Maintained
1418
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001419DEVICE-MAPPER (LVM)
1420P: Alasdair Kergon
1421L: dm-devel@redhat.com
1422W: http://sources.redhat.com/dm
1423S: Maintained
1424
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425DIGI INTL. EPCA DRIVER
1426P: Digi International, Inc
1427M: Eng.Linux@digi.com
1428L: Eng.Linux@digi.com
1429W: http://www.digi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001430S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001431
Randy Dunlape7839f22008-10-12 16:11:45 -07001432DIRECTORY NOTIFICATION (DNOTIFY)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001433P: Stephen Rothwell
1434M: sfr@canb.auug.org.au
1435L: linux-kernel@vger.kernel.org
1436S: Supported
1437
1438DISK GEOMETRY AND PARTITION HANDLING
1439P: Andries Brouwer
1440M: aeb@cwi.nl
1441W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1442W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1443W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1444S: Maintained
1445
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001446DISKQUOTA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001447P: Jan Kara
1448M: jack@suse.cz
1449L: linux-kernel@vger.kernel.org
1450S: Maintained
1451
Randy Dunlape7839f22008-10-12 16:11:45 -07001452DISTRIBUTED LOCK MANAGER (DLM)
Christine Caulfield8943f262008-02-14 19:31:31 -08001453P: Christine Caulfield
1454M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001455P: David Teigland
1456M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001457L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001458W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001459T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001460S: Supported
1461
Dan Williamsb3e5f262007-08-07 10:26:35 -07001462DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001463P: Maciej Sosnowski
1464M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001465P: Dan Williams
1466M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001467L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001468S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001469
Juerg Haefligerb8250372007-06-09 10:11:16 -04001470DME1737 HARDWARE MONITOR DRIVER
1471P: Juerg Haefliger
1472M: juergh@gmail.com
1473L: lm-sensors@lm-sensors.org
1474S: Maintained
1475
Martin Waitzba483d52005-06-17 13:20:59 -07001476DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001477P: Randy Dunlap
1478M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001479S: Maintained
1480
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001481DOCKING STATION DRIVER
Len Brownc5d191b2008-09-24 02:53:25 -04001482P: Shaohua Li
1483M: shaohua.li@intel.com
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001484L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001485S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001486
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001487DOCUMENTATION (/Documentation directory)
Jean Delvare795fb7e2008-09-20 12:33:08 +02001488P: Randy Dunlap
1489M: rdunlap@xenotime.net
1490L: linux-doc@vger.kernel.org
1491S: Maintained
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001492
Linus Torvalds1da177e2005-04-16 15:20:36 -07001493DOUBLETALK DRIVER
1494P: James R. Van Zandt
1495M: jrv@vanzandt.mv.com
1496L: blinux-list@redhat.com
1497S: Maintained
1498
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001499DPT_I2O SCSI RAID DRIVER
1500P: Adaptec OEM Raid Solutions
1501M: aacraid@adaptec.com
1502L: linux-scsi@vger.kernel.org
1503W: http://www.adaptec.com/
1504S: Maintained
1505
Linus Torvalds1da177e2005-04-16 15:20:36 -07001506DRIVER CORE, KOBJECTS, AND SYSFS
1507P: Greg Kroah-Hartman
1508M: gregkh@suse.de
1509L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001510T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001511S: Supported
1512
1513DRM DRIVERS
1514P: David Airlie
1515M: airlied@linux.ie
1516L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001517T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001518S: Maintained
1519
1520DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001521P: Francois Romieu
1522M: romieu@fr.zoreil.com
1523L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001524S: Maintained
1525
1526DVB SUBSYSTEM AND DRIVERS
1527P: LinuxTV.org Project
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001528M: linux-media@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02001529L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001530W: http://linuxtv.org/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001531T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001532S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001533
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001534DZ DECSTATION DZ11 SERIAL DRIVER
1535P: Maciej W. Rozycki
1536M: macro@linux-mips.org
1537S: Maintained
1538
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539EATA-DMA SCSI DRIVER
1540P: Michael Neuffer
1541L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1542S: Maintained
1543
1544EATA ISA/EISA/PCI SCSI DRIVER
1545P: Dario Ballabio
1546M: ballabio_dario@emc.com
1547L: linux-scsi@vger.kernel.org
1548S: Maintained
1549
1550EATA-PIO SCSI DRIVER
1551P: Michael Neuffer
1552M: mike@i-Connect.Net
1553L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1554S: Maintained
1555
1556EBTABLES
1557P: Bart De Schuymer
1558M: bart.de.schuymer@pandora.be
1559L: ebtables-user@lists.sourceforge.net
1560L: ebtables-devel@lists.sourceforge.net
1561W: http://ebtables.sourceforge.net/
1562S: Maintained
1563
Michael Halcrow237fead2006-10-04 02:16:22 -07001564ECRYPT FILE SYSTEM
Michael Halcrow6dc75162008-12-15 13:54:17 -08001565P: Tyler Hicks, Dustin Kirkland
1566M: tyhicks@linux.vnet.ibm.com, kirkland@canonical.com
1567L: ecryptfs-devel@lists.launchpad.net
1568W: https://launchpad.net/ecryptfs
Michael Halcrow237fead2006-10-04 02:16:22 -07001569S: Supported
1570
Alan Coxda9bb1d2006-01-18 17:44:13 -08001571EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001572P: 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
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001576S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001577
1578EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001579P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001580P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001581M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001582M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001583L: bluesmoke-devel@lists.sourceforge.net
1584W: bluesmoke.sourceforge.net
1585S: Maintained
1586
1587EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001588P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001589M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001590L: bluesmoke-devel@lists.sourceforge.net
1591W: bluesmoke.sourceforge.net
1592S: Maintained
1593
Douglas Thompson6bc78402007-07-19 01:50:12 -07001594EDAC-I82443BXGX
1595P: Tim Small
1596M: tim@buttersideup.com
1597L: bluesmoke-devel@lists.sourceforge.net
1598W: bluesmoke.sourceforge.net
1599S: Maintained
1600
1601EDAC-I3000
1602P: Jason Uhlenkott
1603M: juhlenko@akamai.com
1604L: bluesmoke-devel@lists.sourceforge.net
1605W: bluesmoke.sourceforge.net
1606S: Maintained
1607
1608EDAC-I5000
1609P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001610M: dougthompson@xmission.com
1611L: bluesmoke-devel@lists.sourceforge.net
1612W: bluesmoke.sourceforge.net
1613S: Maintained
1614
Mauro Carvalho Chehab44c12cb2009-01-15 13:50:49 -08001615EDAC-I5400
1616P: Mauro Carvalho Chehab
1617M: mchehab@redhat.com
1618L: bluesmoke-devel@lists.sourceforge.net
1619W: bluesmoke.sourceforge.net
1620S: Maintained
1621
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001622EDAC-I82975X
1623P: Ranganathan Desikan
1624P: Arvind R.
1625M: rdesikan@jetzbroadband.com
1626M: arvind@acarlab.com
1627L: bluesmoke-devel@lists.sourceforge.net
1628W: bluesmoke.sourceforge.net
1629S: Maintained
1630
1631EDAC-PASEMI
1632P: Egor Martovetsky
1633M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001634L: bluesmoke-devel@lists.sourceforge.net
1635W: bluesmoke.sourceforge.net
1636S: Maintained
1637
Dave Peterson0e438e32006-03-26 01:38:55 -08001638EDAC-R82600
1639P: Tim Small
1640M: tim@buttersideup.com
1641L: bluesmoke-devel@lists.sourceforge.net
1642W: bluesmoke.sourceforge.net
1643S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001644
Eric Coopere59f8792008-03-13 12:55:46 +01001645EEEPC LAPTOP EXTRAS DRIVER
1646P: Corentin Chary
1647M: corentincj@iksaif.net
1648L: acpi4asus-user@lists.sourceforge.net
1649W: http://sourceforge.net/projects/acpi4asus
1650S: Maintained
1651
Josh Triplett0bee8d22006-07-30 03:03:58 -07001652EFS FILESYSTEM
1653W: http://aeschi.ch.eu.org/efs/
1654S: Orphan
1655
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001656EHCA (IBM GX bus InfiniBand adapter) DRIVER
Heiko J Schickfab97222006-09-22 15:22:22 -07001657P: Hoang-Nam Nguyen
1658M: hnguyen@de.ibm.com
1659P: Christoph Raisch
1660M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001661L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001662S: Supported
1663
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001664EMBEDDED LINUX
1665P: Paul Gortmaker
1666M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001667P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001668M: dwmw2@infradead.org
1669L: linux-embedded@vger.kernel.org
1670S: Maintained
1671
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001672EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001673P: James Smart
1674M: james.smart@emulex.com
1675L: linux-scsi@vger.kernel.org
1676W: http://sourceforge.net/projects/lpfcxxxx
1677S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001678
Linus Torvalds1da177e2005-04-16 15:20:36 -07001679EPSON 1355 FRAMEBUFFER DRIVER
1680P: Christopher Hoover
1681M: ch@murgatroid.com, ch@hpl.hp.com
1682S: Maintained
1683
Kristoffer Ericsond5ca9002008-10-15 22:03:54 -07001684EPSON S1D13XXX FRAMEBUFFER DRIVER
1685P: Kristoffer Ericson
1686M: kristoffer.ericson@gmail.com
1687S: Maintained
1688
Linus Torvalds1da177e2005-04-16 15:20:36 -07001689ETHEREXPRESS-16 NETWORK DRIVER
1690P: Philip Blundell
1691M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001692L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001693S: Maintained
1694
1695ETHERNET BRIDGE
1696P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001697M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001698L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001699W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700S: Maintained
1701
1702ETHERTEAM 16I DRIVER
1703P: Mika Kuoppala
1704M: miku@iki.fi
1705S: Maintained
1706
1707EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001708L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001709S: Maintained
1710
1711EXT3 FILE SYSTEM
1712P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001713M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001714L: linux-ext4@vger.kernel.org
1715S: Maintained
1716
1717EXT4 FILE SYSTEM
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001718P: Theodore Ts'o
1719M: tytso@mit.edu, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001720L: linux-ext4@vger.kernel.org
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001721W: http://ext4.wiki.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001722S: Maintained
1723
Jean Delvaree53004e2006-01-09 23:26:14 +01001724F71805F HARDWARE MONITORING DRIVER
1725P: Jean Delvare
1726M: khali@linux-fr.org
1727L: lm-sensors@lm-sensors.org
1728S: Maintained
1729
Linus Torvalds1da177e2005-04-16 15:20:36 -07001730FARSYNC SYNCHRONOUS DRIVER
1731P: Kevin Curtis
1732M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001733W: http://www.farsite.co.uk/
1734S: Supported
1735
Akinobu Mitac5408b82007-04-23 14:41:20 -07001736FAULT INJECTION SUPPORT
1737P: Akinobu Mita
1738M: akinobu.mita@gmail.com
1739S: Supported
1740
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001741FILE LOCKING (flock() and fcntl()/lockf())
1742P: Matthew Wilcox
1743M: matthew@wil.cx
1744L: linux-fsdevel@vger.kernel.org
1745S: Maintained
1746
1747FILESYSTEMS (VFS and infrastructure)
1748P: Alexander Viro
1749M: viro@zeniv.linux.org.uk
1750L: linux-fsdevel@vger.kernel.org
1751S: Maintained
1752
1753FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1754P: Kristian Hoegsberg, Stefan Richter
1755M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1756L: linux1394-devel@lists.sourceforge.net
1757W: http://www.linux1394.org/
1758T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1759S: Maintained
1760
1761FIRMWARE LOADER (request_firmware)
1762L: linux-kernel@vger.kernel.org
1763S: Orphan
1764
1765FPU EMULATOR
1766P: Bill Metzenthen
1767M: billm@suburbia.net
1768W: http://suburbia.net/~billm/floating-point/emulator/
1769S: Maintained
1770
1771FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1772P: Mike McLagan
1773M: mike.mclagan@linux.org
1774L: netdev@vger.kernel.org
1775S: Maintained
1776
Linus Torvalds1da177e2005-04-16 15:20:36 -07001777FRAMEBUFFER LAYER
1778P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001779M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001780L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001781W: http://linux-fbdev.sourceforge.net/
1782S: Maintained
1783
Zhang Wei173acc72008-03-01 07:42:48 -07001784FREESCALE DMA DRIVER
Zhang Wei76b0c782008-05-13 14:44:59 -07001785P: Li Yang
1786M: leoli@freescale.com
1787P: Zhang Wei
1788M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001789L: linuxppc-embedded@ozlabs.org
1790L: linux-kernel@vger.kernel.org
1791S: Maintained
1792
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001793FREESCALE I2C CPM DRIVER
1794P: Jochen Friedrich
1795M: jochen@scram.de
1796L: linuxppc-dev@ozlabs.org
Jean Delvare846557d2008-10-30 15:55:47 +01001797L: linux-i2c@vger.kernel.org
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001798S: Maintained
1799
Sascha Hauer60e8c5a2008-12-16 11:44:06 +01001800FREESCALE IMX / MXC FRAMEBUFFER DRIVER
1801P: Sascha Hauer
1802M: kernel@pengutronix.de
1803L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1804L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1805S: Maintained
1806
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001807FREESCALE SOC FS_ENET DRIVER
1808P: Pantelis Antoniou
1809M: pantelis.antoniou@gmail.com
1810P: Vitaly Bordug
1811M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001812L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001813L: netdev@vger.kernel.org
1814S: Maintained
1815
Timur Tabid9e9d822008-04-24 08:45:26 +10001816FREESCALE QUICC ENGINE LIBRARY
1817P: Timur Tabi
1818M: timur@freescale.com
1819L: linuxppc-dev@ozlabs.org
1820S: Supported
1821
Li Yanga7205b32007-04-23 10:38:18 -07001822FREESCALE HIGHSPEED USB DEVICE DRIVER
1823P: Li Yang
1824M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001825L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001826L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001827S: Maintained
1828
Li Yangbeaf53b2007-05-25 13:54:02 +08001829FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1830P: Li Yang
1831M: leoli@freescale.com
1832L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001833L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001834S: Maintained
1835
Timur Tabid9e9d822008-04-24 08:45:26 +10001836FREESCALE QUICC ENGINE UCC UART DRIVER
1837P: Timur Tabi
1838M: timur@freescale.com
1839L: linuxppc-dev@ozlabs.org
1840S: Supported
1841
1842FREESCALE SOC SOUND DRIVERS
1843P: Timur Tabi
1844M: timur@freescale.com
1845L: alsa-devel@alsa-project.org
1846L: linuxppc-dev@ozlabs.org
1847S: Supported
1848
Linus Torvalds1da177e2005-04-16 15:20:36 -07001849FREEVXFS FILESYSTEM
1850P: Christoph Hellwig
1851M: hch@infradead.org
1852W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1853S: Maintained
1854
Pavel Machek71038f52009-01-15 13:51:02 -08001855FREEZER
1856P: Pavel Machek
1857M: pavel@suse.cz
1858P: Rafael J. Wysocki
1859M: rjw@sisk.pl
1860L: linux-pm@lists.linux-foundation.org
1861S: Supported
1862
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001863FTRACE
1864P: Steven Rostedt
Steven Rostedt8e324c12008-11-19 15:36:43 -08001865M: rostedt@goodmis.org
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001866S: Maintained
1867
David Howells5ab7ffe2007-04-10 15:10:45 +01001868FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001869P: David Howells
1870M: dhowells@redhat.com
1871S: Maintained
1872
Jonathan Woithe20b93732008-06-11 10:14:56 +09301873FUJITSU LAPTOP EXTRAS
1874P: Jonathan Woithe
1875M: jwoithe@physics.adelaide.edu.au
1876L: linux-acpi@vger.kernel.org
1877S: Maintained
1878
Miklos Szeredi04578f12005-09-09 13:10:22 -07001879FUSE: FILESYSTEM IN USERSPACE
1880P: Miklos Szeredi
1881M: miklos@szeredi.hu
1882L: fuse-devel@lists.sourceforge.net
1883W: http://fuse.sourceforge.net/
1884S: Maintained
1885
Linus Torvalds1da177e2005-04-16 15:20:36 -07001886FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1887P: Rik Faith
1888M: faith@cs.unc.edu
1889L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001890S: Odd Fixes (e.g., new signatures)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001891
1892GDT SCSI DISK ARRAY CONTROLLER DRIVER
1893P: Achim Leubner
1894M: achim_leubner@adaptec.com
1895L: linux-scsi@vger.kernel.org
1896W: http://www.icp-vortex.com/
1897S: Supported
1898
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001899GENERIC GPIO I2C DRIVER
1900P: Haavard Skinnemoen
1901M: hskinnemoen@atmel.com
1902S: Supported
1903
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01001904GENERIC HDLC (WAN) DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001905P: Krzysztof Halasa
1906M: khc@pm.waw.pl
1907W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1908S: Maintained
1909
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001910GFS2 FILE SYSTEM
1911P: Steven Whitehouse
1912M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001913L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001914W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001915T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1916T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001917S: Supported
1918
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001919GIGASET ISDN DRIVERS
1920P: Hansjoerg Lipp
1921M: hjlipp@web.de
1922P: Tilman Schmidt
1923M: tilman@imap.cc
1924L: gigaset307x-common@lists.sourceforge.net
1925W: http://gigaset307x.sourceforge.net/
1926S: Maintained
1927
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001928HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
Frank Seidel211e3e02009-02-17 19:59:54 +01001929P: Frank Seidel
1930M: frank@f-seidel.de
1931L: lm-sensors@lm-sensors.org
1932W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001933S: Maintained
1934
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001935GSPCA FINEPIX SUBDRIVER
1936P: Frank Zago
1937M: frank@zago.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001938L: linux-media@vger.kernel.org
1939T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001940S: Maintained
1941
1942GSPCA M5602 SUBDRIVER
1943P: Erik Andren
1944M: erik.andren@gmail.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001945L: linux-media@vger.kernel.org
1946T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001947S: Maintained
1948
1949GSPCA PAC207 SONIXB SUBDRIVER
1950P: Hans de Goede
1951M: hdegoede@redhat.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001952L: linux-media@vger.kernel.org
1953T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001954S: Maintained
1955
1956GSPCA T613 SUBDRIVER
1957P: Leandro Costantino
1958M: lcostantino@gmail.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001959L: linux-media@vger.kernel.org
1960T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001961S: Maintained
1962
1963GSPCA USB WEBCAM DRIVER
1964P: Jean-Francois Moine
1965M: moinejf@free.fr
1966W: http://moinejf.free.fr
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001967L: linux-media@vger.kernel.org
1968T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001969S: Maintained
1970
Jean Delvare5b543962005-08-15 19:51:02 +02001971HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001972L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001973W: http://www.lm-sensors.org/
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001974S: Orphan
Jean Delvare5b543962005-08-15 19:51:02 +02001975
Michael Buesch844dd052006-06-26 00:24:59 -07001976HARDWARE RANDOM NUMBER GENERATOR CORE
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001977S: Orphan
Michael Buesch844dd052006-06-26 00:24:59 -07001978
Linus Torvalds1da177e2005-04-16 15:20:36 -07001979HARMONY SOUND DRIVER
1980P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001981M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001982L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001983S: Maintained
1984
1985HAYES ESP SERIAL DRIVER
1986P: Andrew J. Robinson
1987M: arobinso@nyx.net
1988L: linux-kernel@vger.kernel.org
1989W: http://www.nyx.net/~arobinso
1990S: Maintained
1991
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001992HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1993P: Chirag Kantharia
1994M: chirag.kantharia@hp.com
1995L: iss_storagedev@hp.com
1996S: Maintained
1997
1998HEWLETT-PACKARD SMART2 RAID DRIVER
1999P: Chirag Kantharia
2000M: chirag.kantharia@hp.com
2001L: iss_storagedev@hp.com
2002S: Maintained
2003
2004HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2005P: Mike Miller
2006M: mike.miller@hp.com
2007L: iss_storagedev@hp.com
2008S: Supported
2009
Linus Torvalds1da177e2005-04-16 15:20:36 -07002010HFS FILESYSTEM
2011P: Roman Zippel
2012M: zippel@linux-m68k.org
2013L: linux-kernel@vger.kernel.org
2014S: Maintained
2015
2016HGA FRAMEBUFFER DRIVER
2017P: Ferenc Bakonyi
2018M: fero@drama.obuda.kando.hu
2019L: linux-nvidia@lists.surfsouth.com
2020W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2021S: Maintained
2022
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002023HIBERNATION (aka Software Suspend, aka swsusp)
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002024P: Pavel Machek
Pavel Machekef35ce22009-02-18 14:48:16 -08002025M: pavel@ucw.cz
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002026P: Rafael J. Wysocki
2027M: rjw@sisk.pl
2028L: linux-pm@lists.linux-foundation.org
2029S: Supported
2030
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01002031HID CORE LAYER
2032P: Jiri Kosina
2033M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002034L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01002035T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01002036S: Maintained
2037
Ingo Molnar38bed542007-02-22 09:09:34 +01002038HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2039P: Thomas Gleixner
2040M: tglx@linutronix.de
2041L: linux-kernel@vger.kernel.org
2042S: Maintained
2043
Linus Torvalds1da177e2005-04-16 15:20:36 -07002044HIGH-SPEED SCC DRIVER FOR AX.25
2045P: Klaus Kudielka
2046M: klaus.kudielka@ieee.org
2047L: linux-hams@vger.kernel.org
2048W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2049S: Maintained
2050
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08002051HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2052P: HighPoint Linux Team
2053M: linux@highpoint-tech.com
2054W: http://www.highpoint-tech.com
2055S: Supported
2056
Linus Torvalds1da177e2005-04-16 15:20:36 -07002057HIPPI
2058P: Jes Sorensen
2059M: jes@trained-monkey.org
2060L: linux-hippi@sunsite.dk
2061S: Maintained
2062
Jouni Malinenff1d2762005-05-12 22:54:16 -04002063HOST AP DRIVER
2064P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07002065M: j@w1.fi
2066L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07002067L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04002068W: http://hostap.epitest.fi/
2069S: Maintained
2070
Carlos Corbachodd8cd772008-02-05 02:17:15 +00002071HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2072P: Carlos Corbacho
2073M: carlos@strangeworlds.co.uk
2074S: Odd Fixes
2075
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002076HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2077P: Jaroslav Kysela
2078M: perex@perex.cz
2079S: Maintained
2080
Clemens Ladischd36e74c2008-07-23 21:26:46 -07002081HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08002082P: Clemens Ladisch
2083M: clemens@ladisch.de
2084S: Maintained
2085
2086HPET: i386
2087P: Venkatesh Pallipadi (Venki)
2088M: venkatesh.pallipadi@intel.com
2089S: Maintained
2090
2091HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02002092P: Vojtech Pavlik
2093M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08002094S: Maintained
2095
2096HPET: ACPI hpet.c
2097P: Bob Picco
2098M: bob.picco@hp.com
2099S: Maintained
2100
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101HPFS FILESYSTEM
2102P: Mikulas Patocka
2103M: mikulas@artax.karlin.mff.cuni.cz
2104W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2105S: Maintained
2106
Denis Joseph Barrow11cd29b2009-01-02 13:50:36 +00002107HSO 3G Modem Driver (hso.c)
2108P: Denis Joseph Barrow
2109M: d.barow@option.com
2110W: http://www.pharscape.org
2111S: Maintained
2112
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002113HTCPEN TOUCHSCREEN DRIVER
2114P: Pau Oliva Fora
2115M: pof@eslack.org
2116L: linux-input@vger.kernel.org
2117S: Maintained
2118
Linus Torvalds1da177e2005-04-16 15:20:36 -07002119HUGETLB FILESYSTEM
2120P: William Irwin
2121M: wli@holomorphy.com
2122S: Maintained
2123
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002124I2C/SMBUS STUB DRIVER
2125P: Mark M. Hoffman
2126M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01002127L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002128S: Maintained
2129
Jean Delvare5b543962005-08-15 19:51:02 +02002130I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002131P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002133P: Ben Dooks (embedded platforms)
2134M: ben-linux@fluff.org
Jean Delvare846557d2008-10-30 15:55:47 +01002135L: linux-i2c@vger.kernel.org
Jean Delvarea01064a2009-01-26 21:19:53 +01002136W: http://i2c.wiki.kernel.org/
2137T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138S: Maintained
2139
Till Harbaume8c76ee2007-05-01 23:26:35 +02002140I2C-TINY-USB DRIVER
2141P: Till Harbaum
2142M: till@harbaum.org
Jean Delvare846557d2008-10-30 15:55:47 +01002143L: linux-i2c@vger.kernel.org
Till Harbaume8c76ee2007-05-01 23:26:35 +02002144T: http://www.harbaum.org/till/i2c_tiny_usb
2145S: Maintained
2146
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002148P: H. Peter Anvin
2149M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002150L: Linux-Kernel@vger.kernel.org
2151S: Maintained
2152
2153i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002154P: H. Peter Anvin
2155M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002156T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157S: Maintained
2158
Linus Torvalds1da177e2005-04-16 15:20:36 -07002159IA64 (Itanium) PLATFORM
2160P: Tony Luck
2161M: tony.luck@intel.com
2162L: linux-ia64@vger.kernel.org
2163W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002164T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165S: Maintained
2166
Linus Torvalds1da177e2005-04-16 15:20:36 -07002167IBM MCA SCSI SUBSYSTEM DRIVER
2168P: Michael Lang
2169M: langa2@kph.uni-mainz.de
2170W: http://www.uni-mainz.de/~langm000/linux.html
2171S: Maintained
2172
2173IBM Power Linux RAID adapter
2174P: Brian King
2175M: brking@us.ibm.com
2176S: Supported
2177
2178IBM ServeRAID RAID DRIVER
2179P: Jack Hammer
2180P: Dave Jeffery
2181M: ipslinux@adaptec.com
2182W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002183S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002184
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002185IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002186P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002187M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002188L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002189T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190S: Maintained
2191
2192IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002193P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002194M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002195L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002196S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002197
2198IDE/ATAPI FLOPPY DRIVERS
2199P: Paul Bristow
2200M: Paul Bristow <paul@paulbristow.net>
2201W: http://paulbristow.net/linux/idefloppy.html
2202L: linux-kernel@vger.kernel.org
2203S: Maintained
2204
2205IDE/ATAPI TAPE DRIVERS
2206P: Gadi Oxman
2207M: Gadi Oxman <gadio@netvision.net.il>
2208L: linux-kernel@vger.kernel.org
2209S: Maintained
2210
Andy Henroid27471fd2008-10-09 11:45:22 -07002211IDLE-I7300
2212P: Andy Henroid
2213M: andrew.d.henroid@intel.com
2214L: linux-pm@lists.linux-foundation.org
2215S: Supported
2216
Stefan Richterf148e202008-01-12 12:32:44 +01002217IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002218P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002219M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002220P: Stefan Richter
2221M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222L: linux1394-devel@lists.sourceforge.net
2223W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002224T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002225S: Maintained
2226
Stefan Richterf51a5a92007-04-23 14:41:10 -07002227IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002228P: Dan Dennedy
2229M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002230P: Stefan Richter
2231M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002232L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002233S: Maintained
2234
Mimi Zoharaa7168f2009-02-04 09:07:03 -05002235INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2236P: Mimi Zohar
2237M: zohar@us.ibm.com
2238S: Supported
2239
Linus Torvalds1da177e2005-04-16 15:20:36 -07002240IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002241L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002242S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002243
2244INFINIBAND SUBSYSTEM
2245P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002246M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002247P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002248M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002249P: Hal Rosenstock
Jean Delvare795fb7e2008-09-20 12:33:08 +02002250M: hal.rosenstock@gmail.com
Randy Dunlap40b0bb12009-02-04 15:12:13 -08002251L: general@lists.openfabrics.org (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002252W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002253T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002254S: Supported
2255
Robert Lovec9f04f52005-07-15 12:21:07 -04002256INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01002257P: John McCutchan
John McCutchan52af8942008-12-17 17:43:02 -08002258M: john@johnmccutchan.com
Cal Peake18b36c72006-12-12 20:18:16 +01002259P: Robert Love
John McCutchan52af8942008-12-17 17:43:02 -08002260M: rlove@rlove.org
Robert Lovec9f04f52005-07-15 12:21:07 -04002261L: linux-kernel@vger.kernel.org
2262S: Maintained
2263
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002264INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2265P: Dmitry Torokhov
2266M: dmitry.torokhov@gmail.com
2267M: dtor@mail.ru
2268L: linux-input@vger.kernel.org
2269T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2270S: Maintained
2271
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002272INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002273P: Sylvain Meyer
2274M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002275L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002276S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002277
Linus Torvalds1da177e2005-04-16 15:20:36 -07002278INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002279P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002280M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002281L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002282S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283
Thomas, Sujithf4a9bc42008-11-05 16:15:31 +05302284INTEL MENLOW THERMAL DRIVER
2285P: Sujith Thomas
2286M: sujith.thomas@intel.com
2287L: linux-acpi@vger.kernel.org
2288W: http://www.lesswatts.org/projects/acpi/
2289S: Supported
2290
Linus Torvalds1da177e2005-04-16 15:20:36 -07002291INTEL IA32 MICROCODE UPDATE SUPPORT
2292P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002293M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002294S: Maintained
2295
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002296INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002297P: Maciej Sosnowski
2298M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002299L: linux-kernel@vger.kernel.org
2300S: Supported
2301
David Woodhouse6c8909b2008-10-18 16:12:17 +01002302INTEL IOMMU (VT-d)
2303P: David Woodhouse
2304M: dwmw2@infradead.org
2305L: iommu@lists.linux-foundation.org
2306T: git://git.infradead.org/iommu-2.6.git
2307S: Supported
2308
Dan Williamsb3e5f262007-08-07 10:26:35 -07002309INTEL IOP-ADMA DMA DRIVER
2310P: Dan Williams
2311M: dan.j.williams@intel.com
2312L: linux-kernel@vger.kernel.org
2313S: Supported
2314
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01002315INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2316P: Krzysztof Halasa
2317M: khc@pm.waw.pl
2318S: Maintained
2319
Michael Buesch844dd052006-06-26 00:24:59 -07002320INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2321P: Deepak Saxena
2322M: dsaxena@plexity.net
2323S: Maintained
2324
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002325INTEL IXP2000 ETHERNET DRIVER
2326P: Lennert Buytenhek
2327M: kernel@wantstofly.org
2328L: netdev@vger.kernel.org
2329S: Maintained
2330
Auke Kokd94e6fe2008-03-03 14:37:47 -08002331INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002332P: Jeff Kirsher
2333M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002334P: Jesse Brandeburg
2335M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002336P: Bruce Allan
2337M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002338P: PJ Waskiewicz
2339M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002340P: John Ronciak
2341M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002342L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002343W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002344S: Supported
2345
James Ketrenos826d2ab2005-11-07 18:56:59 -06002346INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002347P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002348M: yi.zhu@intel.com
2349P: James Ketrenos
2350M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002351P: Reinette Chatre
2352M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002353L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002354L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002355W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002356W: http://ipw2100.sourceforge.net
2357S: Supported
2358
2359INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002360P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002361M: yi.zhu@intel.com
2362P: James Ketrenos
2363M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002364P: Reinette Chatre
2365M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002366L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002367L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002368W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002369W: http://ipw2200.sourceforge.net
2370S: Supported
2371
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08002372INTEL WIRELESS WIMAX CONNECTION 2400
2373P: Inaky Perez-Gonzalez
2374M: inaky.perez-gonzalez@intel.com
2375M: linux-wimax@intel.com
2376L: wimax@linuxwimax.org
2377S: Supported
2378W: http://linuxwimax.org
2379
Zhu Yib481de92007-09-25 17:54:57 -07002380INTEL WIRELESS WIFI LINK (iwlwifi)
2381P: Zhu Yi
2382M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002383P: Reinette Chatre
2384M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002385L: linux-wireless@vger.kernel.org
2386L: ipw3945-devel@lists.sourceforge.net
2387W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002388T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002389S: Supported
2390
Ralf Baechlecb109a02007-08-30 23:56:30 -07002391IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002392P: Ralf Baechle
2393M: ralf@linux-mips.org
2394L: linux-mips@linux-mips.org
2395S: Maintained
2396
Ralf Baechlecb109a02007-08-30 23:56:30 -07002397IOC3 SERIAL DRIVER
2398P: Pat Gefre
2399M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002400L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002401S: Maintained
2402
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002403IP MASQUERADING
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404P: Juanjo Ciarlante
2405M: jjciarla@raiz.uncu.edu.ar
2406S: Maintained
2407
Francois Romieu1202d6f2007-09-17 17:13:55 -07002408IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2409P: Francois Romieu
2410M: romieu@fr.zoreil.com
2411P: Sorbica Shieh
2412M: sorbica@icplus.com.tw
2413P: Jesse Huang
2414M: jesse@icplus.com.tw
2415L: netdev@vger.kernel.org
2416S: Maintained
2417
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002418IPATH DRIVER
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002419P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002420M: infinipath@qlogic.com
2421L: general@lists.openfabrics.org
2422T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002423S: Supported
2424
Corey Minyard4409ebe2006-04-20 02:43:12 -07002425IPMI SUBSYSTEM
2426P: Corey Minyard
2427M: minyard@acm.org
2428L: openipmi-developer@lists.sourceforge.net
2429W: http://openipmi.sourceforge.net/
2430S: Supported
2431
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002432IPS SCSI RAID DRIVER
2433P: Adaptec OEM Raid Solutions
2434M: aacraid@adaptec.com
2435L: linux-scsi@vger.kernel.org
2436W: http://www.adaptec.com/
2437S: Maintained
2438
2439IPVS
2440P: Wensong Zhang
2441M: wensong@linux-vs.org
2442P: Simon Horman
2443M: horms@verge.net.au
2444P: Julian Anastasov
2445M: ja@ssi.bg
Ralf Baechle979b6c12005-06-13 14:30:40 -07002446L: netdev@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002447L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002448S: Maintained
2449
Randy Dunlape7839f22008-10-12 16:11:45 -07002450IPWIRELESS DRIVER
David Sterba099dc4f2008-02-07 10:57:12 +01002451P: Jiri Kosina
2452M: jkosina@suse.cz
2453P: David Sterba
2454M: dsterba@suse.cz
2455S: Maintained
2456T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2457
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002458IPX NETWORK LAYER
2459P: Arnaldo Carvalho de Melo
2460M: acme@ghostprotocols.net
2461L: netdev@vger.kernel.org
2462S: Maintained
2463
Linus Torvalds1da177e2005-04-16 15:20:36 -07002464IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002465P: Samuel Ortiz
2466M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002467L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002468W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002469S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002470
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002471ISAPNP
2472P: Jaroslav Kysela
2473M: perex@perex.cz
2474S: Maintained
2475
Mike Christie14816b12007-11-28 16:22:06 -08002476ISCSI
2477P: Mike Christie
2478M: michaelc@cs.wisc.edu
2479L: open-iscsi@googlegroups.com
2480W: www.open-iscsi.org
2481T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2482S: Maintained
2483
Linus Torvalds1da177e2005-04-16 15:20:36 -07002484ISDN SUBSYSTEM
2485P: Karsten Keil
Karsten Keilfbfd8b52009-03-01 18:04:53 +01002486M: isdn@linux-pingi.de
Paul Bolled5d52272008-04-15 00:40:48 -07002487L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002488W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002489T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002490S: Maintained
2491
2492ISDN SUBSYSTEM (Eicon active card driver)
2493P: Armin Schindler
2494M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002495L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002496W: http://www.melware.de
2497S: Maintained
2498
Hans Verkuil91821ff2007-12-02 09:35:33 -03002499IVTV VIDEO4LINUX DRIVER
2500P: Hans Verkuil
2501M: hverkuil@xs4all.nl
2502L: ivtv-devel@ivtvdriver.org
2503L: ivtv-users@ivtvdriver.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03002504L: linux-media@vger.kernel.org
2505T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Hans Verkuil91821ff2007-12-02 09:35:33 -03002506W: http://www.ivtvdriver.org
2507S: Maintained
2508
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002509JFS FILESYSTEM
2510P: Dave Kleikamp
2511M: shaggy@austin.ibm.com
2512L: jfs-discussion@lists.sourceforge.net
2513W: http://jfs.sourceforge.net/
2514T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2515S: Supported
2516
Guo-Fu Tseng95252232008-09-16 01:00:11 +08002517JME NETWORK DRIVER
2518P: Guo-Fu Tseng
2519M: cooldavid@cooldavid.org
2520L: netdev@vger.kernel.org
2521S: Maintained
2522
Linus Torvalds1da177e2005-04-16 15:20:36 -07002523JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2524P: David Woodhouse
2525M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002526L: linux-mtd@lists.infradead.org
2527W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528S: Maintained
2529
Josh Triplettde456d32006-07-30 03:04:00 -07002530JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002531P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002532M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002533L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002534S: Maintained
2535
Rudolf Marek4660cb32006-10-08 22:01:26 +02002536K8TEMP HARDWARE MONITORING DRIVER
2537P: Rudolf Marek
2538M: r.marek@assembler.cz
2539L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540S: Maintained
2541
2542KCONFIG
2543P: Roman Zippel
2544M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002545L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002546S: Maintained
2547
Vivek Goyalea6c2082006-05-20 14:59:55 -07002548KDUMP
2549P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002550M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002551P: Haren Myneni
2552M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002553L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002554L: linux-kernel@vger.kernel.org
2555W: http://lse.sourceforge.net/kdump/
2556S: Maintained
2557
Linus Torvalds1da177e2005-04-16 15:20:36 -07002558KERNEL AUTOMOUNTER (AUTOFS)
2559P: H. Peter Anvin
2560M: hpa@zytor.com
2561L: autofs@linux.kernel.org
2562S: Odd Fixes
2563
2564KERNEL AUTOMOUNTER v4 (AUTOFS4)
2565P: Ian Kent
2566M: raven@themaw.net
2567L: autofs@linux.kernel.org
2568S: Maintained
2569
2570KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002571P: Sam Ravnborg
2572M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002573T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2574T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002575L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002576S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002577
2578KERNEL JANITORS
2579P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002580L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002581W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002582S: Maintained
2583
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002584KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002585P: J. Bruce Fields
2586M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002587P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002588M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002589L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002590W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002591S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002592
Avi Kivity426d62e2006-12-13 00:34:03 -08002593KERNEL VIRTUAL MACHINE (KVM)
2594P: Avi Kivity
Avi Kivity9ea1de42008-09-19 19:25:30 -07002595M: avi@redhat.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002596L: kvm@vger.kernel.org
2597W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002598S: Supported
2599
Joerg Roedelad8003d2008-09-10 20:01:07 +02002600KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2601P: Joerg Roedel
2602M: joerg.roedel@amd.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002603L: kvm@vger.kernel.org
2604W: http://kvm.qumranet.com
2605S: Supported
2606
Hollis Blanchard513014b2008-04-16 23:28:08 -05002607KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2608P: Hollis Blanchard
2609M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002610L: kvm-ppc@vger.kernel.org
2611W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002612S: Supported
2613
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002614KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002615P: Xiantao Zhang
2616M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002617L: kvm-ia64@vger.kernel.org
2618W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002619S: Supported
2620
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002621KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2622P: Carsten Otte
2623M: cotte@de.ibm.com
2624P: Christian Borntraeger
2625M: borntraeger@de.ibm.com
2626M: linux390@de.ibm.com
2627L: linux-s390@vger.kernel.org
2628W: http://www.ibm.com/developerworks/linux/linux390/
2629S: Supported
2630
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002631KEXEC
2632P: Eric Biederman
2633M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002634W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002635L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002636L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002637S: Maintained
2638
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002639KGDB
2640P: Jason Wessel
2641M: jason.wessel@windriver.com
2642L: kgdb-bugreport@lists.sourceforge.net
2643S: Maintained
2644
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002645KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002646P: Ananth N Mavinakayanahalli
2647M: ananth@in.ibm.com
2648P: Anil S Keshavamurthy
2649M: anil.s.keshavamurthy@intel.com
2650P: David S. Miller
2651M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002652P: Masami Hiramatsu
2653M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002654L: linux-kernel@vger.kernel.org
2655S: Maintained
2656
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002657KS0108 LCD CONTROLLER DRIVER
2658P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002659M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002660L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002661W: http://miguelojeda.es/auxdisplay.htm
2662W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002663S: Maintained
2664
Linus Torvalds1da177e2005-04-16 15:20:36 -07002665LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002666L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002667S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002668
2669LASI 53c700 driver for PARISC
2670P: James E.J. Bottomley
2671M: James.Bottomley@HansenPartnership.com
2672L: linux-scsi@vger.kernel.org
2673S: Maintained
2674
Richard Purdie263de9b2006-05-15 09:44:16 -07002675LED SUBSYSTEM
2676P: Richard Purdie
2677M: rpurdie@rpsys.net
2678S: Maintained
2679
Linus Torvalds1da177e2005-04-16 15:20:36 -07002680LEGO USB Tower driver
2681P: Juergen Stuber
2682M: starblue@users.sourceforge.net
2683L: legousb-devel@lists.sourceforge.net
2684W: http://legousb.sourceforge.net/
2685S: Maintained
2686
Rusty Russell568a17f2007-10-25 14:12:24 +10002687LGUEST
2688P: Rusty Russell
2689M: rusty@rustcorp.com.au
2690L: lguest@ozlabs.org
2691W: http://lguest.ozlabs.org/
2692S: Maintained
2693
Linus Torvalds1da177e2005-04-16 15:20:36 -07002694LINUX FOR IBM pSERIES (RS/6000)
2695P: Paul Mackerras
2696M: paulus@au.ibm.com
2697W: http://www.ibm.com/linux/ltc/projects/ppc
2698S: Supported
2699
2700LINUX FOR NCR VOYAGER
2701P: James Bottomley
2702M: James.Bottomley@HansenPartnership.com
2703W: http://www.hansenpartnership.com/voyager
2704S: Maintained
2705
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002706LINUX FOR POWERPC (32-BIT AND 64-BIT)
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002707P: Benjamin Herrenschmidt
2708M: benh@kernel.crashing.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002709P: Paul Mackerras
2710M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002711W: http://www.penguinppc.org/
2712L: linuxppc-dev@ozlabs.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002713T: git kernel.org:/pub/scm/linux/kernel/git/benh/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002714S: Supported
2715
2716LINUX FOR POWER MACINTOSH
2717P: Benjamin Herrenschmidt
2718M: benh@kernel.crashing.org
2719W: http://www.penguinppc.org/
2720L: linuxppc-dev@ozlabs.org
2721S: Maintained
2722
Grant Likely77a76362008-07-12 12:11:43 -06002723LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002724P: Sylvain Munaut
2725M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002726P: Grant Likely
2727M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002728L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002729S: Maintained
2730
2731LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002732P: Josh Boyer
2733M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002734P: Matt Porter
2735M: mporter@kernel.crashing.org
2736W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002737L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002738T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002739S: Maintained
2740
Grant Likely260c02a2007-10-02 12:15:34 +10002741LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2742P: Grant Likely
2743M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002744W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002745L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002746S: Maintained
2747
Tom Rinie93adf12005-07-26 12:49:53 -07002748LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002749P: Vitaly Bordug
2750M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002751P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002752M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002753W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002754L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002755S: Maintained
2756
Linus Torvalds1da177e2005-04-16 15:20:36 -07002757LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002758P: Kumar Gala
2759M: galak@kernel.crashing.org
2760W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002761L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002762S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002763
Olof Johanssonab06ff32006-09-06 14:44:54 -05002764LINUX FOR POWERPC PA SEMI PWRFICIENT
2765P: Olof Johansson
2766M: olof@lixom.net
2767W: http://www.pasemi.com/
2768L: linuxppc-dev@ozlabs.org
2769S: Supported
2770
Linus Torvalds1da177e2005-04-16 15:20:36 -07002771LINUX SECURITY MODULE (LSM) FRAMEWORK
2772P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002773M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002774L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002775T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002776S: Supported
2777
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002778LLC (802.2)
2779P: Arnaldo Carvalho de Melo
2780M: acme@ghostprotocols.net
2781S: Maintained
2782
Pavel Machek455fbdd2008-11-12 13:27:02 -08002783LIS3LV02D ACCELEROMETER DRIVER
2784P: Eric Piel
2785M: eric.piel@tremplin-utc.net
2786S: Maintained
2787
Linus Torvalds1da177e2005-04-16 15:20:36 -07002788LM83 HARDWARE MONITOR DRIVER
2789P: Jean Delvare
2790M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002791L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002792S: Maintained
2793
2794LM90 HARDWARE MONITOR DRIVER
2795P: Jean Delvare
2796M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002797L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002798S: Maintained
2799
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002800LOCKDEP AND LOCKSTAT
2801P: Peter Zijlstra
2802M: peterz@infradead.org
2803P: Ingo Molnar
2804M: mingo@redhat.com
2805L: linux-kernel@vger.kernel.org
2806T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2807S: Maintained
2808
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002809LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002810P: Richard Russon (FlatCap)
2811M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002812L: linux-ntfs-dev@lists.sourceforge.net
2813W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002814S: Maintained
2815
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002816LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2817P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002818M: Eric.Moore@lsi.com
2819M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002820L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002821L: linux-scsi@vger.kernel.org
2822W: http://www.lsilogic.com/support
2823S: Supported
2824
Linus Torvalds1da177e2005-04-16 15:20:36 -07002825LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2826P: Matthew Wilcox
2827M: matthew@wil.cx
2828L: linux-scsi@vger.kernel.org
2829S: Maintained
2830
Mike Frysinger81365c32008-10-29 14:01:12 -07002831LTP (Linux Test Project)
2832P: Subrata Modak
2833M: subrata@linux.vnet.ibm.com
2834P: Mike Frysinger
2835M: vapier@gentoo.org
2836L: ltp-list@lists.sourceforge.net (subscribers-only)
2837W: http://ltp.sourceforge.net/
2838T: git kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
2839S: Maintained
2840
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002841M32R ARCHITECTURE
2842P: Hirokazu Takata
2843M: takata@linux-m32r.org
2844L: linux-m32r@ml.linux-m32r.org
2845L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2846W: http://www.linux-m32r.org/
2847S: Maintained
2848
Linus Torvalds1da177e2005-04-16 15:20:36 -07002849M68K ARCHITECTURE
2850P: Geert Uytterhoeven
2851M: geert@linux-m68k.org
2852P: Roman Zippel
2853M: zippel@linux-m68k.org
2854L: linux-m68k@lists.linux-m68k.org
2855W: http://www.linux-m68k.org/
Geert Uytterhoeven0e750aa2008-11-24 21:37:09 +01002856T: git git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002857S: Maintained
2858
2859M68K ON APPLE MACINTOSH
2860P: Joshua Thompson
2861M: funaho@jurai.org
2862W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002863L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002864S: Maintained
2865
2866M68K ON HP9000/300
2867P: Philip Blundell
2868M: philb@gnu.org
2869W: http://www.tazenda.demon.co.uk/phil/linux-hp
2870S: Maintained
2871
Jiri Benc64a327a2007-05-05 11:47:08 -07002872MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002873P: Johannes Berg
2874M: johannes@sipsolutions.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002875L: linux-wireless@vger.kernel.org
2876W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002877T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002878S: Maintained
2879
Stefano Brivio1036d862007-12-23 04:46:27 +01002880MAC80211 PID RATE CONTROL
2881P: Stefano Brivio
2882M: stefano.brivio@polimi.it
2883P: Mattias Nissler
2884M: mattias.nissler@gmx.de
2885L: linux-wireless@vger.kernel.org
2886W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2887T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2888S: Maintained
2889
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002890MACVLAN DRIVER
2891P: Patrick McHardy
2892M: kaber@trash.net
2893L: netdev@vger.kernel.org
2894S: Maintained
2895
Michael Kerriskfaf16682005-07-31 22:34:47 -07002896MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002897P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002898M: mtk.manpages@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02002899W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07002900L: linux-man@vger.kernel.org
Michael Kerrisk1b53dc72009-03-12 14:31:32 -07002901S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002902
Stefano Brivio74cda162007-11-19 20:27:46 +01002903MARVELL LIBERTAS WIRELESS DRIVER
2904P: Dan Williams
2905M: dcbw@redhat.com
2906L: libertas-dev@lists.infradead.org
2907S: Maintained
2908
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002909MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002910P: Lennert Buytenhek
2911M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002912L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002913S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002914
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002915MARVELL YUKON / SYSKONNECT DRIVER
2916P: Mirko Lindner
2917M: mlindner@syskonnect.de
2918P: Ralph Roesler
2919M: rroesler@syskonnect.de
2920W: http://www.syskonnect.com
2921S: Supported
2922
Linus Torvalds1da177e2005-04-16 15:20:36 -07002923MATROX FRAMEBUFFER DRIVER
2924P: Petr Vandrovec
2925M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002926L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002927S: Maintained
2928
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002929MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2930P: Hans J. Koch
2931M: hjk@linutronix.de
2932L: lm-sensors@lm-sensors.org
2933S: Maintained
2934
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002935MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002936P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002937M: megaraidlinux@lsi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002938L: linux-scsi@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002939W: http://megaraid.lsilogic.com
2940S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002941
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002942MEMORY MANAGEMENT
2943L: linux-mm@kvack.org
2944L: linux-kernel@vger.kernel.org
2945W: http://www.linux-mm.org
2946S: Maintained
2947
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002948MEMORY RESOURCE CONTROLLER
2949P: Balbir Singh
2950M: balbir@linux.vnet.ibm.com
2951P: Pavel Emelyanov
2952M: xemul@openvz.org
2953P: KAMEZAWA Hiroyuki
2954M: kamezawa.hiroyu@jp.fujitsu.com
2955L: linux-mm@kvack.org
2956L: linux-kernel@vger.kernel.org
2957S: Maintained
2958
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002959MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002960P: David Woodhouse
2961M: dwmw2@infradead.org
2962W: http://www.linux-mtd.infradead.org/
2963L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002964T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002965S: Maintained
2966
2967MICROTEK X6 SCANNER
2968P: Oliver Neukum
2969M: oliver@neukum.name
2970S: Maintained
2971
2972MIPS
2973P: Ralf Baechle
2974M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002975W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002976L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002977T: git www.linux-mips.org:/pub/scm/linux.git
2978S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002979
2980MISCELLANEOUS MCA-SUPPORT
2981P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002982M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002983L: linux-kernel@vger.kernel.org
2984S: Maintained
2985
2986MODULE SUPPORT
2987P: Rusty Russell
2988M: rusty@rustcorp.com.au
2989L: linux-kernel@vger.kernel.org
2990S: Maintained
2991
2992MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2993P: Stelian Pop
2994M: stelian@popies.net
2995W: http://popies.net/meye/
2996S: Maintained
2997
Pavel Pisac58ff042007-05-16 01:10:41 +02002998MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2999P: Pavel Pisa
3000M: ppisa@pikron.com
3001L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02003002S: Maintained
3003
Linus Torvalds1da177e2005-04-16 15:20:36 -07003004MOUSE AND MISC DEVICES [GENERAL]
3005P: Alessandro Rubini
3006M: rubini@ipvvis.unipv.it
3007L: linux-kernel@vger.kernel.org
3008S: Maintained
3009
Jiri Slabyb9705b62008-04-30 00:53:48 -07003010MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08003011P: Jiri Slaby
3012M: jirislaby@gmail.com
3013L: linux-kernel@vger.kernel.org
3014S: Maintained
3015
Lennart Poettering8c4c7312006-10-06 01:27:02 -04003016MSI LAPTOP SUPPORT
3017P: Lennart Poettering
3018M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08003019W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04003020W: http://0pointer.de/lennart/tchibo.html
3021S: Maintained
3022
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07003023MULTIFUNCTION DEVICES (MFD)
3024P: Samuel Ortiz
3025M: sameo@openedhand.com
3026L: linux-kernel@vger.kernel.org
3027S: Supported
3028
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02003029MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07003030P: Pierre Ossman
3031M: drzeus-mmc@drzeus.cx
3032L: linux-kernel@vger.kernel.org
3033S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01003034
David Brownell15a05802007-08-08 09:12:54 -07003035MULTIMEDIA CARD (MMC) ETC. OVER SPI
3036P: David Brownell
3037M: dbrownell@users.sourceforge.net
3038L: linux-kernel@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02003039S: Odd Fixes
David Brownell15a05802007-08-08 09:12:54 -07003040
Linus Torvalds1da177e2005-04-16 15:20:36 -07003041MULTISOUND SOUND DRIVER
3042P: Andrew Veliath
3043M: andrewtv@usa.net
3044S: Maintained
3045
Jiri Slabyd7354102006-12-08 02:38:35 -08003046MULTITECH MULTIPORT CARD (ISICOM)
3047P: Jiri Slaby
3048M: jirislaby@gmail.com
3049L: linux-kernel@vger.kernel.org
3050S: Maintained
3051
Felipe Balbi550a7372008-07-24 12:27:36 +03003052MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003053P: Felipe Balbi
3054M: felipe.balbi@nokia.com
3055L: linux-usb@vger.kernel.org
Felipe Balbib6a49b82008-11-24 13:06:51 +02003056T: git gitorious.org:/musb/mainline.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02003057S: Maintained
Felipe Balbi550a7372008-07-24 12:27:36 +03003058
Brice Goglin2d3cf582008-05-17 12:45:36 +02003059MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3060P: Andrew Gallatin
3061M: gallatin@myri.com
3062P: Brice Goglin
3063M: brice@myri.com
3064L: netdev@vger.kernel.org
3065W: http://www.myri.com/scs/download-Myri10GE.html
3066S: Supported
3067
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068NATSEMI ETHERNET DRIVER (DP8381x)
Jean Delvare795fb7e2008-09-20 12:33:08 +02003069P: Tim Hockin
Linus Torvalds1da177e2005-04-16 15:20:36 -07003070M: thockin@hockin.org
3071S: Maintained
3072
3073NCP FILESYSTEM
3074P: Petr Vandrovec
3075M: vandrove@vc.cvut.cz
3076L: linware@sh.cvut.cz
3077S: Maintained
3078
3079NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3080P: James E.J. Bottomley
3081M: James.Bottomley@HansenPartnership.com
3082L: linux-scsi@vger.kernel.org
3083S: Maintained
3084
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003085NETEFFECT IWARP RNIC DRIVER (IW_NES)
3086P: Faisal Latif
Roland Dreier7b49d952008-10-16 15:39:14 -07003087M: faisal.latif@intel.com
Chien Tung5f625602008-05-26 15:23:32 -07003088P: Chien Tung
Roland Dreier7b49d952008-10-16 15:39:14 -07003089M: chien.tin.tung@intel.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003090L: general@lists.openfabrics.org
3091W: http://www.neteffect.com
3092S: Supported
3093F: drivers/infiniband/hw/nes/
3094
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003095NETEM NETWORK EMULATOR
3096P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003097M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07003098L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003099S: Maintained
3100
Jiri Slaby4a584482007-08-30 23:56:39 -07003101NETERION (S2IO) Xframe 10GbE DRIVER
3102P: Ramkrishna Vepa
3103M: ram.vepa@neterion.com
3104P: Rastapur Santosh
3105M: santosh.rastapur@neterion.com
3106P: Sivakumar Subramani
3107M: sivakumar.subramani@neterion.com
3108P: Sreenivasa Honnur
3109M: sreenivasa.honnur@neterion.com
3110L: netdev@vger.kernel.org
3111W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
3112S: Supported
3113
Linus Torvalds1da177e2005-04-16 15:20:36 -07003114NETFILTER/IPTABLES/IPCHAINS
3115P: Rusty Russell
3116P: Marc Boucher
3117P: James Morris
3118P: Harald Welte
3119P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07003120P: Patrick McHardy
3121M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07003122L: netfilter-devel@vger.kernel.org
3123L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07003124L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003125W: http://www.netfilter.org/
3126W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003127S: Supported
3128
Paul Moore4cc67732006-09-25 15:57:13 -07003129NETLABEL
3130P: Paul Moore
3131M: paul.moore@hp.com
3132W: http://netlabel.sf.net
3133L: netdev@vger.kernel.org
3134S: Supported
3135
Linus Torvalds1da177e2005-04-16 15:20:36 -07003136NETROM NETWORK LAYER
3137P: Ralf Baechle
3138M: ralf@linux-mips.org
3139L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003140W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003141S: Maintained
3142
Pavel Machek5ddb88c2006-09-29 02:01:29 -07003143NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003144P: Paul Clements
3145M: Paul.Clements@steeleye.com
3146S: Maintained
3147
3148NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003149P: Jeff Garzik
3150M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003151L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003152T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003153S: Maintained
3154
3155NETWORKING [GENERAL]
3156P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003157M: netdev@vger.kernel.org
3158L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003159W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003160S: Maintained
3161
3162NETWORKING [IPv4/IPv6]
3163P: David S. Miller
3164M: davem@davemloft.net
3165P: Alexey Kuznetsov
3166M: kuznet@ms2.inr.ac.ru
3167P: Pekka Savola (ipv6)
3168M: pekkas@netcore.fi
3169P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003170M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003171P: Hideaki YOSHIFUJI
3172M: yoshfuji@linux-ipv6.org
3173P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003174M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003175L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003176T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003177S: Maintained
3178
James Morris10e2ff12007-08-25 14:41:28 -07003179NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3180P: Paul Moore
3181M: paul.moore@hp.com
3182L: netdev@vger.kernel.org
3183S: Maintained
3184
John W. Linville29f8f632006-01-18 14:52:48 -08003185NETWORKING [WIRELESS]
3186P: John W. Linville
3187M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003188L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003189T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3190S: Maintained
3191
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003192NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003193P: Dhananjay Phadke
3194M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003195L: netdev@vger.kernel.org
3196W: http://www.netxen.com
3197S: Supported
3198
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003199NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003201M: Trond.Myklebust@netapp.com
3202L: linux-nfs@vger.kernel.org
3203W: http://client.linux-nfs.org
3204T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205S: Maintained
3206
3207NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003208P: Jan-Pascal van Best
3209M: janpascal@vanbest.org
3210P: Andreas Mohr
3211M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003212L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003213S: Maintained
3214
3215NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3216P: YOKOTA Hiroshi
3217M: yokota@netlab.is.tsukuba.ac.jp
3218W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3219S: Maintained
3220
3221NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3222P: GOTO Masanori
3223M: gotom@debian.or.jp
3224P: YOKOTA Hiroshi
3225M: yokota@netlab.is.tsukuba.ac.jp
3226W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3227S: Maintained
3228
Linus Torvalds1da177e2005-04-16 15:20:36 -07003229NTFS FILESYSTEM
3230P: Anton Altaparmakov
3231M: aia21@cantab.net
3232L: linux-ntfs-dev@lists.sourceforge.net
3233L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003234W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003235T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003236S: Maintained
3237
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003238NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003239P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003240M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003241L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003242S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003243
Bob Copeland0ad122d2008-07-25 19:45:18 -07003244OMFS FILESYSTEM
3245P: Bob Copeland
3246M: me@bobcopeland.com
3247L: linux-karma-devel@lists.sourceforge.net
3248S: Maintained
3249
Harald Weltec1986ee2005-11-13 16:06:29 -08003250OMNIKEY CARDMAN 4000 DRIVER
3251P: Harald Welte
3252M: laforge@gnumonks.org
3253S: Maintained
3254
Harald Welte77c44ab2005-11-13 16:06:26 -08003255OMNIKEY CARDMAN 4040 DRIVER
3256P: Harald Welte
3257M: laforge@gnumonks.org
3258S: Maintained
3259
Jonathan Corbet77d51402007-03-22 19:44:17 -03003260OMNIVISION OV7670 SENSOR DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003261P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03003262M: corbet@lwn.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003263L: linux-media@vger.kernel.org
3264T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03003265S: Maintained
3266
Thomas Gleixner431bca72007-05-02 09:31:35 +02003267ONENAND FLASH DRIVER
3268P: Kyungmin Park
3269M: kyungmin.park@samsung.com
3270L: linux-mtd@lists.infradead.org
3271S: Maintained
3272
Linus Torvalds1da177e2005-04-16 15:20:36 -07003273ONSTREAM SCSI TAPE DRIVER
3274P: Willem Riede
3275M: osst@riede.org
3276L: osst-users@lists.sourceforge.net
3277L: linux-scsi@vger.kernel.org
3278S: Maintained
3279
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003280OPENCORES I2C BUS DRIVER
3281P: Peter Korsgaard
3282M: jacmet@sunsite.dk
Jean Delvare846557d2008-10-30 15:55:47 +01003283L: linux-i2c@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003284S: Maintained
3285
Linus Torvalds1da177e2005-04-16 15:20:36 -07003286OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003287P: Robert Richter
3288M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003289L: oprofile-list@lists.sf.net
3290S: Maintained
3291
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003292ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3293P: Mark Fasheh
3294M: mfasheh@suse.com
3295P: Joel Becker
3296M: joel.becker@oracle.com
3297L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3298W: http://oss.oracle.com/projects/ocfs2/
3299T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3300S: Supported
3301
Linus Torvalds1da177e2005-04-16 15:20:36 -07003302ORINOCO DRIVER
3303P: Pavel Roskin
3304M: proski@gnu.org
3305P: David Gibson
3306M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003307L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003308L: orinoco-users@lists.sourceforge.net
3309L: orinoco-devel@lists.sourceforge.net
3310W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003311S: Maintained
3312
Boaz Harrosh68274792009-01-25 17:24:14 +02003313OSD LIBRARY
3314P: Boaz Harrosh
3315M: bharrosh@panasas.com
3316P: Benny Halevy
3317M: bhalevy@panasas.com
3318L: osd-dev@open-osd.org
3319W: http://open-osd.org
3320T: git://git.open-osd.org/open-osd.git
3321S: Maintained
3322
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003323P54 WIRELESS DRIVER
3324P: Michael Wu
3325M: flamingice@sourmilk.net
3326L: linux-wireless@vger.kernel.org
3327W: http://prism54.org
3328T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3329S: Maintained
3330
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003331PA SEMI ETHERNET DRIVER
3332P: Olof Johansson
3333M: olof@lixom.net
3334L: netdev@vger.kernel.org
3335S: Maintained
3336
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003337PA SEMI SMBUS DRIVER
3338P: Olof Johansson
3339M: olof@lixom.net
Jean Delvare846557d2008-10-30 15:55:47 +01003340L: linux-i2c@vger.kernel.org
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003341S: Maintained
3342
Harald Welte709ee532008-09-23 17:46:57 +02003343PANASONIC LAPTOP ACPI EXTRAS DRIVER
3344P: Harald Welte
3345M: laforge@gnumonks.org
3346S: Maintained
3347
David Howells4fa97182008-10-13 10:42:44 +01003348PANASONIC MN10300/AM33 PORT
3349P: David Howells
3350M: dhowells@redhat.com
3351P: Koichi Yasutake
3352M: yasutake.koichi@jp.panasonic.com
3353L: linux-am33-list@redhat.com (moderated for non-subscribers)
3354W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3355S: Maintained
3356
Linus Torvalds1da177e2005-04-16 15:20:36 -07003357PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003358L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003359S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003360
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003361PARAVIRT_OPS INTERFACE
3362P: Jeremy Fitzhardinge
3363M: jeremy@xensource.com
3364P: Chris Wright
3365M: chrisw@sous-sol.org
Zachary Amsden8cbb5bc2009-02-20 11:27:46 -08003366P: Alok Kataria
3367M: akataria@vmware.com
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003368P: Rusty Russell
3369M: rusty@rustcorp.com.au
3370L: virtualization@lists.osdl.org
3371L: linux-kernel@vger.kernel.org
3372S: Supported
3373
Linus Torvalds1da177e2005-04-16 15:20:36 -07003374PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3375P: Tim Waugh
3376M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003377L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003378W: http://www.torque.net/linux-pp.html
3379S: Maintained
3380
3381PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003382P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003383M: kyle@mcmartin.ca
Grant Grundler763461192008-12-01 00:21:35 -07003384P: Helge Deller
3385M: deller@gmx.de
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003386L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003387W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003388T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003389S: Maintained
3390
Jim Cromie1662d322006-10-06 00:43:59 -07003391PC87360 HARDWARE MONITORING DRIVER
3392P: Jim Cromie
3393M: jim.cromie@gmail.com
3394L: lm-sensors@lm-sensors.org
3395S: Maintained
3396
3397PC8736x GPIO DRIVER
3398P: Jim Cromie
3399M: jim.cromie@gmail.com
3400S: Maintained
3401
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003402PCI ERROR RECOVERY
3403P: Linas Vepstas
3404M: linas@austin.ibm.com
3405L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003406L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003407S: Supported
3408
Linus Torvalds1da177e2005-04-16 15:20:36 -07003409PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003410P: Jesse Barnes
3411M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003412L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003413L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003414T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003415S: Supported
3416
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003417PCIE HOTPLUG DRIVER
3418P: Kristen Carlson Accardi
3419M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003420L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003421S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003422
Linus Torvalds1da177e2005-04-16 15:20:36 -07003423PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003424P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003425L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003426W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003427T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003428S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003429
3430PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003431P: Don Fry
3432M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003433L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003434S: Maintained
3435
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003436PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003437P: Balbir Singh
3438M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003439L: linux-kernel@vger.kernel.org
3440S: Maintained
3441
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003442PERSONALITY HANDLING
3443P: Christoph Hellwig
3444M: hch@infradead.org
3445L: linux-abi-devel@lists.sourceforge.net
3446S: Maintained
3447
Linus Torvalds1da177e2005-04-16 15:20:36 -07003448PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003449P: Joern Engel
3450M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003451L: linux-mtd@lists.infradead.org
3452S: Maintained
3453
Peter Osterlund249a6772005-09-27 21:45:30 -07003454PKTCDVD DRIVER
3455P: Peter Osterlund
3456M: petero2@telia.com
3457L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003458S: Maintained
3459
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003461P: Thomas Gleixner
3462M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003463L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003464S: Supported
3465
Anton Vorontsov3be86142007-07-15 04:43:36 +04003466POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3467P: Anton Vorontsov
3468M: cbou@mail.ru
3469P: David Woodhouse
3470M: dwmw2@infradead.org
3471L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003472T: git git.infradead.org/battery-2.6.git
3473S: Maintained
3474
Linus Torvalds1da177e2005-04-16 15:20:36 -07003475PNP SUPPORT
3476P: Adam Belay
Bjorn Helgaas2d59f6a2008-08-01 10:01:12 -06003477M: abelay@mit.edu
3478P: Bjorn Helgaas
3479M: bjorn.helgaas@hp.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003480S: Maintained
3481
Vitaly Wool999445d2007-01-04 13:07:03 +01003482PNXxxxx I2C DRIVER
3483P: Vitaly Wool
3484M: vitalywool@gmail.com
Jean Delvare846557d2008-10-30 15:55:47 +01003485L: linux-i2c@vger.kernel.org
Vitaly Wool999445d2007-01-04 13:07:03 +01003486S: Maintained
3487
Linus Torvalds1da177e2005-04-16 15:20:36 -07003488PPP PROTOCOL DRIVERS AND COMPRESSORS
3489P: Paul Mackerras
3490M: paulus@samba.org
3491L: linux-ppp@vger.kernel.org
3492S: Maintained
3493
3494PPP OVER ATM (RFC 2364)
3495P: Mitchell Blank Jr
3496M: mitch@sfgoth.com
3497S: Maintained
3498
3499PPP OVER ETHERNET
3500P: Michal Ostrowski
Chris Wright5e70b7f2008-06-09 16:07:28 -07003501M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003502S: Maintained
3503
James Chapmana6d23702007-06-27 15:53:17 -07003504PPP OVER L2TP
3505P: James Chapman
3506M: jchapman@katalix.com
3507S: Maintained
3508
Linus Torvalds1da177e2005-04-16 15:20:36 -07003509PREEMPTIBLE KERNEL
3510P: Robert Love
3511M: rml@tech9.net
3512L: linux-kernel@vger.kernel.org
3513L: kpreempt-tech@lists.sourceforge.net
3514W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3515S: Supported
3516
3517PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003518P: Luis R. Rodriguez
3519M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003520L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003521W: http://prism54.org
3522S: Maintained
3523
3524PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3525P: Peter Denison
3526M: promise@pnd-pc.demon.co.uk
3527W: http://www.pnd-pc.demon.co.uk/promise/
3528S: Maintained
3529
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003530PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3531P: Mikael Pettersson
3532M: mikpe@it.uu.se
3533L: linux-ide@vger.kernel.org
3534S: Maintained
3535
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003536PS3 NETWORK SUPPORT
3537P: Masakazu Mokuno
3538M: mokuno@sm.sony.co.jp
3539L: netdev@vger.kernel.org
3540L: cbe-oss-dev@ozlabs.org
3541S: Supported
3542
Geoff Levandf58a9d12006-11-23 00:46:51 +01003543PS3 PLATFORM SUPPORT
3544P: Geoff Levand
3545M: geoffrey.levand@am.sony.com
3546L: linuxppc-dev@ozlabs.org
3547L: cbe-oss-dev@ozlabs.org
3548S: Supported
3549
Jim Pariscffb4add2009-01-06 11:32:10 +00003550PS3VRAM DRIVER
3551P: Jim Paris
3552M: jim@jtan.com
3553L: cbe-oss-dev@ozlabs.org
3554S: Maintained
3555
Michael Krufky83202042006-07-03 00:24:18 -07003556PVRUSB2 VIDEO4LINUX DRIVER
3557P: Mike Isely
3558M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003559L: pvrusb2@isely.net (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003560L: linux-media@vger.kernel.org
Michael Krufky83202042006-07-03 00:24:18 -07003561W: http://www.isely.net/pvrusb2/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003562T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Michael Krufky83202042006-07-03 00:24:18 -07003563S: Maintained
3564
Eric Miao30ec2612008-06-12 15:21:41 -07003565PXA2xx/PXA3xx SUPPORT
3566P: Eric Miao
3567M: eric.miao@marvell.com
3568P: Russell King
3569M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003570L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003571S: Maintained
3572
Pierre Ossman272f1332007-05-14 21:25:26 +02003573PXA MMCI DRIVER
3574S: Orphan
3575
Robert Jarzmik57f63bc2009-02-11 13:04:19 -08003576PXA RTC DRIVER
3577P: Robert Jarzmik
3578M: robert.jarzmik@free.fr
3579L: rtc-linux@googlegroups.com
3580S: Maintained
3581
Linus Torvalds1da177e2005-04-16 15:20:36 -07003582QLOGIC QLA2XXX FC-SCSI DRIVER
3583P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003584M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003585L: linux-scsi@vger.kernel.org
3586S: Supported
3587
Ron Mercer5a4faa82006-07-25 00:40:21 -07003588QLOGIC QLA3XXX NETWORK DRIVER
3589P: Ron Mercer
3590M: linux-driver@qlogic.com
3591L: netdev@vger.kernel.org
3592S: Supported
3593
Ron Mercerc4e84bd2008-09-18 11:56:28 -04003594QLOGIC QLGE 10Gb ETHERNET DRIVER
3595P: Ron Mercer
3596M: linux-driver@qlogic.com
3597M: ron.mercer@qlogic.com
3598L: netdev@vger.kernel.org
3599S: Supported
3600
Linus Torvalds1da177e2005-04-16 15:20:36 -07003601QNX4 FILESYSTEM
3602P: Anders Larsen
3603M: al@alarsen.net
3604L: linux-kernel@vger.kernel.org
3605W: http://www.alarsen.net/linux/qnx4fs/
3606S: Maintained
3607
3608RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003609P: Benjamin Herrenschmidt
3610M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003611L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003612S: Maintained
3613
3614RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003615P: Paul Mackerras
3616M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003617L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003618S: Maintained
3619
Randy Dunlape7839f22008-10-12 16:11:45 -07003620RALINK RT2X00 WIRELESS LAN DRIVER
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003621P: rt2x00 project
3622L: linux-wireless@vger.kernel.org
Ivo van Doorn6d5eaaf2009-03-17 11:29:19 +01003623L: users@rt2x00.serialmonkey.com
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003624W: http://rt2x00.serialmonkey.com/
3625S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003626T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003627F: drivers/net/wireless/rt2x00/
3628
Nick Piggin9db55792008-02-08 04:19:49 -08003629RAMDISK RAM BLOCK DEVICE DRIVER
3630P: Nick Piggin
3631M: npiggin@suse.de
3632S: Maintained
3633
Matt Mackall9e95ce22005-04-16 15:25:56 -07003634RANDOM NUMBER DRIVER
3635P: Matt Mackall
3636M: mpm@selenic.com
3637S: Maintained
3638
Matt Porter394b7012005-11-07 01:00:15 -08003639RAPIDIO SUBSYSTEM
3640P: Matt Porter
3641M: mporter@kernel.crashing.org
3642L: linux-kernel@vger.kernel.org
3643S: Maintained
3644
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003645RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3646P: Corey Thomas
3647M: coreythomas@charter.net
3648L: linux-wireless@vger.kernel.org
3649S: Maintained
3650
3651RCUTORTURE MODULE
3652P: Josh Triplett
3653M: josh@freedesktop.org
3654L: linux-kernel@vger.kernel.org
3655S: Maintained
3656
Florian Fainellic1f766b2008-02-06 22:39:44 +01003657RDC R-321X SoC
3658P: Florian Fainelli
3659M: florian.fainelli@telecomint.eu
3660L: linux-kernel@vger.kernel.org
3661S: Maintained
3662
Florian Fainellidb17f392007-12-19 11:30:30 +01003663RDC R6040 FAST ETHERNET DRIVER
3664P: Florian Fainelli
3665M: florian.fainelli@telecomint.eu
3666L: netdev@vger.kernel.org
3667S: Maintained
3668
Andy Grovera09ed662009-02-24 15:30:41 +00003669RDS - RELIABLE DATAGRAM SOCKETS
3670P: Andy Grover
3671M: andy.grover@oracle.com
3672L: rds-devel@oss.oracle.com
3673S: Supported
3674
Josh Triplett595182b2006-10-04 02:17:21 -07003675READ-COPY UPDATE (RCU)
3676P: Dipankar Sarma
3677M: dipankar@in.ibm.com
3678W: http://www.rdrop.com/users/paulmck/rclock/
3679L: linux-kernel@vger.kernel.org
3680S: Supported
3681
Linus Torvalds1da177e2005-04-16 15:20:36 -07003682REAL TIME CLOCK DRIVER
3683P: Paul Gortmaker
3684M: p_gortmaker@yahoo.com
3685L: linux-kernel@vger.kernel.org
3686S: Maintained
3687
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003688REAL TIME CLOCK (RTC) SUBSYSTEM
3689P: Alessandro Zummo
3690M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003691L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003692S: Maintained
3693
Linus Torvalds1da177e2005-04-16 15:20:36 -07003694REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003695L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003696S: Supported
3697
Ivo van Doorne08976452008-04-12 19:23:55 +02003698RFKILL
3699P: Ivo van Doorn
3700M: IvDoorn@gmail.com
3701L: netdev@vger.kernel.org
3702S: Maintained
3703F: net/rfkill
3704
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003705RISCOM8 DRIVER
3706S: Orphan
3707
Linus Torvalds1da177e2005-04-16 15:20:36 -07003708ROCKETPORT DRIVER
3709P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003710W: http://www.comtrol.com
3711S: Maintained
3712
3713ROSE NETWORK LAYER
3714P: Ralf Baechle
3715M: ralf@linux-mips.org
3716L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003717W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003718S: Maintained
3719
Larry Finger59840482008-11-12 17:13:09 -06003720RTL8180 WIRELESS DRIVER
John W. Linville96dd6032008-11-12 14:51:56 -05003721P: John W. Linville
3722M: linville@tuxdriver.com
Michael Wu605bebe2007-05-14 01:41:02 -04003723L: linux-wireless@vger.kernel.org
3724W: http://linuxwireless.org/
John W. Linville96dd6032008-11-12 14:51:56 -05003725T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
Michael Wu605bebe2007-05-14 01:41:02 -04003726S: Maintained
3727
Larry Finger59840482008-11-12 17:13:09 -06003728RTL8187 WIRELESS DRIVER
3729P: Herton Ronaldo Krzesinski
3730M: herton@mandriva.com.br
3731P: Hin-Tak Leung
3732M htl10@users.sourceforge.net
3733P: Larry Finger
3734M: Larry.Finger@lwfinger.net
3735L: linux-wireless@vger.kernel.org
3736W: http://linuxwireless.org/
3737T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
3738S: Maintained
3739
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003740S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003741P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003742M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003743L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003744S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003745
Linus Torvalds1da177e2005-04-16 15:20:36 -07003746S390
3747P: Martin Schwidefsky
3748M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003749P: Heiko Carstens
3750M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003751M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003752L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003753W: http://www.ibm.com/developerworks/linux/linux390/
3754S: Supported
3755
3756S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003757P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003758M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003759P: Frank Blaschka
3760M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003761M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003762L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003763W: http://www.ibm.com/developerworks/linux/linux390/
3764S: Supported
3765
Felix Beckfeed9b62009-03-26 15:24:23 +01003766S390 ZCRYPT DRIVER
3767P: Felix Beck
3768M: felix.beck@de.ibm.com
3769P: Ralph Wuerthner
3770M: ralph.wuerthner@de.ibm.com
3771M: linux390@de.ibm.com
3772L: linux-s390@vger.kernel.org
3773S: Supported
3774
Heiko Carstens5238da42006-02-11 17:56:01 -08003775S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003776P: Christof Schmitt
3777M: christof.schmitt@de.ibm.com
3778P: Martin Peschke
3779M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003780M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003781L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003782W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003783S: Supported
3784
Ursula Braundd96df22007-09-19 13:09:02 +02003785S390 IUCV NETWORK LAYER
3786P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003787M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003788M: linux390@de.ibm.com
3789L: linux-s390@vger.kernel.org
3790W: http://www.ibm.com/developerworks/linux/linux390/
3791S: Supported
3792
Ben Dooks4dde7f72008-06-30 22:40:38 +01003793S3C24XX SD/MMC Driver
3794P: Ben Dooks
3795M: ben-linux@fluff.org
3796L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3797L: linux-kernel@vger.kernel.org
3798S: Supported
3799
Linus Torvalds1da177e2005-04-16 15:20:36 -07003800SAA7146 VIDEO4LINUX-2 DRIVER
3801P: Michael Hunold
3802M: michael@mihu.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003803L: linux-media@vger.kernel.org
3804T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805W: http://www.mihu.de/linux/saa7146
3806S: Maintained
3807
Linus Torvalds1da177e2005-04-16 15:20:36 -07003808SC1200 WDT DRIVER
3809P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003810M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003811S: Maintained
3812
3813SCHEDULER
3814P: Ingo Molnar
3815M: mingo@elte.hu
3816P: Robert Love [the preemptible kernel bits]
3817M: rml@tech9.net
3818L: linux-kernel@vger.kernel.org
3819S: Maintained
3820
3821SCSI CDROM DRIVER
3822P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003823M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003824L: linux-scsi@vger.kernel.org
3825W: http://www.kernel.dk
3826S: Maintained
3827
3828SCSI SG DRIVER
3829P: Doug Gilbert
3830M: dgilbert@interlog.com
3831L: linux-scsi@vger.kernel.org
3832W: http://www.torque.net/sg
3833S: Maintained
3834
3835SCSI SUBSYSTEM
3836P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003837M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003838L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003839T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003840T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3841T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003842S: Maintained
3843
3844SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003845P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003846M: Kai.Makisara@kolumbus.fi
3847L: linux-scsi@vger.kernel.org
3848S: Maintained
3849
3850SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003851P: Vlad Yasevich
3852M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003853P: Sridhar Samudrala
3854M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003855L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003856W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003857S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003858
3859SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003860P: Jim Cromie
3861M: jim.cromie@gmail.com
3862S: Odd Fixes
3863
3864SCx200 GPIO DRIVER
3865P: Jim Cromie
3866M: jim.cromie@gmail.com
3867S: Maintained
3868
3869SCx200 HRT CLOCKSOURCE DRIVER
3870P: Jim Cromie
3871M: jim.cromie@gmail.com
3872S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003873
Sascha Sommer6a369132008-07-15 14:21:29 +02003874SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3875P: Sascha Sommer
3876M: saschasommer@freenet.de
3877L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3878S: Maintained
3879
Randy Dunlape7839f22008-10-12 16:11:45 -07003880SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003881P: Pierre Ossman
3882M: drzeus-sdhci@drzeus.cx
3883L: sdhci-devel@list.drzeus.cx
3884S: Maintained
3885
James Morris8711cca2008-12-04 03:19:45 +11003886SECURITY SUBSYSTEM
3887F: security/
3888P: James Morris
3889M: jmorris@namei.org
3890L: linux-kernel@vger.kernel.org
3891L: linux-security-module@vger.kernel.org (suggested Cc:)
3892T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
James Morrisc8334dc2009-01-07 20:06:18 +11003893W: http://security.wiki.kernel.org/
James Morris8711cca2008-12-04 03:19:45 +11003894S: Supported
3895
Linus Torvalds1da177e2005-04-16 15:20:36 -07003896SECURITY CONTACT
3897P: Security Officers
3898M: security@kernel.org
3899S: Supported
3900
3901SELINUX SECURITY MODULE
3902P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003903M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003904P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003905M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003906P: Eric Paris
3907M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003908L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003909L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Stephen Smalleyf0589252008-09-11 09:20:26 -04003910W: http://selinuxproject.org
3911T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003912S: Supported
3913
Jiri Slabycef2cf02007-05-08 00:31:45 -07003914SENSABLE PHANTOM
3915P: Jiri Slaby
3916M: jirislaby@gmail.com
3917S: Maintained
3918
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003919SERIAL ATA (SATA) SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07003920P: Jeff Garzik
3921M: jgarzik@pobox.com
3922L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003923T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003924S: Supported
3925
Sathya Perla6b7c5b92009-03-11 23:32:03 -07003926SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
3927P: Sathya Perla
3928M: sathyap@serverengines.com
3929P: Subbu Seetharaman
3930M: subbus@serverengines.com
3931L: netdev@vger.kernel.org
3932W: http://www.serverengines.com
3933S: Supported
3934
Ben Hutchings8ceee662008-04-27 12:55:59 +01003935SFC NETWORK DRIVER
3936P: Steve Hodgson
3937P: Ben Hutchings
3938P: Robert Stonehouse
3939M: linux-net-drivers@solarflare.com
3940S: Supported
3941
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003942SGI GRU DRIVER
3943P: Jack Steiner
3944M: steiner@sgi.com
3945S: Maintained
3946
3947SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3948P: Pat Gefre
3949M: pfg@sgi.com
3950L: linux-ia64@vger.kernel.org
3951S: Supported
3952
Linus Torvalds1da177e2005-04-16 15:20:36 -07003953SGI VISUAL WORKSTATION 320 AND 540
3954P: Andrey Panin
3955M: pazke@donpac.ru
3956L: linux-visws-devel@lists.sf.net
3957W: http://linux-visws.sf.net
3958S: Maintained for 2.6.
3959
Jack Steiner75312612008-08-15 00:40:42 -07003960SGI XP/XPC/XPNET DRIVER
3961P: Dean Nelson
3962M: dcn@sgi.com
3963S: Maintained
3964
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003965SHARP LH SUPPORT (LH7952X & LH7A40X)
3966P: Marc Singer
3967M: elf@buici.com
3968W: http://projects.buici.com/arm
3969L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3970S: Maintained
3971
3972SHPC HOTPLUG DRIVER
3973P: Kristen Carlson Accardi
3974M: kristen.c.accardi@intel.com
3975L: linux-pci@vger.kernel.org
3976S: Supported
3977
Linus Torvalds1da177e2005-04-16 15:20:36 -07003978SIMTEC EB110ATX (Chalice CATS)
3979P: Ben Dooks
3980P: Vincent Sanders
3981M: support@simtec.co.uk
3982W: http://www.simtec.co.uk/products/EB110ATX/
3983S: Supported
3984
3985SIMTEC EB2410ITX (BAST)
3986P: Ben Dooks
3987P: Vincent Sanders
3988M: support@simtec.co.uk
3989W: http://www.simtec.co.uk/products/EB2410ITX/
3990S: Supported
3991
Francois Romieu92aab3c2005-07-30 13:11:18 +02003992SIS 190 ETHERNET DRIVER
3993P: Francois Romieu
3994M: romieu@fr.zoreil.com
3995L: netdev@vger.kernel.org
3996S: Maintained
3997
Linus Torvalds1da177e2005-04-16 15:20:36 -07003998SIS 900/7016 FAST ETHERNET DRIVER
3999P: Daniele Venzano
4000M: venza@brownhat.org
4001W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07004002L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004003S: Maintained
4004
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004005SIS 96X I2C/SMBUS DRIVER
4006P: Mark M. Hoffman
4007M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01004008L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004009S: Maintained
4010
Linus Torvalds1da177e2005-04-16 15:20:36 -07004011SIS FRAMEBUFFER DRIVER
4012P: Thomas Winischhofer
4013M: thomas@winischhofer.net
4014W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004015S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004016
4017SIS USB2VGA DRIVER
4018P: Thomas Winischhofer
4019M: thomas@winischhofer.net
4020W: http://www.winischhofer.at/linuxsisusbvga.shtml
4021S: Maintained
4022
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004023SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
4024P: Stephen Hemminger
4025M: shemminger@linux-foundation.org
4026L: netdev@vger.kernel.org
4027S: Maintained
4028
Christoph Lameter415ad262007-07-26 10:40:56 -07004029SLAB ALLOCATOR
4030P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07004031M: cl@linux-foundation.org
Christoph Lameter415ad262007-07-26 10:40:56 -07004032P: Pekka Enberg
4033M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02004034P: Matt Mackall
4035M: mpm@selenic.com
Christoph Lameter415ad262007-07-26 10:40:56 -07004036L: linux-mm@kvack.org
4037S: Maintained
4038
Linus Torvalds1da177e2005-04-16 15:20:36 -07004039SMC91x ETHERNET DRIVER
4040P: Nicolas Pitre
4041M: nico@cam.org
4042S: Maintained
4043
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004044SMSC47B397 HARDWARE MONITOR DRIVER
4045P: Mark M. Hoffman
4046M: mhoffman@lightlink.com
4047L: lm-sensors@lm-sensors.org
4048S: Maintained
4049
Steve Glendinningfd9abb32008-11-05 00:35:37 +00004050SMSC911x ETHERNET DRIVER
4051P: Steve Glendinning
4052M: steve.glendinning@smsc.com
4053L: netdev@vger.kernel.org
4054S: Supported
4055
Steve Glendinning2cb37722008-12-11 20:54:30 -08004056SMSC9420 PCI ETHERNET DRIVER
4057P: Steve Glendinning
4058M: steve.glendinning@smsc.com
4059L: netdev@vger.kernel.org
4060S: Supported
4061
Ben Nizetteb54f2862008-03-13 22:27:30 +11004062SMX UIO Interface
4063P: Ben Nizette
4064M: bn@niasdigital.com
4065S: Maintained
4066
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004067SN-IA64 (Itanium) SUB-PLATFORM
4068P: Jes Sorensen
4069M: jes@sgi.com
4070L: linux-altix@sgi.com
4071L: linux-ia64@vger.kernel.org
4072W: http://www.sgi.com/altix
4073S: Maintained
4074
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03004075SOC-CAMERA V4L2 SUBSYSTEM
Jean Delvare795fb7e2008-09-20 12:33:08 +02004076P: Guennadi Liakhovetski
4077M: g.liakhovetski@gmx.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004078L: linux-media@vger.kernel.org
4079T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02004080S: Maintained
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03004081
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004082SOEKRIS NET48XX LED SUPPORT
4083P: Chris Boot
4084M: bootc@bootc.net
4085S: Maintained
4086
Linus Torvalds1da177e2005-04-16 15:20:36 -07004087SOFTWARE RAID (Multiple Disks) SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07004088P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08004089M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004090L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08004091S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004092
Linus Torvalds1da177e2005-04-16 15:20:36 -07004093SONIC NETWORK DRIVER
4094P: Thomas Bogendoerfer
4095M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07004096L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004097S: Maintained
4098
Michael Buesch61e115a2007-09-18 15:12:50 -04004099SONICS SILICON BACKPLANE DRIVER (SSB)
4100P: Michael Buesch
4101M: mb@bu3sch.de
4102L: netdev@vger.kernel.org
4103S: Maintained
4104
Linus Torvalds1da177e2005-04-16 15:20:36 -07004105SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01004106P: Mattia Dongili
4107M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01004108L: linux-acpi@vger.kernel.org
4109W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07004110S: Maintained
4111
Alex Dubovbaf85322008-02-09 10:20:54 -08004112SONY MEMORYSTICK CARD SUPPORT
4113P: Alex Dubov
4114M: oakad@yahoo.com
4115L: linux-kernel@vger.kernel.org
4116W: http://tifmxx.berlios.de/
4117S: Maintained
4118
Linus Torvalds1da177e2005-04-16 15:20:36 -07004119SOUND
4120P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02004121M: perex@perex.cz
Takashi Iwai281712f2008-08-19 13:10:04 +02004122P: Takashi Iwai
4123M: tiwai@suse.de
Takashi Iwai82622042007-04-16 12:32:52 +02004124L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004125S: Maintained
4126
Mark Brownbd903bd2008-11-19 19:16:05 +00004127SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004128P: Liam Girdwood
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004129M: lrg@slimlogic.co.uk
Mark Brown2cad0ad2008-01-10 14:33:07 +01004130P: Mark Brown
4131M: broonie@opensource.wolfsonmicro.com
4132T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02004133L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004134W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004135S: Supported
4136
Sam Ravnborg473321f2009-01-04 15:47:49 -08004137SPARC + UltraSPARC (sparc/sparc64)
4138P: David S. Miller
4139M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004140L: sparclinux@vger.kernel.org
Sam Ravnborg473321f2009-01-04 15:47:49 -08004141T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4142T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004143S: Maintained
4144
4145SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4146P: Roger Wolff
4147M: R.E.Wolff@BitWizard.nl
4148L: linux-kernel@vger.kernel.org ?
4149S: Supported
4150
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004151SPI SUBSYSTEM
4152P: David Brownell
4153M: dbrownell@users.sourceforge.net
4154L: spi-devel-general@lists.sourceforge.net
4155S: Maintained
4156
Jim Lewis2752e402006-09-29 02:01:19 -07004157SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01004158P: Ishizaki Kou
4159M: kou.ishizaki@toshiba.co.jp
4160P: Jens Osterkamp
4161M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07004162L: netdev@vger.kernel.org
4163S: Supported
4164
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004165SPU FILE SYSTEM
4166P: Jeremy Kerr
4167M: jk@ozlabs.org
4168L: linuxppc-dev@ozlabs.org
4169L: cbe-oss-dev@ozlabs.org
4170W: http://www.ibm.com/developerworks/power/cell/
4171S: Supported
4172
Phillip Lougherfc555842009-01-05 08:46:29 +00004173SQUASHFS FILE SYSTEM
4174P: Phillip Lougher
4175M: phillip@lougher.demon.co.uk
4176L: squashfs-devel@lists.sourceforge.net (subscribers-only)
4177W: http://squashfs.org.uk
4178S: Maintained
4179
Linus Torvalds1da177e2005-04-16 15:20:36 -07004180SRM (Alpha) environment access
4181P: Jan-Benedict Glaw
4182M: jbglaw@lug-owl.de
4183L: linux-kernel@vger.kernel.org
4184S: Maintained
4185
Linus Torvalds26e9a392008-10-17 09:50:12 -07004186STABLE BRANCH
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004187P: Greg Kroah-Hartman
4188M: greg@kroah.com
4189P: Chris Wright
4190M: chrisw@sous-sol.org
4191L: stable@kernel.org
4192S: Maintained
4193
Linus Torvalds26e9a392008-10-17 09:50:12 -07004194STAGING SUBSYSTEM
4195P: Greg Kroah-Hartman
4196M: gregkh@suse.de
4197L: linux-kernel@vger.kernel.org
4198T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4199S: Maintained
4200
Linus Torvalds1da177e2005-04-16 15:20:36 -07004201STARFIRE/DURALAN NETWORK DRIVER
4202P: Ion Badulescu
4203M: ionut@cs.columbia.edu
4204S: Maintained
4205
4206STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4207W: http://mosquitonet.Stanford.EDU/strip.html
Jean Delvarebaaea1d2008-09-20 12:34:33 +02004208S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07004209
4210STRADIS MPEG-2 DECODER DRIVER
4211P: Nathan Laredo
4212M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004213W: http://www.stradis.com/
4214S: Maintained
4215
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004216SUN3/3X
4217P: Sam Creasey
4218M: sammy@sammy.net
4219W: http://sammy.net/sun3/
4220S: Maintained
4221
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004222SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07004223P: Paul Mundt
4224M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004225L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004226W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004227T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09004228S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004229
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004230SUSPEND TO RAM
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004231P: Len Brown
4232M: len.brown@intel.com
4233P: Pavel Machek
Pavel Machekef35ce22009-02-18 14:48:16 -08004234M: pavel@ucw.cz
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004235P: Rafael J. Wysocki
4236M: rjw@sisk.pl
4237L: linux-pm@lists.linux-foundation.org
4238S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004239
4240SVGA HANDLING
4241P: Martin Mares
4242M: mj@ucw.cz
4243L: linux-video@atrey.karlin.mff.cuni.cz
4244S: Maintained
4245
4246SYSV FILESYSTEM
4247P: Christoph Hellwig
4248M: hch@infradead.org
4249S: Maintained
4250
Alan Cox4e688522008-04-30 00:52:11 -07004251TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07004252P: Balbir Singh
4253M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004254L: linux-kernel@vger.kernel.org
4255S: Maintained
4256
Stephen Hemminger781b4562006-07-10 20:25:29 -07004257TC CLASSIFIER
4258P: Jamal Hadi Salim
4259M: hadi@cyberus.ca
4260L: netdev@vger.kernel.org
4261S: Maintained
4262
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004263TCP LOW PRIORITY MODULE
4264P: Wong Hoi Sing, Edison
4265M: hswong3i@gmail.com
4266P: Hung Hing Lun, Mike
4267M: hlhung3i@gmail.com
4268W: http://tcp-lp-mod.sourceforge.net/
4269S: Maintained
4270
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004271TEHUTI ETHERNET DRIVER
4272P: Alexander Indenbaum
4273M: baum@tehutinetworks.net
4274P: Andy Gospodarek
4275M: andy@greyhouse.net
4276L: netdev@vger.kernel.org
4277S: Supported
4278
Alan Cox4e688522008-04-30 00:52:11 -07004279Telecom Clock Driver for MCPL0010
4280P: Mark Gross
4281M: mark.gross@intel.com
4282S: Supported
4283
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004284TENSILICA XTENSA PORT (xtensa)
Alan Cox4e688522008-04-30 00:52:11 -07004285P: Chris Zankel
4286M: chris@zankel.net
4287S: Maintained
4288
4289THINKPAD ACPI EXTRAS DRIVER
4290P: Henrique de Moraes Holschuh
4291M: ibm-acpi@hmh.eng.br
4292L: ibm-acpi-devel@lists.sourceforge.net
4293W: http://ibm-acpi.sourceforge.net
4294W: http://thinkwiki.org/wiki/Ibm-acpi
4295T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4296S: Maintained
4297
Alex Dubov4020f2d2006-10-04 02:15:37 -07004298TI FLASH MEDIA INTERFACE DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02004299P: Alex Dubov
4300M: oakad@yahoo.com
4301S: Maintained
Alex Dubov4020f2d2006-10-04 02:15:37 -07004302
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004303TI OMAP MMC INTERFACE DRIVER
4304P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004305M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004306W: http://linux.omap.com
4307W: http://www.muru.com/linux/omap/
4308S: Maintained
4309
Michael Buesch844dd052006-06-26 00:24:59 -07004310TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4311P: Deepak Saxena
4312M: dsaxena@plexity.net
4313S: Maintained
4314
Per Lidene86eaa32006-01-12 16:45:18 +01004315TIPC NETWORK LAYER
4316P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004317M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004318P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004319M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004320P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004321M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004322L: tipc-discussion@lists.sourceforge.net
4323W: http://tipc.sourceforge.net/
4324W: http://tipc.cslab.ericsson.net/
4325T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4326S: Maintained
4327
Linus Torvalds1da177e2005-04-16 15:20:36 -07004328TLAN NETWORK DRIVER
4329P: Samuel Chessman
4330M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004331L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004332W: http://sourceforge.net/projects/tlan/
4333S: Maintained
4334
Kentaro Takedad74db3b2009-02-05 17:18:18 +09004335TOMOYO SECURITY MODULE
4336P: Kentaro Takeda
4337M: takedakn@nttdata.co.jp
4338P: Tetsuo Handa
4339M: penguin-kernel@I-love.SAKURA.ne.jp
4340L: linux-kernel@vger.kernel.org (kernel issues)
4341L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
4342L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
4343L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
4344W: http://tomoyo.sourceforge.jp/
4345T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
4346S: Maintained
4347
Linus Torvalds1da177e2005-04-16 15:20:36 -07004348TOSHIBA ACPI EXTRAS DRIVER
4349P: John Belmonte
4350M: toshiba_acpi@memebeam.org
4351W: http://memebeam.org/toys/ToshibaAcpiDriver
4352S: Maintained
4353
4354TOSHIBA SMM DRIVER
4355P: Jonathan Buzzard
4356M: jonathan@buzzard.org.uk
4357L: tlinux-users@tce.toshiba-dme.co.jp
4358W: http://www.buzzard.org.uk/toshiba/
4359S: Maintained
4360
Alan Cox4e688522008-04-30 00:52:11 -07004361TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004362P: Debora Velarde
4363M: debora@linux.vnet.ibm.com
4364P: Rajiv Andrade
4365M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004366W: http://tpmdd.sourceforge.net
4367P: Marcel Selhorst
Marcel Selhorst7dcce132009-02-11 13:04:27 -08004368M: m.selhorst@sirrix.com
4369W: http://www.sirrix.com
Rajiv Andrade63a10df2008-10-15 22:04:36 -07004370L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
Alan Cox4e688522008-04-30 00:52:11 -07004371S: Maintained
4372
Linus Torvalds1da177e2005-04-16 15:20:36 -07004373TRIVIAL PATCHES
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004374P: Jiri Kosina
Jim Cromiece00f852006-11-30 04:49:44 +01004375M: trivial@kernel.org
4376L: linux-kernel@vger.kernel.org
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004377T: git kernel.org:/pub/scm/linux/kernel/git/jikos/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004378S: Maintained
4379
Alan Cox4e688522008-04-30 00:52:11 -07004380TTY LAYER
4381P: Alan Cox
4382M: alan@lxorguk.ukuu.org.uk
4383L: linux-kernel@vger.kernel.org
4384S: Maintained
4385
Grant Grundler740db6d2008-02-17 11:53:49 -07004386TULIP NETWORK DRIVERS
4387P: Grant Grundler
4388M: grundler@parisc-linux.org
4389P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004390M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004391L: netdev@vger.kernel.org
4392S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004393
4394TUN/TAP driver
4395P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004396M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004397L: vtun@office.satix.net
4398W: http://vtun.sourceforge.net/tun
4399S: Maintained
4400
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004401TURBOCHANNEL SUBSYSTEM
4402P: Maciej W. Rozycki
4403M: macro@linux-mips.org
4404S: Maintained
4405
Linus Torvalds1da177e2005-04-16 15:20:36 -07004406U14-34F SCSI DRIVER
4407P: Dario Ballabio
4408M: ballabio_dario@emc.com
4409L: linux-scsi@vger.kernel.org
4410S: Maintained
4411
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004412UBI FILE SYSTEM (UBIFS)
4413P: Artem Bityutskiy
4414M: dedekind@infradead.org
4415P: Adrian Hunter
4416M: ext-adrian.hunter@nokia.com
4417L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004418T: git git://git.infradead.org/ubifs-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004419W: http://www.linux-mtd.infradead.org/doc/ubifs.html
4420S: Maintained
4421
Alan Coxcc2020e2008-05-19 14:21:51 +01004422UCLINUX (AND M68KNOMMU)
4423P: Greg Ungerer
4424M: gerg@uclinux.org
4425W: http://www.uclinux.org/
4426L: uclinux-dev@uclinux.org (subscribers-only)
4427S: Maintained
4428
Alan Coxcc2020e2008-05-19 14:21:51 +01004429UCLINUX FOR RENESAS H8/300
4430P: Yoshinori Sato
4431M: ysato@users.sourceforge.jp
4432W: http://uclinux-h8.sourceforge.jp/
4433S: Supported
4434
Linus Torvalds1da177e2005-04-16 15:20:36 -07004435UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004436P: Jan Kara
4437M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004438W: http://linux-udf.sourceforge.net
4439S: Maintained
4440
Alan Coxcc2020e2008-05-19 14:21:51 +01004441UFS FILESYSTEM
4442P: Evgeniy Dushistov
4443M: dushistov@mail.ru
4444L: linux-kernel@vger.kernel.org
4445S: Maintained
4446
David Vrabel18332a82008-09-17 16:34:44 +01004447ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4448P: David Vrabel
4449M: david.vrabel@csr.com
4450L: linux-usb@vger.kernel.org
4451S: Supported
4452
Linus Torvalds1da177e2005-04-16 15:20:36 -07004453UNIFORM CDROM DRIVER
4454P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004455M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004456L: linux-kernel@vger.kernel.org
4457W: http://www.kernel.dk
4458S: Maintained
4459
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004460UNSORTED BLOCK IMAGES (UBI)
4461P: Artem Bityutskiy
4462M: dedekind@infradead.org
4463W: http://www.linux-mtd.infradead.org/
4464L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004465T: git git://git.infradead.org/ubi-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004466S: Maintained
4467
Linus Torvalds1da177e2005-04-16 15:20:36 -07004468USB ACM DRIVER
4469P: Oliver Neukum
4470M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004471L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004472S: Maintained
4473
4474USB BLOCK DRIVER (UB ub)
4475P: Pete Zaitcev
4476M: zaitcev@redhat.com
4477L: linux-kernel@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004478L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004479S: Supported
4480
Linus Torvalds1da177e2005-04-16 15:20:36 -07004481USB CDC ETHERNET DRIVER
4482P: Greg Kroah-Hartman
4483M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004484L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004485S: Maintained
4486W: http://www.kroah.com/linux-usb/
4487
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004488USB CYPRESS C67X00 DRIVER
4489P: Peter Korsgaard
4490M: jacmet@sunsite.dk
4491L: linux-usb@vger.kernel.org
4492S: Maintained
4493
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004494USB DAVICOM DM9601 DRIVER
4495P: Peter Korsgaard
4496M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004497L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004498W: http://www.linux-usb.org/usbnet
4499S: Maintained
4500
Alan Coxcc2020e2008-05-19 14:21:51 +01004501USB DIAMOND RIO500 DRIVER
4502P: Cesar Miquel
4503M: miquel@df.uba.ar
4504L: rio500-users@lists.sourceforge.net
4505W: http://rio500.sourceforge.net
4506S: Maintained
4507
Linus Torvalds1da177e2005-04-16 15:20:36 -07004508USB EHCI DRIVER
4509P: David Brownell
4510M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004511L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004512S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004513
Luca Risolia7ce08c92006-01-11 02:06:59 +00004514USB ET61X[12]51 DRIVER
4515P: Luca Risolia
4516M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004517L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004518L: linux-media@vger.kernel.org
4519T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia7ce08c92006-01-11 02:06:59 +00004520W: http://www.linux-projects.org
4521S: Maintained
4522
David Brownell69ae9e32006-11-14 02:03:31 -08004523USB GADGET/PERIPHERAL SUBSYSTEM
4524P: David Brownell
4525M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004526L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004527W: http://www.linux-usb.org/gadget
4528S: Maintained
4529
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004530USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01004531P: Jiri Kosina
4532M: jkosina@suse.cz
Jean Delvare795fb7e2008-09-20 12:33:08 +02004533L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004534T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004535S: Maintained
4536
Olav Kongas959eea22005-11-03 17:38:14 +02004537USB ISP116X DRIVER
4538P: Olav Kongas
4539M: ok@artecdesign.ee
Jean Delvare795fb7e2008-09-20 12:33:08 +02004540L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004541S: Maintained
4542
Linus Torvalds1da177e2005-04-16 15:20:36 -07004543USB KAWASAKI LSI DRIVER
4544P: Oliver Neukum
4545M: oliver@neukum.name
Jean Delvare795fb7e2008-09-20 12:33:08 +02004546L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004547S: Maintained
4548
4549USB MASS STORAGE DRIVER
4550P: Matthew Dharm
4551M: mdharm-usb@one-eyed-alien.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004552L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004553L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004554S: Maintained
4555W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4556
4557USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004558P: David Brownell
4559M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004560L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004561S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004562
Matthias Urlichsba460e42005-07-14 00:33:47 -07004563USB OPTION-CARD DRIVER
4564P: Matthias Urlichs
4565M: smurf@smurf.noris.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004566L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004567S: Maintained
4568
Linus Torvalds1da177e2005-04-16 15:20:36 -07004569USB OV511 DRIVER
4570P: Mark McClelland
4571M: mmcclell@bigfoot.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004572L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004573W: http://alpha.dyndns.org/ov511/
4574S: Maintained
4575
4576USB PEGASUS DRIVER
4577P: Petko Manolov
4578M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004579L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004580L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004581W: http://pegasus2.sourceforge.net/
4582S: Maintained
4583
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004584USB PRINTER DRIVER (usblp)
4585P: Pete Zaitcev
4586M: zaitcev@redhat.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004587L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004588S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004589
4590USB RTL8150 DRIVER
4591P: Petko Manolov
4592M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004593L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004594L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004595W: http://pegasus2.sourceforge.net/
4596S: Maintained
4597
4598USB SE401 DRIVER
4599P: Jeroen Vreeken
4600M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004601L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004602W: http://www.chello.nl/~j.vreeken/se401/
4603S: Maintained
4604
Alan Cox4e688522008-04-30 00:52:11 -07004605USB SERIAL BELKIN F5U103 DRIVER
4606P: William Greathouse
4607M: wgreathouse@smva.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004608L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004609S: Maintained
4610
4611USB SERIAL CYPRESS M8 DRIVER
4612P: Lonnie Mendez
4613M: dignome@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004614L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004615S: Maintained
4616W: http://geocities.com/i0xox0i
4617W: http://firstlight.net/cvs
4618
Linus Torvalds1da177e2005-04-16 15:20:36 -07004619USB SERIAL CYBERJACK DRIVER
4620P: Matthias Bruestle and Harald Welte
4621M: support@reiner-sct.com
4622W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4623S: Maintained
4624
4625USB SERIAL DIGI ACCELEPORT DRIVER
4626P: Peter Berger and Al Borchers
4627M: pberger@brimson.com
4628M: alborchers@steinerpoint.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004629L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004630S: Maintained
4631
4632USB SERIAL DRIVER
4633P: Greg Kroah-Hartman
4634M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004635L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004636S: Supported
4637
Linus Torvalds1da177e2005-04-16 15:20:36 -07004638USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4639P: Gary Brubaker
4640M: xavyer@ix.netcom.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004641L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004642S: Maintained
4643
4644USB SERIAL KEYSPAN DRIVER
4645P: Greg Kroah-Hartman
4646M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004647L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004648W: http://www.kroah.com/linux/
4649S: Maintained
4650
4651USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004652P: Support Department
4653M: support@connecttech.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004654L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004655W: http://www.connecttech.com
4656S: Supported
4657
Steve Glendinning2f7ca802008-10-02 05:27:57 +00004658USB SMSC95XX ETHERNET DRIVER
4659P: Steve Glendinning
4660M: steve.glendinning@smsc.com
4661L: netdev@vger.kernel.org
4662S: Supported
4663
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004664USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004665P: Luca Risolia
4666M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004667L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004668L: linux-media@vger.kernel.org
4669T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004670W: http://www.linux-projects.org
4671S: Maintained
4672
4673USB SUBSYSTEM
4674P: Greg Kroah-Hartman
4675M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004676L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004677W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004678T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004679S: Supported
4680
4681USB UHCI DRIVER
4682P: Alan Stern
4683M: stern@rowland.harvard.edu
Jean Delvare795fb7e2008-09-20 12:33:08 +02004684L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004685S: Maintained
4686
David Brownell69ae9e32006-11-14 02:03:31 -08004687USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004688P: David Brownell
4689M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004690L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004691W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004692S: Maintained
4693
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004694USB VIDEO CLASS
4695P: Laurent Pinchart
4696M: laurent.pinchart@skynet.be
Jiri Slabya67534a2008-12-10 09:09:27 -03004697L: linux-uvc-devel@lists.berlios.de (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004698L: linux-media@vger.kernel.org
4699T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004700W: http://linux-uvc.berlios.de
4701S: Maintained
4702
Linus Torvalds1da177e2005-04-16 15:20:36 -07004703USB W996[87]CF DRIVER
4704P: Luca Risolia
4705M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004706L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004707L: linux-media@vger.kernel.org
4708T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004709W: http://www.linux-projects.org
4710S: Maintained
4711
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004712USB WIRELESS RNDIS DRIVER (rndis_wlan)
4713P: Jussi Kivilinna
4714M: jussi.kivilinna@mbnet.fi
4715L: linux-wireless@vger.kernel.org
4716S: Maintained
4717
Luca Risolia60f78052006-02-06 16:29:35 +00004718USB ZC0301 DRIVER
4719P: Luca Risolia
4720M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004721L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004722L: linux-media@vger.kernel.org
4723T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia60f78052006-02-06 16:29:35 +00004724W: http://www.linux-projects.org
4725S: Maintained
4726
Linus Torvalds1da177e2005-04-16 15:20:36 -07004727USB ZD1201 DRIVER
4728P: Jeroen Vreeken
4729M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004730L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004731W: http://linux-lc100020.sourceforge.net
4732S: Maintained
4733
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004734USB ZR364XX DRIVER
4735P: Antoine Jacquet
4736M: royale@zerezo.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004737L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004738L: linux-media@vger.kernel.org
4739T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004740W: http://royale.zerezo.com/zr364xx/
4741S: Maintained
4742
Randy Dunlape7839f22008-10-12 16:11:45 -07004743USER-MODE LINUX (UML)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004744P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004745M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004746L: user-mode-linux-devel@lists.sourceforge.net
4747L: user-mode-linux-user@lists.sourceforge.net
4748W: http://user-mode-linux.sourceforge.net
4749S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004750
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004751USERSPACE I/O (UIO)
4752P: Hans J. Koch
4753M: hjk@linutronix.de
4754P: Greg Kroah-Hartman
4755M: gregkh@suse.de
4756L: linux-kernel@vger.kernel.org
4757S: Maintained
4758
Karel Zakf899b0a2008-05-23 13:04:21 -07004759UTIL-LINUX-NG PACKAGE
4760P: Karel Zak
4761M: kzak@redhat.com
4762L: util-linux-ng@vger.kernel.org
4763W: http://kernel.org/~kzak/util-linux-ng/
4764T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4765S: Maintained
4766
Michal Januszewskic1fd1c02008-10-15 22:03:48 -07004767UVESAFB DRIVER
4768P: Michal Januszewski
4769M: spock@gentoo.org
4770L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4771W: http://dev.gentoo.org/~spock/projects/uvesafb/
4772S: Maintained
4773
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004774VFAT/FAT/MSDOS FILESYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07004775P: OGAWA Hirofumi
4776M: hirofumi@mail.parknet.co.jp
4777L: linux-kernel@vger.kernel.org
4778S: Maintained
4779
Linus Torvalds1da177e2005-04-16 15:20:36 -07004780VIA RHINE NETWORK DRIVER
4781P: Roger Luethi
4782M: rl@hellgate.ch
4783S: Maintained
4784
Jean Delvare32c0a522005-09-22 21:47:58 +02004785VIAPRO SMBUS DRIVER
4786P: Jean Delvare
4787M: khali@linux-fr.org
Jean Delvare846557d2008-10-30 15:55:47 +01004788L: linux-i2c@vger.kernel.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004789S: Maintained
4790
Joseph Chan69e4a7c2008-10-15 22:03:31 -07004791VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4792P: Joseph Chan
4793M: JosephChan@via.com.tw
4794P: Scott Fang
4795M: ScottFang@viatech.com.cn
4796L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4797S: Maintained
4798
Francois Romieu01f20732007-01-26 00:57:17 -08004799VIA VELOCITY NETWORK DRIVER
4800P: Francois Romieu
4801M: romieu@fr.zoreil.com
4802L: netdev@vger.kernel.org
4803S: Maintained
4804
Randy Dunlape7839f22008-10-12 16:11:45 -07004805VIDEO FOR LINUX (V4L)
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004806P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004807M: mchehab@infradead.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004808L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004809L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004810W: http://linuxtv.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004811T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004812S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004813
Patrick McHardybe7f8272007-10-23 20:26:36 -07004814VLAN (802.1Q)
4815P: Patrick McHardy
4816M: kaber@trash.net
4817L: netdev@vger.kernel.org
4818S: Maintained
4819
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004820VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4821P: Liam Girdwood
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004822M: lrg@slimlogic.co.uk
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004823P: Mark Brown
4824M: broonie@opensource.wolfsonmicro.com
4825W: http://opensource.wolfsonmicro.com/node/15
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004826W: http://www.slimlogic.co.uk/?page_id=5
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004827T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4828S: Supported
4829
Juerg Haefligerab413192006-09-24 20:54:04 +02004830VT1211 HARDWARE MONITOR DRIVER
4831P: Juerg Haefliger
4832M: juergh@gmail.com
4833L: lm-sensors@lm-sensors.org
4834S: Maintained
4835
Roger Lucas1de9e372005-11-26 20:20:05 +01004836VT8231 HARDWARE MONITOR DRIVER
4837P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004838M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004839L: lm-sensors@lm-sensors.org
4840S: Maintained
4841
Linus Torvalds1da177e2005-04-16 15:20:36 -07004842W1 DALLAS'S 1-WIRE BUS
4843P: Evgeniy Polyakov
4844M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004845S: Maintained
4846
Charles Spirakis13927072006-07-05 18:05:15 +02004847W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004848P: Marc Hulsman
4849M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004850L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004851S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004852
Rudolf Marek61db0112006-12-12 18:18:30 +01004853W83793 HARDWARE MONITORING DRIVER
4854P: Rudolf Marek
4855M: r.marek@assembler.cz
4856L: lm-sensors@lm-sensors.org
4857S: Maintained
4858
Linus Torvalds1da177e2005-04-16 15:20:36 -07004859W83L51xD SD/MMC CARD INTERFACE DRIVER
4860P: Pierre Ossman
4861M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004862L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004863S: Maintained
4864
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004865WATCHDOG DEVICE DRIVERS
4866P: Wim Van Sebroeck
4867M: wim@iguana.be
4868T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4869S: Maintained
4870
Linus Torvalds1da177e2005-04-16 15:20:36 -07004871WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4872P: Jean Tourrilhes
4873M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004874L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004875W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4876S: Maintained
4877
4878WD7000 SCSI DRIVER
4879P: Miroslav Zagorac
4880M: zaga@fly.cc.fer.hr
4881L: linux-scsi@vger.kernel.org
4882S: Maintained
4883
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08004884WIMAX STACK
4885P: Inaky Perez-Gonzalez
4886M: inaky.perez-gonzalez@intel.com
4887M: linux-wimax@intel.com
4888L: wimax@linuxwimax.org
4889S: Supported
4890W: http://linuxwimax.org
4891
David Vrabel18332a82008-09-17 16:34:44 +01004892WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4893P: David Vrabel
4894M: david.vrabel@csr.com
4895S: Maintained
4896
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004897WISTRON LAPTOP BUTTON DRIVER
4898P: Miloslav Trmac
4899M: mitr@volny.cz
4900S: Maintained
4901
Linus Torvalds1da177e2005-04-16 15:20:36 -07004902WL3501 WIRELESS PCMCIA CARD DRIVER
4903P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004904M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004905L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004906W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004907S: Maintained
4908
Mark Brownfebf1df2008-04-02 00:51:09 -04004909WM97XX TOUCHSCREEN DRIVERS
4910P: Mark Brown
4911M: broonie@opensource.wolfsonmicro.com
4912P: Liam Girdwood
Liam Girdwoodb8d055a2008-10-13 23:00:15 -04004913M: lrg@slimlogic.co.uk
Mark Brownfebf1df2008-04-02 00:51:09 -04004914L: linux-input@vger.kernel.org
4915T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4916W: http://opensource.wolfsonmicro.com/node/7
4917S: Supported
4918
Linus Torvalds1da177e2005-04-16 15:20:36 -07004919X.25 NETWORK LAYER
4920P: Henner Eisen
4921M: eis@baty.hanse.de
4922L: linux-x25@vger.kernel.org
4923S: Maintained
4924
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004925X86 ARCHITECTURE (32-BIT AND 64-BIT)
4926P: Thomas Gleixner
4927M: tglx@linutronix.de
4928P: Ingo Molnar
4929M: mingo@redhat.com
4930P: H. Peter Anvin
4931M: hpa@zytor.com
H. Peter Anvinbcde5632009-02-02 21:42:40 -08004932M: x86@kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004933L: linux-kernel@vger.kernel.org
4934T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4935S: Maintained
4936
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004937XEN HYPERVISOR INTERFACE
4938P: Jeremy Fitzhardinge
4939M: jeremy@xensource.com
4940P: Chris Wright
4941M: chrisw@sous-sol.org
4942L: virtualization@lists.osdl.org
4943L: xen-devel@lists.xensource.com
4944S: Supported
4945
Linus Torvalds1da177e2005-04-16 15:20:36 -07004946XFS FILESYSTEM
4947P: Silicon Graphics Inc
Lachlan McIlroy0335cb72008-12-31 12:10:12 +11004948P: Bill O'Donnell
Linus Torvalds1da177e2005-04-16 15:20:36 -07004949M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004950L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004951W: http://oss.sgi.com/projects/xfs
Lachlan McIlroy0335cb72008-12-31 12:10:12 +11004952T: git://oss.sgi.com/xfs/xfs.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004953S: Supported
4954
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004955XILINX SYSTEMACE DRIVER
4956P: Grant Likely
4957M: grant.likely@secretlab.ca
4958W: http://www.secretlab.ca/
4959L: linux-kernel@vger.kernel.org
4960S: Maintained
4961
Peter Korsgaard238b8722006-12-06 20:35:17 -08004962XILINX UARTLITE SERIAL DRIVER
4963P: Peter Korsgaard
4964M: jacmet@sunsite.dk
4965L: linux-serial@vger.kernel.org
4966S: Maintained
4967
Linus Torvalds1da177e2005-04-16 15:20:36 -07004968YAM DRIVER FOR AX.25
4969P: Jean-Paul Roubelat
4970M: jpr@f6fbb.org
4971L: linux-hams@vger.kernel.org
4972S: Maintained
4973
Henkaf64a5e2005-10-12 15:02:56 +02004974YEALINK PHONE DRIVER
4975P: Henk Vergonet
4976M: Henk.Vergonet@gmail.com
4977L: usbb2k-api-dev@nongnu.org
4978S: Maintained
4979
Linus Torvalds1da177e2005-04-16 15:20:36 -07004980Z8530 DRIVER FOR AX.25
4981P: Joerg Reuter
4982M: jreuter@yaina.de
4983W: http://yaina.de/jreuter/
4984W: http://www.qsl.net/dl1bke/
4985L: linux-hams@vger.kernel.org
4986S: Maintained
4987
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004988ZD1211RW WIRELESS DRIVER
4989P: Daniel Drake
4990M: dsd@gentoo.org
4991P: Ulrich Kunitz
4992M: kune@deine-taler.de
4993W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004994L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004995L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4996S: Maintained
4997
Linus Torvalds1da177e2005-04-16 15:20:36 -07004998ZR36067 VIDEO FOR LINUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004999L: mjpeg-users@lists.sourceforge.net
Trent Piephof63145e2009-01-24 20:52:41 -03005000L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07005001W: http://mjpeg.sourceforge.net/driver-zoran/
Trent Piephof63145e2009-01-24 20:52:41 -03005002T: Mercurial http://linuxtv.org/hg/v4l-dvb
5003S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07005004
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07005005ZS DECSTATION Z85C30 SERIAL DRIVER
5006P: Maciej W. Rozycki
5007M: macro@linux-mips.org
5008S: Maintained
5009
Linus Torvalds1da177e2005-04-16 15:20:36 -07005010THE REST
5011P: Linus Torvalds
5012S: Buried alive in reporters