blob: 9b11517e5be5724756ad64d29efbe6df25a367ca [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
KOSAKI Motohiro01c4a422009-02-11 13:04:35 -08001205P: Li Zefan
1206M: lizf@cn.fujitsu.com
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001207L: containers@lists.linux-foundation.org
1208S: Maintained
1209
Rudolf Marekbebe4672007-05-08 17:22:02 +02001210CORETEMP HARDWARE MONITORING DRIVER
1211P: Rudolf Marek
1212M: r.marek@assembler.cz
1213L: lm-sensors@lm-sensors.org
1214S: Maintained
1215
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216COSA/SRP SYNC SERIAL DRIVER
1217P: Jan "Yenya" Kasprzak
1218M: kas@fi.muni.cz
1219W: http://www.fi.muni.cz/~kas/cosa/
1220S: Maintained
1221
1222CPU FREQUENCY DRIVERS
1223P: Dave Jones
Dave Jonesf4432c52008-10-20 13:31:45 -04001224M: davej@redhat.com
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001225L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001226W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001227T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001228S: Maintained
1229
1230CPUID/MSR DRIVER
1231P: H. Peter Anvin
1232M: hpa@zytor.com
1233S: Maintained
1234
Paul Jacksoned90fb42005-09-27 21:45:37 -07001235CPUSETS
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001236P: Paul Menage
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001237M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001238L: linux-kernel@vger.kernel.org
1239W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001240W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001241S: Supported
1242
Linus Torvalds1da177e2005-04-16 15:20:36 -07001243CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001244W: http://sourceforge.net/projects/cramfs/
1245S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246
1247CRIS PORT
1248P: Mikael Starvik
1249M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001250P: Jesper Nilsson
1251M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252L: dev-etrax@axis.com
1253W: http://developer.axis.com
1254S: Maintained
1255
1256CRYPTO API
1257P: Herbert Xu
1258M: herbert@gondor.apana.org.au
1259P: David S. Miller
1260M: davem@davemloft.net
1261L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001262T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001263S: Maintained
1264
Neil Horman5b07bd52009-02-05 16:03:04 +11001265CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1266P: Neil Horman
1267M: nhorman@tuxdriver.com
1268L: linux-crypto@vger.kernel.org
1269S: Maintained
1270
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001271CS5535 Audio ALSA driver
1272P: Jaya Kumar
1273M: jayakumar.alsa@gmail.com
1274S: Maintained
1275
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001276CX18 VIDEO4LINUX DRIVER
1277P: Hans Verkuil, Andy Walls
1278M: hverkuil@xs4all.nl, awalls@radix.net
1279L: ivtv-devel@ivtvdriver.org
1280L: ivtv-users@ivtvdriver.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001281L: linux-media@vger.kernel.org
1282T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001283W: http://linuxtv.org
1284S: Maintained
1285
Steve Wisee5ec3782008-05-20 14:06:33 -07001286CXGB3 ETHERNET DRIVER (CXGB3)
1287P: Divy Le Ray
1288M: divy@chelsio.com
1289L: netdev@vger.kernel.org
1290W: http://www.chelsio.com
1291S: Supported
1292
1293CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1294P: Steve Wise
1295M: swise@chelsio.com
1296L: general@lists.openfabrics.org
1297W: http://www.openfabrics.org
1298S: Supported
1299
Linus Torvalds1da177e2005-04-16 15:20:36 -07001300CYBERPRO FB DRIVER
1301P: Russell King
1302M: rmk@arm.linux.org.uk
1303W: http://www.arm.linux.org.uk/
1304S: Maintained
1305
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001306CYBLAFB FRAMEBUFFER DRIVER
1307P: Knut Petersen
1308M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001309L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001310S: Maintained
1311
Linus Torvalds1da177e2005-04-16 15:20:36 -07001312CYCLADES 2X SYNC CARD DRIVER
1313P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001314M: acme@ghostprotocols.net
1315W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001316S: Maintained
1317
1318CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001319W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001320S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321
1322CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001323W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001324S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001325
Linus Torvalds1da177e2005-04-16 15:20:36 -07001326DAMA SLAVE for AX.25
1327P: Joerg Reuter
1328M: jreuter@yaina.de
1329W: http://yaina.de/jreuter/
1330W: http://www.qsl.net/dl1bke/
1331L: linux-hams@vger.kernel.org
1332S: Maintained
1333
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001334DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1335P: Tobias Ringstrom
1336M: tori@unhappy.mine.nu
1337L: netdev@vger.kernel.org
1338S: Maintained
1339
1340DC390/AM53C974 SCSI driver
1341P: Kurt Garloff
1342M: garloff@suse.de
1343W: http://www.garloff.de/kurt/linux/dc390/
1344P: Guennadi Liakhovetski
1345M: g.liakhovetski@gmx.de
1346S: Maintained
1347
Linus Torvalds1da177e2005-04-16 15:20:36 -07001348DC395x SCSI driver
1349P: Oliver Neukum
1350M: oliver@neukum.name
1351P: Ali Akcaagac
1352M: aliakc@web.de
1353P: Jamie Lenehan
1354M: lenehan@twibble.org
1355W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001356L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001357L: http://lists.twibble.org/mailman/listinfo/dc395x/
1358S: Maintained
1359
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001360DCCP PROTOCOL
1361P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001362M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001363L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001364W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001365S: Maintained
1366
Linus Torvalds1da177e2005-04-16 15:20:36 -07001367DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001368P: Christine Caulfield
1369M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001370W: http://linux-decnet.sourceforge.net
1371L: linux-decnet-user@lists.sourceforge.net
1372S: Maintained
1373
1374DEFXX FDDI NETWORK DRIVER
1375P: Maciej W. Rozycki
1376M: macro@linux-mips.org
1377S: Maintained
1378
Matthew Garrettad8f07c2009-01-07 18:08:56 -08001379DELL LAPTOP DRIVER
1380P: Matthew Garrett
1381M: mjg59@srcf.ucam.org
1382S: Maintained
1383
Linus Torvalds1da177e2005-04-16 15:20:36 -07001384DELL LAPTOP SMM DRIVER
1385P: Massimo Dal Zotto
1386M: dz@debian.org
1387W: http://www.debian.org/~dz/i8k/
1388S: Maintained
1389
Doug Warzecha90563ec2005-09-06 15:17:15 -07001390DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1391P: Doug Warzecha
1392M: Douglas_Warzecha@dell.com
1393S: Maintained
1394
Linus Torvalds1da177e2005-04-16 15:20:36 -07001395DEVICE NUMBER REGISTRY
1396P: Torben Mathiasen
1397M: device@lanana.org
1398W: http://lanana.org/docs/device-list/index.html
1399L: linux-kernel@vger.kernel.org
1400S: Maintained
1401
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001402DEVICE-MAPPER (LVM)
1403P: Alasdair Kergon
1404L: dm-devel@redhat.com
1405W: http://sources.redhat.com/dm
1406S: Maintained
1407
Linus Torvalds1da177e2005-04-16 15:20:36 -07001408DIGI INTL. EPCA DRIVER
1409P: Digi International, Inc
1410M: Eng.Linux@digi.com
1411L: Eng.Linux@digi.com
1412W: http://www.digi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001413S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001414
Randy Dunlape7839f22008-10-12 16:11:45 -07001415DIRECTORY NOTIFICATION (DNOTIFY)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001416P: Stephen Rothwell
1417M: sfr@canb.auug.org.au
1418L: linux-kernel@vger.kernel.org
1419S: Supported
1420
1421DISK GEOMETRY AND PARTITION HANDLING
1422P: Andries Brouwer
1423M: aeb@cwi.nl
1424W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1425W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1426W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1427S: Maintained
1428
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001429DISKQUOTA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001430P: Jan Kara
1431M: jack@suse.cz
1432L: linux-kernel@vger.kernel.org
1433S: Maintained
1434
Randy Dunlape7839f22008-10-12 16:11:45 -07001435DISTRIBUTED LOCK MANAGER (DLM)
Christine Caulfield8943f262008-02-14 19:31:31 -08001436P: Christine Caulfield
1437M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001438P: David Teigland
1439M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001440L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001441W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001442T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001443S: Supported
1444
Dan Williamsb3e5f262007-08-07 10:26:35 -07001445DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001446P: Maciej Sosnowski
1447M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001448P: Dan Williams
1449M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001450L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001451S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001452
Juerg Haefligerb8250372007-06-09 10:11:16 -04001453DME1737 HARDWARE MONITOR DRIVER
1454P: Juerg Haefliger
1455M: juergh@gmail.com
1456L: lm-sensors@lm-sensors.org
1457S: Maintained
1458
Martin Waitzba483d52005-06-17 13:20:59 -07001459DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001460P: Randy Dunlap
1461M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001462S: Maintained
1463
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001464DOCKING STATION DRIVER
Len Brownc5d191b2008-09-24 02:53:25 -04001465P: Shaohua Li
1466M: shaohua.li@intel.com
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001467L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001468S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001469
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001470DOCUMENTATION (/Documentation directory)
Jean Delvare795fb7e2008-09-20 12:33:08 +02001471P: Michael Kerrisk
1472M: mtk.manpages@gmail.com
1473P: Randy Dunlap
1474M: rdunlap@xenotime.net
1475L: linux-doc@vger.kernel.org
1476S: Maintained
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001477
Linus Torvalds1da177e2005-04-16 15:20:36 -07001478DOUBLETALK DRIVER
1479P: James R. Van Zandt
1480M: jrv@vanzandt.mv.com
1481L: blinux-list@redhat.com
1482S: Maintained
1483
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001484DPT_I2O SCSI RAID DRIVER
1485P: Adaptec OEM Raid Solutions
1486M: aacraid@adaptec.com
1487L: linux-scsi@vger.kernel.org
1488W: http://www.adaptec.com/
1489S: Maintained
1490
Linus Torvalds1da177e2005-04-16 15:20:36 -07001491DRIVER CORE, KOBJECTS, AND SYSFS
1492P: Greg Kroah-Hartman
1493M: gregkh@suse.de
1494L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001495T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001496S: Supported
1497
1498DRM DRIVERS
1499P: David Airlie
1500M: airlied@linux.ie
1501L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001502T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001503S: Maintained
1504
1505DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001506P: Francois Romieu
1507M: romieu@fr.zoreil.com
1508L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001509S: Maintained
1510
1511DVB SUBSYSTEM AND DRIVERS
1512P: LinuxTV.org Project
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001513M: linux-media@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02001514L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001515W: http://linuxtv.org/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001516T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001517S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001518
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001519DZ DECSTATION DZ11 SERIAL DRIVER
1520P: Maciej W. Rozycki
1521M: macro@linux-mips.org
1522S: Maintained
1523
Linus Torvalds1da177e2005-04-16 15:20:36 -07001524EATA-DMA SCSI DRIVER
1525P: Michael Neuffer
1526L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1527S: Maintained
1528
1529EATA ISA/EISA/PCI SCSI DRIVER
1530P: Dario Ballabio
1531M: ballabio_dario@emc.com
1532L: linux-scsi@vger.kernel.org
1533S: Maintained
1534
1535EATA-PIO SCSI DRIVER
1536P: Michael Neuffer
1537M: mike@i-Connect.Net
1538L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1539S: Maintained
1540
1541EBTABLES
1542P: Bart De Schuymer
1543M: bart.de.schuymer@pandora.be
1544L: ebtables-user@lists.sourceforge.net
1545L: ebtables-devel@lists.sourceforge.net
1546W: http://ebtables.sourceforge.net/
1547S: Maintained
1548
Michael Halcrow237fead2006-10-04 02:16:22 -07001549ECRYPT FILE SYSTEM
Michael Halcrow6dc75162008-12-15 13:54:17 -08001550P: Tyler Hicks, Dustin Kirkland
1551M: tyhicks@linux.vnet.ibm.com, kirkland@canonical.com
1552L: ecryptfs-devel@lists.launchpad.net
1553W: https://launchpad.net/ecryptfs
Michael Halcrow237fead2006-10-04 02:16:22 -07001554S: Supported
1555
Alan Coxda9bb1d2006-01-18 17:44:13 -08001556EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001557P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001558M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001559L: bluesmoke-devel@lists.sourceforge.net
1560W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001561S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001562
1563EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001564P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001565P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001566M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001567M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001568L: bluesmoke-devel@lists.sourceforge.net
1569W: bluesmoke.sourceforge.net
1570S: Maintained
1571
1572EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001573P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001574M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001575L: bluesmoke-devel@lists.sourceforge.net
1576W: bluesmoke.sourceforge.net
1577S: Maintained
1578
Douglas Thompson6bc78402007-07-19 01:50:12 -07001579EDAC-I82443BXGX
1580P: Tim Small
1581M: tim@buttersideup.com
1582L: bluesmoke-devel@lists.sourceforge.net
1583W: bluesmoke.sourceforge.net
1584S: Maintained
1585
1586EDAC-I3000
1587P: Jason Uhlenkott
1588M: juhlenko@akamai.com
1589L: bluesmoke-devel@lists.sourceforge.net
1590W: bluesmoke.sourceforge.net
1591S: Maintained
1592
1593EDAC-I5000
1594P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001595M: dougthompson@xmission.com
1596L: bluesmoke-devel@lists.sourceforge.net
1597W: bluesmoke.sourceforge.net
1598S: Maintained
1599
Mauro Carvalho Chehab44c12cb2009-01-15 13:50:49 -08001600EDAC-I5400
1601P: Mauro Carvalho Chehab
1602M: mchehab@redhat.com
1603L: bluesmoke-devel@lists.sourceforge.net
1604W: bluesmoke.sourceforge.net
1605S: Maintained
1606
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001607EDAC-I82975X
1608P: Ranganathan Desikan
1609P: Arvind R.
1610M: rdesikan@jetzbroadband.com
1611M: arvind@acarlab.com
1612L: bluesmoke-devel@lists.sourceforge.net
1613W: bluesmoke.sourceforge.net
1614S: Maintained
1615
1616EDAC-PASEMI
1617P: Egor Martovetsky
1618M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001619L: bluesmoke-devel@lists.sourceforge.net
1620W: bluesmoke.sourceforge.net
1621S: Maintained
1622
Dave Peterson0e438e32006-03-26 01:38:55 -08001623EDAC-R82600
1624P: Tim Small
1625M: tim@buttersideup.com
1626L: bluesmoke-devel@lists.sourceforge.net
1627W: bluesmoke.sourceforge.net
1628S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001629
Eric Coopere59f8792008-03-13 12:55:46 +01001630EEEPC LAPTOP EXTRAS DRIVER
1631P: Corentin Chary
1632M: corentincj@iksaif.net
1633L: acpi4asus-user@lists.sourceforge.net
1634W: http://sourceforge.net/projects/acpi4asus
1635S: Maintained
1636
Josh Triplett0bee8d22006-07-30 03:03:58 -07001637EFS FILESYSTEM
1638W: http://aeschi.ch.eu.org/efs/
1639S: Orphan
1640
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001641EHCA (IBM GX bus InfiniBand adapter) DRIVER
Heiko J Schickfab97222006-09-22 15:22:22 -07001642P: Hoang-Nam Nguyen
1643M: hnguyen@de.ibm.com
1644P: Christoph Raisch
1645M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001646L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001647S: Supported
1648
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001649EMBEDDED LINUX
1650P: Paul Gortmaker
1651M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001652P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001653M: dwmw2@infradead.org
1654L: linux-embedded@vger.kernel.org
1655S: Maintained
1656
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001657EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001658P: James Smart
1659M: james.smart@emulex.com
1660L: linux-scsi@vger.kernel.org
1661W: http://sourceforge.net/projects/lpfcxxxx
1662S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001663
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664EPSON 1355 FRAMEBUFFER DRIVER
1665P: Christopher Hoover
1666M: ch@murgatroid.com, ch@hpl.hp.com
1667S: Maintained
1668
Kristoffer Ericsond5ca9002008-10-15 22:03:54 -07001669EPSON S1D13XXX FRAMEBUFFER DRIVER
1670P: Kristoffer Ericson
1671M: kristoffer.ericson@gmail.com
1672S: Maintained
1673
Linus Torvalds1da177e2005-04-16 15:20:36 -07001674ETHEREXPRESS-16 NETWORK DRIVER
1675P: Philip Blundell
1676M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001677L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001678S: Maintained
1679
1680ETHERNET BRIDGE
1681P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001682M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001683L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001684W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001685S: Maintained
1686
1687ETHERTEAM 16I DRIVER
1688P: Mika Kuoppala
1689M: miku@iki.fi
1690S: Maintained
1691
1692EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001693L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001694S: Maintained
1695
1696EXT3 FILE SYSTEM
1697P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001698M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001699L: linux-ext4@vger.kernel.org
1700S: Maintained
1701
1702EXT4 FILE SYSTEM
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001703P: Theodore Ts'o
1704M: tytso@mit.edu, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001705L: linux-ext4@vger.kernel.org
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001706W: http://ext4.wiki.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001707S: Maintained
1708
Jean Delvaree53004e2006-01-09 23:26:14 +01001709F71805F HARDWARE MONITORING DRIVER
1710P: Jean Delvare
1711M: khali@linux-fr.org
1712L: lm-sensors@lm-sensors.org
1713S: Maintained
1714
Linus Torvalds1da177e2005-04-16 15:20:36 -07001715FARSYNC SYNCHRONOUS DRIVER
1716P: Kevin Curtis
1717M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001718W: http://www.farsite.co.uk/
1719S: Supported
1720
Akinobu Mitac5408b82007-04-23 14:41:20 -07001721FAULT INJECTION SUPPORT
1722P: Akinobu Mita
1723M: akinobu.mita@gmail.com
1724S: Supported
1725
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001726FILE LOCKING (flock() and fcntl()/lockf())
1727P: Matthew Wilcox
1728M: matthew@wil.cx
1729L: linux-fsdevel@vger.kernel.org
1730S: Maintained
1731
1732FILESYSTEMS (VFS and infrastructure)
1733P: Alexander Viro
1734M: viro@zeniv.linux.org.uk
1735L: linux-fsdevel@vger.kernel.org
1736S: Maintained
1737
1738FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1739P: Kristian Hoegsberg, Stefan Richter
1740M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1741L: linux1394-devel@lists.sourceforge.net
1742W: http://www.linux1394.org/
1743T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1744S: Maintained
1745
1746FIRMWARE LOADER (request_firmware)
1747L: linux-kernel@vger.kernel.org
1748S: Orphan
1749
1750FPU EMULATOR
1751P: Bill Metzenthen
1752M: billm@suburbia.net
1753W: http://suburbia.net/~billm/floating-point/emulator/
1754S: Maintained
1755
1756FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1757P: Mike McLagan
1758M: mike.mclagan@linux.org
1759L: netdev@vger.kernel.org
1760S: Maintained
1761
Linus Torvalds1da177e2005-04-16 15:20:36 -07001762FRAMEBUFFER LAYER
1763P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001764M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001765L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766W: http://linux-fbdev.sourceforge.net/
1767S: Maintained
1768
Zhang Wei173acc72008-03-01 07:42:48 -07001769FREESCALE DMA DRIVER
Zhang Wei76b0c782008-05-13 14:44:59 -07001770P: Li Yang
1771M: leoli@freescale.com
1772P: Zhang Wei
1773M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001774L: linuxppc-embedded@ozlabs.org
1775L: linux-kernel@vger.kernel.org
1776S: Maintained
1777
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001778FREESCALE I2C CPM DRIVER
1779P: Jochen Friedrich
1780M: jochen@scram.de
1781L: linuxppc-dev@ozlabs.org
Jean Delvare846557d2008-10-30 15:55:47 +01001782L: linux-i2c@vger.kernel.org
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001783S: Maintained
1784
Sascha Hauer60e8c5a2008-12-16 11:44:06 +01001785FREESCALE IMX / MXC FRAMEBUFFER DRIVER
1786P: Sascha Hauer
1787M: kernel@pengutronix.de
1788L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1789L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1790S: Maintained
1791
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001792FREESCALE SOC FS_ENET DRIVER
1793P: Pantelis Antoniou
1794M: pantelis.antoniou@gmail.com
1795P: Vitaly Bordug
1796M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001797L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001798L: netdev@vger.kernel.org
1799S: Maintained
1800
Timur Tabid9e9d822008-04-24 08:45:26 +10001801FREESCALE QUICC ENGINE LIBRARY
1802P: Timur Tabi
1803M: timur@freescale.com
1804L: linuxppc-dev@ozlabs.org
1805S: Supported
1806
Li Yanga7205b32007-04-23 10:38:18 -07001807FREESCALE HIGHSPEED USB DEVICE DRIVER
1808P: Li Yang
1809M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001810L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001811L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001812S: Maintained
1813
Li Yangbeaf53b2007-05-25 13:54:02 +08001814FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1815P: Li Yang
1816M: leoli@freescale.com
1817L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001818L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001819S: Maintained
1820
Timur Tabid9e9d822008-04-24 08:45:26 +10001821FREESCALE QUICC ENGINE UCC UART DRIVER
1822P: Timur Tabi
1823M: timur@freescale.com
1824L: linuxppc-dev@ozlabs.org
1825S: Supported
1826
1827FREESCALE SOC SOUND DRIVERS
1828P: Timur Tabi
1829M: timur@freescale.com
1830L: alsa-devel@alsa-project.org
1831L: linuxppc-dev@ozlabs.org
1832S: Supported
1833
Linus Torvalds1da177e2005-04-16 15:20:36 -07001834FREEVXFS FILESYSTEM
1835P: Christoph Hellwig
1836M: hch@infradead.org
1837W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1838S: Maintained
1839
Pavel Machek71038f52009-01-15 13:51:02 -08001840FREEZER
1841P: Pavel Machek
1842M: pavel@suse.cz
1843P: Rafael J. Wysocki
1844M: rjw@sisk.pl
1845L: linux-pm@lists.linux-foundation.org
1846S: Supported
1847
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001848FTRACE
1849P: Steven Rostedt
Steven Rostedt8e324c12008-11-19 15:36:43 -08001850M: rostedt@goodmis.org
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001851S: Maintained
1852
David Howells5ab7ffe2007-04-10 15:10:45 +01001853FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854P: David Howells
1855M: dhowells@redhat.com
1856S: Maintained
1857
Jonathan Woithe20b93732008-06-11 10:14:56 +09301858FUJITSU LAPTOP EXTRAS
1859P: Jonathan Woithe
1860M: jwoithe@physics.adelaide.edu.au
1861L: linux-acpi@vger.kernel.org
1862S: Maintained
1863
Miklos Szeredi04578f12005-09-09 13:10:22 -07001864FUSE: FILESYSTEM IN USERSPACE
1865P: Miklos Szeredi
1866M: miklos@szeredi.hu
1867L: fuse-devel@lists.sourceforge.net
1868W: http://fuse.sourceforge.net/
1869S: Maintained
1870
Linus Torvalds1da177e2005-04-16 15:20:36 -07001871FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1872P: Rik Faith
1873M: faith@cs.unc.edu
1874L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001875S: Odd Fixes (e.g., new signatures)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876
1877GDT SCSI DISK ARRAY CONTROLLER DRIVER
1878P: Achim Leubner
1879M: achim_leubner@adaptec.com
1880L: linux-scsi@vger.kernel.org
1881W: http://www.icp-vortex.com/
1882S: Supported
1883
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001884GENERIC GPIO I2C DRIVER
1885P: Haavard Skinnemoen
1886M: hskinnemoen@atmel.com
1887S: Supported
1888
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01001889GENERIC HDLC (WAN) DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001890P: Krzysztof Halasa
1891M: khc@pm.waw.pl
1892W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1893S: Maintained
1894
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001895GFS2 FILE SYSTEM
1896P: Steven Whitehouse
1897M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001898L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001899W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001900T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1901T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001902S: Supported
1903
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001904GIGASET ISDN DRIVERS
1905P: Hansjoerg Lipp
1906M: hjlipp@web.de
1907P: Tilman Schmidt
1908M: tilman@imap.cc
1909L: gigaset307x-common@lists.sourceforge.net
1910W: http://gigaset307x.sourceforge.net/
1911S: Maintained
1912
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001913HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1914P: Robert Love
1915M: rlove@rlove.org
1916M: linux-kernel@vger.kernel.org
1917W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1918S: Maintained
1919
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001920GSPCA FINEPIX SUBDRIVER
1921P: Frank Zago
1922M: frank@zago.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001923L: linux-media@vger.kernel.org
1924T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001925S: Maintained
1926
1927GSPCA M5602 SUBDRIVER
1928P: Erik Andren
1929M: erik.andren@gmail.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001930L: linux-media@vger.kernel.org
1931T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001932S: Maintained
1933
1934GSPCA PAC207 SONIXB SUBDRIVER
1935P: Hans de Goede
1936M: hdegoede@redhat.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001937L: linux-media@vger.kernel.org
1938T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001939S: Maintained
1940
1941GSPCA T613 SUBDRIVER
1942P: Leandro Costantino
1943M: lcostantino@gmail.com
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 Moinee8deeae2008-10-22 10:57:37 -03001946S: Maintained
1947
1948GSPCA USB WEBCAM DRIVER
1949P: Jean-Francois Moine
1950M: moinejf@free.fr
1951W: http://moinejf.free.fr
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001952L: linux-media@vger.kernel.org
1953T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001954S: Maintained
1955
Jean Delvare5b543962005-08-15 19:51:02 +02001956HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001957L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001958W: http://www.lm-sensors.org/
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001959S: Orphan
Jean Delvare5b543962005-08-15 19:51:02 +02001960
Michael Buesch844dd052006-06-26 00:24:59 -07001961HARDWARE RANDOM NUMBER GENERATOR CORE
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001962S: Orphan
Michael Buesch844dd052006-06-26 00:24:59 -07001963
Linus Torvalds1da177e2005-04-16 15:20:36 -07001964HARMONY SOUND DRIVER
1965P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001966M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001967L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001968S: Maintained
1969
1970HAYES ESP SERIAL DRIVER
1971P: Andrew J. Robinson
1972M: arobinso@nyx.net
1973L: linux-kernel@vger.kernel.org
1974W: http://www.nyx.net/~arobinso
1975S: Maintained
1976
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001977HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1978P: Chirag Kantharia
1979M: chirag.kantharia@hp.com
1980L: iss_storagedev@hp.com
1981S: Maintained
1982
1983HEWLETT-PACKARD SMART2 RAID DRIVER
1984P: Chirag Kantharia
1985M: chirag.kantharia@hp.com
1986L: iss_storagedev@hp.com
1987S: Maintained
1988
1989HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1990P: Mike Miller
1991M: mike.miller@hp.com
1992L: iss_storagedev@hp.com
1993S: Supported
1994
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995HFS FILESYSTEM
1996P: Roman Zippel
1997M: zippel@linux-m68k.org
1998L: linux-kernel@vger.kernel.org
1999S: Maintained
2000
2001HGA FRAMEBUFFER DRIVER
2002P: Ferenc Bakonyi
2003M: fero@drama.obuda.kando.hu
2004L: linux-nvidia@lists.surfsouth.com
2005W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2006S: Maintained
2007
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002008HIBERNATION (aka Software Suspend, aka swsusp)
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002009P: Pavel Machek
2010M: pavel@suse.cz
2011P: Rafael J. Wysocki
2012M: rjw@sisk.pl
2013L: linux-pm@lists.linux-foundation.org
2014S: Supported
2015
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01002016HID CORE LAYER
2017P: Jiri Kosina
2018M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002019L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01002020T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01002021S: Maintained
2022
Ingo Molnar38bed542007-02-22 09:09:34 +01002023HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2024P: Thomas Gleixner
2025M: tglx@linutronix.de
2026L: linux-kernel@vger.kernel.org
2027S: Maintained
2028
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029HIGH-SPEED SCC DRIVER FOR AX.25
2030P: Klaus Kudielka
2031M: klaus.kudielka@ieee.org
2032L: linux-hams@vger.kernel.org
2033W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2034S: Maintained
2035
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08002036HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2037P: HighPoint Linux Team
2038M: linux@highpoint-tech.com
2039W: http://www.highpoint-tech.com
2040S: Supported
2041
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042HIPPI
2043P: Jes Sorensen
2044M: jes@trained-monkey.org
2045L: linux-hippi@sunsite.dk
2046S: Maintained
2047
Jouni Malinenff1d2762005-05-12 22:54:16 -04002048HOST AP DRIVER
2049P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07002050M: j@w1.fi
2051L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07002052L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04002053W: http://hostap.epitest.fi/
2054S: Maintained
2055
Carlos Corbachodd8cd772008-02-05 02:17:15 +00002056HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2057P: Carlos Corbacho
2058M: carlos@strangeworlds.co.uk
2059S: Odd Fixes
2060
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002061HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2062P: Jaroslav Kysela
2063M: perex@perex.cz
2064S: Maintained
2065
Clemens Ladischd36e74c2008-07-23 21:26:46 -07002066HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08002067P: Clemens Ladisch
2068M: clemens@ladisch.de
2069S: Maintained
2070
2071HPET: i386
2072P: Venkatesh Pallipadi (Venki)
2073M: venkatesh.pallipadi@intel.com
2074S: Maintained
2075
2076HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02002077P: Vojtech Pavlik
2078M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08002079S: Maintained
2080
2081HPET: ACPI hpet.c
2082P: Bob Picco
2083M: bob.picco@hp.com
2084S: Maintained
2085
Linus Torvalds1da177e2005-04-16 15:20:36 -07002086HPFS FILESYSTEM
2087P: Mikulas Patocka
2088M: mikulas@artax.karlin.mff.cuni.cz
2089W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2090S: Maintained
2091
Denis Joseph Barrow11cd29b2009-01-02 13:50:36 +00002092HSO 3G Modem Driver (hso.c)
2093P: Denis Joseph Barrow
2094M: d.barow@option.com
2095W: http://www.pharscape.org
2096S: Maintained
2097
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002098HTCPEN TOUCHSCREEN DRIVER
2099P: Pau Oliva Fora
2100M: pof@eslack.org
2101L: linux-input@vger.kernel.org
2102S: Maintained
2103
Linus Torvalds1da177e2005-04-16 15:20:36 -07002104HUGETLB FILESYSTEM
2105P: William Irwin
2106M: wli@holomorphy.com
2107S: Maintained
2108
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002109I2C/SMBUS STUB DRIVER
2110P: Mark M. Hoffman
2111M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01002112L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002113S: Maintained
2114
Jean Delvare5b543962005-08-15 19:51:02 +02002115I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002116P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002117M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002118P: Ben Dooks (embedded platforms)
2119M: ben-linux@fluff.org
Jean Delvare846557d2008-10-30 15:55:47 +01002120L: linux-i2c@vger.kernel.org
Jean Delvarea01064a2009-01-26 21:19:53 +01002121W: http://i2c.wiki.kernel.org/
2122T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002123S: Maintained
2124
Till Harbaume8c76ee2007-05-01 23:26:35 +02002125I2C-TINY-USB DRIVER
2126P: Till Harbaum
2127M: till@harbaum.org
Jean Delvare846557d2008-10-30 15:55:47 +01002128L: linux-i2c@vger.kernel.org
Till Harbaume8c76ee2007-05-01 23:26:35 +02002129T: http://www.harbaum.org/till/i2c_tiny_usb
2130S: Maintained
2131
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002133P: H. Peter Anvin
2134M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002135L: Linux-Kernel@vger.kernel.org
2136S: Maintained
2137
2138i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002139P: H. Peter Anvin
2140M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002141T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002142S: Maintained
2143
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144IA64 (Itanium) PLATFORM
2145P: Tony Luck
2146M: tony.luck@intel.com
2147L: linux-ia64@vger.kernel.org
2148W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002149T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002150S: Maintained
2151
Linus Torvalds1da177e2005-04-16 15:20:36 -07002152IBM MCA SCSI SUBSYSTEM DRIVER
2153P: Michael Lang
2154M: langa2@kph.uni-mainz.de
2155W: http://www.uni-mainz.de/~langm000/linux.html
2156S: Maintained
2157
2158IBM Power Linux RAID adapter
2159P: Brian King
2160M: brking@us.ibm.com
2161S: Supported
2162
2163IBM ServeRAID RAID DRIVER
2164P: Jack Hammer
2165P: Dave Jeffery
2166M: ipslinux@adaptec.com
2167W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002168S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002170IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002171P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002172M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002173L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002174T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002175S: Maintained
2176
2177IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002178P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002179M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002180L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002181S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002182
2183IDE/ATAPI FLOPPY DRIVERS
2184P: Paul Bristow
2185M: Paul Bristow <paul@paulbristow.net>
2186W: http://paulbristow.net/linux/idefloppy.html
2187L: linux-kernel@vger.kernel.org
2188S: Maintained
2189
2190IDE/ATAPI TAPE DRIVERS
2191P: Gadi Oxman
2192M: Gadi Oxman <gadio@netvision.net.il>
2193L: linux-kernel@vger.kernel.org
2194S: Maintained
2195
Andy Henroid27471fd2008-10-09 11:45:22 -07002196IDLE-I7300
2197P: Andy Henroid
2198M: andrew.d.henroid@intel.com
2199L: linux-pm@lists.linux-foundation.org
2200S: Supported
2201
Stefan Richterf148e202008-01-12 12:32:44 +01002202IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002203P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002204M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002205P: Stefan Richter
2206M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002207L: linux1394-devel@lists.sourceforge.net
2208W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002209T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002210S: Maintained
2211
Stefan Richterf51a5a92007-04-23 14:41:10 -07002212IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002213P: Dan Dennedy
2214M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002215P: Stefan Richter
2216M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002217L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002218S: Maintained
2219
Linus Torvalds1da177e2005-04-16 15:20:36 -07002220IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002221L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002222S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002223
2224INFINIBAND SUBSYSTEM
2225P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002226M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002227P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002228M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002229P: Hal Rosenstock
Jean Delvare795fb7e2008-09-20 12:33:08 +02002230M: hal.rosenstock@gmail.com
Randy Dunlap40b0bb12009-02-04 15:12:13 -08002231L: general@lists.openfabrics.org (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002232W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002233T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002234S: Supported
2235
Robert Lovec9f04f52005-07-15 12:21:07 -04002236INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01002237P: John McCutchan
John McCutchan52af8942008-12-17 17:43:02 -08002238M: john@johnmccutchan.com
Cal Peake18b36c72006-12-12 20:18:16 +01002239P: Robert Love
John McCutchan52af8942008-12-17 17:43:02 -08002240M: rlove@rlove.org
Robert Lovec9f04f52005-07-15 12:21:07 -04002241L: linux-kernel@vger.kernel.org
2242S: Maintained
2243
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002244INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2245P: Dmitry Torokhov
2246M: dmitry.torokhov@gmail.com
2247M: dtor@mail.ru
2248L: linux-input@vger.kernel.org
2249T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2250S: Maintained
2251
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002252INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002253P: Sylvain Meyer
2254M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002255L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002256S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002257
Linus Torvalds1da177e2005-04-16 15:20:36 -07002258INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002259P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002260M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002261L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002262S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002263
Thomas, Sujithf4a9bc42008-11-05 16:15:31 +05302264INTEL MENLOW THERMAL DRIVER
2265P: Sujith Thomas
2266M: sujith.thomas@intel.com
2267L: linux-acpi@vger.kernel.org
2268W: http://www.lesswatts.org/projects/acpi/
2269S: Supported
2270
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271INTEL IA32 MICROCODE UPDATE SUPPORT
2272P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002273M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002274S: Maintained
2275
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002276INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002277P: Maciej Sosnowski
2278M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002279L: linux-kernel@vger.kernel.org
2280S: Supported
2281
David Woodhouse6c8909b2008-10-18 16:12:17 +01002282INTEL IOMMU (VT-d)
2283P: David Woodhouse
2284M: dwmw2@infradead.org
2285L: iommu@lists.linux-foundation.org
2286T: git://git.infradead.org/iommu-2.6.git
2287S: Supported
2288
Dan Williamsb3e5f262007-08-07 10:26:35 -07002289INTEL IOP-ADMA DMA DRIVER
2290P: Dan Williams
2291M: dan.j.williams@intel.com
2292L: linux-kernel@vger.kernel.org
2293S: Supported
2294
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01002295INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2296P: Krzysztof Halasa
2297M: khc@pm.waw.pl
2298S: Maintained
2299
Michael Buesch844dd052006-06-26 00:24:59 -07002300INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2301P: Deepak Saxena
2302M: dsaxena@plexity.net
2303S: Maintained
2304
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002305INTEL IXP2000 ETHERNET DRIVER
2306P: Lennert Buytenhek
2307M: kernel@wantstofly.org
2308L: netdev@vger.kernel.org
2309S: Maintained
2310
Auke Kokd94e6fe2008-03-03 14:37:47 -08002311INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002312P: Jeff Kirsher
2313M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002314P: Jesse Brandeburg
2315M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002316P: Bruce Allan
2317M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002318P: PJ Waskiewicz
2319M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002320P: John Ronciak
2321M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002322L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002323W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002324S: Supported
2325
James Ketrenos826d2ab2005-11-07 18:56:59 -06002326INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002327P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002328M: yi.zhu@intel.com
2329P: James Ketrenos
2330M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002331P: Reinette Chatre
2332M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002333L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002334L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002335W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002336W: http://ipw2100.sourceforge.net
2337S: Supported
2338
2339INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002340P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002341M: yi.zhu@intel.com
2342P: James Ketrenos
2343M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002344P: Reinette Chatre
2345M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002346L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002347L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002348W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002349W: http://ipw2200.sourceforge.net
2350S: Supported
2351
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08002352INTEL WIRELESS WIMAX CONNECTION 2400
2353P: Inaky Perez-Gonzalez
2354M: inaky.perez-gonzalez@intel.com
2355M: linux-wimax@intel.com
2356L: wimax@linuxwimax.org
2357S: Supported
2358W: http://linuxwimax.org
2359
Zhu Yib481de92007-09-25 17:54:57 -07002360INTEL WIRELESS WIFI LINK (iwlwifi)
2361P: Zhu Yi
2362M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002363P: Reinette Chatre
2364M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002365L: linux-wireless@vger.kernel.org
2366L: ipw3945-devel@lists.sourceforge.net
2367W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002368T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002369S: Supported
2370
Ralf Baechlecb109a02007-08-30 23:56:30 -07002371IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002372P: Ralf Baechle
2373M: ralf@linux-mips.org
2374L: linux-mips@linux-mips.org
2375S: Maintained
2376
Ralf Baechlecb109a02007-08-30 23:56:30 -07002377IOC3 SERIAL DRIVER
2378P: Pat Gefre
2379M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002380L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002381S: Maintained
2382
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002383IP MASQUERADING
Linus Torvalds1da177e2005-04-16 15:20:36 -07002384P: Juanjo Ciarlante
2385M: jjciarla@raiz.uncu.edu.ar
2386S: Maintained
2387
Francois Romieu1202d6f2007-09-17 17:13:55 -07002388IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2389P: Francois Romieu
2390M: romieu@fr.zoreil.com
2391P: Sorbica Shieh
2392M: sorbica@icplus.com.tw
2393P: Jesse Huang
2394M: jesse@icplus.com.tw
2395L: netdev@vger.kernel.org
2396S: Maintained
2397
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002398IPATH DRIVER
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002399P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002400M: infinipath@qlogic.com
2401L: general@lists.openfabrics.org
2402T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002403S: Supported
2404
Corey Minyard4409ebe2006-04-20 02:43:12 -07002405IPMI SUBSYSTEM
2406P: Corey Minyard
2407M: minyard@acm.org
2408L: openipmi-developer@lists.sourceforge.net
2409W: http://openipmi.sourceforge.net/
2410S: Supported
2411
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002412IPS SCSI RAID DRIVER
2413P: Adaptec OEM Raid Solutions
2414M: aacraid@adaptec.com
2415L: linux-scsi@vger.kernel.org
2416W: http://www.adaptec.com/
2417S: Maintained
2418
2419IPVS
2420P: Wensong Zhang
2421M: wensong@linux-vs.org
2422P: Simon Horman
2423M: horms@verge.net.au
2424P: Julian Anastasov
2425M: ja@ssi.bg
Ralf Baechle979b6c12005-06-13 14:30:40 -07002426L: netdev@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002427L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002428S: Maintained
2429
Randy Dunlape7839f22008-10-12 16:11:45 -07002430IPWIRELESS DRIVER
David Sterba099dc4f2008-02-07 10:57:12 +01002431P: Jiri Kosina
2432M: jkosina@suse.cz
2433P: David Sterba
2434M: dsterba@suse.cz
2435S: Maintained
2436T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2437
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002438IPX NETWORK LAYER
2439P: Arnaldo Carvalho de Melo
2440M: acme@ghostprotocols.net
2441L: netdev@vger.kernel.org
2442S: Maintained
2443
Linus Torvalds1da177e2005-04-16 15:20:36 -07002444IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002445P: Samuel Ortiz
2446M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002447L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002448W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002449S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002450
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002451ISAPNP
2452P: Jaroslav Kysela
2453M: perex@perex.cz
2454S: Maintained
2455
Mike Christie14816b12007-11-28 16:22:06 -08002456ISCSI
2457P: Mike Christie
2458M: michaelc@cs.wisc.edu
2459L: open-iscsi@googlegroups.com
2460W: www.open-iscsi.org
2461T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2462S: Maintained
2463
Linus Torvalds1da177e2005-04-16 15:20:36 -07002464ISDN SUBSYSTEM
2465P: Karsten Keil
2466M: kkeil@suse.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.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002469T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002470S: Maintained
2471
2472ISDN SUBSYSTEM (Eicon active card driver)
2473P: Armin Schindler
2474M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002475L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002476W: http://www.melware.de
2477S: Maintained
2478
Hans Verkuil91821ff2007-12-02 09:35:33 -03002479IVTV VIDEO4LINUX DRIVER
2480P: Hans Verkuil
2481M: hverkuil@xs4all.nl
2482L: ivtv-devel@ivtvdriver.org
2483L: ivtv-users@ivtvdriver.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03002484L: linux-media@vger.kernel.org
2485T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Hans Verkuil91821ff2007-12-02 09:35:33 -03002486W: http://www.ivtvdriver.org
2487S: Maintained
2488
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002489JFS FILESYSTEM
2490P: Dave Kleikamp
2491M: shaggy@austin.ibm.com
2492L: jfs-discussion@lists.sourceforge.net
2493W: http://jfs.sourceforge.net/
2494T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2495S: Supported
2496
Guo-Fu Tseng95252232008-09-16 01:00:11 +08002497JME NETWORK DRIVER
2498P: Guo-Fu Tseng
2499M: cooldavid@cooldavid.org
2500L: netdev@vger.kernel.org
2501S: Maintained
2502
Linus Torvalds1da177e2005-04-16 15:20:36 -07002503JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2504P: David Woodhouse
2505M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002506L: linux-mtd@lists.infradead.org
2507W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002508S: Maintained
2509
Josh Triplettde456d32006-07-30 03:04:00 -07002510JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002511P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002512M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002513L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002514S: Maintained
2515
Rudolf Marek4660cb32006-10-08 22:01:26 +02002516K8TEMP HARDWARE MONITORING DRIVER
2517P: Rudolf Marek
2518M: r.marek@assembler.cz
2519L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002520S: Maintained
2521
2522KCONFIG
2523P: Roman Zippel
2524M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002525L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002526S: Maintained
2527
Vivek Goyalea6c2082006-05-20 14:59:55 -07002528KDUMP
2529P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002530M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002531P: Haren Myneni
2532M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002533L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002534L: linux-kernel@vger.kernel.org
2535W: http://lse.sourceforge.net/kdump/
2536S: Maintained
2537
Linus Torvalds1da177e2005-04-16 15:20:36 -07002538KERNEL AUTOMOUNTER (AUTOFS)
2539P: H. Peter Anvin
2540M: hpa@zytor.com
2541L: autofs@linux.kernel.org
2542S: Odd Fixes
2543
2544KERNEL AUTOMOUNTER v4 (AUTOFS4)
2545P: Ian Kent
2546M: raven@themaw.net
2547L: autofs@linux.kernel.org
2548S: Maintained
2549
2550KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002551P: Sam Ravnborg
2552M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002553T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2554T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002555L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002556S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002557
2558KERNEL JANITORS
2559P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002560L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002561W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002562S: Maintained
2563
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002564KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002565P: J. Bruce Fields
2566M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002567P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002568M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002569L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002570W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002571S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572
Avi Kivity426d62e2006-12-13 00:34:03 -08002573KERNEL VIRTUAL MACHINE (KVM)
2574P: Avi Kivity
Avi Kivity9ea1de42008-09-19 19:25:30 -07002575M: avi@redhat.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002576L: kvm@vger.kernel.org
2577W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002578S: Supported
2579
Joerg Roedelad8003d2008-09-10 20:01:07 +02002580KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2581P: Joerg Roedel
2582M: joerg.roedel@amd.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002583L: kvm@vger.kernel.org
2584W: http://kvm.qumranet.com
2585S: Supported
2586
Hollis Blanchard513014b2008-04-16 23:28:08 -05002587KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2588P: Hollis Blanchard
2589M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002590L: kvm-ppc@vger.kernel.org
2591W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002592S: Supported
2593
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002594KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002595P: Xiantao Zhang
2596M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002597L: kvm-ia64@vger.kernel.org
2598W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002599S: Supported
2600
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002601KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2602P: Carsten Otte
2603M: cotte@de.ibm.com
2604P: Christian Borntraeger
2605M: borntraeger@de.ibm.com
2606M: linux390@de.ibm.com
2607L: linux-s390@vger.kernel.org
2608W: http://www.ibm.com/developerworks/linux/linux390/
2609S: Supported
2610
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002611KEXEC
2612P: Eric Biederman
2613M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002614W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002615L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002616L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002617S: Maintained
2618
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002619KGDB
2620P: Jason Wessel
2621M: jason.wessel@windriver.com
2622L: kgdb-bugreport@lists.sourceforge.net
2623S: Maintained
2624
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002625KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002626P: Ananth N Mavinakayanahalli
2627M: ananth@in.ibm.com
2628P: Anil S Keshavamurthy
2629M: anil.s.keshavamurthy@intel.com
2630P: David S. Miller
2631M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002632P: Masami Hiramatsu
2633M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002634L: linux-kernel@vger.kernel.org
2635S: Maintained
2636
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002637KS0108 LCD CONTROLLER DRIVER
2638P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002639M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002640L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002641W: http://miguelojeda.es/auxdisplay.htm
2642W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002643S: Maintained
2644
Linus Torvalds1da177e2005-04-16 15:20:36 -07002645LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002646L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002647S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002648
2649LASI 53c700 driver for PARISC
2650P: James E.J. Bottomley
2651M: James.Bottomley@HansenPartnership.com
2652L: linux-scsi@vger.kernel.org
2653S: Maintained
2654
Richard Purdie263de9b2006-05-15 09:44:16 -07002655LED SUBSYSTEM
2656P: Richard Purdie
2657M: rpurdie@rpsys.net
2658S: Maintained
2659
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660LEGO USB Tower driver
2661P: Juergen Stuber
2662M: starblue@users.sourceforge.net
2663L: legousb-devel@lists.sourceforge.net
2664W: http://legousb.sourceforge.net/
2665S: Maintained
2666
Rusty Russell568a17f2007-10-25 14:12:24 +10002667LGUEST
2668P: Rusty Russell
2669M: rusty@rustcorp.com.au
2670L: lguest@ozlabs.org
2671W: http://lguest.ozlabs.org/
2672S: Maintained
2673
Linus Torvalds1da177e2005-04-16 15:20:36 -07002674LINUX FOR IBM pSERIES (RS/6000)
2675P: Paul Mackerras
2676M: paulus@au.ibm.com
2677W: http://www.ibm.com/linux/ltc/projects/ppc
2678S: Supported
2679
2680LINUX FOR NCR VOYAGER
2681P: James Bottomley
2682M: James.Bottomley@HansenPartnership.com
2683W: http://www.hansenpartnership.com/voyager
2684S: Maintained
2685
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002686LINUX FOR POWERPC (32-BIT AND 64-BIT)
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002687P: Benjamin Herrenschmidt
2688M: benh@kernel.crashing.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002689P: Paul Mackerras
2690M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002691W: http://www.penguinppc.org/
2692L: linuxppc-dev@ozlabs.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002693T: git kernel.org:/pub/scm/linux/kernel/git/benh/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002694S: Supported
2695
2696LINUX FOR POWER MACINTOSH
2697P: Benjamin Herrenschmidt
2698M: benh@kernel.crashing.org
2699W: http://www.penguinppc.org/
2700L: linuxppc-dev@ozlabs.org
2701S: Maintained
2702
Grant Likely77a76362008-07-12 12:11:43 -06002703LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002704P: Sylvain Munaut
2705M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002706P: Grant Likely
2707M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002708L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002709S: Maintained
2710
2711LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002712P: Josh Boyer
2713M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002714P: Matt Porter
2715M: mporter@kernel.crashing.org
2716W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002717L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002718T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002719S: Maintained
2720
Grant Likely260c02a2007-10-02 12:15:34 +10002721LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2722P: Grant Likely
2723M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002724W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002725L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002726S: Maintained
2727
Tom Rinie93adf12005-07-26 12:49:53 -07002728LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002729P: Vitaly Bordug
2730M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002731P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002732M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002733W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002734L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002735S: Maintained
2736
Linus Torvalds1da177e2005-04-16 15:20:36 -07002737LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002738P: Kumar Gala
2739M: galak@kernel.crashing.org
2740W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002741L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002742S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002743
Olof Johanssonab06ff32006-09-06 14:44:54 -05002744LINUX FOR POWERPC PA SEMI PWRFICIENT
2745P: Olof Johansson
2746M: olof@lixom.net
2747W: http://www.pasemi.com/
2748L: linuxppc-dev@ozlabs.org
2749S: Supported
2750
Linus Torvalds1da177e2005-04-16 15:20:36 -07002751LINUX SECURITY MODULE (LSM) FRAMEWORK
2752P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002753M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002754L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002755T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002756S: Supported
2757
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002758LLC (802.2)
2759P: Arnaldo Carvalho de Melo
2760M: acme@ghostprotocols.net
2761S: Maintained
2762
Pavel Machek455fbdd2008-11-12 13:27:02 -08002763LIS3LV02D ACCELEROMETER DRIVER
2764P: Eric Piel
2765M: eric.piel@tremplin-utc.net
2766S: Maintained
2767
Linus Torvalds1da177e2005-04-16 15:20:36 -07002768LM83 HARDWARE MONITOR DRIVER
2769P: Jean Delvare
2770M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002771L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002772S: Maintained
2773
2774LM90 HARDWARE MONITOR DRIVER
2775P: Jean Delvare
2776M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002777L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002778S: Maintained
2779
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002780LOCKDEP AND LOCKSTAT
2781P: Peter Zijlstra
2782M: peterz@infradead.org
2783P: Ingo Molnar
2784M: mingo@redhat.com
2785L: linux-kernel@vger.kernel.org
2786T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2787S: Maintained
2788
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002789LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002790P: Richard Russon (FlatCap)
2791M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002792L: linux-ntfs-dev@lists.sourceforge.net
2793W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002794S: Maintained
2795
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002796LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2797P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002798M: Eric.Moore@lsi.com
2799M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002800L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002801L: linux-scsi@vger.kernel.org
2802W: http://www.lsilogic.com/support
2803S: Supported
2804
Linus Torvalds1da177e2005-04-16 15:20:36 -07002805LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2806P: Matthew Wilcox
2807M: matthew@wil.cx
2808L: linux-scsi@vger.kernel.org
2809S: Maintained
2810
Mike Frysinger81365c32008-10-29 14:01:12 -07002811LTP (Linux Test Project)
2812P: Subrata Modak
2813M: subrata@linux.vnet.ibm.com
2814P: Mike Frysinger
2815M: vapier@gentoo.org
2816L: ltp-list@lists.sourceforge.net (subscribers-only)
2817W: http://ltp.sourceforge.net/
2818T: git kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
2819S: Maintained
2820
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002821M32R ARCHITECTURE
2822P: Hirokazu Takata
2823M: takata@linux-m32r.org
2824L: linux-m32r@ml.linux-m32r.org
2825L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2826W: http://www.linux-m32r.org/
2827S: Maintained
2828
Linus Torvalds1da177e2005-04-16 15:20:36 -07002829M68K ARCHITECTURE
2830P: Geert Uytterhoeven
2831M: geert@linux-m68k.org
2832P: Roman Zippel
2833M: zippel@linux-m68k.org
2834L: linux-m68k@lists.linux-m68k.org
2835W: http://www.linux-m68k.org/
2836W: http://linux-m68k-cvs.ubb.ca/
2837S: Maintained
2838
2839M68K ON APPLE MACINTOSH
2840P: Joshua Thompson
2841M: funaho@jurai.org
2842W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002843L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002844S: Maintained
2845
2846M68K ON HP9000/300
2847P: Philip Blundell
2848M: philb@gnu.org
2849W: http://www.tazenda.demon.co.uk/phil/linux-hp
2850S: Maintained
2851
Jiri Benc64a327a2007-05-05 11:47:08 -07002852MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002853P: Johannes Berg
2854M: johannes@sipsolutions.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002855L: linux-wireless@vger.kernel.org
2856W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002857T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002858S: Maintained
2859
Stefano Brivio1036d862007-12-23 04:46:27 +01002860MAC80211 PID RATE CONTROL
2861P: Stefano Brivio
2862M: stefano.brivio@polimi.it
2863P: Mattias Nissler
2864M: mattias.nissler@gmx.de
2865L: linux-wireless@vger.kernel.org
2866W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2867T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2868S: Maintained
2869
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002870MACVLAN DRIVER
2871P: Patrick McHardy
2872M: kaber@trash.net
2873L: netdev@vger.kernel.org
2874S: Maintained
2875
Michael Kerriskfaf16682005-07-31 22:34:47 -07002876MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002877P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002878M: mtk.manpages@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02002879W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07002880L: linux-man@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02002881S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002882
Stefano Brivio74cda162007-11-19 20:27:46 +01002883MARVELL LIBERTAS WIRELESS DRIVER
2884P: Dan Williams
2885M: dcbw@redhat.com
2886L: libertas-dev@lists.infradead.org
2887S: Maintained
2888
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002889MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002890P: Lennert Buytenhek
2891M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002892L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002893S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002894
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002895MARVELL YUKON / SYSKONNECT DRIVER
2896P: Mirko Lindner
2897M: mlindner@syskonnect.de
2898P: Ralph Roesler
2899M: rroesler@syskonnect.de
2900W: http://www.syskonnect.com
2901S: Supported
2902
Linus Torvalds1da177e2005-04-16 15:20:36 -07002903MATROX FRAMEBUFFER DRIVER
2904P: Petr Vandrovec
2905M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002906L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002907S: Maintained
2908
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002909MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2910P: Hans J. Koch
2911M: hjk@linutronix.de
2912L: lm-sensors@lm-sensors.org
2913S: Maintained
2914
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002915MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002916P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002917M: megaraidlinux@lsi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002918L: linux-scsi@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002919W: http://megaraid.lsilogic.com
2920S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002921
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002922MEMORY MANAGEMENT
2923L: linux-mm@kvack.org
2924L: linux-kernel@vger.kernel.org
2925W: http://www.linux-mm.org
2926S: Maintained
2927
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002928MEMORY RESOURCE CONTROLLER
2929P: Balbir Singh
2930M: balbir@linux.vnet.ibm.com
2931P: Pavel Emelyanov
2932M: xemul@openvz.org
2933P: KAMEZAWA Hiroyuki
2934M: kamezawa.hiroyu@jp.fujitsu.com
2935L: linux-mm@kvack.org
2936L: linux-kernel@vger.kernel.org
2937S: Maintained
2938
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002939MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002940P: David Woodhouse
2941M: dwmw2@infradead.org
2942W: http://www.linux-mtd.infradead.org/
2943L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002944T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002945S: Maintained
2946
2947MICROTEK X6 SCANNER
2948P: Oliver Neukum
2949M: oliver@neukum.name
2950S: Maintained
2951
2952MIPS
2953P: Ralf Baechle
2954M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002955W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002956L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002957T: git www.linux-mips.org:/pub/scm/linux.git
2958S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002959
2960MISCELLANEOUS MCA-SUPPORT
2961P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002962M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002963L: linux-kernel@vger.kernel.org
2964S: Maintained
2965
2966MODULE SUPPORT
2967P: Rusty Russell
2968M: rusty@rustcorp.com.au
2969L: linux-kernel@vger.kernel.org
2970S: Maintained
2971
2972MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2973P: Stelian Pop
2974M: stelian@popies.net
2975W: http://popies.net/meye/
2976S: Maintained
2977
Pavel Pisac58ff042007-05-16 01:10:41 +02002978MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2979P: Pavel Pisa
2980M: ppisa@pikron.com
2981L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002982S: Maintained
2983
Linus Torvalds1da177e2005-04-16 15:20:36 -07002984MOUSE AND MISC DEVICES [GENERAL]
2985P: Alessandro Rubini
2986M: rubini@ipvvis.unipv.it
2987L: linux-kernel@vger.kernel.org
2988S: Maintained
2989
Jiri Slabyb9705b62008-04-30 00:53:48 -07002990MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002991P: Jiri Slaby
2992M: jirislaby@gmail.com
2993L: linux-kernel@vger.kernel.org
2994S: Maintained
2995
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002996MSI LAPTOP SUPPORT
2997P: Lennart Poettering
2998M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002999W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04003000W: http://0pointer.de/lennart/tchibo.html
3001S: Maintained
3002
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07003003MULTIFUNCTION DEVICES (MFD)
3004P: Samuel Ortiz
3005M: sameo@openedhand.com
3006L: linux-kernel@vger.kernel.org
3007S: Supported
3008
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02003009MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07003010P: Pierre Ossman
3011M: drzeus-mmc@drzeus.cx
3012L: linux-kernel@vger.kernel.org
3013S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01003014
David Brownell15a05802007-08-08 09:12:54 -07003015MULTIMEDIA CARD (MMC) ETC. OVER SPI
3016P: David Brownell
3017M: dbrownell@users.sourceforge.net
3018L: linux-kernel@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02003019S: Odd Fixes
David Brownell15a05802007-08-08 09:12:54 -07003020
Linus Torvalds1da177e2005-04-16 15:20:36 -07003021MULTISOUND SOUND DRIVER
3022P: Andrew Veliath
3023M: andrewtv@usa.net
3024S: Maintained
3025
Jiri Slabyd7354102006-12-08 02:38:35 -08003026MULTITECH MULTIPORT CARD (ISICOM)
3027P: Jiri Slaby
3028M: jirislaby@gmail.com
3029L: linux-kernel@vger.kernel.org
3030S: Maintained
3031
Felipe Balbi550a7372008-07-24 12:27:36 +03003032MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003033P: Felipe Balbi
3034M: felipe.balbi@nokia.com
3035L: linux-usb@vger.kernel.org
Felipe Balbib6a49b82008-11-24 13:06:51 +02003036T: git gitorious.org:/musb/mainline.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02003037S: Maintained
Felipe Balbi550a7372008-07-24 12:27:36 +03003038
Brice Goglin2d3cf582008-05-17 12:45:36 +02003039MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3040P: Andrew Gallatin
3041M: gallatin@myri.com
3042P: Brice Goglin
3043M: brice@myri.com
3044L: netdev@vger.kernel.org
3045W: http://www.myri.com/scs/download-Myri10GE.html
3046S: Supported
3047
Linus Torvalds1da177e2005-04-16 15:20:36 -07003048NATSEMI ETHERNET DRIVER (DP8381x)
Jean Delvare795fb7e2008-09-20 12:33:08 +02003049P: Tim Hockin
Linus Torvalds1da177e2005-04-16 15:20:36 -07003050M: thockin@hockin.org
3051S: Maintained
3052
3053NCP FILESYSTEM
3054P: Petr Vandrovec
3055M: vandrove@vc.cvut.cz
3056L: linware@sh.cvut.cz
3057S: Maintained
3058
3059NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3060P: James E.J. Bottomley
3061M: James.Bottomley@HansenPartnership.com
3062L: linux-scsi@vger.kernel.org
3063S: Maintained
3064
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003065NETEFFECT IWARP RNIC DRIVER (IW_NES)
3066P: Faisal Latif
Roland Dreier7b49d952008-10-16 15:39:14 -07003067M: faisal.latif@intel.com
Chien Tung5f625602008-05-26 15:23:32 -07003068P: Chien Tung
Roland Dreier7b49d952008-10-16 15:39:14 -07003069M: chien.tin.tung@intel.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003070L: general@lists.openfabrics.org
3071W: http://www.neteffect.com
3072S: Supported
3073F: drivers/infiniband/hw/nes/
3074
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003075NETEM NETWORK EMULATOR
3076P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003077M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07003078L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003079S: Maintained
3080
Jiri Slaby4a584482007-08-30 23:56:39 -07003081NETERION (S2IO) Xframe 10GbE DRIVER
3082P: Ramkrishna Vepa
3083M: ram.vepa@neterion.com
3084P: Rastapur Santosh
3085M: santosh.rastapur@neterion.com
3086P: Sivakumar Subramani
3087M: sivakumar.subramani@neterion.com
3088P: Sreenivasa Honnur
3089M: sreenivasa.honnur@neterion.com
3090L: netdev@vger.kernel.org
3091W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
3092S: Supported
3093
Linus Torvalds1da177e2005-04-16 15:20:36 -07003094NETFILTER/IPTABLES/IPCHAINS
3095P: Rusty Russell
3096P: Marc Boucher
3097P: James Morris
3098P: Harald Welte
3099P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07003100P: Patrick McHardy
3101M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07003102L: netfilter-devel@vger.kernel.org
3103L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07003104L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003105W: http://www.netfilter.org/
3106W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003107S: Supported
3108
Paul Moore4cc67732006-09-25 15:57:13 -07003109NETLABEL
3110P: Paul Moore
3111M: paul.moore@hp.com
3112W: http://netlabel.sf.net
3113L: netdev@vger.kernel.org
3114S: Supported
3115
Linus Torvalds1da177e2005-04-16 15:20:36 -07003116NETROM NETWORK LAYER
3117P: Ralf Baechle
3118M: ralf@linux-mips.org
3119L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003120W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003121S: Maintained
3122
Pavel Machek5ddb88c2006-09-29 02:01:29 -07003123NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003124P: Paul Clements
3125M: Paul.Clements@steeleye.com
3126S: Maintained
3127
3128NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003129P: Jeff Garzik
3130M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003131L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003132T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003133S: Maintained
3134
3135NETWORKING [GENERAL]
3136P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003137M: netdev@vger.kernel.org
3138L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003139W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003140S: Maintained
3141
3142NETWORKING [IPv4/IPv6]
3143P: David S. Miller
3144M: davem@davemloft.net
3145P: Alexey Kuznetsov
3146M: kuznet@ms2.inr.ac.ru
3147P: Pekka Savola (ipv6)
3148M: pekkas@netcore.fi
3149P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003150M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003151P: Hideaki YOSHIFUJI
3152M: yoshfuji@linux-ipv6.org
3153P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003154M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003155L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003156T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157S: Maintained
3158
James Morris10e2ff12007-08-25 14:41:28 -07003159NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3160P: Paul Moore
3161M: paul.moore@hp.com
3162L: netdev@vger.kernel.org
3163S: Maintained
3164
John W. Linville29f8f632006-01-18 14:52:48 -08003165NETWORKING [WIRELESS]
3166P: John W. Linville
3167M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003168L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003169T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3170S: Maintained
3171
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003172NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003173P: Dhananjay Phadke
3174M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003175L: netdev@vger.kernel.org
3176W: http://www.netxen.com
3177S: Supported
3178
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003179NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003180P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003181M: Trond.Myklebust@netapp.com
3182L: linux-nfs@vger.kernel.org
3183W: http://client.linux-nfs.org
3184T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003185S: Maintained
3186
3187NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003188P: Jan-Pascal van Best
3189M: janpascal@vanbest.org
3190P: Andreas Mohr
3191M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003192L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003193S: Maintained
3194
3195NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3196P: YOKOTA Hiroshi
3197M: yokota@netlab.is.tsukuba.ac.jp
3198W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3199S: Maintained
3200
3201NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3202P: GOTO Masanori
3203M: gotom@debian.or.jp
3204P: YOKOTA Hiroshi
3205M: yokota@netlab.is.tsukuba.ac.jp
3206W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3207S: Maintained
3208
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209NTFS FILESYSTEM
3210P: Anton Altaparmakov
3211M: aia21@cantab.net
3212L: linux-ntfs-dev@lists.sourceforge.net
3213L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003214W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003215T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003216S: Maintained
3217
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003218NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003219P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003220M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003221L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003222S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003223
Bob Copeland0ad122d2008-07-25 19:45:18 -07003224OMFS FILESYSTEM
3225P: Bob Copeland
3226M: me@bobcopeland.com
3227L: linux-karma-devel@lists.sourceforge.net
3228S: Maintained
3229
Harald Weltec1986ee2005-11-13 16:06:29 -08003230OMNIKEY CARDMAN 4000 DRIVER
3231P: Harald Welte
3232M: laforge@gnumonks.org
3233S: Maintained
3234
Harald Welte77c44ab2005-11-13 16:06:26 -08003235OMNIKEY CARDMAN 4040 DRIVER
3236P: Harald Welte
3237M: laforge@gnumonks.org
3238S: Maintained
3239
Jonathan Corbet77d51402007-03-22 19:44:17 -03003240OMNIVISION OV7670 SENSOR DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003241P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03003242M: corbet@lwn.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003243L: linux-media@vger.kernel.org
3244T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03003245S: Maintained
3246
Thomas Gleixner431bca72007-05-02 09:31:35 +02003247ONENAND FLASH DRIVER
3248P: Kyungmin Park
3249M: kyungmin.park@samsung.com
3250L: linux-mtd@lists.infradead.org
3251S: Maintained
3252
Linus Torvalds1da177e2005-04-16 15:20:36 -07003253ONSTREAM SCSI TAPE DRIVER
3254P: Willem Riede
3255M: osst@riede.org
3256L: osst-users@lists.sourceforge.net
3257L: linux-scsi@vger.kernel.org
3258S: Maintained
3259
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003260OPENCORES I2C BUS DRIVER
3261P: Peter Korsgaard
3262M: jacmet@sunsite.dk
Jean Delvare846557d2008-10-30 15:55:47 +01003263L: linux-i2c@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003264S: Maintained
3265
Linus Torvalds1da177e2005-04-16 15:20:36 -07003266OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003267P: Robert Richter
3268M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003269L: oprofile-list@lists.sf.net
3270S: Maintained
3271
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003272ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3273P: Mark Fasheh
3274M: mfasheh@suse.com
3275P: Joel Becker
3276M: joel.becker@oracle.com
3277L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3278W: http://oss.oracle.com/projects/ocfs2/
3279T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3280S: Supported
3281
Linus Torvalds1da177e2005-04-16 15:20:36 -07003282ORINOCO DRIVER
3283P: Pavel Roskin
3284M: proski@gnu.org
3285P: David Gibson
3286M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003287L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003288L: orinoco-users@lists.sourceforge.net
3289L: orinoco-devel@lists.sourceforge.net
3290W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291S: Maintained
3292
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003293P54 WIRELESS DRIVER
3294P: Michael Wu
3295M: flamingice@sourmilk.net
3296L: linux-wireless@vger.kernel.org
3297W: http://prism54.org
3298T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3299S: Maintained
3300
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003301PA SEMI ETHERNET DRIVER
3302P: Olof Johansson
3303M: olof@lixom.net
3304L: netdev@vger.kernel.org
3305S: Maintained
3306
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003307PA SEMI SMBUS DRIVER
3308P: Olof Johansson
3309M: olof@lixom.net
Jean Delvare846557d2008-10-30 15:55:47 +01003310L: linux-i2c@vger.kernel.org
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003311S: Maintained
3312
Harald Welte709ee532008-09-23 17:46:57 +02003313PANASONIC LAPTOP ACPI EXTRAS DRIVER
3314P: Harald Welte
3315M: laforge@gnumonks.org
3316S: Maintained
3317
David Howells4fa97182008-10-13 10:42:44 +01003318PANASONIC MN10300/AM33 PORT
3319P: David Howells
3320M: dhowells@redhat.com
3321P: Koichi Yasutake
3322M: yasutake.koichi@jp.panasonic.com
3323L: linux-am33-list@redhat.com (moderated for non-subscribers)
3324W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3325S: Maintained
3326
Linus Torvalds1da177e2005-04-16 15:20:36 -07003327PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003328L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003329S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003330
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003331PARAVIRT_OPS INTERFACE
3332P: Jeremy Fitzhardinge
3333M: jeremy@xensource.com
3334P: Chris Wright
3335M: chrisw@sous-sol.org
3336P: Zachary Amsden
3337M: zach@vmware.com
3338P: Rusty Russell
3339M: rusty@rustcorp.com.au
3340L: virtualization@lists.osdl.org
3341L: linux-kernel@vger.kernel.org
3342S: Supported
3343
Linus Torvalds1da177e2005-04-16 15:20:36 -07003344PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3345P: Tim Waugh
3346M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003347L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003348W: http://www.torque.net/linux-pp.html
3349S: Maintained
3350
3351PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003352P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003353M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003354P: Matthew Wilcox
3355M: matthew@wil.cx
3356P: Grant Grundler
3357M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003358L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003359W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003360T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003361S: Maintained
3362
Jim Cromie1662d322006-10-06 00:43:59 -07003363PC87360 HARDWARE MONITORING DRIVER
3364P: Jim Cromie
3365M: jim.cromie@gmail.com
3366L: lm-sensors@lm-sensors.org
3367S: Maintained
3368
3369PC8736x GPIO DRIVER
3370P: Jim Cromie
3371M: jim.cromie@gmail.com
3372S: Maintained
3373
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003374PCI ERROR RECOVERY
3375P: Linas Vepstas
3376M: linas@austin.ibm.com
3377L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003378L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003379S: Supported
3380
Linus Torvalds1da177e2005-04-16 15:20:36 -07003381PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003382P: Jesse Barnes
3383M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003384L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003385L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003386T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003387S: Supported
3388
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003389PCIE HOTPLUG DRIVER
3390P: Kristen Carlson Accardi
3391M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003392L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003393S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003394
Linus Torvalds1da177e2005-04-16 15:20:36 -07003395PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003396P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003397L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003398W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003399T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003400S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003401
3402PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003403P: Don Fry
3404M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003405L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003406S: Maintained
3407
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003408PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003409P: Balbir Singh
3410M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003411L: linux-kernel@vger.kernel.org
3412S: Maintained
3413
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003414PERSONALITY HANDLING
3415P: Christoph Hellwig
3416M: hch@infradead.org
3417L: linux-abi-devel@lists.sourceforge.net
3418S: Maintained
3419
Linus Torvalds1da177e2005-04-16 15:20:36 -07003420PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003421P: Joern Engel
3422M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003423L: linux-mtd@lists.infradead.org
3424S: Maintained
3425
Peter Osterlund249a6772005-09-27 21:45:30 -07003426PKTCDVD DRIVER
3427P: Peter Osterlund
3428M: petero2@telia.com
3429L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003430S: Maintained
3431
Linus Torvalds1da177e2005-04-16 15:20:36 -07003432POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003433P: Thomas Gleixner
3434M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003435L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003436S: Supported
3437
Anton Vorontsov3be86142007-07-15 04:43:36 +04003438POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3439P: Anton Vorontsov
3440M: cbou@mail.ru
3441P: David Woodhouse
3442M: dwmw2@infradead.org
3443L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003444T: git git.infradead.org/battery-2.6.git
3445S: Maintained
3446
Linus Torvalds1da177e2005-04-16 15:20:36 -07003447PNP SUPPORT
3448P: Adam Belay
Bjorn Helgaas2d59f6a2008-08-01 10:01:12 -06003449M: abelay@mit.edu
3450P: Bjorn Helgaas
3451M: bjorn.helgaas@hp.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003452S: Maintained
3453
Vitaly Wool999445d2007-01-04 13:07:03 +01003454PNXxxxx I2C DRIVER
3455P: Vitaly Wool
3456M: vitalywool@gmail.com
Jean Delvare846557d2008-10-30 15:55:47 +01003457L: linux-i2c@vger.kernel.org
Vitaly Wool999445d2007-01-04 13:07:03 +01003458S: Maintained
3459
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460PPP PROTOCOL DRIVERS AND COMPRESSORS
3461P: Paul Mackerras
3462M: paulus@samba.org
3463L: linux-ppp@vger.kernel.org
3464S: Maintained
3465
3466PPP OVER ATM (RFC 2364)
3467P: Mitchell Blank Jr
3468M: mitch@sfgoth.com
3469S: Maintained
3470
3471PPP OVER ETHERNET
3472P: Michal Ostrowski
Chris Wright5e70b7f2008-06-09 16:07:28 -07003473M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003474S: Maintained
3475
James Chapmana6d23702007-06-27 15:53:17 -07003476PPP OVER L2TP
3477P: James Chapman
3478M: jchapman@katalix.com
3479S: Maintained
3480
Linus Torvalds1da177e2005-04-16 15:20:36 -07003481PREEMPTIBLE KERNEL
3482P: Robert Love
3483M: rml@tech9.net
3484L: linux-kernel@vger.kernel.org
3485L: kpreempt-tech@lists.sourceforge.net
3486W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3487S: Supported
3488
3489PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003490P: Luis R. Rodriguez
3491M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003492L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003493W: http://prism54.org
3494S: Maintained
3495
3496PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3497P: Peter Denison
3498M: promise@pnd-pc.demon.co.uk
3499W: http://www.pnd-pc.demon.co.uk/promise/
3500S: Maintained
3501
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003502PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3503P: Mikael Pettersson
3504M: mikpe@it.uu.se
3505L: linux-ide@vger.kernel.org
3506S: Maintained
3507
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003508PS3 NETWORK SUPPORT
3509P: Masakazu Mokuno
3510M: mokuno@sm.sony.co.jp
3511L: netdev@vger.kernel.org
3512L: cbe-oss-dev@ozlabs.org
3513S: Supported
3514
Geoff Levandf58a9d12006-11-23 00:46:51 +01003515PS3 PLATFORM SUPPORT
3516P: Geoff Levand
3517M: geoffrey.levand@am.sony.com
3518L: linuxppc-dev@ozlabs.org
3519L: cbe-oss-dev@ozlabs.org
3520S: Supported
3521
Jim Pariscffb4add2009-01-06 11:32:10 +00003522PS3VRAM DRIVER
3523P: Jim Paris
3524M: jim@jtan.com
3525L: cbe-oss-dev@ozlabs.org
3526S: Maintained
3527
Michael Krufky83202042006-07-03 00:24:18 -07003528PVRUSB2 VIDEO4LINUX DRIVER
3529P: Mike Isely
3530M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003531L: pvrusb2@isely.net (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003532L: linux-media@vger.kernel.org
Michael Krufky83202042006-07-03 00:24:18 -07003533W: http://www.isely.net/pvrusb2/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003534T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Michael Krufky83202042006-07-03 00:24:18 -07003535S: Maintained
3536
Eric Miao30ec2612008-06-12 15:21:41 -07003537PXA2xx/PXA3xx SUPPORT
3538P: Eric Miao
3539M: eric.miao@marvell.com
3540P: Russell King
3541M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003542L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003543S: Maintained
3544
Pierre Ossman272f1332007-05-14 21:25:26 +02003545PXA MMCI DRIVER
3546S: Orphan
3547
Robert Jarzmik57f63bc2009-02-11 13:04:19 -08003548PXA RTC DRIVER
3549P: Robert Jarzmik
3550M: robert.jarzmik@free.fr
3551L: rtc-linux@googlegroups.com
3552S: Maintained
3553
Linus Torvalds1da177e2005-04-16 15:20:36 -07003554QLOGIC QLA2XXX FC-SCSI DRIVER
3555P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003556M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003557L: linux-scsi@vger.kernel.org
3558S: Supported
3559
Ron Mercer5a4faa82006-07-25 00:40:21 -07003560QLOGIC QLA3XXX NETWORK DRIVER
3561P: Ron Mercer
3562M: linux-driver@qlogic.com
3563L: netdev@vger.kernel.org
3564S: Supported
3565
Ron Mercerc4e84bd2008-09-18 11:56:28 -04003566QLOGIC QLGE 10Gb ETHERNET DRIVER
3567P: Ron Mercer
3568M: linux-driver@qlogic.com
3569M: ron.mercer@qlogic.com
3570L: netdev@vger.kernel.org
3571S: Supported
3572
Linus Torvalds1da177e2005-04-16 15:20:36 -07003573QNX4 FILESYSTEM
3574P: Anders Larsen
3575M: al@alarsen.net
3576L: linux-kernel@vger.kernel.org
3577W: http://www.alarsen.net/linux/qnx4fs/
3578S: Maintained
3579
3580RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003581P: Benjamin Herrenschmidt
3582M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003583L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003584S: Maintained
3585
3586RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003587P: Paul Mackerras
3588M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003589L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003590S: Maintained
3591
Randy Dunlape7839f22008-10-12 16:11:45 -07003592RALINK RT2X00 WIRELESS LAN DRIVER
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003593P: rt2x00 project
3594L: linux-wireless@vger.kernel.org
3595L: rt2400-devel@lists.sourceforge.net
3596W: http://rt2x00.serialmonkey.com/
3597S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003598T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003599F: drivers/net/wireless/rt2x00/
3600
Nick Piggin9db55792008-02-08 04:19:49 -08003601RAMDISK RAM BLOCK DEVICE DRIVER
3602P: Nick Piggin
3603M: npiggin@suse.de
3604S: Maintained
3605
Matt Mackall9e95ce22005-04-16 15:25:56 -07003606RANDOM NUMBER DRIVER
3607P: Matt Mackall
3608M: mpm@selenic.com
3609S: Maintained
3610
Matt Porter394b7012005-11-07 01:00:15 -08003611RAPIDIO SUBSYSTEM
3612P: Matt Porter
3613M: mporter@kernel.crashing.org
3614L: linux-kernel@vger.kernel.org
3615S: Maintained
3616
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003617RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3618P: Corey Thomas
3619M: coreythomas@charter.net
3620L: linux-wireless@vger.kernel.org
3621S: Maintained
3622
3623RCUTORTURE MODULE
3624P: Josh Triplett
3625M: josh@freedesktop.org
3626L: linux-kernel@vger.kernel.org
3627S: Maintained
3628
Florian Fainellic1f766b2008-02-06 22:39:44 +01003629RDC R-321X SoC
3630P: Florian Fainelli
3631M: florian.fainelli@telecomint.eu
3632L: linux-kernel@vger.kernel.org
3633S: Maintained
3634
Florian Fainellidb17f392007-12-19 11:30:30 +01003635RDC R6040 FAST ETHERNET DRIVER
3636P: Florian Fainelli
3637M: florian.fainelli@telecomint.eu
3638L: netdev@vger.kernel.org
3639S: Maintained
3640
Josh Triplett595182b2006-10-04 02:17:21 -07003641READ-COPY UPDATE (RCU)
3642P: Dipankar Sarma
3643M: dipankar@in.ibm.com
3644W: http://www.rdrop.com/users/paulmck/rclock/
3645L: linux-kernel@vger.kernel.org
3646S: Supported
3647
Linus Torvalds1da177e2005-04-16 15:20:36 -07003648REAL TIME CLOCK DRIVER
3649P: Paul Gortmaker
3650M: p_gortmaker@yahoo.com
3651L: linux-kernel@vger.kernel.org
3652S: Maintained
3653
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003654REAL TIME CLOCK (RTC) SUBSYSTEM
3655P: Alessandro Zummo
3656M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003657L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003658S: Maintained
3659
Linus Torvalds1da177e2005-04-16 15:20:36 -07003660REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003661L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003662S: Supported
3663
Ivo van Doorne08976452008-04-12 19:23:55 +02003664RFKILL
3665P: Ivo van Doorn
3666M: IvDoorn@gmail.com
3667L: netdev@vger.kernel.org
3668S: Maintained
3669F: net/rfkill
3670
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003671RISCOM8 DRIVER
3672S: Orphan
3673
Linus Torvalds1da177e2005-04-16 15:20:36 -07003674ROCKETPORT DRIVER
3675P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003676W: http://www.comtrol.com
3677S: Maintained
3678
3679ROSE NETWORK LAYER
3680P: Ralf Baechle
3681M: ralf@linux-mips.org
3682L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003683W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003684S: Maintained
3685
Larry Finger59840482008-11-12 17:13:09 -06003686RTL8180 WIRELESS DRIVER
John W. Linville96dd6032008-11-12 14:51:56 -05003687P: John W. Linville
3688M: linville@tuxdriver.com
Michael Wu605bebe2007-05-14 01:41:02 -04003689L: linux-wireless@vger.kernel.org
3690W: http://linuxwireless.org/
John W. Linville96dd6032008-11-12 14:51:56 -05003691T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
Michael Wu605bebe2007-05-14 01:41:02 -04003692S: Maintained
3693
Larry Finger59840482008-11-12 17:13:09 -06003694RTL8187 WIRELESS DRIVER
3695P: Herton Ronaldo Krzesinski
3696M: herton@mandriva.com.br
3697P: Hin-Tak Leung
3698M htl10@users.sourceforge.net
3699P: Larry Finger
3700M: Larry.Finger@lwfinger.net
3701L: linux-wireless@vger.kernel.org
3702W: http://linuxwireless.org/
3703T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
3704S: Maintained
3705
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003706S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003707P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003708M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003709L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003710S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003711
Linus Torvalds1da177e2005-04-16 15:20:36 -07003712S390
3713P: Martin Schwidefsky
3714M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003715P: Heiko Carstens
3716M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003717M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003718L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003719W: http://www.ibm.com/developerworks/linux/linux390/
3720S: Supported
3721
3722S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003723P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003724M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003725P: Frank Blaschka
3726M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003727M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003728L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003729W: http://www.ibm.com/developerworks/linux/linux390/
3730S: Supported
3731
3732S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003733P: Christof Schmitt
3734M: christof.schmitt@de.ibm.com
3735P: Martin Peschke
3736M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003737M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003738L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003739W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003740S: Supported
3741
Ursula Braundd96df22007-09-19 13:09:02 +02003742S390 IUCV NETWORK LAYER
3743P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003744M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003745M: linux390@de.ibm.com
3746L: linux-s390@vger.kernel.org
3747W: http://www.ibm.com/developerworks/linux/linux390/
3748S: Supported
3749
Ben Dooks4dde7f72008-06-30 22:40:38 +01003750S3C24XX SD/MMC Driver
3751P: Ben Dooks
3752M: ben-linux@fluff.org
3753L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3754L: linux-kernel@vger.kernel.org
3755S: Supported
3756
Linus Torvalds1da177e2005-04-16 15:20:36 -07003757SAA7146 VIDEO4LINUX-2 DRIVER
3758P: Michael Hunold
3759M: michael@mihu.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003760L: linux-media@vger.kernel.org
3761T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003762W: http://www.mihu.de/linux/saa7146
3763S: Maintained
3764
Linus Torvalds1da177e2005-04-16 15:20:36 -07003765SC1200 WDT DRIVER
3766P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003767M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003768S: Maintained
3769
3770SCHEDULER
3771P: Ingo Molnar
3772M: mingo@elte.hu
3773P: Robert Love [the preemptible kernel bits]
3774M: rml@tech9.net
3775L: linux-kernel@vger.kernel.org
3776S: Maintained
3777
3778SCSI CDROM DRIVER
3779P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003780M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003781L: linux-scsi@vger.kernel.org
3782W: http://www.kernel.dk
3783S: Maintained
3784
3785SCSI SG DRIVER
3786P: Doug Gilbert
3787M: dgilbert@interlog.com
3788L: linux-scsi@vger.kernel.org
3789W: http://www.torque.net/sg
3790S: Maintained
3791
3792SCSI SUBSYSTEM
3793P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003794M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003795L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003796T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003797T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3798T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003799S: Maintained
3800
3801SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003802P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003803M: Kai.Makisara@kolumbus.fi
3804L: linux-scsi@vger.kernel.org
3805S: Maintained
3806
3807SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003808P: Vlad Yasevich
3809M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003810P: Sridhar Samudrala
3811M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003812L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003813W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003814S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003815
3816SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003817P: Jim Cromie
3818M: jim.cromie@gmail.com
3819S: Odd Fixes
3820
3821SCx200 GPIO DRIVER
3822P: Jim Cromie
3823M: jim.cromie@gmail.com
3824S: Maintained
3825
3826SCx200 HRT CLOCKSOURCE DRIVER
3827P: Jim Cromie
3828M: jim.cromie@gmail.com
3829S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003830
Sascha Sommer6a369132008-07-15 14:21:29 +02003831SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3832P: Sascha Sommer
3833M: saschasommer@freenet.de
3834L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3835S: Maintained
3836
Randy Dunlape7839f22008-10-12 16:11:45 -07003837SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003838P: Pierre Ossman
3839M: drzeus-sdhci@drzeus.cx
3840L: sdhci-devel@list.drzeus.cx
3841S: Maintained
3842
James Morris8711cca2008-12-04 03:19:45 +11003843SECURITY SUBSYSTEM
3844F: security/
3845P: James Morris
3846M: jmorris@namei.org
3847L: linux-kernel@vger.kernel.org
3848L: linux-security-module@vger.kernel.org (suggested Cc:)
3849T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
3850S: Supported
3851
Linus Torvalds1da177e2005-04-16 15:20:36 -07003852SECURITY CONTACT
3853P: Security Officers
3854M: security@kernel.org
3855S: Supported
3856
3857SELINUX SECURITY MODULE
3858P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003859M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003860P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003861M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003862P: Eric Paris
3863M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003864L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003865L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Stephen Smalleyf0589252008-09-11 09:20:26 -04003866W: http://selinuxproject.org
3867T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003868S: Supported
3869
Jiri Slabycef2cf02007-05-08 00:31:45 -07003870SENSABLE PHANTOM
3871P: Jiri Slaby
3872M: jirislaby@gmail.com
3873S: Maintained
3874
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003875SERIAL ATA (SATA) SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07003876P: Jeff Garzik
3877M: jgarzik@pobox.com
3878L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003879T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003880S: Supported
3881
Ben Hutchings8ceee662008-04-27 12:55:59 +01003882SFC NETWORK DRIVER
3883P: Steve Hodgson
3884P: Ben Hutchings
3885P: Robert Stonehouse
3886M: linux-net-drivers@solarflare.com
3887S: Supported
3888
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003889SGI GRU DRIVER
3890P: Jack Steiner
3891M: steiner@sgi.com
3892S: Maintained
3893
3894SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3895P: Pat Gefre
3896M: pfg@sgi.com
3897L: linux-ia64@vger.kernel.org
3898S: Supported
3899
Linus Torvalds1da177e2005-04-16 15:20:36 -07003900SGI VISUAL WORKSTATION 320 AND 540
3901P: Andrey Panin
3902M: pazke@donpac.ru
3903L: linux-visws-devel@lists.sf.net
3904W: http://linux-visws.sf.net
3905S: Maintained for 2.6.
3906
Jack Steiner75312612008-08-15 00:40:42 -07003907SGI XP/XPC/XPNET DRIVER
3908P: Dean Nelson
3909M: dcn@sgi.com
3910S: Maintained
3911
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003912SHARP LH SUPPORT (LH7952X & LH7A40X)
3913P: Marc Singer
3914M: elf@buici.com
3915W: http://projects.buici.com/arm
3916L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3917S: Maintained
3918
3919SHPC HOTPLUG DRIVER
3920P: Kristen Carlson Accardi
3921M: kristen.c.accardi@intel.com
3922L: linux-pci@vger.kernel.org
3923S: Supported
3924
Linus Torvalds1da177e2005-04-16 15:20:36 -07003925SIMTEC EB110ATX (Chalice CATS)
3926P: Ben Dooks
3927P: Vincent Sanders
3928M: support@simtec.co.uk
3929W: http://www.simtec.co.uk/products/EB110ATX/
3930S: Supported
3931
3932SIMTEC EB2410ITX (BAST)
3933P: Ben Dooks
3934P: Vincent Sanders
3935M: support@simtec.co.uk
3936W: http://www.simtec.co.uk/products/EB2410ITX/
3937S: Supported
3938
Francois Romieu92aab3c2005-07-30 13:11:18 +02003939SIS 190 ETHERNET DRIVER
3940P: Francois Romieu
3941M: romieu@fr.zoreil.com
3942L: netdev@vger.kernel.org
3943S: Maintained
3944
Linus Torvalds1da177e2005-04-16 15:20:36 -07003945SIS 900/7016 FAST ETHERNET DRIVER
3946P: Daniele Venzano
3947M: venza@brownhat.org
3948W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003949L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003950S: Maintained
3951
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003952SIS 96X I2C/SMBUS DRIVER
3953P: Mark M. Hoffman
3954M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01003955L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003956S: Maintained
3957
Linus Torvalds1da177e2005-04-16 15:20:36 -07003958SIS FRAMEBUFFER DRIVER
3959P: Thomas Winischhofer
3960M: thomas@winischhofer.net
3961W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003962S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003963
3964SIS USB2VGA DRIVER
3965P: Thomas Winischhofer
3966M: thomas@winischhofer.net
3967W: http://www.winischhofer.at/linuxsisusbvga.shtml
3968S: Maintained
3969
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003970SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3971P: Stephen Hemminger
3972M: shemminger@linux-foundation.org
3973L: netdev@vger.kernel.org
3974S: Maintained
3975
Christoph Lameter415ad262007-07-26 10:40:56 -07003976SLAB ALLOCATOR
3977P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003978M: cl@linux-foundation.org
Christoph Lameter415ad262007-07-26 10:40:56 -07003979P: Pekka Enberg
3980M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003981P: Matt Mackall
3982M: mpm@selenic.com
Christoph Lameter415ad262007-07-26 10:40:56 -07003983L: linux-mm@kvack.org
3984S: Maintained
3985
Linus Torvalds1da177e2005-04-16 15:20:36 -07003986SMC91x ETHERNET DRIVER
3987P: Nicolas Pitre
3988M: nico@cam.org
3989S: Maintained
3990
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003991SMSC47B397 HARDWARE MONITOR DRIVER
3992P: Mark M. Hoffman
3993M: mhoffman@lightlink.com
3994L: lm-sensors@lm-sensors.org
3995S: Maintained
3996
Steve Glendinningfd9abb32008-11-05 00:35:37 +00003997SMSC911x ETHERNET DRIVER
3998P: Steve Glendinning
3999M: steve.glendinning@smsc.com
4000L: netdev@vger.kernel.org
4001S: Supported
4002
Steve Glendinning2cb37722008-12-11 20:54:30 -08004003SMSC9420 PCI ETHERNET DRIVER
4004P: Steve Glendinning
4005M: steve.glendinning@smsc.com
4006L: netdev@vger.kernel.org
4007S: Supported
4008
Ben Nizetteb54f2862008-03-13 22:27:30 +11004009SMX UIO Interface
4010P: Ben Nizette
4011M: bn@niasdigital.com
4012S: Maintained
4013
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004014SN-IA64 (Itanium) SUB-PLATFORM
4015P: Jes Sorensen
4016M: jes@sgi.com
4017L: linux-altix@sgi.com
4018L: linux-ia64@vger.kernel.org
4019W: http://www.sgi.com/altix
4020S: Maintained
4021
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03004022SOC-CAMERA V4L2 SUBSYSTEM
Jean Delvare795fb7e2008-09-20 12:33:08 +02004023P: Guennadi Liakhovetski
4024M: g.liakhovetski@gmx.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004025L: linux-media@vger.kernel.org
4026T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02004027S: Maintained
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03004028
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004029SOEKRIS NET48XX LED SUPPORT
4030P: Chris Boot
4031M: bootc@bootc.net
4032S: Maintained
4033
Linus Torvalds1da177e2005-04-16 15:20:36 -07004034SOFTWARE RAID (Multiple Disks) SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07004035P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08004036M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004037L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08004038S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004039
Linus Torvalds1da177e2005-04-16 15:20:36 -07004040SONIC NETWORK DRIVER
4041P: Thomas Bogendoerfer
4042M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07004043L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004044S: Maintained
4045
Michael Buesch61e115a2007-09-18 15:12:50 -04004046SONICS SILICON BACKPLANE DRIVER (SSB)
4047P: Michael Buesch
4048M: mb@bu3sch.de
4049L: netdev@vger.kernel.org
4050S: Maintained
4051
Linus Torvalds1da177e2005-04-16 15:20:36 -07004052SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01004053P: Mattia Dongili
4054M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01004055L: linux-acpi@vger.kernel.org
4056W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07004057S: Maintained
4058
Alex Dubovbaf85322008-02-09 10:20:54 -08004059SONY MEMORYSTICK CARD SUPPORT
4060P: Alex Dubov
4061M: oakad@yahoo.com
4062L: linux-kernel@vger.kernel.org
4063W: http://tifmxx.berlios.de/
4064S: Maintained
4065
Linus Torvalds1da177e2005-04-16 15:20:36 -07004066SOUND
4067P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02004068M: perex@perex.cz
Takashi Iwai281712f2008-08-19 13:10:04 +02004069P: Takashi Iwai
4070M: tiwai@suse.de
Takashi Iwai82622042007-04-16 12:32:52 +02004071L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004072S: Maintained
4073
Mark Brownbd903bd2008-11-19 19:16:05 +00004074SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004075P: Liam Girdwood
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004076M: lrg@slimlogic.co.uk
Mark Brown2cad0ad2008-01-10 14:33:07 +01004077P: Mark Brown
4078M: broonie@opensource.wolfsonmicro.com
4079T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02004080L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004081W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004082S: Supported
4083
Sam Ravnborg473321f2009-01-04 15:47:49 -08004084SPARC + UltraSPARC (sparc/sparc64)
4085P: David S. Miller
4086M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004087L: sparclinux@vger.kernel.org
Sam Ravnborg473321f2009-01-04 15:47:49 -08004088T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4089T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004090S: Maintained
4091
4092SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4093P: Roger Wolff
4094M: R.E.Wolff@BitWizard.nl
4095L: linux-kernel@vger.kernel.org ?
4096S: Supported
4097
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004098SPI SUBSYSTEM
4099P: David Brownell
4100M: dbrownell@users.sourceforge.net
4101L: spi-devel-general@lists.sourceforge.net
4102S: Maintained
4103
Jim Lewis2752e402006-09-29 02:01:19 -07004104SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01004105P: Ishizaki Kou
4106M: kou.ishizaki@toshiba.co.jp
4107P: Jens Osterkamp
4108M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07004109L: netdev@vger.kernel.org
4110S: Supported
4111
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004112SPU FILE SYSTEM
4113P: Jeremy Kerr
4114M: jk@ozlabs.org
4115L: linuxppc-dev@ozlabs.org
4116L: cbe-oss-dev@ozlabs.org
4117W: http://www.ibm.com/developerworks/power/cell/
4118S: Supported
4119
Phillip Lougherfc555842009-01-05 08:46:29 +00004120SQUASHFS FILE SYSTEM
4121P: Phillip Lougher
4122M: phillip@lougher.demon.co.uk
4123L: squashfs-devel@lists.sourceforge.net (subscribers-only)
4124W: http://squashfs.org.uk
4125S: Maintained
4126
Linus Torvalds1da177e2005-04-16 15:20:36 -07004127SRM (Alpha) environment access
4128P: Jan-Benedict Glaw
4129M: jbglaw@lug-owl.de
4130L: linux-kernel@vger.kernel.org
4131S: Maintained
4132
Linus Torvalds26e9a392008-10-17 09:50:12 -07004133STABLE BRANCH
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004134P: Greg Kroah-Hartman
4135M: greg@kroah.com
4136P: Chris Wright
4137M: chrisw@sous-sol.org
4138L: stable@kernel.org
4139S: Maintained
4140
Linus Torvalds26e9a392008-10-17 09:50:12 -07004141STAGING SUBSYSTEM
4142P: Greg Kroah-Hartman
4143M: gregkh@suse.de
4144L: linux-kernel@vger.kernel.org
4145T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4146S: Maintained
4147
Linus Torvalds1da177e2005-04-16 15:20:36 -07004148STARFIRE/DURALAN NETWORK DRIVER
4149P: Ion Badulescu
4150M: ionut@cs.columbia.edu
4151S: Maintained
4152
4153STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4154W: http://mosquitonet.Stanford.EDU/strip.html
Jean Delvarebaaea1d2008-09-20 12:34:33 +02004155S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07004156
4157STRADIS MPEG-2 DECODER DRIVER
4158P: Nathan Laredo
4159M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004160W: http://www.stradis.com/
4161S: Maintained
4162
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004163SUN3/3X
4164P: Sam Creasey
4165M: sammy@sammy.net
4166W: http://sammy.net/sun3/
4167S: Maintained
4168
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004169SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07004170P: Paul Mundt
4171M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004172L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004173W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004174T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09004175S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004176
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004177SUSPEND TO RAM
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004178P: Len Brown
4179M: len.brown@intel.com
4180P: Pavel Machek
4181M: pavel@suse.cz
4182P: Rafael J. Wysocki
4183M: rjw@sisk.pl
4184L: linux-pm@lists.linux-foundation.org
4185S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004186
4187SVGA HANDLING
4188P: Martin Mares
4189M: mj@ucw.cz
4190L: linux-video@atrey.karlin.mff.cuni.cz
4191S: Maintained
4192
4193SYSV FILESYSTEM
4194P: Christoph Hellwig
4195M: hch@infradead.org
4196S: Maintained
4197
Alan Cox4e688522008-04-30 00:52:11 -07004198TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07004199P: Balbir Singh
4200M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004201L: linux-kernel@vger.kernel.org
4202S: Maintained
4203
Stephen Hemminger781b4562006-07-10 20:25:29 -07004204TC CLASSIFIER
4205P: Jamal Hadi Salim
4206M: hadi@cyberus.ca
4207L: netdev@vger.kernel.org
4208S: Maintained
4209
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004210TCP LOW PRIORITY MODULE
4211P: Wong Hoi Sing, Edison
4212M: hswong3i@gmail.com
4213P: Hung Hing Lun, Mike
4214M: hlhung3i@gmail.com
4215W: http://tcp-lp-mod.sourceforge.net/
4216S: Maintained
4217
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004218TEHUTI ETHERNET DRIVER
4219P: Alexander Indenbaum
4220M: baum@tehutinetworks.net
4221P: Andy Gospodarek
4222M: andy@greyhouse.net
4223L: netdev@vger.kernel.org
4224S: Supported
4225
Alan Cox4e688522008-04-30 00:52:11 -07004226Telecom Clock Driver for MCPL0010
4227P: Mark Gross
4228M: mark.gross@intel.com
4229S: Supported
4230
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004231TENSILICA XTENSA PORT (xtensa)
Alan Cox4e688522008-04-30 00:52:11 -07004232P: Chris Zankel
4233M: chris@zankel.net
4234S: Maintained
4235
4236THINKPAD ACPI EXTRAS DRIVER
4237P: Henrique de Moraes Holschuh
4238M: ibm-acpi@hmh.eng.br
4239L: ibm-acpi-devel@lists.sourceforge.net
4240W: http://ibm-acpi.sourceforge.net
4241W: http://thinkwiki.org/wiki/Ibm-acpi
4242T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4243S: Maintained
4244
Alex Dubov4020f2d2006-10-04 02:15:37 -07004245TI FLASH MEDIA INTERFACE DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02004246P: Alex Dubov
4247M: oakad@yahoo.com
4248S: Maintained
Alex Dubov4020f2d2006-10-04 02:15:37 -07004249
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004250TI OMAP MMC INTERFACE DRIVER
4251P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004252M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004253W: http://linux.omap.com
4254W: http://www.muru.com/linux/omap/
4255S: Maintained
4256
Michael Buesch844dd052006-06-26 00:24:59 -07004257TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4258P: Deepak Saxena
4259M: dsaxena@plexity.net
4260S: Maintained
4261
Per Lidene86eaa32006-01-12 16:45:18 +01004262TIPC NETWORK LAYER
4263P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004264M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004265P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004266M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004267P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004268M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004269L: tipc-discussion@lists.sourceforge.net
4270W: http://tipc.sourceforge.net/
4271W: http://tipc.cslab.ericsson.net/
4272T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4273S: Maintained
4274
Linus Torvalds1da177e2005-04-16 15:20:36 -07004275TLAN NETWORK DRIVER
4276P: Samuel Chessman
4277M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004278L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004279W: http://sourceforge.net/projects/tlan/
4280S: Maintained
4281
Linus Torvalds1da177e2005-04-16 15:20:36 -07004282TOSHIBA ACPI EXTRAS DRIVER
4283P: John Belmonte
4284M: toshiba_acpi@memebeam.org
4285W: http://memebeam.org/toys/ToshibaAcpiDriver
4286S: Maintained
4287
4288TOSHIBA SMM DRIVER
4289P: Jonathan Buzzard
4290M: jonathan@buzzard.org.uk
4291L: tlinux-users@tce.toshiba-dme.co.jp
4292W: http://www.buzzard.org.uk/toshiba/
4293S: Maintained
4294
Alan Cox4e688522008-04-30 00:52:11 -07004295TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004296P: Debora Velarde
4297M: debora@linux.vnet.ibm.com
4298P: Rajiv Andrade
4299M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004300W: http://tpmdd.sourceforge.net
4301P: Marcel Selhorst
Marcel Selhorst7dcce132009-02-11 13:04:27 -08004302M: m.selhorst@sirrix.com
4303W: http://www.sirrix.com
Rajiv Andrade63a10df2008-10-15 22:04:36 -07004304L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
Alan Cox4e688522008-04-30 00:52:11 -07004305S: Maintained
4306
Linus Torvalds1da177e2005-04-16 15:20:36 -07004307TRIVIAL PATCHES
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004308P: Jiri Kosina
Jim Cromiece00f852006-11-30 04:49:44 +01004309M: trivial@kernel.org
4310L: linux-kernel@vger.kernel.org
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004311T: git kernel.org:/pub/scm/linux/kernel/git/jikos/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004312S: Maintained
4313
Alan Cox4e688522008-04-30 00:52:11 -07004314TTY LAYER
4315P: Alan Cox
4316M: alan@lxorguk.ukuu.org.uk
4317L: linux-kernel@vger.kernel.org
4318S: Maintained
4319
Grant Grundler740db6d2008-02-17 11:53:49 -07004320TULIP NETWORK DRIVERS
4321P: Grant Grundler
4322M: grundler@parisc-linux.org
4323P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004324M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004325L: netdev@vger.kernel.org
4326S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004327
4328TUN/TAP driver
4329P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004330M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004331L: vtun@office.satix.net
4332W: http://vtun.sourceforge.net/tun
4333S: Maintained
4334
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004335TURBOCHANNEL SUBSYSTEM
4336P: Maciej W. Rozycki
4337M: macro@linux-mips.org
4338S: Maintained
4339
Linus Torvalds1da177e2005-04-16 15:20:36 -07004340U14-34F SCSI DRIVER
4341P: Dario Ballabio
4342M: ballabio_dario@emc.com
4343L: linux-scsi@vger.kernel.org
4344S: Maintained
4345
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004346UBI FILE SYSTEM (UBIFS)
4347P: Artem Bityutskiy
4348M: dedekind@infradead.org
4349P: Adrian Hunter
4350M: ext-adrian.hunter@nokia.com
4351L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004352T: git git://git.infradead.org/ubifs-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004353W: http://www.linux-mtd.infradead.org/doc/ubifs.html
4354S: Maintained
4355
Alan Coxcc2020e2008-05-19 14:21:51 +01004356UCLINUX (AND M68KNOMMU)
4357P: Greg Ungerer
4358M: gerg@uclinux.org
4359W: http://www.uclinux.org/
4360L: uclinux-dev@uclinux.org (subscribers-only)
4361S: Maintained
4362
Alan Coxcc2020e2008-05-19 14:21:51 +01004363UCLINUX FOR RENESAS H8/300
4364P: Yoshinori Sato
4365M: ysato@users.sourceforge.jp
4366W: http://uclinux-h8.sourceforge.jp/
4367S: Supported
4368
Linus Torvalds1da177e2005-04-16 15:20:36 -07004369UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004370P: Jan Kara
4371M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004372W: http://linux-udf.sourceforge.net
4373S: Maintained
4374
Alan Coxcc2020e2008-05-19 14:21:51 +01004375UFS FILESYSTEM
4376P: Evgeniy Dushistov
4377M: dushistov@mail.ru
4378L: linux-kernel@vger.kernel.org
4379S: Maintained
4380
David Vrabel18332a82008-09-17 16:34:44 +01004381ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4382P: David Vrabel
4383M: david.vrabel@csr.com
4384L: linux-usb@vger.kernel.org
4385S: Supported
4386
Linus Torvalds1da177e2005-04-16 15:20:36 -07004387UNIFORM CDROM DRIVER
4388P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004389M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004390L: linux-kernel@vger.kernel.org
4391W: http://www.kernel.dk
4392S: Maintained
4393
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004394UNSORTED BLOCK IMAGES (UBI)
4395P: Artem Bityutskiy
4396M: dedekind@infradead.org
4397W: http://www.linux-mtd.infradead.org/
4398L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004399T: git git://git.infradead.org/ubi-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004400S: Maintained
4401
Linus Torvalds1da177e2005-04-16 15:20:36 -07004402USB ACM DRIVER
4403P: Oliver Neukum
4404M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004405L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004406S: Maintained
4407
4408USB BLOCK DRIVER (UB ub)
4409P: Pete Zaitcev
4410M: zaitcev@redhat.com
4411L: linux-kernel@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004412L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004413S: Supported
4414
Linus Torvalds1da177e2005-04-16 15:20:36 -07004415USB CDC ETHERNET DRIVER
4416P: Greg Kroah-Hartman
4417M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004418L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004419S: Maintained
4420W: http://www.kroah.com/linux-usb/
4421
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004422USB CYPRESS C67X00 DRIVER
4423P: Peter Korsgaard
4424M: jacmet@sunsite.dk
4425L: linux-usb@vger.kernel.org
4426S: Maintained
4427
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004428USB DAVICOM DM9601 DRIVER
4429P: Peter Korsgaard
4430M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004431L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004432W: http://www.linux-usb.org/usbnet
4433S: Maintained
4434
Alan Coxcc2020e2008-05-19 14:21:51 +01004435USB DIAMOND RIO500 DRIVER
4436P: Cesar Miquel
4437M: miquel@df.uba.ar
4438L: rio500-users@lists.sourceforge.net
4439W: http://rio500.sourceforge.net
4440S: Maintained
4441
Linus Torvalds1da177e2005-04-16 15:20:36 -07004442USB EHCI DRIVER
4443P: David Brownell
4444M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004445L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004446S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004447
Luca Risolia7ce08c92006-01-11 02:06:59 +00004448USB ET61X[12]51 DRIVER
4449P: Luca Risolia
4450M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004451L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004452L: linux-media@vger.kernel.org
4453T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia7ce08c92006-01-11 02:06:59 +00004454W: http://www.linux-projects.org
4455S: Maintained
4456
David Brownell69ae9e32006-11-14 02:03:31 -08004457USB GADGET/PERIPHERAL SUBSYSTEM
4458P: David Brownell
4459M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004460L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004461W: http://www.linux-usb.org/gadget
4462S: Maintained
4463
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004464USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01004465P: Jiri Kosina
4466M: jkosina@suse.cz
Jean Delvare795fb7e2008-09-20 12:33:08 +02004467L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004468T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004469S: Maintained
4470
Olav Kongas959eea22005-11-03 17:38:14 +02004471USB ISP116X DRIVER
4472P: Olav Kongas
4473M: ok@artecdesign.ee
Jean Delvare795fb7e2008-09-20 12:33:08 +02004474L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004475S: Maintained
4476
Linus Torvalds1da177e2005-04-16 15:20:36 -07004477USB KAWASAKI LSI DRIVER
4478P: Oliver Neukum
4479M: oliver@neukum.name
Jean Delvare795fb7e2008-09-20 12:33:08 +02004480L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004481S: Maintained
4482
4483USB MASS STORAGE DRIVER
4484P: Matthew Dharm
4485M: mdharm-usb@one-eyed-alien.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004486L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004487L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004488S: Maintained
4489W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4490
4491USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004492P: David Brownell
4493M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004494L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004495S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004496
Matthias Urlichsba460e42005-07-14 00:33:47 -07004497USB OPTION-CARD DRIVER
4498P: Matthias Urlichs
4499M: smurf@smurf.noris.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004500L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004501S: Maintained
4502
Linus Torvalds1da177e2005-04-16 15:20:36 -07004503USB OV511 DRIVER
4504P: Mark McClelland
4505M: mmcclell@bigfoot.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004506L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004507W: http://alpha.dyndns.org/ov511/
4508S: Maintained
4509
4510USB PEGASUS DRIVER
4511P: Petko Manolov
4512M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004513L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004514L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004515W: http://pegasus2.sourceforge.net/
4516S: Maintained
4517
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004518USB PRINTER DRIVER (usblp)
4519P: Pete Zaitcev
4520M: zaitcev@redhat.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004521L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004522S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004523
4524USB RTL8150 DRIVER
4525P: Petko Manolov
4526M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004527L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004528L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004529W: http://pegasus2.sourceforge.net/
4530S: Maintained
4531
4532USB SE401 DRIVER
4533P: Jeroen Vreeken
4534M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004535L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004536W: http://www.chello.nl/~j.vreeken/se401/
4537S: Maintained
4538
Alan Cox4e688522008-04-30 00:52:11 -07004539USB SERIAL BELKIN F5U103 DRIVER
4540P: William Greathouse
4541M: wgreathouse@smva.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004542L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004543S: Maintained
4544
4545USB SERIAL CYPRESS M8 DRIVER
4546P: Lonnie Mendez
4547M: dignome@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004548L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004549S: Maintained
4550W: http://geocities.com/i0xox0i
4551W: http://firstlight.net/cvs
4552
Linus Torvalds1da177e2005-04-16 15:20:36 -07004553USB SERIAL CYBERJACK DRIVER
4554P: Matthias Bruestle and Harald Welte
4555M: support@reiner-sct.com
4556W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4557S: Maintained
4558
4559USB SERIAL DIGI ACCELEPORT DRIVER
4560P: Peter Berger and Al Borchers
4561M: pberger@brimson.com
4562M: alborchers@steinerpoint.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004563L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004564S: Maintained
4565
4566USB SERIAL DRIVER
4567P: Greg Kroah-Hartman
4568M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004569L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004570S: Supported
4571
Linus Torvalds1da177e2005-04-16 15:20:36 -07004572USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4573P: Gary Brubaker
4574M: xavyer@ix.netcom.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004575L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004576S: Maintained
4577
4578USB SERIAL KEYSPAN DRIVER
4579P: Greg Kroah-Hartman
4580M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004581L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004582W: http://www.kroah.com/linux/
4583S: Maintained
4584
4585USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004586P: Support Department
4587M: support@connecttech.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004588L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004589W: http://www.connecttech.com
4590S: Supported
4591
Steve Glendinning2f7ca802008-10-02 05:27:57 +00004592USB SMSC95XX ETHERNET DRIVER
4593P: Steve Glendinning
4594M: steve.glendinning@smsc.com
4595L: netdev@vger.kernel.org
4596S: Supported
4597
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004598USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004599P: Luca Risolia
4600M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004601L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004602L: linux-media@vger.kernel.org
4603T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004604W: http://www.linux-projects.org
4605S: Maintained
4606
4607USB SUBSYSTEM
4608P: Greg Kroah-Hartman
4609M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004610L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004611W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004612T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004613S: Supported
4614
4615USB UHCI DRIVER
4616P: Alan Stern
4617M: stern@rowland.harvard.edu
Jean Delvare795fb7e2008-09-20 12:33:08 +02004618L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004619S: Maintained
4620
David Brownell69ae9e32006-11-14 02:03:31 -08004621USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004622P: David Brownell
4623M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004624L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004625W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004626S: Maintained
4627
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004628USB VIDEO CLASS
4629P: Laurent Pinchart
4630M: laurent.pinchart@skynet.be
Jiri Slabya67534a2008-12-10 09:09:27 -03004631L: linux-uvc-devel@lists.berlios.de (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004632L: linux-media@vger.kernel.org
4633T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004634W: http://linux-uvc.berlios.de
4635S: Maintained
4636
Linus Torvalds1da177e2005-04-16 15:20:36 -07004637USB W996[87]CF DRIVER
4638P: Luca Risolia
4639M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004640L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004641L: linux-media@vger.kernel.org
4642T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004643W: http://www.linux-projects.org
4644S: Maintained
4645
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004646USB WIRELESS RNDIS DRIVER (rndis_wlan)
4647P: Jussi Kivilinna
4648M: jussi.kivilinna@mbnet.fi
4649L: linux-wireless@vger.kernel.org
4650S: Maintained
4651
Luca Risolia60f78052006-02-06 16:29:35 +00004652USB ZC0301 DRIVER
4653P: Luca Risolia
4654M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004655L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004656L: linux-media@vger.kernel.org
4657T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia60f78052006-02-06 16:29:35 +00004658W: http://www.linux-projects.org
4659S: Maintained
4660
Linus Torvalds1da177e2005-04-16 15:20:36 -07004661USB ZD1201 DRIVER
4662P: Jeroen Vreeken
4663M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004664L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004665W: http://linux-lc100020.sourceforge.net
4666S: Maintained
4667
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004668USB ZR364XX DRIVER
4669P: Antoine Jacquet
4670M: royale@zerezo.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004671L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004672L: linux-media@vger.kernel.org
4673T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004674W: http://royale.zerezo.com/zr364xx/
4675S: Maintained
4676
Randy Dunlape7839f22008-10-12 16:11:45 -07004677USER-MODE LINUX (UML)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004678P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004679M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004680L: user-mode-linux-devel@lists.sourceforge.net
4681L: user-mode-linux-user@lists.sourceforge.net
4682W: http://user-mode-linux.sourceforge.net
4683S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004684
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004685USERSPACE I/O (UIO)
4686P: Hans J. Koch
4687M: hjk@linutronix.de
4688P: Greg Kroah-Hartman
4689M: gregkh@suse.de
4690L: linux-kernel@vger.kernel.org
4691S: Maintained
4692
Karel Zakf899b0a2008-05-23 13:04:21 -07004693UTIL-LINUX-NG PACKAGE
4694P: Karel Zak
4695M: kzak@redhat.com
4696L: util-linux-ng@vger.kernel.org
4697W: http://kernel.org/~kzak/util-linux-ng/
4698T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4699S: Maintained
4700
Michal Januszewskic1fd1c02008-10-15 22:03:48 -07004701UVESAFB DRIVER
4702P: Michal Januszewski
4703M: spock@gentoo.org
4704L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4705W: http://dev.gentoo.org/~spock/projects/uvesafb/
4706S: Maintained
4707
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004708VFAT/FAT/MSDOS FILESYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07004709P: OGAWA Hirofumi
4710M: hirofumi@mail.parknet.co.jp
4711L: linux-kernel@vger.kernel.org
4712S: Maintained
4713
Linus Torvalds1da177e2005-04-16 15:20:36 -07004714VIA RHINE NETWORK DRIVER
4715P: Roger Luethi
4716M: rl@hellgate.ch
4717S: Maintained
4718
Jean Delvare32c0a522005-09-22 21:47:58 +02004719VIAPRO SMBUS DRIVER
4720P: Jean Delvare
4721M: khali@linux-fr.org
Jean Delvare846557d2008-10-30 15:55:47 +01004722L: linux-i2c@vger.kernel.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004723S: Maintained
4724
Joseph Chan69e4a7c2008-10-15 22:03:31 -07004725VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4726P: Joseph Chan
4727M: JosephChan@via.com.tw
4728P: Scott Fang
4729M: ScottFang@viatech.com.cn
4730L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4731S: Maintained
4732
Francois Romieu01f20732007-01-26 00:57:17 -08004733VIA VELOCITY NETWORK DRIVER
4734P: Francois Romieu
4735M: romieu@fr.zoreil.com
4736L: netdev@vger.kernel.org
4737S: Maintained
4738
Randy Dunlape7839f22008-10-12 16:11:45 -07004739VIDEO FOR LINUX (V4L)
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004740P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004741M: mchehab@infradead.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004742L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004743L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004744W: http://linuxtv.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004745T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004746S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004747
Patrick McHardybe7f8272007-10-23 20:26:36 -07004748VLAN (802.1Q)
4749P: Patrick McHardy
4750M: kaber@trash.net
4751L: netdev@vger.kernel.org
4752S: Maintained
4753
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004754VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4755P: Liam Girdwood
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004756M: lrg@slimlogic.co.uk
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004757P: Mark Brown
4758M: broonie@opensource.wolfsonmicro.com
4759W: http://opensource.wolfsonmicro.com/node/15
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004760W: http://www.slimlogic.co.uk/?page_id=5
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004761T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4762S: Supported
4763
Juerg Haefligerab413192006-09-24 20:54:04 +02004764VT1211 HARDWARE MONITOR DRIVER
4765P: Juerg Haefliger
4766M: juergh@gmail.com
4767L: lm-sensors@lm-sensors.org
4768S: Maintained
4769
Roger Lucas1de9e372005-11-26 20:20:05 +01004770VT8231 HARDWARE MONITOR DRIVER
4771P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004772M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004773L: lm-sensors@lm-sensors.org
4774S: Maintained
4775
Linus Torvalds1da177e2005-04-16 15:20:36 -07004776W1 DALLAS'S 1-WIRE BUS
4777P: Evgeniy Polyakov
4778M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004779S: Maintained
4780
Charles Spirakis13927072006-07-05 18:05:15 +02004781W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004782P: Marc Hulsman
4783M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004784L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004785S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004786
Rudolf Marek61db0112006-12-12 18:18:30 +01004787W83793 HARDWARE MONITORING DRIVER
4788P: Rudolf Marek
4789M: r.marek@assembler.cz
4790L: lm-sensors@lm-sensors.org
4791S: Maintained
4792
Linus Torvalds1da177e2005-04-16 15:20:36 -07004793W83L51xD SD/MMC CARD INTERFACE DRIVER
4794P: Pierre Ossman
4795M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004796L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004797S: Maintained
4798
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004799WATCHDOG DEVICE DRIVERS
4800P: Wim Van Sebroeck
4801M: wim@iguana.be
4802T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4803S: Maintained
4804
Linus Torvalds1da177e2005-04-16 15:20:36 -07004805WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4806P: Jean Tourrilhes
4807M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004808L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004809W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4810S: Maintained
4811
4812WD7000 SCSI DRIVER
4813P: Miroslav Zagorac
4814M: zaga@fly.cc.fer.hr
4815L: linux-scsi@vger.kernel.org
4816S: Maintained
4817
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08004818WIMAX STACK
4819P: Inaky Perez-Gonzalez
4820M: inaky.perez-gonzalez@intel.com
4821M: linux-wimax@intel.com
4822L: wimax@linuxwimax.org
4823S: Supported
4824W: http://linuxwimax.org
4825
David Vrabel18332a82008-09-17 16:34:44 +01004826WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4827P: David Vrabel
4828M: david.vrabel@csr.com
4829S: Maintained
4830
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004831WISTRON LAPTOP BUTTON DRIVER
4832P: Miloslav Trmac
4833M: mitr@volny.cz
4834S: Maintained
4835
Linus Torvalds1da177e2005-04-16 15:20:36 -07004836WL3501 WIRELESS PCMCIA CARD DRIVER
4837P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004838M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004839L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004840W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004841S: Maintained
4842
Mark Brownfebf1df2008-04-02 00:51:09 -04004843WM97XX TOUCHSCREEN DRIVERS
4844P: Mark Brown
4845M: broonie@opensource.wolfsonmicro.com
4846P: Liam Girdwood
Liam Girdwoodb8d055a2008-10-13 23:00:15 -04004847M: lrg@slimlogic.co.uk
Mark Brownfebf1df2008-04-02 00:51:09 -04004848L: linux-input@vger.kernel.org
4849T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4850W: http://opensource.wolfsonmicro.com/node/7
4851S: Supported
4852
Linus Torvalds1da177e2005-04-16 15:20:36 -07004853X.25 NETWORK LAYER
4854P: Henner Eisen
4855M: eis@baty.hanse.de
4856L: linux-x25@vger.kernel.org
4857S: Maintained
4858
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004859X86 ARCHITECTURE (32-BIT AND 64-BIT)
4860P: Thomas Gleixner
4861M: tglx@linutronix.de
4862P: Ingo Molnar
4863M: mingo@redhat.com
4864P: H. Peter Anvin
4865M: hpa@zytor.com
H. Peter Anvinbcde5632009-02-02 21:42:40 -08004866M: x86@kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004867L: linux-kernel@vger.kernel.org
4868T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4869S: Maintained
4870
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004871XEN HYPERVISOR INTERFACE
4872P: Jeremy Fitzhardinge
4873M: jeremy@xensource.com
4874P: Chris Wright
4875M: chrisw@sous-sol.org
4876L: virtualization@lists.osdl.org
4877L: xen-devel@lists.xensource.com
4878S: Supported
4879
Linus Torvalds1da177e2005-04-16 15:20:36 -07004880XFS FILESYSTEM
4881P: Silicon Graphics Inc
Lachlan McIlroy0335cb72008-12-31 12:10:12 +11004882P: Bill O'Donnell
Linus Torvalds1da177e2005-04-16 15:20:36 -07004883M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004884L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004885W: http://oss.sgi.com/projects/xfs
Lachlan McIlroy0335cb72008-12-31 12:10:12 +11004886T: git://oss.sgi.com/xfs/xfs.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004887S: Supported
4888
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004889XILINX SYSTEMACE DRIVER
4890P: Grant Likely
4891M: grant.likely@secretlab.ca
4892W: http://www.secretlab.ca/
4893L: linux-kernel@vger.kernel.org
4894S: Maintained
4895
Peter Korsgaard238b8722006-12-06 20:35:17 -08004896XILINX UARTLITE SERIAL DRIVER
4897P: Peter Korsgaard
4898M: jacmet@sunsite.dk
4899L: linux-serial@vger.kernel.org
4900S: Maintained
4901
Linus Torvalds1da177e2005-04-16 15:20:36 -07004902YAM DRIVER FOR AX.25
4903P: Jean-Paul Roubelat
4904M: jpr@f6fbb.org
4905L: linux-hams@vger.kernel.org
4906S: Maintained
4907
Henkaf64a5e2005-10-12 15:02:56 +02004908YEALINK PHONE DRIVER
4909P: Henk Vergonet
4910M: Henk.Vergonet@gmail.com
4911L: usbb2k-api-dev@nongnu.org
4912S: Maintained
4913
Linus Torvalds1da177e2005-04-16 15:20:36 -07004914Z8530 DRIVER FOR AX.25
4915P: Joerg Reuter
4916M: jreuter@yaina.de
4917W: http://yaina.de/jreuter/
4918W: http://www.qsl.net/dl1bke/
4919L: linux-hams@vger.kernel.org
4920S: Maintained
4921
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004922ZD1211RW WIRELESS DRIVER
4923P: Daniel Drake
4924M: dsd@gentoo.org
4925P: Ulrich Kunitz
4926M: kune@deine-taler.de
4927W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004928L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004929L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4930S: Maintained
4931
Linus Torvalds1da177e2005-04-16 15:20:36 -07004932ZR36067 VIDEO FOR LINUX DRIVER
4933P: Ronald Bultje
4934M: rbultje@ronald.bitfreak.net
4935L: mjpeg-users@lists.sourceforge.net
4936W: http://mjpeg.sourceforge.net/driver-zoran/
4937S: Maintained
4938
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004939ZS DECSTATION Z85C30 SERIAL DRIVER
4940P: Maciej W. Rozycki
4941M: macro@linux-mips.org
4942S: Maintained
4943
Linus Torvalds1da177e2005-04-16 15:20:36 -07004944THE REST
4945P: Linus Torvalds
4946S: Buried alive in reporters