blob: a01884407fe45065b99891c82909dca5b5094564 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
Andy Whitcroft0a920b52007-06-01 00:46:48 -070033 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
42
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
45
Alan Coxc9ee1332006-05-20 15:00:12 -070046 PLEASE remember that submissions must be made under the terms
Randy Dunlap45003712007-08-30 23:56:37 -070047 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
Alan Coxc9ee1332006-05-20 15:00:12 -070051
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
54 not you.
55
Alan Coxc9ee1332006-05-20 15:00:12 -0700567. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
58 does not respond.
59
608. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070061
Antoine Jacquetb7eee612007-04-27 12:30:59 -030062 -----------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -070063
64Maintainers List (try to look for most precise areas first)
65
66Note: For the hard of thinking, this list is meant to remain in alphabetical
67order. If you could add yourselves to it in alphabetical order that would be
68so much easier [Ed]
69
70P: Person
71M: Mail patches to
72L: Mailing list that is relevant to this area
73W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080074T: SCM tree type and location. Type is one of: git, hg, quilt.
Randy Dunlape7839f22008-10-12 16:11:45 -070075F: Applicable files and/or directories
Randy Dunlap4501a462008-10-13 09:24:58 -070076S: Status, one of the following:
Linus Torvalds1da177e2005-04-16 15:20:36 -070077
78 Supported: Someone is actually paid to look after this.
79 Maintained: Someone actually looks after it.
80 Odd Fixes: It has a maintainer but they don't have time to do
81 much other than throw the odd patch in. See below..
82 Orphan: No current maintainer [but maybe you could take the
83 role as you write your new code].
84 Obsolete: Old code. Something tagged obsolete generally means
85 it has been replaced by a better system and you
86 should be using that.
87
Linus Torvalds1da177e2005-04-16 15:20:36 -0700883C505 NETWORK DRIVER
89P: Philip Blundell
90M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070091L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070092S: Maintained
93
Steffen Klasserta6d89912007-08-10 14:05:27 -0700943C59X NETWORK DRIVER
95P: Steffen Klassert
96M: klassert@mathematik.tu-chemnitz.de
97L: netdev@vger.kernel.org
98S: Maintained
99
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003CR990 NETWORK DRIVER
101P: David Dillow
102M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700103L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104S: Maintained
105
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001063W-9XXX SATA-RAID CONTROLLER DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107P: Adam Radford
108M: linuxraid@amcc.com
109L: linux-scsi@vger.kernel.org
110W: http://www.amcc.com
111S: Supported
112
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001133W-XXXX ATA-RAID CONTROLLER DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114P: Adam Radford
115M: linuxraid@amcc.com
116L: linux-scsi@vger.kernel.org
117W: http://www.amcc.com
118S: Supported
119
12053C700 AND 53C700-66 SCSI DRIVER
121P: James E.J. Bottomley
122M: James.Bottomley@HansenPartnership.com
123L: linux-scsi@vger.kernel.org
124S: Maintained
125
1266PACK NETWORK DRIVER FOR AX.25
127P: Andreas Koensgen
128M: ajk@iehk.rwth-aachen.de
129L: linux-hams@vger.kernel.org
130S: Maintained
131
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328169 10/100/1000 GIGABIT ETHERNET DRIVER
133P: Francois Romieu
134M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700135L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136S: Maintained
137
1388250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139L: linux-serial@vger.kernel.org
140W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100141S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142
1438390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
144P: Paul Gortmaker
145M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700146L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147S: Maintained
148
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001499P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100150P: Eric Van Hensbergen
151M: ericvh@gmail.com
152P: Ron Minnich
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500153M: rminnich@sandia.gov
Jim Cromiece00f852006-11-30 04:49:44 +0100154P: Latchesar Ionkov
155M: lucho@ionkov.net
156L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500157W: http://swik.net/v9fs
Jim Cromiece00f852006-11-30 04:49:44 +0100158T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
159S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800160
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161A2232 SERIAL BOARD DRIVER
162P: Enver Haase
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163M: A2232@gmx.net
164L: linux-m68k@lists.linux-m68k.org
165S: Maintained
166
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700167AACRAID SCSI RAID DRIVER
168P: Adaptec OEM Raid Solutions
169M: aacraid@adaptec.com
170L: linux-scsi@vger.kernel.org
171W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172S: Supported
173
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700174ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200175P: Hans de Goede
176M: j.w.r.degoede@hhs.nl
177L: lm-sensors@lm-sensors.org
178S: Maintained
179
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700180ABIT UGURU 3 HARDWARE MONITOR DRIVER
181P: Alistair John Strachan
182M: alistair@devzero.co.uk
183L: lm-sensors@lm-sensors.org
184S: Maintained
185
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186ACENIC DRIVER
187P: Jes Sorensen
188M: jes@trained-monkey.org
189L: linux-acenic@sunsite.dk
190S: Maintained
191
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000192ACER WMI LAPTOP EXTRAS
193P: Carlos Corbacho
194M: carlos@strangeworlds.co.uk
195L: aceracpi@googlegroups.com (subscribers-only)
196W: http://code.google.com/p/aceracpi
197S: Maintained
198
Linus Torvalds1da177e2005-04-16 15:20:36 -0700199ACPI
Andi Kleen54cd3142008-09-04 13:30:07 +0200200P: Len Brown
Len Brown8b59a452007-01-08 19:03:28 -0500201M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500202L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400203W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800204T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500205S: Supported
206
207ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400208P: Alexey Starikovskiy
209M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500210L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300211W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500212S: Supported
213
214ACPI EC DRIVER
215P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400216M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500217L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300218W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500219S: Supported
220
221ACPI FAN DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400222P: Zhang Rui
223M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500224L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300225W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500226S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700228ACPI PCI HOTPLUG DRIVER
229P: Kristen Carlson Accardi
230M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -0700231L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -0500232S: Supported
233
234ACPI THERMAL DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400235P: Zhang Rui
236M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500237L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300238W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500239S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700240
Len Brown359acec2007-02-10 01:59:24 -0500241ACPI VIDEO DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400242P: Zhang Rui
Len Brown38e09d82007-10-25 17:55:59 -0400243M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500244L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300245W: http://www.lesswatts.org/projects/acpi/
Len Brown359acec2007-02-10 01:59:24 -0500246S: Supported
247
Carlos Corbachobff431e2008-02-05 02:17:04 +0000248ACPI WMI DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +0200249P: Carlos Corbacho
250M: carlos@strangeworlds.co.uk
251L: linux-acpi@vger.kernel.org
252W: http://www.lesswatts.org/projects/acpi/
253S: Maintained
Carlos Corbachobff431e2008-02-05 02:17:04 +0000254
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100255AD1889 ALSA SOUND DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +0200256P: Kyle McMartin
257M: kyle@mcmartin.ca
258P: Thibaut Varene
259M: T-Bone@parisc-linux.org
260W: http://wiki.parisc-linux.org/AD1889
261L: linux-parisc@vger.kernel.org
262S: Maintained
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100263
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264ADM1025 HARDWARE MONITOR DRIVER
265P: Jean Delvare
266M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200267L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268S: Maintained
269
Corentin Labbecae2caa2007-02-14 21:15:04 +0100270ADM1029 HARDWARE MONITOR DRIVER
271P: Corentin Labbe
272M: corentin.labbe@geomatys.fr
273L: lm-sensors@lm-sensors.org
274S: Maintained
275
Michael Wucc0b88c2007-08-31 01:15:25 -0400276ADM8211 WIRELESS DRIVER
277P: Michael Wu
278M: flamingice@sourmilk.net
279L: linux-wireless@vger.kernel.org
280W: http://linuxwireless.org/
281T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
282S: Maintained
283
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284ADT746X FAN DRIVER
285P: Colin Leroy
286M: colin@colino.net
287S: Maintained
288
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400289ADVANSYS SCSI DRIVER
290P: Matthew Wilcox
291M: matthew@wil.cx
292L: linux-scsi@vger.kernel.org
293S: Maintained
294
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295AEDSP16 DRIVER
296P: Riccardo Facchetti
297M: fizban@tin.it
298S: Maintained
299
300AFFS FILE SYSTEM
301P: Roman Zippel
302M: zippel@linux-m68k.org
303S: Maintained
304
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700305AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
306P: David Howells
307M: dhowells@redhat.com
308L: linux-afs@lists.infradead.org
309S: Supported
310
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400312P: David Airlie
313M: airlied@linux.ie
314T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315S: Maintained
316
317AHA152X SCSI DRIVER
318P: Juergen E. Fischer
319M: Juergen Fischer <fischer@norbit.de>
320L: linux-scsi@vger.kernel.org
321S: Maintained
322
Hannes Reinecke64624d42007-10-19 10:32:29 +0200323AIC7XXX / AIC79XX SCSI DRIVER
324P: Hannes Reinecke
325M: hare@suse.de
326L: linux-scsi@vger.kernel.org
327S: Maintained
328
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700329AIO
330P: Benjamin LaHaise
331M: bcrl@kvack.org
332L: linux-aio@kvack.org
333S: Supported
334
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335ALCATEL SPEEDTOUCH USB DRIVER
336P: Duncan Sands
337M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700338L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700339W: http://www.linux-usb.org/SpeedTouch/
340S: Maintained
341
Pierre Ossman272f1332007-05-14 21:25:26 +0200342ALCHEMY AU1XX0 MMC DRIVER
Manuel Lauss08fcb722008-06-09 08:40:35 +0200343P: Manuel Lauss
344M: manuel.lauss@gmail.com
345S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200346
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000347ALI1563 I2C DRIVER
348P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100349M: r.marek@assembler.cz
Jean Delvare846557d2008-10-30 15:55:47 +0100350L: linux-i2c@vger.kernel.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000351S: Maintained
352
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353ALPHA PORT
354P: Richard Henderson
355M: rth@twiddle.net
356S: Odd Fixes for 2.4; Maintained for 2.6.
357P: Ivan Kokshaysky
358M: ink@jurassic.park.msu.ru
359S: Maintained for 2.4; PCI support for 2.6.
360
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700361AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
362P: Thomas Dahlmann
363M: thomas.dahlmann@amd.com
Jordan Crouse67d76712008-05-12 14:02:22 -0700364L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700365S: Supported
366
Jordan Crousef90b8112006-01-06 00:12:14 -0800367AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100368P: Jordan Crouse
Jordan Crouse67d76712008-05-12 14:02:22 -0700369L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Jordan Crousef90b8112006-01-06 00:12:14 -0800370W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
371S: Supported
372
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200373AMD IOMMU (AMD-VI)
374P: Joerg Roedel
375M: joerg.roedel@amd.com
376L: iommu@lists.linux-foundation.org
Joerg Roedelbbd001c2008-09-17 17:22:45 +0200377T: git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200378S: Supported
379
Peter Orubae7f5b302008-07-28 18:44:11 +0200380AMD MICROCODE UPDATE SUPPORT
Peter Oruba8d433c402008-10-16 18:43:48 +0200381P: Andreas Herrmann
382M: andeas.herrmann3@amd.com
383L: amd64-microcode@amd64.org
Peter Orubae7f5b302008-07-28 18:44:11 +0200384S: Supported
385
Stelian Pop284f42b2006-12-12 18:18:31 +0100386AMS (Apple Motion Sensor) DRIVER
387P: Stelian Pop
388M: stelian@popies.net
389P: Michael Hanselmann
390M: linux-kernel@hansmi.ch
391S: Supported
392
Tom Tuckerf94b5332006-09-22 15:22:48 -0700393AMSO1100 RNIC DRIVER
394P: Tom Tucker
395M: tom@opengridcomputing.com
396P: Steve Wise
397M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700398L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700399S: Maintained
400
Johannes Berg42269062006-07-25 16:15:50 +0200401AOA (Apple Onboard Audio) ALSA DRIVER
402P: Johannes Berg
403M: johannes@sipsolutions.net
404L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200405L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200406S: Maintained
407
Linus Torvalds1da177e2005-04-16 15:20:36 -0700408APM DRIVER
409P: Stephen Rothwell
410M: sfr@canb.auug.org.au
411L: linux-laptop@vger.kernel.org
412W: http://www.canb.auug.org.au/~sfr/
413S: Supported
414
Henrik Rydbergbd7aa4b2008-09-02 14:35:43 -0700415APPLE BCM5974 MULTITOUCH DRIVER
416P: Henrik Rydberg
417M: rydberg@euromail.se
418L: linux-input@vger.kernel.org
419S: Maintained
420
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700421APPLE SMC DRIVER
422P: Nicolas Boichat
423M: nicolas@boichat.ch
424L: mactel-linux-devel@lists.sourceforge.net
425S: Maintained
426
Linus Torvalds1da177e2005-04-16 15:20:36 -0700427APPLETALK NETWORK LAYER
428P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300429M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430S: Maintained
431
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400432APPLETOUCH TOUCHPAD DRIVER
433P: Johannes Berg
434M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400435L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400436S: Maintained
437
Jaya Kumar1154ea72005-06-21 17:17:04 -0700438ARC FRAMEBUFFER DRIVER
439P: Jaya Kumar
440M: jayalk@intworks.biz
441S: Maintained
442
Linus Torvalds1da177e2005-04-16 15:20:36 -0700443ARM MFM AND FLOPPY DRIVERS
444P: Ian Molton
445M: spyro@f2s.com
446S: Maintained
447
Russell King2761f5c2007-05-24 06:56:08 +0200448ARM PRIMECELL MMCI PL180/1 DRIVER
Pierre Ossman6d799472008-07-22 14:36:57 +0200449S: Orphan
Russell King2761f5c2007-05-24 06:56:08 +0200450
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800451ARM/ADI ROADRUNNER MACHINE SUPPORT
452P: Lennert Buytenhek
453M: kernel@wantstofly.org
454L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
455S: Maintained
456
457ARM/ADS SPHERE MACHINE SUPPORT
458P: Lennert Buytenhek
459M: kernel@wantstofly.org
460L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
461S: Maintained
462
Sergey Lapin9c784f92008-08-03 02:29:48 +0100463ARM/AFEB9260 MACHINE SUPPORT
464P: Sergey Lapin
465M: slapin@ossfans.org
466L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
467S: Maintained
468
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800469ARM/AJECO 1ARM MACHINE SUPPORT
470P: Lennert Buytenhek
471M: kernel@wantstofly.org
472L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
473S: Maintained
474
Andrew Victord4a89c72006-12-04 13:56:21 +0100475ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
Jean Delvare795fb7e2008-09-20 12:33:08 +0200476P: Andrew Victor
477M: linux@maxim.org.za
478L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
479W: http://maxim.org.za/at91_26.html
480S: Maintained
Andrew Victord4a89c72006-12-04 13:56:21 +0100481
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800482ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
483P: Lennert Buytenhek
484M: kernel@wantstofly.org
485L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
486S: Maintained
487
488ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
489P: Lennert Buytenhek
490M: kernel@wantstofly.org
491L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
492S: Maintained
493
Mike Rapoportd48134e2008-08-20 09:03:26 +0100494ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
Russell Kinga9da4f72008-07-12 21:42:04 +0100495P: Mike Rapoport
496M: mike@compulab.co.il
497L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
498S: Maintained
499
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500ARM/CORGI MACHINE SUPPORT
501P: Richard Purdie
502M: rpurdie@rpsys.net
503S: Maintained
504
Russell Kinga9da4f72008-07-12 21:42:04 +0100505ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
506P: Daniel Ribeiro
507M: drwyrm@gmail.com
508P: Stefan Schmidt
509M: stefan@openezx.org
510P: Harald Welte
511M: laforge@openezx.org
512L: openezx-devel@lists.openezx.org (subscribers-only)
513W: http://www.openezx.org/
514S: Maintained
515
Sascha Hauer86183a52008-07-24 23:50:35 +0200516ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
517P: Sascha Hauer
518M: kernel@pengutronix.de
519L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
520S: Maintained
521
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800522ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
523P: Lennert Buytenhek
524M: kernel@wantstofly.org
525L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
526S: Maintained
527
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100528ARM/GUMSTIX MACHINE SUPPORT
529P: Steve Sakoman
530M: sakoman@gmail.com
531L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
532S: Maintained
533
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100534ARM/HP JORNADA 7XX MACHINE SUPPORT
Jean Delvare795fb7e2008-09-20 12:33:08 +0200535P: Kristoffer Ericson
536M: kristoffer.ericson@gmail.com
537W: www.jlime.com
538S: Maintained
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100539
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800540ARM/INTEL IOP32X ARM ARCHITECTURE
541P: Lennert Buytenhek
542M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100543P: Dan Williams
544M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800545L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100546S: Supported
547
548ARM/INTEL IOP33X ARM ARCHITECTURE
549P: Dan Williams
550M: dan.j.williams@intel.com
551L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
552S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800553
554ARM/INTEL IOP13XX ARM ARCHITECTURE
555P: Lennert Buytenhek
556M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100557P: Dan Williams
558M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800559L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100560S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800561
562ARM/INTEL IQ81342EX MACHINE SUPPORT
563P: Lennert Buytenhek
564M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100565P: Dan Williams
566M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800567L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100568S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800569
570ARM/INTEL IXP2000 ARM ARCHITECTURE
571P: Lennert Buytenhek
572M: kernel@wantstofly.org
573L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
574S: Maintained
575
576ARM/INTEL IXDP2850 MACHINE SUPPORT
577P: Lennert Buytenhek
578M: kernel@wantstofly.org
579L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
580S: Maintained
581
582ARM/INTEL IXP23XX ARM ARCHITECTURE
583P: Lennert Buytenhek
584M: kernel@wantstofly.org
585L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
586S: Maintained
587
588ARM/INTEL XSC3 (MANZANO) ARM CORE
589P: Lennert Buytenhek
590M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100591P: Dan Williams
592M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800593L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100594S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800595
596ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
597P: Lennert Buytenhek
598M: kernel@wantstofly.org
599L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
600S: Maintained
601
602ARM/LOGICPD PXA270 MACHINE SUPPORT
603P: Lennert Buytenhek
604M: kernel@wantstofly.org
605L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
606S: Maintained
607
Philipp Zabel3b8861712008-07-09 21:27:15 +0100608ARM/MAGICIAN MACHINE SUPPORT
609P: Philipp Zabel
610M: philipp.zabel@gmail.com
611S: Maintained
612
Kristoffer Ericson9624dfe2008-10-09 16:50:46 +0100613ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
614P: Michael Petchkovsky
615M: mkpetch@internode.on.net
616S: Maintained
617
Dirk Opfer8459c152005-11-06 14:27:52 +0000618ARM/TOSA MACHINE SUPPORT
Dmitry Eremin-Solenikovbfa0b1c2009-01-06 14:41:05 -0800619P: Dmitry Eremin-Solenikov
Dmitry Baryshkov93887042008-07-07 10:50:06 +0100620M: dbaryshkov@gmail.com
Dirk Opfer8459c152005-11-06 14:27:52 +0000621P: Dirk Opfer
622M: dirk@opfer-online.de
623S: Maintained
624
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100625ARM/PALMTX SUPPORT
626P: Marek Vasut
627M: marek.vasut@gmail.com
628W: http://hackndev.com
629S: Maintained
630
Sergey Lapinc49e1e62008-08-29 15:47:52 +0100631ARM/PALMZ72 SUPPORT
632P: Sergey Lapin
633M: slapin@ossfans.org
634W: http://hackndev.com
635S: Maintained
636
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637ARM/PLEB SUPPORT
638P: Peter Chubb
639M: pleb@gelato.unsw.edu.au
640W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
641S: Maintained
642
643ARM/PT DIGITAL BOARD PORT
644P: Stefan Eletzhofer
645M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700646L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700647W: http://www.arm.linux.org.uk/
648S: Maintained
649
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800650ARM/RADISYS ENP2611 MACHINE SUPPORT
651P: Lennert Buytenhek
652M: kernel@wantstofly.org
653L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
654S: Maintained
655
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656ARM/SHARK MACHINE SUPPORT
657P: Alexander Schulz
658M: alex@shark-linux.de
659W: http://www.shark-linux.de/shark.html
660S: Maintained
661
662ARM/STRONGARM110 PORT
663P: Russell King
664M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700665L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666W: http://www.arm.linux.org.uk/
667S: Maintained
668
669ARM/S3C2410 ARM ARCHITECTURE
670P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800671M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700672L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700673W: http://www.fluff.org/ben/linux/
674S: Maintained
675
676ARM/S3C2440 ARM ARCHITECTURE
677P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800678M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700679L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680W: http://www.fluff.org/ben/linux/
681S: Maintained
682
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800683ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
684P: Lennert Buytenhek
685M: kernel@wantstofly.org
686L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
687S: Maintained
688
689ARM/THECUS N2100 MACHINE SUPPORT
690P: Lennert Buytenhek
691M: kernel@wantstofly.org
692L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
693S: Maintained
694
Linus Torvalds1da177e2005-04-16 15:20:36 -0700695ARPD SUPPORT
696P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700697L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700698S: Maintained
699
700ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500701P: Corentin Chary
702M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700703P: Karol Kozimor
704M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700705L: acpi4asus-user@lists.sourceforge.net
706W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500707W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700708S: Maintained
709
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400710ASUS ASB100 HARDWARE MONITOR DRIVER
711P: Mark M. Hoffman
712M: mhoffman@lightlink.com
713L: lm-sensors@lm-sensors.org
714S: Maintained
715
Corentin Chary85091b72007-01-26 14:04:30 +0100716ASUS LAPTOP EXTRAS DRIVER
717P: Corentin Chary
718M: corentincj@iksaif.net
719L: acpi4asus-user@lists.sourceforge.net
720W: http://sourceforge.net/projects/acpi4asus
721W: http://xf.iksaif.net/acpi4asus
722S: Maintained
723
Andrew Morton953a6472008-11-06 12:53:28 -0800724ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
Dan Williamsb3e5f262007-08-07 10:26:35 -0700725P: Dan Williams
726M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100727P: Maciej Sosnowski
728M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700729L: linux-kernel@vger.kernel.org
730W: http://sourceforge.net/projects/xscaleiop
731S: Supported
732
Randy Dunlape7839f22008-10-12 16:11:45 -0700733ATA OVER ETHERNET (AOE) DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700734P: Ed L. Cashin
735M: ecashin@coraid.com
736W: http://www.coraid.com/support/linux
737S: Supported
738
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200739ATHEROS ATH5K WIRELESS DRIVER
740P: Jiri Slaby
741M: jirislaby@gmail.com
742P: Nick Kossifidis
743M: mickflemm@gmail.com
744P: Luis R. Rodriguez
Luis R. Rodriguez4fe06572008-10-13 14:08:07 -0700745M: lrodriguez@atheros.com
Bob Copelandadef1992008-10-29 08:30:57 -0400746P: Bob Copeland
747M: me@bobcopeland.com
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200748L: linux-wireless@vger.kernel.org
749L: ath5k-devel@lists.ath5k.org
750S: Maintained
751
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700752ATHEROS ATH9K WIRELESS DRIVER
753P: Luis R. Rodriguez
754M: lrodriguez@atheros.com
755P: Jouni Malinen
756M: jmalinen@atheros.com
757L: linux-wireless@vger.kernel.org
758L: ath9k-devel@lists.ath9k.org
759S: Supported
760
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000761ATI_REMOTE2 DRIVER
762P: Ville Syrjala
763M: syrjala@sci.fi
764S: Maintained
765
Chris Snook7ae115b2008-09-09 03:26:57 -0400766ATLX ETHERNET DRIVERS
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600767P: Jay Cliburn
768M: jcliburn@gmail.com
769P: Chris Snook
770M: csnook@redhat.com
Chris Snook7ae115b2008-09-09 03:26:57 -0400771P: Jie Yang
772M: jie.yang@atheros.com
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600773L: atl1-devel@lists.sourceforge.net
774W: http://sourceforge.net/projects/atl1
775W: http://atl1.sourceforge.net
776S: Maintained
777
Linus Torvalds1da177e2005-04-16 15:20:36 -0700778ATM
779P: Chas Williams
780M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700781L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Jiri Slaby44ae98b2008-11-30 23:27:11 -0800782L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700783W: http://linux-atm.sourceforge.net
784S: Maintained
785
Pierre Ossman272f1332007-05-14 21:25:26 +0200786ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200787P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800788M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200789L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
790W: http://www.atmel.com/products/AT91/
791W: http://www.at91.com/
792S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200793
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800794ATMEL AT91 / AT32 SERIAL DRIVER
795P: Haavard Skinnemoen
796M: hskinnemoen@atmel.com
797L: linux-kernel@vger.kernel.org
798S: Supported
799
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800800ATMEL LCDFB DRIVER
801P: Nicolas Ferre
802M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800803L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800804S: Maintained
805
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100806ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100807P: Haavard Skinnemoen
808M: hskinnemoen@atmel.com
809S: Supported
810
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800811ATMEL SPI DRIVER
812P: Haavard Skinnemoen
813M: hskinnemoen@atmel.com
814S: Supported
815
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700816ATMEL USBA UDC DRIVER
817P: Haavard Skinnemoen
818M: hskinnemoen@atmel.com
819L: kernel@avr32linux.org
820W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
821S: Supported
822
Linus Torvalds1da177e2005-04-16 15:20:36 -0700823ATMEL WIRELESS DRIVER
824P: Simon Kelley
825M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700826L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827W: http://www.thekelleys.org.uk/atmel
828W: http://atmelwlandriver.sourceforge.net/
829S: Maintained
830
Chris Wrighta92b7b82005-07-07 18:12:23 -0700831AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400832P: Al Viro
833M: viro@zeniv.linux.org.uk
834P: Eric Paris
835M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700836L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100837W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400838T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700839S: Maintained
840
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800841AUXILIARY DISPLAY DRIVERS
842P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700843M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800844L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700845W: http://miguelojeda.es/auxdisplay.htm
846W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800847S: Maintained
848
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700849AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700850P: Haavard Skinnemoen
851M: hskinnemoen@atmel.com
852W: http://www.atmel.com/products/AVR32/
853W: http://avr32linux.org/
854W: http://avrfreaks.net/
855S: Supported
856
857AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700858P: Haavard Skinnemoen
859M: hskinnemoen@atmel.com
860S: Supported
861
Linus Torvalds1da177e2005-04-16 15:20:36 -0700862AX.25 NETWORK LAYER
863P: Ralf Baechle
864M: ralf@linux-mips.org
865L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200866W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700867S: Maintained
868
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700869B43 WIRELESS DRIVER
870P: Michael Buesch
871M: mb@bu3sch.de
872P: Stefano Brivio
873M: stefano.brivio@polimi.it
874L: linux-wireless@vger.kernel.org
875W: http://linuxwireless.org/en/users/Drivers/b43
876S: Maintained
877
878B43LEGACY WIRELESS DRIVER
879P: Larry Finger
880M: Larry.Finger@lwfinger.net
881P: Stefano Brivio
882M: stefano.brivio@polimi.it
883L: linux-wireless@vger.kernel.org
884W: http://linuxwireless.org/en/users/Drivers/b43
885S: Maintained
886
Richard Purdie300abeb2007-02-07 22:21:07 +0000887BACKLIGHT CLASS/SUBSYSTEM
888P: Richard Purdie
889M: rpurdie@rpsys.net
890S: Maintained
891
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700892BAYCOM/HDLCDRV DRIVERS FOR AX.25
893P: Thomas Sailer
894M: t.sailer@alumni.ethz.ch
895L: linux-hams@vger.kernel.org
896W: http://www.baycom.org/~tom/ham/ham.html
897S: Maintained
898
899BEFS FILE SYSTEM
900P: Sergey S. Kostyliov
901M: rathamahata@php4.ru
902L: linux-kernel@vger.kernel.org
903S: Maintained
904
905BFS FILE SYSTEM
906P: Tigran A. Aivazian
907M: tigran@aivazian.fsnet.co.uk
908L: linux-kernel@vger.kernel.org
909S: Maintained
910
Bryan Wu1394f032007-05-06 14:50:22 -0700911BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800912P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800913M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800914L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
915W: http://blackfin.uclinux.org
916S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700917
Bryan Wue190d6b2007-07-17 14:43:44 +0800918BLACKFIN EMAC DRIVER
919P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800920M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800921L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
922W: http://blackfin.uclinux.org
923S: Supported
924
Mike Frysinger566da5b2007-06-11 15:31:30 +0800925BLACKFIN RTC DRIVER
926P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800927M: vapier.adi@gmail.com
928L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
929W: http://blackfin.uclinux.org
930S: Supported
931
Bryan Wu1394f032007-05-06 14:50:22 -0700932BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800933P: Sonic Zhang
934M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800935L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
936W: http://blackfin.uclinux.org
937S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700938
Bryan Wu1e6d3202007-07-15 02:50:02 +0800939BLACKFIN WATCHDOG DRIVER
940P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800941M: vapier.adi@gmail.com
942L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
943W: http://blackfin.uclinux.org
944S: Supported
945
Bryan Wud24ecfc2007-05-01 23:26:32 +0200946BLACKFIN I2C TWI DRIVER
947P: Sonic Zhang
948M: sonic.zhang@analog.com
949L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
950W: http://blackfin.uclinux.org/
951S: Supported
952
Linus Torvalds1da177e2005-04-16 15:20:36 -0700953BLOCK LAYER
954P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200955M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700956L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800957T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958S: Maintained
959
Joern Engel2b54aae2008-02-06 01:38:02 -0800960BLOCK2MTD DRIVER
961P: Joern Engel
962M: joern@lazybastard.org
963L: linux-mtd@lists.infradead.org
964S: Maintained
965
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200966BLUETOOTH DRIVERS
967P: Marcel Holtmann
968M: marcel@holtmann.org
969L: linux-bluetooth@vger.kernel.org
970W: http://www.bluez.org/
971S: Maintained
972
Linus Torvalds1da177e2005-04-16 15:20:36 -0700973BLUETOOTH SUBSYSTEM
974P: Marcel Holtmann
975M: marcel@holtmann.org
Pavel Machek781c2842008-03-20 15:41:02 -0700976L: linux-bluetooth@vger.kernel.org
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200977W: http://www.bluez.org/
Josh Boyer1adc1232005-11-23 15:44:15 -0800978T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979S: Maintained
980
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100982P: Jay Vosburgh
983M: fubar@us.ibm.com
984L: bonding-devel@lists.sourceforge.net
985W: http://sourceforge.net/projects/bonding/
986S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700987
Gary Zambrano39105892006-06-22 17:26:20 -0700988BROADCOM B44 10/100 ETHERNET DRIVER
989P: Gary Zambrano
990M: zambrano@broadcom.com
991L: netdev@vger.kernel.org
992S: Supported
993
Michael Chan948c51e2006-06-04 02:51:39 -0700994BROADCOM BNX2 GIGABIT ETHERNET DRIVER
995P: Michael Chan
996M: mchan@broadcom.com
997L: netdev@vger.kernel.org
998S: Supported
999
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001000BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -07001001P: Eilon Greenstein
1002M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001003L: netdev@vger.kernel.org
1004S: Supported
1005
Michael Chan948c51e2006-06-04 02:51:39 -07001006BROADCOM TG3 GIGABIT ETHERNET DRIVER
1007P: Michael Chan
1008M: mchan@broadcom.com
1009L: netdev@vger.kernel.org
1010S: Supported
1011
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001012BSG (block layer generic sg v4 driver)
1013P: FUJITA Tomonori
1014M: fujita.tomonori@lab.ntt.co.jp
1015L: linux-scsi@vger.kernel.org
1016S: Supported
1017
Michael Bueschff1d5c22008-07-25 01:46:10 -07001018BT8XXGPIO DRIVER
1019P: Michael Buesch
1020M: mb@bu3sch.de
1021W: http://bu3sch.de/btgpio.php
1022S: Maintained
1023
Linus Torvalds1da177e2005-04-16 15:20:36 -07001024BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001025P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001026M: mchehab@infradead.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001027L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001028L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001029W: http://linuxtv.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001030T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001031S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001032
Jonathan Corbet77d51402007-03-22 19:44:17 -03001033CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02001034P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03001035M: corbet@lwn.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001036L: linux-media@vger.kernel.org
1037T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03001038S: Maintained
1039
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001040CALGARY x86-64 IOMMU
1041P: Muli Ben-Yehuda
1042M: muli@il.ibm.com
1043P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001044M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001045L: linux-kernel@vger.kernel.org
1046L: discuss@x86-64.org
1047S: Maintained
1048
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001049CAN NETWORK LAYER
1050P: Urs Thuermann
1051M: urs.thuermann@volkswagen.de
1052P: Oliver Hartkopp
1053M: oliver.hartkopp@volkswagen.de
1054L: socketcan-core@lists.berlios.de (subscribers-only)
1055W: http://developer.berlios.de/projects/socketcan/
1056S: Maintained
1057
Arnd Bergmannb8154542008-05-16 11:10:59 +02001058CELL BROADBAND ENGINE ARCHITECTURE
1059P: Arnd Bergmann
1060M: arnd@arndb.de
1061L: linuxppc-dev@ozlabs.org
1062L: cbe-oss-dev@ozlabs.org
1063W: http://www.ibm.com/developerworks/power/cell/
1064S: Supported
1065
David Vrabel18332a82008-09-17 16:34:44 +01001066CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1067P: David Vrabel
1068M: david.vrabel@csr.com
1069L: linux-usb@vger.kernel.org
1070S: Supported
1071
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001072CFAG12864B LCD DRIVER
1073P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001074M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001075L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001076W: http://miguelojeda.es/auxdisplay.htm
1077W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001078S: Maintained
1079
1080CFAG12864BFB LCD FRAMEBUFFER DRIVER
1081P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001082M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001083L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001084W: http://miguelojeda.es/auxdisplay.htm
1085W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001086S: Maintained
1087
Johannes Berg704232c2007-04-23 12:20:05 -07001088CFG80211 and NL80211
1089P: Johannes Berg
1090M: johannes@sipsolutions.net
1091L: linux-wireless@vger.kernel.org
1092S: Maintained
1093
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001094CHECKPATCH
1095P: Andy Whitcroft
Andy Whitcroftb0e0b432009-01-06 14:41:22 -08001096M: apw@canonical.com
1097L: linux-kernel@vger.kernel.org
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001098S: Supported
1099
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001100CISCO 10G ETHERNET DRIVER
1101P: Scott Feldman
1102M: scofeldm@cisco.com
1103P: Joe Eykholt
1104M: jeykholt@cisco.com
Joel Becker7063fbf2005-12-15 14:29:43 -08001105S: Supported
1106
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001107CIRRUS LOGIC EP93XX ETHERNET DRIVER
1108P: Lennert Buytenhek
1109M: kernel@wantstofly.org
1110L: netdev@vger.kernel.org
1111S: Maintained
1112
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001113CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1114P: Lennert Buytenhek
1115M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001116L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001117S: Maintained
1118
Timur Tabid9e9d822008-04-24 08:45:26 +10001119CIRRUS LOGIC CS4270 SOUND DRIVER
1120P: Timur Tabi
1121M: timur@freescale.com
1122L: alsa-devel@alsa-project.org
1123S: Supported
1124
Linus Torvalds1da177e2005-04-16 15:20:36 -07001125CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1126P: Cirrus Logic Corporation (kernel 2.2 driver)
1127M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1128P: Nils Faerber (port to kernel 2.4)
1129M: Nils Faerber <nils@kernelconcepts.de>
1130S: Maintained
1131
1132CODA FILE SYSTEM
1133P: Jan Harkes
1134M: jaharkes@cs.cmu.edu
1135M: coda@cs.cmu.edu
1136L: codalist@coda.cs.cmu.edu
1137W: http://www.coda.cs.cmu.edu/
1138S: Maintained
1139
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001140COMMON INTERNET FILE SYSTEM (CIFS)
1141P: Steve French
1142M: sfrench@samba.org
1143L: linux-cifs-client@lists.samba.org
1144L: samba-technical@lists.samba.org
1145W: http://linux-cifs.samba.org/
1146T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1147S: Supported
1148
Linus Torvalds1da177e2005-04-16 15:20:36 -07001149COMPACTPCI HOTPLUG CORE
1150P: Scott Murray
1151M: scottm@somanetworks.com
1152M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001153L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001154S: Supported
1155
1156COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1157P: Scott Murray
1158M: scottm@somanetworks.com
1159M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001160L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001161S: Supported
1162
1163COMPACTPCI HOTPLUG GENERIC DRIVER
1164P: Scott Murray
1165M: scottm@somanetworks.com
1166M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001167L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168S: Supported
1169
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001170COMPAL LAPTOP SUPPORT
1171P: Cezary Jackiewicz
1172M: cezary.jackiewicz@gmail.com
1173S: Maintained
1174
Linus Torvalds1da177e2005-04-16 15:20:36 -07001175COMPUTONE INTELLIPORT MULTIPORT CARD
1176P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001177M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001179S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001180
Simon Arlott949be0f2007-03-06 02:47:46 -08001181CONEXANT ACCESSRUNNER USB DRIVER
1182P: Simon Arlott
1183M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001184L: accessrunner-general@lists.sourceforge.net
1185W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001186S: Maintained
1187
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001188CONFIGFS
1189P: Joel Becker
1190M: joel.becker@oracle.com
1191L: linux-kernel@vger.kernel.org
1192S: Supported
1193
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001194CONTROL GROUPS (CGROUPS)
1195P: Paul Menage
1196M: menage@google.com
1197L: containers@lists.linux-foundation.org
1198S: Maintained
1199
Rudolf Marekbebe4672007-05-08 17:22:02 +02001200CORETEMP HARDWARE MONITORING DRIVER
1201P: Rudolf Marek
1202M: r.marek@assembler.cz
1203L: lm-sensors@lm-sensors.org
1204S: Maintained
1205
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206COSA/SRP SYNC SERIAL DRIVER
1207P: Jan "Yenya" Kasprzak
1208M: kas@fi.muni.cz
1209W: http://www.fi.muni.cz/~kas/cosa/
1210S: Maintained
1211
1212CPU FREQUENCY DRIVERS
1213P: Dave Jones
Dave Jonesf4432c52008-10-20 13:31:45 -04001214M: davej@redhat.com
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001215L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001217T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001218S: Maintained
1219
1220CPUID/MSR DRIVER
1221P: H. Peter Anvin
1222M: hpa@zytor.com
1223S: Maintained
1224
Paul Jacksoned90fb42005-09-27 21:45:37 -07001225CPUSETS
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001226P: Paul Menage
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001227M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001228L: linux-kernel@vger.kernel.org
1229W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001230W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001231S: Supported
1232
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001234W: http://sourceforge.net/projects/cramfs/
1235S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001236
1237CRIS PORT
1238P: Mikael Starvik
1239M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001240P: Jesper Nilsson
1241M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242L: dev-etrax@axis.com
1243W: http://developer.axis.com
1244S: Maintained
1245
1246CRYPTO API
1247P: Herbert Xu
1248M: herbert@gondor.apana.org.au
1249P: David S. Miller
1250M: davem@davemloft.net
1251L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001252T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001253S: Maintained
1254
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001255CS5535 Audio ALSA driver
1256P: Jaya Kumar
1257M: jayakumar.alsa@gmail.com
1258S: Maintained
1259
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001260CX18 VIDEO4LINUX DRIVER
1261P: Hans Verkuil, Andy Walls
1262M: hverkuil@xs4all.nl, awalls@radix.net
1263L: ivtv-devel@ivtvdriver.org
1264L: ivtv-users@ivtvdriver.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001265L: linux-media@vger.kernel.org
1266T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001267W: http://linuxtv.org
1268S: Maintained
1269
Steve Wisee5ec3782008-05-20 14:06:33 -07001270CXGB3 ETHERNET DRIVER (CXGB3)
1271P: Divy Le Ray
1272M: divy@chelsio.com
1273L: netdev@vger.kernel.org
1274W: http://www.chelsio.com
1275S: Supported
1276
1277CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1278P: Steve Wise
1279M: swise@chelsio.com
1280L: general@lists.openfabrics.org
1281W: http://www.openfabrics.org
1282S: Supported
1283
Linus Torvalds1da177e2005-04-16 15:20:36 -07001284CYBERPRO FB DRIVER
1285P: Russell King
1286M: rmk@arm.linux.org.uk
1287W: http://www.arm.linux.org.uk/
1288S: Maintained
1289
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001290CYBLAFB FRAMEBUFFER DRIVER
1291P: Knut Petersen
1292M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001293L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001294S: Maintained
1295
Linus Torvalds1da177e2005-04-16 15:20:36 -07001296CYCLADES 2X SYNC CARD DRIVER
1297P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001298M: acme@ghostprotocols.net
1299W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001300S: Maintained
1301
1302CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001303W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001304S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001305
1306CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001307W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001308S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001309
Linus Torvalds1da177e2005-04-16 15:20:36 -07001310DAMA SLAVE for AX.25
1311P: Joerg Reuter
1312M: jreuter@yaina.de
1313W: http://yaina.de/jreuter/
1314W: http://www.qsl.net/dl1bke/
1315L: linux-hams@vger.kernel.org
1316S: Maintained
1317
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001318DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1319P: Tobias Ringstrom
1320M: tori@unhappy.mine.nu
1321L: netdev@vger.kernel.org
1322S: Maintained
1323
1324DC390/AM53C974 SCSI driver
1325P: Kurt Garloff
1326M: garloff@suse.de
1327W: http://www.garloff.de/kurt/linux/dc390/
1328P: Guennadi Liakhovetski
1329M: g.liakhovetski@gmx.de
1330S: Maintained
1331
Linus Torvalds1da177e2005-04-16 15:20:36 -07001332DC395x SCSI driver
1333P: Oliver Neukum
1334M: oliver@neukum.name
1335P: Ali Akcaagac
1336M: aliakc@web.de
1337P: Jamie Lenehan
1338M: lenehan@twibble.org
1339W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001340L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001341L: http://lists.twibble.org/mailman/listinfo/dc395x/
1342S: Maintained
1343
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001344DCCP PROTOCOL
1345P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001346M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001347L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001348W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001349S: Maintained
1350
Linus Torvalds1da177e2005-04-16 15:20:36 -07001351DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001352P: Christine Caulfield
1353M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001354W: http://linux-decnet.sourceforge.net
1355L: linux-decnet-user@lists.sourceforge.net
1356S: Maintained
1357
1358DEFXX FDDI NETWORK DRIVER
1359P: Maciej W. Rozycki
1360M: macro@linux-mips.org
1361S: Maintained
1362
1363DELL LAPTOP SMM DRIVER
1364P: Massimo Dal Zotto
1365M: dz@debian.org
1366W: http://www.debian.org/~dz/i8k/
1367S: Maintained
1368
Doug Warzecha90563ec2005-09-06 15:17:15 -07001369DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1370P: Doug Warzecha
1371M: Douglas_Warzecha@dell.com
1372S: Maintained
1373
Linus Torvalds1da177e2005-04-16 15:20:36 -07001374DEVICE NUMBER REGISTRY
1375P: Torben Mathiasen
1376M: device@lanana.org
1377W: http://lanana.org/docs/device-list/index.html
1378L: linux-kernel@vger.kernel.org
1379S: Maintained
1380
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001381DEVICE-MAPPER (LVM)
1382P: Alasdair Kergon
1383L: dm-devel@redhat.com
1384W: http://sources.redhat.com/dm
1385S: Maintained
1386
Linus Torvalds1da177e2005-04-16 15:20:36 -07001387DIGI INTL. EPCA DRIVER
1388P: Digi International, Inc
1389M: Eng.Linux@digi.com
1390L: Eng.Linux@digi.com
1391W: http://www.digi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001392S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001393
Randy Dunlape7839f22008-10-12 16:11:45 -07001394DIRECTORY NOTIFICATION (DNOTIFY)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001395P: Stephen Rothwell
1396M: sfr@canb.auug.org.au
1397L: linux-kernel@vger.kernel.org
1398S: Supported
1399
1400DISK GEOMETRY AND PARTITION HANDLING
1401P: Andries Brouwer
1402M: aeb@cwi.nl
1403W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1404W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1405W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1406S: Maintained
1407
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001408DISKQUOTA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001409P: Jan Kara
1410M: jack@suse.cz
1411L: linux-kernel@vger.kernel.org
1412S: Maintained
1413
Randy Dunlape7839f22008-10-12 16:11:45 -07001414DISTRIBUTED LOCK MANAGER (DLM)
Christine Caulfield8943f262008-02-14 19:31:31 -08001415P: Christine Caulfield
1416M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001417P: David Teigland
1418M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001419L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001420W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001421T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001422S: Supported
1423
Dan Williamsb3e5f262007-08-07 10:26:35 -07001424DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001425P: Maciej Sosnowski
1426M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001427P: Dan Williams
1428M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001429L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001430S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001431
Juerg Haefligerb8250372007-06-09 10:11:16 -04001432DME1737 HARDWARE MONITOR DRIVER
1433P: Juerg Haefliger
1434M: juergh@gmail.com
1435L: lm-sensors@lm-sensors.org
1436S: Maintained
1437
Martin Waitzba483d52005-06-17 13:20:59 -07001438DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001439P: Randy Dunlap
1440M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001441S: Maintained
1442
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001443DOCKING STATION DRIVER
Len Brownc5d191b2008-09-24 02:53:25 -04001444P: Shaohua Li
1445M: shaohua.li@intel.com
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001446L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001447S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001448
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001449DOCUMENTATION (/Documentation directory)
Jean Delvare795fb7e2008-09-20 12:33:08 +02001450P: Michael Kerrisk
1451M: mtk.manpages@gmail.com
1452P: Randy Dunlap
1453M: rdunlap@xenotime.net
1454L: linux-doc@vger.kernel.org
1455S: Maintained
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001456
Linus Torvalds1da177e2005-04-16 15:20:36 -07001457DOUBLETALK DRIVER
1458P: James R. Van Zandt
1459M: jrv@vanzandt.mv.com
1460L: blinux-list@redhat.com
1461S: Maintained
1462
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001463DPT_I2O SCSI RAID DRIVER
1464P: Adaptec OEM Raid Solutions
1465M: aacraid@adaptec.com
1466L: linux-scsi@vger.kernel.org
1467W: http://www.adaptec.com/
1468S: Maintained
1469
Linus Torvalds1da177e2005-04-16 15:20:36 -07001470DRIVER CORE, KOBJECTS, AND SYSFS
1471P: Greg Kroah-Hartman
1472M: gregkh@suse.de
1473L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001474T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475S: Supported
1476
1477DRM DRIVERS
1478P: David Airlie
1479M: airlied@linux.ie
1480L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001481T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001482S: Maintained
1483
1484DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001485P: Francois Romieu
1486M: romieu@fr.zoreil.com
1487L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001488S: Maintained
1489
1490DVB SUBSYSTEM AND DRIVERS
1491P: LinuxTV.org Project
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001492M: linux-media@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02001493L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001494W: http://linuxtv.org/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001495T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001496S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001497
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001498DZ DECSTATION DZ11 SERIAL DRIVER
1499P: Maciej W. Rozycki
1500M: macro@linux-mips.org
1501S: Maintained
1502
Linus Torvalds1da177e2005-04-16 15:20:36 -07001503EATA-DMA SCSI DRIVER
1504P: Michael Neuffer
1505L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1506S: Maintained
1507
1508EATA ISA/EISA/PCI SCSI DRIVER
1509P: Dario Ballabio
1510M: ballabio_dario@emc.com
1511L: linux-scsi@vger.kernel.org
1512S: Maintained
1513
1514EATA-PIO SCSI DRIVER
1515P: Michael Neuffer
1516M: mike@i-Connect.Net
1517L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1518S: Maintained
1519
1520EBTABLES
1521P: Bart De Schuymer
1522M: bart.de.schuymer@pandora.be
1523L: ebtables-user@lists.sourceforge.net
1524L: ebtables-devel@lists.sourceforge.net
1525W: http://ebtables.sourceforge.net/
1526S: Maintained
1527
Michael Halcrow237fead2006-10-04 02:16:22 -07001528ECRYPT FILE SYSTEM
Michael Halcrow6dc75162008-12-15 13:54:17 -08001529P: Tyler Hicks, Dustin Kirkland
1530M: tyhicks@linux.vnet.ibm.com, kirkland@canonical.com
1531L: ecryptfs-devel@lists.launchpad.net
1532W: https://launchpad.net/ecryptfs
Michael Halcrow237fead2006-10-04 02:16:22 -07001533S: Supported
1534
Alan Coxda9bb1d2006-01-18 17:44:13 -08001535EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001536P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001537M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001538L: bluesmoke-devel@lists.sourceforge.net
1539W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001540S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001541
1542EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001543P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001544P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001545M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001546M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001547L: bluesmoke-devel@lists.sourceforge.net
1548W: bluesmoke.sourceforge.net
1549S: Maintained
1550
1551EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001552P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001553M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001554L: bluesmoke-devel@lists.sourceforge.net
1555W: bluesmoke.sourceforge.net
1556S: Maintained
1557
Douglas Thompson6bc78402007-07-19 01:50:12 -07001558EDAC-I82443BXGX
1559P: Tim Small
1560M: tim@buttersideup.com
1561L: bluesmoke-devel@lists.sourceforge.net
1562W: bluesmoke.sourceforge.net
1563S: Maintained
1564
1565EDAC-I3000
1566P: Jason Uhlenkott
1567M: juhlenko@akamai.com
1568L: bluesmoke-devel@lists.sourceforge.net
1569W: bluesmoke.sourceforge.net
1570S: Maintained
1571
1572EDAC-I5000
1573P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001574M: dougthompson@xmission.com
1575L: bluesmoke-devel@lists.sourceforge.net
1576W: bluesmoke.sourceforge.net
1577S: Maintained
1578
1579EDAC-I82975X
1580P: Ranganathan Desikan
1581P: Arvind R.
1582M: rdesikan@jetzbroadband.com
1583M: arvind@acarlab.com
1584L: bluesmoke-devel@lists.sourceforge.net
1585W: bluesmoke.sourceforge.net
1586S: Maintained
1587
1588EDAC-PASEMI
1589P: Egor Martovetsky
1590M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001591L: bluesmoke-devel@lists.sourceforge.net
1592W: bluesmoke.sourceforge.net
1593S: Maintained
1594
Dave Peterson0e438e32006-03-26 01:38:55 -08001595EDAC-R82600
1596P: Tim Small
1597M: tim@buttersideup.com
1598L: bluesmoke-devel@lists.sourceforge.net
1599W: bluesmoke.sourceforge.net
1600S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001601
Eric Coopere59f8792008-03-13 12:55:46 +01001602EEEPC LAPTOP EXTRAS DRIVER
1603P: Corentin Chary
1604M: corentincj@iksaif.net
1605L: acpi4asus-user@lists.sourceforge.net
1606W: http://sourceforge.net/projects/acpi4asus
1607S: Maintained
1608
Josh Triplett0bee8d22006-07-30 03:03:58 -07001609EFS FILESYSTEM
1610W: http://aeschi.ch.eu.org/efs/
1611S: Orphan
1612
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001613EHCA (IBM GX bus InfiniBand adapter) DRIVER
Heiko J Schickfab97222006-09-22 15:22:22 -07001614P: Hoang-Nam Nguyen
1615M: hnguyen@de.ibm.com
1616P: Christoph Raisch
1617M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001618L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001619S: Supported
1620
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001621EMBEDDED LINUX
1622P: Paul Gortmaker
1623M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001624P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001625M: dwmw2@infradead.org
1626L: linux-embedded@vger.kernel.org
1627S: Maintained
1628
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001629EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001630P: James Smart
1631M: james.smart@emulex.com
1632L: linux-scsi@vger.kernel.org
1633W: http://sourceforge.net/projects/lpfcxxxx
1634S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001635
Linus Torvalds1da177e2005-04-16 15:20:36 -07001636EPSON 1355 FRAMEBUFFER DRIVER
1637P: Christopher Hoover
1638M: ch@murgatroid.com, ch@hpl.hp.com
1639S: Maintained
1640
Kristoffer Ericsond5ca9002008-10-15 22:03:54 -07001641EPSON S1D13XXX FRAMEBUFFER DRIVER
1642P: Kristoffer Ericson
1643M: kristoffer.ericson@gmail.com
1644S: Maintained
1645
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646ETHEREXPRESS-16 NETWORK DRIVER
1647P: Philip Blundell
1648M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001649L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001650S: Maintained
1651
1652ETHERNET BRIDGE
1653P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001654M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001655L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001656W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001657S: Maintained
1658
1659ETHERTEAM 16I DRIVER
1660P: Mika Kuoppala
1661M: miku@iki.fi
1662S: Maintained
1663
1664EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001665L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001666S: Maintained
1667
1668EXT3 FILE SYSTEM
1669P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001670M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001671L: linux-ext4@vger.kernel.org
1672S: Maintained
1673
1674EXT4 FILE SYSTEM
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001675P: Theodore Ts'o
1676M: tytso@mit.edu, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001677L: linux-ext4@vger.kernel.org
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001678W: http://ext4.wiki.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001679S: Maintained
1680
Jean Delvaree53004e2006-01-09 23:26:14 +01001681F71805F HARDWARE MONITORING DRIVER
1682P: Jean Delvare
1683M: khali@linux-fr.org
1684L: lm-sensors@lm-sensors.org
1685S: Maintained
1686
Linus Torvalds1da177e2005-04-16 15:20:36 -07001687FARSYNC SYNCHRONOUS DRIVER
1688P: Kevin Curtis
1689M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001690W: http://www.farsite.co.uk/
1691S: Supported
1692
Akinobu Mitac5408b82007-04-23 14:41:20 -07001693FAULT INJECTION SUPPORT
1694P: Akinobu Mita
1695M: akinobu.mita@gmail.com
1696S: Supported
1697
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001698FILE LOCKING (flock() and fcntl()/lockf())
1699P: Matthew Wilcox
1700M: matthew@wil.cx
1701L: linux-fsdevel@vger.kernel.org
1702S: Maintained
1703
1704FILESYSTEMS (VFS and infrastructure)
1705P: Alexander Viro
1706M: viro@zeniv.linux.org.uk
1707L: linux-fsdevel@vger.kernel.org
1708S: Maintained
1709
1710FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1711P: Kristian Hoegsberg, Stefan Richter
1712M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1713L: linux1394-devel@lists.sourceforge.net
1714W: http://www.linux1394.org/
1715T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1716S: Maintained
1717
1718FIRMWARE LOADER (request_firmware)
1719L: linux-kernel@vger.kernel.org
1720S: Orphan
1721
1722FPU EMULATOR
1723P: Bill Metzenthen
1724M: billm@suburbia.net
1725W: http://suburbia.net/~billm/floating-point/emulator/
1726S: Maintained
1727
1728FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1729P: Mike McLagan
1730M: mike.mclagan@linux.org
1731L: netdev@vger.kernel.org
1732S: Maintained
1733
Linus Torvalds1da177e2005-04-16 15:20:36 -07001734FRAMEBUFFER LAYER
1735P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001736M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001737L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001738W: http://linux-fbdev.sourceforge.net/
1739S: Maintained
1740
Zhang Wei173acc72008-03-01 07:42:48 -07001741FREESCALE DMA DRIVER
Zhang Wei76b0c782008-05-13 14:44:59 -07001742P: Li Yang
1743M: leoli@freescale.com
1744P: Zhang Wei
1745M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001746L: linuxppc-embedded@ozlabs.org
1747L: linux-kernel@vger.kernel.org
1748S: Maintained
1749
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001750FREESCALE I2C CPM DRIVER
1751P: Jochen Friedrich
1752M: jochen@scram.de
1753L: linuxppc-dev@ozlabs.org
Jean Delvare846557d2008-10-30 15:55:47 +01001754L: linux-i2c@vger.kernel.org
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001755S: Maintained
1756
Sascha Hauer60e8c5a2008-12-16 11:44:06 +01001757FREESCALE IMX / MXC FRAMEBUFFER DRIVER
1758P: Sascha Hauer
1759M: kernel@pengutronix.de
1760L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1761L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1762S: Maintained
1763
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001764FREESCALE SOC FS_ENET DRIVER
1765P: Pantelis Antoniou
1766M: pantelis.antoniou@gmail.com
1767P: Vitaly Bordug
1768M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001769L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001770L: netdev@vger.kernel.org
1771S: Maintained
1772
Timur Tabid9e9d822008-04-24 08:45:26 +10001773FREESCALE QUICC ENGINE LIBRARY
1774P: Timur Tabi
1775M: timur@freescale.com
1776L: linuxppc-dev@ozlabs.org
1777S: Supported
1778
Li Yanga7205b32007-04-23 10:38:18 -07001779FREESCALE HIGHSPEED USB DEVICE DRIVER
1780P: Li Yang
1781M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001782L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001783L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001784S: Maintained
1785
Li Yangbeaf53b2007-05-25 13:54:02 +08001786FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1787P: Li Yang
1788M: leoli@freescale.com
1789L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001790L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001791S: Maintained
1792
Timur Tabid9e9d822008-04-24 08:45:26 +10001793FREESCALE QUICC ENGINE UCC UART DRIVER
1794P: Timur Tabi
1795M: timur@freescale.com
1796L: linuxppc-dev@ozlabs.org
1797S: Supported
1798
1799FREESCALE SOC SOUND DRIVERS
1800P: Timur Tabi
1801M: timur@freescale.com
1802L: alsa-devel@alsa-project.org
1803L: linuxppc-dev@ozlabs.org
1804S: Supported
1805
Linus Torvalds1da177e2005-04-16 15:20:36 -07001806FREEVXFS FILESYSTEM
1807P: Christoph Hellwig
1808M: hch@infradead.org
1809W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1810S: Maintained
1811
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001812FTRACE
1813P: Steven Rostedt
Steven Rostedt8e324c12008-11-19 15:36:43 -08001814M: rostedt@goodmis.org
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001815S: Maintained
1816
David Howells5ab7ffe2007-04-10 15:10:45 +01001817FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001818P: David Howells
1819M: dhowells@redhat.com
1820S: Maintained
1821
Jonathan Woithe20b93732008-06-11 10:14:56 +09301822FUJITSU LAPTOP EXTRAS
1823P: Jonathan Woithe
1824M: jwoithe@physics.adelaide.edu.au
1825L: linux-acpi@vger.kernel.org
1826S: Maintained
1827
Miklos Szeredi04578f12005-09-09 13:10:22 -07001828FUSE: FILESYSTEM IN USERSPACE
1829P: Miklos Szeredi
1830M: miklos@szeredi.hu
1831L: fuse-devel@lists.sourceforge.net
1832W: http://fuse.sourceforge.net/
1833S: Maintained
1834
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1836P: Rik Faith
1837M: faith@cs.unc.edu
1838L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001839S: Odd Fixes (e.g., new signatures)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001840
1841GDT SCSI DISK ARRAY CONTROLLER DRIVER
1842P: Achim Leubner
1843M: achim_leubner@adaptec.com
1844L: linux-scsi@vger.kernel.org
1845W: http://www.icp-vortex.com/
1846S: Supported
1847
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001848GENERIC GPIO I2C DRIVER
1849P: Haavard Skinnemoen
1850M: hskinnemoen@atmel.com
1851S: Supported
1852
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01001853GENERIC HDLC (WAN) DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854P: Krzysztof Halasa
1855M: khc@pm.waw.pl
1856W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1857S: Maintained
1858
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001859GFS2 FILE SYSTEM
1860P: Steven Whitehouse
1861M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001862L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001863W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001864T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1865T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001866S: Supported
1867
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001868GIGASET ISDN DRIVERS
1869P: Hansjoerg Lipp
1870M: hjlipp@web.de
1871P: Tilman Schmidt
1872M: tilman@imap.cc
1873L: gigaset307x-common@lists.sourceforge.net
1874W: http://gigaset307x.sourceforge.net/
1875S: Maintained
1876
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001877HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1878P: Robert Love
1879M: rlove@rlove.org
1880M: linux-kernel@vger.kernel.org
1881W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1882S: Maintained
1883
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001884GSPCA FINEPIX SUBDRIVER
1885P: Frank Zago
1886M: frank@zago.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001887L: linux-media@vger.kernel.org
1888T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001889S: Maintained
1890
1891GSPCA M5602 SUBDRIVER
1892P: Erik Andren
1893M: erik.andren@gmail.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001894L: linux-media@vger.kernel.org
1895T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001896S: Maintained
1897
1898GSPCA PAC207 SONIXB SUBDRIVER
1899P: Hans de Goede
1900M: hdegoede@redhat.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001901L: linux-media@vger.kernel.org
1902T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001903S: Maintained
1904
1905GSPCA T613 SUBDRIVER
1906P: Leandro Costantino
1907M: lcostantino@gmail.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001908L: linux-media@vger.kernel.org
1909T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001910S: Maintained
1911
1912GSPCA USB WEBCAM DRIVER
1913P: Jean-Francois Moine
1914M: moinejf@free.fr
1915W: http://moinejf.free.fr
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001916L: linux-media@vger.kernel.org
1917T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001918S: Maintained
1919
Jean Delvare5b543962005-08-15 19:51:02 +02001920HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001921L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001922W: http://www.lm-sensors.org/
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001923S: Orphan
Jean Delvare5b543962005-08-15 19:51:02 +02001924
Michael Buesch844dd052006-06-26 00:24:59 -07001925HARDWARE RANDOM NUMBER GENERATOR CORE
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001926S: Orphan
Michael Buesch844dd052006-06-26 00:24:59 -07001927
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928HARMONY SOUND DRIVER
1929P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001930M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001931L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932S: Maintained
1933
1934HAYES ESP SERIAL DRIVER
1935P: Andrew J. Robinson
1936M: arobinso@nyx.net
1937L: linux-kernel@vger.kernel.org
1938W: http://www.nyx.net/~arobinso
1939S: Maintained
1940
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001941HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1942P: Chirag Kantharia
1943M: chirag.kantharia@hp.com
1944L: iss_storagedev@hp.com
1945S: Maintained
1946
1947HEWLETT-PACKARD SMART2 RAID DRIVER
1948P: Chirag Kantharia
1949M: chirag.kantharia@hp.com
1950L: iss_storagedev@hp.com
1951S: Maintained
1952
1953HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1954P: Mike Miller
1955M: mike.miller@hp.com
1956L: iss_storagedev@hp.com
1957S: Supported
1958
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959HFS FILESYSTEM
1960P: Roman Zippel
1961M: zippel@linux-m68k.org
1962L: linux-kernel@vger.kernel.org
1963S: Maintained
1964
1965HGA FRAMEBUFFER DRIVER
1966P: Ferenc Bakonyi
1967M: fero@drama.obuda.kando.hu
1968L: linux-nvidia@lists.surfsouth.com
1969W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1970S: Maintained
1971
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001972HIBERNATION (aka Software Suspend, aka swsusp)
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001973P: Pavel Machek
1974M: pavel@suse.cz
1975P: Rafael J. Wysocki
1976M: rjw@sisk.pl
1977L: linux-pm@lists.linux-foundation.org
1978S: Supported
1979
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001980HID CORE LAYER
1981P: Jiri Kosina
1982M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001983L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001984T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001985S: Maintained
1986
Ingo Molnar38bed542007-02-22 09:09:34 +01001987HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1988P: Thomas Gleixner
1989M: tglx@linutronix.de
1990L: linux-kernel@vger.kernel.org
1991S: Maintained
1992
Linus Torvalds1da177e2005-04-16 15:20:36 -07001993HIGH-SPEED SCC DRIVER FOR AX.25
1994P: Klaus Kudielka
1995M: klaus.kudielka@ieee.org
1996L: linux-hams@vger.kernel.org
1997W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1998S: Maintained
1999
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08002000HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2001P: HighPoint Linux Team
2002M: linux@highpoint-tech.com
2003W: http://www.highpoint-tech.com
2004S: Supported
2005
Linus Torvalds1da177e2005-04-16 15:20:36 -07002006HIPPI
2007P: Jes Sorensen
2008M: jes@trained-monkey.org
2009L: linux-hippi@sunsite.dk
2010S: Maintained
2011
Jouni Malinenff1d2762005-05-12 22:54:16 -04002012HOST AP DRIVER
2013P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07002014M: j@w1.fi
2015L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07002016L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04002017W: http://hostap.epitest.fi/
2018S: Maintained
2019
Carlos Corbachodd8cd772008-02-05 02:17:15 +00002020HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2021P: Carlos Corbacho
2022M: carlos@strangeworlds.co.uk
2023S: Odd Fixes
2024
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002025HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2026P: Jaroslav Kysela
2027M: perex@perex.cz
2028S: Maintained
2029
Clemens Ladischd36e74c2008-07-23 21:26:46 -07002030HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08002031P: Clemens Ladisch
2032M: clemens@ladisch.de
2033S: Maintained
2034
2035HPET: i386
2036P: Venkatesh Pallipadi (Venki)
2037M: venkatesh.pallipadi@intel.com
2038S: Maintained
2039
2040HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02002041P: Vojtech Pavlik
2042M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08002043S: Maintained
2044
2045HPET: ACPI hpet.c
2046P: Bob Picco
2047M: bob.picco@hp.com
2048S: Maintained
2049
Linus Torvalds1da177e2005-04-16 15:20:36 -07002050HPFS FILESYSTEM
2051P: Mikulas Patocka
2052M: mikulas@artax.karlin.mff.cuni.cz
2053W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2054S: Maintained
2055
Denis Joseph Barrow11cd29b2009-01-02 13:50:36 +00002056HSO 3G Modem Driver (hso.c)
2057P: Denis Joseph Barrow
2058M: d.barow@option.com
2059W: http://www.pharscape.org
2060S: Maintained
2061
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002062HTCPEN TOUCHSCREEN DRIVER
2063P: Pau Oliva Fora
2064M: pof@eslack.org
2065L: linux-input@vger.kernel.org
2066S: Maintained
2067
Linus Torvalds1da177e2005-04-16 15:20:36 -07002068HUGETLB FILESYSTEM
2069P: William Irwin
2070M: wli@holomorphy.com
2071S: Maintained
2072
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002073I2C/SMBUS STUB DRIVER
2074P: Mark M. Hoffman
2075M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01002076L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002077S: Maintained
2078
Jean Delvare5b543962005-08-15 19:51:02 +02002079I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002080P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002082P: Ben Dooks (embedded platforms)
2083M: ben-linux@fluff.org
Jean Delvare846557d2008-10-30 15:55:47 +01002084L: linux-i2c@vger.kernel.org
Jean Delvare595142e2006-12-06 20:39:36 -08002085T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002086S: Maintained
2087
Till Harbaume8c76ee2007-05-01 23:26:35 +02002088I2C-TINY-USB DRIVER
2089P: Till Harbaum
2090M: till@harbaum.org
Jean Delvare846557d2008-10-30 15:55:47 +01002091L: linux-i2c@vger.kernel.org
Till Harbaume8c76ee2007-05-01 23:26:35 +02002092T: http://www.harbaum.org/till/i2c_tiny_usb
2093S: Maintained
2094
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002096P: H. Peter Anvin
2097M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098L: Linux-Kernel@vger.kernel.org
2099S: Maintained
2100
2101i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002102P: H. Peter Anvin
2103M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002104T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105S: Maintained
2106
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107IA64 (Itanium) PLATFORM
2108P: Tony Luck
2109M: tony.luck@intel.com
2110L: linux-ia64@vger.kernel.org
2111W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002112T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113S: Maintained
2114
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115IBM MCA SCSI SUBSYSTEM DRIVER
2116P: Michael Lang
2117M: langa2@kph.uni-mainz.de
2118W: http://www.uni-mainz.de/~langm000/linux.html
2119S: Maintained
2120
2121IBM Power Linux RAID adapter
2122P: Brian King
2123M: brking@us.ibm.com
2124S: Supported
2125
2126IBM ServeRAID RAID DRIVER
2127P: Jack Hammer
2128P: Dave Jeffery
2129M: ipslinux@adaptec.com
2130W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002131S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002133IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002135M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002136L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002137T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138S: Maintained
2139
2140IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002141P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002142M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002143L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002144S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145
2146IDE/ATAPI FLOPPY DRIVERS
2147P: Paul Bristow
2148M: Paul Bristow <paul@paulbristow.net>
2149W: http://paulbristow.net/linux/idefloppy.html
2150L: linux-kernel@vger.kernel.org
2151S: Maintained
2152
2153IDE/ATAPI TAPE DRIVERS
2154P: Gadi Oxman
2155M: Gadi Oxman <gadio@netvision.net.il>
2156L: linux-kernel@vger.kernel.org
2157S: Maintained
2158
Andy Henroid27471fd2008-10-09 11:45:22 -07002159IDLE-I7300
2160P: Andy Henroid
2161M: andrew.d.henroid@intel.com
2162L: linux-pm@lists.linux-foundation.org
2163S: Supported
2164
Stefan Richterf148e202008-01-12 12:32:44 +01002165IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002166P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002167M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002168P: Stefan Richter
2169M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002170L: linux1394-devel@lists.sourceforge.net
2171W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002172T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002173S: Maintained
2174
Stefan Richterf51a5a92007-04-23 14:41:10 -07002175IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002176P: Dan Dennedy
2177M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002178P: Stefan Richter
2179M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002181S: Maintained
2182
Linus Torvalds1da177e2005-04-16 15:20:36 -07002183IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002184L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002185S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002186
2187INFINIBAND SUBSYSTEM
2188P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002189M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002191M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002192P: Hal Rosenstock
Jean Delvare795fb7e2008-09-20 12:33:08 +02002193M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002194L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002195W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002196T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002197S: Supported
2198
Robert Lovec9f04f52005-07-15 12:21:07 -04002199INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01002200P: John McCutchan
John McCutchan52af8942008-12-17 17:43:02 -08002201M: john@johnmccutchan.com
Cal Peake18b36c72006-12-12 20:18:16 +01002202P: Robert Love
John McCutchan52af8942008-12-17 17:43:02 -08002203M: rlove@rlove.org
Robert Lovec9f04f52005-07-15 12:21:07 -04002204L: linux-kernel@vger.kernel.org
2205S: Maintained
2206
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002207INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2208P: Dmitry Torokhov
2209M: dmitry.torokhov@gmail.com
2210M: dtor@mail.ru
2211L: linux-input@vger.kernel.org
2212T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2213S: Maintained
2214
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002215INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002216P: Sylvain Meyer
2217M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002218L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002219S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002220
Linus Torvalds1da177e2005-04-16 15:20:36 -07002221INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002222P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002223M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002224L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002225S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002226
Thomas, Sujithf4a9bc42008-11-05 16:15:31 +05302227INTEL MENLOW THERMAL DRIVER
2228P: Sujith Thomas
2229M: sujith.thomas@intel.com
2230L: linux-acpi@vger.kernel.org
2231W: http://www.lesswatts.org/projects/acpi/
2232S: Supported
2233
Linus Torvalds1da177e2005-04-16 15:20:36 -07002234INTEL IA32 MICROCODE UPDATE SUPPORT
2235P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002236M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002237S: Maintained
2238
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002239INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002240P: Maciej Sosnowski
2241M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002242L: linux-kernel@vger.kernel.org
2243S: Supported
2244
David Woodhouse6c8909b2008-10-18 16:12:17 +01002245INTEL IOMMU (VT-d)
2246P: David Woodhouse
2247M: dwmw2@infradead.org
2248L: iommu@lists.linux-foundation.org
2249T: git://git.infradead.org/iommu-2.6.git
2250S: Supported
2251
Dan Williamsb3e5f262007-08-07 10:26:35 -07002252INTEL IOP-ADMA DMA DRIVER
2253P: Dan Williams
2254M: dan.j.williams@intel.com
2255L: linux-kernel@vger.kernel.org
2256S: Supported
2257
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01002258INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2259P: Krzysztof Halasa
2260M: khc@pm.waw.pl
2261S: Maintained
2262
Michael Buesch844dd052006-06-26 00:24:59 -07002263INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2264P: Deepak Saxena
2265M: dsaxena@plexity.net
2266S: Maintained
2267
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002268INTEL IXP2000 ETHERNET DRIVER
2269P: Lennert Buytenhek
2270M: kernel@wantstofly.org
2271L: netdev@vger.kernel.org
2272S: Maintained
2273
Auke Kokd94e6fe2008-03-03 14:37:47 -08002274INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002275P: Jeff Kirsher
2276M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002277P: Jesse Brandeburg
2278M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002279P: Bruce Allan
2280M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002281P: PJ Waskiewicz
2282M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002283P: John Ronciak
2284M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002285L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002286W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002287S: Supported
2288
James Ketrenos826d2ab2005-11-07 18:56:59 -06002289INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002290P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002291M: yi.zhu@intel.com
2292P: James Ketrenos
2293M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002294P: Reinette Chatre
2295M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002296L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002297L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002298W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002299W: http://ipw2100.sourceforge.net
2300S: Supported
2301
2302INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002303P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002304M: yi.zhu@intel.com
2305P: James Ketrenos
2306M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002307P: Reinette Chatre
2308M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002309L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002310L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002311W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002312W: http://ipw2200.sourceforge.net
2313S: Supported
2314
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08002315INTEL WIRELESS WIMAX CONNECTION 2400
2316P: Inaky Perez-Gonzalez
2317M: inaky.perez-gonzalez@intel.com
2318M: linux-wimax@intel.com
2319L: wimax@linuxwimax.org
2320S: Supported
2321W: http://linuxwimax.org
2322
Zhu Yib481de92007-09-25 17:54:57 -07002323INTEL WIRELESS WIFI LINK (iwlwifi)
2324P: Zhu Yi
2325M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002326P: Reinette Chatre
2327M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002328L: linux-wireless@vger.kernel.org
2329L: ipw3945-devel@lists.sourceforge.net
2330W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002331T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002332S: Supported
2333
Ralf Baechlecb109a02007-08-30 23:56:30 -07002334IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002335P: Ralf Baechle
2336M: ralf@linux-mips.org
2337L: linux-mips@linux-mips.org
2338S: Maintained
2339
Ralf Baechlecb109a02007-08-30 23:56:30 -07002340IOC3 SERIAL DRIVER
2341P: Pat Gefre
2342M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002343L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002344S: Maintained
2345
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002346IP MASQUERADING
Linus Torvalds1da177e2005-04-16 15:20:36 -07002347P: Juanjo Ciarlante
2348M: jjciarla@raiz.uncu.edu.ar
2349S: Maintained
2350
Francois Romieu1202d6f2007-09-17 17:13:55 -07002351IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2352P: Francois Romieu
2353M: romieu@fr.zoreil.com
2354P: Sorbica Shieh
2355M: sorbica@icplus.com.tw
2356P: Jesse Huang
2357M: jesse@icplus.com.tw
2358L: netdev@vger.kernel.org
2359S: Maintained
2360
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002361IPATH DRIVER
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002362P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002363M: infinipath@qlogic.com
2364L: general@lists.openfabrics.org
2365T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002366S: Supported
2367
Corey Minyard4409ebe2006-04-20 02:43:12 -07002368IPMI SUBSYSTEM
2369P: Corey Minyard
2370M: minyard@acm.org
2371L: openipmi-developer@lists.sourceforge.net
2372W: http://openipmi.sourceforge.net/
2373S: Supported
2374
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002375IPS SCSI RAID DRIVER
2376P: Adaptec OEM Raid Solutions
2377M: aacraid@adaptec.com
2378L: linux-scsi@vger.kernel.org
2379W: http://www.adaptec.com/
2380S: Maintained
2381
2382IPVS
2383P: Wensong Zhang
2384M: wensong@linux-vs.org
2385P: Simon Horman
2386M: horms@verge.net.au
2387P: Julian Anastasov
2388M: ja@ssi.bg
Ralf Baechle979b6c12005-06-13 14:30:40 -07002389L: netdev@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002390L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002391S: Maintained
2392
Randy Dunlape7839f22008-10-12 16:11:45 -07002393IPWIRELESS DRIVER
David Sterba099dc4f2008-02-07 10:57:12 +01002394P: Jiri Kosina
2395M: jkosina@suse.cz
2396P: David Sterba
2397M: dsterba@suse.cz
2398S: Maintained
2399T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2400
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002401IPX NETWORK LAYER
2402P: Arnaldo Carvalho de Melo
2403M: acme@ghostprotocols.net
2404L: netdev@vger.kernel.org
2405S: Maintained
2406
Linus Torvalds1da177e2005-04-16 15:20:36 -07002407IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002408P: Samuel Ortiz
2409M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002410L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002412S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002413
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002414ISAPNP
2415P: Jaroslav Kysela
2416M: perex@perex.cz
2417S: Maintained
2418
Mike Christie14816b12007-11-28 16:22:06 -08002419ISCSI
2420P: Mike Christie
2421M: michaelc@cs.wisc.edu
2422L: open-iscsi@googlegroups.com
2423W: www.open-iscsi.org
2424T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2425S: Maintained
2426
Linus Torvalds1da177e2005-04-16 15:20:36 -07002427ISDN SUBSYSTEM
2428P: Karsten Keil
2429M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002430L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002431W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002432T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433S: Maintained
2434
2435ISDN SUBSYSTEM (Eicon active card driver)
2436P: Armin Schindler
2437M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002438L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002439W: http://www.melware.de
2440S: Maintained
2441
Hans Verkuil91821ff2007-12-02 09:35:33 -03002442IVTV VIDEO4LINUX DRIVER
2443P: Hans Verkuil
2444M: hverkuil@xs4all.nl
2445L: ivtv-devel@ivtvdriver.org
2446L: ivtv-users@ivtvdriver.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03002447L: linux-media@vger.kernel.org
2448T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Hans Verkuil91821ff2007-12-02 09:35:33 -03002449W: http://www.ivtvdriver.org
2450S: Maintained
2451
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002452JFS FILESYSTEM
2453P: Dave Kleikamp
2454M: shaggy@austin.ibm.com
2455L: jfs-discussion@lists.sourceforge.net
2456W: http://jfs.sourceforge.net/
2457T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2458S: Supported
2459
Guo-Fu Tseng95252232008-09-16 01:00:11 +08002460JME NETWORK DRIVER
2461P: Guo-Fu Tseng
2462M: cooldavid@cooldavid.org
2463L: netdev@vger.kernel.org
2464S: Maintained
2465
Linus Torvalds1da177e2005-04-16 15:20:36 -07002466JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2467P: David Woodhouse
2468M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002469L: linux-mtd@lists.infradead.org
2470W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002471S: Maintained
2472
Josh Triplettde456d32006-07-30 03:04:00 -07002473JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002474P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002475M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002476L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002477S: Maintained
2478
Rudolf Marek4660cb32006-10-08 22:01:26 +02002479K8TEMP HARDWARE MONITORING DRIVER
2480P: Rudolf Marek
2481M: r.marek@assembler.cz
2482L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002483S: Maintained
2484
2485KCONFIG
2486P: Roman Zippel
2487M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002488L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002489S: Maintained
2490
Vivek Goyalea6c2082006-05-20 14:59:55 -07002491KDUMP
2492P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002493M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002494P: Haren Myneni
2495M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002496L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002497L: linux-kernel@vger.kernel.org
2498W: http://lse.sourceforge.net/kdump/
2499S: Maintained
2500
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501KERNEL AUTOMOUNTER (AUTOFS)
2502P: H. Peter Anvin
2503M: hpa@zytor.com
2504L: autofs@linux.kernel.org
2505S: Odd Fixes
2506
2507KERNEL AUTOMOUNTER v4 (AUTOFS4)
2508P: Ian Kent
2509M: raven@themaw.net
2510L: autofs@linux.kernel.org
2511S: Maintained
2512
2513KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002514P: Sam Ravnborg
2515M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002516T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2517T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002518L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002519S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002520
2521KERNEL JANITORS
2522P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002523L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002524W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525S: Maintained
2526
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002527KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002528P: J. Bruce Fields
2529M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002530P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002531M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002532L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002533W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002534S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002535
Avi Kivity426d62e2006-12-13 00:34:03 -08002536KERNEL VIRTUAL MACHINE (KVM)
2537P: Avi Kivity
Avi Kivity9ea1de42008-09-19 19:25:30 -07002538M: avi@redhat.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002539L: kvm@vger.kernel.org
2540W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002541S: Supported
2542
Joerg Roedelad8003d2008-09-10 20:01:07 +02002543KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2544P: Joerg Roedel
2545M: joerg.roedel@amd.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002546L: kvm@vger.kernel.org
2547W: http://kvm.qumranet.com
2548S: Supported
2549
Hollis Blanchard513014b2008-04-16 23:28:08 -05002550KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2551P: Hollis Blanchard
2552M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002553L: kvm-ppc@vger.kernel.org
2554W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002555S: Supported
2556
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002557KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002558P: Xiantao Zhang
2559M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002560L: kvm-ia64@vger.kernel.org
2561W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002562S: Supported
2563
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002564KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2565P: Carsten Otte
2566M: cotte@de.ibm.com
2567P: Christian Borntraeger
2568M: borntraeger@de.ibm.com
2569M: linux390@de.ibm.com
2570L: linux-s390@vger.kernel.org
2571W: http://www.ibm.com/developerworks/linux/linux390/
2572S: Supported
2573
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002574KEXEC
2575P: Eric Biederman
2576M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002577W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002578L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002579L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002580S: Maintained
2581
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002582KGDB
2583P: Jason Wessel
2584M: jason.wessel@windriver.com
2585L: kgdb-bugreport@lists.sourceforge.net
2586S: Maintained
2587
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002588KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002589P: Ananth N Mavinakayanahalli
2590M: ananth@in.ibm.com
2591P: Anil S Keshavamurthy
2592M: anil.s.keshavamurthy@intel.com
2593P: David S. Miller
2594M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002595P: Masami Hiramatsu
2596M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002597L: linux-kernel@vger.kernel.org
2598S: Maintained
2599
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002600KS0108 LCD CONTROLLER DRIVER
2601P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002602M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002603L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002604W: http://miguelojeda.es/auxdisplay.htm
2605W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002606S: Maintained
2607
Linus Torvalds1da177e2005-04-16 15:20:36 -07002608LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002609L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002610S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002611
2612LASI 53c700 driver for PARISC
2613P: James E.J. Bottomley
2614M: James.Bottomley@HansenPartnership.com
2615L: linux-scsi@vger.kernel.org
2616S: Maintained
2617
Richard Purdie263de9b2006-05-15 09:44:16 -07002618LED SUBSYSTEM
2619P: Richard Purdie
2620M: rpurdie@rpsys.net
2621S: Maintained
2622
Linus Torvalds1da177e2005-04-16 15:20:36 -07002623LEGO USB Tower driver
2624P: Juergen Stuber
2625M: starblue@users.sourceforge.net
2626L: legousb-devel@lists.sourceforge.net
2627W: http://legousb.sourceforge.net/
2628S: Maintained
2629
Rusty Russell568a17f2007-10-25 14:12:24 +10002630LGUEST
2631P: Rusty Russell
2632M: rusty@rustcorp.com.au
2633L: lguest@ozlabs.org
2634W: http://lguest.ozlabs.org/
2635S: Maintained
2636
Linus Torvalds1da177e2005-04-16 15:20:36 -07002637LINUX FOR IBM pSERIES (RS/6000)
2638P: Paul Mackerras
2639M: paulus@au.ibm.com
2640W: http://www.ibm.com/linux/ltc/projects/ppc
2641S: Supported
2642
2643LINUX FOR NCR VOYAGER
2644P: James Bottomley
2645M: James.Bottomley@HansenPartnership.com
2646W: http://www.hansenpartnership.com/voyager
2647S: Maintained
2648
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002649LINUX FOR POWERPC (32-BIT AND 64-BIT)
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002650P: Benjamin Herrenschmidt
2651M: benh@kernel.crashing.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002652P: Paul Mackerras
2653M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002654W: http://www.penguinppc.org/
2655L: linuxppc-dev@ozlabs.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002656T: git kernel.org:/pub/scm/linux/kernel/git/benh/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002657S: Supported
2658
2659LINUX FOR POWER MACINTOSH
2660P: Benjamin Herrenschmidt
2661M: benh@kernel.crashing.org
2662W: http://www.penguinppc.org/
2663L: linuxppc-dev@ozlabs.org
2664S: Maintained
2665
Grant Likely77a76362008-07-12 12:11:43 -06002666LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002667P: Sylvain Munaut
2668M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002669P: Grant Likely
2670M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002671L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002672S: Maintained
2673
2674LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002675P: Josh Boyer
2676M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677P: Matt Porter
2678M: mporter@kernel.crashing.org
2679W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002680L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002681T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002682S: Maintained
2683
Grant Likely260c02a2007-10-02 12:15:34 +10002684LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2685P: Grant Likely
2686M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002687W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002688L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002689S: Maintained
2690
Tom Rinie93adf12005-07-26 12:49:53 -07002691LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002692P: Vitaly Bordug
2693M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002694P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002695M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002696W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002697L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002698S: Maintained
2699
Linus Torvalds1da177e2005-04-16 15:20:36 -07002700LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002701P: Kumar Gala
2702M: galak@kernel.crashing.org
2703W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002704L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002705S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706
Olof Johanssonab06ff32006-09-06 14:44:54 -05002707LINUX FOR POWERPC PA SEMI PWRFICIENT
2708P: Olof Johansson
2709M: olof@lixom.net
2710W: http://www.pasemi.com/
2711L: linuxppc-dev@ozlabs.org
2712S: Supported
2713
Linus Torvalds1da177e2005-04-16 15:20:36 -07002714LINUX SECURITY MODULE (LSM) FRAMEWORK
2715P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002716M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002717L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002718T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002719S: Supported
2720
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002721LLC (802.2)
2722P: Arnaldo Carvalho de Melo
2723M: acme@ghostprotocols.net
2724S: Maintained
2725
Pavel Machek455fbdd2008-11-12 13:27:02 -08002726LIS3LV02D ACCELEROMETER DRIVER
2727P: Eric Piel
2728M: eric.piel@tremplin-utc.net
2729S: Maintained
2730
Linus Torvalds1da177e2005-04-16 15:20:36 -07002731LM83 HARDWARE MONITOR DRIVER
2732P: Jean Delvare
2733M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002734L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002735S: Maintained
2736
2737LM90 HARDWARE MONITOR DRIVER
2738P: Jean Delvare
2739M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002740L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002741S: Maintained
2742
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002743LOCKDEP AND LOCKSTAT
2744P: Peter Zijlstra
2745M: peterz@infradead.org
2746P: Ingo Molnar
2747M: mingo@redhat.com
2748L: linux-kernel@vger.kernel.org
2749T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2750S: Maintained
2751
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002752LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002753P: Richard Russon (FlatCap)
2754M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002755L: linux-ntfs-dev@lists.sourceforge.net
2756W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002757S: Maintained
2758
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002759LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2760P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002761M: Eric.Moore@lsi.com
2762M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002763L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002764L: linux-scsi@vger.kernel.org
2765W: http://www.lsilogic.com/support
2766S: Supported
2767
Linus Torvalds1da177e2005-04-16 15:20:36 -07002768LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2769P: Matthew Wilcox
2770M: matthew@wil.cx
2771L: linux-scsi@vger.kernel.org
2772S: Maintained
2773
Mike Frysinger81365c32008-10-29 14:01:12 -07002774LTP (Linux Test Project)
2775P: Subrata Modak
2776M: subrata@linux.vnet.ibm.com
2777P: Mike Frysinger
2778M: vapier@gentoo.org
2779L: ltp-list@lists.sourceforge.net (subscribers-only)
2780W: http://ltp.sourceforge.net/
2781T: git kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
2782S: Maintained
2783
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002784M32R ARCHITECTURE
2785P: Hirokazu Takata
2786M: takata@linux-m32r.org
2787L: linux-m32r@ml.linux-m32r.org
2788L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2789W: http://www.linux-m32r.org/
2790S: Maintained
2791
Linus Torvalds1da177e2005-04-16 15:20:36 -07002792M68K ARCHITECTURE
2793P: Geert Uytterhoeven
2794M: geert@linux-m68k.org
2795P: Roman Zippel
2796M: zippel@linux-m68k.org
2797L: linux-m68k@lists.linux-m68k.org
2798W: http://www.linux-m68k.org/
2799W: http://linux-m68k-cvs.ubb.ca/
2800S: Maintained
2801
2802M68K ON APPLE MACINTOSH
2803P: Joshua Thompson
2804M: funaho@jurai.org
2805W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002806L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002807S: Maintained
2808
2809M68K ON HP9000/300
2810P: Philip Blundell
2811M: philb@gnu.org
2812W: http://www.tazenda.demon.co.uk/phil/linux-hp
2813S: Maintained
2814
Jiri Benc64a327a2007-05-05 11:47:08 -07002815MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002816P: Johannes Berg
2817M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002818P: Michael Wu
2819M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002820L: linux-wireless@vger.kernel.org
2821W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002822T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002823S: Maintained
2824
Stefano Brivio1036d862007-12-23 04:46:27 +01002825MAC80211 PID RATE CONTROL
2826P: Stefano Brivio
2827M: stefano.brivio@polimi.it
2828P: Mattias Nissler
2829M: mattias.nissler@gmx.de
2830L: linux-wireless@vger.kernel.org
2831W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2832T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2833S: Maintained
2834
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002835MACVLAN DRIVER
2836P: Patrick McHardy
2837M: kaber@trash.net
2838L: netdev@vger.kernel.org
2839S: Maintained
2840
Michael Kerriskfaf16682005-07-31 22:34:47 -07002841MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002842P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002843M: mtk.manpages@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02002844W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07002845L: linux-man@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02002846S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002847
Stefano Brivio74cda162007-11-19 20:27:46 +01002848MARVELL LIBERTAS WIRELESS DRIVER
2849P: Dan Williams
2850M: dcbw@redhat.com
2851L: libertas-dev@lists.infradead.org
2852S: Maintained
2853
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002854MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002855P: Lennert Buytenhek
2856M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002857L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002858S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002859
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002860MARVELL YUKON / SYSKONNECT DRIVER
2861P: Mirko Lindner
2862M: mlindner@syskonnect.de
2863P: Ralph Roesler
2864M: rroesler@syskonnect.de
2865W: http://www.syskonnect.com
2866S: Supported
2867
Linus Torvalds1da177e2005-04-16 15:20:36 -07002868MATROX FRAMEBUFFER DRIVER
2869P: Petr Vandrovec
2870M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002871L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002872S: Maintained
2873
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002874MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2875P: Hans J. Koch
2876M: hjk@linutronix.de
2877L: lm-sensors@lm-sensors.org
2878S: Maintained
2879
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002880MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002881P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002882M: megaraidlinux@lsi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002883L: linux-scsi@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002884W: http://megaraid.lsilogic.com
2885S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002886
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002887MEMORY MANAGEMENT
2888L: linux-mm@kvack.org
2889L: linux-kernel@vger.kernel.org
2890W: http://www.linux-mm.org
2891S: Maintained
2892
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002893MEMORY RESOURCE CONTROLLER
2894P: Balbir Singh
2895M: balbir@linux.vnet.ibm.com
2896P: Pavel Emelyanov
2897M: xemul@openvz.org
2898P: KAMEZAWA Hiroyuki
2899M: kamezawa.hiroyu@jp.fujitsu.com
2900L: linux-mm@kvack.org
2901L: linux-kernel@vger.kernel.org
2902S: Maintained
2903
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002904MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002905P: David Woodhouse
2906M: dwmw2@infradead.org
2907W: http://www.linux-mtd.infradead.org/
2908L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002909T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002910S: Maintained
2911
2912MICROTEK X6 SCANNER
2913P: Oliver Neukum
2914M: oliver@neukum.name
2915S: Maintained
2916
2917MIPS
2918P: Ralf Baechle
2919M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002920W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002921L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002922T: git www.linux-mips.org:/pub/scm/linux.git
2923S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002924
2925MISCELLANEOUS MCA-SUPPORT
2926P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002927M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002928L: linux-kernel@vger.kernel.org
2929S: Maintained
2930
2931MODULE SUPPORT
2932P: Rusty Russell
2933M: rusty@rustcorp.com.au
2934L: linux-kernel@vger.kernel.org
2935S: Maintained
2936
2937MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2938P: Stelian Pop
2939M: stelian@popies.net
2940W: http://popies.net/meye/
2941S: Maintained
2942
Pavel Pisac58ff042007-05-16 01:10:41 +02002943MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2944P: Pavel Pisa
2945M: ppisa@pikron.com
2946L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002947S: Maintained
2948
Linus Torvalds1da177e2005-04-16 15:20:36 -07002949MOUSE AND MISC DEVICES [GENERAL]
2950P: Alessandro Rubini
2951M: rubini@ipvvis.unipv.it
2952L: linux-kernel@vger.kernel.org
2953S: Maintained
2954
Jiri Slabyb9705b62008-04-30 00:53:48 -07002955MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002956P: Jiri Slaby
2957M: jirislaby@gmail.com
2958L: linux-kernel@vger.kernel.org
2959S: Maintained
2960
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002961MSI LAPTOP SUPPORT
2962P: Lennart Poettering
2963M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002964W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002965W: http://0pointer.de/lennart/tchibo.html
2966S: Maintained
2967
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002968MULTIFUNCTION DEVICES (MFD)
2969P: Samuel Ortiz
2970M: sameo@openedhand.com
2971L: linux-kernel@vger.kernel.org
2972S: Supported
2973
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002974MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002975P: Pierre Ossman
2976M: drzeus-mmc@drzeus.cx
2977L: linux-kernel@vger.kernel.org
2978S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002979
David Brownell15a05802007-08-08 09:12:54 -07002980MULTIMEDIA CARD (MMC) ETC. OVER SPI
2981P: David Brownell
2982M: dbrownell@users.sourceforge.net
2983L: linux-kernel@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002984S: Odd Fixes
David Brownell15a05802007-08-08 09:12:54 -07002985
Linus Torvalds1da177e2005-04-16 15:20:36 -07002986MULTISOUND SOUND DRIVER
2987P: Andrew Veliath
2988M: andrewtv@usa.net
2989S: Maintained
2990
Jiri Slabyd7354102006-12-08 02:38:35 -08002991MULTITECH MULTIPORT CARD (ISICOM)
2992P: Jiri Slaby
2993M: jirislaby@gmail.com
2994L: linux-kernel@vger.kernel.org
2995S: Maintained
2996
Felipe Balbi550a7372008-07-24 12:27:36 +03002997MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Jean Delvare795fb7e2008-09-20 12:33:08 +02002998P: Felipe Balbi
2999M: felipe.balbi@nokia.com
3000L: linux-usb@vger.kernel.org
Felipe Balbib6a49b82008-11-24 13:06:51 +02003001T: git gitorious.org:/musb/mainline.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02003002S: Maintained
Felipe Balbi550a7372008-07-24 12:27:36 +03003003
Brice Goglin2d3cf582008-05-17 12:45:36 +02003004MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3005P: Andrew Gallatin
3006M: gallatin@myri.com
3007P: Brice Goglin
3008M: brice@myri.com
3009L: netdev@vger.kernel.org
3010W: http://www.myri.com/scs/download-Myri10GE.html
3011S: Supported
3012
Linus Torvalds1da177e2005-04-16 15:20:36 -07003013NATSEMI ETHERNET DRIVER (DP8381x)
Jean Delvare795fb7e2008-09-20 12:33:08 +02003014P: Tim Hockin
Linus Torvalds1da177e2005-04-16 15:20:36 -07003015M: thockin@hockin.org
3016S: Maintained
3017
3018NCP FILESYSTEM
3019P: Petr Vandrovec
3020M: vandrove@vc.cvut.cz
3021L: linware@sh.cvut.cz
3022S: Maintained
3023
3024NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3025P: James E.J. Bottomley
3026M: James.Bottomley@HansenPartnership.com
3027L: linux-scsi@vger.kernel.org
3028S: Maintained
3029
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003030NETEFFECT IWARP RNIC DRIVER (IW_NES)
3031P: Faisal Latif
Roland Dreier7b49d952008-10-16 15:39:14 -07003032M: faisal.latif@intel.com
Chien Tung5f625602008-05-26 15:23:32 -07003033P: Chien Tung
Roland Dreier7b49d952008-10-16 15:39:14 -07003034M: chien.tin.tung@intel.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003035L: general@lists.openfabrics.org
3036W: http://www.neteffect.com
3037S: Supported
3038F: drivers/infiniband/hw/nes/
3039
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003040NETEM NETWORK EMULATOR
3041P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003042M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07003043L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003044S: Maintained
3045
Jiri Slaby4a584482007-08-30 23:56:39 -07003046NETERION (S2IO) Xframe 10GbE DRIVER
3047P: Ramkrishna Vepa
3048M: ram.vepa@neterion.com
3049P: Rastapur Santosh
3050M: santosh.rastapur@neterion.com
3051P: Sivakumar Subramani
3052M: sivakumar.subramani@neterion.com
3053P: Sreenivasa Honnur
3054M: sreenivasa.honnur@neterion.com
3055L: netdev@vger.kernel.org
3056W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
3057S: Supported
3058
Linus Torvalds1da177e2005-04-16 15:20:36 -07003059NETFILTER/IPTABLES/IPCHAINS
3060P: Rusty Russell
3061P: Marc Boucher
3062P: James Morris
3063P: Harald Welte
3064P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07003065P: Patrick McHardy
3066M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07003067L: netfilter-devel@vger.kernel.org
3068L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07003069L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003070W: http://www.netfilter.org/
3071W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003072S: Supported
3073
Paul Moore4cc67732006-09-25 15:57:13 -07003074NETLABEL
3075P: Paul Moore
3076M: paul.moore@hp.com
3077W: http://netlabel.sf.net
3078L: netdev@vger.kernel.org
3079S: Supported
3080
Linus Torvalds1da177e2005-04-16 15:20:36 -07003081NETROM NETWORK LAYER
3082P: Ralf Baechle
3083M: ralf@linux-mips.org
3084L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003085W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003086S: Maintained
3087
Pavel Machek5ddb88c2006-09-29 02:01:29 -07003088NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003089P: Paul Clements
3090M: Paul.Clements@steeleye.com
3091S: Maintained
3092
3093NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003094P: Jeff Garzik
3095M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003096L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003097T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003098S: Maintained
3099
3100NETWORKING [GENERAL]
3101P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003102M: netdev@vger.kernel.org
3103L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003104W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003105S: Maintained
3106
3107NETWORKING [IPv4/IPv6]
3108P: David S. Miller
3109M: davem@davemloft.net
3110P: Alexey Kuznetsov
3111M: kuznet@ms2.inr.ac.ru
3112P: Pekka Savola (ipv6)
3113M: pekkas@netcore.fi
3114P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003115M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003116P: Hideaki YOSHIFUJI
3117M: yoshfuji@linux-ipv6.org
3118P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003119M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003120L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003121T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003122S: Maintained
3123
James Morris10e2ff12007-08-25 14:41:28 -07003124NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3125P: Paul Moore
3126M: paul.moore@hp.com
3127L: netdev@vger.kernel.org
3128S: Maintained
3129
John W. Linville29f8f632006-01-18 14:52:48 -08003130NETWORKING [WIRELESS]
3131P: John W. Linville
3132M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003133L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003134T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3135S: Maintained
3136
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003137NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003138P: Dhananjay Phadke
3139M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003140L: netdev@vger.kernel.org
3141W: http://www.netxen.com
3142S: Supported
3143
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003144NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003145P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003146M: Trond.Myklebust@netapp.com
3147L: linux-nfs@vger.kernel.org
3148W: http://client.linux-nfs.org
3149T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003150S: Maintained
3151
3152NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003153P: Jan-Pascal van Best
3154M: janpascal@vanbest.org
3155P: Andreas Mohr
3156M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003157L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003158S: Maintained
3159
3160NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3161P: YOKOTA Hiroshi
3162M: yokota@netlab.is.tsukuba.ac.jp
3163W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3164S: Maintained
3165
3166NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3167P: GOTO Masanori
3168M: gotom@debian.or.jp
3169P: YOKOTA Hiroshi
3170M: yokota@netlab.is.tsukuba.ac.jp
3171W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3172S: Maintained
3173
Linus Torvalds1da177e2005-04-16 15:20:36 -07003174NTFS FILESYSTEM
3175P: Anton Altaparmakov
3176M: aia21@cantab.net
3177L: linux-ntfs-dev@lists.sourceforge.net
3178L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003179W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003180T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003181S: Maintained
3182
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003183NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003184P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003185M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003186L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003187S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003188
Bob Copeland0ad122d2008-07-25 19:45:18 -07003189OMFS FILESYSTEM
3190P: Bob Copeland
3191M: me@bobcopeland.com
3192L: linux-karma-devel@lists.sourceforge.net
3193S: Maintained
3194
Harald Weltec1986ee2005-11-13 16:06:29 -08003195OMNIKEY CARDMAN 4000 DRIVER
3196P: Harald Welte
3197M: laforge@gnumonks.org
3198S: Maintained
3199
Harald Welte77c44ab2005-11-13 16:06:26 -08003200OMNIKEY CARDMAN 4040 DRIVER
3201P: Harald Welte
3202M: laforge@gnumonks.org
3203S: Maintained
3204
Jonathan Corbet77d51402007-03-22 19:44:17 -03003205OMNIVISION OV7670 SENSOR DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003206P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03003207M: corbet@lwn.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003208L: linux-media@vger.kernel.org
3209T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03003210S: Maintained
3211
Thomas Gleixner431bca72007-05-02 09:31:35 +02003212ONENAND FLASH DRIVER
3213P: Kyungmin Park
3214M: kyungmin.park@samsung.com
3215L: linux-mtd@lists.infradead.org
3216S: Maintained
3217
Linus Torvalds1da177e2005-04-16 15:20:36 -07003218ONSTREAM SCSI TAPE DRIVER
3219P: Willem Riede
3220M: osst@riede.org
3221L: osst-users@lists.sourceforge.net
3222L: linux-scsi@vger.kernel.org
3223S: Maintained
3224
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003225OPENCORES I2C BUS DRIVER
3226P: Peter Korsgaard
3227M: jacmet@sunsite.dk
Jean Delvare846557d2008-10-30 15:55:47 +01003228L: linux-i2c@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003229S: Maintained
3230
Linus Torvalds1da177e2005-04-16 15:20:36 -07003231OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003232P: Robert Richter
3233M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003234L: oprofile-list@lists.sf.net
3235S: Maintained
3236
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003237ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3238P: Mark Fasheh
3239M: mfasheh@suse.com
3240P: Joel Becker
3241M: joel.becker@oracle.com
3242L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3243W: http://oss.oracle.com/projects/ocfs2/
3244T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3245S: Supported
3246
Linus Torvalds1da177e2005-04-16 15:20:36 -07003247ORINOCO DRIVER
3248P: Pavel Roskin
3249M: proski@gnu.org
3250P: David Gibson
3251M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003252L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003253L: orinoco-users@lists.sourceforge.net
3254L: orinoco-devel@lists.sourceforge.net
3255W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003256S: Maintained
3257
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003258P54 WIRELESS DRIVER
3259P: Michael Wu
3260M: flamingice@sourmilk.net
3261L: linux-wireless@vger.kernel.org
3262W: http://prism54.org
3263T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3264S: Maintained
3265
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003266PA SEMI ETHERNET DRIVER
3267P: Olof Johansson
3268M: olof@lixom.net
3269L: netdev@vger.kernel.org
3270S: Maintained
3271
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003272PA SEMI SMBUS DRIVER
3273P: Olof Johansson
3274M: olof@lixom.net
Jean Delvare846557d2008-10-30 15:55:47 +01003275L: linux-i2c@vger.kernel.org
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003276S: Maintained
3277
Harald Welte709ee532008-09-23 17:46:57 +02003278PANASONIC LAPTOP ACPI EXTRAS DRIVER
3279P: Harald Welte
3280M: laforge@gnumonks.org
3281S: Maintained
3282
David Howells4fa97182008-10-13 10:42:44 +01003283PANASONIC MN10300/AM33 PORT
3284P: David Howells
3285M: dhowells@redhat.com
3286P: Koichi Yasutake
3287M: yasutake.koichi@jp.panasonic.com
3288L: linux-am33-list@redhat.com (moderated for non-subscribers)
3289W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3290S: Maintained
3291
Linus Torvalds1da177e2005-04-16 15:20:36 -07003292PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003293L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003294S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003295
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003296PARAVIRT_OPS INTERFACE
3297P: Jeremy Fitzhardinge
3298M: jeremy@xensource.com
3299P: Chris Wright
3300M: chrisw@sous-sol.org
3301P: Zachary Amsden
3302M: zach@vmware.com
3303P: Rusty Russell
3304M: rusty@rustcorp.com.au
3305L: virtualization@lists.osdl.org
3306L: linux-kernel@vger.kernel.org
3307S: Supported
3308
Linus Torvalds1da177e2005-04-16 15:20:36 -07003309PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3310P: Tim Waugh
3311M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003312L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003313W: http://www.torque.net/linux-pp.html
3314S: Maintained
3315
3316PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003317P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003318M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003319P: Matthew Wilcox
3320M: matthew@wil.cx
3321P: Grant Grundler
3322M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003323L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003324W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003325T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003326S: Maintained
3327
Jim Cromie1662d322006-10-06 00:43:59 -07003328PC87360 HARDWARE MONITORING DRIVER
3329P: Jim Cromie
3330M: jim.cromie@gmail.com
3331L: lm-sensors@lm-sensors.org
3332S: Maintained
3333
3334PC8736x GPIO DRIVER
3335P: Jim Cromie
3336M: jim.cromie@gmail.com
3337S: Maintained
3338
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003339PCI ERROR RECOVERY
3340P: Linas Vepstas
3341M: linas@austin.ibm.com
3342L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003343L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003344S: Supported
3345
Linus Torvalds1da177e2005-04-16 15:20:36 -07003346PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003347P: Jesse Barnes
3348M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003349L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003350L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003351T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003352S: Supported
3353
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003354PCIE HOTPLUG DRIVER
3355P: Kristen Carlson Accardi
3356M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003357L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003358S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003359
Linus Torvalds1da177e2005-04-16 15:20:36 -07003360PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003361P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003362L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003363W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003364T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003365S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003366
3367PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003368P: Don Fry
3369M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003370L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003371S: Maintained
3372
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003373PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003374P: Balbir Singh
3375M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003376L: linux-kernel@vger.kernel.org
3377S: Maintained
3378
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003379PERSONALITY HANDLING
3380P: Christoph Hellwig
3381M: hch@infradead.org
3382L: linux-abi-devel@lists.sourceforge.net
3383S: Maintained
3384
Linus Torvalds1da177e2005-04-16 15:20:36 -07003385PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003386P: Joern Engel
3387M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003388L: linux-mtd@lists.infradead.org
3389S: Maintained
3390
Peter Osterlund249a6772005-09-27 21:45:30 -07003391PKTCDVD DRIVER
3392P: Peter Osterlund
3393M: petero2@telia.com
3394L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003395S: Maintained
3396
Linus Torvalds1da177e2005-04-16 15:20:36 -07003397POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003398P: Thomas Gleixner
3399M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003400L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003401S: Supported
3402
Anton Vorontsov3be86142007-07-15 04:43:36 +04003403POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3404P: Anton Vorontsov
3405M: cbou@mail.ru
3406P: David Woodhouse
3407M: dwmw2@infradead.org
3408L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003409T: git git.infradead.org/battery-2.6.git
3410S: Maintained
3411
Linus Torvalds1da177e2005-04-16 15:20:36 -07003412PNP SUPPORT
3413P: Adam Belay
Bjorn Helgaas2d59f6a2008-08-01 10:01:12 -06003414M: abelay@mit.edu
3415P: Bjorn Helgaas
3416M: bjorn.helgaas@hp.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003417S: Maintained
3418
Vitaly Wool999445d2007-01-04 13:07:03 +01003419PNXxxxx I2C DRIVER
3420P: Vitaly Wool
3421M: vitalywool@gmail.com
Jean Delvare846557d2008-10-30 15:55:47 +01003422L: linux-i2c@vger.kernel.org
Vitaly Wool999445d2007-01-04 13:07:03 +01003423S: Maintained
3424
Linus Torvalds1da177e2005-04-16 15:20:36 -07003425PPP PROTOCOL DRIVERS AND COMPRESSORS
3426P: Paul Mackerras
3427M: paulus@samba.org
3428L: linux-ppp@vger.kernel.org
3429S: Maintained
3430
3431PPP OVER ATM (RFC 2364)
3432P: Mitchell Blank Jr
3433M: mitch@sfgoth.com
3434S: Maintained
3435
3436PPP OVER ETHERNET
3437P: Michal Ostrowski
Chris Wright5e70b7f2008-06-09 16:07:28 -07003438M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003439S: Maintained
3440
James Chapmana6d23702007-06-27 15:53:17 -07003441PPP OVER L2TP
3442P: James Chapman
3443M: jchapman@katalix.com
3444S: Maintained
3445
Linus Torvalds1da177e2005-04-16 15:20:36 -07003446PREEMPTIBLE KERNEL
3447P: Robert Love
3448M: rml@tech9.net
3449L: linux-kernel@vger.kernel.org
3450L: kpreempt-tech@lists.sourceforge.net
3451W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3452S: Supported
3453
3454PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003455P: Luis R. Rodriguez
3456M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003457L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003458W: http://prism54.org
3459S: Maintained
3460
3461PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3462P: Peter Denison
3463M: promise@pnd-pc.demon.co.uk
3464W: http://www.pnd-pc.demon.co.uk/promise/
3465S: Maintained
3466
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003467PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3468P: Mikael Pettersson
3469M: mikpe@it.uu.se
3470L: linux-ide@vger.kernel.org
3471S: Maintained
3472
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003473PS3 NETWORK SUPPORT
3474P: Masakazu Mokuno
3475M: mokuno@sm.sony.co.jp
3476L: netdev@vger.kernel.org
3477L: cbe-oss-dev@ozlabs.org
3478S: Supported
3479
Geoff Levandf58a9d12006-11-23 00:46:51 +01003480PS3 PLATFORM SUPPORT
3481P: Geoff Levand
3482M: geoffrey.levand@am.sony.com
3483L: linuxppc-dev@ozlabs.org
3484L: cbe-oss-dev@ozlabs.org
3485S: Supported
3486
Michael Krufky83202042006-07-03 00:24:18 -07003487PVRUSB2 VIDEO4LINUX DRIVER
3488P: Mike Isely
3489M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003490L: pvrusb2@isely.net (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003491L: linux-media@vger.kernel.org
Michael Krufky83202042006-07-03 00:24:18 -07003492W: http://www.isely.net/pvrusb2/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003493T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Michael Krufky83202042006-07-03 00:24:18 -07003494S: Maintained
3495
Eric Miao30ec2612008-06-12 15:21:41 -07003496PXA2xx/PXA3xx SUPPORT
3497P: Eric Miao
3498M: eric.miao@marvell.com
3499P: Russell King
3500M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003501L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003502S: Maintained
3503
Pierre Ossman272f1332007-05-14 21:25:26 +02003504PXA MMCI DRIVER
3505S: Orphan
3506
Linus Torvalds1da177e2005-04-16 15:20:36 -07003507QLOGIC QLA2XXX FC-SCSI DRIVER
3508P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003509M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003510L: linux-scsi@vger.kernel.org
3511S: Supported
3512
Ron Mercer5a4faa82006-07-25 00:40:21 -07003513QLOGIC QLA3XXX NETWORK DRIVER
3514P: Ron Mercer
3515M: linux-driver@qlogic.com
3516L: netdev@vger.kernel.org
3517S: Supported
3518
Ron Mercerc4e84bd2008-09-18 11:56:28 -04003519QLOGIC QLGE 10Gb ETHERNET DRIVER
3520P: Ron Mercer
3521M: linux-driver@qlogic.com
3522M: ron.mercer@qlogic.com
3523L: netdev@vger.kernel.org
3524S: Supported
3525
Linus Torvalds1da177e2005-04-16 15:20:36 -07003526QNX4 FILESYSTEM
3527P: Anders Larsen
3528M: al@alarsen.net
3529L: linux-kernel@vger.kernel.org
3530W: http://www.alarsen.net/linux/qnx4fs/
3531S: Maintained
3532
3533RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003534P: Benjamin Herrenschmidt
3535M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003536L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003537S: Maintained
3538
3539RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003540P: Paul Mackerras
3541M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003542L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003543S: Maintained
3544
Randy Dunlape7839f22008-10-12 16:11:45 -07003545RALINK RT2X00 WIRELESS LAN DRIVER
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003546P: rt2x00 project
3547L: linux-wireless@vger.kernel.org
3548L: rt2400-devel@lists.sourceforge.net
3549W: http://rt2x00.serialmonkey.com/
3550S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003551T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003552F: drivers/net/wireless/rt2x00/
3553
Nick Piggin9db55792008-02-08 04:19:49 -08003554RAMDISK RAM BLOCK DEVICE DRIVER
3555P: Nick Piggin
3556M: npiggin@suse.de
3557S: Maintained
3558
Matt Mackall9e95ce22005-04-16 15:25:56 -07003559RANDOM NUMBER DRIVER
3560P: Matt Mackall
3561M: mpm@selenic.com
3562S: Maintained
3563
Matt Porter394b7012005-11-07 01:00:15 -08003564RAPIDIO SUBSYSTEM
3565P: Matt Porter
3566M: mporter@kernel.crashing.org
3567L: linux-kernel@vger.kernel.org
3568S: Maintained
3569
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003570RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3571P: Corey Thomas
3572M: coreythomas@charter.net
3573L: linux-wireless@vger.kernel.org
3574S: Maintained
3575
3576RCUTORTURE MODULE
3577P: Josh Triplett
3578M: josh@freedesktop.org
3579L: linux-kernel@vger.kernel.org
3580S: Maintained
3581
Florian Fainellic1f766b2008-02-06 22:39:44 +01003582RDC R-321X SoC
3583P: Florian Fainelli
3584M: florian.fainelli@telecomint.eu
3585L: linux-kernel@vger.kernel.org
3586S: Maintained
3587
Florian Fainellidb17f392007-12-19 11:30:30 +01003588RDC R6040 FAST ETHERNET DRIVER
3589P: Florian Fainelli
3590M: florian.fainelli@telecomint.eu
3591L: netdev@vger.kernel.org
3592S: Maintained
3593
Josh Triplett595182b2006-10-04 02:17:21 -07003594READ-COPY UPDATE (RCU)
3595P: Dipankar Sarma
3596M: dipankar@in.ibm.com
3597W: http://www.rdrop.com/users/paulmck/rclock/
3598L: linux-kernel@vger.kernel.org
3599S: Supported
3600
Linus Torvalds1da177e2005-04-16 15:20:36 -07003601REAL TIME CLOCK DRIVER
3602P: Paul Gortmaker
3603M: p_gortmaker@yahoo.com
3604L: linux-kernel@vger.kernel.org
3605S: Maintained
3606
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003607REAL TIME CLOCK (RTC) SUBSYSTEM
3608P: Alessandro Zummo
3609M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003610L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003611S: Maintained
3612
Linus Torvalds1da177e2005-04-16 15:20:36 -07003613REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003614L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003615S: Supported
3616
Ivo van Doorne08976452008-04-12 19:23:55 +02003617RFKILL
3618P: Ivo van Doorn
3619M: IvDoorn@gmail.com
3620L: netdev@vger.kernel.org
3621S: Maintained
3622F: net/rfkill
3623
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003624RISCOM8 DRIVER
3625S: Orphan
3626
Linus Torvalds1da177e2005-04-16 15:20:36 -07003627ROCKETPORT DRIVER
3628P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003629W: http://www.comtrol.com
3630S: Maintained
3631
3632ROSE NETWORK LAYER
3633P: Ralf Baechle
3634M: ralf@linux-mips.org
3635L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003636W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003637S: Maintained
3638
Larry Finger59840482008-11-12 17:13:09 -06003639RTL8180 WIRELESS DRIVER
John W. Linville96dd6032008-11-12 14:51:56 -05003640P: John W. Linville
3641M: linville@tuxdriver.com
Michael Wu605bebe2007-05-14 01:41:02 -04003642L: linux-wireless@vger.kernel.org
3643W: http://linuxwireless.org/
John W. Linville96dd6032008-11-12 14:51:56 -05003644T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
Michael Wu605bebe2007-05-14 01:41:02 -04003645S: Maintained
3646
Larry Finger59840482008-11-12 17:13:09 -06003647RTL8187 WIRELESS DRIVER
3648P: Herton Ronaldo Krzesinski
3649M: herton@mandriva.com.br
3650P: Hin-Tak Leung
3651M htl10@users.sourceforge.net
3652P: Larry Finger
3653M: Larry.Finger@lwfinger.net
3654L: linux-wireless@vger.kernel.org
3655W: http://linuxwireless.org/
3656T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
3657S: Maintained
3658
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003659S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003660P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003661M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003662L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003663S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003664
Linus Torvalds1da177e2005-04-16 15:20:36 -07003665S390
3666P: Martin Schwidefsky
3667M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003668P: Heiko Carstens
3669M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003670M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003671L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003672W: http://www.ibm.com/developerworks/linux/linux390/
3673S: Supported
3674
3675S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003676P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003677M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003678P: Frank Blaschka
3679M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003680M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003681L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003682W: http://www.ibm.com/developerworks/linux/linux390/
3683S: Supported
3684
3685S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003686P: Christof Schmitt
3687M: christof.schmitt@de.ibm.com
3688P: Martin Peschke
3689M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003690M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003691L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003692W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003693S: Supported
3694
Ursula Braundd96df22007-09-19 13:09:02 +02003695S390 IUCV NETWORK LAYER
3696P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003697M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003698M: linux390@de.ibm.com
3699L: linux-s390@vger.kernel.org
3700W: http://www.ibm.com/developerworks/linux/linux390/
3701S: Supported
3702
Ben Dooks4dde7f72008-06-30 22:40:38 +01003703S3C24XX SD/MMC Driver
3704P: Ben Dooks
3705M: ben-linux@fluff.org
3706L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3707L: linux-kernel@vger.kernel.org
3708S: Supported
3709
Linus Torvalds1da177e2005-04-16 15:20:36 -07003710SAA7146 VIDEO4LINUX-2 DRIVER
3711P: Michael Hunold
3712M: michael@mihu.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003713L: linux-media@vger.kernel.org
3714T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003715W: http://www.mihu.de/linux/saa7146
3716S: Maintained
3717
Linus Torvalds1da177e2005-04-16 15:20:36 -07003718SC1200 WDT DRIVER
3719P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003720M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003721S: Maintained
3722
3723SCHEDULER
3724P: Ingo Molnar
3725M: mingo@elte.hu
3726P: Robert Love [the preemptible kernel bits]
3727M: rml@tech9.net
3728L: linux-kernel@vger.kernel.org
3729S: Maintained
3730
3731SCSI CDROM DRIVER
3732P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003733M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003734L: linux-scsi@vger.kernel.org
3735W: http://www.kernel.dk
3736S: Maintained
3737
3738SCSI SG DRIVER
3739P: Doug Gilbert
3740M: dgilbert@interlog.com
3741L: linux-scsi@vger.kernel.org
3742W: http://www.torque.net/sg
3743S: Maintained
3744
3745SCSI SUBSYSTEM
3746P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003747M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003748L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003749T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003750T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3751T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003752S: Maintained
3753
3754SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003755P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003756M: Kai.Makisara@kolumbus.fi
3757L: linux-scsi@vger.kernel.org
3758S: Maintained
3759
3760SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003761P: Vlad Yasevich
3762M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003763P: Sridhar Samudrala
3764M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003765L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003766W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003767S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003768
3769SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003770P: Jim Cromie
3771M: jim.cromie@gmail.com
3772S: Odd Fixes
3773
3774SCx200 GPIO DRIVER
3775P: Jim Cromie
3776M: jim.cromie@gmail.com
3777S: Maintained
3778
3779SCx200 HRT CLOCKSOURCE DRIVER
3780P: Jim Cromie
3781M: jim.cromie@gmail.com
3782S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003783
Sascha Sommer6a369132008-07-15 14:21:29 +02003784SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3785P: Sascha Sommer
3786M: saschasommer@freenet.de
3787L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3788S: Maintained
3789
Randy Dunlape7839f22008-10-12 16:11:45 -07003790SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003791P: Pierre Ossman
3792M: drzeus-sdhci@drzeus.cx
3793L: sdhci-devel@list.drzeus.cx
3794S: Maintained
3795
James Morris8711cca2008-12-04 03:19:45 +11003796SECURITY SUBSYSTEM
3797F: security/
3798P: James Morris
3799M: jmorris@namei.org
3800L: linux-kernel@vger.kernel.org
3801L: linux-security-module@vger.kernel.org (suggested Cc:)
3802T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
3803S: Supported
3804
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805SECURITY CONTACT
3806P: Security Officers
3807M: security@kernel.org
3808S: Supported
3809
3810SELINUX SECURITY MODULE
3811P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003812M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003813P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003814M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003815P: Eric Paris
3816M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003817L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003818L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Stephen Smalleyf0589252008-09-11 09:20:26 -04003819W: http://selinuxproject.org
3820T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003821S: Supported
3822
Jiri Slabycef2cf02007-05-08 00:31:45 -07003823SENSABLE PHANTOM
3824P: Jiri Slaby
3825M: jirislaby@gmail.com
3826S: Maintained
3827
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003828SERIAL ATA (SATA) SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07003829P: Jeff Garzik
3830M: jgarzik@pobox.com
3831L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003832T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003833S: Supported
3834
Ben Hutchings8ceee662008-04-27 12:55:59 +01003835SFC NETWORK DRIVER
3836P: Steve Hodgson
3837P: Ben Hutchings
3838P: Robert Stonehouse
3839M: linux-net-drivers@solarflare.com
3840S: Supported
3841
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003842SGI GRU DRIVER
3843P: Jack Steiner
3844M: steiner@sgi.com
3845S: Maintained
3846
3847SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3848P: Pat Gefre
3849M: pfg@sgi.com
3850L: linux-ia64@vger.kernel.org
3851S: Supported
3852
Linus Torvalds1da177e2005-04-16 15:20:36 -07003853SGI VISUAL WORKSTATION 320 AND 540
3854P: Andrey Panin
3855M: pazke@donpac.ru
3856L: linux-visws-devel@lists.sf.net
3857W: http://linux-visws.sf.net
3858S: Maintained for 2.6.
3859
Jack Steiner75312612008-08-15 00:40:42 -07003860SGI XP/XPC/XPNET DRIVER
3861P: Dean Nelson
3862M: dcn@sgi.com
3863S: Maintained
3864
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003865SHARP LH SUPPORT (LH7952X & LH7A40X)
3866P: Marc Singer
3867M: elf@buici.com
3868W: http://projects.buici.com/arm
3869L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3870S: Maintained
3871
3872SHPC HOTPLUG DRIVER
3873P: Kristen Carlson Accardi
3874M: kristen.c.accardi@intel.com
3875L: linux-pci@vger.kernel.org
3876S: Supported
3877
Linus Torvalds1da177e2005-04-16 15:20:36 -07003878SIMTEC EB110ATX (Chalice CATS)
3879P: Ben Dooks
3880P: Vincent Sanders
3881M: support@simtec.co.uk
3882W: http://www.simtec.co.uk/products/EB110ATX/
3883S: Supported
3884
3885SIMTEC EB2410ITX (BAST)
3886P: Ben Dooks
3887P: Vincent Sanders
3888M: support@simtec.co.uk
3889W: http://www.simtec.co.uk/products/EB2410ITX/
3890S: Supported
3891
Francois Romieu92aab3c2005-07-30 13:11:18 +02003892SIS 190 ETHERNET DRIVER
3893P: Francois Romieu
3894M: romieu@fr.zoreil.com
3895L: netdev@vger.kernel.org
3896S: Maintained
3897
Linus Torvalds1da177e2005-04-16 15:20:36 -07003898SIS 900/7016 FAST ETHERNET DRIVER
3899P: Daniele Venzano
3900M: venza@brownhat.org
3901W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003902L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003903S: Maintained
3904
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003905SIS 96X I2C/SMBUS DRIVER
3906P: Mark M. Hoffman
3907M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01003908L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003909S: Maintained
3910
Linus Torvalds1da177e2005-04-16 15:20:36 -07003911SIS FRAMEBUFFER DRIVER
3912P: Thomas Winischhofer
3913M: thomas@winischhofer.net
3914W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003915S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003916
3917SIS USB2VGA DRIVER
3918P: Thomas Winischhofer
3919M: thomas@winischhofer.net
3920W: http://www.winischhofer.at/linuxsisusbvga.shtml
3921S: Maintained
3922
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003923SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3924P: Stephen Hemminger
3925M: shemminger@linux-foundation.org
3926L: netdev@vger.kernel.org
3927S: Maintained
3928
Christoph Lameter415ad262007-07-26 10:40:56 -07003929SLAB ALLOCATOR
3930P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003931M: cl@linux-foundation.org
Christoph Lameter415ad262007-07-26 10:40:56 -07003932P: Pekka Enberg
3933M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003934P: Matt Mackall
3935M: mpm@selenic.com
Christoph Lameter415ad262007-07-26 10:40:56 -07003936L: linux-mm@kvack.org
3937S: Maintained
3938
Linus Torvalds1da177e2005-04-16 15:20:36 -07003939SMC91x ETHERNET DRIVER
3940P: Nicolas Pitre
3941M: nico@cam.org
3942S: Maintained
3943
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003944SMSC47B397 HARDWARE MONITOR DRIVER
3945P: Mark M. Hoffman
3946M: mhoffman@lightlink.com
3947L: lm-sensors@lm-sensors.org
3948S: Maintained
3949
Steve Glendinningfd9abb32008-11-05 00:35:37 +00003950SMSC911x ETHERNET DRIVER
3951P: Steve Glendinning
3952M: steve.glendinning@smsc.com
3953L: netdev@vger.kernel.org
3954S: Supported
3955
Steve Glendinning2cb37722008-12-11 20:54:30 -08003956SMSC9420 PCI ETHERNET DRIVER
3957P: Steve Glendinning
3958M: steve.glendinning@smsc.com
3959L: netdev@vger.kernel.org
3960S: Supported
3961
Ben Nizetteb54f2862008-03-13 22:27:30 +11003962SMX UIO Interface
3963P: Ben Nizette
3964M: bn@niasdigital.com
3965S: Maintained
3966
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003967SN-IA64 (Itanium) SUB-PLATFORM
3968P: Jes Sorensen
3969M: jes@sgi.com
3970L: linux-altix@sgi.com
3971L: linux-ia64@vger.kernel.org
3972W: http://www.sgi.com/altix
3973S: Maintained
3974
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003975SOC-CAMERA V4L2 SUBSYSTEM
Jean Delvare795fb7e2008-09-20 12:33:08 +02003976P: Guennadi Liakhovetski
3977M: g.liakhovetski@gmx.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003978L: linux-media@vger.kernel.org
3979T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02003980S: Maintained
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003981
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003982SOEKRIS NET48XX LED SUPPORT
3983P: Chris Boot
3984M: bootc@bootc.net
3985S: Maintained
3986
Linus Torvalds1da177e2005-04-16 15:20:36 -07003987SOFTWARE RAID (Multiple Disks) SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07003988P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003989M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003990L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003991S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003992
Linus Torvalds1da177e2005-04-16 15:20:36 -07003993SONIC NETWORK DRIVER
3994P: Thomas Bogendoerfer
3995M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003996L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003997S: Maintained
3998
Michael Buesch61e115a2007-09-18 15:12:50 -04003999SONICS SILICON BACKPLANE DRIVER (SSB)
4000P: Michael Buesch
4001M: mb@bu3sch.de
4002L: netdev@vger.kernel.org
4003S: Maintained
4004
Linus Torvalds1da177e2005-04-16 15:20:36 -07004005SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01004006P: Mattia Dongili
4007M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01004008L: linux-acpi@vger.kernel.org
4009W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07004010S: Maintained
4011
Alex Dubovbaf85322008-02-09 10:20:54 -08004012SONY MEMORYSTICK CARD SUPPORT
4013P: Alex Dubov
4014M: oakad@yahoo.com
4015L: linux-kernel@vger.kernel.org
4016W: http://tifmxx.berlios.de/
4017S: Maintained
4018
Linus Torvalds1da177e2005-04-16 15:20:36 -07004019SOUND
4020P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02004021M: perex@perex.cz
Takashi Iwai281712f2008-08-19 13:10:04 +02004022P: Takashi Iwai
4023M: tiwai@suse.de
Takashi Iwai82622042007-04-16 12:32:52 +02004024L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004025S: Maintained
4026
Mark Brownbd903bd2008-11-19 19:16:05 +00004027SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004028P: Liam Girdwood
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004029M: lrg@slimlogic.co.uk
Mark Brown2cad0ad2008-01-10 14:33:07 +01004030P: Mark Brown
4031M: broonie@opensource.wolfsonmicro.com
4032T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02004033L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004034W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004035S: Supported
4036
Sam Ravnborg473321f2009-01-04 15:47:49 -08004037SPARC + UltraSPARC (sparc/sparc64)
4038P: David S. Miller
4039M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004040L: sparclinux@vger.kernel.org
Sam Ravnborg473321f2009-01-04 15:47:49 -08004041T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4042T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004043S: Maintained
4044
4045SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4046P: Roger Wolff
4047M: R.E.Wolff@BitWizard.nl
4048L: linux-kernel@vger.kernel.org ?
4049S: Supported
4050
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004051SPI SUBSYSTEM
4052P: David Brownell
4053M: dbrownell@users.sourceforge.net
4054L: spi-devel-general@lists.sourceforge.net
4055S: Maintained
4056
Jim Lewis2752e402006-09-29 02:01:19 -07004057SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01004058P: Ishizaki Kou
4059M: kou.ishizaki@toshiba.co.jp
4060P: Jens Osterkamp
4061M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07004062L: netdev@vger.kernel.org
4063S: Supported
4064
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004065SPU FILE SYSTEM
4066P: Jeremy Kerr
4067M: jk@ozlabs.org
4068L: linuxppc-dev@ozlabs.org
4069L: cbe-oss-dev@ozlabs.org
4070W: http://www.ibm.com/developerworks/power/cell/
4071S: Supported
4072
Linus Torvalds1da177e2005-04-16 15:20:36 -07004073SRM (Alpha) environment access
4074P: Jan-Benedict Glaw
4075M: jbglaw@lug-owl.de
4076L: linux-kernel@vger.kernel.org
4077S: Maintained
4078
Linus Torvalds26e9a392008-10-17 09:50:12 -07004079STABLE BRANCH
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004080P: Greg Kroah-Hartman
4081M: greg@kroah.com
4082P: Chris Wright
4083M: chrisw@sous-sol.org
4084L: stable@kernel.org
4085S: Maintained
4086
Linus Torvalds26e9a392008-10-17 09:50:12 -07004087STAGING SUBSYSTEM
4088P: Greg Kroah-Hartman
4089M: gregkh@suse.de
4090L: linux-kernel@vger.kernel.org
4091T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4092S: Maintained
4093
Linus Torvalds1da177e2005-04-16 15:20:36 -07004094STARFIRE/DURALAN NETWORK DRIVER
4095P: Ion Badulescu
4096M: ionut@cs.columbia.edu
4097S: Maintained
4098
4099STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4100W: http://mosquitonet.Stanford.EDU/strip.html
Jean Delvarebaaea1d2008-09-20 12:34:33 +02004101S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07004102
4103STRADIS MPEG-2 DECODER DRIVER
4104P: Nathan Laredo
4105M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004106W: http://www.stradis.com/
4107S: Maintained
4108
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004109SUN3/3X
4110P: Sam Creasey
4111M: sammy@sammy.net
4112W: http://sammy.net/sun3/
4113S: Maintained
4114
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004115SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07004116P: Paul Mundt
4117M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004118L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004119W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004120T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09004121S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004122
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004123SUSPEND TO RAM
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004124P: Len Brown
4125M: len.brown@intel.com
4126P: Pavel Machek
4127M: pavel@suse.cz
4128P: Rafael J. Wysocki
4129M: rjw@sisk.pl
4130L: linux-pm@lists.linux-foundation.org
4131S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004132
4133SVGA HANDLING
4134P: Martin Mares
4135M: mj@ucw.cz
4136L: linux-video@atrey.karlin.mff.cuni.cz
4137S: Maintained
4138
4139SYSV FILESYSTEM
4140P: Christoph Hellwig
4141M: hch@infradead.org
4142S: Maintained
4143
Alan Cox4e688522008-04-30 00:52:11 -07004144TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07004145P: Balbir Singh
4146M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004147L: linux-kernel@vger.kernel.org
4148S: Maintained
4149
Stephen Hemminger781b4562006-07-10 20:25:29 -07004150TC CLASSIFIER
4151P: Jamal Hadi Salim
4152M: hadi@cyberus.ca
4153L: netdev@vger.kernel.org
4154S: Maintained
4155
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004156TCP LOW PRIORITY MODULE
4157P: Wong Hoi Sing, Edison
4158M: hswong3i@gmail.com
4159P: Hung Hing Lun, Mike
4160M: hlhung3i@gmail.com
4161W: http://tcp-lp-mod.sourceforge.net/
4162S: Maintained
4163
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004164TEHUTI ETHERNET DRIVER
4165P: Alexander Indenbaum
4166M: baum@tehutinetworks.net
4167P: Andy Gospodarek
4168M: andy@greyhouse.net
4169L: netdev@vger.kernel.org
4170S: Supported
4171
Alan Cox4e688522008-04-30 00:52:11 -07004172Telecom Clock Driver for MCPL0010
4173P: Mark Gross
4174M: mark.gross@intel.com
4175S: Supported
4176
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004177TENSILICA XTENSA PORT (xtensa)
Alan Cox4e688522008-04-30 00:52:11 -07004178P: Chris Zankel
4179M: chris@zankel.net
4180S: Maintained
4181
4182THINKPAD ACPI EXTRAS DRIVER
4183P: Henrique de Moraes Holschuh
4184M: ibm-acpi@hmh.eng.br
4185L: ibm-acpi-devel@lists.sourceforge.net
4186W: http://ibm-acpi.sourceforge.net
4187W: http://thinkwiki.org/wiki/Ibm-acpi
4188T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4189S: Maintained
4190
Alex Dubov4020f2d2006-10-04 02:15:37 -07004191TI FLASH MEDIA INTERFACE DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02004192P: Alex Dubov
4193M: oakad@yahoo.com
4194S: Maintained
Alex Dubov4020f2d2006-10-04 02:15:37 -07004195
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004196TI OMAP MMC INTERFACE DRIVER
4197P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004198M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004199W: http://linux.omap.com
4200W: http://www.muru.com/linux/omap/
4201S: Maintained
4202
Michael Buesch844dd052006-06-26 00:24:59 -07004203TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4204P: Deepak Saxena
4205M: dsaxena@plexity.net
4206S: Maintained
4207
Per Lidene86eaa32006-01-12 16:45:18 +01004208TIPC NETWORK LAYER
4209P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004210M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004211P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004212M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004213P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004214M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004215L: tipc-discussion@lists.sourceforge.net
4216W: http://tipc.sourceforge.net/
4217W: http://tipc.cslab.ericsson.net/
4218T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4219S: Maintained
4220
Linus Torvalds1da177e2005-04-16 15:20:36 -07004221TLAN NETWORK DRIVER
4222P: Samuel Chessman
4223M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004224L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004225W: http://sourceforge.net/projects/tlan/
4226S: Maintained
4227
Linus Torvalds1da177e2005-04-16 15:20:36 -07004228TOSHIBA ACPI EXTRAS DRIVER
4229P: John Belmonte
4230M: toshiba_acpi@memebeam.org
4231W: http://memebeam.org/toys/ToshibaAcpiDriver
4232S: Maintained
4233
4234TOSHIBA SMM DRIVER
4235P: Jonathan Buzzard
4236M: jonathan@buzzard.org.uk
4237L: tlinux-users@tce.toshiba-dme.co.jp
4238W: http://www.buzzard.org.uk/toshiba/
4239S: Maintained
4240
Alan Cox4e688522008-04-30 00:52:11 -07004241TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004242P: Debora Velarde
4243M: debora@linux.vnet.ibm.com
4244P: Rajiv Andrade
4245M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004246W: http://tpmdd.sourceforge.net
4247P: Marcel Selhorst
4248M: tpm@selhorst.net
4249W: http://www.prosec.rub.de/tpm/
Rajiv Andrade63a10df2008-10-15 22:04:36 -07004250L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
Alan Cox4e688522008-04-30 00:52:11 -07004251S: Maintained
4252
Linus Torvalds1da177e2005-04-16 15:20:36 -07004253TRIVIAL PATCHES
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004254P: Jiri Kosina
Jim Cromiece00f852006-11-30 04:49:44 +01004255M: trivial@kernel.org
4256L: linux-kernel@vger.kernel.org
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004257T: git kernel.org:/pub/scm/linux/kernel/git/jikos/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004258S: Maintained
4259
Alan Cox4e688522008-04-30 00:52:11 -07004260TTY LAYER
4261P: Alan Cox
4262M: alan@lxorguk.ukuu.org.uk
4263L: linux-kernel@vger.kernel.org
4264S: Maintained
4265
Grant Grundler740db6d2008-02-17 11:53:49 -07004266TULIP NETWORK DRIVERS
4267P: Grant Grundler
4268M: grundler@parisc-linux.org
4269P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004270M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004271L: netdev@vger.kernel.org
4272S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004273
4274TUN/TAP driver
4275P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004276M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004277L: vtun@office.satix.net
4278W: http://vtun.sourceforge.net/tun
4279S: Maintained
4280
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004281TURBOCHANNEL SUBSYSTEM
4282P: Maciej W. Rozycki
4283M: macro@linux-mips.org
4284S: Maintained
4285
Linus Torvalds1da177e2005-04-16 15:20:36 -07004286U14-34F SCSI DRIVER
4287P: Dario Ballabio
4288M: ballabio_dario@emc.com
4289L: linux-scsi@vger.kernel.org
4290S: Maintained
4291
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004292UBI FILE SYSTEM (UBIFS)
4293P: Artem Bityutskiy
4294M: dedekind@infradead.org
4295P: Adrian Hunter
4296M: ext-adrian.hunter@nokia.com
4297L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004298T: git git://git.infradead.org/ubifs-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004299W: http://www.linux-mtd.infradead.org/doc/ubifs.html
4300S: Maintained
4301
Alan Coxcc2020e2008-05-19 14:21:51 +01004302UCLINUX (AND M68KNOMMU)
4303P: Greg Ungerer
4304M: gerg@uclinux.org
4305W: http://www.uclinux.org/
4306L: uclinux-dev@uclinux.org (subscribers-only)
4307S: Maintained
4308
Alan Coxcc2020e2008-05-19 14:21:51 +01004309UCLINUX FOR RENESAS H8/300
4310P: Yoshinori Sato
4311M: ysato@users.sourceforge.jp
4312W: http://uclinux-h8.sourceforge.jp/
4313S: Supported
4314
Linus Torvalds1da177e2005-04-16 15:20:36 -07004315UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004316P: Jan Kara
4317M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004318W: http://linux-udf.sourceforge.net
4319S: Maintained
4320
Alan Coxcc2020e2008-05-19 14:21:51 +01004321UFS FILESYSTEM
4322P: Evgeniy Dushistov
4323M: dushistov@mail.ru
4324L: linux-kernel@vger.kernel.org
4325S: Maintained
4326
David Vrabel18332a82008-09-17 16:34:44 +01004327ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4328P: David Vrabel
4329M: david.vrabel@csr.com
4330L: linux-usb@vger.kernel.org
4331S: Supported
4332
Linus Torvalds1da177e2005-04-16 15:20:36 -07004333UNIFORM CDROM DRIVER
4334P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004335M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004336L: linux-kernel@vger.kernel.org
4337W: http://www.kernel.dk
4338S: Maintained
4339
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004340UNSORTED BLOCK IMAGES (UBI)
4341P: Artem Bityutskiy
4342M: dedekind@infradead.org
4343W: http://www.linux-mtd.infradead.org/
4344L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004345T: git git://git.infradead.org/ubi-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004346S: Maintained
4347
Linus Torvalds1da177e2005-04-16 15:20:36 -07004348USB ACM DRIVER
4349P: Oliver Neukum
4350M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004351L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004352S: Maintained
4353
4354USB BLOCK DRIVER (UB ub)
4355P: Pete Zaitcev
4356M: zaitcev@redhat.com
4357L: linux-kernel@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004358L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004359S: Supported
4360
Linus Torvalds1da177e2005-04-16 15:20:36 -07004361USB CDC ETHERNET DRIVER
4362P: Greg Kroah-Hartman
4363M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004364L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004365S: Maintained
4366W: http://www.kroah.com/linux-usb/
4367
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004368USB CYPRESS C67X00 DRIVER
4369P: Peter Korsgaard
4370M: jacmet@sunsite.dk
4371L: linux-usb@vger.kernel.org
4372S: Maintained
4373
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004374USB DAVICOM DM9601 DRIVER
4375P: Peter Korsgaard
4376M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004377L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004378W: http://www.linux-usb.org/usbnet
4379S: Maintained
4380
Alan Coxcc2020e2008-05-19 14:21:51 +01004381USB DIAMOND RIO500 DRIVER
4382P: Cesar Miquel
4383M: miquel@df.uba.ar
4384L: rio500-users@lists.sourceforge.net
4385W: http://rio500.sourceforge.net
4386S: Maintained
4387
Linus Torvalds1da177e2005-04-16 15:20:36 -07004388USB EHCI DRIVER
4389P: David Brownell
4390M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004391L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004392S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004393
Luca Risolia7ce08c92006-01-11 02:06:59 +00004394USB ET61X[12]51 DRIVER
4395P: Luca Risolia
4396M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004397L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004398L: linux-media@vger.kernel.org
4399T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia7ce08c92006-01-11 02:06:59 +00004400W: http://www.linux-projects.org
4401S: Maintained
4402
David Brownell69ae9e32006-11-14 02:03:31 -08004403USB GADGET/PERIPHERAL SUBSYSTEM
4404P: David Brownell
4405M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004406L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004407W: http://www.linux-usb.org/gadget
4408S: Maintained
4409
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004410USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01004411P: Jiri Kosina
4412M: jkosina@suse.cz
Jean Delvare795fb7e2008-09-20 12:33:08 +02004413L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004414T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004415S: Maintained
4416
Olav Kongas959eea22005-11-03 17:38:14 +02004417USB ISP116X DRIVER
4418P: Olav Kongas
4419M: ok@artecdesign.ee
Jean Delvare795fb7e2008-09-20 12:33:08 +02004420L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004421S: Maintained
4422
Linus Torvalds1da177e2005-04-16 15:20:36 -07004423USB KAWASAKI LSI DRIVER
4424P: Oliver Neukum
4425M: oliver@neukum.name
Jean Delvare795fb7e2008-09-20 12:33:08 +02004426L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004427S: Maintained
4428
4429USB MASS STORAGE DRIVER
4430P: Matthew Dharm
4431M: mdharm-usb@one-eyed-alien.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004432L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004433L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004434S: Maintained
4435W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4436
4437USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004438P: David Brownell
4439M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004440L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004441S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004442
Matthias Urlichsba460e42005-07-14 00:33:47 -07004443USB OPTION-CARD DRIVER
4444P: Matthias Urlichs
4445M: smurf@smurf.noris.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004446L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004447S: Maintained
4448
Linus Torvalds1da177e2005-04-16 15:20:36 -07004449USB OV511 DRIVER
4450P: Mark McClelland
4451M: mmcclell@bigfoot.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004452L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004453W: http://alpha.dyndns.org/ov511/
4454S: Maintained
4455
4456USB PEGASUS DRIVER
4457P: Petko Manolov
4458M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004459L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004460L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004461W: http://pegasus2.sourceforge.net/
4462S: Maintained
4463
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004464USB PRINTER DRIVER (usblp)
4465P: Pete Zaitcev
4466M: zaitcev@redhat.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004467L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004468S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004469
4470USB RTL8150 DRIVER
4471P: Petko Manolov
4472M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004473L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004474L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004475W: http://pegasus2.sourceforge.net/
4476S: Maintained
4477
4478USB SE401 DRIVER
4479P: Jeroen Vreeken
4480M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004481L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004482W: http://www.chello.nl/~j.vreeken/se401/
4483S: Maintained
4484
Alan Cox4e688522008-04-30 00:52:11 -07004485USB SERIAL BELKIN F5U103 DRIVER
4486P: William Greathouse
4487M: wgreathouse@smva.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004488L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004489S: Maintained
4490
4491USB SERIAL CYPRESS M8 DRIVER
4492P: Lonnie Mendez
4493M: dignome@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004494L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004495S: Maintained
4496W: http://geocities.com/i0xox0i
4497W: http://firstlight.net/cvs
4498
Linus Torvalds1da177e2005-04-16 15:20:36 -07004499USB SERIAL CYBERJACK DRIVER
4500P: Matthias Bruestle and Harald Welte
4501M: support@reiner-sct.com
4502W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4503S: Maintained
4504
4505USB SERIAL DIGI ACCELEPORT DRIVER
4506P: Peter Berger and Al Borchers
4507M: pberger@brimson.com
4508M: alborchers@steinerpoint.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004509L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004510S: Maintained
4511
4512USB SERIAL DRIVER
4513P: Greg Kroah-Hartman
4514M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004515L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004516S: Supported
4517
Linus Torvalds1da177e2005-04-16 15:20:36 -07004518USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4519P: Gary Brubaker
4520M: xavyer@ix.netcom.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004521L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004522S: Maintained
4523
4524USB SERIAL KEYSPAN DRIVER
4525P: Greg Kroah-Hartman
4526M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004527L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004528W: http://www.kroah.com/linux/
4529S: Maintained
4530
4531USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004532P: Support Department
4533M: support@connecttech.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004534L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004535W: http://www.connecttech.com
4536S: Supported
4537
Steve Glendinning2f7ca802008-10-02 05:27:57 +00004538USB SMSC95XX ETHERNET DRIVER
4539P: Steve Glendinning
4540M: steve.glendinning@smsc.com
4541L: netdev@vger.kernel.org
4542S: Supported
4543
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004544USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004545P: Luca Risolia
4546M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004547L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004548L: linux-media@vger.kernel.org
4549T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004550W: http://www.linux-projects.org
4551S: Maintained
4552
4553USB SUBSYSTEM
4554P: Greg Kroah-Hartman
4555M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004556L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004557W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004558T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004559S: Supported
4560
4561USB UHCI DRIVER
4562P: Alan Stern
4563M: stern@rowland.harvard.edu
Jean Delvare795fb7e2008-09-20 12:33:08 +02004564L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004565S: Maintained
4566
David Brownell69ae9e32006-11-14 02:03:31 -08004567USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004568P: David Brownell
4569M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004570L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004571W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004572S: Maintained
4573
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004574USB VIDEO CLASS
4575P: Laurent Pinchart
4576M: laurent.pinchart@skynet.be
Jiri Slabya67534a2008-12-10 09:09:27 -03004577L: linux-uvc-devel@lists.berlios.de (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004578L: linux-media@vger.kernel.org
4579T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004580W: http://linux-uvc.berlios.de
4581S: Maintained
4582
Linus Torvalds1da177e2005-04-16 15:20:36 -07004583USB W996[87]CF DRIVER
4584P: Luca Risolia
4585M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004586L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004587L: linux-media@vger.kernel.org
4588T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004589W: http://www.linux-projects.org
4590S: Maintained
4591
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004592USB WIRELESS RNDIS DRIVER (rndis_wlan)
4593P: Jussi Kivilinna
4594M: jussi.kivilinna@mbnet.fi
4595L: linux-wireless@vger.kernel.org
4596S: Maintained
4597
Luca Risolia60f78052006-02-06 16:29:35 +00004598USB ZC0301 DRIVER
4599P: Luca Risolia
4600M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004601L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004602L: linux-media@vger.kernel.org
4603T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia60f78052006-02-06 16:29:35 +00004604W: http://www.linux-projects.org
4605S: Maintained
4606
Linus Torvalds1da177e2005-04-16 15:20:36 -07004607USB ZD1201 DRIVER
4608P: Jeroen Vreeken
4609M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004610L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004611W: http://linux-lc100020.sourceforge.net
4612S: Maintained
4613
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004614USB ZR364XX DRIVER
4615P: Antoine Jacquet
4616M: royale@zerezo.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004617L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004618L: linux-media@vger.kernel.org
4619T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004620W: http://royale.zerezo.com/zr364xx/
4621S: Maintained
4622
Randy Dunlape7839f22008-10-12 16:11:45 -07004623USER-MODE LINUX (UML)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004624P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004625M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004626L: user-mode-linux-devel@lists.sourceforge.net
4627L: user-mode-linux-user@lists.sourceforge.net
4628W: http://user-mode-linux.sourceforge.net
4629S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004630
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004631USERSPACE I/O (UIO)
4632P: Hans J. Koch
4633M: hjk@linutronix.de
4634P: Greg Kroah-Hartman
4635M: gregkh@suse.de
4636L: linux-kernel@vger.kernel.org
4637S: Maintained
4638
Karel Zakf899b0a2008-05-23 13:04:21 -07004639UTIL-LINUX-NG PACKAGE
4640P: Karel Zak
4641M: kzak@redhat.com
4642L: util-linux-ng@vger.kernel.org
4643W: http://kernel.org/~kzak/util-linux-ng/
4644T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4645S: Maintained
4646
Michal Januszewskic1fd1c02008-10-15 22:03:48 -07004647UVESAFB DRIVER
4648P: Michal Januszewski
4649M: spock@gentoo.org
4650L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4651W: http://dev.gentoo.org/~spock/projects/uvesafb/
4652S: Maintained
4653
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004654VFAT/FAT/MSDOS FILESYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07004655P: OGAWA Hirofumi
4656M: hirofumi@mail.parknet.co.jp
4657L: linux-kernel@vger.kernel.org
4658S: Maintained
4659
Linus Torvalds1da177e2005-04-16 15:20:36 -07004660VIA RHINE NETWORK DRIVER
4661P: Roger Luethi
4662M: rl@hellgate.ch
4663S: Maintained
4664
Jean Delvare32c0a522005-09-22 21:47:58 +02004665VIAPRO SMBUS DRIVER
4666P: Jean Delvare
4667M: khali@linux-fr.org
Jean Delvare846557d2008-10-30 15:55:47 +01004668L: linux-i2c@vger.kernel.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004669S: Maintained
4670
Joseph Chan69e4a7c2008-10-15 22:03:31 -07004671VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4672P: Joseph Chan
4673M: JosephChan@via.com.tw
4674P: Scott Fang
4675M: ScottFang@viatech.com.cn
4676L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4677S: Maintained
4678
Francois Romieu01f20732007-01-26 00:57:17 -08004679VIA VELOCITY NETWORK DRIVER
4680P: Francois Romieu
4681M: romieu@fr.zoreil.com
4682L: netdev@vger.kernel.org
4683S: Maintained
4684
Randy Dunlape7839f22008-10-12 16:11:45 -07004685VIDEO FOR LINUX (V4L)
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004686P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004687M: mchehab@infradead.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004688L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004689L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004690W: http://linuxtv.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004691T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004692S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004693
Patrick McHardybe7f8272007-10-23 20:26:36 -07004694VLAN (802.1Q)
4695P: Patrick McHardy
4696M: kaber@trash.net
4697L: netdev@vger.kernel.org
4698S: Maintained
4699
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004700VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4701P: Liam Girdwood
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004702M: lrg@slimlogic.co.uk
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004703P: Mark Brown
4704M: broonie@opensource.wolfsonmicro.com
4705W: http://opensource.wolfsonmicro.com/node/15
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004706W: http://www.slimlogic.co.uk/?page_id=5
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004707T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4708S: Supported
4709
Juerg Haefligerab413192006-09-24 20:54:04 +02004710VT1211 HARDWARE MONITOR DRIVER
4711P: Juerg Haefliger
4712M: juergh@gmail.com
4713L: lm-sensors@lm-sensors.org
4714S: Maintained
4715
Roger Lucas1de9e372005-11-26 20:20:05 +01004716VT8231 HARDWARE MONITOR DRIVER
4717P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004718M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004719L: lm-sensors@lm-sensors.org
4720S: Maintained
4721
Linus Torvalds1da177e2005-04-16 15:20:36 -07004722W1 DALLAS'S 1-WIRE BUS
4723P: Evgeniy Polyakov
4724M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004725S: Maintained
4726
Charles Spirakis13927072006-07-05 18:05:15 +02004727W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004728P: Marc Hulsman
4729M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004730L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004731S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004732
Rudolf Marek61db0112006-12-12 18:18:30 +01004733W83793 HARDWARE MONITORING DRIVER
4734P: Rudolf Marek
4735M: r.marek@assembler.cz
4736L: lm-sensors@lm-sensors.org
4737S: Maintained
4738
Linus Torvalds1da177e2005-04-16 15:20:36 -07004739W83L51xD SD/MMC CARD INTERFACE DRIVER
4740P: Pierre Ossman
4741M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004742L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004743S: Maintained
4744
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004745WATCHDOG DEVICE DRIVERS
4746P: Wim Van Sebroeck
4747M: wim@iguana.be
4748T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4749S: Maintained
4750
Linus Torvalds1da177e2005-04-16 15:20:36 -07004751WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4752P: Jean Tourrilhes
4753M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004754L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004755W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4756S: Maintained
4757
4758WD7000 SCSI DRIVER
4759P: Miroslav Zagorac
4760M: zaga@fly.cc.fer.hr
4761L: linux-scsi@vger.kernel.org
4762S: Maintained
4763
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08004764WIMAX STACK
4765P: Inaky Perez-Gonzalez
4766M: inaky.perez-gonzalez@intel.com
4767M: linux-wimax@intel.com
4768L: wimax@linuxwimax.org
4769S: Supported
4770W: http://linuxwimax.org
4771
David Vrabel18332a82008-09-17 16:34:44 +01004772WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4773P: David Vrabel
4774M: david.vrabel@csr.com
4775S: Maintained
4776
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004777WISTRON LAPTOP BUTTON DRIVER
4778P: Miloslav Trmac
4779M: mitr@volny.cz
4780S: Maintained
4781
Linus Torvalds1da177e2005-04-16 15:20:36 -07004782WL3501 WIRELESS PCMCIA CARD DRIVER
4783P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004784M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004785L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004786W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004787S: Maintained
4788
Mark Brownfebf1df2008-04-02 00:51:09 -04004789WM97XX TOUCHSCREEN DRIVERS
4790P: Mark Brown
4791M: broonie@opensource.wolfsonmicro.com
4792P: Liam Girdwood
Liam Girdwoodb8d055a2008-10-13 23:00:15 -04004793M: lrg@slimlogic.co.uk
Mark Brownfebf1df2008-04-02 00:51:09 -04004794L: linux-input@vger.kernel.org
4795T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4796W: http://opensource.wolfsonmicro.com/node/7
4797S: Supported
4798
Linus Torvalds1da177e2005-04-16 15:20:36 -07004799X.25 NETWORK LAYER
4800P: Henner Eisen
4801M: eis@baty.hanse.de
4802L: linux-x25@vger.kernel.org
4803S: Maintained
4804
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004805X86 ARCHITECTURE (32-BIT AND 64-BIT)
4806P: Thomas Gleixner
4807M: tglx@linutronix.de
4808P: Ingo Molnar
4809M: mingo@redhat.com
4810P: H. Peter Anvin
4811M: hpa@zytor.com
4812L: linux-kernel@vger.kernel.org
4813T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4814S: Maintained
4815
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004816XEN HYPERVISOR INTERFACE
4817P: Jeremy Fitzhardinge
4818M: jeremy@xensource.com
4819P: Chris Wright
4820M: chrisw@sous-sol.org
4821L: virtualization@lists.osdl.org
4822L: xen-devel@lists.xensource.com
4823S: Supported
4824
Linus Torvalds1da177e2005-04-16 15:20:36 -07004825XFS FILESYSTEM
4826P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004827P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004828M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004829L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004830W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004831T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004832S: Supported
4833
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004834XILINX SYSTEMACE DRIVER
4835P: Grant Likely
4836M: grant.likely@secretlab.ca
4837W: http://www.secretlab.ca/
4838L: linux-kernel@vger.kernel.org
4839S: Maintained
4840
Peter Korsgaard238b8722006-12-06 20:35:17 -08004841XILINX UARTLITE SERIAL DRIVER
4842P: Peter Korsgaard
4843M: jacmet@sunsite.dk
4844L: linux-serial@vger.kernel.org
4845S: Maintained
4846
Linus Torvalds1da177e2005-04-16 15:20:36 -07004847YAM DRIVER FOR AX.25
4848P: Jean-Paul Roubelat
4849M: jpr@f6fbb.org
4850L: linux-hams@vger.kernel.org
4851S: Maintained
4852
Henkaf64a5e2005-10-12 15:02:56 +02004853YEALINK PHONE DRIVER
4854P: Henk Vergonet
4855M: Henk.Vergonet@gmail.com
4856L: usbb2k-api-dev@nongnu.org
4857S: Maintained
4858
Linus Torvalds1da177e2005-04-16 15:20:36 -07004859Z8530 DRIVER FOR AX.25
4860P: Joerg Reuter
4861M: jreuter@yaina.de
4862W: http://yaina.de/jreuter/
4863W: http://www.qsl.net/dl1bke/
4864L: linux-hams@vger.kernel.org
4865S: Maintained
4866
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004867ZD1211RW WIRELESS DRIVER
4868P: Daniel Drake
4869M: dsd@gentoo.org
4870P: Ulrich Kunitz
4871M: kune@deine-taler.de
4872W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004873L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004874L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4875S: Maintained
4876
Linus Torvalds1da177e2005-04-16 15:20:36 -07004877ZR36067 VIDEO FOR LINUX DRIVER
4878P: Ronald Bultje
4879M: rbultje@ronald.bitfreak.net
4880L: mjpeg-users@lists.sourceforge.net
4881W: http://mjpeg.sourceforge.net/driver-zoran/
4882S: Maintained
4883
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004884ZS DECSTATION Z85C30 SERIAL DRIVER
4885P: Maciej W. Rozycki
4886M: macro@linux-mips.org
4887S: Maintained
4888
Linus Torvalds1da177e2005-04-16 15:20:36 -07004889THE REST
4890P: Linus Torvalds
4891S: Buried alive in reporters