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