blob: 8ee281518c772ae1fec4ff27ad97f29f4b2e4dbd [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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700695ARPD SUPPORT
696P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700697L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700698S: Maintained
699
700ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500701P: Corentin Chary
702M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700703P: Karol Kozimor
704M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700705L: acpi4asus-user@lists.sourceforge.net
706W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500707W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700708S: Maintained
709
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400710ASUS ASB100 HARDWARE MONITOR DRIVER
711P: Mark M. Hoffman
712M: mhoffman@lightlink.com
713L: lm-sensors@lm-sensors.org
714S: Maintained
715
Corentin Chary85091b72007-01-26 14:04:30 +0100716ASUS LAPTOP EXTRAS DRIVER
717P: Corentin Chary
718M: corentincj@iksaif.net
719L: acpi4asus-user@lists.sourceforge.net
720W: http://sourceforge.net/projects/acpi4asus
721W: http://xf.iksaif.net/acpi4asus
722S: Maintained
723
Andrew Morton953a6472008-11-06 12:53:28 -0800724ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
Dan Williamsb3e5f262007-08-07 10:26:35 -0700725P: Dan Williams
726M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100727P: Maciej Sosnowski
728M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700729L: linux-kernel@vger.kernel.org
730W: http://sourceforge.net/projects/xscaleiop
731S: Supported
732
Randy Dunlape7839f22008-10-12 16:11:45 -0700733ATA OVER ETHERNET (AOE) DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700734P: Ed L. Cashin
735M: ecashin@coraid.com
736W: http://www.coraid.com/support/linux
737S: Supported
738
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200739ATHEROS ATH5K WIRELESS DRIVER
740P: Jiri Slaby
741M: jirislaby@gmail.com
742P: Nick Kossifidis
743M: mickflemm@gmail.com
744P: Luis R. Rodriguez
Luis R. Rodriguez4fe06572008-10-13 14:08:07 -0700745M: lrodriguez@atheros.com
Bob Copelandadef1992008-10-29 08:30:57 -0400746P: Bob Copeland
747M: me@bobcopeland.com
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200748L: linux-wireless@vger.kernel.org
749L: ath5k-devel@lists.ath5k.org
750S: Maintained
751
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700752ATHEROS ATH9K WIRELESS DRIVER
753P: Luis R. Rodriguez
754M: lrodriguez@atheros.com
755P: Jouni Malinen
756M: jmalinen@atheros.com
757L: linux-wireless@vger.kernel.org
758L: ath9k-devel@lists.ath9k.org
759S: Supported
760
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000761ATI_REMOTE2 DRIVER
762P: Ville Syrjala
763M: syrjala@sci.fi
764S: Maintained
765
Chris Snook7ae115b2008-09-09 03:26:57 -0400766ATLX ETHERNET DRIVERS
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600767P: Jay Cliburn
768M: jcliburn@gmail.com
769P: Chris Snook
770M: csnook@redhat.com
Chris Snook7ae115b2008-09-09 03:26:57 -0400771P: Jie Yang
772M: jie.yang@atheros.com
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600773L: atl1-devel@lists.sourceforge.net
774W: http://sourceforge.net/projects/atl1
775W: http://atl1.sourceforge.net
776S: Maintained
777
Linus Torvalds1da177e2005-04-16 15:20:36 -0700778ATM
779P: Chas Williams
780M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700781L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Jiri Slaby44ae98b2008-11-30 23:27:11 -0800782L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700783W: http://linux-atm.sourceforge.net
784S: Maintained
785
Pierre Ossman272f1332007-05-14 21:25:26 +0200786ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200787P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800788M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200789L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
790W: http://www.atmel.com/products/AT91/
791W: http://www.at91.com/
792S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200793
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800794ATMEL AT91 / AT32 SERIAL DRIVER
795P: Haavard Skinnemoen
796M: hskinnemoen@atmel.com
797L: linux-kernel@vger.kernel.org
798S: Supported
799
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800800ATMEL LCDFB DRIVER
801P: Nicolas Ferre
802M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800803L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800804S: Maintained
805
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100806ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100807P: Haavard Skinnemoen
808M: hskinnemoen@atmel.com
809S: Supported
810
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800811ATMEL SPI DRIVER
812P: Haavard Skinnemoen
813M: hskinnemoen@atmel.com
814S: Supported
815
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700816ATMEL USBA UDC DRIVER
817P: Haavard Skinnemoen
818M: hskinnemoen@atmel.com
819L: kernel@avr32linux.org
820W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
821S: Supported
822
Linus Torvalds1da177e2005-04-16 15:20:36 -0700823ATMEL WIRELESS DRIVER
824P: Simon Kelley
825M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700826L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827W: http://www.thekelleys.org.uk/atmel
828W: http://atmelwlandriver.sourceforge.net/
829S: Maintained
830
Chris Wrighta92b7b82005-07-07 18:12:23 -0700831AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400832P: Al Viro
833M: viro@zeniv.linux.org.uk
834P: Eric Paris
835M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700836L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100837W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400838T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700839S: Maintained
840
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800841AUXILIARY DISPLAY DRIVERS
842P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700843M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800844L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700845W: http://miguelojeda.es/auxdisplay.htm
846W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800847S: Maintained
848
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700849AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700850P: Haavard Skinnemoen
851M: hskinnemoen@atmel.com
852W: http://www.atmel.com/products/AVR32/
853W: http://avr32linux.org/
854W: http://avrfreaks.net/
855S: Supported
856
857AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700858P: Haavard Skinnemoen
859M: hskinnemoen@atmel.com
860S: Supported
861
Linus Torvalds1da177e2005-04-16 15:20:36 -0700862AX.25 NETWORK LAYER
863P: Ralf Baechle
864M: ralf@linux-mips.org
865L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200866W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700867S: Maintained
868
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700869B43 WIRELESS DRIVER
870P: Michael Buesch
871M: mb@bu3sch.de
872P: Stefano Brivio
873M: stefano.brivio@polimi.it
874L: linux-wireless@vger.kernel.org
875W: http://linuxwireless.org/en/users/Drivers/b43
876S: Maintained
877
878B43LEGACY WIRELESS DRIVER
879P: Larry Finger
880M: Larry.Finger@lwfinger.net
881P: Stefano Brivio
882M: stefano.brivio@polimi.it
883L: linux-wireless@vger.kernel.org
884W: http://linuxwireless.org/en/users/Drivers/b43
885S: Maintained
886
Richard Purdie300abeb2007-02-07 22:21:07 +0000887BACKLIGHT CLASS/SUBSYSTEM
888P: Richard Purdie
889M: rpurdie@rpsys.net
890S: Maintained
891
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700892BAYCOM/HDLCDRV DRIVERS FOR AX.25
893P: Thomas Sailer
894M: t.sailer@alumni.ethz.ch
895L: linux-hams@vger.kernel.org
896W: http://www.baycom.org/~tom/ham/ham.html
897S: Maintained
898
899BEFS FILE SYSTEM
900P: Sergey S. Kostyliov
901M: rathamahata@php4.ru
902L: linux-kernel@vger.kernel.org
903S: Maintained
904
905BFS FILE SYSTEM
906P: Tigran A. Aivazian
907M: tigran@aivazian.fsnet.co.uk
908L: linux-kernel@vger.kernel.org
909S: Maintained
910
Bryan Wu1394f032007-05-06 14:50:22 -0700911BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800912P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800913M: cooloney@kernel.org
Mike Frysinger5b93e132009-02-04 16:49:45 +0800914L: uclinux-dist-devel@blackfin.uclinux.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800915W: http://blackfin.uclinux.org
916S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700917
Bryan Wue190d6b2007-07-17 14:43:44 +0800918BLACKFIN EMAC DRIVER
919P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800920M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800921L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
922W: http://blackfin.uclinux.org
923S: Supported
924
Mike Frysinger566da5b2007-06-11 15:31:30 +0800925BLACKFIN RTC DRIVER
926P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800927M: vapier.adi@gmail.com
928L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
929W: http://blackfin.uclinux.org
930S: Supported
931
Bryan Wu1394f032007-05-06 14:50:22 -0700932BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800933P: Sonic Zhang
934M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800935L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
936W: http://blackfin.uclinux.org
937S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700938
Bryan Wu1e6d3202007-07-15 02:50:02 +0800939BLACKFIN WATCHDOG DRIVER
940P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800941M: vapier.adi@gmail.com
942L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
943W: http://blackfin.uclinux.org
944S: Supported
945
Bryan Wud24ecfc2007-05-01 23:26:32 +0200946BLACKFIN I2C TWI DRIVER
947P: Sonic Zhang
948M: sonic.zhang@analog.com
949L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
950W: http://blackfin.uclinux.org/
951S: Supported
952
Linus Torvalds1da177e2005-04-16 15:20:36 -0700953BLOCK LAYER
954P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200955M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700956L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800957T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958S: Maintained
959
Joern Engel2b54aae2008-02-06 01:38:02 -0800960BLOCK2MTD DRIVER
961P: Joern Engel
962M: joern@lazybastard.org
963L: linux-mtd@lists.infradead.org
964S: Maintained
965
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200966BLUETOOTH DRIVERS
967P: Marcel Holtmann
968M: marcel@holtmann.org
969L: linux-bluetooth@vger.kernel.org
970W: http://www.bluez.org/
971S: Maintained
972
Linus Torvalds1da177e2005-04-16 15:20:36 -0700973BLUETOOTH SUBSYSTEM
974P: Marcel Holtmann
975M: marcel@holtmann.org
Pavel Machek781c2842008-03-20 15:41:02 -0700976L: linux-bluetooth@vger.kernel.org
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200977W: http://www.bluez.org/
Josh Boyer1adc1232005-11-23 15:44:15 -0800978T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979S: Maintained
980
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100982P: Jay Vosburgh
983M: fubar@us.ibm.com
984L: bonding-devel@lists.sourceforge.net
985W: http://sourceforge.net/projects/bonding/
986S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700987
Gary Zambrano39105892006-06-22 17:26:20 -0700988BROADCOM B44 10/100 ETHERNET DRIVER
989P: Gary Zambrano
990M: zambrano@broadcom.com
991L: netdev@vger.kernel.org
992S: Supported
993
Michael Chan948c51e2006-06-04 02:51:39 -0700994BROADCOM BNX2 GIGABIT ETHERNET DRIVER
995P: Michael Chan
996M: mchan@broadcom.com
997L: netdev@vger.kernel.org
998S: Supported
999
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001000BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -07001001P: Eilon Greenstein
1002M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001003L: netdev@vger.kernel.org
1004S: Supported
1005
Michael Chan948c51e2006-06-04 02:51:39 -07001006BROADCOM TG3 GIGABIT ETHERNET DRIVER
1007P: Michael Chan
1008M: mchan@broadcom.com
1009L: netdev@vger.kernel.org
1010S: Supported
1011
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001012BSG (block layer generic sg v4 driver)
1013P: FUJITA Tomonori
1014M: fujita.tomonori@lab.ntt.co.jp
1015L: linux-scsi@vger.kernel.org
1016S: Supported
1017
Michael Bueschff1d5c22008-07-25 01:46:10 -07001018BT8XXGPIO DRIVER
1019P: Michael Buesch
1020M: mb@bu3sch.de
1021W: http://bu3sch.de/btgpio.php
1022S: Maintained
1023
Joe Percheseb1eb042009-01-21 10:49:16 -05001024BTRFS FILE SYSTEM
1025P: Chris Mason
1026M: chris.mason@oracle.com
1027L: linux-btrfs@vger.kernel.org
1028W: http://btrfs.wiki.kernel.org/
1029T: git kernel.org:/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1030S: Maintained
1031
Linus Torvalds1da177e2005-04-16 15:20:36 -07001032BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001033P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001034M: mchehab@infradead.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001035L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001036L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001037W: http://linuxtv.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001038T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001039S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001040
Jonathan Corbet77d51402007-03-22 19:44:17 -03001041CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02001042P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03001043M: corbet@lwn.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001044L: linux-media@vger.kernel.org
1045T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03001046S: Maintained
1047
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001048CALGARY x86-64 IOMMU
1049P: Muli Ben-Yehuda
1050M: muli@il.ibm.com
1051P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001052M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001053L: linux-kernel@vger.kernel.org
1054L: discuss@x86-64.org
1055S: Maintained
1056
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001057CAN NETWORK LAYER
1058P: Urs Thuermann
1059M: urs.thuermann@volkswagen.de
1060P: Oliver Hartkopp
1061M: oliver.hartkopp@volkswagen.de
1062L: socketcan-core@lists.berlios.de (subscribers-only)
1063W: http://developer.berlios.de/projects/socketcan/
1064S: Maintained
1065
Arnd Bergmannb8154542008-05-16 11:10:59 +02001066CELL BROADBAND ENGINE ARCHITECTURE
1067P: Arnd Bergmann
1068M: arnd@arndb.de
1069L: linuxppc-dev@ozlabs.org
1070L: cbe-oss-dev@ozlabs.org
1071W: http://www.ibm.com/developerworks/power/cell/
1072S: Supported
1073
David Vrabel18332a82008-09-17 16:34:44 +01001074CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1075P: David Vrabel
1076M: david.vrabel@csr.com
1077L: linux-usb@vger.kernel.org
1078S: Supported
1079
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001080CFAG12864B LCD DRIVER
1081P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001082M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001083L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001084W: http://miguelojeda.es/auxdisplay.htm
1085W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001086S: Maintained
1087
1088CFAG12864BFB LCD FRAMEBUFFER DRIVER
1089P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001090M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001091L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001092W: http://miguelojeda.es/auxdisplay.htm
1093W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001094S: Maintained
1095
Johannes Berg704232c2007-04-23 12:20:05 -07001096CFG80211 and NL80211
1097P: Johannes Berg
1098M: johannes@sipsolutions.net
1099L: linux-wireless@vger.kernel.org
1100S: Maintained
1101
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001102CHECKPATCH
1103P: Andy Whitcroft
Andy Whitcroftb0e0b432009-01-06 14:41:22 -08001104M: apw@canonical.com
1105L: linux-kernel@vger.kernel.org
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001106S: Supported
1107
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001108CISCO 10G ETHERNET DRIVER
1109P: Scott Feldman
1110M: scofeldm@cisco.com
1111P: Joe Eykholt
1112M: jeykholt@cisco.com
Joel Becker7063fbf2005-12-15 14:29:43 -08001113S: Supported
1114
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001115CIRRUS LOGIC EP93XX ETHERNET DRIVER
1116P: Lennert Buytenhek
1117M: kernel@wantstofly.org
1118L: netdev@vger.kernel.org
1119S: Maintained
1120
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001121CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1122P: Lennert Buytenhek
1123M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001124L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001125S: Maintained
1126
Timur Tabid9e9d822008-04-24 08:45:26 +10001127CIRRUS LOGIC CS4270 SOUND DRIVER
1128P: Timur Tabi
1129M: timur@freescale.com
1130L: alsa-devel@alsa-project.org
1131S: Supported
1132
Linus Torvalds1da177e2005-04-16 15:20:36 -07001133CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1134P: Cirrus Logic Corporation (kernel 2.2 driver)
1135M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1136P: Nils Faerber (port to kernel 2.4)
1137M: Nils Faerber <nils@kernelconcepts.de>
1138S: Maintained
1139
1140CODA FILE SYSTEM
1141P: Jan Harkes
1142M: jaharkes@cs.cmu.edu
1143M: coda@cs.cmu.edu
1144L: codalist@coda.cs.cmu.edu
1145W: http://www.coda.cs.cmu.edu/
1146S: Maintained
1147
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001148COMMON INTERNET FILE SYSTEM (CIFS)
1149P: Steve French
1150M: sfrench@samba.org
1151L: linux-cifs-client@lists.samba.org
1152L: samba-technical@lists.samba.org
1153W: http://linux-cifs.samba.org/
1154T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1155S: Supported
1156
Linus Torvalds1da177e2005-04-16 15:20:36 -07001157COMPACTPCI HOTPLUG CORE
1158P: Scott Murray
1159M: scottm@somanetworks.com
1160M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001161L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001162S: Supported
1163
1164COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1165P: Scott Murray
1166M: scottm@somanetworks.com
1167M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001168L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169S: Supported
1170
1171COMPACTPCI HOTPLUG GENERIC DRIVER
1172P: Scott Murray
1173M: scottm@somanetworks.com
1174M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001175L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176S: Supported
1177
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001178COMPAL LAPTOP SUPPORT
1179P: Cezary Jackiewicz
1180M: cezary.jackiewicz@gmail.com
1181S: Maintained
1182
Linus Torvalds1da177e2005-04-16 15:20:36 -07001183COMPUTONE INTELLIPORT MULTIPORT CARD
1184P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001185M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001186W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001187S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001188
Simon Arlott949be0f2007-03-06 02:47:46 -08001189CONEXANT ACCESSRUNNER USB DRIVER
1190P: Simon Arlott
1191M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001192L: accessrunner-general@lists.sourceforge.net
1193W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001194S: Maintained
1195
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001196CONFIGFS
1197P: Joel Becker
1198M: joel.becker@oracle.com
1199L: linux-kernel@vger.kernel.org
1200S: Supported
1201
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001202CONTROL GROUPS (CGROUPS)
1203P: Paul Menage
1204M: menage@google.com
1205L: containers@lists.linux-foundation.org
1206S: Maintained
1207
Rudolf Marekbebe4672007-05-08 17:22:02 +02001208CORETEMP HARDWARE MONITORING DRIVER
1209P: Rudolf Marek
1210M: r.marek@assembler.cz
1211L: lm-sensors@lm-sensors.org
1212S: Maintained
1213
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214COSA/SRP SYNC SERIAL DRIVER
1215P: Jan "Yenya" Kasprzak
1216M: kas@fi.muni.cz
1217W: http://www.fi.muni.cz/~kas/cosa/
1218S: Maintained
1219
1220CPU FREQUENCY DRIVERS
1221P: Dave Jones
Dave Jonesf4432c52008-10-20 13:31:45 -04001222M: davej@redhat.com
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001223L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001224W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001225T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001226S: Maintained
1227
1228CPUID/MSR DRIVER
1229P: H. Peter Anvin
1230M: hpa@zytor.com
1231S: Maintained
1232
Paul Jacksoned90fb42005-09-27 21:45:37 -07001233CPUSETS
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001234P: Paul Menage
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001235M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001236L: linux-kernel@vger.kernel.org
1237W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001238W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001239S: Supported
1240
Linus Torvalds1da177e2005-04-16 15:20:36 -07001241CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001242W: http://sourceforge.net/projects/cramfs/
1243S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001244
1245CRIS PORT
1246P: Mikael Starvik
1247M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001248P: Jesper Nilsson
1249M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001250L: dev-etrax@axis.com
1251W: http://developer.axis.com
1252S: Maintained
1253
1254CRYPTO API
1255P: Herbert Xu
1256M: herbert@gondor.apana.org.au
1257P: David S. Miller
1258M: davem@davemloft.net
1259L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001260T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261S: Maintained
1262
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001263CS5535 Audio ALSA driver
1264P: Jaya Kumar
1265M: jayakumar.alsa@gmail.com
1266S: Maintained
1267
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001268CX18 VIDEO4LINUX DRIVER
1269P: Hans Verkuil, Andy Walls
1270M: hverkuil@xs4all.nl, awalls@radix.net
1271L: ivtv-devel@ivtvdriver.org
1272L: ivtv-users@ivtvdriver.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001273L: linux-media@vger.kernel.org
1274T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001275W: http://linuxtv.org
1276S: Maintained
1277
Steve Wisee5ec3782008-05-20 14:06:33 -07001278CXGB3 ETHERNET DRIVER (CXGB3)
1279P: Divy Le Ray
1280M: divy@chelsio.com
1281L: netdev@vger.kernel.org
1282W: http://www.chelsio.com
1283S: Supported
1284
1285CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1286P: Steve Wise
1287M: swise@chelsio.com
1288L: general@lists.openfabrics.org
1289W: http://www.openfabrics.org
1290S: Supported
1291
Linus Torvalds1da177e2005-04-16 15:20:36 -07001292CYBERPRO FB DRIVER
1293P: Russell King
1294M: rmk@arm.linux.org.uk
1295W: http://www.arm.linux.org.uk/
1296S: Maintained
1297
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001298CYBLAFB FRAMEBUFFER DRIVER
1299P: Knut Petersen
1300M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001301L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001302S: Maintained
1303
Linus Torvalds1da177e2005-04-16 15:20:36 -07001304CYCLADES 2X SYNC CARD DRIVER
1305P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001306M: acme@ghostprotocols.net
1307W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308S: Maintained
1309
1310CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001311W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001312S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001313
1314CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001315W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001316S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001317
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318DAMA SLAVE for AX.25
1319P: Joerg Reuter
1320M: jreuter@yaina.de
1321W: http://yaina.de/jreuter/
1322W: http://www.qsl.net/dl1bke/
1323L: linux-hams@vger.kernel.org
1324S: Maintained
1325
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001326DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1327P: Tobias Ringstrom
1328M: tori@unhappy.mine.nu
1329L: netdev@vger.kernel.org
1330S: Maintained
1331
1332DC390/AM53C974 SCSI driver
1333P: Kurt Garloff
1334M: garloff@suse.de
1335W: http://www.garloff.de/kurt/linux/dc390/
1336P: Guennadi Liakhovetski
1337M: g.liakhovetski@gmx.de
1338S: Maintained
1339
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340DC395x SCSI driver
1341P: Oliver Neukum
1342M: oliver@neukum.name
1343P: Ali Akcaagac
1344M: aliakc@web.de
1345P: Jamie Lenehan
1346M: lenehan@twibble.org
1347W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001348L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001349L: http://lists.twibble.org/mailman/listinfo/dc395x/
1350S: Maintained
1351
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001352DCCP PROTOCOL
1353P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001354M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001355L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001356W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001357S: Maintained
1358
Linus Torvalds1da177e2005-04-16 15:20:36 -07001359DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001360P: Christine Caulfield
1361M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362W: http://linux-decnet.sourceforge.net
1363L: linux-decnet-user@lists.sourceforge.net
1364S: Maintained
1365
1366DEFXX FDDI NETWORK DRIVER
1367P: Maciej W. Rozycki
1368M: macro@linux-mips.org
1369S: Maintained
1370
Matthew Garrettad8f07c2009-01-07 18:08:56 -08001371DELL LAPTOP DRIVER
1372P: Matthew Garrett
1373M: mjg59@srcf.ucam.org
1374S: Maintained
1375
Linus Torvalds1da177e2005-04-16 15:20:36 -07001376DELL LAPTOP SMM DRIVER
1377P: Massimo Dal Zotto
1378M: dz@debian.org
1379W: http://www.debian.org/~dz/i8k/
1380S: Maintained
1381
Doug Warzecha90563ec2005-09-06 15:17:15 -07001382DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1383P: Doug Warzecha
1384M: Douglas_Warzecha@dell.com
1385S: Maintained
1386
Linus Torvalds1da177e2005-04-16 15:20:36 -07001387DEVICE NUMBER REGISTRY
1388P: Torben Mathiasen
1389M: device@lanana.org
1390W: http://lanana.org/docs/device-list/index.html
1391L: linux-kernel@vger.kernel.org
1392S: Maintained
1393
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001394DEVICE-MAPPER (LVM)
1395P: Alasdair Kergon
1396L: dm-devel@redhat.com
1397W: http://sources.redhat.com/dm
1398S: Maintained
1399
Linus Torvalds1da177e2005-04-16 15:20:36 -07001400DIGI INTL. EPCA DRIVER
1401P: Digi International, Inc
1402M: Eng.Linux@digi.com
1403L: Eng.Linux@digi.com
1404W: http://www.digi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001405S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001406
Randy Dunlape7839f22008-10-12 16:11:45 -07001407DIRECTORY NOTIFICATION (DNOTIFY)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001408P: Stephen Rothwell
1409M: sfr@canb.auug.org.au
1410L: linux-kernel@vger.kernel.org
1411S: Supported
1412
1413DISK GEOMETRY AND PARTITION HANDLING
1414P: Andries Brouwer
1415M: aeb@cwi.nl
1416W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1417W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1418W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1419S: Maintained
1420
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001421DISKQUOTA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001422P: Jan Kara
1423M: jack@suse.cz
1424L: linux-kernel@vger.kernel.org
1425S: Maintained
1426
Randy Dunlape7839f22008-10-12 16:11:45 -07001427DISTRIBUTED LOCK MANAGER (DLM)
Christine Caulfield8943f262008-02-14 19:31:31 -08001428P: Christine Caulfield
1429M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001430P: David Teigland
1431M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001432L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001433W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001434T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001435S: Supported
1436
Dan Williamsb3e5f262007-08-07 10:26:35 -07001437DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001438P: Maciej Sosnowski
1439M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001440P: Dan Williams
1441M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001442L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001443S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001444
Juerg Haefligerb8250372007-06-09 10:11:16 -04001445DME1737 HARDWARE MONITOR DRIVER
1446P: Juerg Haefliger
1447M: juergh@gmail.com
1448L: lm-sensors@lm-sensors.org
1449S: Maintained
1450
Martin Waitzba483d52005-06-17 13:20:59 -07001451DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001452P: Randy Dunlap
1453M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001454S: Maintained
1455
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001456DOCKING STATION DRIVER
Len Brownc5d191b2008-09-24 02:53:25 -04001457P: Shaohua Li
1458M: shaohua.li@intel.com
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001459L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001460S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001461
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001462DOCUMENTATION (/Documentation directory)
Jean Delvare795fb7e2008-09-20 12:33:08 +02001463P: Michael Kerrisk
1464M: mtk.manpages@gmail.com
1465P: Randy Dunlap
1466M: rdunlap@xenotime.net
1467L: linux-doc@vger.kernel.org
1468S: Maintained
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001469
Linus Torvalds1da177e2005-04-16 15:20:36 -07001470DOUBLETALK DRIVER
1471P: James R. Van Zandt
1472M: jrv@vanzandt.mv.com
1473L: blinux-list@redhat.com
1474S: Maintained
1475
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001476DPT_I2O SCSI RAID DRIVER
1477P: Adaptec OEM Raid Solutions
1478M: aacraid@adaptec.com
1479L: linux-scsi@vger.kernel.org
1480W: http://www.adaptec.com/
1481S: Maintained
1482
Linus Torvalds1da177e2005-04-16 15:20:36 -07001483DRIVER CORE, KOBJECTS, AND SYSFS
1484P: Greg Kroah-Hartman
1485M: gregkh@suse.de
1486L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001487T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001488S: Supported
1489
1490DRM DRIVERS
1491P: David Airlie
1492M: airlied@linux.ie
1493L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001494T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495S: Maintained
1496
1497DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001498P: Francois Romieu
1499M: romieu@fr.zoreil.com
1500L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501S: Maintained
1502
1503DVB SUBSYSTEM AND DRIVERS
1504P: LinuxTV.org Project
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001505M: linux-media@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02001506L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001507W: http://linuxtv.org/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001508T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001509S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001510
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001511DZ DECSTATION DZ11 SERIAL DRIVER
1512P: Maciej W. Rozycki
1513M: macro@linux-mips.org
1514S: Maintained
1515
Linus Torvalds1da177e2005-04-16 15:20:36 -07001516EATA-DMA SCSI DRIVER
1517P: Michael Neuffer
1518L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1519S: Maintained
1520
1521EATA ISA/EISA/PCI SCSI DRIVER
1522P: Dario Ballabio
1523M: ballabio_dario@emc.com
1524L: linux-scsi@vger.kernel.org
1525S: Maintained
1526
1527EATA-PIO SCSI DRIVER
1528P: Michael Neuffer
1529M: mike@i-Connect.Net
1530L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1531S: Maintained
1532
1533EBTABLES
1534P: Bart De Schuymer
1535M: bart.de.schuymer@pandora.be
1536L: ebtables-user@lists.sourceforge.net
1537L: ebtables-devel@lists.sourceforge.net
1538W: http://ebtables.sourceforge.net/
1539S: Maintained
1540
Michael Halcrow237fead2006-10-04 02:16:22 -07001541ECRYPT FILE SYSTEM
Michael Halcrow6dc75162008-12-15 13:54:17 -08001542P: Tyler Hicks, Dustin Kirkland
1543M: tyhicks@linux.vnet.ibm.com, kirkland@canonical.com
1544L: ecryptfs-devel@lists.launchpad.net
1545W: https://launchpad.net/ecryptfs
Michael Halcrow237fead2006-10-04 02:16:22 -07001546S: Supported
1547
Alan Coxda9bb1d2006-01-18 17:44:13 -08001548EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001549P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001550M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001551L: bluesmoke-devel@lists.sourceforge.net
1552W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001553S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001554
1555EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001556P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001557P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001558M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001559M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001560L: bluesmoke-devel@lists.sourceforge.net
1561W: bluesmoke.sourceforge.net
1562S: Maintained
1563
1564EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001565P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001566M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001567L: bluesmoke-devel@lists.sourceforge.net
1568W: bluesmoke.sourceforge.net
1569S: Maintained
1570
Douglas Thompson6bc78402007-07-19 01:50:12 -07001571EDAC-I82443BXGX
1572P: Tim Small
1573M: tim@buttersideup.com
1574L: bluesmoke-devel@lists.sourceforge.net
1575W: bluesmoke.sourceforge.net
1576S: Maintained
1577
1578EDAC-I3000
1579P: Jason Uhlenkott
1580M: juhlenko@akamai.com
1581L: bluesmoke-devel@lists.sourceforge.net
1582W: bluesmoke.sourceforge.net
1583S: Maintained
1584
1585EDAC-I5000
1586P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001587M: dougthompson@xmission.com
1588L: bluesmoke-devel@lists.sourceforge.net
1589W: bluesmoke.sourceforge.net
1590S: Maintained
1591
Mauro Carvalho Chehab44c12cb2009-01-15 13:50:49 -08001592EDAC-I5400
1593P: Mauro Carvalho Chehab
1594M: mchehab@redhat.com
1595L: bluesmoke-devel@lists.sourceforge.net
1596W: bluesmoke.sourceforge.net
1597S: Maintained
1598
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001599EDAC-I82975X
1600P: Ranganathan Desikan
1601P: Arvind R.
1602M: rdesikan@jetzbroadband.com
1603M: arvind@acarlab.com
1604L: bluesmoke-devel@lists.sourceforge.net
1605W: bluesmoke.sourceforge.net
1606S: Maintained
1607
1608EDAC-PASEMI
1609P: Egor Martovetsky
1610M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001611L: bluesmoke-devel@lists.sourceforge.net
1612W: bluesmoke.sourceforge.net
1613S: Maintained
1614
Dave Peterson0e438e32006-03-26 01:38:55 -08001615EDAC-R82600
1616P: Tim Small
1617M: tim@buttersideup.com
1618L: bluesmoke-devel@lists.sourceforge.net
1619W: bluesmoke.sourceforge.net
1620S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001621
Eric Coopere59f8792008-03-13 12:55:46 +01001622EEEPC LAPTOP EXTRAS DRIVER
1623P: Corentin Chary
1624M: corentincj@iksaif.net
1625L: acpi4asus-user@lists.sourceforge.net
1626W: http://sourceforge.net/projects/acpi4asus
1627S: Maintained
1628
Josh Triplett0bee8d22006-07-30 03:03:58 -07001629EFS FILESYSTEM
1630W: http://aeschi.ch.eu.org/efs/
1631S: Orphan
1632
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001633EHCA (IBM GX bus InfiniBand adapter) DRIVER
Heiko J Schickfab97222006-09-22 15:22:22 -07001634P: Hoang-Nam Nguyen
1635M: hnguyen@de.ibm.com
1636P: Christoph Raisch
1637M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001638L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001639S: Supported
1640
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001641EMBEDDED LINUX
1642P: Paul Gortmaker
1643M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001644P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001645M: dwmw2@infradead.org
1646L: linux-embedded@vger.kernel.org
1647S: Maintained
1648
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001649EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001650P: James Smart
1651M: james.smart@emulex.com
1652L: linux-scsi@vger.kernel.org
1653W: http://sourceforge.net/projects/lpfcxxxx
1654S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001655
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656EPSON 1355 FRAMEBUFFER DRIVER
1657P: Christopher Hoover
1658M: ch@murgatroid.com, ch@hpl.hp.com
1659S: Maintained
1660
Kristoffer Ericsond5ca9002008-10-15 22:03:54 -07001661EPSON S1D13XXX FRAMEBUFFER DRIVER
1662P: Kristoffer Ericson
1663M: kristoffer.ericson@gmail.com
1664S: Maintained
1665
Linus Torvalds1da177e2005-04-16 15:20:36 -07001666ETHEREXPRESS-16 NETWORK DRIVER
1667P: Philip Blundell
1668M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001669L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001670S: Maintained
1671
1672ETHERNET BRIDGE
1673P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001674M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001675L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001676W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677S: Maintained
1678
1679ETHERTEAM 16I DRIVER
1680P: Mika Kuoppala
1681M: miku@iki.fi
1682S: Maintained
1683
1684EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001685L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001686S: Maintained
1687
1688EXT3 FILE SYSTEM
1689P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001690M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001691L: linux-ext4@vger.kernel.org
1692S: Maintained
1693
1694EXT4 FILE SYSTEM
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001695P: Theodore Ts'o
1696M: tytso@mit.edu, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001697L: linux-ext4@vger.kernel.org
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001698W: http://ext4.wiki.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001699S: Maintained
1700
Jean Delvaree53004e2006-01-09 23:26:14 +01001701F71805F HARDWARE MONITORING DRIVER
1702P: Jean Delvare
1703M: khali@linux-fr.org
1704L: lm-sensors@lm-sensors.org
1705S: Maintained
1706
Linus Torvalds1da177e2005-04-16 15:20:36 -07001707FARSYNC SYNCHRONOUS DRIVER
1708P: Kevin Curtis
1709M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001710W: http://www.farsite.co.uk/
1711S: Supported
1712
Akinobu Mitac5408b82007-04-23 14:41:20 -07001713FAULT INJECTION SUPPORT
1714P: Akinobu Mita
1715M: akinobu.mita@gmail.com
1716S: Supported
1717
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001718FILE LOCKING (flock() and fcntl()/lockf())
1719P: Matthew Wilcox
1720M: matthew@wil.cx
1721L: linux-fsdevel@vger.kernel.org
1722S: Maintained
1723
1724FILESYSTEMS (VFS and infrastructure)
1725P: Alexander Viro
1726M: viro@zeniv.linux.org.uk
1727L: linux-fsdevel@vger.kernel.org
1728S: Maintained
1729
1730FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1731P: Kristian Hoegsberg, Stefan Richter
1732M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1733L: linux1394-devel@lists.sourceforge.net
1734W: http://www.linux1394.org/
1735T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1736S: Maintained
1737
1738FIRMWARE LOADER (request_firmware)
1739L: linux-kernel@vger.kernel.org
1740S: Orphan
1741
1742FPU EMULATOR
1743P: Bill Metzenthen
1744M: billm@suburbia.net
1745W: http://suburbia.net/~billm/floating-point/emulator/
1746S: Maintained
1747
1748FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1749P: Mike McLagan
1750M: mike.mclagan@linux.org
1751L: netdev@vger.kernel.org
1752S: Maintained
1753
Linus Torvalds1da177e2005-04-16 15:20:36 -07001754FRAMEBUFFER LAYER
1755P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001756M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001757L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001758W: http://linux-fbdev.sourceforge.net/
1759S: Maintained
1760
Zhang Wei173acc72008-03-01 07:42:48 -07001761FREESCALE DMA DRIVER
Zhang Wei76b0c7882008-05-13 14:44:59 -07001762P: Li Yang
1763M: leoli@freescale.com
1764P: Zhang Wei
1765M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001766L: linuxppc-embedded@ozlabs.org
1767L: linux-kernel@vger.kernel.org
1768S: Maintained
1769
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001770FREESCALE I2C CPM DRIVER
1771P: Jochen Friedrich
1772M: jochen@scram.de
1773L: linuxppc-dev@ozlabs.org
Jean Delvare846557d2008-10-30 15:55:47 +01001774L: linux-i2c@vger.kernel.org
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001775S: Maintained
1776
Sascha Hauer60e8c5a2008-12-16 11:44:06 +01001777FREESCALE IMX / MXC FRAMEBUFFER DRIVER
1778P: Sascha Hauer
1779M: kernel@pengutronix.de
1780L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1781L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1782S: Maintained
1783
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001784FREESCALE SOC FS_ENET DRIVER
1785P: Pantelis Antoniou
1786M: pantelis.antoniou@gmail.com
1787P: Vitaly Bordug
1788M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001789L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001790L: netdev@vger.kernel.org
1791S: Maintained
1792
Timur Tabid9e9d822008-04-24 08:45:26 +10001793FREESCALE QUICC ENGINE LIBRARY
1794P: Timur Tabi
1795M: timur@freescale.com
1796L: linuxppc-dev@ozlabs.org
1797S: Supported
1798
Li Yanga7205b32007-04-23 10:38:18 -07001799FREESCALE HIGHSPEED USB DEVICE DRIVER
1800P: Li Yang
1801M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001802L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001803L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001804S: Maintained
1805
Li Yangbeaf53b2007-05-25 13:54:02 +08001806FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1807P: Li Yang
1808M: leoli@freescale.com
1809L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001810L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001811S: Maintained
1812
Timur Tabid9e9d822008-04-24 08:45:26 +10001813FREESCALE QUICC ENGINE UCC UART DRIVER
1814P: Timur Tabi
1815M: timur@freescale.com
1816L: linuxppc-dev@ozlabs.org
1817S: Supported
1818
1819FREESCALE SOC SOUND DRIVERS
1820P: Timur Tabi
1821M: timur@freescale.com
1822L: alsa-devel@alsa-project.org
1823L: linuxppc-dev@ozlabs.org
1824S: Supported
1825
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826FREEVXFS FILESYSTEM
1827P: Christoph Hellwig
1828M: hch@infradead.org
1829W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1830S: Maintained
1831
Pavel Machek71038f52009-01-15 13:51:02 -08001832FREEZER
1833P: Pavel Machek
1834M: pavel@suse.cz
1835P: Rafael J. Wysocki
1836M: rjw@sisk.pl
1837L: linux-pm@lists.linux-foundation.org
1838S: Supported
1839
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001840FTRACE
1841P: Steven Rostedt
Steven Rostedt8e324c12008-11-19 15:36:43 -08001842M: rostedt@goodmis.org
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001843S: Maintained
1844
David Howells5ab7ffe2007-04-10 15:10:45 +01001845FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846P: David Howells
1847M: dhowells@redhat.com
1848S: Maintained
1849
Jonathan Woithe20b93732008-06-11 10:14:56 +09301850FUJITSU LAPTOP EXTRAS
1851P: Jonathan Woithe
1852M: jwoithe@physics.adelaide.edu.au
1853L: linux-acpi@vger.kernel.org
1854S: Maintained
1855
Miklos Szeredi04578f12005-09-09 13:10:22 -07001856FUSE: FILESYSTEM IN USERSPACE
1857P: Miklos Szeredi
1858M: miklos@szeredi.hu
1859L: fuse-devel@lists.sourceforge.net
1860W: http://fuse.sourceforge.net/
1861S: Maintained
1862
Linus Torvalds1da177e2005-04-16 15:20:36 -07001863FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1864P: Rik Faith
1865M: faith@cs.unc.edu
1866L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001867S: Odd Fixes (e.g., new signatures)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868
1869GDT SCSI DISK ARRAY CONTROLLER DRIVER
1870P: Achim Leubner
1871M: achim_leubner@adaptec.com
1872L: linux-scsi@vger.kernel.org
1873W: http://www.icp-vortex.com/
1874S: Supported
1875
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001876GENERIC GPIO I2C DRIVER
1877P: Haavard Skinnemoen
1878M: hskinnemoen@atmel.com
1879S: Supported
1880
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01001881GENERIC HDLC (WAN) DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882P: Krzysztof Halasa
1883M: khc@pm.waw.pl
1884W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1885S: Maintained
1886
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001887GFS2 FILE SYSTEM
1888P: Steven Whitehouse
1889M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001890L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001891W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001892T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1893T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001894S: Supported
1895
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001896GIGASET ISDN DRIVERS
1897P: Hansjoerg Lipp
1898M: hjlipp@web.de
1899P: Tilman Schmidt
1900M: tilman@imap.cc
1901L: gigaset307x-common@lists.sourceforge.net
1902W: http://gigaset307x.sourceforge.net/
1903S: Maintained
1904
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001905HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1906P: Robert Love
1907M: rlove@rlove.org
1908M: linux-kernel@vger.kernel.org
1909W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1910S: Maintained
1911
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001912GSPCA FINEPIX SUBDRIVER
1913P: Frank Zago
1914M: frank@zago.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001915L: linux-media@vger.kernel.org
1916T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001917S: Maintained
1918
1919GSPCA M5602 SUBDRIVER
1920P: Erik Andren
1921M: erik.andren@gmail.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001922L: linux-media@vger.kernel.org
1923T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001924S: Maintained
1925
1926GSPCA PAC207 SONIXB SUBDRIVER
1927P: Hans de Goede
1928M: hdegoede@redhat.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001929L: linux-media@vger.kernel.org
1930T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001931S: Maintained
1932
1933GSPCA T613 SUBDRIVER
1934P: Leandro Costantino
1935M: lcostantino@gmail.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001936L: linux-media@vger.kernel.org
1937T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001938S: Maintained
1939
1940GSPCA USB WEBCAM DRIVER
1941P: Jean-Francois Moine
1942M: moinejf@free.fr
1943W: http://moinejf.free.fr
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001944L: linux-media@vger.kernel.org
1945T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001946S: Maintained
1947
Jean Delvare5b543962005-08-15 19:51:02 +02001948HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001949L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001950W: http://www.lm-sensors.org/
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001951S: Orphan
Jean Delvare5b543962005-08-15 19:51:02 +02001952
Michael Buesch844dd052006-06-26 00:24:59 -07001953HARDWARE RANDOM NUMBER GENERATOR CORE
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001954S: Orphan
Michael Buesch844dd052006-06-26 00:24:59 -07001955
Linus Torvalds1da177e2005-04-16 15:20:36 -07001956HARMONY SOUND DRIVER
1957P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001958M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001959L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001960S: Maintained
1961
1962HAYES ESP SERIAL DRIVER
1963P: Andrew J. Robinson
1964M: arobinso@nyx.net
1965L: linux-kernel@vger.kernel.org
1966W: http://www.nyx.net/~arobinso
1967S: Maintained
1968
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001969HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1970P: Chirag Kantharia
1971M: chirag.kantharia@hp.com
1972L: iss_storagedev@hp.com
1973S: Maintained
1974
1975HEWLETT-PACKARD SMART2 RAID DRIVER
1976P: Chirag Kantharia
1977M: chirag.kantharia@hp.com
1978L: iss_storagedev@hp.com
1979S: Maintained
1980
1981HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1982P: Mike Miller
1983M: mike.miller@hp.com
1984L: iss_storagedev@hp.com
1985S: Supported
1986
Linus Torvalds1da177e2005-04-16 15:20:36 -07001987HFS FILESYSTEM
1988P: Roman Zippel
1989M: zippel@linux-m68k.org
1990L: linux-kernel@vger.kernel.org
1991S: Maintained
1992
1993HGA FRAMEBUFFER DRIVER
1994P: Ferenc Bakonyi
1995M: fero@drama.obuda.kando.hu
1996L: linux-nvidia@lists.surfsouth.com
1997W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1998S: Maintained
1999
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002000HIBERNATION (aka Software Suspend, aka swsusp)
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002001P: Pavel Machek
2002M: pavel@suse.cz
2003P: Rafael J. Wysocki
2004M: rjw@sisk.pl
2005L: linux-pm@lists.linux-foundation.org
2006S: Supported
2007
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01002008HID CORE LAYER
2009P: Jiri Kosina
2010M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002011L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01002012T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01002013S: Maintained
2014
Ingo Molnar38bed542007-02-22 09:09:34 +01002015HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2016P: Thomas Gleixner
2017M: tglx@linutronix.de
2018L: linux-kernel@vger.kernel.org
2019S: Maintained
2020
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021HIGH-SPEED SCC DRIVER FOR AX.25
2022P: Klaus Kudielka
2023M: klaus.kudielka@ieee.org
2024L: linux-hams@vger.kernel.org
2025W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2026S: Maintained
2027
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08002028HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2029P: HighPoint Linux Team
2030M: linux@highpoint-tech.com
2031W: http://www.highpoint-tech.com
2032S: Supported
2033
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034HIPPI
2035P: Jes Sorensen
2036M: jes@trained-monkey.org
2037L: linux-hippi@sunsite.dk
2038S: Maintained
2039
Jouni Malinenff1d2762005-05-12 22:54:16 -04002040HOST AP DRIVER
2041P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07002042M: j@w1.fi
2043L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07002044L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04002045W: http://hostap.epitest.fi/
2046S: Maintained
2047
Carlos Corbachodd8cd772008-02-05 02:17:15 +00002048HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2049P: Carlos Corbacho
2050M: carlos@strangeworlds.co.uk
2051S: Odd Fixes
2052
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002053HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2054P: Jaroslav Kysela
2055M: perex@perex.cz
2056S: Maintained
2057
Clemens Ladischd36e74c2008-07-23 21:26:46 -07002058HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08002059P: Clemens Ladisch
2060M: clemens@ladisch.de
2061S: Maintained
2062
2063HPET: i386
2064P: Venkatesh Pallipadi (Venki)
2065M: venkatesh.pallipadi@intel.com
2066S: Maintained
2067
2068HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02002069P: Vojtech Pavlik
2070M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08002071S: Maintained
2072
2073HPET: ACPI hpet.c
2074P: Bob Picco
2075M: bob.picco@hp.com
2076S: Maintained
2077
Linus Torvalds1da177e2005-04-16 15:20:36 -07002078HPFS FILESYSTEM
2079P: Mikulas Patocka
2080M: mikulas@artax.karlin.mff.cuni.cz
2081W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2082S: Maintained
2083
Denis Joseph Barrow11cd29b2009-01-02 13:50:36 +00002084HSO 3G Modem Driver (hso.c)
2085P: Denis Joseph Barrow
2086M: d.barow@option.com
2087W: http://www.pharscape.org
2088S: Maintained
2089
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002090HTCPEN TOUCHSCREEN DRIVER
2091P: Pau Oliva Fora
2092M: pof@eslack.org
2093L: linux-input@vger.kernel.org
2094S: Maintained
2095
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096HUGETLB FILESYSTEM
2097P: William Irwin
2098M: wli@holomorphy.com
2099S: Maintained
2100
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002101I2C/SMBUS STUB DRIVER
2102P: Mark M. Hoffman
2103M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01002104L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002105S: Maintained
2106
Jean Delvare5b543962005-08-15 19:51:02 +02002107I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002108P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002110P: Ben Dooks (embedded platforms)
2111M: ben-linux@fluff.org
Jean Delvare846557d2008-10-30 15:55:47 +01002112L: linux-i2c@vger.kernel.org
Jean Delvarea01064a2009-01-26 21:19:53 +01002113W: http://i2c.wiki.kernel.org/
2114T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115S: Maintained
2116
Till Harbaume8c76ee2007-05-01 23:26:35 +02002117I2C-TINY-USB DRIVER
2118P: Till Harbaum
2119M: till@harbaum.org
Jean Delvare846557d2008-10-30 15:55:47 +01002120L: linux-i2c@vger.kernel.org
Till Harbaume8c76ee2007-05-01 23:26:35 +02002121T: http://www.harbaum.org/till/i2c_tiny_usb
2122S: Maintained
2123
Linus Torvalds1da177e2005-04-16 15:20:36 -07002124i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002125P: H. Peter Anvin
2126M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127L: Linux-Kernel@vger.kernel.org
2128S: Maintained
2129
2130i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131P: H. Peter Anvin
2132M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002133T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134S: Maintained
2135
Linus Torvalds1da177e2005-04-16 15:20:36 -07002136IA64 (Itanium) PLATFORM
2137P: Tony Luck
2138M: tony.luck@intel.com
2139L: linux-ia64@vger.kernel.org
2140W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002141T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002142S: Maintained
2143
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144IBM MCA SCSI SUBSYSTEM DRIVER
2145P: Michael Lang
2146M: langa2@kph.uni-mainz.de
2147W: http://www.uni-mainz.de/~langm000/linux.html
2148S: Maintained
2149
2150IBM Power Linux RAID adapter
2151P: Brian King
2152M: brking@us.ibm.com
2153S: Supported
2154
2155IBM ServeRAID RAID DRIVER
2156P: Jack Hammer
2157P: Dave Jeffery
2158M: ipslinux@adaptec.com
2159W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002160S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002162IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002164M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002166T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002167S: Maintained
2168
2169IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002170P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002171M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002172L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002173S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002174
2175IDE/ATAPI FLOPPY DRIVERS
2176P: Paul Bristow
2177M: Paul Bristow <paul@paulbristow.net>
2178W: http://paulbristow.net/linux/idefloppy.html
2179L: linux-kernel@vger.kernel.org
2180S: Maintained
2181
2182IDE/ATAPI TAPE DRIVERS
2183P: Gadi Oxman
2184M: Gadi Oxman <gadio@netvision.net.il>
2185L: linux-kernel@vger.kernel.org
2186S: Maintained
2187
Andy Henroid27471fd2008-10-09 11:45:22 -07002188IDLE-I7300
2189P: Andy Henroid
2190M: andrew.d.henroid@intel.com
2191L: linux-pm@lists.linux-foundation.org
2192S: Supported
2193
Stefan Richterf148e202008-01-12 12:32:44 +01002194IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002195P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002196M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002197P: Stefan Richter
2198M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002199L: linux1394-devel@lists.sourceforge.net
2200W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002201T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002202S: Maintained
2203
Stefan Richterf51a5a92007-04-23 14:41:10 -07002204IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205P: Dan Dennedy
2206M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002207P: Stefan Richter
2208M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002210S: Maintained
2211
Linus Torvalds1da177e2005-04-16 15:20:36 -07002212IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002213L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002214S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215
2216INFINIBAND SUBSYSTEM
2217P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002218M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002219P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002220M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002221P: Hal Rosenstock
Jean Delvare795fb7e2008-09-20 12:33:08 +02002222M: hal.rosenstock@gmail.com
Randy Dunlap40b0bb12009-02-04 15:12:13 -08002223L: general@lists.openfabrics.org (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002224W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002225T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002226S: Supported
2227
Robert Lovec9f04f52005-07-15 12:21:07 -04002228INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01002229P: John McCutchan
John McCutchan52af8942008-12-17 17:43:02 -08002230M: john@johnmccutchan.com
Cal Peake18b36c712006-12-12 20:18:16 +01002231P: Robert Love
John McCutchan52af8942008-12-17 17:43:02 -08002232M: rlove@rlove.org
Robert Lovec9f04f52005-07-15 12:21:07 -04002233L: linux-kernel@vger.kernel.org
2234S: Maintained
2235
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002236INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2237P: Dmitry Torokhov
2238M: dmitry.torokhov@gmail.com
2239M: dtor@mail.ru
2240L: linux-input@vger.kernel.org
2241T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2242S: Maintained
2243
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002244INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002245P: Sylvain Meyer
2246M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002247L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002248S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002249
Linus Torvalds1da177e2005-04-16 15:20:36 -07002250INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002251P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002252M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002253L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002254S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002255
Thomas, Sujithf4a9bc42008-11-05 16:15:31 +05302256INTEL MENLOW THERMAL DRIVER
2257P: Sujith Thomas
2258M: sujith.thomas@intel.com
2259L: linux-acpi@vger.kernel.org
2260W: http://www.lesswatts.org/projects/acpi/
2261S: Supported
2262
Linus Torvalds1da177e2005-04-16 15:20:36 -07002263INTEL IA32 MICROCODE UPDATE SUPPORT
2264P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002265M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002266S: Maintained
2267
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002268INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002269P: Maciej Sosnowski
2270M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002271L: linux-kernel@vger.kernel.org
2272S: Supported
2273
David Woodhouse6c8909b2008-10-18 16:12:17 +01002274INTEL IOMMU (VT-d)
2275P: David Woodhouse
2276M: dwmw2@infradead.org
2277L: iommu@lists.linux-foundation.org
2278T: git://git.infradead.org/iommu-2.6.git
2279S: Supported
2280
Dan Williamsb3e5f262007-08-07 10:26:35 -07002281INTEL IOP-ADMA DMA DRIVER
2282P: Dan Williams
2283M: dan.j.williams@intel.com
2284L: linux-kernel@vger.kernel.org
2285S: Supported
2286
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01002287INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2288P: Krzysztof Halasa
2289M: khc@pm.waw.pl
2290S: Maintained
2291
Michael Buesch844dd052006-06-26 00:24:59 -07002292INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2293P: Deepak Saxena
2294M: dsaxena@plexity.net
2295S: Maintained
2296
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002297INTEL IXP2000 ETHERNET DRIVER
2298P: Lennert Buytenhek
2299M: kernel@wantstofly.org
2300L: netdev@vger.kernel.org
2301S: Maintained
2302
Auke Kokd94e6fe2008-03-03 14:37:47 -08002303INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002304P: Jeff Kirsher
2305M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002306P: Jesse Brandeburg
2307M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002308P: Bruce Allan
2309M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002310P: PJ Waskiewicz
2311M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002312P: John Ronciak
2313M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002314L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002315W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002316S: Supported
2317
James Ketrenos826d2ab2005-11-07 18:56:59 -06002318INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002319P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002320M: yi.zhu@intel.com
2321P: James Ketrenos
2322M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002323P: Reinette Chatre
2324M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002325L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002326L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002327W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002328W: http://ipw2100.sourceforge.net
2329S: Supported
2330
2331INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002332P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002333M: yi.zhu@intel.com
2334P: James Ketrenos
2335M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002336P: Reinette Chatre
2337M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002338L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002339L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002340W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002341W: http://ipw2200.sourceforge.net
2342S: Supported
2343
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08002344INTEL WIRELESS WIMAX CONNECTION 2400
2345P: Inaky Perez-Gonzalez
2346M: inaky.perez-gonzalez@intel.com
2347M: linux-wimax@intel.com
2348L: wimax@linuxwimax.org
2349S: Supported
2350W: http://linuxwimax.org
2351
Zhu Yib481de92007-09-25 17:54:57 -07002352INTEL WIRELESS WIFI LINK (iwlwifi)
2353P: Zhu Yi
2354M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002355P: Reinette Chatre
2356M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002357L: linux-wireless@vger.kernel.org
2358L: ipw3945-devel@lists.sourceforge.net
2359W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002360T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002361S: Supported
2362
Ralf Baechlecb109a02007-08-30 23:56:30 -07002363IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002364P: Ralf Baechle
2365M: ralf@linux-mips.org
2366L: linux-mips@linux-mips.org
2367S: Maintained
2368
Ralf Baechlecb109a02007-08-30 23:56:30 -07002369IOC3 SERIAL DRIVER
2370P: Pat Gefre
2371M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002372L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002373S: Maintained
2374
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002375IP MASQUERADING
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376P: Juanjo Ciarlante
2377M: jjciarla@raiz.uncu.edu.ar
2378S: Maintained
2379
Francois Romieu1202d6f2007-09-17 17:13:55 -07002380IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2381P: Francois Romieu
2382M: romieu@fr.zoreil.com
2383P: Sorbica Shieh
2384M: sorbica@icplus.com.tw
2385P: Jesse Huang
2386M: jesse@icplus.com.tw
2387L: netdev@vger.kernel.org
2388S: Maintained
2389
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002390IPATH DRIVER
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002391P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002392M: infinipath@qlogic.com
2393L: general@lists.openfabrics.org
2394T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002395S: Supported
2396
Corey Minyard4409ebe2006-04-20 02:43:12 -07002397IPMI SUBSYSTEM
2398P: Corey Minyard
2399M: minyard@acm.org
2400L: openipmi-developer@lists.sourceforge.net
2401W: http://openipmi.sourceforge.net/
2402S: Supported
2403
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002404IPS SCSI RAID DRIVER
2405P: Adaptec OEM Raid Solutions
2406M: aacraid@adaptec.com
2407L: linux-scsi@vger.kernel.org
2408W: http://www.adaptec.com/
2409S: Maintained
2410
2411IPVS
2412P: Wensong Zhang
2413M: wensong@linux-vs.org
2414P: Simon Horman
2415M: horms@verge.net.au
2416P: Julian Anastasov
2417M: ja@ssi.bg
Ralf Baechle979b6c12005-06-13 14:30:40 -07002418L: netdev@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002419L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002420S: Maintained
2421
Randy Dunlape7839f22008-10-12 16:11:45 -07002422IPWIRELESS DRIVER
David Sterba099dc4f2008-02-07 10:57:12 +01002423P: Jiri Kosina
2424M: jkosina@suse.cz
2425P: David Sterba
2426M: dsterba@suse.cz
2427S: Maintained
2428T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2429
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002430IPX NETWORK LAYER
2431P: Arnaldo Carvalho de Melo
2432M: acme@ghostprotocols.net
2433L: netdev@vger.kernel.org
2434S: Maintained
2435
Linus Torvalds1da177e2005-04-16 15:20:36 -07002436IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002437P: Samuel Ortiz
2438M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002439L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002440W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002441S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002442
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002443ISAPNP
2444P: Jaroslav Kysela
2445M: perex@perex.cz
2446S: Maintained
2447
Mike Christie14816b1e2007-11-28 16:22:06 -08002448ISCSI
2449P: Mike Christie
2450M: michaelc@cs.wisc.edu
2451L: open-iscsi@googlegroups.com
2452W: www.open-iscsi.org
2453T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2454S: Maintained
2455
Linus Torvalds1da177e2005-04-16 15:20:36 -07002456ISDN SUBSYSTEM
2457P: Karsten Keil
2458M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002459L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002460W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002461T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002462S: Maintained
2463
2464ISDN SUBSYSTEM (Eicon active card driver)
2465P: Armin Schindler
2466M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002467L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002468W: http://www.melware.de
2469S: Maintained
2470
Hans Verkuil91821ff2007-12-02 09:35:33 -03002471IVTV VIDEO4LINUX DRIVER
2472P: Hans Verkuil
2473M: hverkuil@xs4all.nl
2474L: ivtv-devel@ivtvdriver.org
2475L: ivtv-users@ivtvdriver.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03002476L: linux-media@vger.kernel.org
2477T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Hans Verkuil91821ff2007-12-02 09:35:33 -03002478W: http://www.ivtvdriver.org
2479S: Maintained
2480
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002481JFS FILESYSTEM
2482P: Dave Kleikamp
2483M: shaggy@austin.ibm.com
2484L: jfs-discussion@lists.sourceforge.net
2485W: http://jfs.sourceforge.net/
2486T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2487S: Supported
2488
Guo-Fu Tseng95252232008-09-16 01:00:11 +08002489JME NETWORK DRIVER
2490P: Guo-Fu Tseng
2491M: cooldavid@cooldavid.org
2492L: netdev@vger.kernel.org
2493S: Maintained
2494
Linus Torvalds1da177e2005-04-16 15:20:36 -07002495JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2496P: David Woodhouse
2497M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002498L: linux-mtd@lists.infradead.org
2499W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002500S: Maintained
2501
Josh Triplettde456d32006-07-30 03:04:00 -07002502JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002503P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002504M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002505L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002506S: Maintained
2507
Rudolf Marek4660cb32006-10-08 22:01:26 +02002508K8TEMP HARDWARE MONITORING DRIVER
2509P: Rudolf Marek
2510M: r.marek@assembler.cz
2511L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002512S: Maintained
2513
2514KCONFIG
2515P: Roman Zippel
2516M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002517L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002518S: Maintained
2519
Vivek Goyalea6c2082006-05-20 14:59:55 -07002520KDUMP
2521P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002522M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002523P: Haren Myneni
2524M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002525L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002526L: linux-kernel@vger.kernel.org
2527W: http://lse.sourceforge.net/kdump/
2528S: Maintained
2529
Linus Torvalds1da177e2005-04-16 15:20:36 -07002530KERNEL AUTOMOUNTER (AUTOFS)
2531P: H. Peter Anvin
2532M: hpa@zytor.com
2533L: autofs@linux.kernel.org
2534S: Odd Fixes
2535
2536KERNEL AUTOMOUNTER v4 (AUTOFS4)
2537P: Ian Kent
2538M: raven@themaw.net
2539L: autofs@linux.kernel.org
2540S: Maintained
2541
2542KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002543P: Sam Ravnborg
2544M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002545T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2546T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002547L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002548S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002549
2550KERNEL JANITORS
2551P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002552L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002554S: Maintained
2555
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002556KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002557P: J. Bruce Fields
2558M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002559P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002560M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002561L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002562W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002563S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564
Avi Kivity426d62e2006-12-13 00:34:03 -08002565KERNEL VIRTUAL MACHINE (KVM)
2566P: Avi Kivity
Avi Kivity9ea1de42008-09-19 19:25:30 -07002567M: avi@redhat.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002568L: kvm@vger.kernel.org
2569W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002570S: Supported
2571
Joerg Roedelad8003d2008-09-10 20:01:07 +02002572KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2573P: Joerg Roedel
2574M: joerg.roedel@amd.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002575L: kvm@vger.kernel.org
2576W: http://kvm.qumranet.com
2577S: Supported
2578
Hollis Blanchard513014b2008-04-16 23:28:08 -05002579KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2580P: Hollis Blanchard
2581M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002582L: kvm-ppc@vger.kernel.org
2583W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002584S: Supported
2585
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002586KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002587P: Xiantao Zhang
2588M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002589L: kvm-ia64@vger.kernel.org
2590W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002591S: Supported
2592
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002593KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2594P: Carsten Otte
2595M: cotte@de.ibm.com
2596P: Christian Borntraeger
2597M: borntraeger@de.ibm.com
2598M: linux390@de.ibm.com
2599L: linux-s390@vger.kernel.org
2600W: http://www.ibm.com/developerworks/linux/linux390/
2601S: Supported
2602
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002603KEXEC
2604P: Eric Biederman
2605M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002606W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002607L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002608L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002609S: Maintained
2610
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002611KGDB
2612P: Jason Wessel
2613M: jason.wessel@windriver.com
2614L: kgdb-bugreport@lists.sourceforge.net
2615S: Maintained
2616
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002617KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002618P: Ananth N Mavinakayanahalli
2619M: ananth@in.ibm.com
2620P: Anil S Keshavamurthy
2621M: anil.s.keshavamurthy@intel.com
2622P: David S. Miller
2623M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002624P: Masami Hiramatsu
2625M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002626L: linux-kernel@vger.kernel.org
2627S: Maintained
2628
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002629KS0108 LCD CONTROLLER DRIVER
2630P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002631M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002632L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002633W: http://miguelojeda.es/auxdisplay.htm
2634W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002635S: Maintained
2636
Linus Torvalds1da177e2005-04-16 15:20:36 -07002637LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002638L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002639S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002640
2641LASI 53c700 driver for PARISC
2642P: James E.J. Bottomley
2643M: James.Bottomley@HansenPartnership.com
2644L: linux-scsi@vger.kernel.org
2645S: Maintained
2646
Richard Purdie263de9b2006-05-15 09:44:16 -07002647LED SUBSYSTEM
2648P: Richard Purdie
2649M: rpurdie@rpsys.net
2650S: Maintained
2651
Linus Torvalds1da177e2005-04-16 15:20:36 -07002652LEGO USB Tower driver
2653P: Juergen Stuber
2654M: starblue@users.sourceforge.net
2655L: legousb-devel@lists.sourceforge.net
2656W: http://legousb.sourceforge.net/
2657S: Maintained
2658
Rusty Russell568a17f2007-10-25 14:12:24 +10002659LGUEST
2660P: Rusty Russell
2661M: rusty@rustcorp.com.au
2662L: lguest@ozlabs.org
2663W: http://lguest.ozlabs.org/
2664S: Maintained
2665
Linus Torvalds1da177e2005-04-16 15:20:36 -07002666LINUX FOR IBM pSERIES (RS/6000)
2667P: Paul Mackerras
2668M: paulus@au.ibm.com
2669W: http://www.ibm.com/linux/ltc/projects/ppc
2670S: Supported
2671
2672LINUX FOR NCR VOYAGER
2673P: James Bottomley
2674M: James.Bottomley@HansenPartnership.com
2675W: http://www.hansenpartnership.com/voyager
2676S: Maintained
2677
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002678LINUX FOR POWERPC (32-BIT AND 64-BIT)
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002679P: Benjamin Herrenschmidt
2680M: benh@kernel.crashing.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002681P: Paul Mackerras
2682M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002683W: http://www.penguinppc.org/
2684L: linuxppc-dev@ozlabs.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002685T: git kernel.org:/pub/scm/linux/kernel/git/benh/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002686S: Supported
2687
2688LINUX FOR POWER MACINTOSH
2689P: Benjamin Herrenschmidt
2690M: benh@kernel.crashing.org
2691W: http://www.penguinppc.org/
2692L: linuxppc-dev@ozlabs.org
2693S: Maintained
2694
Grant Likely77a76362008-07-12 12:11:43 -06002695LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002696P: Sylvain Munaut
2697M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002698P: Grant Likely
2699M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002700L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002701S: Maintained
2702
2703LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002704P: Josh Boyer
2705M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706P: Matt Porter
2707M: mporter@kernel.crashing.org
2708W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002709L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002710T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002711S: Maintained
2712
Grant Likely260c02a2007-10-02 12:15:34 +10002713LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2714P: Grant Likely
2715M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002716W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002717L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002718S: Maintained
2719
Tom Rinie93adf12005-07-26 12:49:53 -07002720LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002721P: Vitaly Bordug
2722M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002723P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002724M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002725W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002726L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002727S: Maintained
2728
Linus Torvalds1da177e2005-04-16 15:20:36 -07002729LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002730P: Kumar Gala
2731M: galak@kernel.crashing.org
2732W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002733L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002734S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002735
Olof Johanssonab06ff32006-09-06 14:44:54 -05002736LINUX FOR POWERPC PA SEMI PWRFICIENT
2737P: Olof Johansson
2738M: olof@lixom.net
2739W: http://www.pasemi.com/
2740L: linuxppc-dev@ozlabs.org
2741S: Supported
2742
Linus Torvalds1da177e2005-04-16 15:20:36 -07002743LINUX SECURITY MODULE (LSM) FRAMEWORK
2744P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002745M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002746L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002747T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002748S: Supported
2749
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002750LLC (802.2)
2751P: Arnaldo Carvalho de Melo
2752M: acme@ghostprotocols.net
2753S: Maintained
2754
Pavel Machek455fbdd2008-11-12 13:27:02 -08002755LIS3LV02D ACCELEROMETER DRIVER
2756P: Eric Piel
2757M: eric.piel@tremplin-utc.net
2758S: Maintained
2759
Linus Torvalds1da177e2005-04-16 15:20:36 -07002760LM83 HARDWARE MONITOR DRIVER
2761P: Jean Delvare
2762M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002763L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002764S: Maintained
2765
2766LM90 HARDWARE MONITOR DRIVER
2767P: Jean Delvare
2768M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002769L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002770S: Maintained
2771
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002772LOCKDEP AND LOCKSTAT
2773P: Peter Zijlstra
2774M: peterz@infradead.org
2775P: Ingo Molnar
2776M: mingo@redhat.com
2777L: linux-kernel@vger.kernel.org
2778T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2779S: Maintained
2780
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002781LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002782P: Richard Russon (FlatCap)
2783M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002784L: linux-ntfs-dev@lists.sourceforge.net
2785W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002786S: Maintained
2787
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002788LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2789P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002790M: Eric.Moore@lsi.com
2791M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002792L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002793L: linux-scsi@vger.kernel.org
2794W: http://www.lsilogic.com/support
2795S: Supported
2796
Linus Torvalds1da177e2005-04-16 15:20:36 -07002797LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2798P: Matthew Wilcox
2799M: matthew@wil.cx
2800L: linux-scsi@vger.kernel.org
2801S: Maintained
2802
Mike Frysinger81365c32008-10-29 14:01:12 -07002803LTP (Linux Test Project)
2804P: Subrata Modak
2805M: subrata@linux.vnet.ibm.com
2806P: Mike Frysinger
2807M: vapier@gentoo.org
2808L: ltp-list@lists.sourceforge.net (subscribers-only)
2809W: http://ltp.sourceforge.net/
2810T: git kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
2811S: Maintained
2812
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002813M32R ARCHITECTURE
2814P: Hirokazu Takata
2815M: takata@linux-m32r.org
2816L: linux-m32r@ml.linux-m32r.org
2817L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2818W: http://www.linux-m32r.org/
2819S: Maintained
2820
Linus Torvalds1da177e2005-04-16 15:20:36 -07002821M68K ARCHITECTURE
2822P: Geert Uytterhoeven
2823M: geert@linux-m68k.org
2824P: Roman Zippel
2825M: zippel@linux-m68k.org
2826L: linux-m68k@lists.linux-m68k.org
2827W: http://www.linux-m68k.org/
2828W: http://linux-m68k-cvs.ubb.ca/
2829S: Maintained
2830
2831M68K ON APPLE MACINTOSH
2832P: Joshua Thompson
2833M: funaho@jurai.org
2834W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002835L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002836S: Maintained
2837
2838M68K ON HP9000/300
2839P: Philip Blundell
2840M: philb@gnu.org
2841W: http://www.tazenda.demon.co.uk/phil/linux-hp
2842S: Maintained
2843
Jiri Benc64a327a2007-05-05 11:47:08 -07002844MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002845P: Johannes Berg
2846M: johannes@sipsolutions.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002847L: linux-wireless@vger.kernel.org
2848W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002849T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002850S: Maintained
2851
Stefano Brivio1036d862007-12-23 04:46:27 +01002852MAC80211 PID RATE CONTROL
2853P: Stefano Brivio
2854M: stefano.brivio@polimi.it
2855P: Mattias Nissler
2856M: mattias.nissler@gmx.de
2857L: linux-wireless@vger.kernel.org
2858W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2859T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2860S: Maintained
2861
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002862MACVLAN DRIVER
2863P: Patrick McHardy
2864M: kaber@trash.net
2865L: netdev@vger.kernel.org
2866S: Maintained
2867
Michael Kerriskfaf16682005-07-31 22:34:47 -07002868MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002869P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002870M: mtk.manpages@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02002871W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07002872L: linux-man@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02002873S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002874
Stefano Brivio74cda162007-11-19 20:27:46 +01002875MARVELL LIBERTAS WIRELESS DRIVER
2876P: Dan Williams
2877M: dcbw@redhat.com
2878L: libertas-dev@lists.infradead.org
2879S: Maintained
2880
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002881MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002882P: Lennert Buytenhek
2883M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002884L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002885S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002886
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002887MARVELL YUKON / SYSKONNECT DRIVER
2888P: Mirko Lindner
2889M: mlindner@syskonnect.de
2890P: Ralph Roesler
2891M: rroesler@syskonnect.de
2892W: http://www.syskonnect.com
2893S: Supported
2894
Linus Torvalds1da177e2005-04-16 15:20:36 -07002895MATROX FRAMEBUFFER DRIVER
2896P: Petr Vandrovec
2897M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002898L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002899S: Maintained
2900
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002901MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2902P: Hans J. Koch
2903M: hjk@linutronix.de
2904L: lm-sensors@lm-sensors.org
2905S: Maintained
2906
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002907MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002908P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002909M: megaraidlinux@lsi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002910L: linux-scsi@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002911W: http://megaraid.lsilogic.com
2912S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002913
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002914MEMORY MANAGEMENT
2915L: linux-mm@kvack.org
2916L: linux-kernel@vger.kernel.org
2917W: http://www.linux-mm.org
2918S: Maintained
2919
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002920MEMORY RESOURCE CONTROLLER
2921P: Balbir Singh
2922M: balbir@linux.vnet.ibm.com
2923P: Pavel Emelyanov
2924M: xemul@openvz.org
2925P: KAMEZAWA Hiroyuki
2926M: kamezawa.hiroyu@jp.fujitsu.com
2927L: linux-mm@kvack.org
2928L: linux-kernel@vger.kernel.org
2929S: Maintained
2930
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002931MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002932P: David Woodhouse
2933M: dwmw2@infradead.org
2934W: http://www.linux-mtd.infradead.org/
2935L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002936T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002937S: Maintained
2938
2939MICROTEK X6 SCANNER
2940P: Oliver Neukum
2941M: oliver@neukum.name
2942S: Maintained
2943
2944MIPS
2945P: Ralf Baechle
2946M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002947W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002948L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002949T: git www.linux-mips.org:/pub/scm/linux.git
2950S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002951
2952MISCELLANEOUS MCA-SUPPORT
2953P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002954M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002955L: linux-kernel@vger.kernel.org
2956S: Maintained
2957
2958MODULE SUPPORT
2959P: Rusty Russell
2960M: rusty@rustcorp.com.au
2961L: linux-kernel@vger.kernel.org
2962S: Maintained
2963
2964MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2965P: Stelian Pop
2966M: stelian@popies.net
2967W: http://popies.net/meye/
2968S: Maintained
2969
Pavel Pisac58ff042007-05-16 01:10:41 +02002970MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2971P: Pavel Pisa
2972M: ppisa@pikron.com
2973L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002974S: Maintained
2975
Linus Torvalds1da177e2005-04-16 15:20:36 -07002976MOUSE AND MISC DEVICES [GENERAL]
2977P: Alessandro Rubini
2978M: rubini@ipvvis.unipv.it
2979L: linux-kernel@vger.kernel.org
2980S: Maintained
2981
Jiri Slabyb9705b62008-04-30 00:53:48 -07002982MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002983P: Jiri Slaby
2984M: jirislaby@gmail.com
2985L: linux-kernel@vger.kernel.org
2986S: Maintained
2987
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002988MSI LAPTOP SUPPORT
2989P: Lennart Poettering
2990M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002991W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002992W: http://0pointer.de/lennart/tchibo.html
2993S: Maintained
2994
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002995MULTIFUNCTION DEVICES (MFD)
2996P: Samuel Ortiz
2997M: sameo@openedhand.com
2998L: linux-kernel@vger.kernel.org
2999S: Supported
3000
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02003001MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07003002P: Pierre Ossman
3003M: drzeus-mmc@drzeus.cx
3004L: linux-kernel@vger.kernel.org
3005S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01003006
David Brownell15a05802007-08-08 09:12:54 -07003007MULTIMEDIA CARD (MMC) ETC. OVER SPI
3008P: David Brownell
3009M: dbrownell@users.sourceforge.net
3010L: linux-kernel@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02003011S: Odd Fixes
David Brownell15a05802007-08-08 09:12:54 -07003012
Linus Torvalds1da177e2005-04-16 15:20:36 -07003013MULTISOUND SOUND DRIVER
3014P: Andrew Veliath
3015M: andrewtv@usa.net
3016S: Maintained
3017
Jiri Slabyd7354102006-12-08 02:38:35 -08003018MULTITECH MULTIPORT CARD (ISICOM)
3019P: Jiri Slaby
3020M: jirislaby@gmail.com
3021L: linux-kernel@vger.kernel.org
3022S: Maintained
3023
Felipe Balbi550a7372008-07-24 12:27:36 +03003024MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003025P: Felipe Balbi
3026M: felipe.balbi@nokia.com
3027L: linux-usb@vger.kernel.org
Felipe Balbib6a49b82008-11-24 13:06:51 +02003028T: git gitorious.org:/musb/mainline.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02003029S: Maintained
Felipe Balbi550a7372008-07-24 12:27:36 +03003030
Brice Goglin2d3cf582008-05-17 12:45:36 +02003031MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3032P: Andrew Gallatin
3033M: gallatin@myri.com
3034P: Brice Goglin
3035M: brice@myri.com
3036L: netdev@vger.kernel.org
3037W: http://www.myri.com/scs/download-Myri10GE.html
3038S: Supported
3039
Linus Torvalds1da177e2005-04-16 15:20:36 -07003040NATSEMI ETHERNET DRIVER (DP8381x)
Jean Delvare795fb7e2008-09-20 12:33:08 +02003041P: Tim Hockin
Linus Torvalds1da177e2005-04-16 15:20:36 -07003042M: thockin@hockin.org
3043S: Maintained
3044
3045NCP FILESYSTEM
3046P: Petr Vandrovec
3047M: vandrove@vc.cvut.cz
3048L: linware@sh.cvut.cz
3049S: Maintained
3050
3051NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3052P: James E.J. Bottomley
3053M: James.Bottomley@HansenPartnership.com
3054L: linux-scsi@vger.kernel.org
3055S: Maintained
3056
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003057NETEFFECT IWARP RNIC DRIVER (IW_NES)
3058P: Faisal Latif
Roland Dreier7b49d952008-10-16 15:39:14 -07003059M: faisal.latif@intel.com
Chien Tung5f625602008-05-26 15:23:32 -07003060P: Chien Tung
Roland Dreier7b49d952008-10-16 15:39:14 -07003061M: chien.tin.tung@intel.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003062L: general@lists.openfabrics.org
3063W: http://www.neteffect.com
3064S: Supported
3065F: drivers/infiniband/hw/nes/
3066
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003067NETEM NETWORK EMULATOR
3068P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003069M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07003070L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003071S: Maintained
3072
Jiri Slaby4a584482007-08-30 23:56:39 -07003073NETERION (S2IO) Xframe 10GbE DRIVER
3074P: Ramkrishna Vepa
3075M: ram.vepa@neterion.com
3076P: Rastapur Santosh
3077M: santosh.rastapur@neterion.com
3078P: Sivakumar Subramani
3079M: sivakumar.subramani@neterion.com
3080P: Sreenivasa Honnur
3081M: sreenivasa.honnur@neterion.com
3082L: netdev@vger.kernel.org
3083W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
3084S: Supported
3085
Linus Torvalds1da177e2005-04-16 15:20:36 -07003086NETFILTER/IPTABLES/IPCHAINS
3087P: Rusty Russell
3088P: Marc Boucher
3089P: James Morris
3090P: Harald Welte
3091P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07003092P: Patrick McHardy
3093M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07003094L: netfilter-devel@vger.kernel.org
3095L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07003096L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003097W: http://www.netfilter.org/
3098W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003099S: Supported
3100
Paul Moore4cc67732006-09-25 15:57:13 -07003101NETLABEL
3102P: Paul Moore
3103M: paul.moore@hp.com
3104W: http://netlabel.sf.net
3105L: netdev@vger.kernel.org
3106S: Supported
3107
Linus Torvalds1da177e2005-04-16 15:20:36 -07003108NETROM NETWORK LAYER
3109P: Ralf Baechle
3110M: ralf@linux-mips.org
3111L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003112W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003113S: Maintained
3114
Pavel Machek5ddb88c2006-09-29 02:01:29 -07003115NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003116P: Paul Clements
3117M: Paul.Clements@steeleye.com
3118S: Maintained
3119
3120NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003121P: Jeff Garzik
3122M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003123L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003124T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003125S: Maintained
3126
3127NETWORKING [GENERAL]
3128P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003129M: netdev@vger.kernel.org
3130L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003131W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003132S: Maintained
3133
3134NETWORKING [IPv4/IPv6]
3135P: David S. Miller
3136M: davem@davemloft.net
3137P: Alexey Kuznetsov
3138M: kuznet@ms2.inr.ac.ru
3139P: Pekka Savola (ipv6)
3140M: pekkas@netcore.fi
3141P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003142M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003143P: Hideaki YOSHIFUJI
3144M: yoshfuji@linux-ipv6.org
3145P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003146M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003147L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003148T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003149S: Maintained
3150
James Morris10e2ff12007-08-25 14:41:28 -07003151NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3152P: Paul Moore
3153M: paul.moore@hp.com
3154L: netdev@vger.kernel.org
3155S: Maintained
3156
John W. Linville29f8f632006-01-18 14:52:48 -08003157NETWORKING [WIRELESS]
3158P: John W. Linville
3159M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003160L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003161T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3162S: Maintained
3163
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003164NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003165P: Dhananjay Phadke
3166M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003167L: netdev@vger.kernel.org
3168W: http://www.netxen.com
3169S: Supported
3170
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003171NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003172P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003173M: Trond.Myklebust@netapp.com
3174L: linux-nfs@vger.kernel.org
3175W: http://client.linux-nfs.org
3176T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003177S: Maintained
3178
3179NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003180P: Jan-Pascal van Best
3181M: janpascal@vanbest.org
3182P: Andreas Mohr
3183M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003184L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003185S: Maintained
3186
3187NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3188P: YOKOTA Hiroshi
3189M: yokota@netlab.is.tsukuba.ac.jp
3190W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3191S: Maintained
3192
3193NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3194P: GOTO Masanori
3195M: gotom@debian.or.jp
3196P: YOKOTA Hiroshi
3197M: yokota@netlab.is.tsukuba.ac.jp
3198W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3199S: Maintained
3200
Linus Torvalds1da177e2005-04-16 15:20:36 -07003201NTFS FILESYSTEM
3202P: Anton Altaparmakov
3203M: aia21@cantab.net
3204L: linux-ntfs-dev@lists.sourceforge.net
3205L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003206W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003207T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003208S: Maintained
3209
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003210NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003211P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003212M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003213L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003214S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003215
Bob Copeland0ad122d2008-07-25 19:45:18 -07003216OMFS FILESYSTEM
3217P: Bob Copeland
3218M: me@bobcopeland.com
3219L: linux-karma-devel@lists.sourceforge.net
3220S: Maintained
3221
Harald Weltec1986ee2005-11-13 16:06:29 -08003222OMNIKEY CARDMAN 4000 DRIVER
3223P: Harald Welte
3224M: laforge@gnumonks.org
3225S: Maintained
3226
Harald Welte77c44ab2005-11-13 16:06:26 -08003227OMNIKEY CARDMAN 4040 DRIVER
3228P: Harald Welte
3229M: laforge@gnumonks.org
3230S: Maintained
3231
Jonathan Corbet77d51402007-03-22 19:44:17 -03003232OMNIVISION OV7670 SENSOR DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003233P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03003234M: corbet@lwn.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003235L: linux-media@vger.kernel.org
3236T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03003237S: Maintained
3238
Thomas Gleixner431bca72007-05-02 09:31:35 +02003239ONENAND FLASH DRIVER
3240P: Kyungmin Park
3241M: kyungmin.park@samsung.com
3242L: linux-mtd@lists.infradead.org
3243S: Maintained
3244
Linus Torvalds1da177e2005-04-16 15:20:36 -07003245ONSTREAM SCSI TAPE DRIVER
3246P: Willem Riede
3247M: osst@riede.org
3248L: osst-users@lists.sourceforge.net
3249L: linux-scsi@vger.kernel.org
3250S: Maintained
3251
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003252OPENCORES I2C BUS DRIVER
3253P: Peter Korsgaard
3254M: jacmet@sunsite.dk
Jean Delvare846557d2008-10-30 15:55:47 +01003255L: linux-i2c@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003256S: Maintained
3257
Linus Torvalds1da177e2005-04-16 15:20:36 -07003258OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003259P: Robert Richter
3260M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003261L: oprofile-list@lists.sf.net
3262S: Maintained
3263
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003264ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3265P: Mark Fasheh
3266M: mfasheh@suse.com
3267P: Joel Becker
3268M: joel.becker@oracle.com
3269L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3270W: http://oss.oracle.com/projects/ocfs2/
3271T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3272S: Supported
3273
Linus Torvalds1da177e2005-04-16 15:20:36 -07003274ORINOCO DRIVER
3275P: Pavel Roskin
3276M: proski@gnu.org
3277P: David Gibson
3278M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003279L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003280L: orinoco-users@lists.sourceforge.net
3281L: orinoco-devel@lists.sourceforge.net
3282W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003283S: Maintained
3284
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003285P54 WIRELESS DRIVER
3286P: Michael Wu
3287M: flamingice@sourmilk.net
3288L: linux-wireless@vger.kernel.org
3289W: http://prism54.org
3290T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3291S: Maintained
3292
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003293PA SEMI ETHERNET DRIVER
3294P: Olof Johansson
3295M: olof@lixom.net
3296L: netdev@vger.kernel.org
3297S: Maintained
3298
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003299PA SEMI SMBUS DRIVER
3300P: Olof Johansson
3301M: olof@lixom.net
Jean Delvare846557d2008-10-30 15:55:47 +01003302L: linux-i2c@vger.kernel.org
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003303S: Maintained
3304
Harald Welte709ee532008-09-23 17:46:57 +02003305PANASONIC LAPTOP ACPI EXTRAS DRIVER
3306P: Harald Welte
3307M: laforge@gnumonks.org
3308S: Maintained
3309
David Howells4fa97182008-10-13 10:42:44 +01003310PANASONIC MN10300/AM33 PORT
3311P: David Howells
3312M: dhowells@redhat.com
3313P: Koichi Yasutake
3314M: yasutake.koichi@jp.panasonic.com
3315L: linux-am33-list@redhat.com (moderated for non-subscribers)
3316W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3317S: Maintained
3318
Linus Torvalds1da177e2005-04-16 15:20:36 -07003319PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003320L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003321S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003322
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003323PARAVIRT_OPS INTERFACE
3324P: Jeremy Fitzhardinge
3325M: jeremy@xensource.com
3326P: Chris Wright
3327M: chrisw@sous-sol.org
3328P: Zachary Amsden
3329M: zach@vmware.com
3330P: Rusty Russell
3331M: rusty@rustcorp.com.au
3332L: virtualization@lists.osdl.org
3333L: linux-kernel@vger.kernel.org
3334S: Supported
3335
Linus Torvalds1da177e2005-04-16 15:20:36 -07003336PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3337P: Tim Waugh
3338M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003339L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003340W: http://www.torque.net/linux-pp.html
3341S: Maintained
3342
3343PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003344P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003345M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003346P: Matthew Wilcox
3347M: matthew@wil.cx
3348P: Grant Grundler
3349M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003350L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003351W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003352T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003353S: Maintained
3354
Jim Cromie1662d322006-10-06 00:43:59 -07003355PC87360 HARDWARE MONITORING DRIVER
3356P: Jim Cromie
3357M: jim.cromie@gmail.com
3358L: lm-sensors@lm-sensors.org
3359S: Maintained
3360
3361PC8736x GPIO DRIVER
3362P: Jim Cromie
3363M: jim.cromie@gmail.com
3364S: Maintained
3365
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003366PCI ERROR RECOVERY
3367P: Linas Vepstas
3368M: linas@austin.ibm.com
3369L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003370L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003371S: Supported
3372
Linus Torvalds1da177e2005-04-16 15:20:36 -07003373PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003374P: Jesse Barnes
3375M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003376L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003377L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003378T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003379S: Supported
3380
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003381PCIE HOTPLUG DRIVER
3382P: Kristen Carlson Accardi
3383M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003384L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003385S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003386
Linus Torvalds1da177e2005-04-16 15:20:36 -07003387PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003388P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003389L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003390W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003391T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003392S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003393
3394PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003395P: Don Fry
3396M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003397L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003398S: Maintained
3399
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003400PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003401P: Balbir Singh
3402M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003403L: linux-kernel@vger.kernel.org
3404S: Maintained
3405
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003406PERSONALITY HANDLING
3407P: Christoph Hellwig
3408M: hch@infradead.org
3409L: linux-abi-devel@lists.sourceforge.net
3410S: Maintained
3411
Linus Torvalds1da177e2005-04-16 15:20:36 -07003412PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003413P: Joern Engel
3414M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003415L: linux-mtd@lists.infradead.org
3416S: Maintained
3417
Peter Osterlund249a6772005-09-27 21:45:30 -07003418PKTCDVD DRIVER
3419P: Peter Osterlund
3420M: petero2@telia.com
3421L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003422S: Maintained
3423
Linus Torvalds1da177e2005-04-16 15:20:36 -07003424POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003425P: Thomas Gleixner
3426M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003427L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003428S: Supported
3429
Anton Vorontsov3be86142007-07-15 04:43:36 +04003430POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3431P: Anton Vorontsov
3432M: cbou@mail.ru
3433P: David Woodhouse
3434M: dwmw2@infradead.org
3435L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003436T: git git.infradead.org/battery-2.6.git
3437S: Maintained
3438
Linus Torvalds1da177e2005-04-16 15:20:36 -07003439PNP SUPPORT
3440P: Adam Belay
Bjorn Helgaas2d59f6a2008-08-01 10:01:12 -06003441M: abelay@mit.edu
3442P: Bjorn Helgaas
3443M: bjorn.helgaas@hp.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003444S: Maintained
3445
Vitaly Wool999445d2007-01-04 13:07:03 +01003446PNXxxxx I2C DRIVER
3447P: Vitaly Wool
3448M: vitalywool@gmail.com
Jean Delvare846557d2008-10-30 15:55:47 +01003449L: linux-i2c@vger.kernel.org
Vitaly Wool999445d2007-01-04 13:07:03 +01003450S: Maintained
3451
Linus Torvalds1da177e2005-04-16 15:20:36 -07003452PPP PROTOCOL DRIVERS AND COMPRESSORS
3453P: Paul Mackerras
3454M: paulus@samba.org
3455L: linux-ppp@vger.kernel.org
3456S: Maintained
3457
3458PPP OVER ATM (RFC 2364)
3459P: Mitchell Blank Jr
3460M: mitch@sfgoth.com
3461S: Maintained
3462
3463PPP OVER ETHERNET
3464P: Michal Ostrowski
Chris Wright5e70b7f32008-06-09 16:07:28 -07003465M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003466S: Maintained
3467
James Chapmana6d23702007-06-27 15:53:17 -07003468PPP OVER L2TP
3469P: James Chapman
3470M: jchapman@katalix.com
3471S: Maintained
3472
Linus Torvalds1da177e2005-04-16 15:20:36 -07003473PREEMPTIBLE KERNEL
3474P: Robert Love
3475M: rml@tech9.net
3476L: linux-kernel@vger.kernel.org
3477L: kpreempt-tech@lists.sourceforge.net
3478W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3479S: Supported
3480
3481PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003482P: Luis R. Rodriguez
3483M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003484L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003485W: http://prism54.org
3486S: Maintained
3487
3488PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3489P: Peter Denison
3490M: promise@pnd-pc.demon.co.uk
3491W: http://www.pnd-pc.demon.co.uk/promise/
3492S: Maintained
3493
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003494PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3495P: Mikael Pettersson
3496M: mikpe@it.uu.se
3497L: linux-ide@vger.kernel.org
3498S: Maintained
3499
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003500PS3 NETWORK SUPPORT
3501P: Masakazu Mokuno
3502M: mokuno@sm.sony.co.jp
3503L: netdev@vger.kernel.org
3504L: cbe-oss-dev@ozlabs.org
3505S: Supported
3506
Geoff Levandf58a9d12006-11-23 00:46:51 +01003507PS3 PLATFORM SUPPORT
3508P: Geoff Levand
3509M: geoffrey.levand@am.sony.com
3510L: linuxppc-dev@ozlabs.org
3511L: cbe-oss-dev@ozlabs.org
3512S: Supported
3513
Jim Pariscffb4add2009-01-06 11:32:10 +00003514PS3VRAM DRIVER
3515P: Jim Paris
3516M: jim@jtan.com
3517L: cbe-oss-dev@ozlabs.org
3518S: Maintained
3519
Michael Krufky83202042006-07-03 00:24:18 -07003520PVRUSB2 VIDEO4LINUX DRIVER
3521P: Mike Isely
3522M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003523L: pvrusb2@isely.net (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003524L: linux-media@vger.kernel.org
Michael Krufky83202042006-07-03 00:24:18 -07003525W: http://www.isely.net/pvrusb2/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003526T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Michael Krufky83202042006-07-03 00:24:18 -07003527S: Maintained
3528
Eric Miao30ec2612008-06-12 15:21:41 -07003529PXA2xx/PXA3xx SUPPORT
3530P: Eric Miao
3531M: eric.miao@marvell.com
3532P: Russell King
3533M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003534L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003535S: Maintained
3536
Pierre Ossman272f1332007-05-14 21:25:26 +02003537PXA MMCI DRIVER
3538S: Orphan
3539
Robert Jarzmik57f63bc2009-02-11 13:04:19 -08003540PXA RTC DRIVER
3541P: Robert Jarzmik
3542M: robert.jarzmik@free.fr
3543L: rtc-linux@googlegroups.com
3544S: Maintained
3545
Linus Torvalds1da177e2005-04-16 15:20:36 -07003546QLOGIC QLA2XXX FC-SCSI DRIVER
3547P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003548M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003549L: linux-scsi@vger.kernel.org
3550S: Supported
3551
Ron Mercer5a4faa872006-07-25 00:40:21 -07003552QLOGIC QLA3XXX NETWORK DRIVER
3553P: Ron Mercer
3554M: linux-driver@qlogic.com
3555L: netdev@vger.kernel.org
3556S: Supported
3557
Ron Mercerc4e84bd2008-09-18 11:56:28 -04003558QLOGIC QLGE 10Gb ETHERNET DRIVER
3559P: Ron Mercer
3560M: linux-driver@qlogic.com
3561M: ron.mercer@qlogic.com
3562L: netdev@vger.kernel.org
3563S: Supported
3564
Linus Torvalds1da177e2005-04-16 15:20:36 -07003565QNX4 FILESYSTEM
3566P: Anders Larsen
3567M: al@alarsen.net
3568L: linux-kernel@vger.kernel.org
3569W: http://www.alarsen.net/linux/qnx4fs/
3570S: Maintained
3571
3572RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003573P: Benjamin Herrenschmidt
3574M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003575L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003576S: Maintained
3577
3578RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003579P: Paul Mackerras
3580M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003581L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003582S: Maintained
3583
Randy Dunlape7839f22008-10-12 16:11:45 -07003584RALINK RT2X00 WIRELESS LAN DRIVER
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003585P: rt2x00 project
3586L: linux-wireless@vger.kernel.org
3587L: rt2400-devel@lists.sourceforge.net
3588W: http://rt2x00.serialmonkey.com/
3589S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003590T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003591F: drivers/net/wireless/rt2x00/
3592
Nick Piggin9db55792008-02-08 04:19:49 -08003593RAMDISK RAM BLOCK DEVICE DRIVER
3594P: Nick Piggin
3595M: npiggin@suse.de
3596S: Maintained
3597
Matt Mackall9e95ce22005-04-16 15:25:56 -07003598RANDOM NUMBER DRIVER
3599P: Matt Mackall
3600M: mpm@selenic.com
3601S: Maintained
3602
Matt Porter394b7012005-11-07 01:00:15 -08003603RAPIDIO SUBSYSTEM
3604P: Matt Porter
3605M: mporter@kernel.crashing.org
3606L: linux-kernel@vger.kernel.org
3607S: Maintained
3608
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003609RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3610P: Corey Thomas
3611M: coreythomas@charter.net
3612L: linux-wireless@vger.kernel.org
3613S: Maintained
3614
3615RCUTORTURE MODULE
3616P: Josh Triplett
3617M: josh@freedesktop.org
3618L: linux-kernel@vger.kernel.org
3619S: Maintained
3620
Florian Fainellic1f766b2008-02-06 22:39:44 +01003621RDC R-321X SoC
3622P: Florian Fainelli
3623M: florian.fainelli@telecomint.eu
3624L: linux-kernel@vger.kernel.org
3625S: Maintained
3626
Florian Fainellidb17f392007-12-19 11:30:30 +01003627RDC R6040 FAST ETHERNET DRIVER
3628P: Florian Fainelli
3629M: florian.fainelli@telecomint.eu
3630L: netdev@vger.kernel.org
3631S: Maintained
3632
Josh Triplett595182b2006-10-04 02:17:21 -07003633READ-COPY UPDATE (RCU)
3634P: Dipankar Sarma
3635M: dipankar@in.ibm.com
3636W: http://www.rdrop.com/users/paulmck/rclock/
3637L: linux-kernel@vger.kernel.org
3638S: Supported
3639
Linus Torvalds1da177e2005-04-16 15:20:36 -07003640REAL TIME CLOCK DRIVER
3641P: Paul Gortmaker
3642M: p_gortmaker@yahoo.com
3643L: linux-kernel@vger.kernel.org
3644S: Maintained
3645
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003646REAL TIME CLOCK (RTC) SUBSYSTEM
3647P: Alessandro Zummo
3648M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003649L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003650S: Maintained
3651
Linus Torvalds1da177e2005-04-16 15:20:36 -07003652REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003653L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003654S: Supported
3655
Ivo van Doorne08976452008-04-12 19:23:55 +02003656RFKILL
3657P: Ivo van Doorn
3658M: IvDoorn@gmail.com
3659L: netdev@vger.kernel.org
3660S: Maintained
3661F: net/rfkill
3662
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003663RISCOM8 DRIVER
3664S: Orphan
3665
Linus Torvalds1da177e2005-04-16 15:20:36 -07003666ROCKETPORT DRIVER
3667P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003668W: http://www.comtrol.com
3669S: Maintained
3670
3671ROSE NETWORK LAYER
3672P: Ralf Baechle
3673M: ralf@linux-mips.org
3674L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003675W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003676S: Maintained
3677
Larry Finger59840482008-11-12 17:13:09 -06003678RTL8180 WIRELESS DRIVER
John W. Linville96dd6032008-11-12 14:51:56 -05003679P: John W. Linville
3680M: linville@tuxdriver.com
Michael Wu605bebe2007-05-14 01:41:02 -04003681L: linux-wireless@vger.kernel.org
3682W: http://linuxwireless.org/
John W. Linville96dd6032008-11-12 14:51:56 -05003683T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
Michael Wu605bebe2007-05-14 01:41:02 -04003684S: Maintained
3685
Larry Finger59840482008-11-12 17:13:09 -06003686RTL8187 WIRELESS DRIVER
3687P: Herton Ronaldo Krzesinski
3688M: herton@mandriva.com.br
3689P: Hin-Tak Leung
3690M htl10@users.sourceforge.net
3691P: Larry Finger
3692M: Larry.Finger@lwfinger.net
3693L: linux-wireless@vger.kernel.org
3694W: http://linuxwireless.org/
3695T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
3696S: Maintained
3697
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003698S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003699P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003700M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003701L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003702S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003703
Linus Torvalds1da177e2005-04-16 15:20:36 -07003704S390
3705P: Martin Schwidefsky
3706M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003707P: Heiko Carstens
3708M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003709M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003710L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003711W: http://www.ibm.com/developerworks/linux/linux390/
3712S: Supported
3713
3714S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003715P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003716M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003717P: Frank Blaschka
3718M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003719M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003720L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003721W: http://www.ibm.com/developerworks/linux/linux390/
3722S: Supported
3723
3724S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003725P: Christof Schmitt
3726M: christof.schmitt@de.ibm.com
3727P: Martin Peschke
3728M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003729M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003730L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003731W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003732S: Supported
3733
Ursula Braundd96df22007-09-19 13:09:02 +02003734S390 IUCV NETWORK LAYER
3735P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003736M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003737M: linux390@de.ibm.com
3738L: linux-s390@vger.kernel.org
3739W: http://www.ibm.com/developerworks/linux/linux390/
3740S: Supported
3741
Ben Dooks4dde7f72008-06-30 22:40:38 +01003742S3C24XX SD/MMC Driver
3743P: Ben Dooks
3744M: ben-linux@fluff.org
3745L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3746L: linux-kernel@vger.kernel.org
3747S: Supported
3748
Linus Torvalds1da177e2005-04-16 15:20:36 -07003749SAA7146 VIDEO4LINUX-2 DRIVER
3750P: Michael Hunold
3751M: michael@mihu.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003752L: linux-media@vger.kernel.org
3753T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003754W: http://www.mihu.de/linux/saa7146
3755S: Maintained
3756
Linus Torvalds1da177e2005-04-16 15:20:36 -07003757SC1200 WDT DRIVER
3758P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003759M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003760S: Maintained
3761
3762SCHEDULER
3763P: Ingo Molnar
3764M: mingo@elte.hu
3765P: Robert Love [the preemptible kernel bits]
3766M: rml@tech9.net
3767L: linux-kernel@vger.kernel.org
3768S: Maintained
3769
3770SCSI CDROM DRIVER
3771P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003772M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003773L: linux-scsi@vger.kernel.org
3774W: http://www.kernel.dk
3775S: Maintained
3776
3777SCSI SG DRIVER
3778P: Doug Gilbert
3779M: dgilbert@interlog.com
3780L: linux-scsi@vger.kernel.org
3781W: http://www.torque.net/sg
3782S: Maintained
3783
3784SCSI SUBSYSTEM
3785P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003786M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003787L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003788T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003789T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3790T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791S: Maintained
3792
3793SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003794P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003795M: Kai.Makisara@kolumbus.fi
3796L: linux-scsi@vger.kernel.org
3797S: Maintained
3798
3799SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003800P: Vlad Yasevich
3801M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003802P: Sridhar Samudrala
3803M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003804L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003805W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003806S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003807
3808SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003809P: Jim Cromie
3810M: jim.cromie@gmail.com
3811S: Odd Fixes
3812
3813SCx200 GPIO DRIVER
3814P: Jim Cromie
3815M: jim.cromie@gmail.com
3816S: Maintained
3817
3818SCx200 HRT CLOCKSOURCE DRIVER
3819P: Jim Cromie
3820M: jim.cromie@gmail.com
3821S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003822
Sascha Sommer6a369132008-07-15 14:21:29 +02003823SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3824P: Sascha Sommer
3825M: saschasommer@freenet.de
3826L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3827S: Maintained
3828
Randy Dunlape7839f22008-10-12 16:11:45 -07003829SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003830P: Pierre Ossman
3831M: drzeus-sdhci@drzeus.cx
3832L: sdhci-devel@list.drzeus.cx
3833S: Maintained
3834
James Morris8711cca2008-12-04 03:19:45 +11003835SECURITY SUBSYSTEM
3836F: security/
3837P: James Morris
3838M: jmorris@namei.org
3839L: linux-kernel@vger.kernel.org
3840L: linux-security-module@vger.kernel.org (suggested Cc:)
3841T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
3842S: Supported
3843
Linus Torvalds1da177e2005-04-16 15:20:36 -07003844SECURITY CONTACT
3845P: Security Officers
3846M: security@kernel.org
3847S: Supported
3848
3849SELINUX SECURITY MODULE
3850P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003851M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003852P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003853M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003854P: Eric Paris
3855M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003856L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003857L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Stephen Smalleyf0589252008-09-11 09:20:26 -04003858W: http://selinuxproject.org
3859T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003860S: Supported
3861
Jiri Slabycef2cf02007-05-08 00:31:45 -07003862SENSABLE PHANTOM
3863P: Jiri Slaby
3864M: jirislaby@gmail.com
3865S: Maintained
3866
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003867SERIAL ATA (SATA) SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07003868P: Jeff Garzik
3869M: jgarzik@pobox.com
3870L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003871T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003872S: Supported
3873
Ben Hutchings8ceee662008-04-27 12:55:59 +01003874SFC NETWORK DRIVER
3875P: Steve Hodgson
3876P: Ben Hutchings
3877P: Robert Stonehouse
3878M: linux-net-drivers@solarflare.com
3879S: Supported
3880
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003881SGI GRU DRIVER
3882P: Jack Steiner
3883M: steiner@sgi.com
3884S: Maintained
3885
3886SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3887P: Pat Gefre
3888M: pfg@sgi.com
3889L: linux-ia64@vger.kernel.org
3890S: Supported
3891
Linus Torvalds1da177e2005-04-16 15:20:36 -07003892SGI VISUAL WORKSTATION 320 AND 540
3893P: Andrey Panin
3894M: pazke@donpac.ru
3895L: linux-visws-devel@lists.sf.net
3896W: http://linux-visws.sf.net
3897S: Maintained for 2.6.
3898
Jack Steiner75312612008-08-15 00:40:42 -07003899SGI XP/XPC/XPNET DRIVER
3900P: Dean Nelson
3901M: dcn@sgi.com
3902S: Maintained
3903
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003904SHARP LH SUPPORT (LH7952X & LH7A40X)
3905P: Marc Singer
3906M: elf@buici.com
3907W: http://projects.buici.com/arm
3908L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3909S: Maintained
3910
3911SHPC HOTPLUG DRIVER
3912P: Kristen Carlson Accardi
3913M: kristen.c.accardi@intel.com
3914L: linux-pci@vger.kernel.org
3915S: Supported
3916
Linus Torvalds1da177e2005-04-16 15:20:36 -07003917SIMTEC EB110ATX (Chalice CATS)
3918P: Ben Dooks
3919P: Vincent Sanders
3920M: support@simtec.co.uk
3921W: http://www.simtec.co.uk/products/EB110ATX/
3922S: Supported
3923
3924SIMTEC EB2410ITX (BAST)
3925P: Ben Dooks
3926P: Vincent Sanders
3927M: support@simtec.co.uk
3928W: http://www.simtec.co.uk/products/EB2410ITX/
3929S: Supported
3930
Francois Romieu92aab3c2005-07-30 13:11:18 +02003931SIS 190 ETHERNET DRIVER
3932P: Francois Romieu
3933M: romieu@fr.zoreil.com
3934L: netdev@vger.kernel.org
3935S: Maintained
3936
Linus Torvalds1da177e2005-04-16 15:20:36 -07003937SIS 900/7016 FAST ETHERNET DRIVER
3938P: Daniele Venzano
3939M: venza@brownhat.org
3940W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003941L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003942S: Maintained
3943
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003944SIS 96X I2C/SMBUS DRIVER
3945P: Mark M. Hoffman
3946M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01003947L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003948S: Maintained
3949
Linus Torvalds1da177e2005-04-16 15:20:36 -07003950SIS FRAMEBUFFER DRIVER
3951P: Thomas Winischhofer
3952M: thomas@winischhofer.net
3953W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003954S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003955
3956SIS USB2VGA DRIVER
3957P: Thomas Winischhofer
3958M: thomas@winischhofer.net
3959W: http://www.winischhofer.at/linuxsisusbvga.shtml
3960S: Maintained
3961
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003962SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3963P: Stephen Hemminger
3964M: shemminger@linux-foundation.org
3965L: netdev@vger.kernel.org
3966S: Maintained
3967
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003968SLAB ALLOCATOR
3969P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003970M: cl@linux-foundation.org
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003971P: Pekka Enberg
3972M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003973P: Matt Mackall
3974M: mpm@selenic.com
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003975L: linux-mm@kvack.org
3976S: Maintained
3977
Linus Torvalds1da177e2005-04-16 15:20:36 -07003978SMC91x ETHERNET DRIVER
3979P: Nicolas Pitre
3980M: nico@cam.org
3981S: Maintained
3982
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003983SMSC47B397 HARDWARE MONITOR DRIVER
3984P: Mark M. Hoffman
3985M: mhoffman@lightlink.com
3986L: lm-sensors@lm-sensors.org
3987S: Maintained
3988
Steve Glendinningfd9abb32008-11-05 00:35:37 +00003989SMSC911x ETHERNET DRIVER
3990P: Steve Glendinning
3991M: steve.glendinning@smsc.com
3992L: netdev@vger.kernel.org
3993S: Supported
3994
Steve Glendinning2cb37722008-12-11 20:54:30 -08003995SMSC9420 PCI ETHERNET DRIVER
3996P: Steve Glendinning
3997M: steve.glendinning@smsc.com
3998L: netdev@vger.kernel.org
3999S: Supported
4000
Ben Nizetteb54f2862008-03-13 22:27:30 +11004001SMX UIO Interface
4002P: Ben Nizette
4003M: bn@niasdigital.com
4004S: Maintained
4005
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004006SN-IA64 (Itanium) SUB-PLATFORM
4007P: Jes Sorensen
4008M: jes@sgi.com
4009L: linux-altix@sgi.com
4010L: linux-ia64@vger.kernel.org
4011W: http://www.sgi.com/altix
4012S: Maintained
4013
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03004014SOC-CAMERA V4L2 SUBSYSTEM
Jean Delvare795fb7e2008-09-20 12:33:08 +02004015P: Guennadi Liakhovetski
4016M: g.liakhovetski@gmx.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004017L: linux-media@vger.kernel.org
4018T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02004019S: Maintained
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03004020
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004021SOEKRIS NET48XX LED SUPPORT
4022P: Chris Boot
4023M: bootc@bootc.net
4024S: Maintained
4025
Linus Torvalds1da177e2005-04-16 15:20:36 -07004026SOFTWARE RAID (Multiple Disks) SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07004027P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08004028M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004029L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08004030S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004031
Linus Torvalds1da177e2005-04-16 15:20:36 -07004032SONIC NETWORK DRIVER
4033P: Thomas Bogendoerfer
4034M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07004035L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004036S: Maintained
4037
Michael Buesch61e115a2007-09-18 15:12:50 -04004038SONICS SILICON BACKPLANE DRIVER (SSB)
4039P: Michael Buesch
4040M: mb@bu3sch.de
4041L: netdev@vger.kernel.org
4042S: Maintained
4043
Linus Torvalds1da177e2005-04-16 15:20:36 -07004044SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01004045P: Mattia Dongili
4046M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01004047L: linux-acpi@vger.kernel.org
4048W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07004049S: Maintained
4050
Alex Dubovbaf85322008-02-09 10:20:54 -08004051SONY MEMORYSTICK CARD SUPPORT
4052P: Alex Dubov
4053M: oakad@yahoo.com
4054L: linux-kernel@vger.kernel.org
4055W: http://tifmxx.berlios.de/
4056S: Maintained
4057
Linus Torvalds1da177e2005-04-16 15:20:36 -07004058SOUND
4059P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02004060M: perex@perex.cz
Takashi Iwai281712f2008-08-19 13:10:04 +02004061P: Takashi Iwai
4062M: tiwai@suse.de
Takashi Iwai82622042007-04-16 12:32:52 +02004063L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004064S: Maintained
4065
Mark Brownbd903bd2008-11-19 19:16:05 +00004066SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004067P: Liam Girdwood
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004068M: lrg@slimlogic.co.uk
Mark Brown2cad0ad2008-01-10 14:33:07 +01004069P: Mark Brown
4070M: broonie@opensource.wolfsonmicro.com
4071T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02004072L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004073W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004074S: Supported
4075
Sam Ravnborg473321f2009-01-04 15:47:49 -08004076SPARC + UltraSPARC (sparc/sparc64)
4077P: David S. Miller
4078M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004079L: sparclinux@vger.kernel.org
Sam Ravnborg473321f2009-01-04 15:47:49 -08004080T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4081T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004082S: Maintained
4083
4084SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4085P: Roger Wolff
4086M: R.E.Wolff@BitWizard.nl
4087L: linux-kernel@vger.kernel.org ?
4088S: Supported
4089
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004090SPI SUBSYSTEM
4091P: David Brownell
4092M: dbrownell@users.sourceforge.net
4093L: spi-devel-general@lists.sourceforge.net
4094S: Maintained
4095
Jim Lewis2752e402006-09-29 02:01:19 -07004096SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01004097P: Ishizaki Kou
4098M: kou.ishizaki@toshiba.co.jp
4099P: Jens Osterkamp
4100M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07004101L: netdev@vger.kernel.org
4102S: Supported
4103
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004104SPU FILE SYSTEM
4105P: Jeremy Kerr
4106M: jk@ozlabs.org
4107L: linuxppc-dev@ozlabs.org
4108L: cbe-oss-dev@ozlabs.org
4109W: http://www.ibm.com/developerworks/power/cell/
4110S: Supported
4111
Phillip Lougherfc555842009-01-05 08:46:29 +00004112SQUASHFS FILE SYSTEM
4113P: Phillip Lougher
4114M: phillip@lougher.demon.co.uk
4115L: squashfs-devel@lists.sourceforge.net (subscribers-only)
4116W: http://squashfs.org.uk
4117S: Maintained
4118
Linus Torvalds1da177e2005-04-16 15:20:36 -07004119SRM (Alpha) environment access
4120P: Jan-Benedict Glaw
4121M: jbglaw@lug-owl.de
4122L: linux-kernel@vger.kernel.org
4123S: Maintained
4124
Linus Torvalds26e9a392008-10-17 09:50:12 -07004125STABLE BRANCH
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004126P: Greg Kroah-Hartman
4127M: greg@kroah.com
4128P: Chris Wright
4129M: chrisw@sous-sol.org
4130L: stable@kernel.org
4131S: Maintained
4132
Linus Torvalds26e9a392008-10-17 09:50:12 -07004133STAGING SUBSYSTEM
4134P: Greg Kroah-Hartman
4135M: gregkh@suse.de
4136L: linux-kernel@vger.kernel.org
4137T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4138S: Maintained
4139
Linus Torvalds1da177e2005-04-16 15:20:36 -07004140STARFIRE/DURALAN NETWORK DRIVER
4141P: Ion Badulescu
4142M: ionut@cs.columbia.edu
4143S: Maintained
4144
4145STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4146W: http://mosquitonet.Stanford.EDU/strip.html
Jean Delvarebaaea1d2008-09-20 12:34:33 +02004147S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07004148
4149STRADIS MPEG-2 DECODER DRIVER
4150P: Nathan Laredo
4151M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004152W: http://www.stradis.com/
4153S: Maintained
4154
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004155SUN3/3X
4156P: Sam Creasey
4157M: sammy@sammy.net
4158W: http://sammy.net/sun3/
4159S: Maintained
4160
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004161SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07004162P: Paul Mundt
4163M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004164L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004165W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004166T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09004167S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004168
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004169SUSPEND TO RAM
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004170P: Len Brown
4171M: len.brown@intel.com
4172P: Pavel Machek
4173M: pavel@suse.cz
4174P: Rafael J. Wysocki
4175M: rjw@sisk.pl
4176L: linux-pm@lists.linux-foundation.org
4177S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004178
4179SVGA HANDLING
4180P: Martin Mares
4181M: mj@ucw.cz
4182L: linux-video@atrey.karlin.mff.cuni.cz
4183S: Maintained
4184
4185SYSV FILESYSTEM
4186P: Christoph Hellwig
4187M: hch@infradead.org
4188S: Maintained
4189
Alan Cox4e688522008-04-30 00:52:11 -07004190TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07004191P: Balbir Singh
4192M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004193L: linux-kernel@vger.kernel.org
4194S: Maintained
4195
Stephen Hemminger781b456a2006-07-10 20:25:29 -07004196TC CLASSIFIER
4197P: Jamal Hadi Salim
4198M: hadi@cyberus.ca
4199L: netdev@vger.kernel.org
4200S: Maintained
4201
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004202TCP LOW PRIORITY MODULE
4203P: Wong Hoi Sing, Edison
4204M: hswong3i@gmail.com
4205P: Hung Hing Lun, Mike
4206M: hlhung3i@gmail.com
4207W: http://tcp-lp-mod.sourceforge.net/
4208S: Maintained
4209
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004210TEHUTI ETHERNET DRIVER
4211P: Alexander Indenbaum
4212M: baum@tehutinetworks.net
4213P: Andy Gospodarek
4214M: andy@greyhouse.net
4215L: netdev@vger.kernel.org
4216S: Supported
4217
Alan Cox4e688522008-04-30 00:52:11 -07004218Telecom Clock Driver for MCPL0010
4219P: Mark Gross
4220M: mark.gross@intel.com
4221S: Supported
4222
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004223TENSILICA XTENSA PORT (xtensa)
Alan Cox4e688522008-04-30 00:52:11 -07004224P: Chris Zankel
4225M: chris@zankel.net
4226S: Maintained
4227
4228THINKPAD ACPI EXTRAS DRIVER
4229P: Henrique de Moraes Holschuh
4230M: ibm-acpi@hmh.eng.br
4231L: ibm-acpi-devel@lists.sourceforge.net
4232W: http://ibm-acpi.sourceforge.net
4233W: http://thinkwiki.org/wiki/Ibm-acpi
4234T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4235S: Maintained
4236
Alex Dubov4020f2d2006-10-04 02:15:37 -07004237TI FLASH MEDIA INTERFACE DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02004238P: Alex Dubov
4239M: oakad@yahoo.com
4240S: Maintained
Alex Dubov4020f2d2006-10-04 02:15:37 -07004241
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004242TI OMAP MMC INTERFACE DRIVER
4243P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004244M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004245W: http://linux.omap.com
4246W: http://www.muru.com/linux/omap/
4247S: Maintained
4248
Michael Buesch844dd052006-06-26 00:24:59 -07004249TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4250P: Deepak Saxena
4251M: dsaxena@plexity.net
4252S: Maintained
4253
Per Lidene86eaa32006-01-12 16:45:18 +01004254TIPC NETWORK LAYER
4255P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004256M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004257P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004258M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004259P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004260M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004261L: tipc-discussion@lists.sourceforge.net
4262W: http://tipc.sourceforge.net/
4263W: http://tipc.cslab.ericsson.net/
4264T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4265S: Maintained
4266
Linus Torvalds1da177e2005-04-16 15:20:36 -07004267TLAN NETWORK DRIVER
4268P: Samuel Chessman
4269M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004270L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004271W: http://sourceforge.net/projects/tlan/
4272S: Maintained
4273
Linus Torvalds1da177e2005-04-16 15:20:36 -07004274TOSHIBA ACPI EXTRAS DRIVER
4275P: John Belmonte
4276M: toshiba_acpi@memebeam.org
4277W: http://memebeam.org/toys/ToshibaAcpiDriver
4278S: Maintained
4279
4280TOSHIBA SMM DRIVER
4281P: Jonathan Buzzard
4282M: jonathan@buzzard.org.uk
4283L: tlinux-users@tce.toshiba-dme.co.jp
4284W: http://www.buzzard.org.uk/toshiba/
4285S: Maintained
4286
Alan Cox4e688522008-04-30 00:52:11 -07004287TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004288P: Debora Velarde
4289M: debora@linux.vnet.ibm.com
4290P: Rajiv Andrade
4291M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004292W: http://tpmdd.sourceforge.net
4293P: Marcel Selhorst
Marcel Selhorst7dcce132009-02-11 13:04:27 -08004294M: m.selhorst@sirrix.com
4295W: http://www.sirrix.com
Rajiv Andrade63a10df2008-10-15 22:04:36 -07004296L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
Alan Cox4e688522008-04-30 00:52:11 -07004297S: Maintained
4298
Linus Torvalds1da177e2005-04-16 15:20:36 -07004299TRIVIAL PATCHES
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004300P: Jiri Kosina
Jim Cromiece00f852006-11-30 04:49:44 +01004301M: trivial@kernel.org
4302L: linux-kernel@vger.kernel.org
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004303T: git kernel.org:/pub/scm/linux/kernel/git/jikos/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004304S: Maintained
4305
Alan Cox4e688522008-04-30 00:52:11 -07004306TTY LAYER
4307P: Alan Cox
4308M: alan@lxorguk.ukuu.org.uk
4309L: linux-kernel@vger.kernel.org
4310S: Maintained
4311
Grant Grundler740db6d2008-02-17 11:53:49 -07004312TULIP NETWORK DRIVERS
4313P: Grant Grundler
4314M: grundler@parisc-linux.org
4315P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004316M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004317L: netdev@vger.kernel.org
4318S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004319
4320TUN/TAP driver
4321P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004322M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004323L: vtun@office.satix.net
4324W: http://vtun.sourceforge.net/tun
4325S: Maintained
4326
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004327TURBOCHANNEL SUBSYSTEM
4328P: Maciej W. Rozycki
4329M: macro@linux-mips.org
4330S: Maintained
4331
Linus Torvalds1da177e2005-04-16 15:20:36 -07004332U14-34F SCSI DRIVER
4333P: Dario Ballabio
4334M: ballabio_dario@emc.com
4335L: linux-scsi@vger.kernel.org
4336S: Maintained
4337
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004338UBI FILE SYSTEM (UBIFS)
4339P: Artem Bityutskiy
4340M: dedekind@infradead.org
4341P: Adrian Hunter
4342M: ext-adrian.hunter@nokia.com
4343L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004344T: git git://git.infradead.org/ubifs-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004345W: http://www.linux-mtd.infradead.org/doc/ubifs.html
4346S: Maintained
4347
Alan Coxcc2020e2008-05-19 14:21:51 +01004348UCLINUX (AND M68KNOMMU)
4349P: Greg Ungerer
4350M: gerg@uclinux.org
4351W: http://www.uclinux.org/
4352L: uclinux-dev@uclinux.org (subscribers-only)
4353S: Maintained
4354
Alan Coxcc2020e2008-05-19 14:21:51 +01004355UCLINUX FOR RENESAS H8/300
4356P: Yoshinori Sato
4357M: ysato@users.sourceforge.jp
4358W: http://uclinux-h8.sourceforge.jp/
4359S: Supported
4360
Linus Torvalds1da177e2005-04-16 15:20:36 -07004361UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004362P: Jan Kara
4363M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004364W: http://linux-udf.sourceforge.net
4365S: Maintained
4366
Alan Coxcc2020e2008-05-19 14:21:51 +01004367UFS FILESYSTEM
4368P: Evgeniy Dushistov
4369M: dushistov@mail.ru
4370L: linux-kernel@vger.kernel.org
4371S: Maintained
4372
David Vrabel18332a82008-09-17 16:34:44 +01004373ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4374P: David Vrabel
4375M: david.vrabel@csr.com
4376L: linux-usb@vger.kernel.org
4377S: Supported
4378
Linus Torvalds1da177e2005-04-16 15:20:36 -07004379UNIFORM CDROM DRIVER
4380P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004381M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004382L: linux-kernel@vger.kernel.org
4383W: http://www.kernel.dk
4384S: Maintained
4385
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004386UNSORTED BLOCK IMAGES (UBI)
4387P: Artem Bityutskiy
4388M: dedekind@infradead.org
4389W: http://www.linux-mtd.infradead.org/
4390L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004391T: git git://git.infradead.org/ubi-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004392S: Maintained
4393
Linus Torvalds1da177e2005-04-16 15:20:36 -07004394USB ACM DRIVER
4395P: Oliver Neukum
4396M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004397L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004398S: Maintained
4399
4400USB BLOCK DRIVER (UB ub)
4401P: Pete Zaitcev
4402M: zaitcev@redhat.com
4403L: linux-kernel@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004404L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004405S: Supported
4406
Linus Torvalds1da177e2005-04-16 15:20:36 -07004407USB CDC ETHERNET DRIVER
4408P: Greg Kroah-Hartman
4409M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004410L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004411S: Maintained
4412W: http://www.kroah.com/linux-usb/
4413
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004414USB CYPRESS C67X00 DRIVER
4415P: Peter Korsgaard
4416M: jacmet@sunsite.dk
4417L: linux-usb@vger.kernel.org
4418S: Maintained
4419
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004420USB DAVICOM DM9601 DRIVER
4421P: Peter Korsgaard
4422M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004423L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004424W: http://www.linux-usb.org/usbnet
4425S: Maintained
4426
Alan Coxcc2020e2008-05-19 14:21:51 +01004427USB DIAMOND RIO500 DRIVER
4428P: Cesar Miquel
4429M: miquel@df.uba.ar
4430L: rio500-users@lists.sourceforge.net
4431W: http://rio500.sourceforge.net
4432S: Maintained
4433
Linus Torvalds1da177e2005-04-16 15:20:36 -07004434USB EHCI DRIVER
4435P: David Brownell
4436M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004437L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004438S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004439
Luca Risolia7ce08c92006-01-11 02:06:59 +00004440USB ET61X[12]51 DRIVER
4441P: Luca Risolia
4442M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004443L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004444L: linux-media@vger.kernel.org
4445T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia7ce08c92006-01-11 02:06:59 +00004446W: http://www.linux-projects.org
4447S: Maintained
4448
David Brownell69ae9e32006-11-14 02:03:31 -08004449USB GADGET/PERIPHERAL SUBSYSTEM
4450P: David Brownell
4451M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004452L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004453W: http://www.linux-usb.org/gadget
4454S: Maintained
4455
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004456USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004457P: Jiri Kosina
4458M: jkosina@suse.cz
Jean Delvare795fb7e2008-09-20 12:33:08 +02004459L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004460T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004461S: Maintained
4462
Olav Kongas959eea22005-11-03 17:38:14 +02004463USB ISP116X DRIVER
4464P: Olav Kongas
4465M: ok@artecdesign.ee
Jean Delvare795fb7e2008-09-20 12:33:08 +02004466L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004467S: Maintained
4468
Linus Torvalds1da177e2005-04-16 15:20:36 -07004469USB KAWASAKI LSI DRIVER
4470P: Oliver Neukum
4471M: oliver@neukum.name
Jean Delvare795fb7e2008-09-20 12:33:08 +02004472L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004473S: Maintained
4474
4475USB MASS STORAGE DRIVER
4476P: Matthew Dharm
4477M: mdharm-usb@one-eyed-alien.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004478L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004479L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004480S: Maintained
4481W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4482
4483USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004484P: David Brownell
4485M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004486L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004487S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004488
Matthias Urlichsba460e42005-07-14 00:33:47 -07004489USB OPTION-CARD DRIVER
4490P: Matthias Urlichs
4491M: smurf@smurf.noris.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004492L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004493S: Maintained
4494
Linus Torvalds1da177e2005-04-16 15:20:36 -07004495USB OV511 DRIVER
4496P: Mark McClelland
4497M: mmcclell@bigfoot.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004498L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004499W: http://alpha.dyndns.org/ov511/
4500S: Maintained
4501
4502USB PEGASUS DRIVER
4503P: Petko Manolov
4504M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004505L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004506L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004507W: http://pegasus2.sourceforge.net/
4508S: Maintained
4509
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004510USB PRINTER DRIVER (usblp)
4511P: Pete Zaitcev
4512M: zaitcev@redhat.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004513L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004514S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004515
4516USB RTL8150 DRIVER
4517P: Petko Manolov
4518M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004519L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004520L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004521W: http://pegasus2.sourceforge.net/
4522S: Maintained
4523
4524USB SE401 DRIVER
4525P: Jeroen Vreeken
4526M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004527L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004528W: http://www.chello.nl/~j.vreeken/se401/
4529S: Maintained
4530
Alan Cox4e688522008-04-30 00:52:11 -07004531USB SERIAL BELKIN F5U103 DRIVER
4532P: William Greathouse
4533M: wgreathouse@smva.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004534L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004535S: Maintained
4536
4537USB SERIAL CYPRESS M8 DRIVER
4538P: Lonnie Mendez
4539M: dignome@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004540L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004541S: Maintained
4542W: http://geocities.com/i0xox0i
4543W: http://firstlight.net/cvs
4544
Linus Torvalds1da177e2005-04-16 15:20:36 -07004545USB SERIAL CYBERJACK DRIVER
4546P: Matthias Bruestle and Harald Welte
4547M: support@reiner-sct.com
4548W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4549S: Maintained
4550
4551USB SERIAL DIGI ACCELEPORT DRIVER
4552P: Peter Berger and Al Borchers
4553M: pberger@brimson.com
4554M: alborchers@steinerpoint.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004555L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004556S: Maintained
4557
4558USB SERIAL DRIVER
4559P: Greg Kroah-Hartman
4560M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004561L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004562S: Supported
4563
Linus Torvalds1da177e2005-04-16 15:20:36 -07004564USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4565P: Gary Brubaker
4566M: xavyer@ix.netcom.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004567L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004568S: Maintained
4569
4570USB SERIAL KEYSPAN DRIVER
4571P: Greg Kroah-Hartman
4572M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004573L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004574W: http://www.kroah.com/linux/
4575S: Maintained
4576
4577USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004578P: Support Department
4579M: support@connecttech.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004580L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004581W: http://www.connecttech.com
4582S: Supported
4583
Steve Glendinning2f7ca802008-10-02 05:27:57 +00004584USB SMSC95XX ETHERNET DRIVER
4585P: Steve Glendinning
4586M: steve.glendinning@smsc.com
4587L: netdev@vger.kernel.org
4588S: Supported
4589
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004590USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004591P: Luca Risolia
4592M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004593L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004594L: linux-media@vger.kernel.org
4595T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004596W: http://www.linux-projects.org
4597S: Maintained
4598
4599USB SUBSYSTEM
4600P: Greg Kroah-Hartman
4601M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004602L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004603W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004604T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004605S: Supported
4606
4607USB UHCI DRIVER
4608P: Alan Stern
4609M: stern@rowland.harvard.edu
Jean Delvare795fb7e2008-09-20 12:33:08 +02004610L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004611S: Maintained
4612
David Brownell69ae9e32006-11-14 02:03:31 -08004613USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004614P: David Brownell
4615M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004616L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004617W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004618S: Maintained
4619
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004620USB VIDEO CLASS
4621P: Laurent Pinchart
4622M: laurent.pinchart@skynet.be
Jiri Slabya67534a2008-12-10 09:09:27 -03004623L: linux-uvc-devel@lists.berlios.de (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004624L: linux-media@vger.kernel.org
4625T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004626W: http://linux-uvc.berlios.de
4627S: Maintained
4628
Linus Torvalds1da177e2005-04-16 15:20:36 -07004629USB W996[87]CF DRIVER
4630P: Luca Risolia
4631M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004632L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004633L: linux-media@vger.kernel.org
4634T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004635W: http://www.linux-projects.org
4636S: Maintained
4637
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004638USB WIRELESS RNDIS DRIVER (rndis_wlan)
4639P: Jussi Kivilinna
4640M: jussi.kivilinna@mbnet.fi
4641L: linux-wireless@vger.kernel.org
4642S: Maintained
4643
Luca Risolia60f78052006-02-06 16:29:35 +00004644USB ZC0301 DRIVER
4645P: Luca Risolia
4646M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004647L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004648L: linux-media@vger.kernel.org
4649T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia60f78052006-02-06 16:29:35 +00004650W: http://www.linux-projects.org
4651S: Maintained
4652
Linus Torvalds1da177e2005-04-16 15:20:36 -07004653USB ZD1201 DRIVER
4654P: Jeroen Vreeken
4655M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004656L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004657W: http://linux-lc100020.sourceforge.net
4658S: Maintained
4659
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004660USB ZR364XX DRIVER
4661P: Antoine Jacquet
4662M: royale@zerezo.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004663L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004664L: linux-media@vger.kernel.org
4665T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004666W: http://royale.zerezo.com/zr364xx/
4667S: Maintained
4668
Randy Dunlape7839f22008-10-12 16:11:45 -07004669USER-MODE LINUX (UML)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004670P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004671M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004672L: user-mode-linux-devel@lists.sourceforge.net
4673L: user-mode-linux-user@lists.sourceforge.net
4674W: http://user-mode-linux.sourceforge.net
4675S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004676
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004677USERSPACE I/O (UIO)
4678P: Hans J. Koch
4679M: hjk@linutronix.de
4680P: Greg Kroah-Hartman
4681M: gregkh@suse.de
4682L: linux-kernel@vger.kernel.org
4683S: Maintained
4684
Karel Zakf899b0a2008-05-23 13:04:21 -07004685UTIL-LINUX-NG PACKAGE
4686P: Karel Zak
4687M: kzak@redhat.com
4688L: util-linux-ng@vger.kernel.org
4689W: http://kernel.org/~kzak/util-linux-ng/
4690T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4691S: Maintained
4692
Michal Januszewskic1fd1c02008-10-15 22:03:48 -07004693UVESAFB DRIVER
4694P: Michal Januszewski
4695M: spock@gentoo.org
4696L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4697W: http://dev.gentoo.org/~spock/projects/uvesafb/
4698S: Maintained
4699
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004700VFAT/FAT/MSDOS FILESYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07004701P: OGAWA Hirofumi
4702M: hirofumi@mail.parknet.co.jp
4703L: linux-kernel@vger.kernel.org
4704S: Maintained
4705
Linus Torvalds1da177e2005-04-16 15:20:36 -07004706VIA RHINE NETWORK DRIVER
4707P: Roger Luethi
4708M: rl@hellgate.ch
4709S: Maintained
4710
Jean Delvare32c0a522005-09-22 21:47:58 +02004711VIAPRO SMBUS DRIVER
4712P: Jean Delvare
4713M: khali@linux-fr.org
Jean Delvare846557d2008-10-30 15:55:47 +01004714L: linux-i2c@vger.kernel.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004715S: Maintained
4716
Joseph Chan69e4a7c2008-10-15 22:03:31 -07004717VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4718P: Joseph Chan
4719M: JosephChan@via.com.tw
4720P: Scott Fang
4721M: ScottFang@viatech.com.cn
4722L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4723S: Maintained
4724
Francois Romieu01f20732007-01-26 00:57:17 -08004725VIA VELOCITY NETWORK DRIVER
4726P: Francois Romieu
4727M: romieu@fr.zoreil.com
4728L: netdev@vger.kernel.org
4729S: Maintained
4730
Randy Dunlape7839f22008-10-12 16:11:45 -07004731VIDEO FOR LINUX (V4L)
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004732P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004733M: mchehab@infradead.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004734L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004735L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004736W: http://linuxtv.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004737T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004738S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004739
Patrick McHardybe7f8272007-10-23 20:26:36 -07004740VLAN (802.1Q)
4741P: Patrick McHardy
4742M: kaber@trash.net
4743L: netdev@vger.kernel.org
4744S: Maintained
4745
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004746VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4747P: Liam Girdwood
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004748M: lrg@slimlogic.co.uk
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004749P: Mark Brown
4750M: broonie@opensource.wolfsonmicro.com
4751W: http://opensource.wolfsonmicro.com/node/15
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004752W: http://www.slimlogic.co.uk/?page_id=5
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004753T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4754S: Supported
4755
Juerg Haefligerab413192006-09-24 20:54:04 +02004756VT1211 HARDWARE MONITOR DRIVER
4757P: Juerg Haefliger
4758M: juergh@gmail.com
4759L: lm-sensors@lm-sensors.org
4760S: Maintained
4761
Roger Lucas1de9e372005-11-26 20:20:05 +01004762VT8231 HARDWARE MONITOR DRIVER
4763P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004764M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004765L: lm-sensors@lm-sensors.org
4766S: Maintained
4767
Linus Torvalds1da177e2005-04-16 15:20:36 -07004768W1 DALLAS'S 1-WIRE BUS
4769P: Evgeniy Polyakov
4770M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004771S: Maintained
4772
Charles Spirakis13927072006-07-05 18:05:15 +02004773W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004774P: Marc Hulsman
4775M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004776L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004777S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004778
Rudolf Marek61db0112006-12-12 18:18:30 +01004779W83793 HARDWARE MONITORING DRIVER
4780P: Rudolf Marek
4781M: r.marek@assembler.cz
4782L: lm-sensors@lm-sensors.org
4783S: Maintained
4784
Linus Torvalds1da177e2005-04-16 15:20:36 -07004785W83L51xD SD/MMC CARD INTERFACE DRIVER
4786P: Pierre Ossman
4787M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004788L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004789S: Maintained
4790
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004791WATCHDOG DEVICE DRIVERS
4792P: Wim Van Sebroeck
4793M: wim@iguana.be
4794T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4795S: Maintained
4796
Linus Torvalds1da177e2005-04-16 15:20:36 -07004797WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4798P: Jean Tourrilhes
4799M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004800L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004801W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4802S: Maintained
4803
4804WD7000 SCSI DRIVER
4805P: Miroslav Zagorac
4806M: zaga@fly.cc.fer.hr
4807L: linux-scsi@vger.kernel.org
4808S: Maintained
4809
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08004810WIMAX STACK
4811P: Inaky Perez-Gonzalez
4812M: inaky.perez-gonzalez@intel.com
4813M: linux-wimax@intel.com
4814L: wimax@linuxwimax.org
4815S: Supported
4816W: http://linuxwimax.org
4817
David Vrabel18332a82008-09-17 16:34:44 +01004818WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4819P: David Vrabel
4820M: david.vrabel@csr.com
4821S: Maintained
4822
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004823WISTRON LAPTOP BUTTON DRIVER
4824P: Miloslav Trmac
4825M: mitr@volny.cz
4826S: Maintained
4827
Linus Torvalds1da177e2005-04-16 15:20:36 -07004828WL3501 WIRELESS PCMCIA CARD DRIVER
4829P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004830M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004831L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004832W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004833S: Maintained
4834
Mark Brownfebf1df2008-04-02 00:51:09 -04004835WM97XX TOUCHSCREEN DRIVERS
4836P: Mark Brown
4837M: broonie@opensource.wolfsonmicro.com
4838P: Liam Girdwood
Liam Girdwoodb8d055a2008-10-13 23:00:15 -04004839M: lrg@slimlogic.co.uk
Mark Brownfebf1df2008-04-02 00:51:09 -04004840L: linux-input@vger.kernel.org
4841T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4842W: http://opensource.wolfsonmicro.com/node/7
4843S: Supported
4844
Linus Torvalds1da177e2005-04-16 15:20:36 -07004845X.25 NETWORK LAYER
4846P: Henner Eisen
4847M: eis@baty.hanse.de
4848L: linux-x25@vger.kernel.org
4849S: Maintained
4850
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004851X86 ARCHITECTURE (32-BIT AND 64-BIT)
4852P: Thomas Gleixner
4853M: tglx@linutronix.de
4854P: Ingo Molnar
4855M: mingo@redhat.com
4856P: H. Peter Anvin
4857M: hpa@zytor.com
H. Peter Anvinbcde5632009-02-02 21:42:40 -08004858M: x86@kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004859L: linux-kernel@vger.kernel.org
4860T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4861S: Maintained
4862
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004863XEN HYPERVISOR INTERFACE
4864P: Jeremy Fitzhardinge
4865M: jeremy@xensource.com
4866P: Chris Wright
4867M: chrisw@sous-sol.org
4868L: virtualization@lists.osdl.org
4869L: xen-devel@lists.xensource.com
4870S: Supported
4871
Linus Torvalds1da177e2005-04-16 15:20:36 -07004872XFS FILESYSTEM
4873P: Silicon Graphics Inc
Lachlan McIlroy0335cb72008-12-31 12:10:12 +11004874P: Bill O'Donnell
Linus Torvalds1da177e2005-04-16 15:20:36 -07004875M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004876L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004877W: http://oss.sgi.com/projects/xfs
Lachlan McIlroy0335cb72008-12-31 12:10:12 +11004878T: git://oss.sgi.com/xfs/xfs.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004879S: Supported
4880
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004881XILINX SYSTEMACE DRIVER
4882P: Grant Likely
4883M: grant.likely@secretlab.ca
4884W: http://www.secretlab.ca/
4885L: linux-kernel@vger.kernel.org
4886S: Maintained
4887
Peter Korsgaard238b8722006-12-06 20:35:17 -08004888XILINX UARTLITE SERIAL DRIVER
4889P: Peter Korsgaard
4890M: jacmet@sunsite.dk
4891L: linux-serial@vger.kernel.org
4892S: Maintained
4893
Linus Torvalds1da177e2005-04-16 15:20:36 -07004894YAM DRIVER FOR AX.25
4895P: Jean-Paul Roubelat
4896M: jpr@f6fbb.org
4897L: linux-hams@vger.kernel.org
4898S: Maintained
4899
Henkaf64a5e2005-10-12 15:02:56 +02004900YEALINK PHONE DRIVER
4901P: Henk Vergonet
4902M: Henk.Vergonet@gmail.com
4903L: usbb2k-api-dev@nongnu.org
4904S: Maintained
4905
Linus Torvalds1da177e2005-04-16 15:20:36 -07004906Z8530 DRIVER FOR AX.25
4907P: Joerg Reuter
4908M: jreuter@yaina.de
4909W: http://yaina.de/jreuter/
4910W: http://www.qsl.net/dl1bke/
4911L: linux-hams@vger.kernel.org
4912S: Maintained
4913
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004914ZD1211RW WIRELESS DRIVER
4915P: Daniel Drake
4916M: dsd@gentoo.org
4917P: Ulrich Kunitz
4918M: kune@deine-taler.de
4919W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004920L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004921L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4922S: Maintained
4923
Linus Torvalds1da177e2005-04-16 15:20:36 -07004924ZR36067 VIDEO FOR LINUX DRIVER
4925P: Ronald Bultje
4926M: rbultje@ronald.bitfreak.net
4927L: mjpeg-users@lists.sourceforge.net
4928W: http://mjpeg.sourceforge.net/driver-zoran/
4929S: Maintained
4930
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004931ZS DECSTATION Z85C30 SERIAL DRIVER
4932P: Maciej W. Rozycki
4933M: macro@linux-mips.org
4934S: Maintained
4935
Linus Torvalds1da177e2005-04-16 15:20:36 -07004936THE REST
4937P: Linus Torvalds
4938S: Buried alive in reporters