blob: 1978fb205bf75b6b00df8f19f6b67ccf879ebeca [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
Andy Whitcroft0a920b52007-06-01 00:46:48 -070033 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
42
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
45
Alan Coxc9ee1332006-05-20 15:00:12 -070046 PLEASE remember that submissions must be made under the terms
Randy Dunlap45003712007-08-30 23:56:37 -070047 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
Alan Coxc9ee1332006-05-20 15:00:12 -070051
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
54 not you.
55
Alan Coxc9ee1332006-05-20 15:00:12 -0700567. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
58 does not respond.
59
608. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070061
Antoine Jacquetb7eee612007-04-27 12:30:59 -030062 -----------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -070063
64Maintainers List (try to look for most precise areas first)
65
66Note: For the hard of thinking, this list is meant to remain in alphabetical
67order. If you could add yourselves to it in alphabetical order that would be
68so much easier [Ed]
69
70P: Person
71M: Mail patches to
72L: Mailing list that is relevant to this area
73W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080074T: SCM tree type and location. Type is one of: git, hg, quilt.
Randy Dunlape7839f22008-10-12 16:11:45 -070075F: Applicable files and/or directories
Randy Dunlap4501a462008-10-13 09:24:58 -070076S: Status, one of the following:
Linus Torvalds1da177e2005-04-16 15:20:36 -070077
78 Supported: Someone is actually paid to look after this.
79 Maintained: Someone actually looks after it.
80 Odd Fixes: It has a maintainer but they don't have time to do
81 much other than throw the odd patch in. See below..
82 Orphan: No current maintainer [but maybe you could take the
83 role as you write your new code].
84 Obsolete: Old code. Something tagged obsolete generally means
85 it has been replaced by a better system and you
86 should be using that.
87
Linus Torvalds1da177e2005-04-16 15:20:36 -0700883C505 NETWORK DRIVER
89P: Philip Blundell
90M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070091L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070092S: Maintained
93
Steffen Klasserta6d89912007-08-10 14:05:27 -0700943C59X NETWORK DRIVER
95P: Steffen Klassert
96M: klassert@mathematik.tu-chemnitz.de
97L: netdev@vger.kernel.org
98S: Maintained
99
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003CR990 NETWORK DRIVER
101P: David Dillow
102M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700103L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104S: Maintained
105
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001063W-9XXX SATA-RAID CONTROLLER DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107P: Adam Radford
108M: linuxraid@amcc.com
109L: linux-scsi@vger.kernel.org
110W: http://www.amcc.com
111S: Supported
112
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001133W-XXXX ATA-RAID CONTROLLER DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114P: Adam Radford
115M: linuxraid@amcc.com
116L: linux-scsi@vger.kernel.org
117W: http://www.amcc.com
118S: Supported
119
12053C700 AND 53C700-66 SCSI DRIVER
121P: James E.J. Bottomley
122M: James.Bottomley@HansenPartnership.com
123L: linux-scsi@vger.kernel.org
124S: Maintained
125
1266PACK NETWORK DRIVER FOR AX.25
127P: Andreas Koensgen
128M: ajk@iehk.rwth-aachen.de
129L: linux-hams@vger.kernel.org
130S: Maintained
131
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328169 10/100/1000 GIGABIT ETHERNET DRIVER
133P: Francois Romieu
134M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700135L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136S: Maintained
137
1388250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139L: linux-serial@vger.kernel.org
140W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100141S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142
1438390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
144P: Paul Gortmaker
145M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700146L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147S: Maintained
148
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001499P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100150P: Eric Van Hensbergen
151M: ericvh@gmail.com
152P: Ron Minnich
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500153M: rminnich@sandia.gov
Jim Cromiece00f852006-11-30 04:49:44 +0100154P: Latchesar Ionkov
155M: lucho@ionkov.net
156L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500157W: http://swik.net/v9fs
Jim Cromiece00f852006-11-30 04:49:44 +0100158T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
159S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800160
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161A2232 SERIAL BOARD DRIVER
162P: Enver Haase
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163M: A2232@gmx.net
164L: linux-m68k@lists.linux-m68k.org
165S: Maintained
166
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700167AACRAID SCSI RAID DRIVER
168P: Adaptec OEM Raid Solutions
169M: aacraid@adaptec.com
170L: linux-scsi@vger.kernel.org
171W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172S: Supported
173
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700174ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200175P: Hans de Goede
176M: j.w.r.degoede@hhs.nl
177L: lm-sensors@lm-sensors.org
178S: Maintained
179
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700180ABIT UGURU 3 HARDWARE MONITOR DRIVER
181P: Alistair John Strachan
182M: alistair@devzero.co.uk
183L: lm-sensors@lm-sensors.org
184S: Maintained
185
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186ACENIC DRIVER
187P: Jes Sorensen
188M: jes@trained-monkey.org
189L: linux-acenic@sunsite.dk
190S: Maintained
191
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000192ACER WMI LAPTOP EXTRAS
193P: Carlos Corbacho
194M: carlos@strangeworlds.co.uk
195L: aceracpi@googlegroups.com (subscribers-only)
196W: http://code.google.com/p/aceracpi
197S: Maintained
198
Linus Torvalds1da177e2005-04-16 15:20:36 -0700199ACPI
Andi Kleen54cd3142008-09-04 13:30:07 +0200200P: Len Brown
Len Brown8b59a452007-01-08 19:03:28 -0500201M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500202L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400203W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800204T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500205S: Supported
206
207ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400208P: Alexey Starikovskiy
209M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500210L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300211W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500212S: Supported
213
214ACPI EC DRIVER
215P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400216M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500217L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300218W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500219S: Supported
220
221ACPI FAN DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400222P: Zhang Rui
223M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500224L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300225W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500226S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700228ACPI PCI HOTPLUG DRIVER
229P: Kristen Carlson Accardi
230M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -0700231L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -0500232S: Supported
233
234ACPI THERMAL DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400235P: Zhang Rui
236M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500237L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300238W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500239S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700240
Len Brown359acec2007-02-10 01:59:24 -0500241ACPI VIDEO DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400242P: Zhang Rui
Len Brown38e09d82007-10-25 17:55:59 -0400243M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500244L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300245W: http://www.lesswatts.org/projects/acpi/
Len Brown359acec2007-02-10 01:59:24 -0500246S: Supported
247
Carlos Corbachobff431e2008-02-05 02:17:04 +0000248ACPI WMI DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +0200249P: Carlos Corbacho
250M: carlos@strangeworlds.co.uk
251L: linux-acpi@vger.kernel.org
252W: http://www.lesswatts.org/projects/acpi/
253S: Maintained
Carlos Corbachobff431e2008-02-05 02:17:04 +0000254
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100255AD1889 ALSA SOUND DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +0200256P: Kyle McMartin
257M: kyle@mcmartin.ca
258P: Thibaut Varene
259M: T-Bone@parisc-linux.org
260W: http://wiki.parisc-linux.org/AD1889
261L: linux-parisc@vger.kernel.org
262S: Maintained
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100263
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264ADM1025 HARDWARE MONITOR DRIVER
265P: Jean Delvare
266M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200267L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268S: Maintained
269
Corentin Labbecae2caa2007-02-14 21:15:04 +0100270ADM1029 HARDWARE MONITOR DRIVER
271P: Corentin Labbe
272M: corentin.labbe@geomatys.fr
273L: lm-sensors@lm-sensors.org
274S: Maintained
275
Michael Wucc0b88c2007-08-31 01:15:25 -0400276ADM8211 WIRELESS DRIVER
277P: Michael Wu
278M: flamingice@sourmilk.net
279L: linux-wireless@vger.kernel.org
280W: http://linuxwireless.org/
281T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
282S: Maintained
283
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284ADT746X FAN DRIVER
285P: Colin Leroy
286M: colin@colino.net
287S: Maintained
288
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400289ADVANSYS SCSI DRIVER
290P: Matthew Wilcox
291M: matthew@wil.cx
292L: linux-scsi@vger.kernel.org
293S: Maintained
294
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295AEDSP16 DRIVER
296P: Riccardo Facchetti
297M: fizban@tin.it
298S: Maintained
299
300AFFS FILE SYSTEM
301P: Roman Zippel
302M: zippel@linux-m68k.org
303S: Maintained
304
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700305AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
306P: David Howells
307M: dhowells@redhat.com
308L: linux-afs@lists.infradead.org
309S: Supported
310
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400312P: David Airlie
313M: airlied@linux.ie
314T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315S: Maintained
316
317AHA152X SCSI DRIVER
318P: Juergen E. Fischer
319M: Juergen Fischer <fischer@norbit.de>
320L: linux-scsi@vger.kernel.org
321S: Maintained
322
Hannes Reinecke64624d42007-10-19 10:32:29 +0200323AIC7XXX / AIC79XX SCSI DRIVER
324P: Hannes Reinecke
325M: hare@suse.de
326L: linux-scsi@vger.kernel.org
327S: Maintained
328
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700329AIO
330P: Benjamin LaHaise
331M: bcrl@kvack.org
332L: linux-aio@kvack.org
333S: Supported
334
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335ALCATEL SPEEDTOUCH USB DRIVER
336P: Duncan Sands
337M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700338L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700339W: http://www.linux-usb.org/SpeedTouch/
340S: Maintained
341
Pierre Ossman272f1332007-05-14 21:25:26 +0200342ALCHEMY AU1XX0 MMC DRIVER
Manuel Lauss08fcb722008-06-09 08:40:35 +0200343P: Manuel Lauss
344M: manuel.lauss@gmail.com
345S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200346
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000347ALI1563 I2C DRIVER
348P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100349M: r.marek@assembler.cz
Jean Delvare846557d2008-10-30 15:55:47 +0100350L: linux-i2c@vger.kernel.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000351S: Maintained
352
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353ALPHA PORT
354P: Richard Henderson
355M: rth@twiddle.net
356S: Odd Fixes for 2.4; Maintained for 2.6.
357P: Ivan Kokshaysky
358M: ink@jurassic.park.msu.ru
359S: Maintained for 2.4; PCI support for 2.6.
360
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700361AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
362P: Thomas Dahlmann
363M: thomas.dahlmann@amd.com
Jordan Crouse67d76712008-05-12 14:02:22 -0700364L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700365S: Supported
366
Jordan Crousef90b8112006-01-06 00:12:14 -0800367AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100368P: Jordan Crouse
Jordan Crouse67d76712008-05-12 14:02:22 -0700369L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Jordan Crousef90b8112006-01-06 00:12:14 -0800370W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
371S: Supported
372
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200373AMD IOMMU (AMD-VI)
374P: Joerg Roedel
375M: joerg.roedel@amd.com
376L: iommu@lists.linux-foundation.org
Joerg Roedelbbd001c2008-09-17 17:22:45 +0200377T: git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200378S: Supported
379
Peter Orubae7f5b302008-07-28 18:44:11 +0200380AMD MICROCODE UPDATE SUPPORT
Peter Oruba8d433c402008-10-16 18:43:48 +0200381P: Andreas Herrmann
382M: andeas.herrmann3@amd.com
383L: amd64-microcode@amd64.org
Peter Orubae7f5b302008-07-28 18:44:11 +0200384S: Supported
385
Stelian Pop284f42b2006-12-12 18:18:31 +0100386AMS (Apple Motion Sensor) DRIVER
387P: Stelian Pop
388M: stelian@popies.net
389P: Michael Hanselmann
390M: linux-kernel@hansmi.ch
391S: Supported
392
Tom Tuckerf94b5332006-09-22 15:22:48 -0700393AMSO1100 RNIC DRIVER
394P: Tom Tucker
395M: tom@opengridcomputing.com
396P: Steve Wise
397M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700398L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700399S: Maintained
400
Johannes Berg42269062006-07-25 16:15:50 +0200401AOA (Apple Onboard Audio) ALSA DRIVER
402P: Johannes Berg
403M: johannes@sipsolutions.net
404L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200405L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200406S: Maintained
407
Linus Torvalds1da177e2005-04-16 15:20:36 -0700408APM DRIVER
409P: Stephen Rothwell
410M: sfr@canb.auug.org.au
411L: linux-laptop@vger.kernel.org
412W: http://www.canb.auug.org.au/~sfr/
413S: Supported
414
Henrik Rydbergbd7aa4b2008-09-02 14:35:43 -0700415APPLE BCM5974 MULTITOUCH DRIVER
416P: Henrik Rydberg
417M: rydberg@euromail.se
418L: linux-input@vger.kernel.org
419S: Maintained
420
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700421APPLE SMC DRIVER
422P: Nicolas Boichat
423M: nicolas@boichat.ch
424L: mactel-linux-devel@lists.sourceforge.net
425S: Maintained
426
Linus Torvalds1da177e2005-04-16 15:20:36 -0700427APPLETALK NETWORK LAYER
428P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300429M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430S: Maintained
431
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400432APPLETOUCH TOUCHPAD DRIVER
433P: Johannes Berg
434M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400435L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400436S: Maintained
437
Jaya Kumar1154ea72005-06-21 17:17:04 -0700438ARC FRAMEBUFFER DRIVER
439P: Jaya Kumar
440M: jayalk@intworks.biz
441S: Maintained
442
Linus Torvalds1da177e2005-04-16 15:20:36 -0700443ARM MFM AND FLOPPY DRIVERS
444P: Ian Molton
445M: spyro@f2s.com
446S: Maintained
447
Russell King2761f5c2007-05-24 06:56:08 +0200448ARM PRIMECELL MMCI PL180/1 DRIVER
Pierre Ossman6d799472008-07-22 14:36:57 +0200449S: Orphan
Russell King2761f5c2007-05-24 06:56:08 +0200450
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800451ARM/ADI ROADRUNNER MACHINE SUPPORT
452P: Lennert Buytenhek
453M: kernel@wantstofly.org
454L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
455S: Maintained
456
457ARM/ADS SPHERE MACHINE SUPPORT
458P: Lennert Buytenhek
459M: kernel@wantstofly.org
460L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
461S: Maintained
462
Sergey Lapin9c784f92008-08-03 02:29:48 +0100463ARM/AFEB9260 MACHINE SUPPORT
464P: Sergey Lapin
465M: slapin@ossfans.org
466L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
467S: Maintained
468
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800469ARM/AJECO 1ARM MACHINE SUPPORT
470P: Lennert Buytenhek
471M: kernel@wantstofly.org
472L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
473S: Maintained
474
Andrew Victord4a89c72006-12-04 13:56:21 +0100475ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
Jean Delvare795fb7e2008-09-20 12:33:08 +0200476P: Andrew Victor
477M: linux@maxim.org.za
478L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
479W: http://maxim.org.za/at91_26.html
480S: Maintained
Andrew Victord4a89c72006-12-04 13:56:21 +0100481
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800482ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
483P: Lennert Buytenhek
484M: kernel@wantstofly.org
485L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
486S: Maintained
487
488ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
489P: Lennert Buytenhek
490M: kernel@wantstofly.org
491L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
492S: Maintained
493
Mike Rapoportd48134e2008-08-20 09:03:26 +0100494ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
Russell Kinga9da4f72008-07-12 21:42:04 +0100495P: Mike Rapoport
496M: mike@compulab.co.il
497L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
498S: Maintained
499
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500ARM/CORGI MACHINE SUPPORT
501P: Richard Purdie
502M: rpurdie@rpsys.net
503S: Maintained
504
Russell Kinga9da4f72008-07-12 21:42:04 +0100505ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
506P: Daniel Ribeiro
507M: drwyrm@gmail.com
508P: Stefan Schmidt
509M: stefan@openezx.org
510P: Harald Welte
511M: laforge@openezx.org
512L: openezx-devel@lists.openezx.org (subscribers-only)
513W: http://www.openezx.org/
514S: Maintained
515
Sascha Hauer86183a52008-07-24 23:50:35 +0200516ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
517P: Sascha Hauer
518M: kernel@pengutronix.de
519L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
520S: Maintained
521
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800522ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
523P: Lennert Buytenhek
524M: kernel@wantstofly.org
525L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
526S: Maintained
527
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100528ARM/GUMSTIX MACHINE SUPPORT
529P: Steve Sakoman
530M: sakoman@gmail.com
531L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
532S: Maintained
533
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100534ARM/HP JORNADA 7XX MACHINE SUPPORT
Jean Delvare795fb7e2008-09-20 12:33:08 +0200535P: Kristoffer Ericson
536M: kristoffer.ericson@gmail.com
537W: www.jlime.com
538S: Maintained
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100539
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800540ARM/INTEL IOP32X ARM ARCHITECTURE
541P: Lennert Buytenhek
542M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100543P: Dan Williams
544M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800545L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100546S: Supported
547
548ARM/INTEL IOP33X ARM ARCHITECTURE
549P: Dan Williams
550M: dan.j.williams@intel.com
551L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
552S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800553
554ARM/INTEL IOP13XX ARM ARCHITECTURE
555P: Lennert Buytenhek
556M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100557P: Dan Williams
558M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800559L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100560S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800561
562ARM/INTEL IQ81342EX MACHINE SUPPORT
563P: Lennert Buytenhek
564M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100565P: Dan Williams
566M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800567L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100568S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800569
570ARM/INTEL IXP2000 ARM ARCHITECTURE
571P: Lennert Buytenhek
572M: kernel@wantstofly.org
573L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
574S: Maintained
575
576ARM/INTEL IXDP2850 MACHINE SUPPORT
577P: Lennert Buytenhek
578M: kernel@wantstofly.org
579L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
580S: Maintained
581
582ARM/INTEL IXP23XX ARM ARCHITECTURE
583P: Lennert Buytenhek
584M: kernel@wantstofly.org
585L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
586S: Maintained
587
588ARM/INTEL XSC3 (MANZANO) ARM CORE
589P: Lennert Buytenhek
590M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100591P: Dan Williams
592M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800593L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100594S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800595
596ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
597P: Lennert Buytenhek
598M: kernel@wantstofly.org
599L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
600S: Maintained
601
602ARM/LOGICPD PXA270 MACHINE SUPPORT
603P: Lennert Buytenhek
604M: kernel@wantstofly.org
605L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
606S: Maintained
607
Philipp Zabel3b8861712008-07-09 21:27:15 +0100608ARM/MAGICIAN MACHINE SUPPORT
609P: Philipp Zabel
610M: philipp.zabel@gmail.com
611S: Maintained
612
Kristoffer Ericson9624dfe2008-10-09 16:50:46 +0100613ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
614P: Michael Petchkovsky
615M: mkpetch@internode.on.net
616S: Maintained
617
Dirk Opfer8459c152005-11-06 14:27:52 +0000618ARM/TOSA MACHINE SUPPORT
Dmitry Eremin-Solenikovbfa0b1c2009-01-06 14:41:05 -0800619P: Dmitry Eremin-Solenikov
Dmitry Baryshkov93887042008-07-07 10:50:06 +0100620M: dbaryshkov@gmail.com
Dirk Opfer8459c152005-11-06 14:27:52 +0000621P: Dirk Opfer
622M: dirk@opfer-online.de
623S: Maintained
624
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100625ARM/PALMTX SUPPORT
626P: Marek Vasut
627M: marek.vasut@gmail.com
628W: http://hackndev.com
629S: Maintained
630
Sergey Lapinc49e1e62008-08-29 15:47:52 +0100631ARM/PALMZ72 SUPPORT
632P: Sergey Lapin
633M: slapin@ossfans.org
634W: http://hackndev.com
635S: Maintained
636
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637ARM/PLEB SUPPORT
638P: Peter Chubb
639M: pleb@gelato.unsw.edu.au
640W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
641S: Maintained
642
643ARM/PT DIGITAL BOARD PORT
644P: Stefan Eletzhofer
645M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700646L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700647W: http://www.arm.linux.org.uk/
648S: Maintained
649
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800650ARM/RADISYS ENP2611 MACHINE SUPPORT
651P: Lennert Buytenhek
652M: kernel@wantstofly.org
653L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
654S: Maintained
655
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656ARM/SHARK MACHINE SUPPORT
657P: Alexander Schulz
658M: alex@shark-linux.de
659W: http://www.shark-linux.de/shark.html
660S: Maintained
661
662ARM/STRONGARM110 PORT
663P: Russell King
664M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700665L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666W: http://www.arm.linux.org.uk/
667S: Maintained
668
669ARM/S3C2410 ARM ARCHITECTURE
670P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800671M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700672L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700673W: http://www.fluff.org/ben/linux/
674S: Maintained
675
676ARM/S3C2440 ARM ARCHITECTURE
677P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800678M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700679L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680W: http://www.fluff.org/ben/linux/
681S: Maintained
682
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800683ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
684P: Lennert Buytenhek
685M: kernel@wantstofly.org
686L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
687S: Maintained
688
689ARM/THECUS N2100 MACHINE SUPPORT
690P: Lennert Buytenhek
691M: kernel@wantstofly.org
692L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
693S: Maintained
694
wanzongshun98ad6e32009-02-13 06:04:32 +0100695ARM/NUVOTON W90X900 ARM ARCHITECTURE
696P: Wan ZongShun
697M: mcuos.com@gmail.com
698L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
699W: http://www.mcuos.com
700S: Maintained
701
Linus Torvalds1da177e2005-04-16 15:20:36 -0700702ARPD SUPPORT
703P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700704L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700705S: Maintained
706
707ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500708P: Corentin Chary
709M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700710P: Karol Kozimor
711M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700712L: acpi4asus-user@lists.sourceforge.net
713W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500714W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700715S: Maintained
716
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400717ASUS ASB100 HARDWARE MONITOR DRIVER
718P: Mark M. Hoffman
719M: mhoffman@lightlink.com
720L: lm-sensors@lm-sensors.org
721S: Maintained
722
Corentin Chary85091b72007-01-26 14:04:30 +0100723ASUS LAPTOP EXTRAS DRIVER
724P: Corentin Chary
725M: corentincj@iksaif.net
726L: acpi4asus-user@lists.sourceforge.net
727W: http://sourceforge.net/projects/acpi4asus
728W: http://xf.iksaif.net/acpi4asus
729S: Maintained
730
Andrew Morton953a6472008-11-06 12:53:28 -0800731ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
Dan Williamsb3e5f262007-08-07 10:26:35 -0700732P: Dan Williams
733M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100734P: Maciej Sosnowski
735M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700736L: linux-kernel@vger.kernel.org
737W: http://sourceforge.net/projects/xscaleiop
738S: Supported
739
Randy Dunlape7839f22008-10-12 16:11:45 -0700740ATA OVER ETHERNET (AOE) DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741P: Ed L. Cashin
742M: ecashin@coraid.com
743W: http://www.coraid.com/support/linux
744S: Supported
745
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200746ATHEROS ATH5K WIRELESS DRIVER
747P: Jiri Slaby
748M: jirislaby@gmail.com
749P: Nick Kossifidis
750M: mickflemm@gmail.com
751P: Luis R. Rodriguez
Luis R. Rodriguez4fe06572008-10-13 14:08:07 -0700752M: lrodriguez@atheros.com
Bob Copelandadef1992008-10-29 08:30:57 -0400753P: Bob Copeland
754M: me@bobcopeland.com
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200755L: linux-wireless@vger.kernel.org
756L: ath5k-devel@lists.ath5k.org
757S: Maintained
758
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700759ATHEROS ATH9K WIRELESS DRIVER
760P: Luis R. Rodriguez
761M: lrodriguez@atheros.com
762P: Jouni Malinen
763M: jmalinen@atheros.com
764L: linux-wireless@vger.kernel.org
765L: ath9k-devel@lists.ath9k.org
766S: Supported
767
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000768ATI_REMOTE2 DRIVER
769P: Ville Syrjala
770M: syrjala@sci.fi
771S: Maintained
772
Chris Snook7ae115b2008-09-09 03:26:57 -0400773ATLX ETHERNET DRIVERS
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600774P: Jay Cliburn
775M: jcliburn@gmail.com
776P: Chris Snook
777M: csnook@redhat.com
Chris Snook7ae115b2008-09-09 03:26:57 -0400778P: Jie Yang
779M: jie.yang@atheros.com
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600780L: atl1-devel@lists.sourceforge.net
781W: http://sourceforge.net/projects/atl1
782W: http://atl1.sourceforge.net
783S: Maintained
784
Linus Torvalds1da177e2005-04-16 15:20:36 -0700785ATM
786P: Chas Williams
787M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700788L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Jiri Slaby44ae98b2008-11-30 23:27:11 -0800789L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700790W: http://linux-atm.sourceforge.net
791S: Maintained
792
Pierre Ossman272f1332007-05-14 21:25:26 +0200793ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200794P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800795M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200796L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
797W: http://www.atmel.com/products/AT91/
798W: http://www.at91.com/
799S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200800
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800801ATMEL AT91 / AT32 SERIAL DRIVER
802P: Haavard Skinnemoen
803M: hskinnemoen@atmel.com
804L: linux-kernel@vger.kernel.org
805S: Supported
806
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800807ATMEL LCDFB DRIVER
808P: Nicolas Ferre
809M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800810L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800811S: Maintained
812
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100813ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100814P: Haavard Skinnemoen
815M: hskinnemoen@atmel.com
816S: Supported
817
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800818ATMEL SPI DRIVER
819P: Haavard Skinnemoen
820M: hskinnemoen@atmel.com
821S: Supported
822
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700823ATMEL USBA UDC DRIVER
824P: Haavard Skinnemoen
825M: hskinnemoen@atmel.com
826L: kernel@avr32linux.org
827W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
828S: Supported
829
Linus Torvalds1da177e2005-04-16 15:20:36 -0700830ATMEL WIRELESS DRIVER
831P: Simon Kelley
832M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700833L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700834W: http://www.thekelleys.org.uk/atmel
835W: http://atmelwlandriver.sourceforge.net/
836S: Maintained
837
Chris Wrighta92b7b82005-07-07 18:12:23 -0700838AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400839P: Al Viro
840M: viro@zeniv.linux.org.uk
841P: Eric Paris
842M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700843L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100844W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400845T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700846S: Maintained
847
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800848AUXILIARY DISPLAY DRIVERS
849P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700850M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800851L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700852W: http://miguelojeda.es/auxdisplay.htm
853W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800854S: Maintained
855
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700856AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700857P: Haavard Skinnemoen
858M: hskinnemoen@atmel.com
859W: http://www.atmel.com/products/AVR32/
860W: http://avr32linux.org/
861W: http://avrfreaks.net/
862S: Supported
863
864AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700865P: Haavard Skinnemoen
866M: hskinnemoen@atmel.com
867S: Supported
868
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869AX.25 NETWORK LAYER
870P: Ralf Baechle
871M: ralf@linux-mips.org
872L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200873W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700874S: Maintained
875
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700876B43 WIRELESS DRIVER
877P: Michael Buesch
878M: mb@bu3sch.de
879P: Stefano Brivio
880M: stefano.brivio@polimi.it
881L: linux-wireless@vger.kernel.org
882W: http://linuxwireless.org/en/users/Drivers/b43
883S: Maintained
884
885B43LEGACY WIRELESS DRIVER
886P: Larry Finger
887M: Larry.Finger@lwfinger.net
888P: Stefano Brivio
889M: stefano.brivio@polimi.it
890L: linux-wireless@vger.kernel.org
891W: http://linuxwireless.org/en/users/Drivers/b43
892S: Maintained
893
Richard Purdie300abeb2007-02-07 22:21:07 +0000894BACKLIGHT CLASS/SUBSYSTEM
895P: Richard Purdie
896M: rpurdie@rpsys.net
897S: Maintained
898
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700899BAYCOM/HDLCDRV DRIVERS FOR AX.25
900P: Thomas Sailer
901M: t.sailer@alumni.ethz.ch
902L: linux-hams@vger.kernel.org
903W: http://www.baycom.org/~tom/ham/ham.html
904S: Maintained
905
906BEFS FILE SYSTEM
907P: Sergey S. Kostyliov
908M: rathamahata@php4.ru
909L: linux-kernel@vger.kernel.org
910S: Maintained
911
912BFS FILE SYSTEM
913P: Tigran A. Aivazian
914M: tigran@aivazian.fsnet.co.uk
915L: linux-kernel@vger.kernel.org
916S: Maintained
917
Bryan Wu1394f032007-05-06 14:50:22 -0700918BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800919P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800920M: cooloney@kernel.org
Mike Frysinger5b93e132009-02-04 16:49:45 +0800921L: uclinux-dist-devel@blackfin.uclinux.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800922W: http://blackfin.uclinux.org
923S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700924
Bryan Wue190d6b2007-07-17 14:43:44 +0800925BLACKFIN EMAC DRIVER
926P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800927M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800928L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
929W: http://blackfin.uclinux.org
930S: Supported
931
Mike Frysinger566da5b2007-06-11 15:31:30 +0800932BLACKFIN RTC DRIVER
933P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800934M: vapier.adi@gmail.com
935L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
936W: http://blackfin.uclinux.org
937S: Supported
938
Bryan Wu1394f032007-05-06 14:50:22 -0700939BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800940P: Sonic Zhang
941M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800942L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
943W: http://blackfin.uclinux.org
944S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700945
Bryan Wu1e6d3202007-07-15 02:50:02 +0800946BLACKFIN WATCHDOG DRIVER
947P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800948M: vapier.adi@gmail.com
949L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
950W: http://blackfin.uclinux.org
951S: Supported
952
Bryan Wud24ecfc2007-05-01 23:26:32 +0200953BLACKFIN I2C TWI DRIVER
954P: Sonic Zhang
955M: sonic.zhang@analog.com
956L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
957W: http://blackfin.uclinux.org/
958S: Supported
959
Linus Torvalds1da177e2005-04-16 15:20:36 -0700960BLOCK LAYER
961P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200962M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700963L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800964T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965S: Maintained
966
Joern Engel2b54aae2008-02-06 01:38:02 -0800967BLOCK2MTD DRIVER
968P: Joern Engel
969M: joern@lazybastard.org
970L: linux-mtd@lists.infradead.org
971S: Maintained
972
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200973BLUETOOTH DRIVERS
974P: Marcel Holtmann
975M: marcel@holtmann.org
976L: linux-bluetooth@vger.kernel.org
977W: http://www.bluez.org/
978S: Maintained
979
Linus Torvalds1da177e2005-04-16 15:20:36 -0700980BLUETOOTH SUBSYSTEM
981P: Marcel Holtmann
982M: marcel@holtmann.org
Pavel Machek781c2842008-03-20 15:41:02 -0700983L: linux-bluetooth@vger.kernel.org
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200984W: http://www.bluez.org/
Josh Boyer1adc1232005-11-23 15:44:15 -0800985T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700986S: Maintained
987
Linus Torvalds1da177e2005-04-16 15:20:36 -0700988BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100989P: Jay Vosburgh
990M: fubar@us.ibm.com
991L: bonding-devel@lists.sourceforge.net
992W: http://sourceforge.net/projects/bonding/
993S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994
Gary Zambrano39105892006-06-22 17:26:20 -0700995BROADCOM B44 10/100 ETHERNET DRIVER
996P: Gary Zambrano
997M: zambrano@broadcom.com
998L: netdev@vger.kernel.org
999S: Supported
1000
Michael Chan948c51e2006-06-04 02:51:39 -07001001BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1002P: Michael Chan
1003M: mchan@broadcom.com
1004L: netdev@vger.kernel.org
1005S: Supported
1006
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001007BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -07001008P: Eilon Greenstein
1009M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001010L: netdev@vger.kernel.org
1011S: Supported
1012
Michael Chan948c51e2006-06-04 02:51:39 -07001013BROADCOM TG3 GIGABIT ETHERNET DRIVER
1014P: Michael Chan
1015M: mchan@broadcom.com
1016L: netdev@vger.kernel.org
1017S: Supported
1018
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001019BSG (block layer generic sg v4 driver)
1020P: FUJITA Tomonori
1021M: fujita.tomonori@lab.ntt.co.jp
1022L: linux-scsi@vger.kernel.org
1023S: Supported
1024
Michael Bueschff1d5c22008-07-25 01:46:10 -07001025BT8XXGPIO DRIVER
1026P: Michael Buesch
1027M: mb@bu3sch.de
1028W: http://bu3sch.de/btgpio.php
1029S: Maintained
1030
Joe Percheseb1eb042009-01-21 10:49:16 -05001031BTRFS FILE SYSTEM
1032P: Chris Mason
1033M: chris.mason@oracle.com
1034L: linux-btrfs@vger.kernel.org
1035W: http://btrfs.wiki.kernel.org/
1036T: git kernel.org:/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1037S: Maintained
1038
Linus Torvalds1da177e2005-04-16 15:20:36 -07001039BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001040P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001041M: mchehab@infradead.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001042L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001043L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001044W: http://linuxtv.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001045T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001046S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047
Jonathan Corbet77d51402007-03-22 19:44:17 -03001048CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02001049P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03001050M: corbet@lwn.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001051L: linux-media@vger.kernel.org
1052T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03001053S: Maintained
1054
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001055CALGARY x86-64 IOMMU
1056P: Muli Ben-Yehuda
1057M: muli@il.ibm.com
1058P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001059M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001060L: linux-kernel@vger.kernel.org
1061L: discuss@x86-64.org
1062S: Maintained
1063
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001064CAN NETWORK LAYER
1065P: Urs Thuermann
1066M: urs.thuermann@volkswagen.de
1067P: Oliver Hartkopp
1068M: oliver.hartkopp@volkswagen.de
1069L: socketcan-core@lists.berlios.de (subscribers-only)
1070W: http://developer.berlios.de/projects/socketcan/
1071S: Maintained
1072
Arnd Bergmannb8154542008-05-16 11:10:59 +02001073CELL BROADBAND ENGINE ARCHITECTURE
1074P: Arnd Bergmann
1075M: arnd@arndb.de
1076L: linuxppc-dev@ozlabs.org
1077L: cbe-oss-dev@ozlabs.org
1078W: http://www.ibm.com/developerworks/power/cell/
1079S: Supported
1080
David Vrabel18332a82008-09-17 16:34:44 +01001081CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1082P: David Vrabel
1083M: david.vrabel@csr.com
1084L: linux-usb@vger.kernel.org
1085S: Supported
1086
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001087CFAG12864B LCD DRIVER
1088P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001089M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001090L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001091W: http://miguelojeda.es/auxdisplay.htm
1092W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001093S: Maintained
1094
1095CFAG12864BFB LCD FRAMEBUFFER DRIVER
1096P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001097M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001098L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001099W: http://miguelojeda.es/auxdisplay.htm
1100W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001101S: Maintained
1102
Johannes Berg704232c2007-04-23 12:20:05 -07001103CFG80211 and NL80211
1104P: Johannes Berg
1105M: johannes@sipsolutions.net
1106L: linux-wireless@vger.kernel.org
1107S: Maintained
1108
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001109CHECKPATCH
1110P: Andy Whitcroft
Andy Whitcroftb0e0b432009-01-06 14:41:22 -08001111M: apw@canonical.com
1112L: linux-kernel@vger.kernel.org
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001113S: Supported
1114
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001115CISCO 10G ETHERNET DRIVER
1116P: Scott Feldman
1117M: scofeldm@cisco.com
1118P: Joe Eykholt
1119M: jeykholt@cisco.com
Joel Becker7063fbf2005-12-15 14:29:43 -08001120S: Supported
1121
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001122CIRRUS LOGIC EP93XX ETHERNET DRIVER
1123P: Lennert Buytenhek
1124M: kernel@wantstofly.org
1125L: netdev@vger.kernel.org
1126S: Maintained
1127
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001128CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1129P: Lennert Buytenhek
1130M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001131L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001132S: Maintained
1133
Timur Tabid9e9d822008-04-24 08:45:26 +10001134CIRRUS LOGIC CS4270 SOUND DRIVER
1135P: Timur Tabi
1136M: timur@freescale.com
1137L: alsa-devel@alsa-project.org
1138S: Supported
1139
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1141P: Cirrus Logic Corporation (kernel 2.2 driver)
1142M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1143P: Nils Faerber (port to kernel 2.4)
1144M: Nils Faerber <nils@kernelconcepts.de>
1145S: Maintained
1146
1147CODA FILE SYSTEM
1148P: Jan Harkes
1149M: jaharkes@cs.cmu.edu
1150M: coda@cs.cmu.edu
1151L: codalist@coda.cs.cmu.edu
1152W: http://www.coda.cs.cmu.edu/
1153S: Maintained
1154
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001155COMMON INTERNET FILE SYSTEM (CIFS)
1156P: Steve French
1157M: sfrench@samba.org
1158L: linux-cifs-client@lists.samba.org
1159L: samba-technical@lists.samba.org
1160W: http://linux-cifs.samba.org/
1161T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1162S: Supported
1163
Linus Torvalds1da177e2005-04-16 15:20:36 -07001164COMPACTPCI HOTPLUG CORE
1165P: Scott Murray
1166M: scottm@somanetworks.com
1167M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001168L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169S: Supported
1170
1171COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1172P: Scott Murray
1173M: scottm@somanetworks.com
1174M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001175L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176S: Supported
1177
1178COMPACTPCI HOTPLUG GENERIC DRIVER
1179P: Scott Murray
1180M: scottm@somanetworks.com
1181M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001182L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001183S: Supported
1184
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001185COMPAL LAPTOP SUPPORT
1186P: Cezary Jackiewicz
1187M: cezary.jackiewicz@gmail.com
1188S: Maintained
1189
Linus Torvalds1da177e2005-04-16 15:20:36 -07001190COMPUTONE INTELLIPORT MULTIPORT CARD
1191P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001192M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001194S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001195
Simon Arlott949be0f2007-03-06 02:47:46 -08001196CONEXANT ACCESSRUNNER USB DRIVER
1197P: Simon Arlott
1198M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001199L: accessrunner-general@lists.sourceforge.net
1200W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001201S: Maintained
1202
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001203CONFIGFS
1204P: Joel Becker
1205M: joel.becker@oracle.com
1206L: linux-kernel@vger.kernel.org
1207S: Supported
1208
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001209CONTROL GROUPS (CGROUPS)
1210P: Paul Menage
1211M: menage@google.com
KOSAKI Motohiro01c4a422009-02-11 13:04:35 -08001212P: Li Zefan
1213M: lizf@cn.fujitsu.com
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001214L: containers@lists.linux-foundation.org
1215S: Maintained
1216
Rudolf Marekbebe4672007-05-08 17:22:02 +02001217CORETEMP HARDWARE MONITORING DRIVER
1218P: Rudolf Marek
1219M: r.marek@assembler.cz
1220L: lm-sensors@lm-sensors.org
1221S: Maintained
1222
Linus Torvalds1da177e2005-04-16 15:20:36 -07001223COSA/SRP SYNC SERIAL DRIVER
1224P: Jan "Yenya" Kasprzak
1225M: kas@fi.muni.cz
1226W: http://www.fi.muni.cz/~kas/cosa/
1227S: Maintained
1228
1229CPU FREQUENCY DRIVERS
1230P: Dave Jones
Dave Jonesf4432c52008-10-20 13:31:45 -04001231M: davej@redhat.com
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001232L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001234T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235S: Maintained
1236
1237CPUID/MSR DRIVER
1238P: H. Peter Anvin
1239M: hpa@zytor.com
1240S: Maintained
1241
Paul Jacksoned90fb42005-09-27 21:45:37 -07001242CPUSETS
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001243P: Paul Menage
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001244M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001245L: linux-kernel@vger.kernel.org
1246W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001247W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001248S: Supported
1249
Linus Torvalds1da177e2005-04-16 15:20:36 -07001250CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001251W: http://sourceforge.net/projects/cramfs/
1252S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001253
1254CRIS PORT
1255P: Mikael Starvik
1256M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001257P: Jesper Nilsson
1258M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001259L: dev-etrax@axis.com
1260W: http://developer.axis.com
1261S: Maintained
1262
1263CRYPTO API
1264P: Herbert Xu
1265M: herbert@gondor.apana.org.au
1266P: David S. Miller
1267M: davem@davemloft.net
1268L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001269T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001270S: Maintained
1271
Neil Horman5b07bd52009-02-05 16:03:04 +11001272CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1273P: Neil Horman
1274M: nhorman@tuxdriver.com
1275L: linux-crypto@vger.kernel.org
1276S: Maintained
1277
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001278CS5535 Audio ALSA driver
1279P: Jaya Kumar
1280M: jayakumar.alsa@gmail.com
1281S: Maintained
1282
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001283CX18 VIDEO4LINUX DRIVER
1284P: Hans Verkuil, Andy Walls
1285M: hverkuil@xs4all.nl, awalls@radix.net
1286L: ivtv-devel@ivtvdriver.org
1287L: ivtv-users@ivtvdriver.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001288L: linux-media@vger.kernel.org
1289T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001290W: http://linuxtv.org
1291S: Maintained
1292
Steve Wisee5ec3782008-05-20 14:06:33 -07001293CXGB3 ETHERNET DRIVER (CXGB3)
1294P: Divy Le Ray
1295M: divy@chelsio.com
1296L: netdev@vger.kernel.org
1297W: http://www.chelsio.com
1298S: Supported
1299
1300CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1301P: Steve Wise
1302M: swise@chelsio.com
1303L: general@lists.openfabrics.org
1304W: http://www.openfabrics.org
1305S: Supported
1306
Linus Torvalds1da177e2005-04-16 15:20:36 -07001307CYBERPRO FB DRIVER
1308P: Russell King
1309M: rmk@arm.linux.org.uk
1310W: http://www.arm.linux.org.uk/
1311S: Maintained
1312
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001313CYBLAFB FRAMEBUFFER DRIVER
1314P: Knut Petersen
1315M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001316L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001317S: Maintained
1318
Linus Torvalds1da177e2005-04-16 15:20:36 -07001319CYCLADES 2X SYNC CARD DRIVER
1320P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001321M: acme@ghostprotocols.net
1322W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001323S: Maintained
1324
1325CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001326W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001327S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328
1329CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001330W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001331S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001332
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333DAMA SLAVE for AX.25
1334P: Joerg Reuter
1335M: jreuter@yaina.de
1336W: http://yaina.de/jreuter/
1337W: http://www.qsl.net/dl1bke/
1338L: linux-hams@vger.kernel.org
1339S: Maintained
1340
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001341DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1342P: Tobias Ringstrom
1343M: tori@unhappy.mine.nu
1344L: netdev@vger.kernel.org
1345S: Maintained
1346
1347DC390/AM53C974 SCSI driver
1348P: Kurt Garloff
1349M: garloff@suse.de
1350W: http://www.garloff.de/kurt/linux/dc390/
1351P: Guennadi Liakhovetski
1352M: g.liakhovetski@gmx.de
1353S: Maintained
1354
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355DC395x SCSI driver
1356P: Oliver Neukum
1357M: oliver@neukum.name
1358P: Ali Akcaagac
1359M: aliakc@web.de
1360P: Jamie Lenehan
1361M: lenehan@twibble.org
1362W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001363L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001364L: http://lists.twibble.org/mailman/listinfo/dc395x/
1365S: Maintained
1366
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001367DCCP PROTOCOL
1368P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001369M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001370L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001371W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001372S: Maintained
1373
Linus Torvalds1da177e2005-04-16 15:20:36 -07001374DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001375P: Christine Caulfield
1376M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001377W: http://linux-decnet.sourceforge.net
1378L: linux-decnet-user@lists.sourceforge.net
1379S: Maintained
1380
1381DEFXX FDDI NETWORK DRIVER
1382P: Maciej W. Rozycki
1383M: macro@linux-mips.org
1384S: Maintained
1385
Matthew Garrettad8f07c2009-01-07 18:08:56 -08001386DELL LAPTOP DRIVER
1387P: Matthew Garrett
1388M: mjg59@srcf.ucam.org
1389S: Maintained
1390
Linus Torvalds1da177e2005-04-16 15:20:36 -07001391DELL LAPTOP SMM DRIVER
1392P: Massimo Dal Zotto
1393M: dz@debian.org
1394W: http://www.debian.org/~dz/i8k/
1395S: Maintained
1396
Doug Warzecha90563ec2005-09-06 15:17:15 -07001397DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1398P: Doug Warzecha
1399M: Douglas_Warzecha@dell.com
1400S: Maintained
1401
Linus Torvalds1da177e2005-04-16 15:20:36 -07001402DEVICE NUMBER REGISTRY
1403P: Torben Mathiasen
1404M: device@lanana.org
1405W: http://lanana.org/docs/device-list/index.html
1406L: linux-kernel@vger.kernel.org
1407S: Maintained
1408
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001409DEVICE-MAPPER (LVM)
1410P: Alasdair Kergon
1411L: dm-devel@redhat.com
1412W: http://sources.redhat.com/dm
1413S: Maintained
1414
Linus Torvalds1da177e2005-04-16 15:20:36 -07001415DIGI INTL. EPCA DRIVER
1416P: Digi International, Inc
1417M: Eng.Linux@digi.com
1418L: Eng.Linux@digi.com
1419W: http://www.digi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001420S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001421
Randy Dunlape7839f22008-10-12 16:11:45 -07001422DIRECTORY NOTIFICATION (DNOTIFY)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001423P: Stephen Rothwell
1424M: sfr@canb.auug.org.au
1425L: linux-kernel@vger.kernel.org
1426S: Supported
1427
1428DISK GEOMETRY AND PARTITION HANDLING
1429P: Andries Brouwer
1430M: aeb@cwi.nl
1431W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1432W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1433W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1434S: Maintained
1435
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001436DISKQUOTA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001437P: Jan Kara
1438M: jack@suse.cz
1439L: linux-kernel@vger.kernel.org
1440S: Maintained
1441
Randy Dunlape7839f22008-10-12 16:11:45 -07001442DISTRIBUTED LOCK MANAGER (DLM)
Christine Caulfield8943f262008-02-14 19:31:31 -08001443P: Christine Caulfield
1444M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001445P: David Teigland
1446M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001447L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001448W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001449T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001450S: Supported
1451
Dan Williamsb3e5f262007-08-07 10:26:35 -07001452DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001453P: Maciej Sosnowski
1454M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001455P: Dan Williams
1456M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001457L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001458S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001459
Juerg Haefligerb8250372007-06-09 10:11:16 -04001460DME1737 HARDWARE MONITOR DRIVER
1461P: Juerg Haefliger
1462M: juergh@gmail.com
1463L: lm-sensors@lm-sensors.org
1464S: Maintained
1465
Martin Waitzba483d52005-06-17 13:20:59 -07001466DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001467P: Randy Dunlap
1468M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001469S: Maintained
1470
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001471DOCKING STATION DRIVER
Len Brownc5d191b2008-09-24 02:53:25 -04001472P: Shaohua Li
1473M: shaohua.li@intel.com
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001474L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001475S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001476
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001477DOCUMENTATION (/Documentation directory)
Jean Delvare795fb7e2008-09-20 12:33:08 +02001478P: Randy Dunlap
1479M: rdunlap@xenotime.net
1480L: linux-doc@vger.kernel.org
1481S: Maintained
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001482
Linus Torvalds1da177e2005-04-16 15:20:36 -07001483DOUBLETALK DRIVER
1484P: James R. Van Zandt
1485M: jrv@vanzandt.mv.com
1486L: blinux-list@redhat.com
1487S: Maintained
1488
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001489DPT_I2O SCSI RAID DRIVER
1490P: Adaptec OEM Raid Solutions
1491M: aacraid@adaptec.com
1492L: linux-scsi@vger.kernel.org
1493W: http://www.adaptec.com/
1494S: Maintained
1495
Linus Torvalds1da177e2005-04-16 15:20:36 -07001496DRIVER CORE, KOBJECTS, AND SYSFS
1497P: Greg Kroah-Hartman
1498M: gregkh@suse.de
1499L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001500T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501S: Supported
1502
1503DRM DRIVERS
1504P: David Airlie
1505M: airlied@linux.ie
1506L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001507T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508S: Maintained
1509
1510DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001511P: Francois Romieu
1512M: romieu@fr.zoreil.com
1513L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001514S: Maintained
1515
1516DVB SUBSYSTEM AND DRIVERS
1517P: LinuxTV.org Project
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001518M: linux-media@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02001519L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001520W: http://linuxtv.org/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001521T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001522S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001523
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001524DZ DECSTATION DZ11 SERIAL DRIVER
1525P: Maciej W. Rozycki
1526M: macro@linux-mips.org
1527S: Maintained
1528
Linus Torvalds1da177e2005-04-16 15:20:36 -07001529EATA-DMA SCSI DRIVER
1530P: Michael Neuffer
1531L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1532S: Maintained
1533
1534EATA ISA/EISA/PCI SCSI DRIVER
1535P: Dario Ballabio
1536M: ballabio_dario@emc.com
1537L: linux-scsi@vger.kernel.org
1538S: Maintained
1539
1540EATA-PIO SCSI DRIVER
1541P: Michael Neuffer
1542M: mike@i-Connect.Net
1543L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1544S: Maintained
1545
1546EBTABLES
1547P: Bart De Schuymer
1548M: bart.de.schuymer@pandora.be
1549L: ebtables-user@lists.sourceforge.net
1550L: ebtables-devel@lists.sourceforge.net
1551W: http://ebtables.sourceforge.net/
1552S: Maintained
1553
Michael Halcrow237fead2006-10-04 02:16:22 -07001554ECRYPT FILE SYSTEM
Michael Halcrow6dc75162008-12-15 13:54:17 -08001555P: Tyler Hicks, Dustin Kirkland
1556M: tyhicks@linux.vnet.ibm.com, kirkland@canonical.com
1557L: ecryptfs-devel@lists.launchpad.net
1558W: https://launchpad.net/ecryptfs
Michael Halcrow237fead2006-10-04 02:16:22 -07001559S: Supported
1560
Alan Coxda9bb1d2006-01-18 17:44:13 -08001561EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001562P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001563M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001564L: bluesmoke-devel@lists.sourceforge.net
1565W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001566S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001567
1568EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001569P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001570P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001571M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001572M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001573L: bluesmoke-devel@lists.sourceforge.net
1574W: bluesmoke.sourceforge.net
1575S: Maintained
1576
1577EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001578P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001579M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001580L: bluesmoke-devel@lists.sourceforge.net
1581W: bluesmoke.sourceforge.net
1582S: Maintained
1583
Douglas Thompson6bc78402007-07-19 01:50:12 -07001584EDAC-I82443BXGX
1585P: Tim Small
1586M: tim@buttersideup.com
1587L: bluesmoke-devel@lists.sourceforge.net
1588W: bluesmoke.sourceforge.net
1589S: Maintained
1590
1591EDAC-I3000
1592P: Jason Uhlenkott
1593M: juhlenko@akamai.com
1594L: bluesmoke-devel@lists.sourceforge.net
1595W: bluesmoke.sourceforge.net
1596S: Maintained
1597
1598EDAC-I5000
1599P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001600M: dougthompson@xmission.com
1601L: bluesmoke-devel@lists.sourceforge.net
1602W: bluesmoke.sourceforge.net
1603S: Maintained
1604
Mauro Carvalho Chehab44c12cb2009-01-15 13:50:49 -08001605EDAC-I5400
1606P: Mauro Carvalho Chehab
1607M: mchehab@redhat.com
1608L: bluesmoke-devel@lists.sourceforge.net
1609W: bluesmoke.sourceforge.net
1610S: Maintained
1611
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001612EDAC-I82975X
1613P: Ranganathan Desikan
1614P: Arvind R.
1615M: rdesikan@jetzbroadband.com
1616M: arvind@acarlab.com
1617L: bluesmoke-devel@lists.sourceforge.net
1618W: bluesmoke.sourceforge.net
1619S: Maintained
1620
1621EDAC-PASEMI
1622P: Egor Martovetsky
1623M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001624L: bluesmoke-devel@lists.sourceforge.net
1625W: bluesmoke.sourceforge.net
1626S: Maintained
1627
Dave Peterson0e438e32006-03-26 01:38:55 -08001628EDAC-R82600
1629P: Tim Small
1630M: tim@buttersideup.com
1631L: bluesmoke-devel@lists.sourceforge.net
1632W: bluesmoke.sourceforge.net
1633S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001634
Eric Coopere59f8792008-03-13 12:55:46 +01001635EEEPC LAPTOP EXTRAS DRIVER
1636P: Corentin Chary
1637M: corentincj@iksaif.net
1638L: acpi4asus-user@lists.sourceforge.net
1639W: http://sourceforge.net/projects/acpi4asus
1640S: Maintained
1641
Josh Triplett0bee8d22006-07-30 03:03:58 -07001642EFS FILESYSTEM
1643W: http://aeschi.ch.eu.org/efs/
1644S: Orphan
1645
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001646EHCA (IBM GX bus InfiniBand adapter) DRIVER
Heiko J Schickfab97222006-09-22 15:22:22 -07001647P: Hoang-Nam Nguyen
1648M: hnguyen@de.ibm.com
1649P: Christoph Raisch
1650M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001651L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001652S: Supported
1653
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001654EMBEDDED LINUX
1655P: Paul Gortmaker
1656M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001657P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001658M: dwmw2@infradead.org
1659L: linux-embedded@vger.kernel.org
1660S: Maintained
1661
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001662EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001663P: James Smart
1664M: james.smart@emulex.com
1665L: linux-scsi@vger.kernel.org
1666W: http://sourceforge.net/projects/lpfcxxxx
1667S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001668
Linus Torvalds1da177e2005-04-16 15:20:36 -07001669EPSON 1355 FRAMEBUFFER DRIVER
1670P: Christopher Hoover
1671M: ch@murgatroid.com, ch@hpl.hp.com
1672S: Maintained
1673
Kristoffer Ericsond5ca9002008-10-15 22:03:54 -07001674EPSON S1D13XXX FRAMEBUFFER DRIVER
1675P: Kristoffer Ericson
1676M: kristoffer.ericson@gmail.com
1677S: Maintained
1678
Linus Torvalds1da177e2005-04-16 15:20:36 -07001679ETHEREXPRESS-16 NETWORK DRIVER
1680P: Philip Blundell
1681M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001682L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001683S: Maintained
1684
1685ETHERNET BRIDGE
1686P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001687M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001688L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001689W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001690S: Maintained
1691
1692ETHERTEAM 16I DRIVER
1693P: Mika Kuoppala
1694M: miku@iki.fi
1695S: Maintained
1696
1697EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001698L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001699S: Maintained
1700
1701EXT3 FILE SYSTEM
1702P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001703M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001704L: linux-ext4@vger.kernel.org
1705S: Maintained
1706
1707EXT4 FILE SYSTEM
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001708P: Theodore Ts'o
1709M: tytso@mit.edu, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001710L: linux-ext4@vger.kernel.org
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001711W: http://ext4.wiki.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001712S: Maintained
1713
Jean Delvaree53004e2006-01-09 23:26:14 +01001714F71805F HARDWARE MONITORING DRIVER
1715P: Jean Delvare
1716M: khali@linux-fr.org
1717L: lm-sensors@lm-sensors.org
1718S: Maintained
1719
Linus Torvalds1da177e2005-04-16 15:20:36 -07001720FARSYNC SYNCHRONOUS DRIVER
1721P: Kevin Curtis
1722M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001723W: http://www.farsite.co.uk/
1724S: Supported
1725
Akinobu Mitac5408b82007-04-23 14:41:20 -07001726FAULT INJECTION SUPPORT
1727P: Akinobu Mita
1728M: akinobu.mita@gmail.com
1729S: Supported
1730
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001731FILE LOCKING (flock() and fcntl()/lockf())
1732P: Matthew Wilcox
1733M: matthew@wil.cx
1734L: linux-fsdevel@vger.kernel.org
1735S: Maintained
1736
1737FILESYSTEMS (VFS and infrastructure)
1738P: Alexander Viro
1739M: viro@zeniv.linux.org.uk
1740L: linux-fsdevel@vger.kernel.org
1741S: Maintained
1742
1743FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1744P: Kristian Hoegsberg, Stefan Richter
1745M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1746L: linux1394-devel@lists.sourceforge.net
1747W: http://www.linux1394.org/
1748T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1749S: Maintained
1750
1751FIRMWARE LOADER (request_firmware)
1752L: linux-kernel@vger.kernel.org
1753S: Orphan
1754
1755FPU EMULATOR
1756P: Bill Metzenthen
1757M: billm@suburbia.net
1758W: http://suburbia.net/~billm/floating-point/emulator/
1759S: Maintained
1760
1761FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1762P: Mike McLagan
1763M: mike.mclagan@linux.org
1764L: netdev@vger.kernel.org
1765S: Maintained
1766
Linus Torvalds1da177e2005-04-16 15:20:36 -07001767FRAMEBUFFER LAYER
1768P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001769M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001770L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001771W: http://linux-fbdev.sourceforge.net/
1772S: Maintained
1773
Zhang Wei173acc72008-03-01 07:42:48 -07001774FREESCALE DMA DRIVER
Zhang Wei76b0c7882008-05-13 14:44:59 -07001775P: Li Yang
1776M: leoli@freescale.com
1777P: Zhang Wei
1778M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001779L: linuxppc-embedded@ozlabs.org
1780L: linux-kernel@vger.kernel.org
1781S: Maintained
1782
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001783FREESCALE I2C CPM DRIVER
1784P: Jochen Friedrich
1785M: jochen@scram.de
1786L: linuxppc-dev@ozlabs.org
Jean Delvare846557d2008-10-30 15:55:47 +01001787L: linux-i2c@vger.kernel.org
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001788S: Maintained
1789
Sascha Hauer60e8c5a2008-12-16 11:44:06 +01001790FREESCALE IMX / MXC FRAMEBUFFER DRIVER
1791P: Sascha Hauer
1792M: kernel@pengutronix.de
1793L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1794L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1795S: Maintained
1796
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001797FREESCALE SOC FS_ENET DRIVER
1798P: Pantelis Antoniou
1799M: pantelis.antoniou@gmail.com
1800P: Vitaly Bordug
1801M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001802L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001803L: netdev@vger.kernel.org
1804S: Maintained
1805
Timur Tabid9e9d822008-04-24 08:45:26 +10001806FREESCALE QUICC ENGINE LIBRARY
1807P: Timur Tabi
1808M: timur@freescale.com
1809L: linuxppc-dev@ozlabs.org
1810S: Supported
1811
Li Yanga7205b32007-04-23 10:38:18 -07001812FREESCALE HIGHSPEED USB DEVICE DRIVER
1813P: Li Yang
1814M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001815L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001816L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001817S: Maintained
1818
Li Yangbeaf53b2007-05-25 13:54:02 +08001819FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1820P: Li Yang
1821M: leoli@freescale.com
1822L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001823L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001824S: Maintained
1825
Timur Tabid9e9d822008-04-24 08:45:26 +10001826FREESCALE QUICC ENGINE UCC UART DRIVER
1827P: Timur Tabi
1828M: timur@freescale.com
1829L: linuxppc-dev@ozlabs.org
1830S: Supported
1831
1832FREESCALE SOC SOUND DRIVERS
1833P: Timur Tabi
1834M: timur@freescale.com
1835L: alsa-devel@alsa-project.org
1836L: linuxppc-dev@ozlabs.org
1837S: Supported
1838
Linus Torvalds1da177e2005-04-16 15:20:36 -07001839FREEVXFS FILESYSTEM
1840P: Christoph Hellwig
1841M: hch@infradead.org
1842W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1843S: Maintained
1844
Pavel Machek71038f52009-01-15 13:51:02 -08001845FREEZER
1846P: Pavel Machek
1847M: pavel@suse.cz
1848P: Rafael J. Wysocki
1849M: rjw@sisk.pl
1850L: linux-pm@lists.linux-foundation.org
1851S: Supported
1852
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001853FTRACE
1854P: Steven Rostedt
Steven Rostedt8e324c12008-11-19 15:36:43 -08001855M: rostedt@goodmis.org
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001856S: Maintained
1857
David Howells5ab7ffe2007-04-10 15:10:45 +01001858FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001859P: David Howells
1860M: dhowells@redhat.com
1861S: Maintained
1862
Jonathan Woithe20b93732008-06-11 10:14:56 +09301863FUJITSU LAPTOP EXTRAS
1864P: Jonathan Woithe
1865M: jwoithe@physics.adelaide.edu.au
1866L: linux-acpi@vger.kernel.org
1867S: Maintained
1868
Miklos Szeredi04578f12005-09-09 13:10:22 -07001869FUSE: FILESYSTEM IN USERSPACE
1870P: Miklos Szeredi
1871M: miklos@szeredi.hu
1872L: fuse-devel@lists.sourceforge.net
1873W: http://fuse.sourceforge.net/
1874S: Maintained
1875
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1877P: Rik Faith
1878M: faith@cs.unc.edu
1879L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001880S: Odd Fixes (e.g., new signatures)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881
1882GDT SCSI DISK ARRAY CONTROLLER DRIVER
1883P: Achim Leubner
1884M: achim_leubner@adaptec.com
1885L: linux-scsi@vger.kernel.org
1886W: http://www.icp-vortex.com/
1887S: Supported
1888
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001889GENERIC GPIO I2C DRIVER
1890P: Haavard Skinnemoen
1891M: hskinnemoen@atmel.com
1892S: Supported
1893
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01001894GENERIC HDLC (WAN) DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001895P: Krzysztof Halasa
1896M: khc@pm.waw.pl
1897W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1898S: Maintained
1899
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001900GFS2 FILE SYSTEM
1901P: Steven Whitehouse
1902M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001903L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001904W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001905T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1906T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001907S: Supported
1908
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001909GIGASET ISDN DRIVERS
1910P: Hansjoerg Lipp
1911M: hjlipp@web.de
1912P: Tilman Schmidt
1913M: tilman@imap.cc
1914L: gigaset307x-common@lists.sourceforge.net
1915W: http://gigaset307x.sourceforge.net/
1916S: Maintained
1917
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001918HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
Frank Seidel211e3e02009-02-17 19:59:54 +01001919P: Frank Seidel
1920M: frank@f-seidel.de
1921L: lm-sensors@lm-sensors.org
1922W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001923S: Maintained
1924
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001925GSPCA FINEPIX SUBDRIVER
1926P: Frank Zago
1927M: frank@zago.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001928L: linux-media@vger.kernel.org
1929T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001930S: Maintained
1931
1932GSPCA M5602 SUBDRIVER
1933P: Erik Andren
1934M: erik.andren@gmail.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001935L: linux-media@vger.kernel.org
1936T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001937S: Maintained
1938
1939GSPCA PAC207 SONIXB SUBDRIVER
1940P: Hans de Goede
1941M: hdegoede@redhat.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001942L: linux-media@vger.kernel.org
1943T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001944S: Maintained
1945
1946GSPCA T613 SUBDRIVER
1947P: Leandro Costantino
1948M: lcostantino@gmail.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001949L: linux-media@vger.kernel.org
1950T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001951S: Maintained
1952
1953GSPCA USB WEBCAM DRIVER
1954P: Jean-Francois Moine
1955M: moinejf@free.fr
1956W: http://moinejf.free.fr
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001957L: linux-media@vger.kernel.org
1958T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001959S: Maintained
1960
Jean Delvare5b543962005-08-15 19:51:02 +02001961HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001962L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001963W: http://www.lm-sensors.org/
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001964S: Orphan
Jean Delvare5b543962005-08-15 19:51:02 +02001965
Michael Buesch844dd052006-06-26 00:24:59 -07001966HARDWARE RANDOM NUMBER GENERATOR CORE
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001967S: Orphan
Michael Buesch844dd052006-06-26 00:24:59 -07001968
Linus Torvalds1da177e2005-04-16 15:20:36 -07001969HARMONY SOUND DRIVER
1970P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001971M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001972L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001973S: Maintained
1974
1975HAYES ESP SERIAL DRIVER
1976P: Andrew J. Robinson
1977M: arobinso@nyx.net
1978L: linux-kernel@vger.kernel.org
1979W: http://www.nyx.net/~arobinso
1980S: Maintained
1981
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001982HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1983P: Chirag Kantharia
1984M: chirag.kantharia@hp.com
1985L: iss_storagedev@hp.com
1986S: Maintained
1987
1988HEWLETT-PACKARD SMART2 RAID DRIVER
1989P: Chirag Kantharia
1990M: chirag.kantharia@hp.com
1991L: iss_storagedev@hp.com
1992S: Maintained
1993
1994HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1995P: Mike Miller
1996M: mike.miller@hp.com
1997L: iss_storagedev@hp.com
1998S: Supported
1999
Linus Torvalds1da177e2005-04-16 15:20:36 -07002000HFS FILESYSTEM
2001P: Roman Zippel
2002M: zippel@linux-m68k.org
2003L: linux-kernel@vger.kernel.org
2004S: Maintained
2005
2006HGA FRAMEBUFFER DRIVER
2007P: Ferenc Bakonyi
2008M: fero@drama.obuda.kando.hu
2009L: linux-nvidia@lists.surfsouth.com
2010W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2011S: Maintained
2012
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002013HIBERNATION (aka Software Suspend, aka swsusp)
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002014P: Pavel Machek
Pavel Machekef35ce22009-02-18 14:48:16 -08002015M: pavel@ucw.cz
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002016P: Rafael J. Wysocki
2017M: rjw@sisk.pl
2018L: linux-pm@lists.linux-foundation.org
2019S: Supported
2020
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01002021HID CORE LAYER
2022P: Jiri Kosina
2023M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002024L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01002025T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01002026S: Maintained
2027
Ingo Molnar38bed542007-02-22 09:09:34 +01002028HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2029P: Thomas Gleixner
2030M: tglx@linutronix.de
2031L: linux-kernel@vger.kernel.org
2032S: Maintained
2033
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034HIGH-SPEED SCC DRIVER FOR AX.25
2035P: Klaus Kudielka
2036M: klaus.kudielka@ieee.org
2037L: linux-hams@vger.kernel.org
2038W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2039S: Maintained
2040
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08002041HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2042P: HighPoint Linux Team
2043M: linux@highpoint-tech.com
2044W: http://www.highpoint-tech.com
2045S: Supported
2046
Linus Torvalds1da177e2005-04-16 15:20:36 -07002047HIPPI
2048P: Jes Sorensen
2049M: jes@trained-monkey.org
2050L: linux-hippi@sunsite.dk
2051S: Maintained
2052
Jouni Malinenff1d2762005-05-12 22:54:16 -04002053HOST AP DRIVER
2054P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07002055M: j@w1.fi
2056L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07002057L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04002058W: http://hostap.epitest.fi/
2059S: Maintained
2060
Carlos Corbachodd8cd772008-02-05 02:17:15 +00002061HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2062P: Carlos Corbacho
2063M: carlos@strangeworlds.co.uk
2064S: Odd Fixes
2065
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002066HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2067P: Jaroslav Kysela
2068M: perex@perex.cz
2069S: Maintained
2070
Clemens Ladischd36e74c2008-07-23 21:26:46 -07002071HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08002072P: Clemens Ladisch
2073M: clemens@ladisch.de
2074S: Maintained
2075
2076HPET: i386
2077P: Venkatesh Pallipadi (Venki)
2078M: venkatesh.pallipadi@intel.com
2079S: Maintained
2080
2081HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02002082P: Vojtech Pavlik
2083M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08002084S: Maintained
2085
2086HPET: ACPI hpet.c
2087P: Bob Picco
2088M: bob.picco@hp.com
2089S: Maintained
2090
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091HPFS FILESYSTEM
2092P: Mikulas Patocka
2093M: mikulas@artax.karlin.mff.cuni.cz
2094W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2095S: Maintained
2096
Denis Joseph Barrow11cd29b2009-01-02 13:50:36 +00002097HSO 3G Modem Driver (hso.c)
2098P: Denis Joseph Barrow
2099M: d.barow@option.com
2100W: http://www.pharscape.org
2101S: Maintained
2102
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002103HTCPEN TOUCHSCREEN DRIVER
2104P: Pau Oliva Fora
2105M: pof@eslack.org
2106L: linux-input@vger.kernel.org
2107S: Maintained
2108
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109HUGETLB FILESYSTEM
2110P: William Irwin
2111M: wli@holomorphy.com
2112S: Maintained
2113
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002114I2C/SMBUS STUB DRIVER
2115P: Mark M. Hoffman
2116M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01002117L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002118S: Maintained
2119
Jean Delvare5b543962005-08-15 19:51:02 +02002120I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002121P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002123P: Ben Dooks (embedded platforms)
2124M: ben-linux@fluff.org
Jean Delvare846557d2008-10-30 15:55:47 +01002125L: linux-i2c@vger.kernel.org
Jean Delvarea01064a2009-01-26 21:19:53 +01002126W: http://i2c.wiki.kernel.org/
2127T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128S: Maintained
2129
Till Harbaume8c76ee2007-05-01 23:26:35 +02002130I2C-TINY-USB DRIVER
2131P: Till Harbaum
2132M: till@harbaum.org
Jean Delvare846557d2008-10-30 15:55:47 +01002133L: linux-i2c@vger.kernel.org
Till Harbaume8c76ee2007-05-01 23:26:35 +02002134T: http://www.harbaum.org/till/i2c_tiny_usb
2135S: Maintained
2136
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002138P: H. Peter Anvin
2139M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140L: Linux-Kernel@vger.kernel.org
2141S: Maintained
2142
2143i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144P: H. Peter Anvin
2145M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002146T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147S: Maintained
2148
Linus Torvalds1da177e2005-04-16 15:20:36 -07002149IA64 (Itanium) PLATFORM
2150P: Tony Luck
2151M: tony.luck@intel.com
2152L: linux-ia64@vger.kernel.org
2153W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002154T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002155S: Maintained
2156
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157IBM MCA SCSI SUBSYSTEM DRIVER
2158P: Michael Lang
2159M: langa2@kph.uni-mainz.de
2160W: http://www.uni-mainz.de/~langm000/linux.html
2161S: Maintained
2162
2163IBM Power Linux RAID adapter
2164P: Brian King
2165M: brking@us.ibm.com
2166S: Supported
2167
2168IBM ServeRAID RAID DRIVER
2169P: Jack Hammer
2170P: Dave Jeffery
2171M: ipslinux@adaptec.com
2172W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002173S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002174
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002175IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002176P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002177M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002179T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180S: Maintained
2181
2182IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002183P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002184M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002185L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002186S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187
2188IDE/ATAPI FLOPPY DRIVERS
2189P: Paul Bristow
2190M: Paul Bristow <paul@paulbristow.net>
2191W: http://paulbristow.net/linux/idefloppy.html
2192L: linux-kernel@vger.kernel.org
2193S: Maintained
2194
2195IDE/ATAPI TAPE DRIVERS
2196P: Gadi Oxman
2197M: Gadi Oxman <gadio@netvision.net.il>
2198L: linux-kernel@vger.kernel.org
2199S: Maintained
2200
Andy Henroid27471fd2008-10-09 11:45:22 -07002201IDLE-I7300
2202P: Andy Henroid
2203M: andrew.d.henroid@intel.com
2204L: linux-pm@lists.linux-foundation.org
2205S: Supported
2206
Stefan Richterf148e202008-01-12 12:32:44 +01002207IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002208P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002209M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002210P: Stefan Richter
2211M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002212L: linux1394-devel@lists.sourceforge.net
2213W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002214T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215S: Maintained
2216
Stefan Richterf51a5a92007-04-23 14:41:10 -07002217IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002218P: Dan Dennedy
2219M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002220P: Stefan Richter
2221M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002223S: Maintained
2224
Mimi Zoharaa7168f2009-02-04 09:07:03 -05002225INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2226P: Mimi Zohar
2227M: zohar@us.ibm.com
2228S: Supported
2229
Linus Torvalds1da177e2005-04-16 15:20:36 -07002230IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002231L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002232S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002233
2234INFINIBAND SUBSYSTEM
2235P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002236M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002237P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002238M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002239P: Hal Rosenstock
Jean Delvare795fb7e2008-09-20 12:33:08 +02002240M: hal.rosenstock@gmail.com
Randy Dunlap40b0bb12009-02-04 15:12:13 -08002241L: general@lists.openfabrics.org (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002243T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244S: Supported
2245
Robert Lovec9f04f52005-07-15 12:21:07 -04002246INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01002247P: John McCutchan
John McCutchan52af8942008-12-17 17:43:02 -08002248M: john@johnmccutchan.com
Cal Peake18b36c712006-12-12 20:18:16 +01002249P: Robert Love
John McCutchan52af8942008-12-17 17:43:02 -08002250M: rlove@rlove.org
Robert Lovec9f04f52005-07-15 12:21:07 -04002251L: linux-kernel@vger.kernel.org
2252S: Maintained
2253
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002254INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2255P: Dmitry Torokhov
2256M: dmitry.torokhov@gmail.com
2257M: dtor@mail.ru
2258L: linux-input@vger.kernel.org
2259T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2260S: Maintained
2261
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002262INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002263P: Sylvain Meyer
2264M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002265L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002266S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002267
Linus Torvalds1da177e2005-04-16 15:20:36 -07002268INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002269P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002270M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002271L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002272S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002273
Thomas, Sujithf4a9bc42008-11-05 16:15:31 +05302274INTEL MENLOW THERMAL DRIVER
2275P: Sujith Thomas
2276M: sujith.thomas@intel.com
2277L: linux-acpi@vger.kernel.org
2278W: http://www.lesswatts.org/projects/acpi/
2279S: Supported
2280
Linus Torvalds1da177e2005-04-16 15:20:36 -07002281INTEL IA32 MICROCODE UPDATE SUPPORT
2282P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002283M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002284S: Maintained
2285
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002286INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002287P: Maciej Sosnowski
2288M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002289L: linux-kernel@vger.kernel.org
2290S: Supported
2291
David Woodhouse6c8909b2008-10-18 16:12:17 +01002292INTEL IOMMU (VT-d)
2293P: David Woodhouse
2294M: dwmw2@infradead.org
2295L: iommu@lists.linux-foundation.org
2296T: git://git.infradead.org/iommu-2.6.git
2297S: Supported
2298
Dan Williamsb3e5f262007-08-07 10:26:35 -07002299INTEL IOP-ADMA DMA DRIVER
2300P: Dan Williams
2301M: dan.j.williams@intel.com
2302L: linux-kernel@vger.kernel.org
2303S: Supported
2304
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01002305INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2306P: Krzysztof Halasa
2307M: khc@pm.waw.pl
2308S: Maintained
2309
Michael Buesch844dd052006-06-26 00:24:59 -07002310INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2311P: Deepak Saxena
2312M: dsaxena@plexity.net
2313S: Maintained
2314
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002315INTEL IXP2000 ETHERNET DRIVER
2316P: Lennert Buytenhek
2317M: kernel@wantstofly.org
2318L: netdev@vger.kernel.org
2319S: Maintained
2320
Auke Kokd94e6fe2008-03-03 14:37:47 -08002321INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002322P: Jeff Kirsher
2323M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002324P: Jesse Brandeburg
2325M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002326P: Bruce Allan
2327M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002328P: PJ Waskiewicz
2329M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002330P: John Ronciak
2331M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002332L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002333W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334S: Supported
2335
James Ketrenos826d2ab2005-11-07 18:56:59 -06002336INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002337P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002338M: yi.zhu@intel.com
2339P: James Ketrenos
2340M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002341P: Reinette Chatre
2342M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002343L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002344L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002345W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002346W: http://ipw2100.sourceforge.net
2347S: Supported
2348
2349INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002350P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002351M: yi.zhu@intel.com
2352P: James Ketrenos
2353M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002354P: Reinette Chatre
2355M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002356L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002357L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002358W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002359W: http://ipw2200.sourceforge.net
2360S: Supported
2361
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08002362INTEL WIRELESS WIMAX CONNECTION 2400
2363P: Inaky Perez-Gonzalez
2364M: inaky.perez-gonzalez@intel.com
2365M: linux-wimax@intel.com
2366L: wimax@linuxwimax.org
2367S: Supported
2368W: http://linuxwimax.org
2369
Zhu Yib481de92007-09-25 17:54:57 -07002370INTEL WIRELESS WIFI LINK (iwlwifi)
2371P: Zhu Yi
2372M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002373P: Reinette Chatre
2374M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002375L: linux-wireless@vger.kernel.org
2376L: ipw3945-devel@lists.sourceforge.net
2377W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002378T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002379S: Supported
2380
Ralf Baechlecb109a02007-08-30 23:56:30 -07002381IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382P: Ralf Baechle
2383M: ralf@linux-mips.org
2384L: linux-mips@linux-mips.org
2385S: Maintained
2386
Ralf Baechlecb109a02007-08-30 23:56:30 -07002387IOC3 SERIAL DRIVER
2388P: Pat Gefre
2389M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002390L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002391S: Maintained
2392
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002393IP MASQUERADING
Linus Torvalds1da177e2005-04-16 15:20:36 -07002394P: Juanjo Ciarlante
2395M: jjciarla@raiz.uncu.edu.ar
2396S: Maintained
2397
Francois Romieu1202d6f2007-09-17 17:13:55 -07002398IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2399P: Francois Romieu
2400M: romieu@fr.zoreil.com
2401P: Sorbica Shieh
2402M: sorbica@icplus.com.tw
2403P: Jesse Huang
2404M: jesse@icplus.com.tw
2405L: netdev@vger.kernel.org
2406S: Maintained
2407
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002408IPATH DRIVER
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002409P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002410M: infinipath@qlogic.com
2411L: general@lists.openfabrics.org
2412T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002413S: Supported
2414
Corey Minyard4409ebe2006-04-20 02:43:12 -07002415IPMI SUBSYSTEM
2416P: Corey Minyard
2417M: minyard@acm.org
2418L: openipmi-developer@lists.sourceforge.net
2419W: http://openipmi.sourceforge.net/
2420S: Supported
2421
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002422IPS SCSI RAID DRIVER
2423P: Adaptec OEM Raid Solutions
2424M: aacraid@adaptec.com
2425L: linux-scsi@vger.kernel.org
2426W: http://www.adaptec.com/
2427S: Maintained
2428
2429IPVS
2430P: Wensong Zhang
2431M: wensong@linux-vs.org
2432P: Simon Horman
2433M: horms@verge.net.au
2434P: Julian Anastasov
2435M: ja@ssi.bg
Ralf Baechle979b6c12005-06-13 14:30:40 -07002436L: netdev@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002437L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002438S: Maintained
2439
Randy Dunlape7839f22008-10-12 16:11:45 -07002440IPWIRELESS DRIVER
David Sterba099dc4f2008-02-07 10:57:12 +01002441P: Jiri Kosina
2442M: jkosina@suse.cz
2443P: David Sterba
2444M: dsterba@suse.cz
2445S: Maintained
2446T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2447
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002448IPX NETWORK LAYER
2449P: Arnaldo Carvalho de Melo
2450M: acme@ghostprotocols.net
2451L: netdev@vger.kernel.org
2452S: Maintained
2453
Linus Torvalds1da177e2005-04-16 15:20:36 -07002454IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002455P: Samuel Ortiz
2456M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002457L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002458W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002459S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002460
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002461ISAPNP
2462P: Jaroslav Kysela
2463M: perex@perex.cz
2464S: Maintained
2465
Mike Christie14816b1e2007-11-28 16:22:06 -08002466ISCSI
2467P: Mike Christie
2468M: michaelc@cs.wisc.edu
2469L: open-iscsi@googlegroups.com
2470W: www.open-iscsi.org
2471T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2472S: Maintained
2473
Linus Torvalds1da177e2005-04-16 15:20:36 -07002474ISDN SUBSYSTEM
2475P: Karsten Keil
Karsten Keilfbfd8b52009-03-01 18:04:53 +01002476M: isdn@linux-pingi.de
Paul Bolled5d52272008-04-15 00:40:48 -07002477L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002478W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002479T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002480S: Maintained
2481
2482ISDN SUBSYSTEM (Eicon active card driver)
2483P: Armin Schindler
2484M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002485L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002486W: http://www.melware.de
2487S: Maintained
2488
Hans Verkuil91821ff2007-12-02 09:35:33 -03002489IVTV VIDEO4LINUX DRIVER
2490P: Hans Verkuil
2491M: hverkuil@xs4all.nl
2492L: ivtv-devel@ivtvdriver.org
2493L: ivtv-users@ivtvdriver.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03002494L: linux-media@vger.kernel.org
2495T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Hans Verkuil91821ff2007-12-02 09:35:33 -03002496W: http://www.ivtvdriver.org
2497S: Maintained
2498
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002499JFS FILESYSTEM
2500P: Dave Kleikamp
2501M: shaggy@austin.ibm.com
2502L: jfs-discussion@lists.sourceforge.net
2503W: http://jfs.sourceforge.net/
2504T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2505S: Supported
2506
Guo-Fu Tseng95252232008-09-16 01:00:11 +08002507JME NETWORK DRIVER
2508P: Guo-Fu Tseng
2509M: cooldavid@cooldavid.org
2510L: netdev@vger.kernel.org
2511S: Maintained
2512
Linus Torvalds1da177e2005-04-16 15:20:36 -07002513JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2514P: David Woodhouse
2515M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002516L: linux-mtd@lists.infradead.org
2517W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002518S: Maintained
2519
Josh Triplettde456d32006-07-30 03:04:00 -07002520JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002521P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002522M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002523L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002524S: Maintained
2525
Rudolf Marek4660cb32006-10-08 22:01:26 +02002526K8TEMP HARDWARE MONITORING DRIVER
2527P: Rudolf Marek
2528M: r.marek@assembler.cz
2529L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002530S: Maintained
2531
2532KCONFIG
2533P: Roman Zippel
2534M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002535L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536S: Maintained
2537
Vivek Goyalea6c2082006-05-20 14:59:55 -07002538KDUMP
2539P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002540M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002541P: Haren Myneni
2542M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002543L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002544L: linux-kernel@vger.kernel.org
2545W: http://lse.sourceforge.net/kdump/
2546S: Maintained
2547
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548KERNEL AUTOMOUNTER (AUTOFS)
2549P: H. Peter Anvin
2550M: hpa@zytor.com
2551L: autofs@linux.kernel.org
2552S: Odd Fixes
2553
2554KERNEL AUTOMOUNTER v4 (AUTOFS4)
2555P: Ian Kent
2556M: raven@themaw.net
2557L: autofs@linux.kernel.org
2558S: Maintained
2559
2560KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002561P: Sam Ravnborg
2562M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002563T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2564T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002565L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002566S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002567
2568KERNEL JANITORS
2569P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002570L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002571W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572S: Maintained
2573
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002574KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002575P: J. Bruce Fields
2576M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002577P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002578M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002579L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002581S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002582
Avi Kivity426d62e2006-12-13 00:34:03 -08002583KERNEL VIRTUAL MACHINE (KVM)
2584P: Avi Kivity
Avi Kivity9ea1de42008-09-19 19:25:30 -07002585M: avi@redhat.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002586L: kvm@vger.kernel.org
2587W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002588S: Supported
2589
Joerg Roedelad8003d2008-09-10 20:01:07 +02002590KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2591P: Joerg Roedel
2592M: joerg.roedel@amd.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002593L: kvm@vger.kernel.org
2594W: http://kvm.qumranet.com
2595S: Supported
2596
Hollis Blanchard513014b2008-04-16 23:28:08 -05002597KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2598P: Hollis Blanchard
2599M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002600L: kvm-ppc@vger.kernel.org
2601W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002602S: Supported
2603
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002604KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002605P: Xiantao Zhang
2606M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002607L: kvm-ia64@vger.kernel.org
2608W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002609S: Supported
2610
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002611KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2612P: Carsten Otte
2613M: cotte@de.ibm.com
2614P: Christian Borntraeger
2615M: borntraeger@de.ibm.com
2616M: linux390@de.ibm.com
2617L: linux-s390@vger.kernel.org
2618W: http://www.ibm.com/developerworks/linux/linux390/
2619S: Supported
2620
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002621KEXEC
2622P: Eric Biederman
2623M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002624W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002625L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002626L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002627S: Maintained
2628
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002629KGDB
2630P: Jason Wessel
2631M: jason.wessel@windriver.com
2632L: kgdb-bugreport@lists.sourceforge.net
2633S: Maintained
2634
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002635KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002636P: Ananth N Mavinakayanahalli
2637M: ananth@in.ibm.com
2638P: Anil S Keshavamurthy
2639M: anil.s.keshavamurthy@intel.com
2640P: David S. Miller
2641M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002642P: Masami Hiramatsu
2643M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002644L: linux-kernel@vger.kernel.org
2645S: Maintained
2646
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002647KS0108 LCD CONTROLLER DRIVER
2648P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002649M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002650L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002651W: http://miguelojeda.es/auxdisplay.htm
2652W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002653S: Maintained
2654
Linus Torvalds1da177e2005-04-16 15:20:36 -07002655LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002656L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002657S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002658
2659LASI 53c700 driver for PARISC
2660P: James E.J. Bottomley
2661M: James.Bottomley@HansenPartnership.com
2662L: linux-scsi@vger.kernel.org
2663S: Maintained
2664
Richard Purdie263de9b2006-05-15 09:44:16 -07002665LED SUBSYSTEM
2666P: Richard Purdie
2667M: rpurdie@rpsys.net
2668S: Maintained
2669
Linus Torvalds1da177e2005-04-16 15:20:36 -07002670LEGO USB Tower driver
2671P: Juergen Stuber
2672M: starblue@users.sourceforge.net
2673L: legousb-devel@lists.sourceforge.net
2674W: http://legousb.sourceforge.net/
2675S: Maintained
2676
Rusty Russell568a17f2007-10-25 14:12:24 +10002677LGUEST
2678P: Rusty Russell
2679M: rusty@rustcorp.com.au
2680L: lguest@ozlabs.org
2681W: http://lguest.ozlabs.org/
2682S: Maintained
2683
Linus Torvalds1da177e2005-04-16 15:20:36 -07002684LINUX FOR IBM pSERIES (RS/6000)
2685P: Paul Mackerras
2686M: paulus@au.ibm.com
2687W: http://www.ibm.com/linux/ltc/projects/ppc
2688S: Supported
2689
2690LINUX FOR NCR VOYAGER
2691P: James Bottomley
2692M: James.Bottomley@HansenPartnership.com
2693W: http://www.hansenpartnership.com/voyager
2694S: Maintained
2695
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002696LINUX FOR POWERPC (32-BIT AND 64-BIT)
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002697P: Benjamin Herrenschmidt
2698M: benh@kernel.crashing.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002699P: Paul Mackerras
2700M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002701W: http://www.penguinppc.org/
2702L: linuxppc-dev@ozlabs.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002703T: git kernel.org:/pub/scm/linux/kernel/git/benh/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002704S: Supported
2705
2706LINUX FOR POWER MACINTOSH
2707P: Benjamin Herrenschmidt
2708M: benh@kernel.crashing.org
2709W: http://www.penguinppc.org/
2710L: linuxppc-dev@ozlabs.org
2711S: Maintained
2712
Grant Likely77a76362008-07-12 12:11:43 -06002713LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002714P: Sylvain Munaut
2715M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002716P: Grant Likely
2717M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002718L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002719S: Maintained
2720
2721LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002722P: Josh Boyer
2723M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002724P: Matt Porter
2725M: mporter@kernel.crashing.org
2726W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002727L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002728T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002729S: Maintained
2730
Grant Likely260c02a2007-10-02 12:15:34 +10002731LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2732P: Grant Likely
2733M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002734W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002735L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002736S: Maintained
2737
Tom Rinie93adf12005-07-26 12:49:53 -07002738LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002739P: Vitaly Bordug
2740M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002741P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002742M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002743W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002744L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002745S: Maintained
2746
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002748P: Kumar Gala
2749M: galak@kernel.crashing.org
2750W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002751L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002752S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002753
Olof Johanssonab06ff32006-09-06 14:44:54 -05002754LINUX FOR POWERPC PA SEMI PWRFICIENT
2755P: Olof Johansson
2756M: olof@lixom.net
2757W: http://www.pasemi.com/
2758L: linuxppc-dev@ozlabs.org
2759S: Supported
2760
Linus Torvalds1da177e2005-04-16 15:20:36 -07002761LINUX SECURITY MODULE (LSM) FRAMEWORK
2762P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002763M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002764L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002765T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002766S: Supported
2767
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002768LLC (802.2)
2769P: Arnaldo Carvalho de Melo
2770M: acme@ghostprotocols.net
2771S: Maintained
2772
Pavel Machek455fbdd2008-11-12 13:27:02 -08002773LIS3LV02D ACCELEROMETER DRIVER
2774P: Eric Piel
2775M: eric.piel@tremplin-utc.net
2776S: Maintained
2777
Linus Torvalds1da177e2005-04-16 15:20:36 -07002778LM83 HARDWARE MONITOR DRIVER
2779P: Jean Delvare
2780M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002781L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002782S: Maintained
2783
2784LM90 HARDWARE MONITOR DRIVER
2785P: Jean Delvare
2786M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002787L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002788S: Maintained
2789
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002790LOCKDEP AND LOCKSTAT
2791P: Peter Zijlstra
2792M: peterz@infradead.org
2793P: Ingo Molnar
2794M: mingo@redhat.com
2795L: linux-kernel@vger.kernel.org
2796T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2797S: Maintained
2798
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002799LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002800P: Richard Russon (FlatCap)
2801M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002802L: linux-ntfs-dev@lists.sourceforge.net
2803W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002804S: Maintained
2805
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002806LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2807P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002808M: Eric.Moore@lsi.com
2809M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002810L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002811L: linux-scsi@vger.kernel.org
2812W: http://www.lsilogic.com/support
2813S: Supported
2814
Linus Torvalds1da177e2005-04-16 15:20:36 -07002815LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2816P: Matthew Wilcox
2817M: matthew@wil.cx
2818L: linux-scsi@vger.kernel.org
2819S: Maintained
2820
Mike Frysinger81365c32008-10-29 14:01:12 -07002821LTP (Linux Test Project)
2822P: Subrata Modak
2823M: subrata@linux.vnet.ibm.com
2824P: Mike Frysinger
2825M: vapier@gentoo.org
2826L: ltp-list@lists.sourceforge.net (subscribers-only)
2827W: http://ltp.sourceforge.net/
2828T: git kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
2829S: Maintained
2830
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002831M32R ARCHITECTURE
2832P: Hirokazu Takata
2833M: takata@linux-m32r.org
2834L: linux-m32r@ml.linux-m32r.org
2835L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2836W: http://www.linux-m32r.org/
2837S: Maintained
2838
Linus Torvalds1da177e2005-04-16 15:20:36 -07002839M68K ARCHITECTURE
2840P: Geert Uytterhoeven
2841M: geert@linux-m68k.org
2842P: Roman Zippel
2843M: zippel@linux-m68k.org
2844L: linux-m68k@lists.linux-m68k.org
2845W: http://www.linux-m68k.org/
2846W: http://linux-m68k-cvs.ubb.ca/
2847S: Maintained
2848
2849M68K ON APPLE MACINTOSH
2850P: Joshua Thompson
2851M: funaho@jurai.org
2852W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002853L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002854S: Maintained
2855
2856M68K ON HP9000/300
2857P: Philip Blundell
2858M: philb@gnu.org
2859W: http://www.tazenda.demon.co.uk/phil/linux-hp
2860S: Maintained
2861
Jiri Benc64a327a2007-05-05 11:47:08 -07002862MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002863P: Johannes Berg
2864M: johannes@sipsolutions.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002865L: linux-wireless@vger.kernel.org
2866W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002867T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002868S: Maintained
2869
Stefano Brivio1036d862007-12-23 04:46:27 +01002870MAC80211 PID RATE CONTROL
2871P: Stefano Brivio
2872M: stefano.brivio@polimi.it
2873P: Mattias Nissler
2874M: mattias.nissler@gmx.de
2875L: linux-wireless@vger.kernel.org
2876W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2877T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2878S: Maintained
2879
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002880MACVLAN DRIVER
2881P: Patrick McHardy
2882M: kaber@trash.net
2883L: netdev@vger.kernel.org
2884S: Maintained
2885
Michael Kerriskfaf16682005-07-31 22:34:47 -07002886MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002887P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002888M: mtk.manpages@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02002889W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07002890L: linux-man@vger.kernel.org
Michael Kerrisk1b53dc72009-03-12 14:31:32 -07002891S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002892
Stefano Brivio74cda162007-11-19 20:27:46 +01002893MARVELL LIBERTAS WIRELESS DRIVER
2894P: Dan Williams
2895M: dcbw@redhat.com
2896L: libertas-dev@lists.infradead.org
2897S: Maintained
2898
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002899MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002900P: Lennert Buytenhek
2901M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002902L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002903S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002904
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002905MARVELL YUKON / SYSKONNECT DRIVER
2906P: Mirko Lindner
2907M: mlindner@syskonnect.de
2908P: Ralph Roesler
2909M: rroesler@syskonnect.de
2910W: http://www.syskonnect.com
2911S: Supported
2912
Linus Torvalds1da177e2005-04-16 15:20:36 -07002913MATROX FRAMEBUFFER DRIVER
2914P: Petr Vandrovec
2915M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002916L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002917S: Maintained
2918
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002919MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2920P: Hans J. Koch
2921M: hjk@linutronix.de
2922L: lm-sensors@lm-sensors.org
2923S: Maintained
2924
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002925MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002926P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002927M: megaraidlinux@lsi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002928L: linux-scsi@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002929W: http://megaraid.lsilogic.com
2930S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002931
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002932MEMORY MANAGEMENT
2933L: linux-mm@kvack.org
2934L: linux-kernel@vger.kernel.org
2935W: http://www.linux-mm.org
2936S: Maintained
2937
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002938MEMORY RESOURCE CONTROLLER
2939P: Balbir Singh
2940M: balbir@linux.vnet.ibm.com
2941P: Pavel Emelyanov
2942M: xemul@openvz.org
2943P: KAMEZAWA Hiroyuki
2944M: kamezawa.hiroyu@jp.fujitsu.com
2945L: linux-mm@kvack.org
2946L: linux-kernel@vger.kernel.org
2947S: Maintained
2948
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002949MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002950P: David Woodhouse
2951M: dwmw2@infradead.org
2952W: http://www.linux-mtd.infradead.org/
2953L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002954T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002955S: Maintained
2956
2957MICROTEK X6 SCANNER
2958P: Oliver Neukum
2959M: oliver@neukum.name
2960S: Maintained
2961
2962MIPS
2963P: Ralf Baechle
2964M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002965W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002966L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002967T: git www.linux-mips.org:/pub/scm/linux.git
2968S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002969
2970MISCELLANEOUS MCA-SUPPORT
2971P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002972M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002973L: linux-kernel@vger.kernel.org
2974S: Maintained
2975
2976MODULE SUPPORT
2977P: Rusty Russell
2978M: rusty@rustcorp.com.au
2979L: linux-kernel@vger.kernel.org
2980S: Maintained
2981
2982MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2983P: Stelian Pop
2984M: stelian@popies.net
2985W: http://popies.net/meye/
2986S: Maintained
2987
Pavel Pisac58ff042007-05-16 01:10:41 +02002988MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2989P: Pavel Pisa
2990M: ppisa@pikron.com
2991L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002992S: Maintained
2993
Linus Torvalds1da177e2005-04-16 15:20:36 -07002994MOUSE AND MISC DEVICES [GENERAL]
2995P: Alessandro Rubini
2996M: rubini@ipvvis.unipv.it
2997L: linux-kernel@vger.kernel.org
2998S: Maintained
2999
Jiri Slabyb9705b62008-04-30 00:53:48 -07003000MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08003001P: Jiri Slaby
3002M: jirislaby@gmail.com
3003L: linux-kernel@vger.kernel.org
3004S: Maintained
3005
Lennart Poettering8c4c7312006-10-06 01:27:02 -04003006MSI LAPTOP SUPPORT
3007P: Lennart Poettering
3008M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08003009W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04003010W: http://0pointer.de/lennart/tchibo.html
3011S: Maintained
3012
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07003013MULTIFUNCTION DEVICES (MFD)
3014P: Samuel Ortiz
3015M: sameo@openedhand.com
3016L: linux-kernel@vger.kernel.org
3017S: Supported
3018
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02003019MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07003020P: Pierre Ossman
3021M: drzeus-mmc@drzeus.cx
3022L: linux-kernel@vger.kernel.org
3023S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01003024
David Brownell15a05802007-08-08 09:12:54 -07003025MULTIMEDIA CARD (MMC) ETC. OVER SPI
3026P: David Brownell
3027M: dbrownell@users.sourceforge.net
3028L: linux-kernel@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02003029S: Odd Fixes
David Brownell15a05802007-08-08 09:12:54 -07003030
Linus Torvalds1da177e2005-04-16 15:20:36 -07003031MULTISOUND SOUND DRIVER
3032P: Andrew Veliath
3033M: andrewtv@usa.net
3034S: Maintained
3035
Jiri Slabyd7354102006-12-08 02:38:35 -08003036MULTITECH MULTIPORT CARD (ISICOM)
3037P: Jiri Slaby
3038M: jirislaby@gmail.com
3039L: linux-kernel@vger.kernel.org
3040S: Maintained
3041
Felipe Balbi550a7372008-07-24 12:27:36 +03003042MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003043P: Felipe Balbi
3044M: felipe.balbi@nokia.com
3045L: linux-usb@vger.kernel.org
Felipe Balbib6a49b82008-11-24 13:06:51 +02003046T: git gitorious.org:/musb/mainline.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02003047S: Maintained
Felipe Balbi550a7372008-07-24 12:27:36 +03003048
Brice Goglin2d3cf582008-05-17 12:45:36 +02003049MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3050P: Andrew Gallatin
3051M: gallatin@myri.com
3052P: Brice Goglin
3053M: brice@myri.com
3054L: netdev@vger.kernel.org
3055W: http://www.myri.com/scs/download-Myri10GE.html
3056S: Supported
3057
Linus Torvalds1da177e2005-04-16 15:20:36 -07003058NATSEMI ETHERNET DRIVER (DP8381x)
Jean Delvare795fb7e2008-09-20 12:33:08 +02003059P: Tim Hockin
Linus Torvalds1da177e2005-04-16 15:20:36 -07003060M: thockin@hockin.org
3061S: Maintained
3062
3063NCP FILESYSTEM
3064P: Petr Vandrovec
3065M: vandrove@vc.cvut.cz
3066L: linware@sh.cvut.cz
3067S: Maintained
3068
3069NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3070P: James E.J. Bottomley
3071M: James.Bottomley@HansenPartnership.com
3072L: linux-scsi@vger.kernel.org
3073S: Maintained
3074
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003075NETEFFECT IWARP RNIC DRIVER (IW_NES)
3076P: Faisal Latif
Roland Dreier7b49d952008-10-16 15:39:14 -07003077M: faisal.latif@intel.com
Chien Tung5f625602008-05-26 15:23:32 -07003078P: Chien Tung
Roland Dreier7b49d952008-10-16 15:39:14 -07003079M: chien.tin.tung@intel.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003080L: general@lists.openfabrics.org
3081W: http://www.neteffect.com
3082S: Supported
3083F: drivers/infiniband/hw/nes/
3084
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003085NETEM NETWORK EMULATOR
3086P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003087M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07003088L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003089S: Maintained
3090
Jiri Slaby4a584482007-08-30 23:56:39 -07003091NETERION (S2IO) Xframe 10GbE DRIVER
3092P: Ramkrishna Vepa
3093M: ram.vepa@neterion.com
3094P: Rastapur Santosh
3095M: santosh.rastapur@neterion.com
3096P: Sivakumar Subramani
3097M: sivakumar.subramani@neterion.com
3098P: Sreenivasa Honnur
3099M: sreenivasa.honnur@neterion.com
3100L: netdev@vger.kernel.org
3101W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
3102S: Supported
3103
Linus Torvalds1da177e2005-04-16 15:20:36 -07003104NETFILTER/IPTABLES/IPCHAINS
3105P: Rusty Russell
3106P: Marc Boucher
3107P: James Morris
3108P: Harald Welte
3109P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07003110P: Patrick McHardy
3111M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07003112L: netfilter-devel@vger.kernel.org
3113L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07003114L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003115W: http://www.netfilter.org/
3116W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003117S: Supported
3118
Paul Moore4cc67732006-09-25 15:57:13 -07003119NETLABEL
3120P: Paul Moore
3121M: paul.moore@hp.com
3122W: http://netlabel.sf.net
3123L: netdev@vger.kernel.org
3124S: Supported
3125
Linus Torvalds1da177e2005-04-16 15:20:36 -07003126NETROM NETWORK LAYER
3127P: Ralf Baechle
3128M: ralf@linux-mips.org
3129L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003130W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003131S: Maintained
3132
Pavel Machek5ddb88c2006-09-29 02:01:29 -07003133NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003134P: Paul Clements
3135M: Paul.Clements@steeleye.com
3136S: Maintained
3137
3138NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003139P: Jeff Garzik
3140M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003141L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003142T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003143S: Maintained
3144
3145NETWORKING [GENERAL]
3146P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003147M: netdev@vger.kernel.org
3148L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003149W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003150S: Maintained
3151
3152NETWORKING [IPv4/IPv6]
3153P: David S. Miller
3154M: davem@davemloft.net
3155P: Alexey Kuznetsov
3156M: kuznet@ms2.inr.ac.ru
3157P: Pekka Savola (ipv6)
3158M: pekkas@netcore.fi
3159P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003160M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003161P: Hideaki YOSHIFUJI
3162M: yoshfuji@linux-ipv6.org
3163P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003164M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003165L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003166T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003167S: Maintained
3168
James Morris10e2ff12007-08-25 14:41:28 -07003169NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3170P: Paul Moore
3171M: paul.moore@hp.com
3172L: netdev@vger.kernel.org
3173S: Maintained
3174
John W. Linville29f8f632006-01-18 14:52:48 -08003175NETWORKING [WIRELESS]
3176P: John W. Linville
3177M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003178L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003179T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3180S: Maintained
3181
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003182NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003183P: Dhananjay Phadke
3184M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003185L: netdev@vger.kernel.org
3186W: http://www.netxen.com
3187S: Supported
3188
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003189NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003190P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003191M: Trond.Myklebust@netapp.com
3192L: linux-nfs@vger.kernel.org
3193W: http://client.linux-nfs.org
3194T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003195S: Maintained
3196
3197NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003198P: Jan-Pascal van Best
3199M: janpascal@vanbest.org
3200P: Andreas Mohr
3201M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003202L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003203S: Maintained
3204
3205NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3206P: YOKOTA Hiroshi
3207M: yokota@netlab.is.tsukuba.ac.jp
3208W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3209S: Maintained
3210
3211NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3212P: GOTO Masanori
3213M: gotom@debian.or.jp
3214P: YOKOTA Hiroshi
3215M: yokota@netlab.is.tsukuba.ac.jp
3216W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3217S: Maintained
3218
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219NTFS FILESYSTEM
3220P: Anton Altaparmakov
3221M: aia21@cantab.net
3222L: linux-ntfs-dev@lists.sourceforge.net
3223L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003224W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003225T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003226S: Maintained
3227
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003228NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003229P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003230M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003231L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003232S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003233
Bob Copeland0ad122d2008-07-25 19:45:18 -07003234OMFS FILESYSTEM
3235P: Bob Copeland
3236M: me@bobcopeland.com
3237L: linux-karma-devel@lists.sourceforge.net
3238S: Maintained
3239
Harald Weltec1986ee2005-11-13 16:06:29 -08003240OMNIKEY CARDMAN 4000 DRIVER
3241P: Harald Welte
3242M: laforge@gnumonks.org
3243S: Maintained
3244
Harald Welte77c44ab2005-11-13 16:06:26 -08003245OMNIKEY CARDMAN 4040 DRIVER
3246P: Harald Welte
3247M: laforge@gnumonks.org
3248S: Maintained
3249
Jonathan Corbet77d51402007-03-22 19:44:17 -03003250OMNIVISION OV7670 SENSOR DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003251P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03003252M: corbet@lwn.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003253L: linux-media@vger.kernel.org
3254T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03003255S: Maintained
3256
Thomas Gleixner431bca72007-05-02 09:31:35 +02003257ONENAND FLASH DRIVER
3258P: Kyungmin Park
3259M: kyungmin.park@samsung.com
3260L: linux-mtd@lists.infradead.org
3261S: Maintained
3262
Linus Torvalds1da177e2005-04-16 15:20:36 -07003263ONSTREAM SCSI TAPE DRIVER
3264P: Willem Riede
3265M: osst@riede.org
3266L: osst-users@lists.sourceforge.net
3267L: linux-scsi@vger.kernel.org
3268S: Maintained
3269
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003270OPENCORES I2C BUS DRIVER
3271P: Peter Korsgaard
3272M: jacmet@sunsite.dk
Jean Delvare846557d2008-10-30 15:55:47 +01003273L: linux-i2c@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003274S: Maintained
3275
Linus Torvalds1da177e2005-04-16 15:20:36 -07003276OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003277P: Robert Richter
3278M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003279L: oprofile-list@lists.sf.net
3280S: Maintained
3281
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003282ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3283P: Mark Fasheh
3284M: mfasheh@suse.com
3285P: Joel Becker
3286M: joel.becker@oracle.com
3287L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3288W: http://oss.oracle.com/projects/ocfs2/
3289T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3290S: Supported
3291
Linus Torvalds1da177e2005-04-16 15:20:36 -07003292ORINOCO DRIVER
3293P: Pavel Roskin
3294M: proski@gnu.org
3295P: David Gibson
3296M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003297L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003298L: orinoco-users@lists.sourceforge.net
3299L: orinoco-devel@lists.sourceforge.net
3300W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003301S: Maintained
3302
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003303P54 WIRELESS DRIVER
3304P: Michael Wu
3305M: flamingice@sourmilk.net
3306L: linux-wireless@vger.kernel.org
3307W: http://prism54.org
3308T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3309S: Maintained
3310
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003311PA SEMI ETHERNET DRIVER
3312P: Olof Johansson
3313M: olof@lixom.net
3314L: netdev@vger.kernel.org
3315S: Maintained
3316
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003317PA SEMI SMBUS DRIVER
3318P: Olof Johansson
3319M: olof@lixom.net
Jean Delvare846557d2008-10-30 15:55:47 +01003320L: linux-i2c@vger.kernel.org
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003321S: Maintained
3322
Harald Welte709ee532008-09-23 17:46:57 +02003323PANASONIC LAPTOP ACPI EXTRAS DRIVER
3324P: Harald Welte
3325M: laforge@gnumonks.org
3326S: Maintained
3327
David Howells4fa97182008-10-13 10:42:44 +01003328PANASONIC MN10300/AM33 PORT
3329P: David Howells
3330M: dhowells@redhat.com
3331P: Koichi Yasutake
3332M: yasutake.koichi@jp.panasonic.com
3333L: linux-am33-list@redhat.com (moderated for non-subscribers)
3334W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3335S: Maintained
3336
Linus Torvalds1da177e2005-04-16 15:20:36 -07003337PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003338L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003339S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003340
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003341PARAVIRT_OPS INTERFACE
3342P: Jeremy Fitzhardinge
3343M: jeremy@xensource.com
3344P: Chris Wright
3345M: chrisw@sous-sol.org
Zachary Amsden8cbb5bc2009-02-20 11:27:46 -08003346P: Alok Kataria
3347M: akataria@vmware.com
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003348P: Rusty Russell
3349M: rusty@rustcorp.com.au
3350L: virtualization@lists.osdl.org
3351L: linux-kernel@vger.kernel.org
3352S: Supported
3353
Linus Torvalds1da177e2005-04-16 15:20:36 -07003354PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3355P: Tim Waugh
3356M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003357L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003358W: http://www.torque.net/linux-pp.html
3359S: Maintained
3360
3361PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003362P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003363M: kyle@mcmartin.ca
Grant Grundler763461192008-12-01 00:21:35 -07003364P: Helge Deller
3365M: deller@gmx.de
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003366L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003367W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003368T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003369S: Maintained
3370
Jim Cromie1662d322006-10-06 00:43:59 -07003371PC87360 HARDWARE MONITORING DRIVER
3372P: Jim Cromie
3373M: jim.cromie@gmail.com
3374L: lm-sensors@lm-sensors.org
3375S: Maintained
3376
3377PC8736x GPIO DRIVER
3378P: Jim Cromie
3379M: jim.cromie@gmail.com
3380S: Maintained
3381
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003382PCI ERROR RECOVERY
3383P: Linas Vepstas
3384M: linas@austin.ibm.com
3385L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003386L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003387S: Supported
3388
Linus Torvalds1da177e2005-04-16 15:20:36 -07003389PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003390P: Jesse Barnes
3391M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003392L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003393L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003394T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003395S: Supported
3396
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003397PCIE HOTPLUG DRIVER
3398P: Kristen Carlson Accardi
3399M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003400L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003401S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003402
Linus Torvalds1da177e2005-04-16 15:20:36 -07003403PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003404P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003405L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003406W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003407T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003408S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003409
3410PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003411P: Don Fry
3412M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003413L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003414S: Maintained
3415
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003416PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003417P: Balbir Singh
3418M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003419L: linux-kernel@vger.kernel.org
3420S: Maintained
3421
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003422PERSONALITY HANDLING
3423P: Christoph Hellwig
3424M: hch@infradead.org
3425L: linux-abi-devel@lists.sourceforge.net
3426S: Maintained
3427
Linus Torvalds1da177e2005-04-16 15:20:36 -07003428PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003429P: Joern Engel
3430M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003431L: linux-mtd@lists.infradead.org
3432S: Maintained
3433
Peter Osterlund249a6772005-09-27 21:45:30 -07003434PKTCDVD DRIVER
3435P: Peter Osterlund
3436M: petero2@telia.com
3437L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003438S: Maintained
3439
Linus Torvalds1da177e2005-04-16 15:20:36 -07003440POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003441P: Thomas Gleixner
3442M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003443L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003444S: Supported
3445
Anton Vorontsov3be86142007-07-15 04:43:36 +04003446POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3447P: Anton Vorontsov
3448M: cbou@mail.ru
3449P: David Woodhouse
3450M: dwmw2@infradead.org
3451L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003452T: git git.infradead.org/battery-2.6.git
3453S: Maintained
3454
Linus Torvalds1da177e2005-04-16 15:20:36 -07003455PNP SUPPORT
3456P: Adam Belay
Bjorn Helgaas2d59f6a2008-08-01 10:01:12 -06003457M: abelay@mit.edu
3458P: Bjorn Helgaas
3459M: bjorn.helgaas@hp.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460S: Maintained
3461
Vitaly Wool999445d2007-01-04 13:07:03 +01003462PNXxxxx I2C DRIVER
3463P: Vitaly Wool
3464M: vitalywool@gmail.com
Jean Delvare846557d2008-10-30 15:55:47 +01003465L: linux-i2c@vger.kernel.org
Vitaly Wool999445d2007-01-04 13:07:03 +01003466S: Maintained
3467
Linus Torvalds1da177e2005-04-16 15:20:36 -07003468PPP PROTOCOL DRIVERS AND COMPRESSORS
3469P: Paul Mackerras
3470M: paulus@samba.org
3471L: linux-ppp@vger.kernel.org
3472S: Maintained
3473
3474PPP OVER ATM (RFC 2364)
3475P: Mitchell Blank Jr
3476M: mitch@sfgoth.com
3477S: Maintained
3478
3479PPP OVER ETHERNET
3480P: Michal Ostrowski
Chris Wright5e70b7f32008-06-09 16:07:28 -07003481M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003482S: Maintained
3483
James Chapmana6d23702007-06-27 15:53:17 -07003484PPP OVER L2TP
3485P: James Chapman
3486M: jchapman@katalix.com
3487S: Maintained
3488
Linus Torvalds1da177e2005-04-16 15:20:36 -07003489PREEMPTIBLE KERNEL
3490P: Robert Love
3491M: rml@tech9.net
3492L: linux-kernel@vger.kernel.org
3493L: kpreempt-tech@lists.sourceforge.net
3494W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3495S: Supported
3496
3497PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003498P: Luis R. Rodriguez
3499M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003500L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003501W: http://prism54.org
3502S: Maintained
3503
3504PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3505P: Peter Denison
3506M: promise@pnd-pc.demon.co.uk
3507W: http://www.pnd-pc.demon.co.uk/promise/
3508S: Maintained
3509
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003510PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3511P: Mikael Pettersson
3512M: mikpe@it.uu.se
3513L: linux-ide@vger.kernel.org
3514S: Maintained
3515
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003516PS3 NETWORK SUPPORT
3517P: Masakazu Mokuno
3518M: mokuno@sm.sony.co.jp
3519L: netdev@vger.kernel.org
3520L: cbe-oss-dev@ozlabs.org
3521S: Supported
3522
Geoff Levandf58a9d12006-11-23 00:46:51 +01003523PS3 PLATFORM SUPPORT
3524P: Geoff Levand
3525M: geoffrey.levand@am.sony.com
3526L: linuxppc-dev@ozlabs.org
3527L: cbe-oss-dev@ozlabs.org
3528S: Supported
3529
Jim Pariscffb4add2009-01-06 11:32:10 +00003530PS3VRAM DRIVER
3531P: Jim Paris
3532M: jim@jtan.com
3533L: cbe-oss-dev@ozlabs.org
3534S: Maintained
3535
Michael Krufky83202042006-07-03 00:24:18 -07003536PVRUSB2 VIDEO4LINUX DRIVER
3537P: Mike Isely
3538M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003539L: pvrusb2@isely.net (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003540L: linux-media@vger.kernel.org
Michael Krufky83202042006-07-03 00:24:18 -07003541W: http://www.isely.net/pvrusb2/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003542T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Michael Krufky83202042006-07-03 00:24:18 -07003543S: Maintained
3544
Eric Miao30ec2612008-06-12 15:21:41 -07003545PXA2xx/PXA3xx SUPPORT
3546P: Eric Miao
3547M: eric.miao@marvell.com
3548P: Russell King
3549M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003550L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003551S: Maintained
3552
Pierre Ossman272f1332007-05-14 21:25:26 +02003553PXA MMCI DRIVER
3554S: Orphan
3555
Robert Jarzmik57f63bc2009-02-11 13:04:19 -08003556PXA RTC DRIVER
3557P: Robert Jarzmik
3558M: robert.jarzmik@free.fr
3559L: rtc-linux@googlegroups.com
3560S: Maintained
3561
Linus Torvalds1da177e2005-04-16 15:20:36 -07003562QLOGIC QLA2XXX FC-SCSI DRIVER
3563P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003564M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003565L: linux-scsi@vger.kernel.org
3566S: Supported
3567
Ron Mercer5a4faa872006-07-25 00:40:21 -07003568QLOGIC QLA3XXX NETWORK DRIVER
3569P: Ron Mercer
3570M: linux-driver@qlogic.com
3571L: netdev@vger.kernel.org
3572S: Supported
3573
Ron Mercerc4e84bd2008-09-18 11:56:28 -04003574QLOGIC QLGE 10Gb ETHERNET DRIVER
3575P: Ron Mercer
3576M: linux-driver@qlogic.com
3577M: ron.mercer@qlogic.com
3578L: netdev@vger.kernel.org
3579S: Supported
3580
Linus Torvalds1da177e2005-04-16 15:20:36 -07003581QNX4 FILESYSTEM
3582P: Anders Larsen
3583M: al@alarsen.net
3584L: linux-kernel@vger.kernel.org
3585W: http://www.alarsen.net/linux/qnx4fs/
3586S: Maintained
3587
3588RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003589P: Benjamin Herrenschmidt
3590M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003591L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003592S: Maintained
3593
3594RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003595P: Paul Mackerras
3596M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003597L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003598S: Maintained
3599
Randy Dunlape7839f22008-10-12 16:11:45 -07003600RALINK RT2X00 WIRELESS LAN DRIVER
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003601P: rt2x00 project
3602L: linux-wireless@vger.kernel.org
3603L: rt2400-devel@lists.sourceforge.net
3604W: http://rt2x00.serialmonkey.com/
3605S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003606T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003607F: drivers/net/wireless/rt2x00/
3608
Nick Piggin9db55792008-02-08 04:19:49 -08003609RAMDISK RAM BLOCK DEVICE DRIVER
3610P: Nick Piggin
3611M: npiggin@suse.de
3612S: Maintained
3613
Matt Mackall9e95ce22005-04-16 15:25:56 -07003614RANDOM NUMBER DRIVER
3615P: Matt Mackall
3616M: mpm@selenic.com
3617S: Maintained
3618
Matt Porter394b7012005-11-07 01:00:15 -08003619RAPIDIO SUBSYSTEM
3620P: Matt Porter
3621M: mporter@kernel.crashing.org
3622L: linux-kernel@vger.kernel.org
3623S: Maintained
3624
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003625RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3626P: Corey Thomas
3627M: coreythomas@charter.net
3628L: linux-wireless@vger.kernel.org
3629S: Maintained
3630
3631RCUTORTURE MODULE
3632P: Josh Triplett
3633M: josh@freedesktop.org
3634L: linux-kernel@vger.kernel.org
3635S: Maintained
3636
Florian Fainellic1f766b2008-02-06 22:39:44 +01003637RDC R-321X SoC
3638P: Florian Fainelli
3639M: florian.fainelli@telecomint.eu
3640L: linux-kernel@vger.kernel.org
3641S: Maintained
3642
Florian Fainellidb17f392007-12-19 11:30:30 +01003643RDC R6040 FAST ETHERNET DRIVER
3644P: Florian Fainelli
3645M: florian.fainelli@telecomint.eu
3646L: netdev@vger.kernel.org
3647S: Maintained
3648
Josh Triplett595182b2006-10-04 02:17:21 -07003649READ-COPY UPDATE (RCU)
3650P: Dipankar Sarma
3651M: dipankar@in.ibm.com
3652W: http://www.rdrop.com/users/paulmck/rclock/
3653L: linux-kernel@vger.kernel.org
3654S: Supported
3655
Linus Torvalds1da177e2005-04-16 15:20:36 -07003656REAL TIME CLOCK DRIVER
3657P: Paul Gortmaker
3658M: p_gortmaker@yahoo.com
3659L: linux-kernel@vger.kernel.org
3660S: Maintained
3661
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003662REAL TIME CLOCK (RTC) SUBSYSTEM
3663P: Alessandro Zummo
3664M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003665L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003666S: Maintained
3667
Linus Torvalds1da177e2005-04-16 15:20:36 -07003668REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003669L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003670S: Supported
3671
Ivo van Doorne08976452008-04-12 19:23:55 +02003672RFKILL
3673P: Ivo van Doorn
3674M: IvDoorn@gmail.com
3675L: netdev@vger.kernel.org
3676S: Maintained
3677F: net/rfkill
3678
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003679RISCOM8 DRIVER
3680S: Orphan
3681
Linus Torvalds1da177e2005-04-16 15:20:36 -07003682ROCKETPORT DRIVER
3683P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003684W: http://www.comtrol.com
3685S: Maintained
3686
3687ROSE NETWORK LAYER
3688P: Ralf Baechle
3689M: ralf@linux-mips.org
3690L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003691W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003692S: Maintained
3693
Larry Finger59840482008-11-12 17:13:09 -06003694RTL8180 WIRELESS DRIVER
John W. Linville96dd6032008-11-12 14:51:56 -05003695P: John W. Linville
3696M: linville@tuxdriver.com
Michael Wu605bebe2007-05-14 01:41:02 -04003697L: linux-wireless@vger.kernel.org
3698W: http://linuxwireless.org/
John W. Linville96dd6032008-11-12 14:51:56 -05003699T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
Michael Wu605bebe2007-05-14 01:41:02 -04003700S: Maintained
3701
Larry Finger59840482008-11-12 17:13:09 -06003702RTL8187 WIRELESS DRIVER
3703P: Herton Ronaldo Krzesinski
3704M: herton@mandriva.com.br
3705P: Hin-Tak Leung
3706M htl10@users.sourceforge.net
3707P: Larry Finger
3708M: Larry.Finger@lwfinger.net
3709L: linux-wireless@vger.kernel.org
3710W: http://linuxwireless.org/
3711T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
3712S: Maintained
3713
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003714S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003715P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003716M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003717L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003718S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003719
Linus Torvalds1da177e2005-04-16 15:20:36 -07003720S390
3721P: Martin Schwidefsky
3722M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003723P: Heiko Carstens
3724M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003725M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003726L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003727W: http://www.ibm.com/developerworks/linux/linux390/
3728S: Supported
3729
3730S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003731P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003732M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003733P: Frank Blaschka
3734M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003735M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003736L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003737W: http://www.ibm.com/developerworks/linux/linux390/
3738S: Supported
3739
3740S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003741P: Christof Schmitt
3742M: christof.schmitt@de.ibm.com
3743P: Martin Peschke
3744M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003745M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003746L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003747W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003748S: Supported
3749
Ursula Braundd96df22007-09-19 13:09:02 +02003750S390 IUCV NETWORK LAYER
3751P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003752M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003753M: linux390@de.ibm.com
3754L: linux-s390@vger.kernel.org
3755W: http://www.ibm.com/developerworks/linux/linux390/
3756S: Supported
3757
Ben Dooks4dde7f72008-06-30 22:40:38 +01003758S3C24XX SD/MMC Driver
3759P: Ben Dooks
3760M: ben-linux@fluff.org
3761L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3762L: linux-kernel@vger.kernel.org
3763S: Supported
3764
Linus Torvalds1da177e2005-04-16 15:20:36 -07003765SAA7146 VIDEO4LINUX-2 DRIVER
3766P: Michael Hunold
3767M: michael@mihu.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003768L: linux-media@vger.kernel.org
3769T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003770W: http://www.mihu.de/linux/saa7146
3771S: Maintained
3772
Linus Torvalds1da177e2005-04-16 15:20:36 -07003773SC1200 WDT DRIVER
3774P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003775M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003776S: Maintained
3777
3778SCHEDULER
3779P: Ingo Molnar
3780M: mingo@elte.hu
3781P: Robert Love [the preemptible kernel bits]
3782M: rml@tech9.net
3783L: linux-kernel@vger.kernel.org
3784S: Maintained
3785
3786SCSI CDROM DRIVER
3787P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003788M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003789L: linux-scsi@vger.kernel.org
3790W: http://www.kernel.dk
3791S: Maintained
3792
3793SCSI SG DRIVER
3794P: Doug Gilbert
3795M: dgilbert@interlog.com
3796L: linux-scsi@vger.kernel.org
3797W: http://www.torque.net/sg
3798S: Maintained
3799
3800SCSI SUBSYSTEM
3801P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003802M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003803L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003804T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003805T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3806T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003807S: Maintained
3808
3809SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003810P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003811M: Kai.Makisara@kolumbus.fi
3812L: linux-scsi@vger.kernel.org
3813S: Maintained
3814
3815SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003816P: Vlad Yasevich
3817M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003818P: Sridhar Samudrala
3819M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003820L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003821W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003822S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003823
3824SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003825P: Jim Cromie
3826M: jim.cromie@gmail.com
3827S: Odd Fixes
3828
3829SCx200 GPIO DRIVER
3830P: Jim Cromie
3831M: jim.cromie@gmail.com
3832S: Maintained
3833
3834SCx200 HRT CLOCKSOURCE DRIVER
3835P: Jim Cromie
3836M: jim.cromie@gmail.com
3837S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003838
Sascha Sommer6a369132008-07-15 14:21:29 +02003839SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3840P: Sascha Sommer
3841M: saschasommer@freenet.de
3842L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3843S: Maintained
3844
Randy Dunlape7839f22008-10-12 16:11:45 -07003845SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003846P: Pierre Ossman
3847M: drzeus-sdhci@drzeus.cx
3848L: sdhci-devel@list.drzeus.cx
3849S: Maintained
3850
James Morris8711cca2008-12-04 03:19:45 +11003851SECURITY SUBSYSTEM
3852F: security/
3853P: James Morris
3854M: jmorris@namei.org
3855L: linux-kernel@vger.kernel.org
3856L: linux-security-module@vger.kernel.org (suggested Cc:)
3857T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
James Morrisc8334dc2009-01-07 20:06:18 +11003858W: http://security.wiki.kernel.org/
James Morris8711cca2008-12-04 03:19:45 +11003859S: Supported
3860
Linus Torvalds1da177e2005-04-16 15:20:36 -07003861SECURITY CONTACT
3862P: Security Officers
3863M: security@kernel.org
3864S: Supported
3865
3866SELINUX SECURITY MODULE
3867P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003868M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003869P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003870M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003871P: Eric Paris
3872M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003873L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003874L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Stephen Smalleyf0589252008-09-11 09:20:26 -04003875W: http://selinuxproject.org
3876T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003877S: Supported
3878
Jiri Slabycef2cf02007-05-08 00:31:45 -07003879SENSABLE PHANTOM
3880P: Jiri Slaby
3881M: jirislaby@gmail.com
3882S: Maintained
3883
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003884SERIAL ATA (SATA) SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07003885P: Jeff Garzik
3886M: jgarzik@pobox.com
3887L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003888T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003889S: Supported
3890
Sathya Perla6b7c5b92009-03-11 23:32:03 -07003891SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
3892P: Sathya Perla
3893M: sathyap@serverengines.com
3894P: Subbu Seetharaman
3895M: subbus@serverengines.com
3896L: netdev@vger.kernel.org
3897W: http://www.serverengines.com
3898S: Supported
3899
Ben Hutchings8ceee662008-04-27 12:55:59 +01003900SFC NETWORK DRIVER
3901P: Steve Hodgson
3902P: Ben Hutchings
3903P: Robert Stonehouse
3904M: linux-net-drivers@solarflare.com
3905S: Supported
3906
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003907SGI GRU DRIVER
3908P: Jack Steiner
3909M: steiner@sgi.com
3910S: Maintained
3911
3912SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3913P: Pat Gefre
3914M: pfg@sgi.com
3915L: linux-ia64@vger.kernel.org
3916S: Supported
3917
Linus Torvalds1da177e2005-04-16 15:20:36 -07003918SGI VISUAL WORKSTATION 320 AND 540
3919P: Andrey Panin
3920M: pazke@donpac.ru
3921L: linux-visws-devel@lists.sf.net
3922W: http://linux-visws.sf.net
3923S: Maintained for 2.6.
3924
Jack Steiner75312612008-08-15 00:40:42 -07003925SGI XP/XPC/XPNET DRIVER
3926P: Dean Nelson
3927M: dcn@sgi.com
3928S: Maintained
3929
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003930SHARP LH SUPPORT (LH7952X & LH7A40X)
3931P: Marc Singer
3932M: elf@buici.com
3933W: http://projects.buici.com/arm
3934L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3935S: Maintained
3936
3937SHPC HOTPLUG DRIVER
3938P: Kristen Carlson Accardi
3939M: kristen.c.accardi@intel.com
3940L: linux-pci@vger.kernel.org
3941S: Supported
3942
Linus Torvalds1da177e2005-04-16 15:20:36 -07003943SIMTEC EB110ATX (Chalice CATS)
3944P: Ben Dooks
3945P: Vincent Sanders
3946M: support@simtec.co.uk
3947W: http://www.simtec.co.uk/products/EB110ATX/
3948S: Supported
3949
3950SIMTEC EB2410ITX (BAST)
3951P: Ben Dooks
3952P: Vincent Sanders
3953M: support@simtec.co.uk
3954W: http://www.simtec.co.uk/products/EB2410ITX/
3955S: Supported
3956
Francois Romieu92aab3c2005-07-30 13:11:18 +02003957SIS 190 ETHERNET DRIVER
3958P: Francois Romieu
3959M: romieu@fr.zoreil.com
3960L: netdev@vger.kernel.org
3961S: Maintained
3962
Linus Torvalds1da177e2005-04-16 15:20:36 -07003963SIS 900/7016 FAST ETHERNET DRIVER
3964P: Daniele Venzano
3965M: venza@brownhat.org
3966W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003967L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003968S: Maintained
3969
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003970SIS 96X I2C/SMBUS DRIVER
3971P: Mark M. Hoffman
3972M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01003973L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003974S: Maintained
3975
Linus Torvalds1da177e2005-04-16 15:20:36 -07003976SIS FRAMEBUFFER DRIVER
3977P: Thomas Winischhofer
3978M: thomas@winischhofer.net
3979W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003980S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003981
3982SIS USB2VGA DRIVER
3983P: Thomas Winischhofer
3984M: thomas@winischhofer.net
3985W: http://www.winischhofer.at/linuxsisusbvga.shtml
3986S: Maintained
3987
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003988SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3989P: Stephen Hemminger
3990M: shemminger@linux-foundation.org
3991L: netdev@vger.kernel.org
3992S: Maintained
3993
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003994SLAB ALLOCATOR
3995P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003996M: cl@linux-foundation.org
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003997P: Pekka Enberg
3998M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003999P: Matt Mackall
4000M: mpm@selenic.com
Christoph Lameter415ad26d2007-07-26 10:40:56 -07004001L: linux-mm@kvack.org
4002S: Maintained
4003
Linus Torvalds1da177e2005-04-16 15:20:36 -07004004SMC91x ETHERNET DRIVER
4005P: Nicolas Pitre
4006M: nico@cam.org
4007S: Maintained
4008
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004009SMSC47B397 HARDWARE MONITOR DRIVER
4010P: Mark M. Hoffman
4011M: mhoffman@lightlink.com
4012L: lm-sensors@lm-sensors.org
4013S: Maintained
4014
Steve Glendinningfd9abb32008-11-05 00:35:37 +00004015SMSC911x ETHERNET DRIVER
4016P: Steve Glendinning
4017M: steve.glendinning@smsc.com
4018L: netdev@vger.kernel.org
4019S: Supported
4020
Steve Glendinning2cb37722008-12-11 20:54:30 -08004021SMSC9420 PCI ETHERNET DRIVER
4022P: Steve Glendinning
4023M: steve.glendinning@smsc.com
4024L: netdev@vger.kernel.org
4025S: Supported
4026
Ben Nizetteb54f2862008-03-13 22:27:30 +11004027SMX UIO Interface
4028P: Ben Nizette
4029M: bn@niasdigital.com
4030S: Maintained
4031
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004032SN-IA64 (Itanium) SUB-PLATFORM
4033P: Jes Sorensen
4034M: jes@sgi.com
4035L: linux-altix@sgi.com
4036L: linux-ia64@vger.kernel.org
4037W: http://www.sgi.com/altix
4038S: Maintained
4039
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03004040SOC-CAMERA V4L2 SUBSYSTEM
Jean Delvare795fb7e2008-09-20 12:33:08 +02004041P: Guennadi Liakhovetski
4042M: g.liakhovetski@gmx.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004043L: linux-media@vger.kernel.org
4044T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02004045S: Maintained
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03004046
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004047SOEKRIS NET48XX LED SUPPORT
4048P: Chris Boot
4049M: bootc@bootc.net
4050S: Maintained
4051
Linus Torvalds1da177e2005-04-16 15:20:36 -07004052SOFTWARE RAID (Multiple Disks) SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07004053P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08004054M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004055L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08004056S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004057
Linus Torvalds1da177e2005-04-16 15:20:36 -07004058SONIC NETWORK DRIVER
4059P: Thomas Bogendoerfer
4060M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07004061L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004062S: Maintained
4063
Michael Buesch61e115a2007-09-18 15:12:50 -04004064SONICS SILICON BACKPLANE DRIVER (SSB)
4065P: Michael Buesch
4066M: mb@bu3sch.de
4067L: netdev@vger.kernel.org
4068S: Maintained
4069
Linus Torvalds1da177e2005-04-16 15:20:36 -07004070SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01004071P: Mattia Dongili
4072M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01004073L: linux-acpi@vger.kernel.org
4074W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07004075S: Maintained
4076
Alex Dubovbaf85322008-02-09 10:20:54 -08004077SONY MEMORYSTICK CARD SUPPORT
4078P: Alex Dubov
4079M: oakad@yahoo.com
4080L: linux-kernel@vger.kernel.org
4081W: http://tifmxx.berlios.de/
4082S: Maintained
4083
Linus Torvalds1da177e2005-04-16 15:20:36 -07004084SOUND
4085P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02004086M: perex@perex.cz
Takashi Iwai281712f2008-08-19 13:10:04 +02004087P: Takashi Iwai
4088M: tiwai@suse.de
Takashi Iwai82622042007-04-16 12:32:52 +02004089L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004090S: Maintained
4091
Mark Brownbd903bd2008-11-19 19:16:05 +00004092SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004093P: Liam Girdwood
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004094M: lrg@slimlogic.co.uk
Mark Brown2cad0ad2008-01-10 14:33:07 +01004095P: Mark Brown
4096M: broonie@opensource.wolfsonmicro.com
4097T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02004098L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004099W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004100S: Supported
4101
Sam Ravnborg473321f2009-01-04 15:47:49 -08004102SPARC + UltraSPARC (sparc/sparc64)
4103P: David S. Miller
4104M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004105L: sparclinux@vger.kernel.org
Sam Ravnborg473321f2009-01-04 15:47:49 -08004106T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4107T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004108S: Maintained
4109
4110SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4111P: Roger Wolff
4112M: R.E.Wolff@BitWizard.nl
4113L: linux-kernel@vger.kernel.org ?
4114S: Supported
4115
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004116SPI SUBSYSTEM
4117P: David Brownell
4118M: dbrownell@users.sourceforge.net
4119L: spi-devel-general@lists.sourceforge.net
4120S: Maintained
4121
Jim Lewis2752e402006-09-29 02:01:19 -07004122SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01004123P: Ishizaki Kou
4124M: kou.ishizaki@toshiba.co.jp
4125P: Jens Osterkamp
4126M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07004127L: netdev@vger.kernel.org
4128S: Supported
4129
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004130SPU FILE SYSTEM
4131P: Jeremy Kerr
4132M: jk@ozlabs.org
4133L: linuxppc-dev@ozlabs.org
4134L: cbe-oss-dev@ozlabs.org
4135W: http://www.ibm.com/developerworks/power/cell/
4136S: Supported
4137
Phillip Lougherfc555842009-01-05 08:46:29 +00004138SQUASHFS FILE SYSTEM
4139P: Phillip Lougher
4140M: phillip@lougher.demon.co.uk
4141L: squashfs-devel@lists.sourceforge.net (subscribers-only)
4142W: http://squashfs.org.uk
4143S: Maintained
4144
Linus Torvalds1da177e2005-04-16 15:20:36 -07004145SRM (Alpha) environment access
4146P: Jan-Benedict Glaw
4147M: jbglaw@lug-owl.de
4148L: linux-kernel@vger.kernel.org
4149S: Maintained
4150
Linus Torvalds26e9a392008-10-17 09:50:12 -07004151STABLE BRANCH
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004152P: Greg Kroah-Hartman
4153M: greg@kroah.com
4154P: Chris Wright
4155M: chrisw@sous-sol.org
4156L: stable@kernel.org
4157S: Maintained
4158
Linus Torvalds26e9a392008-10-17 09:50:12 -07004159STAGING SUBSYSTEM
4160P: Greg Kroah-Hartman
4161M: gregkh@suse.de
4162L: linux-kernel@vger.kernel.org
4163T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4164S: Maintained
4165
Linus Torvalds1da177e2005-04-16 15:20:36 -07004166STARFIRE/DURALAN NETWORK DRIVER
4167P: Ion Badulescu
4168M: ionut@cs.columbia.edu
4169S: Maintained
4170
4171STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4172W: http://mosquitonet.Stanford.EDU/strip.html
Jean Delvarebaaea1d2008-09-20 12:34:33 +02004173S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07004174
4175STRADIS MPEG-2 DECODER DRIVER
4176P: Nathan Laredo
4177M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004178W: http://www.stradis.com/
4179S: Maintained
4180
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004181SUN3/3X
4182P: Sam Creasey
4183M: sammy@sammy.net
4184W: http://sammy.net/sun3/
4185S: Maintained
4186
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004187SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07004188P: Paul Mundt
4189M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004190L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004191W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004192T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09004193S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004194
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004195SUSPEND TO RAM
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004196P: Len Brown
4197M: len.brown@intel.com
4198P: Pavel Machek
Pavel Machekef35ce22009-02-18 14:48:16 -08004199M: pavel@ucw.cz
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004200P: Rafael J. Wysocki
4201M: rjw@sisk.pl
4202L: linux-pm@lists.linux-foundation.org
4203S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004204
4205SVGA HANDLING
4206P: Martin Mares
4207M: mj@ucw.cz
4208L: linux-video@atrey.karlin.mff.cuni.cz
4209S: Maintained
4210
4211SYSV FILESYSTEM
4212P: Christoph Hellwig
4213M: hch@infradead.org
4214S: Maintained
4215
Alan Cox4e688522008-04-30 00:52:11 -07004216TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07004217P: Balbir Singh
4218M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004219L: linux-kernel@vger.kernel.org
4220S: Maintained
4221
Stephen Hemminger781b456a2006-07-10 20:25:29 -07004222TC CLASSIFIER
4223P: Jamal Hadi Salim
4224M: hadi@cyberus.ca
4225L: netdev@vger.kernel.org
4226S: Maintained
4227
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004228TCP LOW PRIORITY MODULE
4229P: Wong Hoi Sing, Edison
4230M: hswong3i@gmail.com
4231P: Hung Hing Lun, Mike
4232M: hlhung3i@gmail.com
4233W: http://tcp-lp-mod.sourceforge.net/
4234S: Maintained
4235
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004236TEHUTI ETHERNET DRIVER
4237P: Alexander Indenbaum
4238M: baum@tehutinetworks.net
4239P: Andy Gospodarek
4240M: andy@greyhouse.net
4241L: netdev@vger.kernel.org
4242S: Supported
4243
Alan Cox4e688522008-04-30 00:52:11 -07004244Telecom Clock Driver for MCPL0010
4245P: Mark Gross
4246M: mark.gross@intel.com
4247S: Supported
4248
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004249TENSILICA XTENSA PORT (xtensa)
Alan Cox4e688522008-04-30 00:52:11 -07004250P: Chris Zankel
4251M: chris@zankel.net
4252S: Maintained
4253
4254THINKPAD ACPI EXTRAS DRIVER
4255P: Henrique de Moraes Holschuh
4256M: ibm-acpi@hmh.eng.br
4257L: ibm-acpi-devel@lists.sourceforge.net
4258W: http://ibm-acpi.sourceforge.net
4259W: http://thinkwiki.org/wiki/Ibm-acpi
4260T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4261S: Maintained
4262
Alex Dubov4020f2d2006-10-04 02:15:37 -07004263TI FLASH MEDIA INTERFACE DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02004264P: Alex Dubov
4265M: oakad@yahoo.com
4266S: Maintained
Alex Dubov4020f2d2006-10-04 02:15:37 -07004267
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004268TI OMAP MMC INTERFACE DRIVER
4269P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004270M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004271W: http://linux.omap.com
4272W: http://www.muru.com/linux/omap/
4273S: Maintained
4274
Michael Buesch844dd052006-06-26 00:24:59 -07004275TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4276P: Deepak Saxena
4277M: dsaxena@plexity.net
4278S: Maintained
4279
Per Lidene86eaa32006-01-12 16:45:18 +01004280TIPC NETWORK LAYER
4281P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004282M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004283P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004284M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004285P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004286M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004287L: tipc-discussion@lists.sourceforge.net
4288W: http://tipc.sourceforge.net/
4289W: http://tipc.cslab.ericsson.net/
4290T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4291S: Maintained
4292
Linus Torvalds1da177e2005-04-16 15:20:36 -07004293TLAN NETWORK DRIVER
4294P: Samuel Chessman
4295M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004296L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004297W: http://sourceforge.net/projects/tlan/
4298S: Maintained
4299
Kentaro Takedad74db3b2009-02-05 17:18:18 +09004300TOMOYO SECURITY MODULE
4301P: Kentaro Takeda
4302M: takedakn@nttdata.co.jp
4303P: Tetsuo Handa
4304M: penguin-kernel@I-love.SAKURA.ne.jp
4305L: linux-kernel@vger.kernel.org (kernel issues)
4306L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
4307L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
4308L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
4309W: http://tomoyo.sourceforge.jp/
4310T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
4311S: Maintained
4312
Linus Torvalds1da177e2005-04-16 15:20:36 -07004313TOSHIBA ACPI EXTRAS DRIVER
4314P: John Belmonte
4315M: toshiba_acpi@memebeam.org
4316W: http://memebeam.org/toys/ToshibaAcpiDriver
4317S: Maintained
4318
4319TOSHIBA SMM DRIVER
4320P: Jonathan Buzzard
4321M: jonathan@buzzard.org.uk
4322L: tlinux-users@tce.toshiba-dme.co.jp
4323W: http://www.buzzard.org.uk/toshiba/
4324S: Maintained
4325
Alan Cox4e688522008-04-30 00:52:11 -07004326TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004327P: Debora Velarde
4328M: debora@linux.vnet.ibm.com
4329P: Rajiv Andrade
4330M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004331W: http://tpmdd.sourceforge.net
4332P: Marcel Selhorst
Marcel Selhorst7dcce132009-02-11 13:04:27 -08004333M: m.selhorst@sirrix.com
4334W: http://www.sirrix.com
Rajiv Andrade63a10df2008-10-15 22:04:36 -07004335L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
Alan Cox4e688522008-04-30 00:52:11 -07004336S: Maintained
4337
Linus Torvalds1da177e2005-04-16 15:20:36 -07004338TRIVIAL PATCHES
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004339P: Jiri Kosina
Jim Cromiece00f852006-11-30 04:49:44 +01004340M: trivial@kernel.org
4341L: linux-kernel@vger.kernel.org
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004342T: git kernel.org:/pub/scm/linux/kernel/git/jikos/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004343S: Maintained
4344
Alan Cox4e688522008-04-30 00:52:11 -07004345TTY LAYER
4346P: Alan Cox
4347M: alan@lxorguk.ukuu.org.uk
4348L: linux-kernel@vger.kernel.org
4349S: Maintained
4350
Grant Grundler740db6d2008-02-17 11:53:49 -07004351TULIP NETWORK DRIVERS
4352P: Grant Grundler
4353M: grundler@parisc-linux.org
4354P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004355M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004356L: netdev@vger.kernel.org
4357S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004358
4359TUN/TAP driver
4360P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004361M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004362L: vtun@office.satix.net
4363W: http://vtun.sourceforge.net/tun
4364S: Maintained
4365
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004366TURBOCHANNEL SUBSYSTEM
4367P: Maciej W. Rozycki
4368M: macro@linux-mips.org
4369S: Maintained
4370
Linus Torvalds1da177e2005-04-16 15:20:36 -07004371U14-34F SCSI DRIVER
4372P: Dario Ballabio
4373M: ballabio_dario@emc.com
4374L: linux-scsi@vger.kernel.org
4375S: Maintained
4376
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004377UBI FILE SYSTEM (UBIFS)
4378P: Artem Bityutskiy
4379M: dedekind@infradead.org
4380P: Adrian Hunter
4381M: ext-adrian.hunter@nokia.com
4382L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004383T: git git://git.infradead.org/ubifs-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004384W: http://www.linux-mtd.infradead.org/doc/ubifs.html
4385S: Maintained
4386
Alan Coxcc2020e2008-05-19 14:21:51 +01004387UCLINUX (AND M68KNOMMU)
4388P: Greg Ungerer
4389M: gerg@uclinux.org
4390W: http://www.uclinux.org/
4391L: uclinux-dev@uclinux.org (subscribers-only)
4392S: Maintained
4393
Alan Coxcc2020e2008-05-19 14:21:51 +01004394UCLINUX FOR RENESAS H8/300
4395P: Yoshinori Sato
4396M: ysato@users.sourceforge.jp
4397W: http://uclinux-h8.sourceforge.jp/
4398S: Supported
4399
Linus Torvalds1da177e2005-04-16 15:20:36 -07004400UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004401P: Jan Kara
4402M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004403W: http://linux-udf.sourceforge.net
4404S: Maintained
4405
Alan Coxcc2020e2008-05-19 14:21:51 +01004406UFS FILESYSTEM
4407P: Evgeniy Dushistov
4408M: dushistov@mail.ru
4409L: linux-kernel@vger.kernel.org
4410S: Maintained
4411
David Vrabel18332a82008-09-17 16:34:44 +01004412ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4413P: David Vrabel
4414M: david.vrabel@csr.com
4415L: linux-usb@vger.kernel.org
4416S: Supported
4417
Linus Torvalds1da177e2005-04-16 15:20:36 -07004418UNIFORM CDROM DRIVER
4419P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004420M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004421L: linux-kernel@vger.kernel.org
4422W: http://www.kernel.dk
4423S: Maintained
4424
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004425UNSORTED BLOCK IMAGES (UBI)
4426P: Artem Bityutskiy
4427M: dedekind@infradead.org
4428W: http://www.linux-mtd.infradead.org/
4429L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004430T: git git://git.infradead.org/ubi-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004431S: Maintained
4432
Linus Torvalds1da177e2005-04-16 15:20:36 -07004433USB ACM DRIVER
4434P: Oliver Neukum
4435M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004436L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004437S: Maintained
4438
4439USB BLOCK DRIVER (UB ub)
4440P: Pete Zaitcev
4441M: zaitcev@redhat.com
4442L: linux-kernel@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004443L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004444S: Supported
4445
Linus Torvalds1da177e2005-04-16 15:20:36 -07004446USB CDC ETHERNET DRIVER
4447P: Greg Kroah-Hartman
4448M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004449L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004450S: Maintained
4451W: http://www.kroah.com/linux-usb/
4452
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004453USB CYPRESS C67X00 DRIVER
4454P: Peter Korsgaard
4455M: jacmet@sunsite.dk
4456L: linux-usb@vger.kernel.org
4457S: Maintained
4458
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004459USB DAVICOM DM9601 DRIVER
4460P: Peter Korsgaard
4461M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004462L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004463W: http://www.linux-usb.org/usbnet
4464S: Maintained
4465
Alan Coxcc2020e2008-05-19 14:21:51 +01004466USB DIAMOND RIO500 DRIVER
4467P: Cesar Miquel
4468M: miquel@df.uba.ar
4469L: rio500-users@lists.sourceforge.net
4470W: http://rio500.sourceforge.net
4471S: Maintained
4472
Linus Torvalds1da177e2005-04-16 15:20:36 -07004473USB EHCI DRIVER
4474P: David Brownell
4475M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004476L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004477S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004478
Luca Risolia7ce08c92006-01-11 02:06:59 +00004479USB ET61X[12]51 DRIVER
4480P: Luca Risolia
4481M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004482L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004483L: linux-media@vger.kernel.org
4484T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia7ce08c92006-01-11 02:06:59 +00004485W: http://www.linux-projects.org
4486S: Maintained
4487
David Brownell69ae9e32006-11-14 02:03:31 -08004488USB GADGET/PERIPHERAL SUBSYSTEM
4489P: David Brownell
4490M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004491L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004492W: http://www.linux-usb.org/gadget
4493S: Maintained
4494
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004495USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004496P: Jiri Kosina
4497M: jkosina@suse.cz
Jean Delvare795fb7e2008-09-20 12:33:08 +02004498L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004499T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004500S: Maintained
4501
Olav Kongas959eea22005-11-03 17:38:14 +02004502USB ISP116X DRIVER
4503P: Olav Kongas
4504M: ok@artecdesign.ee
Jean Delvare795fb7e2008-09-20 12:33:08 +02004505L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004506S: Maintained
4507
Linus Torvalds1da177e2005-04-16 15:20:36 -07004508USB KAWASAKI LSI DRIVER
4509P: Oliver Neukum
4510M: oliver@neukum.name
Jean Delvare795fb7e2008-09-20 12:33:08 +02004511L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004512S: Maintained
4513
4514USB MASS STORAGE DRIVER
4515P: Matthew Dharm
4516M: mdharm-usb@one-eyed-alien.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004517L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004518L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004519S: Maintained
4520W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4521
4522USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004523P: David Brownell
4524M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004525L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004526S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004527
Matthias Urlichsba460e42005-07-14 00:33:47 -07004528USB OPTION-CARD DRIVER
4529P: Matthias Urlichs
4530M: smurf@smurf.noris.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004531L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004532S: Maintained
4533
Linus Torvalds1da177e2005-04-16 15:20:36 -07004534USB OV511 DRIVER
4535P: Mark McClelland
4536M: mmcclell@bigfoot.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004537L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004538W: http://alpha.dyndns.org/ov511/
4539S: Maintained
4540
4541USB PEGASUS DRIVER
4542P: Petko Manolov
4543M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004544L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004545L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004546W: http://pegasus2.sourceforge.net/
4547S: Maintained
4548
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004549USB PRINTER DRIVER (usblp)
4550P: Pete Zaitcev
4551M: zaitcev@redhat.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004552L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004553S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004554
4555USB RTL8150 DRIVER
4556P: Petko Manolov
4557M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004558L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004559L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004560W: http://pegasus2.sourceforge.net/
4561S: Maintained
4562
4563USB SE401 DRIVER
4564P: Jeroen Vreeken
4565M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004566L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004567W: http://www.chello.nl/~j.vreeken/se401/
4568S: Maintained
4569
Alan Cox4e688522008-04-30 00:52:11 -07004570USB SERIAL BELKIN F5U103 DRIVER
4571P: William Greathouse
4572M: wgreathouse@smva.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004573L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004574S: Maintained
4575
4576USB SERIAL CYPRESS M8 DRIVER
4577P: Lonnie Mendez
4578M: dignome@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004579L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004580S: Maintained
4581W: http://geocities.com/i0xox0i
4582W: http://firstlight.net/cvs
4583
Linus Torvalds1da177e2005-04-16 15:20:36 -07004584USB SERIAL CYBERJACK DRIVER
4585P: Matthias Bruestle and Harald Welte
4586M: support@reiner-sct.com
4587W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4588S: Maintained
4589
4590USB SERIAL DIGI ACCELEPORT DRIVER
4591P: Peter Berger and Al Borchers
4592M: pberger@brimson.com
4593M: alborchers@steinerpoint.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004594L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004595S: Maintained
4596
4597USB SERIAL DRIVER
4598P: Greg Kroah-Hartman
4599M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004600L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004601S: Supported
4602
Linus Torvalds1da177e2005-04-16 15:20:36 -07004603USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4604P: Gary Brubaker
4605M: xavyer@ix.netcom.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004606L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004607S: Maintained
4608
4609USB SERIAL KEYSPAN DRIVER
4610P: Greg Kroah-Hartman
4611M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004612L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004613W: http://www.kroah.com/linux/
4614S: Maintained
4615
4616USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004617P: Support Department
4618M: support@connecttech.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004619L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004620W: http://www.connecttech.com
4621S: Supported
4622
Steve Glendinning2f7ca802008-10-02 05:27:57 +00004623USB SMSC95XX ETHERNET DRIVER
4624P: Steve Glendinning
4625M: steve.glendinning@smsc.com
4626L: netdev@vger.kernel.org
4627S: Supported
4628
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004629USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004630P: Luca Risolia
4631M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004632L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004633L: linux-media@vger.kernel.org
4634T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004635W: http://www.linux-projects.org
4636S: Maintained
4637
4638USB SUBSYSTEM
4639P: Greg Kroah-Hartman
4640M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004641L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004642W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004643T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004644S: Supported
4645
4646USB UHCI DRIVER
4647P: Alan Stern
4648M: stern@rowland.harvard.edu
Jean Delvare795fb7e2008-09-20 12:33:08 +02004649L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004650S: Maintained
4651
David Brownell69ae9e32006-11-14 02:03:31 -08004652USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004653P: David Brownell
4654M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004655L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004656W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004657S: Maintained
4658
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004659USB VIDEO CLASS
4660P: Laurent Pinchart
4661M: laurent.pinchart@skynet.be
Jiri Slabya67534a2008-12-10 09:09:27 -03004662L: linux-uvc-devel@lists.berlios.de (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004663L: linux-media@vger.kernel.org
4664T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004665W: http://linux-uvc.berlios.de
4666S: Maintained
4667
Linus Torvalds1da177e2005-04-16 15:20:36 -07004668USB W996[87]CF DRIVER
4669P: Luca Risolia
4670M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004671L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004672L: linux-media@vger.kernel.org
4673T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004674W: http://www.linux-projects.org
4675S: Maintained
4676
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004677USB WIRELESS RNDIS DRIVER (rndis_wlan)
4678P: Jussi Kivilinna
4679M: jussi.kivilinna@mbnet.fi
4680L: linux-wireless@vger.kernel.org
4681S: Maintained
4682
Luca Risolia60f78052006-02-06 16:29:35 +00004683USB ZC0301 DRIVER
4684P: Luca Risolia
4685M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004686L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004687L: linux-media@vger.kernel.org
4688T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia60f78052006-02-06 16:29:35 +00004689W: http://www.linux-projects.org
4690S: Maintained
4691
Linus Torvalds1da177e2005-04-16 15:20:36 -07004692USB ZD1201 DRIVER
4693P: Jeroen Vreeken
4694M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004695L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004696W: http://linux-lc100020.sourceforge.net
4697S: Maintained
4698
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004699USB ZR364XX DRIVER
4700P: Antoine Jacquet
4701M: royale@zerezo.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004702L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004703L: linux-media@vger.kernel.org
4704T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004705W: http://royale.zerezo.com/zr364xx/
4706S: Maintained
4707
Randy Dunlape7839f22008-10-12 16:11:45 -07004708USER-MODE LINUX (UML)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004709P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004710M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004711L: user-mode-linux-devel@lists.sourceforge.net
4712L: user-mode-linux-user@lists.sourceforge.net
4713W: http://user-mode-linux.sourceforge.net
4714S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004715
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004716USERSPACE I/O (UIO)
4717P: Hans J. Koch
4718M: hjk@linutronix.de
4719P: Greg Kroah-Hartman
4720M: gregkh@suse.de
4721L: linux-kernel@vger.kernel.org
4722S: Maintained
4723
Karel Zakf899b0a2008-05-23 13:04:21 -07004724UTIL-LINUX-NG PACKAGE
4725P: Karel Zak
4726M: kzak@redhat.com
4727L: util-linux-ng@vger.kernel.org
4728W: http://kernel.org/~kzak/util-linux-ng/
4729T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4730S: Maintained
4731
Michal Januszewskic1fd1c02008-10-15 22:03:48 -07004732UVESAFB DRIVER
4733P: Michal Januszewski
4734M: spock@gentoo.org
4735L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4736W: http://dev.gentoo.org/~spock/projects/uvesafb/
4737S: Maintained
4738
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004739VFAT/FAT/MSDOS FILESYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07004740P: OGAWA Hirofumi
4741M: hirofumi@mail.parknet.co.jp
4742L: linux-kernel@vger.kernel.org
4743S: Maintained
4744
Linus Torvalds1da177e2005-04-16 15:20:36 -07004745VIA RHINE NETWORK DRIVER
4746P: Roger Luethi
4747M: rl@hellgate.ch
4748S: Maintained
4749
Jean Delvare32c0a522005-09-22 21:47:58 +02004750VIAPRO SMBUS DRIVER
4751P: Jean Delvare
4752M: khali@linux-fr.org
Jean Delvare846557d2008-10-30 15:55:47 +01004753L: linux-i2c@vger.kernel.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004754S: Maintained
4755
Joseph Chan69e4a7c2008-10-15 22:03:31 -07004756VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4757P: Joseph Chan
4758M: JosephChan@via.com.tw
4759P: Scott Fang
4760M: ScottFang@viatech.com.cn
4761L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4762S: Maintained
4763
Francois Romieu01f20732007-01-26 00:57:17 -08004764VIA VELOCITY NETWORK DRIVER
4765P: Francois Romieu
4766M: romieu@fr.zoreil.com
4767L: netdev@vger.kernel.org
4768S: Maintained
4769
Randy Dunlape7839f22008-10-12 16:11:45 -07004770VIDEO FOR LINUX (V4L)
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004771P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004772M: mchehab@infradead.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004773L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004774L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004775W: http://linuxtv.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004776T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004777S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004778
Patrick McHardybe7f8272007-10-23 20:26:36 -07004779VLAN (802.1Q)
4780P: Patrick McHardy
4781M: kaber@trash.net
4782L: netdev@vger.kernel.org
4783S: Maintained
4784
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004785VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4786P: Liam Girdwood
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004787M: lrg@slimlogic.co.uk
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004788P: Mark Brown
4789M: broonie@opensource.wolfsonmicro.com
4790W: http://opensource.wolfsonmicro.com/node/15
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004791W: http://www.slimlogic.co.uk/?page_id=5
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004792T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4793S: Supported
4794
Juerg Haefligerab413192006-09-24 20:54:04 +02004795VT1211 HARDWARE MONITOR DRIVER
4796P: Juerg Haefliger
4797M: juergh@gmail.com
4798L: lm-sensors@lm-sensors.org
4799S: Maintained
4800
Roger Lucas1de9e372005-11-26 20:20:05 +01004801VT8231 HARDWARE MONITOR DRIVER
4802P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004803M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004804L: lm-sensors@lm-sensors.org
4805S: Maintained
4806
Linus Torvalds1da177e2005-04-16 15:20:36 -07004807W1 DALLAS'S 1-WIRE BUS
4808P: Evgeniy Polyakov
4809M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004810S: Maintained
4811
Charles Spirakis13927072006-07-05 18:05:15 +02004812W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004813P: Marc Hulsman
4814M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004815L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004816S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004817
Rudolf Marek61db0112006-12-12 18:18:30 +01004818W83793 HARDWARE MONITORING DRIVER
4819P: Rudolf Marek
4820M: r.marek@assembler.cz
4821L: lm-sensors@lm-sensors.org
4822S: Maintained
4823
Linus Torvalds1da177e2005-04-16 15:20:36 -07004824W83L51xD SD/MMC CARD INTERFACE DRIVER
4825P: Pierre Ossman
4826M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004827L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004828S: Maintained
4829
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004830WATCHDOG DEVICE DRIVERS
4831P: Wim Van Sebroeck
4832M: wim@iguana.be
4833T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4834S: Maintained
4835
Linus Torvalds1da177e2005-04-16 15:20:36 -07004836WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4837P: Jean Tourrilhes
4838M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004839L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004840W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4841S: Maintained
4842
4843WD7000 SCSI DRIVER
4844P: Miroslav Zagorac
4845M: zaga@fly.cc.fer.hr
4846L: linux-scsi@vger.kernel.org
4847S: Maintained
4848
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08004849WIMAX STACK
4850P: Inaky Perez-Gonzalez
4851M: inaky.perez-gonzalez@intel.com
4852M: linux-wimax@intel.com
4853L: wimax@linuxwimax.org
4854S: Supported
4855W: http://linuxwimax.org
4856
David Vrabel18332a82008-09-17 16:34:44 +01004857WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4858P: David Vrabel
4859M: david.vrabel@csr.com
4860S: Maintained
4861
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004862WISTRON LAPTOP BUTTON DRIVER
4863P: Miloslav Trmac
4864M: mitr@volny.cz
4865S: Maintained
4866
Linus Torvalds1da177e2005-04-16 15:20:36 -07004867WL3501 WIRELESS PCMCIA CARD DRIVER
4868P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004869M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004870L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004871W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004872S: Maintained
4873
Mark Brownfebf1df2008-04-02 00:51:09 -04004874WM97XX TOUCHSCREEN DRIVERS
4875P: Mark Brown
4876M: broonie@opensource.wolfsonmicro.com
4877P: Liam Girdwood
Liam Girdwoodb8d055a2008-10-13 23:00:15 -04004878M: lrg@slimlogic.co.uk
Mark Brownfebf1df2008-04-02 00:51:09 -04004879L: linux-input@vger.kernel.org
4880T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4881W: http://opensource.wolfsonmicro.com/node/7
4882S: Supported
4883
Linus Torvalds1da177e2005-04-16 15:20:36 -07004884X.25 NETWORK LAYER
4885P: Henner Eisen
4886M: eis@baty.hanse.de
4887L: linux-x25@vger.kernel.org
4888S: Maintained
4889
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004890X86 ARCHITECTURE (32-BIT AND 64-BIT)
4891P: Thomas Gleixner
4892M: tglx@linutronix.de
4893P: Ingo Molnar
4894M: mingo@redhat.com
4895P: H. Peter Anvin
4896M: hpa@zytor.com
H. Peter Anvinbcde5632009-02-02 21:42:40 -08004897M: x86@kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004898L: linux-kernel@vger.kernel.org
4899T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4900S: Maintained
4901
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004902XEN HYPERVISOR INTERFACE
4903P: Jeremy Fitzhardinge
4904M: jeremy@xensource.com
4905P: Chris Wright
4906M: chrisw@sous-sol.org
4907L: virtualization@lists.osdl.org
4908L: xen-devel@lists.xensource.com
4909S: Supported
4910
Linus Torvalds1da177e2005-04-16 15:20:36 -07004911XFS FILESYSTEM
4912P: Silicon Graphics Inc
Lachlan McIlroy0335cb72008-12-31 12:10:12 +11004913P: Bill O'Donnell
Linus Torvalds1da177e2005-04-16 15:20:36 -07004914M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004915L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004916W: http://oss.sgi.com/projects/xfs
Lachlan McIlroy0335cb72008-12-31 12:10:12 +11004917T: git://oss.sgi.com/xfs/xfs.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004918S: Supported
4919
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004920XILINX SYSTEMACE DRIVER
4921P: Grant Likely
4922M: grant.likely@secretlab.ca
4923W: http://www.secretlab.ca/
4924L: linux-kernel@vger.kernel.org
4925S: Maintained
4926
Peter Korsgaard238b8722006-12-06 20:35:17 -08004927XILINX UARTLITE SERIAL DRIVER
4928P: Peter Korsgaard
4929M: jacmet@sunsite.dk
4930L: linux-serial@vger.kernel.org
4931S: Maintained
4932
Linus Torvalds1da177e2005-04-16 15:20:36 -07004933YAM DRIVER FOR AX.25
4934P: Jean-Paul Roubelat
4935M: jpr@f6fbb.org
4936L: linux-hams@vger.kernel.org
4937S: Maintained
4938
Henkaf64a5e2005-10-12 15:02:56 +02004939YEALINK PHONE DRIVER
4940P: Henk Vergonet
4941M: Henk.Vergonet@gmail.com
4942L: usbb2k-api-dev@nongnu.org
4943S: Maintained
4944
Linus Torvalds1da177e2005-04-16 15:20:36 -07004945Z8530 DRIVER FOR AX.25
4946P: Joerg Reuter
4947M: jreuter@yaina.de
4948W: http://yaina.de/jreuter/
4949W: http://www.qsl.net/dl1bke/
4950L: linux-hams@vger.kernel.org
4951S: Maintained
4952
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004953ZD1211RW WIRELESS DRIVER
4954P: Daniel Drake
4955M: dsd@gentoo.org
4956P: Ulrich Kunitz
4957M: kune@deine-taler.de
4958W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004959L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004960L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4961S: Maintained
4962
Linus Torvalds1da177e2005-04-16 15:20:36 -07004963ZR36067 VIDEO FOR LINUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004964L: mjpeg-users@lists.sourceforge.net
Trent Piephof63145e2009-01-24 20:52:41 -03004965L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004966W: http://mjpeg.sourceforge.net/driver-zoran/
Trent Piephof63145e2009-01-24 20:52:41 -03004967T: Mercurial http://linuxtv.org/hg/v4l-dvb
4968S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004969
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004970ZS DECSTATION Z85C30 SERIAL DRIVER
4971P: Maciej W. Rozycki
4972M: macro@linux-mips.org
4973S: Maintained
4974
Linus Torvalds1da177e2005-04-16 15:20:36 -07004975THE REST
4976P: Linus Torvalds
4977S: Buried alive in reporters