blob: 52e95780bd877898cc17f3a38a1e039f5ba3d4e8 [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
Paulius Zaleckas881a95f2009-03-26 10:06:27 +0200505ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
506P: Paulius Zaleckas
507M: paulius.zaleckas@teltonika.lt
508L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
509T: git gitorious.org/linux-gemini/mainline.git
510S: Maintained
511
Russell Kinga9da4f72008-07-12 21:42:04 +0100512ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
513P: Daniel Ribeiro
514M: drwyrm@gmail.com
515P: Stefan Schmidt
516M: stefan@openezx.org
517P: Harald Welte
518M: laforge@openezx.org
519L: openezx-devel@lists.openezx.org (subscribers-only)
520W: http://www.openezx.org/
521S: Maintained
522
Paulius Zaleckas6a915af2009-03-25 13:10:20 +0200523ARM/FARADAY FA526 PORT
524P: Paulius Zaleckas
525M: paulius.zaleckas@teltonika.lt
526L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
527S: Maintained
528
Sascha Hauer86183a52008-07-24 23:50:35 +0200529ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
530P: Sascha Hauer
531M: kernel@pengutronix.de
532L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
533S: Maintained
534
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800535ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
536P: Lennert Buytenhek
537M: kernel@wantstofly.org
538L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
539S: Maintained
540
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100541ARM/GUMSTIX MACHINE SUPPORT
542P: Steve Sakoman
543M: sakoman@gmail.com
544L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
545S: Maintained
546
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100547ARM/HP JORNADA 7XX MACHINE SUPPORT
Jean Delvare795fb7e2008-09-20 12:33:08 +0200548P: Kristoffer Ericson
549M: kristoffer.ericson@gmail.com
550W: www.jlime.com
551S: Maintained
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100552
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800553ARM/INTEL IOP32X ARM ARCHITECTURE
554P: Lennert Buytenhek
555M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100556P: Dan Williams
557M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800558L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100559S: Supported
560
561ARM/INTEL IOP33X ARM ARCHITECTURE
562P: Dan Williams
563M: dan.j.williams@intel.com
564L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
565S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800566
567ARM/INTEL IOP13XX ARM ARCHITECTURE
568P: Lennert Buytenhek
569M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100570P: Dan Williams
571M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800572L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100573S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800574
575ARM/INTEL IQ81342EX MACHINE SUPPORT
576P: Lennert Buytenhek
577M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100578P: Dan Williams
579M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800580L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100581S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800582
583ARM/INTEL IXP2000 ARM ARCHITECTURE
584P: Lennert Buytenhek
585M: kernel@wantstofly.org
586L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
587S: Maintained
588
589ARM/INTEL IXDP2850 MACHINE SUPPORT
590P: Lennert Buytenhek
591M: kernel@wantstofly.org
592L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
593S: Maintained
594
595ARM/INTEL IXP23XX ARM ARCHITECTURE
596P: Lennert Buytenhek
597M: kernel@wantstofly.org
598L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
599S: Maintained
600
601ARM/INTEL XSC3 (MANZANO) ARM CORE
602P: Lennert Buytenhek
603M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100604P: Dan Williams
605M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800606L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100607S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800608
609ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
610P: Lennert Buytenhek
611M: kernel@wantstofly.org
612L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
613S: Maintained
614
615ARM/LOGICPD PXA270 MACHINE SUPPORT
616P: Lennert Buytenhek
617M: kernel@wantstofly.org
618L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
619S: Maintained
620
Philipp Zabel3b8861712008-07-09 21:27:15 +0100621ARM/MAGICIAN MACHINE SUPPORT
622P: Philipp Zabel
623M: philipp.zabel@gmail.com
624S: Maintained
625
Kristoffer Ericson9624dfe2008-10-09 16:50:46 +0100626ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
627P: Michael Petchkovsky
628M: mkpetch@internode.on.net
629S: Maintained
630
Dirk Opfer8459c152005-11-06 14:27:52 +0000631ARM/TOSA MACHINE SUPPORT
Dmitry Eremin-Solenikovbfa0b1c2009-01-06 14:41:05 -0800632P: Dmitry Eremin-Solenikov
Dmitry Baryshkov93887042008-07-07 10:50:06 +0100633M: dbaryshkov@gmail.com
Dirk Opfer8459c152005-11-06 14:27:52 +0000634P: Dirk Opfer
635M: dirk@opfer-online.de
636S: Maintained
637
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100638ARM/PALMTX SUPPORT
639P: Marek Vasut
640M: marek.vasut@gmail.com
641W: http://hackndev.com
642S: Maintained
643
Sergey Lapinc49e1e62008-08-29 15:47:52 +0100644ARM/PALMZ72 SUPPORT
645P: Sergey Lapin
646M: slapin@ossfans.org
647W: http://hackndev.com
648S: Maintained
649
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650ARM/PLEB SUPPORT
651P: Peter Chubb
652M: pleb@gelato.unsw.edu.au
653W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
654S: Maintained
655
656ARM/PT DIGITAL BOARD PORT
657P: Stefan Eletzhofer
658M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700659L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700660W: http://www.arm.linux.org.uk/
661S: Maintained
662
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800663ARM/RADISYS ENP2611 MACHINE SUPPORT
664P: Lennert Buytenhek
665M: kernel@wantstofly.org
666L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
667S: Maintained
668
Linus Torvalds1da177e2005-04-16 15:20:36 -0700669ARM/SHARK MACHINE SUPPORT
670P: Alexander Schulz
671M: alex@shark-linux.de
672W: http://www.shark-linux.de/shark.html
673S: Maintained
674
675ARM/STRONGARM110 PORT
676P: Russell King
677M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700678L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700679W: http://www.arm.linux.org.uk/
680S: Maintained
681
682ARM/S3C2410 ARM ARCHITECTURE
683P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800684M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700685L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700686W: http://www.fluff.org/ben/linux/
687S: Maintained
688
689ARM/S3C2440 ARM ARCHITECTURE
690P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800691M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700692L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693W: http://www.fluff.org/ben/linux/
694S: Maintained
695
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800696ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
697P: Lennert Buytenhek
698M: kernel@wantstofly.org
699L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
700S: Maintained
701
702ARM/THECUS N2100 MACHINE SUPPORT
703P: Lennert Buytenhek
704M: kernel@wantstofly.org
705L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
706S: Maintained
707
wanzongshun98ad6e32009-02-13 06:04:32 +0100708ARM/NUVOTON W90X900 ARM ARCHITECTURE
709P: Wan ZongShun
710M: mcuos.com@gmail.com
711L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
712W: http://www.mcuos.com
713S: Maintained
714
Linus Torvalds1da177e2005-04-16 15:20:36 -0700715ARPD SUPPORT
716P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700717L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700718S: Maintained
719
720ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500721P: Corentin Chary
722M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723P: Karol Kozimor
724M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700725L: acpi4asus-user@lists.sourceforge.net
726W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500727W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700728S: Maintained
729
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400730ASUS ASB100 HARDWARE MONITOR DRIVER
731P: Mark M. Hoffman
732M: mhoffman@lightlink.com
733L: lm-sensors@lm-sensors.org
734S: Maintained
735
Corentin Chary85091b72007-01-26 14:04:30 +0100736ASUS LAPTOP EXTRAS DRIVER
737P: Corentin Chary
738M: corentincj@iksaif.net
739L: acpi4asus-user@lists.sourceforge.net
740W: http://sourceforge.net/projects/acpi4asus
741W: http://xf.iksaif.net/acpi4asus
742S: Maintained
743
Andrew Morton953a6472008-11-06 12:53:28 -0800744ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
Dan Williamsb3e5f262007-08-07 10:26:35 -0700745P: Dan Williams
746M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100747P: Maciej Sosnowski
748M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700749L: linux-kernel@vger.kernel.org
750W: http://sourceforge.net/projects/xscaleiop
751S: Supported
752
Randy Dunlape7839f22008-10-12 16:11:45 -0700753ATA OVER ETHERNET (AOE) DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754P: Ed L. Cashin
755M: ecashin@coraid.com
756W: http://www.coraid.com/support/linux
757S: Supported
758
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200759ATHEROS ATH5K WIRELESS DRIVER
760P: Jiri Slaby
761M: jirislaby@gmail.com
762P: Nick Kossifidis
763M: mickflemm@gmail.com
764P: Luis R. Rodriguez
Luis R. Rodriguez4fe06572008-10-13 14:08:07 -0700765M: lrodriguez@atheros.com
Bob Copelandadef1992008-10-29 08:30:57 -0400766P: Bob Copeland
767M: me@bobcopeland.com
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200768L: linux-wireless@vger.kernel.org
769L: ath5k-devel@lists.ath5k.org
770S: Maintained
771
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700772ATHEROS ATH9K WIRELESS DRIVER
773P: Luis R. Rodriguez
774M: lrodriguez@atheros.com
775P: Jouni Malinen
776M: jmalinen@atheros.com
777L: linux-wireless@vger.kernel.org
778L: ath9k-devel@lists.ath9k.org
779S: Supported
780
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000781ATI_REMOTE2 DRIVER
782P: Ville Syrjala
783M: syrjala@sci.fi
784S: Maintained
785
Chris Snook7ae115b2008-09-09 03:26:57 -0400786ATLX ETHERNET DRIVERS
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600787P: Jay Cliburn
788M: jcliburn@gmail.com
789P: Chris Snook
790M: csnook@redhat.com
Chris Snook7ae115b2008-09-09 03:26:57 -0400791P: Jie Yang
792M: jie.yang@atheros.com
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600793L: atl1-devel@lists.sourceforge.net
794W: http://sourceforge.net/projects/atl1
795W: http://atl1.sourceforge.net
796S: Maintained
797
Linus Torvalds1da177e2005-04-16 15:20:36 -0700798ATM
799P: Chas Williams
800M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700801L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Jiri Slaby44ae98b2008-11-30 23:27:11 -0800802L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700803W: http://linux-atm.sourceforge.net
804S: Maintained
805
Pierre Ossman272f1332007-05-14 21:25:26 +0200806ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200807P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800808M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200809L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
810W: http://www.atmel.com/products/AT91/
811W: http://www.at91.com/
812S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200813
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800814ATMEL AT91 / AT32 SERIAL DRIVER
815P: Haavard Skinnemoen
816M: hskinnemoen@atmel.com
817L: linux-kernel@vger.kernel.org
818S: Supported
819
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800820ATMEL LCDFB DRIVER
821P: Nicolas Ferre
822M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800823L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800824S: Maintained
825
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100826ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100827P: Haavard Skinnemoen
828M: hskinnemoen@atmel.com
829S: Supported
830
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800831ATMEL SPI DRIVER
832P: Haavard Skinnemoen
833M: hskinnemoen@atmel.com
834S: Supported
835
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700836ATMEL USBA UDC DRIVER
837P: Haavard Skinnemoen
838M: hskinnemoen@atmel.com
839L: kernel@avr32linux.org
840W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
841S: Supported
842
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843ATMEL WIRELESS DRIVER
844P: Simon Kelley
845M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700846L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700847W: http://www.thekelleys.org.uk/atmel
848W: http://atmelwlandriver.sourceforge.net/
849S: Maintained
850
Chris Wrighta92b7b82005-07-07 18:12:23 -0700851AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400852P: Al Viro
853M: viro@zeniv.linux.org.uk
854P: Eric Paris
855M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700856L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100857W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400858T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700859S: Maintained
860
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800861AUXILIARY DISPLAY DRIVERS
862P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700863M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800864L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700865W: http://miguelojeda.es/auxdisplay.htm
866W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800867S: Maintained
868
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700869AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700870P: Haavard Skinnemoen
871M: hskinnemoen@atmel.com
872W: http://www.atmel.com/products/AVR32/
873W: http://avr32linux.org/
874W: http://avrfreaks.net/
875S: Supported
876
877AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700878P: Haavard Skinnemoen
879M: hskinnemoen@atmel.com
880S: Supported
881
Linus Torvalds1da177e2005-04-16 15:20:36 -0700882AX.25 NETWORK LAYER
883P: Ralf Baechle
884M: ralf@linux-mips.org
885L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200886W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887S: Maintained
888
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700889B43 WIRELESS DRIVER
890P: Michael Buesch
891M: mb@bu3sch.de
892P: Stefano Brivio
893M: stefano.brivio@polimi.it
894L: linux-wireless@vger.kernel.org
895W: http://linuxwireless.org/en/users/Drivers/b43
896S: Maintained
897
898B43LEGACY WIRELESS DRIVER
899P: Larry Finger
900M: Larry.Finger@lwfinger.net
901P: Stefano Brivio
902M: stefano.brivio@polimi.it
903L: linux-wireless@vger.kernel.org
904W: http://linuxwireless.org/en/users/Drivers/b43
905S: Maintained
906
Richard Purdie300abeb2007-02-07 22:21:07 +0000907BACKLIGHT CLASS/SUBSYSTEM
908P: Richard Purdie
909M: rpurdie@rpsys.net
910S: Maintained
911
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700912BAYCOM/HDLCDRV DRIVERS FOR AX.25
913P: Thomas Sailer
914M: t.sailer@alumni.ethz.ch
915L: linux-hams@vger.kernel.org
916W: http://www.baycom.org/~tom/ham/ham.html
917S: Maintained
918
919BEFS FILE SYSTEM
920P: Sergey S. Kostyliov
921M: rathamahata@php4.ru
922L: linux-kernel@vger.kernel.org
923S: Maintained
924
925BFS FILE SYSTEM
926P: Tigran A. Aivazian
927M: tigran@aivazian.fsnet.co.uk
928L: linux-kernel@vger.kernel.org
929S: Maintained
930
Bryan Wu1394f032007-05-06 14:50:22 -0700931BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800932P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800933M: cooloney@kernel.org
Mike Frysinger5b93e132009-02-04 16:49:45 +0800934L: uclinux-dist-devel@blackfin.uclinux.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800935W: http://blackfin.uclinux.org
936S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700937
Bryan Wue190d6b2007-07-17 14:43:44 +0800938BLACKFIN EMAC DRIVER
939P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800940M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800941L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
942W: http://blackfin.uclinux.org
943S: Supported
944
Mike Frysinger566da5b2007-06-11 15:31:30 +0800945BLACKFIN RTC DRIVER
946P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800947M: vapier.adi@gmail.com
948L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
949W: http://blackfin.uclinux.org
950S: Supported
951
Bryan Wu1394f032007-05-06 14:50:22 -0700952BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800953P: Sonic Zhang
954M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800955L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
956W: http://blackfin.uclinux.org
957S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700958
Bryan Wu1e6d3202007-07-15 02:50:02 +0800959BLACKFIN WATCHDOG DRIVER
960P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800961M: vapier.adi@gmail.com
962L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
963W: http://blackfin.uclinux.org
964S: Supported
965
Bryan Wud24ecfc2007-05-01 23:26:32 +0200966BLACKFIN I2C TWI DRIVER
967P: Sonic Zhang
968M: sonic.zhang@analog.com
969L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
970W: http://blackfin.uclinux.org/
971S: Supported
972
Linus Torvalds1da177e2005-04-16 15:20:36 -0700973BLOCK LAYER
974P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200975M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700976L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800977T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978S: Maintained
979
Joern Engel2b54aae2008-02-06 01:38:02 -0800980BLOCK2MTD DRIVER
981P: Joern Engel
982M: joern@lazybastard.org
983L: linux-mtd@lists.infradead.org
984S: Maintained
985
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200986BLUETOOTH DRIVERS
987P: Marcel Holtmann
988M: marcel@holtmann.org
989L: linux-bluetooth@vger.kernel.org
990W: http://www.bluez.org/
991S: Maintained
992
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993BLUETOOTH SUBSYSTEM
994P: Marcel Holtmann
995M: marcel@holtmann.org
Pavel Machek781c2842008-03-20 15:41:02 -0700996L: linux-bluetooth@vger.kernel.org
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200997W: http://www.bluez.org/
Josh Boyer1adc1232005-11-23 15:44:15 -0800998T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700999S: Maintained
1000
Linus Torvalds1da177e2005-04-16 15:20:36 -07001001BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001002P: Jay Vosburgh
1003M: fubar@us.ibm.com
1004L: bonding-devel@lists.sourceforge.net
1005W: http://sourceforge.net/projects/bonding/
1006S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001007
Gary Zambrano39105892006-06-22 17:26:20 -07001008BROADCOM B44 10/100 ETHERNET DRIVER
1009P: Gary Zambrano
1010M: zambrano@broadcom.com
1011L: netdev@vger.kernel.org
1012S: Supported
1013
Michael Chan948c51e2006-06-04 02:51:39 -07001014BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1015P: Michael Chan
1016M: mchan@broadcom.com
1017L: netdev@vger.kernel.org
1018S: Supported
1019
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001020BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -07001021P: Eilon Greenstein
1022M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001023L: netdev@vger.kernel.org
1024S: Supported
1025
Michael Chan948c51e2006-06-04 02:51:39 -07001026BROADCOM TG3 GIGABIT ETHERNET DRIVER
1027P: Michael Chan
1028M: mchan@broadcom.com
1029L: netdev@vger.kernel.org
1030S: Supported
1031
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001032BSG (block layer generic sg v4 driver)
1033P: FUJITA Tomonori
1034M: fujita.tomonori@lab.ntt.co.jp
1035L: linux-scsi@vger.kernel.org
1036S: Supported
1037
Michael Bueschff1d5c22008-07-25 01:46:10 -07001038BT8XXGPIO DRIVER
1039P: Michael Buesch
1040M: mb@bu3sch.de
1041W: http://bu3sch.de/btgpio.php
1042S: Maintained
1043
Joe Percheseb1eb042009-01-21 10:49:16 -05001044BTRFS FILE SYSTEM
1045P: Chris Mason
1046M: chris.mason@oracle.com
1047L: linux-btrfs@vger.kernel.org
1048W: http://btrfs.wiki.kernel.org/
1049T: git kernel.org:/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1050S: Maintained
1051
Linus Torvalds1da177e2005-04-16 15:20:36 -07001052BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001053P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001054M: mchehab@infradead.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001055L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001056L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001057W: http://linuxtv.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001058T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001059S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001060
Jonathan Corbet77d51402007-03-22 19:44:17 -03001061CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02001062P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03001063M: corbet@lwn.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001064L: linux-media@vger.kernel.org
1065T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03001066S: Maintained
1067
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001068CALGARY x86-64 IOMMU
1069P: Muli Ben-Yehuda
1070M: muli@il.ibm.com
1071P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001072M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001073L: linux-kernel@vger.kernel.org
1074L: discuss@x86-64.org
1075S: Maintained
1076
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001077CAN NETWORK LAYER
1078P: Urs Thuermann
1079M: urs.thuermann@volkswagen.de
1080P: Oliver Hartkopp
1081M: oliver.hartkopp@volkswagen.de
1082L: socketcan-core@lists.berlios.de (subscribers-only)
1083W: http://developer.berlios.de/projects/socketcan/
1084S: Maintained
1085
Arnd Bergmannb8154542008-05-16 11:10:59 +02001086CELL BROADBAND ENGINE ARCHITECTURE
1087P: Arnd Bergmann
1088M: arnd@arndb.de
1089L: linuxppc-dev@ozlabs.org
1090L: cbe-oss-dev@ozlabs.org
1091W: http://www.ibm.com/developerworks/power/cell/
1092S: Supported
1093
David Vrabel18332a82008-09-17 16:34:44 +01001094CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1095P: David Vrabel
1096M: david.vrabel@csr.com
1097L: linux-usb@vger.kernel.org
1098S: Supported
1099
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001100CFAG12864B LCD DRIVER
1101P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001102M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001103L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001104W: http://miguelojeda.es/auxdisplay.htm
1105W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001106S: Maintained
1107
1108CFAG12864BFB LCD FRAMEBUFFER DRIVER
1109P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001110M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001111L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001112W: http://miguelojeda.es/auxdisplay.htm
1113W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001114S: Maintained
1115
Johannes Berg704232c2007-04-23 12:20:05 -07001116CFG80211 and NL80211
1117P: Johannes Berg
1118M: johannes@sipsolutions.net
1119L: linux-wireless@vger.kernel.org
1120S: Maintained
1121
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001122CHECKPATCH
1123P: Andy Whitcroft
Andy Whitcroftb0e0b432009-01-06 14:41:22 -08001124M: apw@canonical.com
1125L: linux-kernel@vger.kernel.org
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001126S: Supported
1127
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001128CISCO 10G ETHERNET DRIVER
1129P: Scott Feldman
1130M: scofeldm@cisco.com
1131P: Joe Eykholt
1132M: jeykholt@cisco.com
Joel Becker7063fbf2005-12-15 14:29:43 -08001133S: Supported
1134
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001135CIRRUS LOGIC EP93XX ETHERNET DRIVER
1136P: Lennert Buytenhek
1137M: kernel@wantstofly.org
1138L: netdev@vger.kernel.org
1139S: Maintained
1140
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001141CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1142P: Lennert Buytenhek
1143M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001144L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001145S: Maintained
1146
Timur Tabid9e9d822008-04-24 08:45:26 +10001147CIRRUS LOGIC CS4270 SOUND DRIVER
1148P: Timur Tabi
1149M: timur@freescale.com
1150L: alsa-devel@alsa-project.org
1151S: Supported
1152
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1154P: Cirrus Logic Corporation (kernel 2.2 driver)
1155M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1156P: Nils Faerber (port to kernel 2.4)
1157M: Nils Faerber <nils@kernelconcepts.de>
1158S: Maintained
1159
1160CODA FILE SYSTEM
1161P: Jan Harkes
1162M: jaharkes@cs.cmu.edu
1163M: coda@cs.cmu.edu
1164L: codalist@coda.cs.cmu.edu
1165W: http://www.coda.cs.cmu.edu/
1166S: Maintained
1167
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001168COMMON INTERNET FILE SYSTEM (CIFS)
1169P: Steve French
1170M: sfrench@samba.org
1171L: linux-cifs-client@lists.samba.org
1172L: samba-technical@lists.samba.org
1173W: http://linux-cifs.samba.org/
1174T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1175S: Supported
1176
Linus Torvalds1da177e2005-04-16 15:20:36 -07001177COMPACTPCI HOTPLUG CORE
1178P: Scott Murray
1179M: scottm@somanetworks.com
1180M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001181L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001182S: Supported
1183
1184COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1185P: Scott Murray
1186M: scottm@somanetworks.com
1187M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001188L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001189S: Supported
1190
1191COMPACTPCI HOTPLUG GENERIC DRIVER
1192P: Scott Murray
1193M: scottm@somanetworks.com
1194M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001195L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001196S: Supported
1197
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001198COMPAL LAPTOP SUPPORT
1199P: Cezary Jackiewicz
1200M: cezary.jackiewicz@gmail.com
1201S: Maintained
1202
Linus Torvalds1da177e2005-04-16 15:20:36 -07001203COMPUTONE INTELLIPORT MULTIPORT CARD
1204P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001205M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001207S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001208
Simon Arlott949be0f2007-03-06 02:47:46 -08001209CONEXANT ACCESSRUNNER USB DRIVER
1210P: Simon Arlott
1211M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001212L: accessrunner-general@lists.sourceforge.net
1213W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001214S: Maintained
1215
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001216CONFIGFS
1217P: Joel Becker
1218M: joel.becker@oracle.com
1219L: linux-kernel@vger.kernel.org
1220S: Supported
1221
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001222CONTROL GROUPS (CGROUPS)
1223P: Paul Menage
1224M: menage@google.com
KOSAKI Motohiro01c4a422009-02-11 13:04:35 -08001225P: Li Zefan
1226M: lizf@cn.fujitsu.com
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001227L: containers@lists.linux-foundation.org
1228S: Maintained
1229
Rudolf Marekbebe4672007-05-08 17:22:02 +02001230CORETEMP HARDWARE MONITORING DRIVER
1231P: Rudolf Marek
1232M: r.marek@assembler.cz
1233L: lm-sensors@lm-sensors.org
1234S: Maintained
1235
Linus Torvalds1da177e2005-04-16 15:20:36 -07001236COSA/SRP SYNC SERIAL DRIVER
1237P: Jan "Yenya" Kasprzak
1238M: kas@fi.muni.cz
1239W: http://www.fi.muni.cz/~kas/cosa/
1240S: Maintained
1241
1242CPU FREQUENCY DRIVERS
1243P: Dave Jones
Dave Jonesf4432c52008-10-20 13:31:45 -04001244M: davej@redhat.com
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001245L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001247T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001248S: Maintained
1249
1250CPUID/MSR DRIVER
1251P: H. Peter Anvin
1252M: hpa@zytor.com
1253S: Maintained
1254
Paul Jacksoned90fb42005-09-27 21:45:37 -07001255CPUSETS
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001256P: Paul Menage
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001257M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001258L: linux-kernel@vger.kernel.org
1259W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001260W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001261S: Supported
1262
Linus Torvalds1da177e2005-04-16 15:20:36 -07001263CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001264W: http://sourceforge.net/projects/cramfs/
1265S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001266
1267CRIS PORT
1268P: Mikael Starvik
1269M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001270P: Jesper Nilsson
1271M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272L: dev-etrax@axis.com
1273W: http://developer.axis.com
1274S: Maintained
1275
1276CRYPTO API
1277P: Herbert Xu
1278M: herbert@gondor.apana.org.au
1279P: David S. Miller
1280M: davem@davemloft.net
1281L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001282T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001283S: Maintained
1284
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001285CS5535 Audio ALSA driver
1286P: Jaya Kumar
1287M: jayakumar.alsa@gmail.com
1288S: Maintained
1289
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001290CX18 VIDEO4LINUX DRIVER
1291P: Hans Verkuil, Andy Walls
1292M: hverkuil@xs4all.nl, awalls@radix.net
1293L: ivtv-devel@ivtvdriver.org
1294L: ivtv-users@ivtvdriver.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001295L: linux-media@vger.kernel.org
1296T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001297W: http://linuxtv.org
1298S: Maintained
1299
Steve Wisee5ec3782008-05-20 14:06:33 -07001300CXGB3 ETHERNET DRIVER (CXGB3)
1301P: Divy Le Ray
1302M: divy@chelsio.com
1303L: netdev@vger.kernel.org
1304W: http://www.chelsio.com
1305S: Supported
1306
1307CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1308P: Steve Wise
1309M: swise@chelsio.com
1310L: general@lists.openfabrics.org
1311W: http://www.openfabrics.org
1312S: Supported
1313
Linus Torvalds1da177e2005-04-16 15:20:36 -07001314CYBERPRO FB DRIVER
1315P: Russell King
1316M: rmk@arm.linux.org.uk
1317W: http://www.arm.linux.org.uk/
1318S: Maintained
1319
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001320CYBLAFB FRAMEBUFFER DRIVER
1321P: Knut Petersen
1322M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001323L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001324S: Maintained
1325
Linus Torvalds1da177e2005-04-16 15:20:36 -07001326CYCLADES 2X SYNC CARD DRIVER
1327P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001328M: acme@ghostprotocols.net
1329W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001330S: Maintained
1331
1332CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001334S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001335
1336CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001337W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001338S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340DAMA SLAVE for AX.25
1341P: Joerg Reuter
1342M: jreuter@yaina.de
1343W: http://yaina.de/jreuter/
1344W: http://www.qsl.net/dl1bke/
1345L: linux-hams@vger.kernel.org
1346S: Maintained
1347
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001348DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1349P: Tobias Ringstrom
1350M: tori@unhappy.mine.nu
1351L: netdev@vger.kernel.org
1352S: Maintained
1353
1354DC390/AM53C974 SCSI driver
1355P: Kurt Garloff
1356M: garloff@suse.de
1357W: http://www.garloff.de/kurt/linux/dc390/
1358P: Guennadi Liakhovetski
1359M: g.liakhovetski@gmx.de
1360S: Maintained
1361
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362DC395x SCSI driver
1363P: Oliver Neukum
1364M: oliver@neukum.name
1365P: Ali Akcaagac
1366M: aliakc@web.de
1367P: Jamie Lenehan
1368M: lenehan@twibble.org
1369W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001370L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001371L: http://lists.twibble.org/mailman/listinfo/dc395x/
1372S: Maintained
1373
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001374DCCP PROTOCOL
1375P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001376M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001377L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001378W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001379S: Maintained
1380
Linus Torvalds1da177e2005-04-16 15:20:36 -07001381DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001382P: Christine Caulfield
1383M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001384W: http://linux-decnet.sourceforge.net
1385L: linux-decnet-user@lists.sourceforge.net
1386S: Maintained
1387
1388DEFXX FDDI NETWORK DRIVER
1389P: Maciej W. Rozycki
1390M: macro@linux-mips.org
1391S: Maintained
1392
Matthew Garrettad8f07c2009-01-07 18:08:56 -08001393DELL LAPTOP DRIVER
1394P: Matthew Garrett
1395M: mjg59@srcf.ucam.org
1396S: Maintained
1397
Linus Torvalds1da177e2005-04-16 15:20:36 -07001398DELL LAPTOP SMM DRIVER
1399P: Massimo Dal Zotto
1400M: dz@debian.org
1401W: http://www.debian.org/~dz/i8k/
1402S: Maintained
1403
Doug Warzecha90563ec2005-09-06 15:17:15 -07001404DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1405P: Doug Warzecha
1406M: Douglas_Warzecha@dell.com
1407S: Maintained
1408
Linus Torvalds1da177e2005-04-16 15:20:36 -07001409DEVICE NUMBER REGISTRY
1410P: Torben Mathiasen
1411M: device@lanana.org
1412W: http://lanana.org/docs/device-list/index.html
1413L: linux-kernel@vger.kernel.org
1414S: Maintained
1415
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001416DEVICE-MAPPER (LVM)
1417P: Alasdair Kergon
1418L: dm-devel@redhat.com
1419W: http://sources.redhat.com/dm
1420S: Maintained
1421
Linus Torvalds1da177e2005-04-16 15:20:36 -07001422DIGI INTL. EPCA DRIVER
1423P: Digi International, Inc
1424M: Eng.Linux@digi.com
1425L: Eng.Linux@digi.com
1426W: http://www.digi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001427S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001428
Randy Dunlape7839f22008-10-12 16:11:45 -07001429DIRECTORY NOTIFICATION (DNOTIFY)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001430P: Stephen Rothwell
1431M: sfr@canb.auug.org.au
1432L: linux-kernel@vger.kernel.org
1433S: Supported
1434
1435DISK GEOMETRY AND PARTITION HANDLING
1436P: Andries Brouwer
1437M: aeb@cwi.nl
1438W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1439W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1440W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1441S: Maintained
1442
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001443DISKQUOTA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001444P: Jan Kara
1445M: jack@suse.cz
1446L: linux-kernel@vger.kernel.org
1447S: Maintained
1448
Randy Dunlape7839f22008-10-12 16:11:45 -07001449DISTRIBUTED LOCK MANAGER (DLM)
Christine Caulfield8943f262008-02-14 19:31:31 -08001450P: Christine Caulfield
1451M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001452P: David Teigland
1453M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001454L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001455W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001456T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001457S: Supported
1458
Dan Williamsb3e5f262007-08-07 10:26:35 -07001459DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001460P: Maciej Sosnowski
1461M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001462P: Dan Williams
1463M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001464L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001465S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001466
Juerg Haefligerb8250372007-06-09 10:11:16 -04001467DME1737 HARDWARE MONITOR DRIVER
1468P: Juerg Haefliger
1469M: juergh@gmail.com
1470L: lm-sensors@lm-sensors.org
1471S: Maintained
1472
Martin Waitzba483d52005-06-17 13:20:59 -07001473DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001474P: Randy Dunlap
1475M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001476S: Maintained
1477
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001478DOCKING STATION DRIVER
Len Brownc5d191b2008-09-24 02:53:25 -04001479P: Shaohua Li
1480M: shaohua.li@intel.com
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001481L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001482S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001483
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001484DOCUMENTATION (/Documentation directory)
Jean Delvare795fb7e2008-09-20 12:33:08 +02001485P: Randy Dunlap
1486M: rdunlap@xenotime.net
1487L: linux-doc@vger.kernel.org
1488S: Maintained
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001489
Linus Torvalds1da177e2005-04-16 15:20:36 -07001490DOUBLETALK DRIVER
1491P: James R. Van Zandt
1492M: jrv@vanzandt.mv.com
1493L: blinux-list@redhat.com
1494S: Maintained
1495
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001496DPT_I2O SCSI RAID DRIVER
1497P: Adaptec OEM Raid Solutions
1498M: aacraid@adaptec.com
1499L: linux-scsi@vger.kernel.org
1500W: http://www.adaptec.com/
1501S: Maintained
1502
Linus Torvalds1da177e2005-04-16 15:20:36 -07001503DRIVER CORE, KOBJECTS, AND SYSFS
1504P: Greg Kroah-Hartman
1505M: gregkh@suse.de
1506L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001507T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508S: Supported
1509
1510DRM DRIVERS
1511P: David Airlie
1512M: airlied@linux.ie
1513L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001514T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001515S: Maintained
1516
1517DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001518P: Francois Romieu
1519M: romieu@fr.zoreil.com
1520L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001521S: Maintained
1522
1523DVB SUBSYSTEM AND DRIVERS
1524P: LinuxTV.org Project
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001525M: linux-media@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02001526L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001527W: http://linuxtv.org/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001528T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001529S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001530
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001531DZ DECSTATION DZ11 SERIAL DRIVER
1532P: Maciej W. Rozycki
1533M: macro@linux-mips.org
1534S: Maintained
1535
Linus Torvalds1da177e2005-04-16 15:20:36 -07001536EATA-DMA SCSI DRIVER
1537P: Michael Neuffer
1538L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1539S: Maintained
1540
1541EATA ISA/EISA/PCI SCSI DRIVER
1542P: Dario Ballabio
1543M: ballabio_dario@emc.com
1544L: linux-scsi@vger.kernel.org
1545S: Maintained
1546
1547EATA-PIO SCSI DRIVER
1548P: Michael Neuffer
1549M: mike@i-Connect.Net
1550L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1551S: Maintained
1552
1553EBTABLES
1554P: Bart De Schuymer
1555M: bart.de.schuymer@pandora.be
1556L: ebtables-user@lists.sourceforge.net
1557L: ebtables-devel@lists.sourceforge.net
1558W: http://ebtables.sourceforge.net/
1559S: Maintained
1560
Michael Halcrow237fead2006-10-04 02:16:22 -07001561ECRYPT FILE SYSTEM
Michael Halcrow6dc75162008-12-15 13:54:17 -08001562P: Tyler Hicks, Dustin Kirkland
1563M: tyhicks@linux.vnet.ibm.com, kirkland@canonical.com
1564L: ecryptfs-devel@lists.launchpad.net
1565W: https://launchpad.net/ecryptfs
Michael Halcrow237fead2006-10-04 02:16:22 -07001566S: Supported
1567
Alan Coxda9bb1d2006-01-18 17:44:13 -08001568EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001569P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001570M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001571L: bluesmoke-devel@lists.sourceforge.net
1572W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001573S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001574
1575EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001576P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001577P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001578M: mark.gross@intel.com
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
1584EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001585P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001586M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001587L: bluesmoke-devel@lists.sourceforge.net
1588W: bluesmoke.sourceforge.net
1589S: Maintained
1590
Douglas Thompson6bc78402007-07-19 01:50:12 -07001591EDAC-I82443BXGX
1592P: Tim Small
1593M: tim@buttersideup.com
1594L: bluesmoke-devel@lists.sourceforge.net
1595W: bluesmoke.sourceforge.net
1596S: Maintained
1597
1598EDAC-I3000
1599P: Jason Uhlenkott
1600M: juhlenko@akamai.com
1601L: bluesmoke-devel@lists.sourceforge.net
1602W: bluesmoke.sourceforge.net
1603S: Maintained
1604
1605EDAC-I5000
1606P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001607M: dougthompson@xmission.com
1608L: bluesmoke-devel@lists.sourceforge.net
1609W: bluesmoke.sourceforge.net
1610S: Maintained
1611
Mauro Carvalho Chehab44c12cb2009-01-15 13:50:49 -08001612EDAC-I5400
1613P: Mauro Carvalho Chehab
1614M: mchehab@redhat.com
1615L: bluesmoke-devel@lists.sourceforge.net
1616W: bluesmoke.sourceforge.net
1617S: Maintained
1618
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001619EDAC-I82975X
1620P: Ranganathan Desikan
1621P: Arvind R.
1622M: rdesikan@jetzbroadband.com
1623M: arvind@acarlab.com
1624L: bluesmoke-devel@lists.sourceforge.net
1625W: bluesmoke.sourceforge.net
1626S: Maintained
1627
1628EDAC-PASEMI
1629P: Egor Martovetsky
1630M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001631L: bluesmoke-devel@lists.sourceforge.net
1632W: bluesmoke.sourceforge.net
1633S: Maintained
1634
Dave Peterson0e438e32006-03-26 01:38:55 -08001635EDAC-R82600
1636P: Tim Small
1637M: tim@buttersideup.com
1638L: bluesmoke-devel@lists.sourceforge.net
1639W: bluesmoke.sourceforge.net
1640S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001641
Eric Coopere59f8792008-03-13 12:55:46 +01001642EEEPC LAPTOP EXTRAS DRIVER
1643P: Corentin Chary
1644M: corentincj@iksaif.net
1645L: acpi4asus-user@lists.sourceforge.net
1646W: http://sourceforge.net/projects/acpi4asus
1647S: Maintained
1648
Josh Triplett0bee8d22006-07-30 03:03:58 -07001649EFS FILESYSTEM
1650W: http://aeschi.ch.eu.org/efs/
1651S: Orphan
1652
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001653EHCA (IBM GX bus InfiniBand adapter) DRIVER
Heiko J Schickfab97222006-09-22 15:22:22 -07001654P: Hoang-Nam Nguyen
1655M: hnguyen@de.ibm.com
1656P: Christoph Raisch
1657M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001658L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001659S: Supported
1660
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001661EMBEDDED LINUX
1662P: Paul Gortmaker
1663M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001664P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001665M: dwmw2@infradead.org
1666L: linux-embedded@vger.kernel.org
1667S: Maintained
1668
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001669EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001670P: James Smart
1671M: james.smart@emulex.com
1672L: linux-scsi@vger.kernel.org
1673W: http://sourceforge.net/projects/lpfcxxxx
1674S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001675
Linus Torvalds1da177e2005-04-16 15:20:36 -07001676EPSON 1355 FRAMEBUFFER DRIVER
1677P: Christopher Hoover
1678M: ch@murgatroid.com, ch@hpl.hp.com
1679S: Maintained
1680
Kristoffer Ericsond5ca9002008-10-15 22:03:54 -07001681EPSON S1D13XXX FRAMEBUFFER DRIVER
1682P: Kristoffer Ericson
1683M: kristoffer.ericson@gmail.com
1684S: Maintained
1685
Linus Torvalds1da177e2005-04-16 15:20:36 -07001686ETHEREXPRESS-16 NETWORK DRIVER
1687P: Philip Blundell
1688M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001689L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001690S: Maintained
1691
1692ETHERNET BRIDGE
1693P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001694M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001695L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001696W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001697S: Maintained
1698
1699ETHERTEAM 16I DRIVER
1700P: Mika Kuoppala
1701M: miku@iki.fi
1702S: Maintained
1703
1704EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001705L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001706S: Maintained
1707
1708EXT3 FILE SYSTEM
1709P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001710M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001711L: linux-ext4@vger.kernel.org
1712S: Maintained
1713
1714EXT4 FILE SYSTEM
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001715P: Theodore Ts'o
1716M: tytso@mit.edu, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001717L: linux-ext4@vger.kernel.org
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001718W: http://ext4.wiki.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001719S: Maintained
1720
Jean Delvaree53004e2006-01-09 23:26:14 +01001721F71805F HARDWARE MONITORING DRIVER
1722P: Jean Delvare
1723M: khali@linux-fr.org
1724L: lm-sensors@lm-sensors.org
1725S: Maintained
1726
Linus Torvalds1da177e2005-04-16 15:20:36 -07001727FARSYNC SYNCHRONOUS DRIVER
1728P: Kevin Curtis
1729M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001730W: http://www.farsite.co.uk/
1731S: Supported
1732
Akinobu Mitac5408b82007-04-23 14:41:20 -07001733FAULT INJECTION SUPPORT
1734P: Akinobu Mita
1735M: akinobu.mita@gmail.com
1736S: Supported
1737
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001738FILE LOCKING (flock() and fcntl()/lockf())
1739P: Matthew Wilcox
1740M: matthew@wil.cx
1741L: linux-fsdevel@vger.kernel.org
1742S: Maintained
1743
1744FILESYSTEMS (VFS and infrastructure)
1745P: Alexander Viro
1746M: viro@zeniv.linux.org.uk
1747L: linux-fsdevel@vger.kernel.org
1748S: Maintained
1749
1750FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1751P: Kristian Hoegsberg, Stefan Richter
1752M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1753L: linux1394-devel@lists.sourceforge.net
1754W: http://www.linux1394.org/
1755T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1756S: Maintained
1757
1758FIRMWARE LOADER (request_firmware)
1759L: linux-kernel@vger.kernel.org
1760S: Orphan
1761
1762FPU EMULATOR
1763P: Bill Metzenthen
1764M: billm@suburbia.net
1765W: http://suburbia.net/~billm/floating-point/emulator/
1766S: Maintained
1767
1768FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1769P: Mike McLagan
1770M: mike.mclagan@linux.org
1771L: netdev@vger.kernel.org
1772S: Maintained
1773
Linus Torvalds1da177e2005-04-16 15:20:36 -07001774FRAMEBUFFER LAYER
1775P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001776M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001777L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001778W: http://linux-fbdev.sourceforge.net/
1779S: Maintained
1780
Zhang Wei173acc72008-03-01 07:42:48 -07001781FREESCALE DMA DRIVER
Zhang Wei76b0c7882008-05-13 14:44:59 -07001782P: Li Yang
1783M: leoli@freescale.com
1784P: Zhang Wei
1785M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001786L: linuxppc-embedded@ozlabs.org
1787L: linux-kernel@vger.kernel.org
1788S: Maintained
1789
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001790FREESCALE I2C CPM DRIVER
1791P: Jochen Friedrich
1792M: jochen@scram.de
1793L: linuxppc-dev@ozlabs.org
Jean Delvare846557d2008-10-30 15:55:47 +01001794L: linux-i2c@vger.kernel.org
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001795S: Maintained
1796
Sascha Hauer60e8c5a2008-12-16 11:44:06 +01001797FREESCALE IMX / MXC FRAMEBUFFER DRIVER
1798P: Sascha Hauer
1799M: kernel@pengutronix.de
1800L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1801L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1802S: Maintained
1803
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001804FREESCALE SOC FS_ENET DRIVER
1805P: Pantelis Antoniou
1806M: pantelis.antoniou@gmail.com
1807P: Vitaly Bordug
1808M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001809L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001810L: netdev@vger.kernel.org
1811S: Maintained
1812
Timur Tabid9e9d822008-04-24 08:45:26 +10001813FREESCALE QUICC ENGINE LIBRARY
1814P: Timur Tabi
1815M: timur@freescale.com
1816L: linuxppc-dev@ozlabs.org
1817S: Supported
1818
Li Yanga7205b32007-04-23 10:38:18 -07001819FREESCALE HIGHSPEED USB DEVICE DRIVER
1820P: Li Yang
1821M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001822L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001823L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001824S: Maintained
1825
Li Yangbeaf53b2007-05-25 13:54:02 +08001826FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1827P: Li Yang
1828M: leoli@freescale.com
1829L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001830L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001831S: Maintained
1832
Timur Tabid9e9d822008-04-24 08:45:26 +10001833FREESCALE QUICC ENGINE UCC UART DRIVER
1834P: Timur Tabi
1835M: timur@freescale.com
1836L: linuxppc-dev@ozlabs.org
1837S: Supported
1838
1839FREESCALE SOC SOUND DRIVERS
1840P: Timur Tabi
1841M: timur@freescale.com
1842L: alsa-devel@alsa-project.org
1843L: linuxppc-dev@ozlabs.org
1844S: Supported
1845
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846FREEVXFS FILESYSTEM
1847P: Christoph Hellwig
1848M: hch@infradead.org
1849W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1850S: Maintained
1851
Pavel Machek71038f52009-01-15 13:51:02 -08001852FREEZER
1853P: Pavel Machek
1854M: pavel@suse.cz
1855P: Rafael J. Wysocki
1856M: rjw@sisk.pl
1857L: linux-pm@lists.linux-foundation.org
1858S: Supported
1859
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001860FTRACE
1861P: Steven Rostedt
Steven Rostedt8e324c12008-11-19 15:36:43 -08001862M: rostedt@goodmis.org
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001863S: Maintained
1864
David Howells5ab7ffe2007-04-10 15:10:45 +01001865FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001866P: David Howells
1867M: dhowells@redhat.com
1868S: Maintained
1869
Jonathan Woithe20b93732008-06-11 10:14:56 +09301870FUJITSU LAPTOP EXTRAS
1871P: Jonathan Woithe
1872M: jwoithe@physics.adelaide.edu.au
1873L: linux-acpi@vger.kernel.org
1874S: Maintained
1875
Miklos Szeredi04578f12005-09-09 13:10:22 -07001876FUSE: FILESYSTEM IN USERSPACE
1877P: Miklos Szeredi
1878M: miklos@szeredi.hu
1879L: fuse-devel@lists.sourceforge.net
1880W: http://fuse.sourceforge.net/
1881S: Maintained
1882
Linus Torvalds1da177e2005-04-16 15:20:36 -07001883FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1884P: Rik Faith
1885M: faith@cs.unc.edu
1886L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001887S: Odd Fixes (e.g., new signatures)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888
1889GDT SCSI DISK ARRAY CONTROLLER DRIVER
1890P: Achim Leubner
1891M: achim_leubner@adaptec.com
1892L: linux-scsi@vger.kernel.org
1893W: http://www.icp-vortex.com/
1894S: Supported
1895
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001896GENERIC GPIO I2C DRIVER
1897P: Haavard Skinnemoen
1898M: hskinnemoen@atmel.com
1899S: Supported
1900
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01001901GENERIC HDLC (WAN) DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001902P: Krzysztof Halasa
1903M: khc@pm.waw.pl
1904W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1905S: Maintained
1906
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001907GFS2 FILE SYSTEM
1908P: Steven Whitehouse
1909M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001910L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001911W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001912T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1913T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001914S: Supported
1915
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001916GIGASET ISDN DRIVERS
1917P: Hansjoerg Lipp
1918M: hjlipp@web.de
1919P: Tilman Schmidt
1920M: tilman@imap.cc
1921L: gigaset307x-common@lists.sourceforge.net
1922W: http://gigaset307x.sourceforge.net/
1923S: Maintained
1924
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001925HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
Frank Seidel211e3e02009-02-17 19:59:54 +01001926P: Frank Seidel
1927M: frank@f-seidel.de
1928L: lm-sensors@lm-sensors.org
1929W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001930S: Maintained
1931
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001932GSPCA FINEPIX SUBDRIVER
1933P: Frank Zago
1934M: frank@zago.net
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 M5602 SUBDRIVER
1940P: Erik Andren
1941M: erik.andren@gmail.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 PAC207 SONIXB SUBDRIVER
1947P: Hans de Goede
1948M: hdegoede@redhat.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 T613 SUBDRIVER
1954P: Leandro Costantino
1955M: lcostantino@gmail.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001956L: linux-media@vger.kernel.org
1957T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001958S: Maintained
1959
1960GSPCA USB WEBCAM DRIVER
1961P: Jean-Francois Moine
1962M: moinejf@free.fr
1963W: http://moinejf.free.fr
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001964L: linux-media@vger.kernel.org
1965T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001966S: Maintained
1967
Jean Delvare5b543962005-08-15 19:51:02 +02001968HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001969L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001970W: http://www.lm-sensors.org/
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001971S: Orphan
Jean Delvare5b543962005-08-15 19:51:02 +02001972
Michael Buesch844dd052006-06-26 00:24:59 -07001973HARDWARE RANDOM NUMBER GENERATOR CORE
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001974S: Orphan
Michael Buesch844dd052006-06-26 00:24:59 -07001975
Linus Torvalds1da177e2005-04-16 15:20:36 -07001976HARMONY SOUND DRIVER
1977P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001978M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001979L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001980S: Maintained
1981
1982HAYES ESP SERIAL DRIVER
1983P: Andrew J. Robinson
1984M: arobinso@nyx.net
1985L: linux-kernel@vger.kernel.org
1986W: http://www.nyx.net/~arobinso
1987S: Maintained
1988
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001989HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1990P: Chirag Kantharia
1991M: chirag.kantharia@hp.com
1992L: iss_storagedev@hp.com
1993S: Maintained
1994
1995HEWLETT-PACKARD SMART2 RAID DRIVER
1996P: Chirag Kantharia
1997M: chirag.kantharia@hp.com
1998L: iss_storagedev@hp.com
1999S: Maintained
2000
2001HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2002P: Mike Miller
2003M: mike.miller@hp.com
2004L: iss_storagedev@hp.com
2005S: Supported
2006
Linus Torvalds1da177e2005-04-16 15:20:36 -07002007HFS FILESYSTEM
2008P: Roman Zippel
2009M: zippel@linux-m68k.org
2010L: linux-kernel@vger.kernel.org
2011S: Maintained
2012
2013HGA FRAMEBUFFER DRIVER
2014P: Ferenc Bakonyi
2015M: fero@drama.obuda.kando.hu
2016L: linux-nvidia@lists.surfsouth.com
2017W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2018S: Maintained
2019
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002020HIBERNATION (aka Software Suspend, aka swsusp)
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002021P: Pavel Machek
Pavel Machekef35ce22009-02-18 14:48:16 -08002022M: pavel@ucw.cz
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002023P: Rafael J. Wysocki
2024M: rjw@sisk.pl
2025L: linux-pm@lists.linux-foundation.org
2026S: Supported
2027
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01002028HID CORE LAYER
2029P: Jiri Kosina
2030M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002031L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01002032T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01002033S: Maintained
2034
Ingo Molnar38bed542007-02-22 09:09:34 +01002035HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2036P: Thomas Gleixner
2037M: tglx@linutronix.de
2038L: linux-kernel@vger.kernel.org
2039S: Maintained
2040
Linus Torvalds1da177e2005-04-16 15:20:36 -07002041HIGH-SPEED SCC DRIVER FOR AX.25
2042P: Klaus Kudielka
2043M: klaus.kudielka@ieee.org
2044L: linux-hams@vger.kernel.org
2045W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2046S: Maintained
2047
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08002048HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2049P: HighPoint Linux Team
2050M: linux@highpoint-tech.com
2051W: http://www.highpoint-tech.com
2052S: Supported
2053
Linus Torvalds1da177e2005-04-16 15:20:36 -07002054HIPPI
2055P: Jes Sorensen
2056M: jes@trained-monkey.org
2057L: linux-hippi@sunsite.dk
2058S: Maintained
2059
Jouni Malinenff1d2762005-05-12 22:54:16 -04002060HOST AP DRIVER
2061P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07002062M: j@w1.fi
2063L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07002064L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04002065W: http://hostap.epitest.fi/
2066S: Maintained
2067
Carlos Corbachodd8cd772008-02-05 02:17:15 +00002068HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2069P: Carlos Corbacho
2070M: carlos@strangeworlds.co.uk
2071S: Odd Fixes
2072
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002073HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2074P: Jaroslav Kysela
2075M: perex@perex.cz
2076S: Maintained
2077
Clemens Ladischd36e74c2008-07-23 21:26:46 -07002078HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08002079P: Clemens Ladisch
2080M: clemens@ladisch.de
2081S: Maintained
2082
2083HPET: i386
2084P: Venkatesh Pallipadi (Venki)
2085M: venkatesh.pallipadi@intel.com
2086S: Maintained
2087
2088HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02002089P: Vojtech Pavlik
2090M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08002091S: Maintained
2092
2093HPET: ACPI hpet.c
2094P: Bob Picco
2095M: bob.picco@hp.com
2096S: Maintained
2097
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098HPFS FILESYSTEM
2099P: Mikulas Patocka
2100M: mikulas@artax.karlin.mff.cuni.cz
2101W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2102S: Maintained
2103
Denis Joseph Barrow11cd29b2009-01-02 13:50:36 +00002104HSO 3G Modem Driver (hso.c)
2105P: Denis Joseph Barrow
2106M: d.barow@option.com
2107W: http://www.pharscape.org
2108S: Maintained
2109
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002110HTCPEN TOUCHSCREEN DRIVER
2111P: Pau Oliva Fora
2112M: pof@eslack.org
2113L: linux-input@vger.kernel.org
2114S: Maintained
2115
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116HUGETLB FILESYSTEM
2117P: William Irwin
2118M: wli@holomorphy.com
2119S: Maintained
2120
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002121I2C/SMBUS STUB DRIVER
2122P: Mark M. Hoffman
2123M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01002124L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002125S: Maintained
2126
Jean Delvare5b543962005-08-15 19:51:02 +02002127I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002128P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002129M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002130P: Ben Dooks (embedded platforms)
2131M: ben-linux@fluff.org
Jean Delvare846557d2008-10-30 15:55:47 +01002132L: linux-i2c@vger.kernel.org
Jean Delvarea01064a2009-01-26 21:19:53 +01002133W: http://i2c.wiki.kernel.org/
2134T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002135S: Maintained
2136
Till Harbaume8c76ee2007-05-01 23:26:35 +02002137I2C-TINY-USB DRIVER
2138P: Till Harbaum
2139M: till@harbaum.org
Jean Delvare846557d2008-10-30 15:55:47 +01002140L: linux-i2c@vger.kernel.org
Till Harbaume8c76ee2007-05-01 23:26:35 +02002141T: http://www.harbaum.org/till/i2c_tiny_usb
2142S: Maintained
2143
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002145P: H. Peter Anvin
2146M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147L: Linux-Kernel@vger.kernel.org
2148S: Maintained
2149
2150i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151P: H. Peter Anvin
2152M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002153T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002154S: Maintained
2155
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156IA64 (Itanium) PLATFORM
2157P: Tony Luck
2158M: tony.luck@intel.com
2159L: linux-ia64@vger.kernel.org
2160W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002161T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002162S: Maintained
2163
Linus Torvalds1da177e2005-04-16 15:20:36 -07002164IBM MCA SCSI SUBSYSTEM DRIVER
2165P: Michael Lang
2166M: langa2@kph.uni-mainz.de
2167W: http://www.uni-mainz.de/~langm000/linux.html
2168S: Maintained
2169
2170IBM Power Linux RAID adapter
2171P: Brian King
2172M: brking@us.ibm.com
2173S: Supported
2174
2175IBM ServeRAID RAID DRIVER
2176P: Jack Hammer
2177P: Dave Jeffery
2178M: ipslinux@adaptec.com
2179W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002180S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002181
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002182IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002183P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002184M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002185L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002186T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187S: Maintained
2188
2189IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002190P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002191M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002192L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002193S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002194
2195IDE/ATAPI FLOPPY DRIVERS
2196P: Paul Bristow
2197M: Paul Bristow <paul@paulbristow.net>
2198W: http://paulbristow.net/linux/idefloppy.html
2199L: linux-kernel@vger.kernel.org
2200S: Maintained
2201
2202IDE/ATAPI TAPE DRIVERS
2203P: Gadi Oxman
2204M: Gadi Oxman <gadio@netvision.net.il>
2205L: linux-kernel@vger.kernel.org
2206S: Maintained
2207
Andy Henroid27471fd2008-10-09 11:45:22 -07002208IDLE-I7300
2209P: Andy Henroid
2210M: andrew.d.henroid@intel.com
2211L: linux-pm@lists.linux-foundation.org
2212S: Supported
2213
Stefan Richterf148e202008-01-12 12:32:44 +01002214IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002216M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002217P: Stefan Richter
2218M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002219L: linux1394-devel@lists.sourceforge.net
2220W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002221T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222S: Maintained
2223
Stefan Richterf51a5a92007-04-23 14:41:10 -07002224IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002225P: Dan Dennedy
2226M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002227P: Stefan Richter
2228M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002229L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002230S: Maintained
2231
Linus Torvalds1da177e2005-04-16 15:20:36 -07002232IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002233L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002234S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002235
2236INFINIBAND SUBSYSTEM
2237P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002238M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002239P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002240M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002241P: Hal Rosenstock
Jean Delvare795fb7e2008-09-20 12:33:08 +02002242M: hal.rosenstock@gmail.com
Randy Dunlap40b0bb12009-02-04 15:12:13 -08002243L: general@lists.openfabrics.org (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002245T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002246S: Supported
2247
Robert Lovec9f04f52005-07-15 12:21:07 -04002248INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01002249P: John McCutchan
John McCutchan52af8942008-12-17 17:43:02 -08002250M: john@johnmccutchan.com
Cal Peake18b36c712006-12-12 20:18:16 +01002251P: Robert Love
John McCutchan52af8942008-12-17 17:43:02 -08002252M: rlove@rlove.org
Robert Lovec9f04f52005-07-15 12:21:07 -04002253L: linux-kernel@vger.kernel.org
2254S: Maintained
2255
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002256INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2257P: Dmitry Torokhov
2258M: dmitry.torokhov@gmail.com
2259M: dtor@mail.ru
2260L: linux-input@vger.kernel.org
2261T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2262S: Maintained
2263
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002264INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002265P: Sylvain Meyer
2266M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002267L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002268S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002269
Linus Torvalds1da177e2005-04-16 15:20:36 -07002270INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002271P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002272M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002273L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002274S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002275
Thomas, Sujithf4a9bc42008-11-05 16:15:31 +05302276INTEL MENLOW THERMAL DRIVER
2277P: Sujith Thomas
2278M: sujith.thomas@intel.com
2279L: linux-acpi@vger.kernel.org
2280W: http://www.lesswatts.org/projects/acpi/
2281S: Supported
2282
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283INTEL IA32 MICROCODE UPDATE SUPPORT
2284P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002285M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002286S: Maintained
2287
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002288INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002289P: Maciej Sosnowski
2290M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002291L: linux-kernel@vger.kernel.org
2292S: Supported
2293
David Woodhouse6c8909b2008-10-18 16:12:17 +01002294INTEL IOMMU (VT-d)
2295P: David Woodhouse
2296M: dwmw2@infradead.org
2297L: iommu@lists.linux-foundation.org
2298T: git://git.infradead.org/iommu-2.6.git
2299S: Supported
2300
Dan Williamsb3e5f262007-08-07 10:26:35 -07002301INTEL IOP-ADMA DMA DRIVER
2302P: Dan Williams
2303M: dan.j.williams@intel.com
2304L: linux-kernel@vger.kernel.org
2305S: Supported
2306
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01002307INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2308P: Krzysztof Halasa
2309M: khc@pm.waw.pl
2310S: Maintained
2311
Michael Buesch844dd052006-06-26 00:24:59 -07002312INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2313P: Deepak Saxena
2314M: dsaxena@plexity.net
2315S: Maintained
2316
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002317INTEL IXP2000 ETHERNET DRIVER
2318P: Lennert Buytenhek
2319M: kernel@wantstofly.org
2320L: netdev@vger.kernel.org
2321S: Maintained
2322
Auke Kokd94e6fe2008-03-03 14:37:47 -08002323INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002324P: Jeff Kirsher
2325M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002326P: Jesse Brandeburg
2327M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002328P: Bruce Allan
2329M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002330P: PJ Waskiewicz
2331M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002332P: John Ronciak
2333M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002334L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002335W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336S: Supported
2337
James Ketrenos826d2ab2005-11-07 18:56:59 -06002338INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002339P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002340M: yi.zhu@intel.com
2341P: James Ketrenos
2342M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002343P: Reinette Chatre
2344M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002345L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002346L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002347W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002348W: http://ipw2100.sourceforge.net
2349S: Supported
2350
2351INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002352P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002353M: yi.zhu@intel.com
2354P: James Ketrenos
2355M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002356P: Reinette Chatre
2357M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002358L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002359L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002360W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002361W: http://ipw2200.sourceforge.net
2362S: Supported
2363
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08002364INTEL WIRELESS WIMAX CONNECTION 2400
2365P: Inaky Perez-Gonzalez
2366M: inaky.perez-gonzalez@intel.com
2367M: linux-wimax@intel.com
2368L: wimax@linuxwimax.org
2369S: Supported
2370W: http://linuxwimax.org
2371
Zhu Yib481de92007-09-25 17:54:57 -07002372INTEL WIRELESS WIFI LINK (iwlwifi)
2373P: Zhu Yi
2374M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002375P: Reinette Chatre
2376M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002377L: linux-wireless@vger.kernel.org
2378L: ipw3945-devel@lists.sourceforge.net
2379W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002380T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002381S: Supported
2382
Ralf Baechlecb109a02007-08-30 23:56:30 -07002383IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002384P: Ralf Baechle
2385M: ralf@linux-mips.org
2386L: linux-mips@linux-mips.org
2387S: Maintained
2388
Ralf Baechlecb109a02007-08-30 23:56:30 -07002389IOC3 SERIAL DRIVER
2390P: Pat Gefre
2391M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002392L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002393S: Maintained
2394
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002395IP MASQUERADING
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396P: Juanjo Ciarlante
2397M: jjciarla@raiz.uncu.edu.ar
2398S: Maintained
2399
Francois Romieu1202d6f2007-09-17 17:13:55 -07002400IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2401P: Francois Romieu
2402M: romieu@fr.zoreil.com
2403P: Sorbica Shieh
2404M: sorbica@icplus.com.tw
2405P: Jesse Huang
2406M: jesse@icplus.com.tw
2407L: netdev@vger.kernel.org
2408S: Maintained
2409
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002410IPATH DRIVER
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002411P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002412M: infinipath@qlogic.com
2413L: general@lists.openfabrics.org
2414T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002415S: Supported
2416
Corey Minyard4409ebe2006-04-20 02:43:12 -07002417IPMI SUBSYSTEM
2418P: Corey Minyard
2419M: minyard@acm.org
2420L: openipmi-developer@lists.sourceforge.net
2421W: http://openipmi.sourceforge.net/
2422S: Supported
2423
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002424IPS SCSI RAID DRIVER
2425P: Adaptec OEM Raid Solutions
2426M: aacraid@adaptec.com
2427L: linux-scsi@vger.kernel.org
2428W: http://www.adaptec.com/
2429S: Maintained
2430
2431IPVS
2432P: Wensong Zhang
2433M: wensong@linux-vs.org
2434P: Simon Horman
2435M: horms@verge.net.au
2436P: Julian Anastasov
2437M: ja@ssi.bg
Ralf Baechle979b6c12005-06-13 14:30:40 -07002438L: netdev@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002439L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002440S: Maintained
2441
Randy Dunlape7839f22008-10-12 16:11:45 -07002442IPWIRELESS DRIVER
David Sterba099dc4f2008-02-07 10:57:12 +01002443P: Jiri Kosina
2444M: jkosina@suse.cz
2445P: David Sterba
2446M: dsterba@suse.cz
2447S: Maintained
2448T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2449
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002450IPX NETWORK LAYER
2451P: Arnaldo Carvalho de Melo
2452M: acme@ghostprotocols.net
2453L: netdev@vger.kernel.org
2454S: Maintained
2455
Linus Torvalds1da177e2005-04-16 15:20:36 -07002456IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002457P: Samuel Ortiz
2458M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002459L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002460W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002461S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002462
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002463ISAPNP
2464P: Jaroslav Kysela
2465M: perex@perex.cz
2466S: Maintained
2467
Mike Christie14816b1e2007-11-28 16:22:06 -08002468ISCSI
2469P: Mike Christie
2470M: michaelc@cs.wisc.edu
2471L: open-iscsi@googlegroups.com
2472W: www.open-iscsi.org
2473T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2474S: Maintained
2475
Linus Torvalds1da177e2005-04-16 15:20:36 -07002476ISDN SUBSYSTEM
2477P: Karsten Keil
Karsten Keilfbfd8b52009-03-01 18:04:53 +01002478M: isdn@linux-pingi.de
Paul Bolled5d52272008-04-15 00:40:48 -07002479L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002480W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002481T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002482S: Maintained
2483
2484ISDN SUBSYSTEM (Eicon active card driver)
2485P: Armin Schindler
2486M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002487L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002488W: http://www.melware.de
2489S: Maintained
2490
Hans Verkuil91821ff2007-12-02 09:35:33 -03002491IVTV VIDEO4LINUX DRIVER
2492P: Hans Verkuil
2493M: hverkuil@xs4all.nl
2494L: ivtv-devel@ivtvdriver.org
2495L: ivtv-users@ivtvdriver.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03002496L: linux-media@vger.kernel.org
2497T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Hans Verkuil91821ff2007-12-02 09:35:33 -03002498W: http://www.ivtvdriver.org
2499S: Maintained
2500
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002501JFS FILESYSTEM
2502P: Dave Kleikamp
2503M: shaggy@austin.ibm.com
2504L: jfs-discussion@lists.sourceforge.net
2505W: http://jfs.sourceforge.net/
2506T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2507S: Supported
2508
Guo-Fu Tseng95252232008-09-16 01:00:11 +08002509JME NETWORK DRIVER
2510P: Guo-Fu Tseng
2511M: cooldavid@cooldavid.org
2512L: netdev@vger.kernel.org
2513S: Maintained
2514
Linus Torvalds1da177e2005-04-16 15:20:36 -07002515JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2516P: David Woodhouse
2517M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002518L: linux-mtd@lists.infradead.org
2519W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002520S: Maintained
2521
Josh Triplettde456d32006-07-30 03:04:00 -07002522JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002523P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002524M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002525L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002526S: Maintained
2527
Rudolf Marek4660cb32006-10-08 22:01:26 +02002528K8TEMP HARDWARE MONITORING DRIVER
2529P: Rudolf Marek
2530M: r.marek@assembler.cz
2531L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532S: Maintained
2533
2534KCONFIG
2535P: Roman Zippel
2536M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002537L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002538S: Maintained
2539
Vivek Goyalea6c2082006-05-20 14:59:55 -07002540KDUMP
2541P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002542M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002543P: Haren Myneni
2544M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002545L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002546L: linux-kernel@vger.kernel.org
2547W: http://lse.sourceforge.net/kdump/
2548S: Maintained
2549
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550KERNEL AUTOMOUNTER (AUTOFS)
2551P: H. Peter Anvin
2552M: hpa@zytor.com
2553L: autofs@linux.kernel.org
2554S: Odd Fixes
2555
2556KERNEL AUTOMOUNTER v4 (AUTOFS4)
2557P: Ian Kent
2558M: raven@themaw.net
2559L: autofs@linux.kernel.org
2560S: Maintained
2561
2562KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002563P: Sam Ravnborg
2564M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002565T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2566T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002567L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002568S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569
2570KERNEL JANITORS
2571P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002572L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002573W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002574S: Maintained
2575
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002576KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002577P: J. Bruce Fields
2578M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002579P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002580M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002581L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002582W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002583S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002584
Avi Kivity426d62e2006-12-13 00:34:03 -08002585KERNEL VIRTUAL MACHINE (KVM)
2586P: Avi Kivity
Avi Kivity9ea1de42008-09-19 19:25:30 -07002587M: avi@redhat.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002588L: kvm@vger.kernel.org
2589W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002590S: Supported
2591
Joerg Roedelad8003d2008-09-10 20:01:07 +02002592KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2593P: Joerg Roedel
2594M: joerg.roedel@amd.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002595L: kvm@vger.kernel.org
2596W: http://kvm.qumranet.com
2597S: Supported
2598
Hollis Blanchard513014b2008-04-16 23:28:08 -05002599KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2600P: Hollis Blanchard
2601M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002602L: kvm-ppc@vger.kernel.org
2603W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002604S: Supported
2605
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002606KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002607P: Xiantao Zhang
2608M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002609L: kvm-ia64@vger.kernel.org
2610W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002611S: Supported
2612
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002613KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2614P: Carsten Otte
2615M: cotte@de.ibm.com
2616P: Christian Borntraeger
2617M: borntraeger@de.ibm.com
2618M: linux390@de.ibm.com
2619L: linux-s390@vger.kernel.org
2620W: http://www.ibm.com/developerworks/linux/linux390/
2621S: Supported
2622
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002623KEXEC
2624P: Eric Biederman
2625M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002626W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002627L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002628L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002629S: Maintained
2630
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002631KGDB
2632P: Jason Wessel
2633M: jason.wessel@windriver.com
2634L: kgdb-bugreport@lists.sourceforge.net
2635S: Maintained
2636
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002637KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002638P: Ananth N Mavinakayanahalli
2639M: ananth@in.ibm.com
2640P: Anil S Keshavamurthy
2641M: anil.s.keshavamurthy@intel.com
2642P: David S. Miller
2643M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002644P: Masami Hiramatsu
2645M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002646L: linux-kernel@vger.kernel.org
2647S: Maintained
2648
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002649KS0108 LCD CONTROLLER DRIVER
2650P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002651M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002652L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002653W: http://miguelojeda.es/auxdisplay.htm
2654W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002655S: Maintained
2656
Linus Torvalds1da177e2005-04-16 15:20:36 -07002657LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002658L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002659S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660
2661LASI 53c700 driver for PARISC
2662P: James E.J. Bottomley
2663M: James.Bottomley@HansenPartnership.com
2664L: linux-scsi@vger.kernel.org
2665S: Maintained
2666
Richard Purdie263de9b2006-05-15 09:44:16 -07002667LED SUBSYSTEM
2668P: Richard Purdie
2669M: rpurdie@rpsys.net
2670S: Maintained
2671
Linus Torvalds1da177e2005-04-16 15:20:36 -07002672LEGO USB Tower driver
2673P: Juergen Stuber
2674M: starblue@users.sourceforge.net
2675L: legousb-devel@lists.sourceforge.net
2676W: http://legousb.sourceforge.net/
2677S: Maintained
2678
Rusty Russell568a17f2007-10-25 14:12:24 +10002679LGUEST
2680P: Rusty Russell
2681M: rusty@rustcorp.com.au
2682L: lguest@ozlabs.org
2683W: http://lguest.ozlabs.org/
2684S: Maintained
2685
Linus Torvalds1da177e2005-04-16 15:20:36 -07002686LINUX FOR IBM pSERIES (RS/6000)
2687P: Paul Mackerras
2688M: paulus@au.ibm.com
2689W: http://www.ibm.com/linux/ltc/projects/ppc
2690S: Supported
2691
2692LINUX FOR NCR VOYAGER
2693P: James Bottomley
2694M: James.Bottomley@HansenPartnership.com
2695W: http://www.hansenpartnership.com/voyager
2696S: Maintained
2697
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002698LINUX FOR POWERPC (32-BIT AND 64-BIT)
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002699P: Benjamin Herrenschmidt
2700M: benh@kernel.crashing.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002701P: Paul Mackerras
2702M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703W: http://www.penguinppc.org/
2704L: linuxppc-dev@ozlabs.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002705T: git kernel.org:/pub/scm/linux/kernel/git/benh/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706S: Supported
2707
2708LINUX FOR POWER MACINTOSH
2709P: Benjamin Herrenschmidt
2710M: benh@kernel.crashing.org
2711W: http://www.penguinppc.org/
2712L: linuxppc-dev@ozlabs.org
2713S: Maintained
2714
Grant Likely77a76362008-07-12 12:11:43 -06002715LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002716P: Sylvain Munaut
2717M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002718P: Grant Likely
2719M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002720L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002721S: Maintained
2722
2723LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002724P: Josh Boyer
2725M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002726P: Matt Porter
2727M: mporter@kernel.crashing.org
2728W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002729L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002730T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002731S: Maintained
2732
Grant Likely260c02a2007-10-02 12:15:34 +10002733LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2734P: Grant Likely
2735M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002736W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002737L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002738S: Maintained
2739
Tom Rinie93adf12005-07-26 12:49:53 -07002740LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002741P: Vitaly Bordug
2742M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002743P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002744M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002745W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002746L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002747S: Maintained
2748
Linus Torvalds1da177e2005-04-16 15:20:36 -07002749LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002750P: Kumar Gala
2751M: galak@kernel.crashing.org
2752W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002753L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002754S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002755
Olof Johanssonab06ff32006-09-06 14:44:54 -05002756LINUX FOR POWERPC PA SEMI PWRFICIENT
2757P: Olof Johansson
2758M: olof@lixom.net
2759W: http://www.pasemi.com/
2760L: linuxppc-dev@ozlabs.org
2761S: Supported
2762
Linus Torvalds1da177e2005-04-16 15:20:36 -07002763LINUX SECURITY MODULE (LSM) FRAMEWORK
2764P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002765M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002766L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002767T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002768S: Supported
2769
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002770LLC (802.2)
2771P: Arnaldo Carvalho de Melo
2772M: acme@ghostprotocols.net
2773S: Maintained
2774
Pavel Machek455fbdd2008-11-12 13:27:02 -08002775LIS3LV02D ACCELEROMETER DRIVER
2776P: Eric Piel
2777M: eric.piel@tremplin-utc.net
2778S: Maintained
2779
Linus Torvalds1da177e2005-04-16 15:20:36 -07002780LM83 HARDWARE MONITOR DRIVER
2781P: Jean Delvare
2782M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002783L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002784S: Maintained
2785
2786LM90 HARDWARE MONITOR DRIVER
2787P: Jean Delvare
2788M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002789L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002790S: Maintained
2791
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002792LOCKDEP AND LOCKSTAT
2793P: Peter Zijlstra
2794M: peterz@infradead.org
2795P: Ingo Molnar
2796M: mingo@redhat.com
2797L: linux-kernel@vger.kernel.org
2798T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2799S: Maintained
2800
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002801LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002802P: Richard Russon (FlatCap)
2803M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002804L: linux-ntfs-dev@lists.sourceforge.net
2805W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002806S: Maintained
2807
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002808LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2809P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002810M: Eric.Moore@lsi.com
2811M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002812L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002813L: linux-scsi@vger.kernel.org
2814W: http://www.lsilogic.com/support
2815S: Supported
2816
Linus Torvalds1da177e2005-04-16 15:20:36 -07002817LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2818P: Matthew Wilcox
2819M: matthew@wil.cx
2820L: linux-scsi@vger.kernel.org
2821S: Maintained
2822
Mike Frysinger81365c32008-10-29 14:01:12 -07002823LTP (Linux Test Project)
2824P: Subrata Modak
2825M: subrata@linux.vnet.ibm.com
2826P: Mike Frysinger
2827M: vapier@gentoo.org
2828L: ltp-list@lists.sourceforge.net (subscribers-only)
2829W: http://ltp.sourceforge.net/
2830T: git kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
2831S: Maintained
2832
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002833M32R ARCHITECTURE
2834P: Hirokazu Takata
2835M: takata@linux-m32r.org
2836L: linux-m32r@ml.linux-m32r.org
2837L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2838W: http://www.linux-m32r.org/
2839S: Maintained
2840
Linus Torvalds1da177e2005-04-16 15:20:36 -07002841M68K ARCHITECTURE
2842P: Geert Uytterhoeven
2843M: geert@linux-m68k.org
2844P: Roman Zippel
2845M: zippel@linux-m68k.org
2846L: linux-m68k@lists.linux-m68k.org
2847W: http://www.linux-m68k.org/
2848W: http://linux-m68k-cvs.ubb.ca/
2849S: Maintained
2850
2851M68K ON APPLE MACINTOSH
2852P: Joshua Thompson
2853M: funaho@jurai.org
2854W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002855L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002856S: Maintained
2857
2858M68K ON HP9000/300
2859P: Philip Blundell
2860M: philb@gnu.org
2861W: http://www.tazenda.demon.co.uk/phil/linux-hp
2862S: Maintained
2863
Jiri Benc64a327a2007-05-05 11:47:08 -07002864MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002865P: Johannes Berg
2866M: johannes@sipsolutions.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002867L: linux-wireless@vger.kernel.org
2868W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002869T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002870S: Maintained
2871
Stefano Brivio1036d862007-12-23 04:46:27 +01002872MAC80211 PID RATE CONTROL
2873P: Stefano Brivio
2874M: stefano.brivio@polimi.it
2875P: Mattias Nissler
2876M: mattias.nissler@gmx.de
2877L: linux-wireless@vger.kernel.org
2878W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2879T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2880S: Maintained
2881
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002882MACVLAN DRIVER
2883P: Patrick McHardy
2884M: kaber@trash.net
2885L: netdev@vger.kernel.org
2886S: Maintained
2887
Michael Kerriskfaf16682005-07-31 22:34:47 -07002888MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002889P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002890M: mtk.manpages@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02002891W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07002892L: linux-man@vger.kernel.org
Michael Kerrisk1b53dc72009-03-12 14:31:32 -07002893S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002894
Stefano Brivio74cda162007-11-19 20:27:46 +01002895MARVELL LIBERTAS WIRELESS DRIVER
2896P: Dan Williams
2897M: dcbw@redhat.com
2898L: libertas-dev@lists.infradead.org
2899S: Maintained
2900
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002901MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002902P: Lennert Buytenhek
2903M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002904L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002905S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002906
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002907MARVELL YUKON / SYSKONNECT DRIVER
2908P: Mirko Lindner
2909M: mlindner@syskonnect.de
2910P: Ralph Roesler
2911M: rroesler@syskonnect.de
2912W: http://www.syskonnect.com
2913S: Supported
2914
Linus Torvalds1da177e2005-04-16 15:20:36 -07002915MATROX FRAMEBUFFER DRIVER
2916P: Petr Vandrovec
2917M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002918L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002919S: Maintained
2920
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002921MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2922P: Hans J. Koch
2923M: hjk@linutronix.de
2924L: lm-sensors@lm-sensors.org
2925S: Maintained
2926
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002927MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002928P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002929M: megaraidlinux@lsi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002930L: linux-scsi@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002931W: http://megaraid.lsilogic.com
2932S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002933
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002934MEMORY MANAGEMENT
2935L: linux-mm@kvack.org
2936L: linux-kernel@vger.kernel.org
2937W: http://www.linux-mm.org
2938S: Maintained
2939
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002940MEMORY RESOURCE CONTROLLER
2941P: Balbir Singh
2942M: balbir@linux.vnet.ibm.com
2943P: Pavel Emelyanov
2944M: xemul@openvz.org
2945P: KAMEZAWA Hiroyuki
2946M: kamezawa.hiroyu@jp.fujitsu.com
2947L: linux-mm@kvack.org
2948L: linux-kernel@vger.kernel.org
2949S: Maintained
2950
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002951MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002952P: David Woodhouse
2953M: dwmw2@infradead.org
2954W: http://www.linux-mtd.infradead.org/
2955L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002956T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002957S: Maintained
2958
2959MICROTEK X6 SCANNER
2960P: Oliver Neukum
2961M: oliver@neukum.name
2962S: Maintained
2963
2964MIPS
2965P: Ralf Baechle
2966M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002967W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002968L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002969T: git www.linux-mips.org:/pub/scm/linux.git
2970S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002971
2972MISCELLANEOUS MCA-SUPPORT
2973P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002974M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002975L: linux-kernel@vger.kernel.org
2976S: Maintained
2977
2978MODULE SUPPORT
2979P: Rusty Russell
2980M: rusty@rustcorp.com.au
2981L: linux-kernel@vger.kernel.org
2982S: Maintained
2983
2984MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2985P: Stelian Pop
2986M: stelian@popies.net
2987W: http://popies.net/meye/
2988S: Maintained
2989
Pavel Pisac58ff042007-05-16 01:10:41 +02002990MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2991P: Pavel Pisa
2992M: ppisa@pikron.com
2993L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002994S: Maintained
2995
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996MOUSE AND MISC DEVICES [GENERAL]
2997P: Alessandro Rubini
2998M: rubini@ipvvis.unipv.it
2999L: linux-kernel@vger.kernel.org
3000S: Maintained
3001
Jiri Slabyb9705b62008-04-30 00:53:48 -07003002MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08003003P: Jiri Slaby
3004M: jirislaby@gmail.com
3005L: linux-kernel@vger.kernel.org
3006S: Maintained
3007
Lennart Poettering8c4c7312006-10-06 01:27:02 -04003008MSI LAPTOP SUPPORT
3009P: Lennart Poettering
3010M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08003011W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04003012W: http://0pointer.de/lennart/tchibo.html
3013S: Maintained
3014
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07003015MULTIFUNCTION DEVICES (MFD)
3016P: Samuel Ortiz
3017M: sameo@openedhand.com
3018L: linux-kernel@vger.kernel.org
3019S: Supported
3020
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02003021MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07003022P: Pierre Ossman
3023M: drzeus-mmc@drzeus.cx
3024L: linux-kernel@vger.kernel.org
3025S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01003026
David Brownell15a05802007-08-08 09:12:54 -07003027MULTIMEDIA CARD (MMC) ETC. OVER SPI
3028P: David Brownell
3029M: dbrownell@users.sourceforge.net
3030L: linux-kernel@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02003031S: Odd Fixes
David Brownell15a05802007-08-08 09:12:54 -07003032
Linus Torvalds1da177e2005-04-16 15:20:36 -07003033MULTISOUND SOUND DRIVER
3034P: Andrew Veliath
3035M: andrewtv@usa.net
3036S: Maintained
3037
Jiri Slabyd7354102006-12-08 02:38:35 -08003038MULTITECH MULTIPORT CARD (ISICOM)
3039P: Jiri Slaby
3040M: jirislaby@gmail.com
3041L: linux-kernel@vger.kernel.org
3042S: Maintained
3043
Felipe Balbi550a7372008-07-24 12:27:36 +03003044MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003045P: Felipe Balbi
3046M: felipe.balbi@nokia.com
3047L: linux-usb@vger.kernel.org
Felipe Balbib6a49b82008-11-24 13:06:51 +02003048T: git gitorious.org:/musb/mainline.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02003049S: Maintained
Felipe Balbi550a7372008-07-24 12:27:36 +03003050
Brice Goglin2d3cf582008-05-17 12:45:36 +02003051MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3052P: Andrew Gallatin
3053M: gallatin@myri.com
3054P: Brice Goglin
3055M: brice@myri.com
3056L: netdev@vger.kernel.org
3057W: http://www.myri.com/scs/download-Myri10GE.html
3058S: Supported
3059
Linus Torvalds1da177e2005-04-16 15:20:36 -07003060NATSEMI ETHERNET DRIVER (DP8381x)
Jean Delvare795fb7e2008-09-20 12:33:08 +02003061P: Tim Hockin
Linus Torvalds1da177e2005-04-16 15:20:36 -07003062M: thockin@hockin.org
3063S: Maintained
3064
3065NCP FILESYSTEM
3066P: Petr Vandrovec
3067M: vandrove@vc.cvut.cz
3068L: linware@sh.cvut.cz
3069S: Maintained
3070
3071NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3072P: James E.J. Bottomley
3073M: James.Bottomley@HansenPartnership.com
3074L: linux-scsi@vger.kernel.org
3075S: Maintained
3076
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003077NETEFFECT IWARP RNIC DRIVER (IW_NES)
3078P: Faisal Latif
Roland Dreier7b49d952008-10-16 15:39:14 -07003079M: faisal.latif@intel.com
Chien Tung5f625602008-05-26 15:23:32 -07003080P: Chien Tung
Roland Dreier7b49d952008-10-16 15:39:14 -07003081M: chien.tin.tung@intel.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003082L: general@lists.openfabrics.org
3083W: http://www.neteffect.com
3084S: Supported
3085F: drivers/infiniband/hw/nes/
3086
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003087NETEM NETWORK EMULATOR
3088P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003089M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07003090L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003091S: Maintained
3092
Jiri Slaby4a584482007-08-30 23:56:39 -07003093NETERION (S2IO) Xframe 10GbE DRIVER
3094P: Ramkrishna Vepa
3095M: ram.vepa@neterion.com
3096P: Rastapur Santosh
3097M: santosh.rastapur@neterion.com
3098P: Sivakumar Subramani
3099M: sivakumar.subramani@neterion.com
3100P: Sreenivasa Honnur
3101M: sreenivasa.honnur@neterion.com
3102L: netdev@vger.kernel.org
3103W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
3104S: Supported
3105
Linus Torvalds1da177e2005-04-16 15:20:36 -07003106NETFILTER/IPTABLES/IPCHAINS
3107P: Rusty Russell
3108P: Marc Boucher
3109P: James Morris
3110P: Harald Welte
3111P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07003112P: Patrick McHardy
3113M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07003114L: netfilter-devel@vger.kernel.org
3115L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07003116L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003117W: http://www.netfilter.org/
3118W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003119S: Supported
3120
Paul Moore4cc67732006-09-25 15:57:13 -07003121NETLABEL
3122P: Paul Moore
3123M: paul.moore@hp.com
3124W: http://netlabel.sf.net
3125L: netdev@vger.kernel.org
3126S: Supported
3127
Linus Torvalds1da177e2005-04-16 15:20:36 -07003128NETROM NETWORK LAYER
3129P: Ralf Baechle
3130M: ralf@linux-mips.org
3131L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003132W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003133S: Maintained
3134
Pavel Machek5ddb88c2006-09-29 02:01:29 -07003135NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003136P: Paul Clements
3137M: Paul.Clements@steeleye.com
3138S: Maintained
3139
3140NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003141P: Jeff Garzik
3142M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003143L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003144T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003145S: Maintained
3146
3147NETWORKING [GENERAL]
3148P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003149M: netdev@vger.kernel.org
3150L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003151W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003152S: Maintained
3153
3154NETWORKING [IPv4/IPv6]
3155P: David S. Miller
3156M: davem@davemloft.net
3157P: Alexey Kuznetsov
3158M: kuznet@ms2.inr.ac.ru
3159P: Pekka Savola (ipv6)
3160M: pekkas@netcore.fi
3161P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003162M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003163P: Hideaki YOSHIFUJI
3164M: yoshfuji@linux-ipv6.org
3165P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003166M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003167L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003168T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003169S: Maintained
3170
James Morris10e2ff12007-08-25 14:41:28 -07003171NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3172P: Paul Moore
3173M: paul.moore@hp.com
3174L: netdev@vger.kernel.org
3175S: Maintained
3176
John W. Linville29f8f632006-01-18 14:52:48 -08003177NETWORKING [WIRELESS]
3178P: John W. Linville
3179M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003180L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003181T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3182S: Maintained
3183
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003184NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003185P: Dhananjay Phadke
3186M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003187L: netdev@vger.kernel.org
3188W: http://www.netxen.com
3189S: Supported
3190
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003191NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003192P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003193M: Trond.Myklebust@netapp.com
3194L: linux-nfs@vger.kernel.org
3195W: http://client.linux-nfs.org
3196T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003197S: Maintained
3198
3199NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003200P: Jan-Pascal van Best
3201M: janpascal@vanbest.org
3202P: Andreas Mohr
3203M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003204L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205S: Maintained
3206
3207NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3208P: YOKOTA Hiroshi
3209M: yokota@netlab.is.tsukuba.ac.jp
3210W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3211S: Maintained
3212
3213NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3214P: GOTO Masanori
3215M: gotom@debian.or.jp
3216P: YOKOTA Hiroshi
3217M: yokota@netlab.is.tsukuba.ac.jp
3218W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3219S: Maintained
3220
Linus Torvalds1da177e2005-04-16 15:20:36 -07003221NTFS FILESYSTEM
3222P: Anton Altaparmakov
3223M: aia21@cantab.net
3224L: linux-ntfs-dev@lists.sourceforge.net
3225L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003226W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003227T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003228S: Maintained
3229
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003230NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003231P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003232M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003233L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003234S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003235
Bob Copeland0ad122d2008-07-25 19:45:18 -07003236OMFS FILESYSTEM
3237P: Bob Copeland
3238M: me@bobcopeland.com
3239L: linux-karma-devel@lists.sourceforge.net
3240S: Maintained
3241
Harald Weltec1986ee2005-11-13 16:06:29 -08003242OMNIKEY CARDMAN 4000 DRIVER
3243P: Harald Welte
3244M: laforge@gnumonks.org
3245S: Maintained
3246
Harald Welte77c44ab2005-11-13 16:06:26 -08003247OMNIKEY CARDMAN 4040 DRIVER
3248P: Harald Welte
3249M: laforge@gnumonks.org
3250S: Maintained
3251
Jonathan Corbet77d51402007-03-22 19:44:17 -03003252OMNIVISION OV7670 SENSOR DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003253P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03003254M: corbet@lwn.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003255L: linux-media@vger.kernel.org
3256T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03003257S: Maintained
3258
Thomas Gleixner431bca72007-05-02 09:31:35 +02003259ONENAND FLASH DRIVER
3260P: Kyungmin Park
3261M: kyungmin.park@samsung.com
3262L: linux-mtd@lists.infradead.org
3263S: Maintained
3264
Linus Torvalds1da177e2005-04-16 15:20:36 -07003265ONSTREAM SCSI TAPE DRIVER
3266P: Willem Riede
3267M: osst@riede.org
3268L: osst-users@lists.sourceforge.net
3269L: linux-scsi@vger.kernel.org
3270S: Maintained
3271
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003272OPENCORES I2C BUS DRIVER
3273P: Peter Korsgaard
3274M: jacmet@sunsite.dk
Jean Delvare846557d2008-10-30 15:55:47 +01003275L: linux-i2c@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003276S: Maintained
3277
Linus Torvalds1da177e2005-04-16 15:20:36 -07003278OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003279P: Robert Richter
3280M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003281L: oprofile-list@lists.sf.net
3282S: Maintained
3283
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003284ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3285P: Mark Fasheh
3286M: mfasheh@suse.com
3287P: Joel Becker
3288M: joel.becker@oracle.com
3289L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3290W: http://oss.oracle.com/projects/ocfs2/
3291T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3292S: Supported
3293
Linus Torvalds1da177e2005-04-16 15:20:36 -07003294ORINOCO DRIVER
3295P: Pavel Roskin
3296M: proski@gnu.org
3297P: David Gibson
3298M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003299L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003300L: orinoco-users@lists.sourceforge.net
3301L: orinoco-devel@lists.sourceforge.net
3302W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003303S: Maintained
3304
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003305P54 WIRELESS DRIVER
3306P: Michael Wu
3307M: flamingice@sourmilk.net
3308L: linux-wireless@vger.kernel.org
3309W: http://prism54.org
3310T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3311S: Maintained
3312
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003313PA SEMI ETHERNET DRIVER
3314P: Olof Johansson
3315M: olof@lixom.net
3316L: netdev@vger.kernel.org
3317S: Maintained
3318
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003319PA SEMI SMBUS DRIVER
3320P: Olof Johansson
3321M: olof@lixom.net
Jean Delvare846557d2008-10-30 15:55:47 +01003322L: linux-i2c@vger.kernel.org
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003323S: Maintained
3324
Harald Welte709ee532008-09-23 17:46:57 +02003325PANASONIC LAPTOP ACPI EXTRAS DRIVER
3326P: Harald Welte
3327M: laforge@gnumonks.org
3328S: Maintained
3329
David Howells4fa97182008-10-13 10:42:44 +01003330PANASONIC MN10300/AM33 PORT
3331P: David Howells
3332M: dhowells@redhat.com
3333P: Koichi Yasutake
3334M: yasutake.koichi@jp.panasonic.com
3335L: linux-am33-list@redhat.com (moderated for non-subscribers)
3336W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3337S: Maintained
3338
Linus Torvalds1da177e2005-04-16 15:20:36 -07003339PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003340L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003341S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003342
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003343PARAVIRT_OPS INTERFACE
3344P: Jeremy Fitzhardinge
3345M: jeremy@xensource.com
3346P: Chris Wright
3347M: chrisw@sous-sol.org
Zachary Amsden8cbb5bc2009-02-20 11:27:46 -08003348P: Alok Kataria
3349M: akataria@vmware.com
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003350P: Rusty Russell
3351M: rusty@rustcorp.com.au
3352L: virtualization@lists.osdl.org
3353L: linux-kernel@vger.kernel.org
3354S: Supported
3355
Linus Torvalds1da177e2005-04-16 15:20:36 -07003356PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3357P: Tim Waugh
3358M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003359L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003360W: http://www.torque.net/linux-pp.html
3361S: Maintained
3362
3363PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003364P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003365M: kyle@mcmartin.ca
Grant Grundler763461192008-12-01 00:21:35 -07003366P: Helge Deller
3367M: deller@gmx.de
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003368L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003369W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003370T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003371S: Maintained
3372
Jim Cromie1662d322006-10-06 00:43:59 -07003373PC87360 HARDWARE MONITORING DRIVER
3374P: Jim Cromie
3375M: jim.cromie@gmail.com
3376L: lm-sensors@lm-sensors.org
3377S: Maintained
3378
3379PC8736x GPIO DRIVER
3380P: Jim Cromie
3381M: jim.cromie@gmail.com
3382S: Maintained
3383
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003384PCI ERROR RECOVERY
3385P: Linas Vepstas
3386M: linas@austin.ibm.com
3387L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003388L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003389S: Supported
3390
Linus Torvalds1da177e2005-04-16 15:20:36 -07003391PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003392P: Jesse Barnes
3393M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003394L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003395L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003396T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003397S: Supported
3398
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003399PCIE HOTPLUG DRIVER
3400P: Kristen Carlson Accardi
3401M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003402L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003403S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003404
Linus Torvalds1da177e2005-04-16 15:20:36 -07003405PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003406P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003407L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003408W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003409T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003410S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003411
3412PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003413P: Don Fry
3414M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003415L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003416S: Maintained
3417
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003418PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003419P: Balbir Singh
3420M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003421L: linux-kernel@vger.kernel.org
3422S: Maintained
3423
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003424PERSONALITY HANDLING
3425P: Christoph Hellwig
3426M: hch@infradead.org
3427L: linux-abi-devel@lists.sourceforge.net
3428S: Maintained
3429
Linus Torvalds1da177e2005-04-16 15:20:36 -07003430PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003431P: Joern Engel
3432M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003433L: linux-mtd@lists.infradead.org
3434S: Maintained
3435
Peter Osterlund249a6772005-09-27 21:45:30 -07003436PKTCDVD DRIVER
3437P: Peter Osterlund
3438M: petero2@telia.com
3439L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003440S: Maintained
3441
Linus Torvalds1da177e2005-04-16 15:20:36 -07003442POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003443P: Thomas Gleixner
3444M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003445L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003446S: Supported
3447
Anton Vorontsov3be86142007-07-15 04:43:36 +04003448POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3449P: Anton Vorontsov
3450M: cbou@mail.ru
3451P: David Woodhouse
3452M: dwmw2@infradead.org
3453L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003454T: git git.infradead.org/battery-2.6.git
3455S: Maintained
3456
Linus Torvalds1da177e2005-04-16 15:20:36 -07003457PNP SUPPORT
3458P: Adam Belay
Bjorn Helgaas2d59f6a2008-08-01 10:01:12 -06003459M: abelay@mit.edu
3460P: Bjorn Helgaas
3461M: bjorn.helgaas@hp.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003462S: Maintained
3463
Vitaly Wool999445d2007-01-04 13:07:03 +01003464PNXxxxx I2C DRIVER
3465P: Vitaly Wool
3466M: vitalywool@gmail.com
Jean Delvare846557d2008-10-30 15:55:47 +01003467L: linux-i2c@vger.kernel.org
Vitaly Wool999445d2007-01-04 13:07:03 +01003468S: Maintained
3469
Linus Torvalds1da177e2005-04-16 15:20:36 -07003470PPP PROTOCOL DRIVERS AND COMPRESSORS
3471P: Paul Mackerras
3472M: paulus@samba.org
3473L: linux-ppp@vger.kernel.org
3474S: Maintained
3475
3476PPP OVER ATM (RFC 2364)
3477P: Mitchell Blank Jr
3478M: mitch@sfgoth.com
3479S: Maintained
3480
3481PPP OVER ETHERNET
3482P: Michal Ostrowski
Chris Wright5e70b7f32008-06-09 16:07:28 -07003483M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003484S: Maintained
3485
James Chapmana6d23702007-06-27 15:53:17 -07003486PPP OVER L2TP
3487P: James Chapman
3488M: jchapman@katalix.com
3489S: Maintained
3490
Linus Torvalds1da177e2005-04-16 15:20:36 -07003491PREEMPTIBLE KERNEL
3492P: Robert Love
3493M: rml@tech9.net
3494L: linux-kernel@vger.kernel.org
3495L: kpreempt-tech@lists.sourceforge.net
3496W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3497S: Supported
3498
3499PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003500P: Luis R. Rodriguez
3501M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003502L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003503W: http://prism54.org
3504S: Maintained
3505
3506PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3507P: Peter Denison
3508M: promise@pnd-pc.demon.co.uk
3509W: http://www.pnd-pc.demon.co.uk/promise/
3510S: Maintained
3511
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003512PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3513P: Mikael Pettersson
3514M: mikpe@it.uu.se
3515L: linux-ide@vger.kernel.org
3516S: Maintained
3517
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003518PS3 NETWORK SUPPORT
3519P: Masakazu Mokuno
3520M: mokuno@sm.sony.co.jp
3521L: netdev@vger.kernel.org
3522L: cbe-oss-dev@ozlabs.org
3523S: Supported
3524
Geoff Levandf58a9d12006-11-23 00:46:51 +01003525PS3 PLATFORM SUPPORT
3526P: Geoff Levand
3527M: geoffrey.levand@am.sony.com
3528L: linuxppc-dev@ozlabs.org
3529L: cbe-oss-dev@ozlabs.org
3530S: Supported
3531
Jim Pariscffb4add2009-01-06 11:32:10 +00003532PS3VRAM DRIVER
3533P: Jim Paris
3534M: jim@jtan.com
3535L: cbe-oss-dev@ozlabs.org
3536S: Maintained
3537
Michael Krufky83202042006-07-03 00:24:18 -07003538PVRUSB2 VIDEO4LINUX DRIVER
3539P: Mike Isely
3540M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003541L: pvrusb2@isely.net (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003542L: linux-media@vger.kernel.org
Michael Krufky83202042006-07-03 00:24:18 -07003543W: http://www.isely.net/pvrusb2/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003544T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Michael Krufky83202042006-07-03 00:24:18 -07003545S: Maintained
3546
Eric Miao30ec2612008-06-12 15:21:41 -07003547PXA2xx/PXA3xx SUPPORT
3548P: Eric Miao
3549M: eric.miao@marvell.com
3550P: Russell King
3551M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003552L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003553S: Maintained
3554
Pierre Ossman272f1332007-05-14 21:25:26 +02003555PXA MMCI DRIVER
3556S: Orphan
3557
Robert Jarzmik57f63bc2009-02-11 13:04:19 -08003558PXA RTC DRIVER
3559P: Robert Jarzmik
3560M: robert.jarzmik@free.fr
3561L: rtc-linux@googlegroups.com
3562S: Maintained
3563
Linus Torvalds1da177e2005-04-16 15:20:36 -07003564QLOGIC QLA2XXX FC-SCSI DRIVER
3565P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003566M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003567L: linux-scsi@vger.kernel.org
3568S: Supported
3569
Ron Mercer5a4faa872006-07-25 00:40:21 -07003570QLOGIC QLA3XXX NETWORK DRIVER
3571P: Ron Mercer
3572M: linux-driver@qlogic.com
3573L: netdev@vger.kernel.org
3574S: Supported
3575
Ron Mercerc4e84bd2008-09-18 11:56:28 -04003576QLOGIC QLGE 10Gb ETHERNET DRIVER
3577P: Ron Mercer
3578M: linux-driver@qlogic.com
3579M: ron.mercer@qlogic.com
3580L: netdev@vger.kernel.org
3581S: Supported
3582
Linus Torvalds1da177e2005-04-16 15:20:36 -07003583QNX4 FILESYSTEM
3584P: Anders Larsen
3585M: al@alarsen.net
3586L: linux-kernel@vger.kernel.org
3587W: http://www.alarsen.net/linux/qnx4fs/
3588S: Maintained
3589
3590RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003591P: Benjamin Herrenschmidt
3592M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003593L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003594S: Maintained
3595
3596RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003597P: Paul Mackerras
3598M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003599L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003600S: Maintained
3601
Randy Dunlape7839f22008-10-12 16:11:45 -07003602RALINK RT2X00 WIRELESS LAN DRIVER
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003603P: rt2x00 project
3604L: linux-wireless@vger.kernel.org
3605L: rt2400-devel@lists.sourceforge.net
3606W: http://rt2x00.serialmonkey.com/
3607S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003608T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003609F: drivers/net/wireless/rt2x00/
3610
Nick Piggin9db55792008-02-08 04:19:49 -08003611RAMDISK RAM BLOCK DEVICE DRIVER
3612P: Nick Piggin
3613M: npiggin@suse.de
3614S: Maintained
3615
Matt Mackall9e95ce22005-04-16 15:25:56 -07003616RANDOM NUMBER DRIVER
3617P: Matt Mackall
3618M: mpm@selenic.com
3619S: Maintained
3620
Matt Porter394b7012005-11-07 01:00:15 -08003621RAPIDIO SUBSYSTEM
3622P: Matt Porter
3623M: mporter@kernel.crashing.org
3624L: linux-kernel@vger.kernel.org
3625S: Maintained
3626
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003627RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3628P: Corey Thomas
3629M: coreythomas@charter.net
3630L: linux-wireless@vger.kernel.org
3631S: Maintained
3632
3633RCUTORTURE MODULE
3634P: Josh Triplett
3635M: josh@freedesktop.org
3636L: linux-kernel@vger.kernel.org
3637S: Maintained
3638
Florian Fainellic1f766b2008-02-06 22:39:44 +01003639RDC R-321X SoC
3640P: Florian Fainelli
3641M: florian.fainelli@telecomint.eu
3642L: linux-kernel@vger.kernel.org
3643S: Maintained
3644
Florian Fainellidb17f392007-12-19 11:30:30 +01003645RDC R6040 FAST ETHERNET DRIVER
3646P: Florian Fainelli
3647M: florian.fainelli@telecomint.eu
3648L: netdev@vger.kernel.org
3649S: Maintained
3650
Josh Triplett595182b2006-10-04 02:17:21 -07003651READ-COPY UPDATE (RCU)
3652P: Dipankar Sarma
3653M: dipankar@in.ibm.com
3654W: http://www.rdrop.com/users/paulmck/rclock/
3655L: linux-kernel@vger.kernel.org
3656S: Supported
3657
Linus Torvalds1da177e2005-04-16 15:20:36 -07003658REAL TIME CLOCK DRIVER
3659P: Paul Gortmaker
3660M: p_gortmaker@yahoo.com
3661L: linux-kernel@vger.kernel.org
3662S: Maintained
3663
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003664REAL TIME CLOCK (RTC) SUBSYSTEM
3665P: Alessandro Zummo
3666M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003667L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003668S: Maintained
3669
Linus Torvalds1da177e2005-04-16 15:20:36 -07003670REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003671L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003672S: Supported
3673
Ivo van Doorne08976452008-04-12 19:23:55 +02003674RFKILL
3675P: Ivo van Doorn
3676M: IvDoorn@gmail.com
3677L: netdev@vger.kernel.org
3678S: Maintained
3679F: net/rfkill
3680
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003681RISCOM8 DRIVER
3682S: Orphan
3683
Linus Torvalds1da177e2005-04-16 15:20:36 -07003684ROCKETPORT DRIVER
3685P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003686W: http://www.comtrol.com
3687S: Maintained
3688
3689ROSE NETWORK LAYER
3690P: Ralf Baechle
3691M: ralf@linux-mips.org
3692L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003693W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003694S: Maintained
3695
Larry Finger59840482008-11-12 17:13:09 -06003696RTL8180 WIRELESS DRIVER
John W. Linville96dd6032008-11-12 14:51:56 -05003697P: John W. Linville
3698M: linville@tuxdriver.com
Michael Wu605bebe2007-05-14 01:41:02 -04003699L: linux-wireless@vger.kernel.org
3700W: http://linuxwireless.org/
John W. Linville96dd6032008-11-12 14:51:56 -05003701T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
Michael Wu605bebe2007-05-14 01:41:02 -04003702S: Maintained
3703
Larry Finger59840482008-11-12 17:13:09 -06003704RTL8187 WIRELESS DRIVER
3705P: Herton Ronaldo Krzesinski
3706M: herton@mandriva.com.br
3707P: Hin-Tak Leung
3708M htl10@users.sourceforge.net
3709P: Larry Finger
3710M: Larry.Finger@lwfinger.net
3711L: linux-wireless@vger.kernel.org
3712W: http://linuxwireless.org/
3713T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
3714S: Maintained
3715
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003716S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003717P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003718M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003719L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003720S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003721
Linus Torvalds1da177e2005-04-16 15:20:36 -07003722S390
3723P: Martin Schwidefsky
3724M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003725P: Heiko Carstens
3726M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003727M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003728L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003729W: http://www.ibm.com/developerworks/linux/linux390/
3730S: Supported
3731
3732S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003733P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003734M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003735P: Frank Blaschka
3736M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003737M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003738L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003739W: http://www.ibm.com/developerworks/linux/linux390/
3740S: Supported
3741
3742S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003743P: Christof Schmitt
3744M: christof.schmitt@de.ibm.com
3745P: Martin Peschke
3746M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003747M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003748L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003749W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003750S: Supported
3751
Ursula Braundd96df22007-09-19 13:09:02 +02003752S390 IUCV NETWORK LAYER
3753P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003754M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003755M: linux390@de.ibm.com
3756L: linux-s390@vger.kernel.org
3757W: http://www.ibm.com/developerworks/linux/linux390/
3758S: Supported
3759
Ben Dooks4dde7f72008-06-30 22:40:38 +01003760S3C24XX SD/MMC Driver
3761P: Ben Dooks
3762M: ben-linux@fluff.org
3763L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3764L: linux-kernel@vger.kernel.org
3765S: Supported
3766
Linus Torvalds1da177e2005-04-16 15:20:36 -07003767SAA7146 VIDEO4LINUX-2 DRIVER
3768P: Michael Hunold
3769M: michael@mihu.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003770L: linux-media@vger.kernel.org
3771T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003772W: http://www.mihu.de/linux/saa7146
3773S: Maintained
3774
Linus Torvalds1da177e2005-04-16 15:20:36 -07003775SC1200 WDT DRIVER
3776P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003777M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003778S: Maintained
3779
3780SCHEDULER
3781P: Ingo Molnar
3782M: mingo@elte.hu
3783P: Robert Love [the preemptible kernel bits]
3784M: rml@tech9.net
3785L: linux-kernel@vger.kernel.org
3786S: Maintained
3787
3788SCSI CDROM DRIVER
3789P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003790M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791L: linux-scsi@vger.kernel.org
3792W: http://www.kernel.dk
3793S: Maintained
3794
3795SCSI SG DRIVER
3796P: Doug Gilbert
3797M: dgilbert@interlog.com
3798L: linux-scsi@vger.kernel.org
3799W: http://www.torque.net/sg
3800S: Maintained
3801
3802SCSI SUBSYSTEM
3803P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003804M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003806T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003807T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3808T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003809S: Maintained
3810
3811SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003812P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003813M: Kai.Makisara@kolumbus.fi
3814L: linux-scsi@vger.kernel.org
3815S: Maintained
3816
3817SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003818P: Vlad Yasevich
3819M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003820P: Sridhar Samudrala
3821M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003822L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003823W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003824S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003825
3826SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003827P: Jim Cromie
3828M: jim.cromie@gmail.com
3829S: Odd Fixes
3830
3831SCx200 GPIO DRIVER
3832P: Jim Cromie
3833M: jim.cromie@gmail.com
3834S: Maintained
3835
3836SCx200 HRT CLOCKSOURCE DRIVER
3837P: Jim Cromie
3838M: jim.cromie@gmail.com
3839S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003840
Sascha Sommer6a369132008-07-15 14:21:29 +02003841SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3842P: Sascha Sommer
3843M: saschasommer@freenet.de
3844L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3845S: Maintained
3846
Randy Dunlape7839f22008-10-12 16:11:45 -07003847SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003848P: Pierre Ossman
3849M: drzeus-sdhci@drzeus.cx
3850L: sdhci-devel@list.drzeus.cx
3851S: Maintained
3852
James Morris8711cca2008-12-04 03:19:45 +11003853SECURITY SUBSYSTEM
3854F: security/
3855P: James Morris
3856M: jmorris@namei.org
3857L: linux-kernel@vger.kernel.org
3858L: linux-security-module@vger.kernel.org (suggested Cc:)
3859T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
3860S: Supported
3861
Linus Torvalds1da177e2005-04-16 15:20:36 -07003862SECURITY CONTACT
3863P: Security Officers
3864M: security@kernel.org
3865S: Supported
3866
3867SELINUX SECURITY MODULE
3868P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003869M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003870P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003871M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003872P: Eric Paris
3873M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003874L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003875L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Stephen Smalleyf0589252008-09-11 09:20:26 -04003876W: http://selinuxproject.org
3877T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003878S: Supported
3879
Jiri Slabycef2cf02007-05-08 00:31:45 -07003880SENSABLE PHANTOM
3881P: Jiri Slaby
3882M: jirislaby@gmail.com
3883S: Maintained
3884
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003885SERIAL ATA (SATA) SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07003886P: Jeff Garzik
3887M: jgarzik@pobox.com
3888L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003889T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003890S: Supported
3891
Sathya Perla6b7c5b92009-03-11 23:32:03 -07003892SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
3893P: Sathya Perla
3894M: sathyap@serverengines.com
3895P: Subbu Seetharaman
3896M: subbus@serverengines.com
3897L: netdev@vger.kernel.org
3898W: http://www.serverengines.com
3899S: Supported
3900
Ben Hutchings8ceee662008-04-27 12:55:59 +01003901SFC NETWORK DRIVER
3902P: Steve Hodgson
3903P: Ben Hutchings
3904P: Robert Stonehouse
3905M: linux-net-drivers@solarflare.com
3906S: Supported
3907
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003908SGI GRU DRIVER
3909P: Jack Steiner
3910M: steiner@sgi.com
3911S: Maintained
3912
3913SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3914P: Pat Gefre
3915M: pfg@sgi.com
3916L: linux-ia64@vger.kernel.org
3917S: Supported
3918
Linus Torvalds1da177e2005-04-16 15:20:36 -07003919SGI VISUAL WORKSTATION 320 AND 540
3920P: Andrey Panin
3921M: pazke@donpac.ru
3922L: linux-visws-devel@lists.sf.net
3923W: http://linux-visws.sf.net
3924S: Maintained for 2.6.
3925
Jack Steiner75312612008-08-15 00:40:42 -07003926SGI XP/XPC/XPNET DRIVER
3927P: Dean Nelson
3928M: dcn@sgi.com
3929S: Maintained
3930
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003931SHARP LH SUPPORT (LH7952X & LH7A40X)
3932P: Marc Singer
3933M: elf@buici.com
3934W: http://projects.buici.com/arm
3935L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3936S: Maintained
3937
3938SHPC HOTPLUG DRIVER
3939P: Kristen Carlson Accardi
3940M: kristen.c.accardi@intel.com
3941L: linux-pci@vger.kernel.org
3942S: Supported
3943
Linus Torvalds1da177e2005-04-16 15:20:36 -07003944SIMTEC EB110ATX (Chalice CATS)
3945P: Ben Dooks
3946P: Vincent Sanders
3947M: support@simtec.co.uk
3948W: http://www.simtec.co.uk/products/EB110ATX/
3949S: Supported
3950
3951SIMTEC EB2410ITX (BAST)
3952P: Ben Dooks
3953P: Vincent Sanders
3954M: support@simtec.co.uk
3955W: http://www.simtec.co.uk/products/EB2410ITX/
3956S: Supported
3957
Francois Romieu92aab3c2005-07-30 13:11:18 +02003958SIS 190 ETHERNET DRIVER
3959P: Francois Romieu
3960M: romieu@fr.zoreil.com
3961L: netdev@vger.kernel.org
3962S: Maintained
3963
Linus Torvalds1da177e2005-04-16 15:20:36 -07003964SIS 900/7016 FAST ETHERNET DRIVER
3965P: Daniele Venzano
3966M: venza@brownhat.org
3967W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003968L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003969S: Maintained
3970
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003971SIS 96X I2C/SMBUS DRIVER
3972P: Mark M. Hoffman
3973M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01003974L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003975S: Maintained
3976
Linus Torvalds1da177e2005-04-16 15:20:36 -07003977SIS FRAMEBUFFER DRIVER
3978P: Thomas Winischhofer
3979M: thomas@winischhofer.net
3980W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003981S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003982
3983SIS USB2VGA DRIVER
3984P: Thomas Winischhofer
3985M: thomas@winischhofer.net
3986W: http://www.winischhofer.at/linuxsisusbvga.shtml
3987S: Maintained
3988
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003989SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3990P: Stephen Hemminger
3991M: shemminger@linux-foundation.org
3992L: netdev@vger.kernel.org
3993S: Maintained
3994
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003995SLAB ALLOCATOR
3996P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003997M: cl@linux-foundation.org
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003998P: Pekka Enberg
3999M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02004000P: Matt Mackall
4001M: mpm@selenic.com
Christoph Lameter415ad26d2007-07-26 10:40:56 -07004002L: linux-mm@kvack.org
4003S: Maintained
4004
Linus Torvalds1da177e2005-04-16 15:20:36 -07004005SMC91x ETHERNET DRIVER
4006P: Nicolas Pitre
4007M: nico@cam.org
4008S: Maintained
4009
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004010SMSC47B397 HARDWARE MONITOR DRIVER
4011P: Mark M. Hoffman
4012M: mhoffman@lightlink.com
4013L: lm-sensors@lm-sensors.org
4014S: Maintained
4015
Steve Glendinningfd9abb32008-11-05 00:35:37 +00004016SMSC911x ETHERNET DRIVER
4017P: Steve Glendinning
4018M: steve.glendinning@smsc.com
4019L: netdev@vger.kernel.org
4020S: Supported
4021
Steve Glendinning2cb37722008-12-11 20:54:30 -08004022SMSC9420 PCI ETHERNET DRIVER
4023P: Steve Glendinning
4024M: steve.glendinning@smsc.com
4025L: netdev@vger.kernel.org
4026S: Supported
4027
Ben Nizetteb54f2862008-03-13 22:27:30 +11004028SMX UIO Interface
4029P: Ben Nizette
4030M: bn@niasdigital.com
4031S: Maintained
4032
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004033SN-IA64 (Itanium) SUB-PLATFORM
4034P: Jes Sorensen
4035M: jes@sgi.com
4036L: linux-altix@sgi.com
4037L: linux-ia64@vger.kernel.org
4038W: http://www.sgi.com/altix
4039S: Maintained
4040
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03004041SOC-CAMERA V4L2 SUBSYSTEM
Jean Delvare795fb7e2008-09-20 12:33:08 +02004042P: Guennadi Liakhovetski
4043M: g.liakhovetski@gmx.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004044L: linux-media@vger.kernel.org
4045T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02004046S: Maintained
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03004047
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004048SOEKRIS NET48XX LED SUPPORT
4049P: Chris Boot
4050M: bootc@bootc.net
4051S: Maintained
4052
Linus Torvalds1da177e2005-04-16 15:20:36 -07004053SOFTWARE RAID (Multiple Disks) SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07004054P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08004055M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004056L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08004057S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004058
Linus Torvalds1da177e2005-04-16 15:20:36 -07004059SONIC NETWORK DRIVER
4060P: Thomas Bogendoerfer
4061M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07004062L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004063S: Maintained
4064
Michael Buesch61e115a2007-09-18 15:12:50 -04004065SONICS SILICON BACKPLANE DRIVER (SSB)
4066P: Michael Buesch
4067M: mb@bu3sch.de
4068L: netdev@vger.kernel.org
4069S: Maintained
4070
Linus Torvalds1da177e2005-04-16 15:20:36 -07004071SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01004072P: Mattia Dongili
4073M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01004074L: linux-acpi@vger.kernel.org
4075W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07004076S: Maintained
4077
Alex Dubovbaf85322008-02-09 10:20:54 -08004078SONY MEMORYSTICK CARD SUPPORT
4079P: Alex Dubov
4080M: oakad@yahoo.com
4081L: linux-kernel@vger.kernel.org
4082W: http://tifmxx.berlios.de/
4083S: Maintained
4084
Linus Torvalds1da177e2005-04-16 15:20:36 -07004085SOUND
4086P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02004087M: perex@perex.cz
Takashi Iwai281712f2008-08-19 13:10:04 +02004088P: Takashi Iwai
4089M: tiwai@suse.de
Takashi Iwai82622042007-04-16 12:32:52 +02004090L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004091S: Maintained
4092
Mark Brownbd903bd2008-11-19 19:16:05 +00004093SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004094P: Liam Girdwood
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004095M: lrg@slimlogic.co.uk
Mark Brown2cad0ad2008-01-10 14:33:07 +01004096P: Mark Brown
4097M: broonie@opensource.wolfsonmicro.com
4098T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02004099L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004100W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004101S: Supported
4102
Sam Ravnborg473321f2009-01-04 15:47:49 -08004103SPARC + UltraSPARC (sparc/sparc64)
4104P: David S. Miller
4105M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004106L: sparclinux@vger.kernel.org
Sam Ravnborg473321f2009-01-04 15:47:49 -08004107T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4108T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004109S: Maintained
4110
4111SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4112P: Roger Wolff
4113M: R.E.Wolff@BitWizard.nl
4114L: linux-kernel@vger.kernel.org ?
4115S: Supported
4116
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004117SPI SUBSYSTEM
4118P: David Brownell
4119M: dbrownell@users.sourceforge.net
4120L: spi-devel-general@lists.sourceforge.net
4121S: Maintained
4122
Jim Lewis2752e402006-09-29 02:01:19 -07004123SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01004124P: Ishizaki Kou
4125M: kou.ishizaki@toshiba.co.jp
4126P: Jens Osterkamp
4127M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07004128L: netdev@vger.kernel.org
4129S: Supported
4130
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004131SPU FILE SYSTEM
4132P: Jeremy Kerr
4133M: jk@ozlabs.org
4134L: linuxppc-dev@ozlabs.org
4135L: cbe-oss-dev@ozlabs.org
4136W: http://www.ibm.com/developerworks/power/cell/
4137S: Supported
4138
Phillip Lougherfc555842009-01-05 08:46:29 +00004139SQUASHFS FILE SYSTEM
4140P: Phillip Lougher
4141M: phillip@lougher.demon.co.uk
4142L: squashfs-devel@lists.sourceforge.net (subscribers-only)
4143W: http://squashfs.org.uk
4144S: Maintained
4145
Linus Torvalds1da177e2005-04-16 15:20:36 -07004146SRM (Alpha) environment access
4147P: Jan-Benedict Glaw
4148M: jbglaw@lug-owl.de
4149L: linux-kernel@vger.kernel.org
4150S: Maintained
4151
Linus Torvalds26e9a392008-10-17 09:50:12 -07004152STABLE BRANCH
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004153P: Greg Kroah-Hartman
4154M: greg@kroah.com
4155P: Chris Wright
4156M: chrisw@sous-sol.org
4157L: stable@kernel.org
4158S: Maintained
4159
Linus Torvalds26e9a392008-10-17 09:50:12 -07004160STAGING SUBSYSTEM
4161P: Greg Kroah-Hartman
4162M: gregkh@suse.de
4163L: linux-kernel@vger.kernel.org
4164T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4165S: Maintained
4166
Linus Torvalds1da177e2005-04-16 15:20:36 -07004167STARFIRE/DURALAN NETWORK DRIVER
4168P: Ion Badulescu
4169M: ionut@cs.columbia.edu
4170S: Maintained
4171
4172STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4173W: http://mosquitonet.Stanford.EDU/strip.html
Jean Delvarebaaea1d2008-09-20 12:34:33 +02004174S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07004175
4176STRADIS MPEG-2 DECODER DRIVER
4177P: Nathan Laredo
4178M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004179W: http://www.stradis.com/
4180S: Maintained
4181
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004182SUN3/3X
4183P: Sam Creasey
4184M: sammy@sammy.net
4185W: http://sammy.net/sun3/
4186S: Maintained
4187
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004188SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07004189P: Paul Mundt
4190M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004191L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004192W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004193T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09004194S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004195
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004196SUSPEND TO RAM
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004197P: Len Brown
4198M: len.brown@intel.com
4199P: Pavel Machek
Pavel Machekef35ce22009-02-18 14:48:16 -08004200M: pavel@ucw.cz
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004201P: Rafael J. Wysocki
4202M: rjw@sisk.pl
4203L: linux-pm@lists.linux-foundation.org
4204S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004205
4206SVGA HANDLING
4207P: Martin Mares
4208M: mj@ucw.cz
4209L: linux-video@atrey.karlin.mff.cuni.cz
4210S: Maintained
4211
4212SYSV FILESYSTEM
4213P: Christoph Hellwig
4214M: hch@infradead.org
4215S: Maintained
4216
Alan Cox4e688522008-04-30 00:52:11 -07004217TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07004218P: Balbir Singh
4219M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004220L: linux-kernel@vger.kernel.org
4221S: Maintained
4222
Stephen Hemminger781b456a2006-07-10 20:25:29 -07004223TC CLASSIFIER
4224P: Jamal Hadi Salim
4225M: hadi@cyberus.ca
4226L: netdev@vger.kernel.org
4227S: Maintained
4228
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004229TCP LOW PRIORITY MODULE
4230P: Wong Hoi Sing, Edison
4231M: hswong3i@gmail.com
4232P: Hung Hing Lun, Mike
4233M: hlhung3i@gmail.com
4234W: http://tcp-lp-mod.sourceforge.net/
4235S: Maintained
4236
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004237TEHUTI ETHERNET DRIVER
4238P: Alexander Indenbaum
4239M: baum@tehutinetworks.net
4240P: Andy Gospodarek
4241M: andy@greyhouse.net
4242L: netdev@vger.kernel.org
4243S: Supported
4244
Alan Cox4e688522008-04-30 00:52:11 -07004245Telecom Clock Driver for MCPL0010
4246P: Mark Gross
4247M: mark.gross@intel.com
4248S: Supported
4249
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004250TENSILICA XTENSA PORT (xtensa)
Alan Cox4e688522008-04-30 00:52:11 -07004251P: Chris Zankel
4252M: chris@zankel.net
4253S: Maintained
4254
4255THINKPAD ACPI EXTRAS DRIVER
4256P: Henrique de Moraes Holschuh
4257M: ibm-acpi@hmh.eng.br
4258L: ibm-acpi-devel@lists.sourceforge.net
4259W: http://ibm-acpi.sourceforge.net
4260W: http://thinkwiki.org/wiki/Ibm-acpi
4261T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4262S: Maintained
4263
Alex Dubov4020f2d2006-10-04 02:15:37 -07004264TI FLASH MEDIA INTERFACE DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02004265P: Alex Dubov
4266M: oakad@yahoo.com
4267S: Maintained
Alex Dubov4020f2d2006-10-04 02:15:37 -07004268
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004269TI OMAP MMC INTERFACE DRIVER
4270P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004271M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004272W: http://linux.omap.com
4273W: http://www.muru.com/linux/omap/
4274S: Maintained
4275
Michael Buesch844dd052006-06-26 00:24:59 -07004276TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4277P: Deepak Saxena
4278M: dsaxena@plexity.net
4279S: Maintained
4280
Per Lidene86eaa32006-01-12 16:45:18 +01004281TIPC NETWORK LAYER
4282P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004283M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004284P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004285M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004286P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004287M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004288L: tipc-discussion@lists.sourceforge.net
4289W: http://tipc.sourceforge.net/
4290W: http://tipc.cslab.ericsson.net/
4291T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4292S: Maintained
4293
Linus Torvalds1da177e2005-04-16 15:20:36 -07004294TLAN NETWORK DRIVER
4295P: Samuel Chessman
4296M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004297L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004298W: http://sourceforge.net/projects/tlan/
4299S: Maintained
4300
Linus Torvalds1da177e2005-04-16 15:20:36 -07004301TOSHIBA ACPI EXTRAS DRIVER
4302P: John Belmonte
4303M: toshiba_acpi@memebeam.org
4304W: http://memebeam.org/toys/ToshibaAcpiDriver
4305S: Maintained
4306
4307TOSHIBA SMM DRIVER
4308P: Jonathan Buzzard
4309M: jonathan@buzzard.org.uk
4310L: tlinux-users@tce.toshiba-dme.co.jp
4311W: http://www.buzzard.org.uk/toshiba/
4312S: Maintained
4313
Alan Cox4e688522008-04-30 00:52:11 -07004314TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004315P: Debora Velarde
4316M: debora@linux.vnet.ibm.com
4317P: Rajiv Andrade
4318M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004319W: http://tpmdd.sourceforge.net
4320P: Marcel Selhorst
Marcel Selhorst7dcce132009-02-11 13:04:27 -08004321M: m.selhorst@sirrix.com
4322W: http://www.sirrix.com
Rajiv Andrade63a10df2008-10-15 22:04:36 -07004323L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
Alan Cox4e688522008-04-30 00:52:11 -07004324S: Maintained
4325
Linus Torvalds1da177e2005-04-16 15:20:36 -07004326TRIVIAL PATCHES
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004327P: Jiri Kosina
Jim Cromiece00f852006-11-30 04:49:44 +01004328M: trivial@kernel.org
4329L: linux-kernel@vger.kernel.org
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004330T: git kernel.org:/pub/scm/linux/kernel/git/jikos/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004331S: Maintained
4332
Alan Cox4e688522008-04-30 00:52:11 -07004333TTY LAYER
4334P: Alan Cox
4335M: alan@lxorguk.ukuu.org.uk
4336L: linux-kernel@vger.kernel.org
4337S: Maintained
4338
Grant Grundler740db6d2008-02-17 11:53:49 -07004339TULIP NETWORK DRIVERS
4340P: Grant Grundler
4341M: grundler@parisc-linux.org
4342P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004343M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004344L: netdev@vger.kernel.org
4345S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004346
4347TUN/TAP driver
4348P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004349M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004350L: vtun@office.satix.net
4351W: http://vtun.sourceforge.net/tun
4352S: Maintained
4353
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004354TURBOCHANNEL SUBSYSTEM
4355P: Maciej W. Rozycki
4356M: macro@linux-mips.org
4357S: Maintained
4358
Linus Torvalds1da177e2005-04-16 15:20:36 -07004359U14-34F SCSI DRIVER
4360P: Dario Ballabio
4361M: ballabio_dario@emc.com
4362L: linux-scsi@vger.kernel.org
4363S: Maintained
4364
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004365UBI FILE SYSTEM (UBIFS)
4366P: Artem Bityutskiy
4367M: dedekind@infradead.org
4368P: Adrian Hunter
4369M: ext-adrian.hunter@nokia.com
4370L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004371T: git git://git.infradead.org/ubifs-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004372W: http://www.linux-mtd.infradead.org/doc/ubifs.html
4373S: Maintained
4374
Alan Coxcc2020e2008-05-19 14:21:51 +01004375UCLINUX (AND M68KNOMMU)
4376P: Greg Ungerer
4377M: gerg@uclinux.org
4378W: http://www.uclinux.org/
4379L: uclinux-dev@uclinux.org (subscribers-only)
4380S: Maintained
4381
Alan Coxcc2020e2008-05-19 14:21:51 +01004382UCLINUX FOR RENESAS H8/300
4383P: Yoshinori Sato
4384M: ysato@users.sourceforge.jp
4385W: http://uclinux-h8.sourceforge.jp/
4386S: Supported
4387
Linus Torvalds1da177e2005-04-16 15:20:36 -07004388UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004389P: Jan Kara
4390M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004391W: http://linux-udf.sourceforge.net
4392S: Maintained
4393
Alan Coxcc2020e2008-05-19 14:21:51 +01004394UFS FILESYSTEM
4395P: Evgeniy Dushistov
4396M: dushistov@mail.ru
4397L: linux-kernel@vger.kernel.org
4398S: Maintained
4399
David Vrabel18332a82008-09-17 16:34:44 +01004400ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4401P: David Vrabel
4402M: david.vrabel@csr.com
4403L: linux-usb@vger.kernel.org
4404S: Supported
4405
Linus Torvalds1da177e2005-04-16 15:20:36 -07004406UNIFORM CDROM DRIVER
4407P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004408M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004409L: linux-kernel@vger.kernel.org
4410W: http://www.kernel.dk
4411S: Maintained
4412
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004413UNSORTED BLOCK IMAGES (UBI)
4414P: Artem Bityutskiy
4415M: dedekind@infradead.org
4416W: http://www.linux-mtd.infradead.org/
4417L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004418T: git git://git.infradead.org/ubi-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004419S: Maintained
4420
Linus Torvalds1da177e2005-04-16 15:20:36 -07004421USB ACM DRIVER
4422P: Oliver Neukum
4423M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004424L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004425S: Maintained
4426
4427USB BLOCK DRIVER (UB ub)
4428P: Pete Zaitcev
4429M: zaitcev@redhat.com
4430L: linux-kernel@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004431L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004432S: Supported
4433
Linus Torvalds1da177e2005-04-16 15:20:36 -07004434USB CDC ETHERNET DRIVER
4435P: Greg Kroah-Hartman
4436M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004437L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004438S: Maintained
4439W: http://www.kroah.com/linux-usb/
4440
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004441USB CYPRESS C67X00 DRIVER
4442P: Peter Korsgaard
4443M: jacmet@sunsite.dk
4444L: linux-usb@vger.kernel.org
4445S: Maintained
4446
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004447USB DAVICOM DM9601 DRIVER
4448P: Peter Korsgaard
4449M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004450L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004451W: http://www.linux-usb.org/usbnet
4452S: Maintained
4453
Alan Coxcc2020e2008-05-19 14:21:51 +01004454USB DIAMOND RIO500 DRIVER
4455P: Cesar Miquel
4456M: miquel@df.uba.ar
4457L: rio500-users@lists.sourceforge.net
4458W: http://rio500.sourceforge.net
4459S: Maintained
4460
Linus Torvalds1da177e2005-04-16 15:20:36 -07004461USB EHCI DRIVER
4462P: David Brownell
4463M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004464L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004465S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004466
Luca Risolia7ce08c92006-01-11 02:06:59 +00004467USB ET61X[12]51 DRIVER
4468P: Luca Risolia
4469M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004470L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004471L: linux-media@vger.kernel.org
4472T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia7ce08c92006-01-11 02:06:59 +00004473W: http://www.linux-projects.org
4474S: Maintained
4475
David Brownell69ae9e32006-11-14 02:03:31 -08004476USB GADGET/PERIPHERAL SUBSYSTEM
4477P: David Brownell
4478M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004479L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004480W: http://www.linux-usb.org/gadget
4481S: Maintained
4482
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004483USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004484P: Jiri Kosina
4485M: jkosina@suse.cz
Jean Delvare795fb7e2008-09-20 12:33:08 +02004486L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004487T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004488S: Maintained
4489
Olav Kongas959eea22005-11-03 17:38:14 +02004490USB ISP116X DRIVER
4491P: Olav Kongas
4492M: ok@artecdesign.ee
Jean Delvare795fb7e2008-09-20 12:33:08 +02004493L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004494S: Maintained
4495
Linus Torvalds1da177e2005-04-16 15:20:36 -07004496USB KAWASAKI LSI DRIVER
4497P: Oliver Neukum
4498M: oliver@neukum.name
Jean Delvare795fb7e2008-09-20 12:33:08 +02004499L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004500S: Maintained
4501
4502USB MASS STORAGE DRIVER
4503P: Matthew Dharm
4504M: mdharm-usb@one-eyed-alien.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004505L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004506L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004507S: Maintained
4508W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4509
4510USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004511P: David Brownell
4512M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004513L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004514S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004515
Matthias Urlichsba460e42005-07-14 00:33:47 -07004516USB OPTION-CARD DRIVER
4517P: Matthias Urlichs
4518M: smurf@smurf.noris.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004519L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004520S: Maintained
4521
Linus Torvalds1da177e2005-04-16 15:20:36 -07004522USB OV511 DRIVER
4523P: Mark McClelland
4524M: mmcclell@bigfoot.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004525L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004526W: http://alpha.dyndns.org/ov511/
4527S: Maintained
4528
4529USB PEGASUS DRIVER
4530P: Petko Manolov
4531M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004532L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004533L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004534W: http://pegasus2.sourceforge.net/
4535S: Maintained
4536
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004537USB PRINTER DRIVER (usblp)
4538P: Pete Zaitcev
4539M: zaitcev@redhat.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004540L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004541S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004542
4543USB RTL8150 DRIVER
4544P: Petko Manolov
4545M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004546L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004547L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004548W: http://pegasus2.sourceforge.net/
4549S: Maintained
4550
4551USB SE401 DRIVER
4552P: Jeroen Vreeken
4553M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004554L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004555W: http://www.chello.nl/~j.vreeken/se401/
4556S: Maintained
4557
Alan Cox4e688522008-04-30 00:52:11 -07004558USB SERIAL BELKIN F5U103 DRIVER
4559P: William Greathouse
4560M: wgreathouse@smva.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004561L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004562S: Maintained
4563
4564USB SERIAL CYPRESS M8 DRIVER
4565P: Lonnie Mendez
4566M: dignome@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004567L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004568S: Maintained
4569W: http://geocities.com/i0xox0i
4570W: http://firstlight.net/cvs
4571
Linus Torvalds1da177e2005-04-16 15:20:36 -07004572USB SERIAL CYBERJACK DRIVER
4573P: Matthias Bruestle and Harald Welte
4574M: support@reiner-sct.com
4575W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4576S: Maintained
4577
4578USB SERIAL DIGI ACCELEPORT DRIVER
4579P: Peter Berger and Al Borchers
4580M: pberger@brimson.com
4581M: alborchers@steinerpoint.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004582L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004583S: Maintained
4584
4585USB SERIAL DRIVER
4586P: Greg Kroah-Hartman
4587M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004588L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004589S: Supported
4590
Linus Torvalds1da177e2005-04-16 15:20:36 -07004591USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4592P: Gary Brubaker
4593M: xavyer@ix.netcom.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 KEYSPAN DRIVER
4598P: Greg Kroah-Hartman
4599M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004600L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004601W: http://www.kroah.com/linux/
4602S: Maintained
4603
4604USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004605P: Support Department
4606M: support@connecttech.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004607L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004608W: http://www.connecttech.com
4609S: Supported
4610
Steve Glendinning2f7ca802008-10-02 05:27:57 +00004611USB SMSC95XX ETHERNET DRIVER
4612P: Steve Glendinning
4613M: steve.glendinning@smsc.com
4614L: netdev@vger.kernel.org
4615S: Supported
4616
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004617USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004618P: Luca Risolia
4619M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004620L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004621L: linux-media@vger.kernel.org
4622T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004623W: http://www.linux-projects.org
4624S: Maintained
4625
4626USB SUBSYSTEM
4627P: Greg Kroah-Hartman
4628M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004629L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004630W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004631T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004632S: Supported
4633
4634USB UHCI DRIVER
4635P: Alan Stern
4636M: stern@rowland.harvard.edu
Jean Delvare795fb7e2008-09-20 12:33:08 +02004637L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004638S: Maintained
4639
David Brownell69ae9e32006-11-14 02:03:31 -08004640USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004641P: David Brownell
4642M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004643L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004644W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004645S: Maintained
4646
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004647USB VIDEO CLASS
4648P: Laurent Pinchart
4649M: laurent.pinchart@skynet.be
Jiri Slabya67534a2008-12-10 09:09:27 -03004650L: linux-uvc-devel@lists.berlios.de (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004651L: linux-media@vger.kernel.org
4652T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004653W: http://linux-uvc.berlios.de
4654S: Maintained
4655
Linus Torvalds1da177e2005-04-16 15:20:36 -07004656USB W996[87]CF DRIVER
4657P: Luca Risolia
4658M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004659L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004660L: linux-media@vger.kernel.org
4661T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004662W: http://www.linux-projects.org
4663S: Maintained
4664
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004665USB WIRELESS RNDIS DRIVER (rndis_wlan)
4666P: Jussi Kivilinna
4667M: jussi.kivilinna@mbnet.fi
4668L: linux-wireless@vger.kernel.org
4669S: Maintained
4670
Luca Risolia60f78052006-02-06 16:29:35 +00004671USB ZC0301 DRIVER
4672P: Luca Risolia
4673M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004674L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004675L: linux-media@vger.kernel.org
4676T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia60f78052006-02-06 16:29:35 +00004677W: http://www.linux-projects.org
4678S: Maintained
4679
Linus Torvalds1da177e2005-04-16 15:20:36 -07004680USB ZD1201 DRIVER
4681P: Jeroen Vreeken
4682M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004683L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004684W: http://linux-lc100020.sourceforge.net
4685S: Maintained
4686
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004687USB ZR364XX DRIVER
4688P: Antoine Jacquet
4689M: royale@zerezo.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004690L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004691L: linux-media@vger.kernel.org
4692T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004693W: http://royale.zerezo.com/zr364xx/
4694S: Maintained
4695
Randy Dunlape7839f22008-10-12 16:11:45 -07004696USER-MODE LINUX (UML)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004697P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004698M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004699L: user-mode-linux-devel@lists.sourceforge.net
4700L: user-mode-linux-user@lists.sourceforge.net
4701W: http://user-mode-linux.sourceforge.net
4702S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004703
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004704USERSPACE I/O (UIO)
4705P: Hans J. Koch
4706M: hjk@linutronix.de
4707P: Greg Kroah-Hartman
4708M: gregkh@suse.de
4709L: linux-kernel@vger.kernel.org
4710S: Maintained
4711
Karel Zakf899b0a2008-05-23 13:04:21 -07004712UTIL-LINUX-NG PACKAGE
4713P: Karel Zak
4714M: kzak@redhat.com
4715L: util-linux-ng@vger.kernel.org
4716W: http://kernel.org/~kzak/util-linux-ng/
4717T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4718S: Maintained
4719
Michal Januszewskic1fd1c02008-10-15 22:03:48 -07004720UVESAFB DRIVER
4721P: Michal Januszewski
4722M: spock@gentoo.org
4723L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4724W: http://dev.gentoo.org/~spock/projects/uvesafb/
4725S: Maintained
4726
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004727VFAT/FAT/MSDOS FILESYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07004728P: OGAWA Hirofumi
4729M: hirofumi@mail.parknet.co.jp
4730L: linux-kernel@vger.kernel.org
4731S: Maintained
4732
Linus Torvalds1da177e2005-04-16 15:20:36 -07004733VIA RHINE NETWORK DRIVER
4734P: Roger Luethi
4735M: rl@hellgate.ch
4736S: Maintained
4737
Jean Delvare32c0a522005-09-22 21:47:58 +02004738VIAPRO SMBUS DRIVER
4739P: Jean Delvare
4740M: khali@linux-fr.org
Jean Delvare846557d2008-10-30 15:55:47 +01004741L: linux-i2c@vger.kernel.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004742S: Maintained
4743
Joseph Chan69e4a7c2008-10-15 22:03:31 -07004744VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4745P: Joseph Chan
4746M: JosephChan@via.com.tw
4747P: Scott Fang
4748M: ScottFang@viatech.com.cn
4749L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4750S: Maintained
4751
Francois Romieu01f20732007-01-26 00:57:17 -08004752VIA VELOCITY NETWORK DRIVER
4753P: Francois Romieu
4754M: romieu@fr.zoreil.com
4755L: netdev@vger.kernel.org
4756S: Maintained
4757
Randy Dunlape7839f22008-10-12 16:11:45 -07004758VIDEO FOR LINUX (V4L)
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004759P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004760M: mchehab@infradead.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004761L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004762L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004763W: http://linuxtv.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004764T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004765S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004766
Patrick McHardybe7f8272007-10-23 20:26:36 -07004767VLAN (802.1Q)
4768P: Patrick McHardy
4769M: kaber@trash.net
4770L: netdev@vger.kernel.org
4771S: Maintained
4772
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004773VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4774P: Liam Girdwood
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004775M: lrg@slimlogic.co.uk
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004776P: Mark Brown
4777M: broonie@opensource.wolfsonmicro.com
4778W: http://opensource.wolfsonmicro.com/node/15
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004779W: http://www.slimlogic.co.uk/?page_id=5
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004780T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4781S: Supported
4782
Juerg Haefligerab413192006-09-24 20:54:04 +02004783VT1211 HARDWARE MONITOR DRIVER
4784P: Juerg Haefliger
4785M: juergh@gmail.com
4786L: lm-sensors@lm-sensors.org
4787S: Maintained
4788
Roger Lucas1de9e372005-11-26 20:20:05 +01004789VT8231 HARDWARE MONITOR DRIVER
4790P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004791M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004792L: lm-sensors@lm-sensors.org
4793S: Maintained
4794
Linus Torvalds1da177e2005-04-16 15:20:36 -07004795W1 DALLAS'S 1-WIRE BUS
4796P: Evgeniy Polyakov
4797M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004798S: Maintained
4799
Charles Spirakis13927072006-07-05 18:05:15 +02004800W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004801P: Marc Hulsman
4802M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004803L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004804S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004805
Rudolf Marek61db0112006-12-12 18:18:30 +01004806W83793 HARDWARE MONITORING DRIVER
4807P: Rudolf Marek
4808M: r.marek@assembler.cz
4809L: lm-sensors@lm-sensors.org
4810S: Maintained
4811
Linus Torvalds1da177e2005-04-16 15:20:36 -07004812W83L51xD SD/MMC CARD INTERFACE DRIVER
4813P: Pierre Ossman
4814M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004815L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004816S: Maintained
4817
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004818WATCHDOG DEVICE DRIVERS
4819P: Wim Van Sebroeck
4820M: wim@iguana.be
4821T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4822S: Maintained
4823
Linus Torvalds1da177e2005-04-16 15:20:36 -07004824WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4825P: Jean Tourrilhes
4826M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004827L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004828W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4829S: Maintained
4830
4831WD7000 SCSI DRIVER
4832P: Miroslav Zagorac
4833M: zaga@fly.cc.fer.hr
4834L: linux-scsi@vger.kernel.org
4835S: Maintained
4836
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08004837WIMAX STACK
4838P: Inaky Perez-Gonzalez
4839M: inaky.perez-gonzalez@intel.com
4840M: linux-wimax@intel.com
4841L: wimax@linuxwimax.org
4842S: Supported
4843W: http://linuxwimax.org
4844
David Vrabel18332a82008-09-17 16:34:44 +01004845WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4846P: David Vrabel
4847M: david.vrabel@csr.com
4848S: Maintained
4849
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004850WISTRON LAPTOP BUTTON DRIVER
4851P: Miloslav Trmac
4852M: mitr@volny.cz
4853S: Maintained
4854
Linus Torvalds1da177e2005-04-16 15:20:36 -07004855WL3501 WIRELESS PCMCIA CARD DRIVER
4856P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004857M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004858L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004859W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004860S: Maintained
4861
Mark Brownfebf1df2008-04-02 00:51:09 -04004862WM97XX TOUCHSCREEN DRIVERS
4863P: Mark Brown
4864M: broonie@opensource.wolfsonmicro.com
4865P: Liam Girdwood
Liam Girdwoodb8d055a2008-10-13 23:00:15 -04004866M: lrg@slimlogic.co.uk
Mark Brownfebf1df2008-04-02 00:51:09 -04004867L: linux-input@vger.kernel.org
4868T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4869W: http://opensource.wolfsonmicro.com/node/7
4870S: Supported
4871
Linus Torvalds1da177e2005-04-16 15:20:36 -07004872X.25 NETWORK LAYER
4873P: Henner Eisen
4874M: eis@baty.hanse.de
4875L: linux-x25@vger.kernel.org
4876S: Maintained
4877
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004878X86 ARCHITECTURE (32-BIT AND 64-BIT)
4879P: Thomas Gleixner
4880M: tglx@linutronix.de
4881P: Ingo Molnar
4882M: mingo@redhat.com
4883P: H. Peter Anvin
4884M: hpa@zytor.com
H. Peter Anvinbcde5632009-02-02 21:42:40 -08004885M: x86@kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004886L: linux-kernel@vger.kernel.org
4887T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4888S: Maintained
4889
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004890XEN HYPERVISOR INTERFACE
4891P: Jeremy Fitzhardinge
4892M: jeremy@xensource.com
4893P: Chris Wright
4894M: chrisw@sous-sol.org
4895L: virtualization@lists.osdl.org
4896L: xen-devel@lists.xensource.com
4897S: Supported
4898
Linus Torvalds1da177e2005-04-16 15:20:36 -07004899XFS FILESYSTEM
4900P: Silicon Graphics Inc
Lachlan McIlroy0335cb72008-12-31 12:10:12 +11004901P: Bill O'Donnell
Linus Torvalds1da177e2005-04-16 15:20:36 -07004902M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004903L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004904W: http://oss.sgi.com/projects/xfs
Lachlan McIlroy0335cb72008-12-31 12:10:12 +11004905T: git://oss.sgi.com/xfs/xfs.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004906S: Supported
4907
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004908XILINX SYSTEMACE DRIVER
4909P: Grant Likely
4910M: grant.likely@secretlab.ca
4911W: http://www.secretlab.ca/
4912L: linux-kernel@vger.kernel.org
4913S: Maintained
4914
Peter Korsgaard238b8722006-12-06 20:35:17 -08004915XILINX UARTLITE SERIAL DRIVER
4916P: Peter Korsgaard
4917M: jacmet@sunsite.dk
4918L: linux-serial@vger.kernel.org
4919S: Maintained
4920
Linus Torvalds1da177e2005-04-16 15:20:36 -07004921YAM DRIVER FOR AX.25
4922P: Jean-Paul Roubelat
4923M: jpr@f6fbb.org
4924L: linux-hams@vger.kernel.org
4925S: Maintained
4926
Henkaf64a5e2005-10-12 15:02:56 +02004927YEALINK PHONE DRIVER
4928P: Henk Vergonet
4929M: Henk.Vergonet@gmail.com
4930L: usbb2k-api-dev@nongnu.org
4931S: Maintained
4932
Linus Torvalds1da177e2005-04-16 15:20:36 -07004933Z8530 DRIVER FOR AX.25
4934P: Joerg Reuter
4935M: jreuter@yaina.de
4936W: http://yaina.de/jreuter/
4937W: http://www.qsl.net/dl1bke/
4938L: linux-hams@vger.kernel.org
4939S: Maintained
4940
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004941ZD1211RW WIRELESS DRIVER
4942P: Daniel Drake
4943M: dsd@gentoo.org
4944P: Ulrich Kunitz
4945M: kune@deine-taler.de
4946W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004947L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004948L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4949S: Maintained
4950
Linus Torvalds1da177e2005-04-16 15:20:36 -07004951ZR36067 VIDEO FOR LINUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004952L: mjpeg-users@lists.sourceforge.net
Trent Piephof63145e2009-01-24 20:52:41 -03004953L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004954W: http://mjpeg.sourceforge.net/driver-zoran/
Trent Piephof63145e2009-01-24 20:52:41 -03004955T: Mercurial http://linuxtv.org/hg/v4l-dvb
4956S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004957
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004958ZS DECSTATION Z85C30 SERIAL DRIVER
4959P: Maciej W. Rozycki
4960M: macro@linux-mips.org
4961S: Maintained
4962
Linus Torvalds1da177e2005-04-16 15:20:36 -07004963THE REST
4964P: Linus Torvalds
4965S: Buried alive in reporters