blob: f62fd6ac45afa1e7932e7c7e0c3acdedf33222e2 [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
1027M: v4l-dvb-maintainer@linuxtv.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 Chehabecfa4fd2005-12-19 09:15:13 -02001030T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.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
1036L: video4linux-list@redhat.com
1037S: Maintained
1038
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001039CALGARY x86-64 IOMMU
1040P: Muli Ben-Yehuda
1041M: muli@il.ibm.com
1042P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001043M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001044L: linux-kernel@vger.kernel.org
1045L: discuss@x86-64.org
1046S: Maintained
1047
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001048CAN NETWORK LAYER
1049P: Urs Thuermann
1050M: urs.thuermann@volkswagen.de
1051P: Oliver Hartkopp
1052M: oliver.hartkopp@volkswagen.de
1053L: socketcan-core@lists.berlios.de (subscribers-only)
1054W: http://developer.berlios.de/projects/socketcan/
1055S: Maintained
1056
Arnd Bergmannb8154542008-05-16 11:10:59 +02001057CELL BROADBAND ENGINE ARCHITECTURE
1058P: Arnd Bergmann
1059M: arnd@arndb.de
1060L: linuxppc-dev@ozlabs.org
1061L: cbe-oss-dev@ozlabs.org
1062W: http://www.ibm.com/developerworks/power/cell/
1063S: Supported
1064
David Vrabel18332a82008-09-17 16:34:44 +01001065CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1066P: David Vrabel
1067M: david.vrabel@csr.com
1068L: linux-usb@vger.kernel.org
1069S: Supported
1070
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001071CFAG12864B LCD DRIVER
1072P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001073M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001074L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001075W: http://miguelojeda.es/auxdisplay.htm
1076W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001077S: Maintained
1078
1079CFAG12864BFB LCD FRAMEBUFFER DRIVER
1080P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001081M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001082L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001083W: http://miguelojeda.es/auxdisplay.htm
1084W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001085S: Maintained
1086
Johannes Berg704232c2007-04-23 12:20:05 -07001087CFG80211 and NL80211
1088P: Johannes Berg
1089M: johannes@sipsolutions.net
1090L: linux-wireless@vger.kernel.org
1091S: Maintained
1092
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001093CHECKPATCH
1094P: Andy Whitcroft
Andy Whitcroftb0e0b432009-01-06 14:41:22 -08001095M: apw@canonical.com
1096L: linux-kernel@vger.kernel.org
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001097S: Supported
1098
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001099CISCO 10G ETHERNET DRIVER
1100P: Scott Feldman
1101M: scofeldm@cisco.com
1102P: Joe Eykholt
1103M: jeykholt@cisco.com
Joel Becker7063fbf2005-12-15 14:29:43 -08001104S: Supported
1105
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001106CIRRUS LOGIC EP93XX ETHERNET DRIVER
1107P: Lennert Buytenhek
1108M: kernel@wantstofly.org
1109L: netdev@vger.kernel.org
1110S: Maintained
1111
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001112CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1113P: Lennert Buytenhek
1114M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001115L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001116S: Maintained
1117
Timur Tabid9e9d822008-04-24 08:45:26 +10001118CIRRUS LOGIC CS4270 SOUND DRIVER
1119P: Timur Tabi
1120M: timur@freescale.com
1121L: alsa-devel@alsa-project.org
1122S: Supported
1123
Linus Torvalds1da177e2005-04-16 15:20:36 -07001124CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1125P: Cirrus Logic Corporation (kernel 2.2 driver)
1126M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1127P: Nils Faerber (port to kernel 2.4)
1128M: Nils Faerber <nils@kernelconcepts.de>
1129S: Maintained
1130
1131CODA FILE SYSTEM
1132P: Jan Harkes
1133M: jaharkes@cs.cmu.edu
1134M: coda@cs.cmu.edu
1135L: codalist@coda.cs.cmu.edu
1136W: http://www.coda.cs.cmu.edu/
1137S: Maintained
1138
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001139COMMON INTERNET FILE SYSTEM (CIFS)
1140P: Steve French
1141M: sfrench@samba.org
1142L: linux-cifs-client@lists.samba.org
1143L: samba-technical@lists.samba.org
1144W: http://linux-cifs.samba.org/
1145T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1146S: Supported
1147
Linus Torvalds1da177e2005-04-16 15:20:36 -07001148COMPACTPCI HOTPLUG CORE
1149P: Scott Murray
1150M: scottm@somanetworks.com
1151M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001152L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153S: Supported
1154
1155COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1156P: Scott Murray
1157M: scottm@somanetworks.com
1158M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001159L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001160S: Supported
1161
1162COMPACTPCI HOTPLUG GENERIC DRIVER
1163P: Scott Murray
1164M: scottm@somanetworks.com
1165M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001166L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001167S: Supported
1168
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001169COMPAL LAPTOP SUPPORT
1170P: Cezary Jackiewicz
1171M: cezary.jackiewicz@gmail.com
1172S: Maintained
1173
Linus Torvalds1da177e2005-04-16 15:20:36 -07001174COMPUTONE INTELLIPORT MULTIPORT CARD
1175P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001176M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001177W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001178S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179
Simon Arlott949be0f2007-03-06 02:47:46 -08001180CONEXANT ACCESSRUNNER USB DRIVER
1181P: Simon Arlott
1182M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001183L: accessrunner-general@lists.sourceforge.net
1184W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001185S: Maintained
1186
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001187CONFIGFS
1188P: Joel Becker
1189M: joel.becker@oracle.com
1190L: linux-kernel@vger.kernel.org
1191S: Supported
1192
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001193CONTROL GROUPS (CGROUPS)
1194P: Paul Menage
1195M: menage@google.com
1196L: containers@lists.linux-foundation.org
1197S: Maintained
1198
Rudolf Marekbebe4672007-05-08 17:22:02 +02001199CORETEMP HARDWARE MONITORING DRIVER
1200P: Rudolf Marek
1201M: r.marek@assembler.cz
1202L: lm-sensors@lm-sensors.org
1203S: Maintained
1204
Linus Torvalds1da177e2005-04-16 15:20:36 -07001205COSA/SRP SYNC SERIAL DRIVER
1206P: Jan "Yenya" Kasprzak
1207M: kas@fi.muni.cz
1208W: http://www.fi.muni.cz/~kas/cosa/
1209S: Maintained
1210
1211CPU FREQUENCY DRIVERS
1212P: Dave Jones
Dave Jonesf4432c52008-10-20 13:31:45 -04001213M: davej@redhat.com
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001214L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001216T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001217S: Maintained
1218
1219CPUID/MSR DRIVER
1220P: H. Peter Anvin
1221M: hpa@zytor.com
1222S: Maintained
1223
Paul Jacksoned90fb42005-09-27 21:45:37 -07001224CPUSETS
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001225P: Paul Menage
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001226M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001227L: linux-kernel@vger.kernel.org
1228W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001229W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001230S: Supported
1231
Linus Torvalds1da177e2005-04-16 15:20:36 -07001232CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001233W: http://sourceforge.net/projects/cramfs/
1234S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235
1236CRIS PORT
1237P: Mikael Starvik
1238M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001239P: Jesper Nilsson
1240M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001241L: dev-etrax@axis.com
1242W: http://developer.axis.com
1243S: Maintained
1244
1245CRYPTO API
1246P: Herbert Xu
1247M: herbert@gondor.apana.org.au
1248P: David S. Miller
1249M: davem@davemloft.net
1250L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001251T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252S: Maintained
1253
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001254CS5535 Audio ALSA driver
1255P: Jaya Kumar
1256M: jayakumar.alsa@gmail.com
1257S: Maintained
1258
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001259CX18 VIDEO4LINUX DRIVER
1260P: Hans Verkuil, Andy Walls
1261M: hverkuil@xs4all.nl, awalls@radix.net
1262L: ivtv-devel@ivtvdriver.org
1263L: ivtv-users@ivtvdriver.org
1264L: video4linux-list@redhat.com
1265W: http://linuxtv.org
1266S: Maintained
1267
Steve Wisee5ec3782008-05-20 14:06:33 -07001268CXGB3 ETHERNET DRIVER (CXGB3)
1269P: Divy Le Ray
1270M: divy@chelsio.com
1271L: netdev@vger.kernel.org
1272W: http://www.chelsio.com
1273S: Supported
1274
1275CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1276P: Steve Wise
1277M: swise@chelsio.com
1278L: general@lists.openfabrics.org
1279W: http://www.openfabrics.org
1280S: Supported
1281
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282CYBERPRO FB DRIVER
1283P: Russell King
1284M: rmk@arm.linux.org.uk
1285W: http://www.arm.linux.org.uk/
1286S: Maintained
1287
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001288CYBLAFB FRAMEBUFFER DRIVER
1289P: Knut Petersen
1290M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001291L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001292S: Maintained
1293
Linus Torvalds1da177e2005-04-16 15:20:36 -07001294CYCLADES 2X SYNC CARD DRIVER
1295P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001296M: acme@ghostprotocols.net
1297W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001298S: Maintained
1299
1300CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001302S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001303
1304CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001305W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001306S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001307
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308DAMA SLAVE for AX.25
1309P: Joerg Reuter
1310M: jreuter@yaina.de
1311W: http://yaina.de/jreuter/
1312W: http://www.qsl.net/dl1bke/
1313L: linux-hams@vger.kernel.org
1314S: Maintained
1315
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001316DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1317P: Tobias Ringstrom
1318M: tori@unhappy.mine.nu
1319L: netdev@vger.kernel.org
1320S: Maintained
1321
1322DC390/AM53C974 SCSI driver
1323P: Kurt Garloff
1324M: garloff@suse.de
1325W: http://www.garloff.de/kurt/linux/dc390/
1326P: Guennadi Liakhovetski
1327M: g.liakhovetski@gmx.de
1328S: Maintained
1329
Linus Torvalds1da177e2005-04-16 15:20:36 -07001330DC395x SCSI driver
1331P: Oliver Neukum
1332M: oliver@neukum.name
1333P: Ali Akcaagac
1334M: aliakc@web.de
1335P: Jamie Lenehan
1336M: lenehan@twibble.org
1337W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001338L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339L: http://lists.twibble.org/mailman/listinfo/dc395x/
1340S: Maintained
1341
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001342DCCP PROTOCOL
1343P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001344M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001345L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001346W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001347S: Maintained
1348
Linus Torvalds1da177e2005-04-16 15:20:36 -07001349DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001350P: Christine Caulfield
1351M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001352W: http://linux-decnet.sourceforge.net
1353L: linux-decnet-user@lists.sourceforge.net
1354S: Maintained
1355
1356DEFXX FDDI NETWORK DRIVER
1357P: Maciej W. Rozycki
1358M: macro@linux-mips.org
1359S: Maintained
1360
1361DELL LAPTOP SMM DRIVER
1362P: Massimo Dal Zotto
1363M: dz@debian.org
1364W: http://www.debian.org/~dz/i8k/
1365S: Maintained
1366
Doug Warzecha90563ec2005-09-06 15:17:15 -07001367DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1368P: Doug Warzecha
1369M: Douglas_Warzecha@dell.com
1370S: Maintained
1371
Linus Torvalds1da177e2005-04-16 15:20:36 -07001372DEVICE NUMBER REGISTRY
1373P: Torben Mathiasen
1374M: device@lanana.org
1375W: http://lanana.org/docs/device-list/index.html
1376L: linux-kernel@vger.kernel.org
1377S: Maintained
1378
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001379DEVICE-MAPPER (LVM)
1380P: Alasdair Kergon
1381L: dm-devel@redhat.com
1382W: http://sources.redhat.com/dm
1383S: Maintained
1384
Linus Torvalds1da177e2005-04-16 15:20:36 -07001385DIGI INTL. EPCA DRIVER
1386P: Digi International, Inc
1387M: Eng.Linux@digi.com
1388L: Eng.Linux@digi.com
1389W: http://www.digi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001390S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001391
Randy Dunlape7839f22008-10-12 16:11:45 -07001392DIRECTORY NOTIFICATION (DNOTIFY)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001393P: Stephen Rothwell
1394M: sfr@canb.auug.org.au
1395L: linux-kernel@vger.kernel.org
1396S: Supported
1397
1398DISK GEOMETRY AND PARTITION HANDLING
1399P: Andries Brouwer
1400M: aeb@cwi.nl
1401W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1402W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1403W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1404S: Maintained
1405
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001406DISKQUOTA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001407P: Jan Kara
1408M: jack@suse.cz
1409L: linux-kernel@vger.kernel.org
1410S: Maintained
1411
Randy Dunlape7839f22008-10-12 16:11:45 -07001412DISTRIBUTED LOCK MANAGER (DLM)
Christine Caulfield8943f262008-02-14 19:31:31 -08001413P: Christine Caulfield
1414M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001415P: David Teigland
1416M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001417L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001418W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001419T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001420S: Supported
1421
Dan Williamsb3e5f262007-08-07 10:26:35 -07001422DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001423P: Maciej Sosnowski
1424M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001425P: Dan Williams
1426M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001427L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001428S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001429
Juerg Haefligerb8250372007-06-09 10:11:16 -04001430DME1737 HARDWARE MONITOR DRIVER
1431P: Juerg Haefliger
1432M: juergh@gmail.com
1433L: lm-sensors@lm-sensors.org
1434S: Maintained
1435
Martin Waitzba483d52005-06-17 13:20:59 -07001436DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001437P: Randy Dunlap
1438M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001439S: Maintained
1440
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001441DOCKING STATION DRIVER
Len Brownc5d191b2008-09-24 02:53:25 -04001442P: Shaohua Li
1443M: shaohua.li@intel.com
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001444L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001445S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001446
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001447DOCUMENTATION (/Documentation directory)
Jean Delvare795fb7e2008-09-20 12:33:08 +02001448P: Michael Kerrisk
1449M: mtk.manpages@gmail.com
1450P: Randy Dunlap
1451M: rdunlap@xenotime.net
1452L: linux-doc@vger.kernel.org
1453S: Maintained
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001454
Linus Torvalds1da177e2005-04-16 15:20:36 -07001455DOUBLETALK DRIVER
1456P: James R. Van Zandt
1457M: jrv@vanzandt.mv.com
1458L: blinux-list@redhat.com
1459S: Maintained
1460
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001461DPT_I2O SCSI RAID DRIVER
1462P: Adaptec OEM Raid Solutions
1463M: aacraid@adaptec.com
1464L: linux-scsi@vger.kernel.org
1465W: http://www.adaptec.com/
1466S: Maintained
1467
Linus Torvalds1da177e2005-04-16 15:20:36 -07001468DRIVER CORE, KOBJECTS, AND SYSFS
1469P: Greg Kroah-Hartman
1470M: gregkh@suse.de
1471L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001472T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001473S: Supported
1474
1475DRM DRIVERS
1476P: David Airlie
1477M: airlied@linux.ie
1478L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001479T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001480S: Maintained
1481
1482DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001483P: Francois Romieu
1484M: romieu@fr.zoreil.com
1485L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001486S: Maintained
1487
1488DVB SUBSYSTEM AND DRIVERS
1489P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001490M: v4l-dvb-maintainer@linuxtv.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02001491L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001492W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001493T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001494S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001496DZ DECSTATION DZ11 SERIAL DRIVER
1497P: Maciej W. Rozycki
1498M: macro@linux-mips.org
1499S: Maintained
1500
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501EATA-DMA SCSI DRIVER
1502P: Michael Neuffer
1503L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1504S: Maintained
1505
1506EATA ISA/EISA/PCI SCSI DRIVER
1507P: Dario Ballabio
1508M: ballabio_dario@emc.com
1509L: linux-scsi@vger.kernel.org
1510S: Maintained
1511
1512EATA-PIO SCSI DRIVER
1513P: Michael Neuffer
1514M: mike@i-Connect.Net
1515L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1516S: Maintained
1517
1518EBTABLES
1519P: Bart De Schuymer
1520M: bart.de.schuymer@pandora.be
1521L: ebtables-user@lists.sourceforge.net
1522L: ebtables-devel@lists.sourceforge.net
1523W: http://ebtables.sourceforge.net/
1524S: Maintained
1525
Michael Halcrow237fead2006-10-04 02:16:22 -07001526ECRYPT FILE SYSTEM
Michael Halcrow6dc75162008-12-15 13:54:17 -08001527P: Tyler Hicks, Dustin Kirkland
1528M: tyhicks@linux.vnet.ibm.com, kirkland@canonical.com
1529L: ecryptfs-devel@lists.launchpad.net
1530W: https://launchpad.net/ecryptfs
Michael Halcrow237fead2006-10-04 02:16:22 -07001531S: Supported
1532
Alan Coxda9bb1d2006-01-18 17:44:13 -08001533EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001534P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001535M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001536L: bluesmoke-devel@lists.sourceforge.net
1537W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001538S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001539
1540EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001541P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001542P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001543M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001544M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001545L: bluesmoke-devel@lists.sourceforge.net
1546W: bluesmoke.sourceforge.net
1547S: Maintained
1548
1549EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001550P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001551M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001552L: bluesmoke-devel@lists.sourceforge.net
1553W: bluesmoke.sourceforge.net
1554S: Maintained
1555
Douglas Thompson6bc78402007-07-19 01:50:12 -07001556EDAC-I82443BXGX
1557P: Tim Small
1558M: tim@buttersideup.com
1559L: bluesmoke-devel@lists.sourceforge.net
1560W: bluesmoke.sourceforge.net
1561S: Maintained
1562
1563EDAC-I3000
1564P: Jason Uhlenkott
1565M: juhlenko@akamai.com
1566L: bluesmoke-devel@lists.sourceforge.net
1567W: bluesmoke.sourceforge.net
1568S: Maintained
1569
1570EDAC-I5000
1571P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001572M: dougthompson@xmission.com
1573L: bluesmoke-devel@lists.sourceforge.net
1574W: bluesmoke.sourceforge.net
1575S: Maintained
1576
1577EDAC-I82975X
1578P: Ranganathan Desikan
1579P: Arvind R.
1580M: rdesikan@jetzbroadband.com
1581M: arvind@acarlab.com
1582L: bluesmoke-devel@lists.sourceforge.net
1583W: bluesmoke.sourceforge.net
1584S: Maintained
1585
1586EDAC-PASEMI
1587P: Egor Martovetsky
1588M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001589L: bluesmoke-devel@lists.sourceforge.net
1590W: bluesmoke.sourceforge.net
1591S: Maintained
1592
Dave Peterson0e438e32006-03-26 01:38:55 -08001593EDAC-R82600
1594P: Tim Small
1595M: tim@buttersideup.com
1596L: bluesmoke-devel@lists.sourceforge.net
1597W: bluesmoke.sourceforge.net
1598S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001599
Eric Coopere59f8792008-03-13 12:55:46 +01001600EEEPC LAPTOP EXTRAS DRIVER
1601P: Corentin Chary
1602M: corentincj@iksaif.net
1603L: acpi4asus-user@lists.sourceforge.net
1604W: http://sourceforge.net/projects/acpi4asus
1605S: Maintained
1606
Josh Triplett0bee8d22006-07-30 03:03:58 -07001607EFS FILESYSTEM
1608W: http://aeschi.ch.eu.org/efs/
1609S: Orphan
1610
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001611EHCA (IBM GX bus InfiniBand adapter) DRIVER
Heiko J Schickfab97222006-09-22 15:22:22 -07001612P: Hoang-Nam Nguyen
1613M: hnguyen@de.ibm.com
1614P: Christoph Raisch
1615M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001616L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001617S: Supported
1618
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001619EMBEDDED LINUX
1620P: Paul Gortmaker
1621M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001622P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001623M: dwmw2@infradead.org
1624L: linux-embedded@vger.kernel.org
1625S: Maintained
1626
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001627EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001628P: James Smart
1629M: james.smart@emulex.com
1630L: linux-scsi@vger.kernel.org
1631W: http://sourceforge.net/projects/lpfcxxxx
1632S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001633
Linus Torvalds1da177e2005-04-16 15:20:36 -07001634EPSON 1355 FRAMEBUFFER DRIVER
1635P: Christopher Hoover
1636M: ch@murgatroid.com, ch@hpl.hp.com
1637S: Maintained
1638
Kristoffer Ericsond5ca9002008-10-15 22:03:54 -07001639EPSON S1D13XXX FRAMEBUFFER DRIVER
1640P: Kristoffer Ericson
1641M: kristoffer.ericson@gmail.com
1642S: Maintained
1643
Linus Torvalds1da177e2005-04-16 15:20:36 -07001644ETHEREXPRESS-16 NETWORK DRIVER
1645P: Philip Blundell
1646M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001647L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001648S: Maintained
1649
1650ETHERNET BRIDGE
1651P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001652M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001653L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001654W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001655S: Maintained
1656
1657ETHERTEAM 16I DRIVER
1658P: Mika Kuoppala
1659M: miku@iki.fi
1660S: Maintained
1661
1662EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001663L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664S: Maintained
1665
1666EXT3 FILE SYSTEM
1667P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001668M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001669L: linux-ext4@vger.kernel.org
1670S: Maintained
1671
1672EXT4 FILE SYSTEM
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001673P: Theodore Ts'o
1674M: tytso@mit.edu, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001675L: linux-ext4@vger.kernel.org
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001676W: http://ext4.wiki.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677S: Maintained
1678
Jean Delvaree53004e2006-01-09 23:26:14 +01001679F71805F HARDWARE MONITORING DRIVER
1680P: Jean Delvare
1681M: khali@linux-fr.org
1682L: lm-sensors@lm-sensors.org
1683S: Maintained
1684
Linus Torvalds1da177e2005-04-16 15:20:36 -07001685FARSYNC SYNCHRONOUS DRIVER
1686P: Kevin Curtis
1687M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001688W: http://www.farsite.co.uk/
1689S: Supported
1690
Akinobu Mitac5408b82007-04-23 14:41:20 -07001691FAULT INJECTION SUPPORT
1692P: Akinobu Mita
1693M: akinobu.mita@gmail.com
1694S: Supported
1695
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001696FILE LOCKING (flock() and fcntl()/lockf())
1697P: Matthew Wilcox
1698M: matthew@wil.cx
1699L: linux-fsdevel@vger.kernel.org
1700S: Maintained
1701
1702FILESYSTEMS (VFS and infrastructure)
1703P: Alexander Viro
1704M: viro@zeniv.linux.org.uk
1705L: linux-fsdevel@vger.kernel.org
1706S: Maintained
1707
1708FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1709P: Kristian Hoegsberg, Stefan Richter
1710M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1711L: linux1394-devel@lists.sourceforge.net
1712W: http://www.linux1394.org/
1713T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1714S: Maintained
1715
1716FIRMWARE LOADER (request_firmware)
1717L: linux-kernel@vger.kernel.org
1718S: Orphan
1719
1720FPU EMULATOR
1721P: Bill Metzenthen
1722M: billm@suburbia.net
1723W: http://suburbia.net/~billm/floating-point/emulator/
1724S: Maintained
1725
1726FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1727P: Mike McLagan
1728M: mike.mclagan@linux.org
1729L: netdev@vger.kernel.org
1730S: Maintained
1731
Linus Torvalds1da177e2005-04-16 15:20:36 -07001732FRAMEBUFFER LAYER
1733P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001734M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001735L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001736W: http://linux-fbdev.sourceforge.net/
1737S: Maintained
1738
Zhang Wei173acc72008-03-01 07:42:48 -07001739FREESCALE DMA DRIVER
Zhang Wei76b0c782008-05-13 14:44:59 -07001740P: Li Yang
1741M: leoli@freescale.com
1742P: Zhang Wei
1743M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001744L: linuxppc-embedded@ozlabs.org
1745L: linux-kernel@vger.kernel.org
1746S: Maintained
1747
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001748FREESCALE I2C CPM DRIVER
1749P: Jochen Friedrich
1750M: jochen@scram.de
1751L: linuxppc-dev@ozlabs.org
Jean Delvare846557d2008-10-30 15:55:47 +01001752L: linux-i2c@vger.kernel.org
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001753S: Maintained
1754
Sascha Hauer60e8c5a2008-12-16 11:44:06 +01001755FREESCALE IMX / MXC FRAMEBUFFER DRIVER
1756P: Sascha Hauer
1757M: kernel@pengutronix.de
1758L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1759L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1760S: Maintained
1761
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001762FREESCALE SOC FS_ENET DRIVER
1763P: Pantelis Antoniou
1764M: pantelis.antoniou@gmail.com
1765P: Vitaly Bordug
1766M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001767L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001768L: netdev@vger.kernel.org
1769S: Maintained
1770
Timur Tabid9e9d822008-04-24 08:45:26 +10001771FREESCALE QUICC ENGINE LIBRARY
1772P: Timur Tabi
1773M: timur@freescale.com
1774L: linuxppc-dev@ozlabs.org
1775S: Supported
1776
Li Yanga7205b32007-04-23 10:38:18 -07001777FREESCALE HIGHSPEED USB DEVICE DRIVER
1778P: Li Yang
1779M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001780L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001781L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001782S: Maintained
1783
Li Yangbeaf53b2007-05-25 13:54:02 +08001784FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1785P: Li Yang
1786M: leoli@freescale.com
1787L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001788L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001789S: Maintained
1790
Timur Tabid9e9d822008-04-24 08:45:26 +10001791FREESCALE QUICC ENGINE UCC UART DRIVER
1792P: Timur Tabi
1793M: timur@freescale.com
1794L: linuxppc-dev@ozlabs.org
1795S: Supported
1796
1797FREESCALE SOC SOUND DRIVERS
1798P: Timur Tabi
1799M: timur@freescale.com
1800L: alsa-devel@alsa-project.org
1801L: linuxppc-dev@ozlabs.org
1802S: Supported
1803
Linus Torvalds1da177e2005-04-16 15:20:36 -07001804FREEVXFS FILESYSTEM
1805P: Christoph Hellwig
1806M: hch@infradead.org
1807W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1808S: Maintained
1809
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001810FTRACE
1811P: Steven Rostedt
Steven Rostedt8e324c12008-11-19 15:36:43 -08001812M: rostedt@goodmis.org
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001813S: Maintained
1814
David Howells5ab7ffe2007-04-10 15:10:45 +01001815FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001816P: David Howells
1817M: dhowells@redhat.com
1818S: Maintained
1819
Jonathan Woithe20b93732008-06-11 10:14:56 +09301820FUJITSU LAPTOP EXTRAS
1821P: Jonathan Woithe
1822M: jwoithe@physics.adelaide.edu.au
1823L: linux-acpi@vger.kernel.org
1824S: Maintained
1825
Miklos Szeredi04578f12005-09-09 13:10:22 -07001826FUSE: FILESYSTEM IN USERSPACE
1827P: Miklos Szeredi
1828M: miklos@szeredi.hu
1829L: fuse-devel@lists.sourceforge.net
1830W: http://fuse.sourceforge.net/
1831S: Maintained
1832
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1834P: Rik Faith
1835M: faith@cs.unc.edu
1836L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001837S: Odd Fixes (e.g., new signatures)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001838
1839GDT SCSI DISK ARRAY CONTROLLER DRIVER
1840P: Achim Leubner
1841M: achim_leubner@adaptec.com
1842L: linux-scsi@vger.kernel.org
1843W: http://www.icp-vortex.com/
1844S: Supported
1845
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001846GENERIC GPIO I2C DRIVER
1847P: Haavard Skinnemoen
1848M: hskinnemoen@atmel.com
1849S: Supported
1850
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01001851GENERIC HDLC (WAN) DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001852P: Krzysztof Halasa
1853M: khc@pm.waw.pl
1854W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1855S: Maintained
1856
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001857GFS2 FILE SYSTEM
1858P: Steven Whitehouse
1859M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001860L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001861W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001862T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1863T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001864S: Supported
1865
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001866GIGASET ISDN DRIVERS
1867P: Hansjoerg Lipp
1868M: hjlipp@web.de
1869P: Tilman Schmidt
1870M: tilman@imap.cc
1871L: gigaset307x-common@lists.sourceforge.net
1872W: http://gigaset307x.sourceforge.net/
1873S: Maintained
1874
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001875HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1876P: Robert Love
1877M: rlove@rlove.org
1878M: linux-kernel@vger.kernel.org
1879W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1880S: Maintained
1881
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001882GSPCA FINEPIX SUBDRIVER
1883P: Frank Zago
1884M: frank@zago.net
1885L: video4linux-list@redhat.com
1886S: Maintained
1887
1888GSPCA M5602 SUBDRIVER
1889P: Erik Andren
1890M: erik.andren@gmail.com
1891L: video4linux-list@redhat.com
1892S: Maintained
1893
1894GSPCA PAC207 SONIXB SUBDRIVER
1895P: Hans de Goede
1896M: hdegoede@redhat.com
1897L: video4linux-list@redhat.com
1898S: Maintained
1899
1900GSPCA T613 SUBDRIVER
1901P: Leandro Costantino
1902M: lcostantino@gmail.com
1903L: video4linux-list@redhat.com
1904S: Maintained
1905
1906GSPCA USB WEBCAM DRIVER
1907P: Jean-Francois Moine
1908M: moinejf@free.fr
1909W: http://moinejf.free.fr
1910L: video4linux-list@redhat.com
1911S: Maintained
1912
Jean Delvare5b543962005-08-15 19:51:02 +02001913HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001914L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001915W: http://www.lm-sensors.org/
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001916S: Orphan
Jean Delvare5b543962005-08-15 19:51:02 +02001917
Michael Buesch844dd052006-06-26 00:24:59 -07001918HARDWARE RANDOM NUMBER GENERATOR CORE
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001919S: Orphan
Michael Buesch844dd052006-06-26 00:24:59 -07001920
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921HARMONY SOUND DRIVER
1922P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001923M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001924L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925S: Maintained
1926
1927HAYES ESP SERIAL DRIVER
1928P: Andrew J. Robinson
1929M: arobinso@nyx.net
1930L: linux-kernel@vger.kernel.org
1931W: http://www.nyx.net/~arobinso
1932S: Maintained
1933
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001934HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1935P: Chirag Kantharia
1936M: chirag.kantharia@hp.com
1937L: iss_storagedev@hp.com
1938S: Maintained
1939
1940HEWLETT-PACKARD SMART2 RAID DRIVER
1941P: Chirag Kantharia
1942M: chirag.kantharia@hp.com
1943L: iss_storagedev@hp.com
1944S: Maintained
1945
1946HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1947P: Mike Miller
1948M: mike.miller@hp.com
1949L: iss_storagedev@hp.com
1950S: Supported
1951
Linus Torvalds1da177e2005-04-16 15:20:36 -07001952HFS FILESYSTEM
1953P: Roman Zippel
1954M: zippel@linux-m68k.org
1955L: linux-kernel@vger.kernel.org
1956S: Maintained
1957
1958HGA FRAMEBUFFER DRIVER
1959P: Ferenc Bakonyi
1960M: fero@drama.obuda.kando.hu
1961L: linux-nvidia@lists.surfsouth.com
1962W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1963S: Maintained
1964
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001965HIBERNATION (aka Software Suspend, aka swsusp)
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001966P: Pavel Machek
1967M: pavel@suse.cz
1968P: Rafael J. Wysocki
1969M: rjw@sisk.pl
1970L: linux-pm@lists.linux-foundation.org
1971S: Supported
1972
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001973HID CORE LAYER
1974P: Jiri Kosina
1975M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001976L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001977T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001978S: Maintained
1979
Ingo Molnar38bed542007-02-22 09:09:34 +01001980HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1981P: Thomas Gleixner
1982M: tglx@linutronix.de
1983L: linux-kernel@vger.kernel.org
1984S: Maintained
1985
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986HIGH-SPEED SCC DRIVER FOR AX.25
1987P: Klaus Kudielka
1988M: klaus.kudielka@ieee.org
1989L: linux-hams@vger.kernel.org
1990W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1991S: Maintained
1992
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001993HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1994P: HighPoint Linux Team
1995M: linux@highpoint-tech.com
1996W: http://www.highpoint-tech.com
1997S: Supported
1998
Linus Torvalds1da177e2005-04-16 15:20:36 -07001999HIPPI
2000P: Jes Sorensen
2001M: jes@trained-monkey.org
2002L: linux-hippi@sunsite.dk
2003S: Maintained
2004
Jouni Malinenff1d2762005-05-12 22:54:16 -04002005HOST AP DRIVER
2006P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07002007M: j@w1.fi
2008L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07002009L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04002010W: http://hostap.epitest.fi/
2011S: Maintained
2012
Carlos Corbachodd8cd772008-02-05 02:17:15 +00002013HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2014P: Carlos Corbacho
2015M: carlos@strangeworlds.co.uk
2016S: Odd Fixes
2017
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002018HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2019P: Jaroslav Kysela
2020M: perex@perex.cz
2021S: Maintained
2022
Clemens Ladischd36e74c2008-07-23 21:26:46 -07002023HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08002024P: Clemens Ladisch
2025M: clemens@ladisch.de
2026S: Maintained
2027
2028HPET: i386
2029P: Venkatesh Pallipadi (Venki)
2030M: venkatesh.pallipadi@intel.com
2031S: Maintained
2032
2033HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02002034P: Vojtech Pavlik
2035M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08002036S: Maintained
2037
2038HPET: ACPI hpet.c
2039P: Bob Picco
2040M: bob.picco@hp.com
2041S: Maintained
2042
Linus Torvalds1da177e2005-04-16 15:20:36 -07002043HPFS FILESYSTEM
2044P: Mikulas Patocka
2045M: mikulas@artax.karlin.mff.cuni.cz
2046W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2047S: Maintained
2048
Denis Joseph Barrow11cd29b2009-01-02 13:50:36 +00002049HSO 3G Modem Driver (hso.c)
2050P: Denis Joseph Barrow
2051M: d.barow@option.com
2052W: http://www.pharscape.org
2053S: Maintained
2054
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002055HTCPEN TOUCHSCREEN DRIVER
2056P: Pau Oliva Fora
2057M: pof@eslack.org
2058L: linux-input@vger.kernel.org
2059S: Maintained
2060
Linus Torvalds1da177e2005-04-16 15:20:36 -07002061HUGETLB FILESYSTEM
2062P: William Irwin
2063M: wli@holomorphy.com
2064S: Maintained
2065
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002066I2C/SMBUS STUB DRIVER
2067P: Mark M. Hoffman
2068M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01002069L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002070S: Maintained
2071
Jean Delvare5b543962005-08-15 19:51:02 +02002072I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002073P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002074M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002075P: Ben Dooks (embedded platforms)
2076M: ben-linux@fluff.org
Jean Delvare846557d2008-10-30 15:55:47 +01002077L: linux-i2c@vger.kernel.org
Jean Delvare595142e2006-12-06 20:39:36 -08002078T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002079S: Maintained
2080
Till Harbaume8c76ee2007-05-01 23:26:35 +02002081I2C-TINY-USB DRIVER
2082P: Till Harbaum
2083M: till@harbaum.org
Jean Delvare846557d2008-10-30 15:55:47 +01002084L: linux-i2c@vger.kernel.org
Till Harbaume8c76ee2007-05-01 23:26:35 +02002085T: http://www.harbaum.org/till/i2c_tiny_usb
2086S: Maintained
2087
Linus Torvalds1da177e2005-04-16 15:20:36 -07002088i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002089P: H. Peter Anvin
2090M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091L: Linux-Kernel@vger.kernel.org
2092S: Maintained
2093
2094i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095P: H. Peter Anvin
2096M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002097T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098S: Maintained
2099
Linus Torvalds1da177e2005-04-16 15:20:36 -07002100IA64 (Itanium) PLATFORM
2101P: Tony Luck
2102M: tony.luck@intel.com
2103L: linux-ia64@vger.kernel.org
2104W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002105T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002106S: Maintained
2107
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108IBM MCA SCSI SUBSYSTEM DRIVER
2109P: Michael Lang
2110M: langa2@kph.uni-mainz.de
2111W: http://www.uni-mainz.de/~langm000/linux.html
2112S: Maintained
2113
2114IBM Power Linux RAID adapter
2115P: Brian King
2116M: brking@us.ibm.com
2117S: Supported
2118
2119IBM ServeRAID RAID DRIVER
2120P: Jack Hammer
2121P: Dave Jeffery
2122M: ipslinux@adaptec.com
2123W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002124S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002126IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002128M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002129L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002130T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131S: Maintained
2132
2133IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002134P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002135M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002136L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002137S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138
2139IDE/ATAPI FLOPPY DRIVERS
2140P: Paul Bristow
2141M: Paul Bristow <paul@paulbristow.net>
2142W: http://paulbristow.net/linux/idefloppy.html
2143L: linux-kernel@vger.kernel.org
2144S: Maintained
2145
2146IDE/ATAPI TAPE DRIVERS
2147P: Gadi Oxman
2148M: Gadi Oxman <gadio@netvision.net.il>
2149L: linux-kernel@vger.kernel.org
2150S: Maintained
2151
Andy Henroid27471fd2008-10-09 11:45:22 -07002152IDLE-I7300
2153P: Andy Henroid
2154M: andrew.d.henroid@intel.com
2155L: linux-pm@lists.linux-foundation.org
2156S: Supported
2157
Stefan Richterf148e202008-01-12 12:32:44 +01002158IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002159P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002160M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002161P: Stefan Richter
2162M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163L: linux1394-devel@lists.sourceforge.net
2164W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002165T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002166S: Maintained
2167
Stefan Richterf51a5a92007-04-23 14:41:10 -07002168IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169P: Dan Dennedy
2170M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002171P: Stefan Richter
2172M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002173L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002174S: Maintained
2175
Linus Torvalds1da177e2005-04-16 15:20:36 -07002176IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002177L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002178S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002179
2180INFINIBAND SUBSYSTEM
2181P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002182M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002183P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002184M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002185P: Hal Rosenstock
Jean Delvare795fb7e2008-09-20 12:33:08 +02002186M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002187L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002188W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002189T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190S: Supported
2191
Robert Lovec9f04f52005-07-15 12:21:07 -04002192INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01002193P: John McCutchan
John McCutchan52af8942008-12-17 17:43:02 -08002194M: john@johnmccutchan.com
Cal Peake18b36c72006-12-12 20:18:16 +01002195P: Robert Love
John McCutchan52af8942008-12-17 17:43:02 -08002196M: rlove@rlove.org
Robert Lovec9f04f52005-07-15 12:21:07 -04002197L: linux-kernel@vger.kernel.org
2198S: Maintained
2199
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002200INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2201P: Dmitry Torokhov
2202M: dmitry.torokhov@gmail.com
2203M: dtor@mail.ru
2204L: linux-input@vger.kernel.org
2205T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2206S: Maintained
2207
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002208INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002209P: Sylvain Meyer
2210M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002211L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002212S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002213
Linus Torvalds1da177e2005-04-16 15:20:36 -07002214INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002215P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002216M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002217L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002218S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002219
Thomas, Sujithf4a9bc42008-11-05 16:15:31 +05302220INTEL MENLOW THERMAL DRIVER
2221P: Sujith Thomas
2222M: sujith.thomas@intel.com
2223L: linux-acpi@vger.kernel.org
2224W: http://www.lesswatts.org/projects/acpi/
2225S: Supported
2226
Linus Torvalds1da177e2005-04-16 15:20:36 -07002227INTEL IA32 MICROCODE UPDATE SUPPORT
2228P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002229M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002230S: Maintained
2231
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002232INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002233P: Maciej Sosnowski
2234M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002235L: linux-kernel@vger.kernel.org
2236S: Supported
2237
David Woodhouse6c8909b2008-10-18 16:12:17 +01002238INTEL IOMMU (VT-d)
2239P: David Woodhouse
2240M: dwmw2@infradead.org
2241L: iommu@lists.linux-foundation.org
2242T: git://git.infradead.org/iommu-2.6.git
2243S: Supported
2244
Dan Williamsb3e5f262007-08-07 10:26:35 -07002245INTEL IOP-ADMA DMA DRIVER
2246P: Dan Williams
2247M: dan.j.williams@intel.com
2248L: linux-kernel@vger.kernel.org
2249S: Supported
2250
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01002251INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2252P: Krzysztof Halasa
2253M: khc@pm.waw.pl
2254S: Maintained
2255
Michael Buesch844dd052006-06-26 00:24:59 -07002256INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2257P: Deepak Saxena
2258M: dsaxena@plexity.net
2259S: Maintained
2260
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002261INTEL IXP2000 ETHERNET DRIVER
2262P: Lennert Buytenhek
2263M: kernel@wantstofly.org
2264L: netdev@vger.kernel.org
2265S: Maintained
2266
Auke Kokd94e6fe2008-03-03 14:37:47 -08002267INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002268P: Jeff Kirsher
2269M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002270P: Jesse Brandeburg
2271M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002272P: Bruce Allan
2273M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002274P: PJ Waskiewicz
2275M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002276P: John Ronciak
2277M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002278L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002279W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002280S: Supported
2281
James Ketrenos826d2ab2005-11-07 18:56:59 -06002282INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002283P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002284M: yi.zhu@intel.com
2285P: James Ketrenos
2286M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002287P: Reinette Chatre
2288M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002289L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002290L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002291W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002292W: http://ipw2100.sourceforge.net
2293S: Supported
2294
2295INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002296P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002297M: yi.zhu@intel.com
2298P: James Ketrenos
2299M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002300P: Reinette Chatre
2301M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002302L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002303L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002304W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002305W: http://ipw2200.sourceforge.net
2306S: Supported
2307
Zhu Yib481de92007-09-25 17:54:57 -07002308INTEL WIRELESS WIFI LINK (iwlwifi)
2309P: Zhu Yi
2310M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002311P: Reinette Chatre
2312M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002313L: linux-wireless@vger.kernel.org
2314L: ipw3945-devel@lists.sourceforge.net
2315W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002316T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002317S: Supported
2318
Ralf Baechlecb109a02007-08-30 23:56:30 -07002319IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002320P: Ralf Baechle
2321M: ralf@linux-mips.org
2322L: linux-mips@linux-mips.org
2323S: Maintained
2324
Ralf Baechlecb109a02007-08-30 23:56:30 -07002325IOC3 SERIAL DRIVER
2326P: Pat Gefre
2327M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002328L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002329S: Maintained
2330
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002331IP MASQUERADING
Linus Torvalds1da177e2005-04-16 15:20:36 -07002332P: Juanjo Ciarlante
2333M: jjciarla@raiz.uncu.edu.ar
2334S: Maintained
2335
Francois Romieu1202d6f2007-09-17 17:13:55 -07002336IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2337P: Francois Romieu
2338M: romieu@fr.zoreil.com
2339P: Sorbica Shieh
2340M: sorbica@icplus.com.tw
2341P: Jesse Huang
2342M: jesse@icplus.com.tw
2343L: netdev@vger.kernel.org
2344S: Maintained
2345
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002346IPATH DRIVER
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002347P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002348M: infinipath@qlogic.com
2349L: general@lists.openfabrics.org
2350T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002351S: Supported
2352
Corey Minyard4409ebe2006-04-20 02:43:12 -07002353IPMI SUBSYSTEM
2354P: Corey Minyard
2355M: minyard@acm.org
2356L: openipmi-developer@lists.sourceforge.net
2357W: http://openipmi.sourceforge.net/
2358S: Supported
2359
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002360IPS SCSI RAID DRIVER
2361P: Adaptec OEM Raid Solutions
2362M: aacraid@adaptec.com
2363L: linux-scsi@vger.kernel.org
2364W: http://www.adaptec.com/
2365S: Maintained
2366
2367IPVS
2368P: Wensong Zhang
2369M: wensong@linux-vs.org
2370P: Simon Horman
2371M: horms@verge.net.au
2372P: Julian Anastasov
2373M: ja@ssi.bg
Ralf Baechle979b6c12005-06-13 14:30:40 -07002374L: netdev@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002375L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376S: Maintained
2377
Randy Dunlape7839f22008-10-12 16:11:45 -07002378IPWIRELESS DRIVER
David Sterba099dc4f2008-02-07 10:57:12 +01002379P: Jiri Kosina
2380M: jkosina@suse.cz
2381P: David Sterba
2382M: dsterba@suse.cz
2383S: Maintained
2384T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2385
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002386IPX NETWORK LAYER
2387P: Arnaldo Carvalho de Melo
2388M: acme@ghostprotocols.net
2389L: netdev@vger.kernel.org
2390S: Maintained
2391
Linus Torvalds1da177e2005-04-16 15:20:36 -07002392IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002393P: Samuel Ortiz
2394M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002395L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002397S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002398
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002399ISAPNP
2400P: Jaroslav Kysela
2401M: perex@perex.cz
2402S: Maintained
2403
Mike Christie14816b12007-11-28 16:22:06 -08002404ISCSI
2405P: Mike Christie
2406M: michaelc@cs.wisc.edu
2407L: open-iscsi@googlegroups.com
2408W: www.open-iscsi.org
2409T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2410S: Maintained
2411
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412ISDN SUBSYSTEM
2413P: Karsten Keil
2414M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002415L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002416W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002417T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002418S: Maintained
2419
2420ISDN SUBSYSTEM (Eicon active card driver)
2421P: Armin Schindler
2422M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002423L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002424W: http://www.melware.de
2425S: Maintained
2426
Hans Verkuil91821ff2007-12-02 09:35:33 -03002427IVTV VIDEO4LINUX DRIVER
2428P: Hans Verkuil
2429M: hverkuil@xs4all.nl
2430L: ivtv-devel@ivtvdriver.org
2431L: ivtv-users@ivtvdriver.org
2432L: video4linux-list@redhat.com
2433W: http://www.ivtvdriver.org
2434S: Maintained
2435
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002436JFS FILESYSTEM
2437P: Dave Kleikamp
2438M: shaggy@austin.ibm.com
2439L: jfs-discussion@lists.sourceforge.net
2440W: http://jfs.sourceforge.net/
2441T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2442S: Supported
2443
Guo-Fu Tseng95252232008-09-16 01:00:11 +08002444JME NETWORK DRIVER
2445P: Guo-Fu Tseng
2446M: cooldavid@cooldavid.org
2447L: netdev@vger.kernel.org
2448S: Maintained
2449
Linus Torvalds1da177e2005-04-16 15:20:36 -07002450JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2451P: David Woodhouse
2452M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002453L: linux-mtd@lists.infradead.org
2454W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002455S: Maintained
2456
Josh Triplettde456d32006-07-30 03:04:00 -07002457JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002458P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002459M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002460L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002461S: Maintained
2462
Rudolf Marek4660cb32006-10-08 22:01:26 +02002463K8TEMP HARDWARE MONITORING DRIVER
2464P: Rudolf Marek
2465M: r.marek@assembler.cz
2466L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467S: Maintained
2468
2469KCONFIG
2470P: Roman Zippel
2471M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002472L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002473S: Maintained
2474
Vivek Goyalea6c2082006-05-20 14:59:55 -07002475KDUMP
2476P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002477M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002478P: Haren Myneni
2479M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002480L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002481L: linux-kernel@vger.kernel.org
2482W: http://lse.sourceforge.net/kdump/
2483S: Maintained
2484
Linus Torvalds1da177e2005-04-16 15:20:36 -07002485KERNEL AUTOMOUNTER (AUTOFS)
2486P: H. Peter Anvin
2487M: hpa@zytor.com
2488L: autofs@linux.kernel.org
2489S: Odd Fixes
2490
2491KERNEL AUTOMOUNTER v4 (AUTOFS4)
2492P: Ian Kent
2493M: raven@themaw.net
2494L: autofs@linux.kernel.org
2495S: Maintained
2496
2497KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002498P: Sam Ravnborg
2499M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002500T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2501T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002502L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002503S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002504
2505KERNEL JANITORS
2506P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002507L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002508W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002509S: Maintained
2510
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002511KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002512P: J. Bruce Fields
2513M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002514P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002515M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002516L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002517W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002518S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519
Avi Kivity426d62e2006-12-13 00:34:03 -08002520KERNEL VIRTUAL MACHINE (KVM)
2521P: Avi Kivity
Avi Kivity9ea1de42008-09-19 19:25:30 -07002522M: avi@redhat.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002523L: kvm@vger.kernel.org
2524W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002525S: Supported
2526
Joerg Roedelad8003d2008-09-10 20:01:07 +02002527KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2528P: Joerg Roedel
2529M: joerg.roedel@amd.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002530L: kvm@vger.kernel.org
2531W: http://kvm.qumranet.com
2532S: Supported
2533
Hollis Blanchard513014b2008-04-16 23:28:08 -05002534KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2535P: Hollis Blanchard
2536M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002537L: kvm-ppc@vger.kernel.org
2538W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002539S: Supported
2540
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002541KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002542P: Xiantao Zhang
2543M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002544L: kvm-ia64@vger.kernel.org
2545W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002546S: Supported
2547
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002548KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2549P: Carsten Otte
2550M: cotte@de.ibm.com
2551P: Christian Borntraeger
2552M: borntraeger@de.ibm.com
2553M: linux390@de.ibm.com
2554L: linux-s390@vger.kernel.org
2555W: http://www.ibm.com/developerworks/linux/linux390/
2556S: Supported
2557
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002558KEXEC
2559P: Eric Biederman
2560M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002561W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002562L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002563L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002564S: Maintained
2565
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002566KGDB
2567P: Jason Wessel
2568M: jason.wessel@windriver.com
2569L: kgdb-bugreport@lists.sourceforge.net
2570S: Maintained
2571
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002572KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002573P: Ananth N Mavinakayanahalli
2574M: ananth@in.ibm.com
2575P: Anil S Keshavamurthy
2576M: anil.s.keshavamurthy@intel.com
2577P: David S. Miller
2578M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002579P: Masami Hiramatsu
2580M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002581L: linux-kernel@vger.kernel.org
2582S: Maintained
2583
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002584KS0108 LCD CONTROLLER DRIVER
2585P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002586M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002587L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002588W: http://miguelojeda.es/auxdisplay.htm
2589W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002590S: Maintained
2591
Linus Torvalds1da177e2005-04-16 15:20:36 -07002592LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002593L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002594S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002595
2596LASI 53c700 driver for PARISC
2597P: James E.J. Bottomley
2598M: James.Bottomley@HansenPartnership.com
2599L: linux-scsi@vger.kernel.org
2600S: Maintained
2601
Richard Purdie263de9b2006-05-15 09:44:16 -07002602LED SUBSYSTEM
2603P: Richard Purdie
2604M: rpurdie@rpsys.net
2605S: Maintained
2606
Linus Torvalds1da177e2005-04-16 15:20:36 -07002607LEGO USB Tower driver
2608P: Juergen Stuber
2609M: starblue@users.sourceforge.net
2610L: legousb-devel@lists.sourceforge.net
2611W: http://legousb.sourceforge.net/
2612S: Maintained
2613
Rusty Russell568a17f2007-10-25 14:12:24 +10002614LGUEST
2615P: Rusty Russell
2616M: rusty@rustcorp.com.au
2617L: lguest@ozlabs.org
2618W: http://lguest.ozlabs.org/
2619S: Maintained
2620
Linus Torvalds1da177e2005-04-16 15:20:36 -07002621LINUX FOR IBM pSERIES (RS/6000)
2622P: Paul Mackerras
2623M: paulus@au.ibm.com
2624W: http://www.ibm.com/linux/ltc/projects/ppc
2625S: Supported
2626
2627LINUX FOR NCR VOYAGER
2628P: James Bottomley
2629M: James.Bottomley@HansenPartnership.com
2630W: http://www.hansenpartnership.com/voyager
2631S: Maintained
2632
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002633LINUX FOR POWERPC (32-BIT AND 64-BIT)
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002634P: Benjamin Herrenschmidt
2635M: benh@kernel.crashing.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002636P: Paul Mackerras
2637M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002638W: http://www.penguinppc.org/
2639L: linuxppc-dev@ozlabs.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002640T: git kernel.org:/pub/scm/linux/kernel/git/benh/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002641S: Supported
2642
2643LINUX FOR POWER MACINTOSH
2644P: Benjamin Herrenschmidt
2645M: benh@kernel.crashing.org
2646W: http://www.penguinppc.org/
2647L: linuxppc-dev@ozlabs.org
2648S: Maintained
2649
Grant Likely77a76362008-07-12 12:11:43 -06002650LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002651P: Sylvain Munaut
2652M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002653P: Grant Likely
2654M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002655L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002656S: Maintained
2657
2658LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002659P: Josh Boyer
2660M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002661P: Matt Porter
2662M: mporter@kernel.crashing.org
2663W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002664L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002665T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002666S: Maintained
2667
Grant Likely260c02a2007-10-02 12:15:34 +10002668LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2669P: Grant Likely
2670M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002671W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002672L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002673S: Maintained
2674
Tom Rinie93adf12005-07-26 12:49:53 -07002675LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002676P: Vitaly Bordug
2677M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002678P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002679M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002680W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002681L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002682S: Maintained
2683
Linus Torvalds1da177e2005-04-16 15:20:36 -07002684LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002685P: Kumar Gala
2686M: galak@kernel.crashing.org
2687W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002688L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002689S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690
Olof Johanssonab06ff32006-09-06 14:44:54 -05002691LINUX FOR POWERPC PA SEMI PWRFICIENT
2692P: Olof Johansson
2693M: olof@lixom.net
2694W: http://www.pasemi.com/
2695L: linuxppc-dev@ozlabs.org
2696S: Supported
2697
Linus Torvalds1da177e2005-04-16 15:20:36 -07002698LINUX SECURITY MODULE (LSM) FRAMEWORK
2699P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002700M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002701L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002702T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703S: Supported
2704
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002705LLC (802.2)
2706P: Arnaldo Carvalho de Melo
2707M: acme@ghostprotocols.net
2708S: Maintained
2709
Pavel Machek455fbdd2008-11-12 13:27:02 -08002710LIS3LV02D ACCELEROMETER DRIVER
2711P: Eric Piel
2712M: eric.piel@tremplin-utc.net
2713S: Maintained
2714
Linus Torvalds1da177e2005-04-16 15:20:36 -07002715LM83 HARDWARE MONITOR DRIVER
2716P: Jean Delvare
2717M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002718L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002719S: Maintained
2720
2721LM90 HARDWARE MONITOR DRIVER
2722P: Jean Delvare
2723M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002724L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002725S: Maintained
2726
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002727LOCKDEP AND LOCKSTAT
2728P: Peter Zijlstra
2729M: peterz@infradead.org
2730P: Ingo Molnar
2731M: mingo@redhat.com
2732L: linux-kernel@vger.kernel.org
2733T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2734S: Maintained
2735
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002736LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002737P: Richard Russon (FlatCap)
2738M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002739L: linux-ntfs-dev@lists.sourceforge.net
2740W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002741S: Maintained
2742
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002743LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2744P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002745M: Eric.Moore@lsi.com
2746M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002747L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002748L: linux-scsi@vger.kernel.org
2749W: http://www.lsilogic.com/support
2750S: Supported
2751
Linus Torvalds1da177e2005-04-16 15:20:36 -07002752LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2753P: Matthew Wilcox
2754M: matthew@wil.cx
2755L: linux-scsi@vger.kernel.org
2756S: Maintained
2757
Mike Frysinger81365c32008-10-29 14:01:12 -07002758LTP (Linux Test Project)
2759P: Subrata Modak
2760M: subrata@linux.vnet.ibm.com
2761P: Mike Frysinger
2762M: vapier@gentoo.org
2763L: ltp-list@lists.sourceforge.net (subscribers-only)
2764W: http://ltp.sourceforge.net/
2765T: git kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
2766S: Maintained
2767
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002768M32R ARCHITECTURE
2769P: Hirokazu Takata
2770M: takata@linux-m32r.org
2771L: linux-m32r@ml.linux-m32r.org
2772L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2773W: http://www.linux-m32r.org/
2774S: Maintained
2775
Linus Torvalds1da177e2005-04-16 15:20:36 -07002776M68K ARCHITECTURE
2777P: Geert Uytterhoeven
2778M: geert@linux-m68k.org
2779P: Roman Zippel
2780M: zippel@linux-m68k.org
2781L: linux-m68k@lists.linux-m68k.org
2782W: http://www.linux-m68k.org/
2783W: http://linux-m68k-cvs.ubb.ca/
2784S: Maintained
2785
2786M68K ON APPLE MACINTOSH
2787P: Joshua Thompson
2788M: funaho@jurai.org
2789W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002790L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002791S: Maintained
2792
2793M68K ON HP9000/300
2794P: Philip Blundell
2795M: philb@gnu.org
2796W: http://www.tazenda.demon.co.uk/phil/linux-hp
2797S: Maintained
2798
Jiri Benc64a327a2007-05-05 11:47:08 -07002799MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002800P: Johannes Berg
2801M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002802P: Michael Wu
2803M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002804L: linux-wireless@vger.kernel.org
2805W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002806T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002807S: Maintained
2808
Stefano Brivio1036d862007-12-23 04:46:27 +01002809MAC80211 PID RATE CONTROL
2810P: Stefano Brivio
2811M: stefano.brivio@polimi.it
2812P: Mattias Nissler
2813M: mattias.nissler@gmx.de
2814L: linux-wireless@vger.kernel.org
2815W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2816T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2817S: Maintained
2818
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002819MACVLAN DRIVER
2820P: Patrick McHardy
2821M: kaber@trash.net
2822L: netdev@vger.kernel.org
2823S: Maintained
2824
Michael Kerriskfaf16682005-07-31 22:34:47 -07002825MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002826P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002827M: mtk.manpages@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02002828W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07002829L: linux-man@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02002830S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002831
Stefano Brivio74cda162007-11-19 20:27:46 +01002832MARVELL LIBERTAS WIRELESS DRIVER
2833P: Dan Williams
2834M: dcbw@redhat.com
2835L: libertas-dev@lists.infradead.org
2836S: Maintained
2837
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002838MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002839P: Lennert Buytenhek
2840M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002841L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002842S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002843
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002844MARVELL YUKON / SYSKONNECT DRIVER
2845P: Mirko Lindner
2846M: mlindner@syskonnect.de
2847P: Ralph Roesler
2848M: rroesler@syskonnect.de
2849W: http://www.syskonnect.com
2850S: Supported
2851
Linus Torvalds1da177e2005-04-16 15:20:36 -07002852MATROX FRAMEBUFFER DRIVER
2853P: Petr Vandrovec
2854M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002855L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002856S: Maintained
2857
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002858MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2859P: Hans J. Koch
2860M: hjk@linutronix.de
2861L: lm-sensors@lm-sensors.org
2862S: Maintained
2863
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002864MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002865P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002866M: megaraidlinux@lsi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002867L: linux-scsi@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002868W: http://megaraid.lsilogic.com
2869S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002870
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002871MEMORY MANAGEMENT
2872L: linux-mm@kvack.org
2873L: linux-kernel@vger.kernel.org
2874W: http://www.linux-mm.org
2875S: Maintained
2876
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002877MEMORY RESOURCE CONTROLLER
2878P: Balbir Singh
2879M: balbir@linux.vnet.ibm.com
2880P: Pavel Emelyanov
2881M: xemul@openvz.org
2882P: KAMEZAWA Hiroyuki
2883M: kamezawa.hiroyu@jp.fujitsu.com
2884L: linux-mm@kvack.org
2885L: linux-kernel@vger.kernel.org
2886S: Maintained
2887
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002888MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002889P: David Woodhouse
2890M: dwmw2@infradead.org
2891W: http://www.linux-mtd.infradead.org/
2892L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002893T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002894S: Maintained
2895
2896MICROTEK X6 SCANNER
2897P: Oliver Neukum
2898M: oliver@neukum.name
2899S: Maintained
2900
2901MIPS
2902P: Ralf Baechle
2903M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002904W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002905L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002906T: git www.linux-mips.org:/pub/scm/linux.git
2907S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002908
2909MISCELLANEOUS MCA-SUPPORT
2910P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002911M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002912L: linux-kernel@vger.kernel.org
2913S: Maintained
2914
2915MODULE SUPPORT
2916P: Rusty Russell
2917M: rusty@rustcorp.com.au
2918L: linux-kernel@vger.kernel.org
2919S: Maintained
2920
2921MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2922P: Stelian Pop
2923M: stelian@popies.net
2924W: http://popies.net/meye/
2925S: Maintained
2926
Pavel Pisac58ff042007-05-16 01:10:41 +02002927MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2928P: Pavel Pisa
2929M: ppisa@pikron.com
2930L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002931S: Maintained
2932
Linus Torvalds1da177e2005-04-16 15:20:36 -07002933MOUSE AND MISC DEVICES [GENERAL]
2934P: Alessandro Rubini
2935M: rubini@ipvvis.unipv.it
2936L: linux-kernel@vger.kernel.org
2937S: Maintained
2938
Jiri Slabyb9705b62008-04-30 00:53:48 -07002939MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002940P: Jiri Slaby
2941M: jirislaby@gmail.com
2942L: linux-kernel@vger.kernel.org
2943S: Maintained
2944
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002945MSI LAPTOP SUPPORT
2946P: Lennart Poettering
2947M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002948W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002949W: http://0pointer.de/lennart/tchibo.html
2950S: Maintained
2951
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002952MULTIFUNCTION DEVICES (MFD)
2953P: Samuel Ortiz
2954M: sameo@openedhand.com
2955L: linux-kernel@vger.kernel.org
2956S: Supported
2957
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002958MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002959P: Pierre Ossman
2960M: drzeus-mmc@drzeus.cx
2961L: linux-kernel@vger.kernel.org
2962S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002963
David Brownell15a05802007-08-08 09:12:54 -07002964MULTIMEDIA CARD (MMC) ETC. OVER SPI
2965P: David Brownell
2966M: dbrownell@users.sourceforge.net
2967L: linux-kernel@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002968S: Odd Fixes
David Brownell15a05802007-08-08 09:12:54 -07002969
Linus Torvalds1da177e2005-04-16 15:20:36 -07002970MULTISOUND SOUND DRIVER
2971P: Andrew Veliath
2972M: andrewtv@usa.net
2973S: Maintained
2974
Jiri Slabyd7354102006-12-08 02:38:35 -08002975MULTITECH MULTIPORT CARD (ISICOM)
2976P: Jiri Slaby
2977M: jirislaby@gmail.com
2978L: linux-kernel@vger.kernel.org
2979S: Maintained
2980
Felipe Balbi550a7372008-07-24 12:27:36 +03002981MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Jean Delvare795fb7e2008-09-20 12:33:08 +02002982P: Felipe Balbi
2983M: felipe.balbi@nokia.com
2984L: linux-usb@vger.kernel.org
Felipe Balbib6a49b82008-11-24 13:06:51 +02002985T: git gitorious.org:/musb/mainline.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02002986S: Maintained
Felipe Balbi550a7372008-07-24 12:27:36 +03002987
Brice Goglin2d3cf582008-05-17 12:45:36 +02002988MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2989P: Andrew Gallatin
2990M: gallatin@myri.com
2991P: Brice Goglin
2992M: brice@myri.com
2993L: netdev@vger.kernel.org
2994W: http://www.myri.com/scs/download-Myri10GE.html
2995S: Supported
2996
Linus Torvalds1da177e2005-04-16 15:20:36 -07002997NATSEMI ETHERNET DRIVER (DP8381x)
Jean Delvare795fb7e2008-09-20 12:33:08 +02002998P: Tim Hockin
Linus Torvalds1da177e2005-04-16 15:20:36 -07002999M: thockin@hockin.org
3000S: Maintained
3001
3002NCP FILESYSTEM
3003P: Petr Vandrovec
3004M: vandrove@vc.cvut.cz
3005L: linware@sh.cvut.cz
3006S: Maintained
3007
3008NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3009P: James E.J. Bottomley
3010M: James.Bottomley@HansenPartnership.com
3011L: linux-scsi@vger.kernel.org
3012S: Maintained
3013
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003014NETEFFECT IWARP RNIC DRIVER (IW_NES)
3015P: Faisal Latif
Roland Dreier7b49d952008-10-16 15:39:14 -07003016M: faisal.latif@intel.com
Chien Tung5f625602008-05-26 15:23:32 -07003017P: Chien Tung
Roland Dreier7b49d952008-10-16 15:39:14 -07003018M: chien.tin.tung@intel.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003019L: general@lists.openfabrics.org
3020W: http://www.neteffect.com
3021S: Supported
3022F: drivers/infiniband/hw/nes/
3023
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003024NETEM NETWORK EMULATOR
3025P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003026M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07003027L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003028S: Maintained
3029
Jiri Slaby4a584482007-08-30 23:56:39 -07003030NETERION (S2IO) Xframe 10GbE DRIVER
3031P: Ramkrishna Vepa
3032M: ram.vepa@neterion.com
3033P: Rastapur Santosh
3034M: santosh.rastapur@neterion.com
3035P: Sivakumar Subramani
3036M: sivakumar.subramani@neterion.com
3037P: Sreenivasa Honnur
3038M: sreenivasa.honnur@neterion.com
3039L: netdev@vger.kernel.org
3040W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
3041S: Supported
3042
Linus Torvalds1da177e2005-04-16 15:20:36 -07003043NETFILTER/IPTABLES/IPCHAINS
3044P: Rusty Russell
3045P: Marc Boucher
3046P: James Morris
3047P: Harald Welte
3048P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07003049P: Patrick McHardy
3050M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07003051L: netfilter-devel@vger.kernel.org
3052L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07003053L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003054W: http://www.netfilter.org/
3055W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003056S: Supported
3057
Paul Moore4cc67732006-09-25 15:57:13 -07003058NETLABEL
3059P: Paul Moore
3060M: paul.moore@hp.com
3061W: http://netlabel.sf.net
3062L: netdev@vger.kernel.org
3063S: Supported
3064
Linus Torvalds1da177e2005-04-16 15:20:36 -07003065NETROM NETWORK LAYER
3066P: Ralf Baechle
3067M: ralf@linux-mips.org
3068L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003069W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003070S: Maintained
3071
Pavel Machek5ddb88c2006-09-29 02:01:29 -07003072NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003073P: Paul Clements
3074M: Paul.Clements@steeleye.com
3075S: Maintained
3076
3077NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003078P: Jeff Garzik
3079M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003080L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003081T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003082S: Maintained
3083
3084NETWORKING [GENERAL]
3085P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003086M: netdev@vger.kernel.org
3087L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003088W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003089S: Maintained
3090
3091NETWORKING [IPv4/IPv6]
3092P: David S. Miller
3093M: davem@davemloft.net
3094P: Alexey Kuznetsov
3095M: kuznet@ms2.inr.ac.ru
3096P: Pekka Savola (ipv6)
3097M: pekkas@netcore.fi
3098P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003099M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003100P: Hideaki YOSHIFUJI
3101M: yoshfuji@linux-ipv6.org
3102P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003103M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003104L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003105T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003106S: Maintained
3107
James Morris10e2ff12007-08-25 14:41:28 -07003108NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3109P: Paul Moore
3110M: paul.moore@hp.com
3111L: netdev@vger.kernel.org
3112S: Maintained
3113
John W. Linville29f8f632006-01-18 14:52:48 -08003114NETWORKING [WIRELESS]
3115P: John W. Linville
3116M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003117L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003118T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3119S: Maintained
3120
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003121NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003122P: Dhananjay Phadke
3123M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003124L: netdev@vger.kernel.org
3125W: http://www.netxen.com
3126S: Supported
3127
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003128NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003129P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003130M: Trond.Myklebust@netapp.com
3131L: linux-nfs@vger.kernel.org
3132W: http://client.linux-nfs.org
3133T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003134S: Maintained
3135
3136NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003137P: Jan-Pascal van Best
3138M: janpascal@vanbest.org
3139P: Andreas Mohr
3140M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003141L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003142S: Maintained
3143
3144NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3145P: YOKOTA Hiroshi
3146M: yokota@netlab.is.tsukuba.ac.jp
3147W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3148S: Maintained
3149
3150NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3151P: GOTO Masanori
3152M: gotom@debian.or.jp
3153P: YOKOTA Hiroshi
3154M: yokota@netlab.is.tsukuba.ac.jp
3155W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3156S: Maintained
3157
Linus Torvalds1da177e2005-04-16 15:20:36 -07003158NTFS FILESYSTEM
3159P: Anton Altaparmakov
3160M: aia21@cantab.net
3161L: linux-ntfs-dev@lists.sourceforge.net
3162L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003163W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003164T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003165S: Maintained
3166
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003167NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003168P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003169M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003170L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003171S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003172
Bob Copeland0ad122d2008-07-25 19:45:18 -07003173OMFS FILESYSTEM
3174P: Bob Copeland
3175M: me@bobcopeland.com
3176L: linux-karma-devel@lists.sourceforge.net
3177S: Maintained
3178
Harald Weltec1986ee2005-11-13 16:06:29 -08003179OMNIKEY CARDMAN 4000 DRIVER
3180P: Harald Welte
3181M: laforge@gnumonks.org
3182S: Maintained
3183
Harald Welte77c44ab2005-11-13 16:06:26 -08003184OMNIKEY CARDMAN 4040 DRIVER
3185P: Harald Welte
3186M: laforge@gnumonks.org
3187S: Maintained
3188
Jonathan Corbet77d51402007-03-22 19:44:17 -03003189OMNIVISION OV7670 SENSOR DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003190P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03003191M: corbet@lwn.net
3192L: video4linux-list@redhat.com
3193S: Maintained
3194
Thomas Gleixner431bca72007-05-02 09:31:35 +02003195ONENAND FLASH DRIVER
3196P: Kyungmin Park
3197M: kyungmin.park@samsung.com
3198L: linux-mtd@lists.infradead.org
3199S: Maintained
3200
Linus Torvalds1da177e2005-04-16 15:20:36 -07003201ONSTREAM SCSI TAPE DRIVER
3202P: Willem Riede
3203M: osst@riede.org
3204L: osst-users@lists.sourceforge.net
3205L: linux-scsi@vger.kernel.org
3206S: Maintained
3207
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003208OPENCORES I2C BUS DRIVER
3209P: Peter Korsgaard
3210M: jacmet@sunsite.dk
Jean Delvare846557d2008-10-30 15:55:47 +01003211L: linux-i2c@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003212S: Maintained
3213
Linus Torvalds1da177e2005-04-16 15:20:36 -07003214OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003215P: Robert Richter
3216M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003217L: oprofile-list@lists.sf.net
3218S: Maintained
3219
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003220ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3221P: Mark Fasheh
3222M: mfasheh@suse.com
3223P: Joel Becker
3224M: joel.becker@oracle.com
3225L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3226W: http://oss.oracle.com/projects/ocfs2/
3227T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3228S: Supported
3229
Linus Torvalds1da177e2005-04-16 15:20:36 -07003230ORINOCO DRIVER
3231P: Pavel Roskin
3232M: proski@gnu.org
3233P: David Gibson
3234M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003235L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003236L: orinoco-users@lists.sourceforge.net
3237L: orinoco-devel@lists.sourceforge.net
3238W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003239S: Maintained
3240
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003241P54 WIRELESS DRIVER
3242P: Michael Wu
3243M: flamingice@sourmilk.net
3244L: linux-wireless@vger.kernel.org
3245W: http://prism54.org
3246T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3247S: Maintained
3248
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003249PA SEMI ETHERNET DRIVER
3250P: Olof Johansson
3251M: olof@lixom.net
3252L: netdev@vger.kernel.org
3253S: Maintained
3254
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003255PA SEMI SMBUS DRIVER
3256P: Olof Johansson
3257M: olof@lixom.net
Jean Delvare846557d2008-10-30 15:55:47 +01003258L: linux-i2c@vger.kernel.org
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003259S: Maintained
3260
Harald Welte709ee532008-09-23 17:46:57 +02003261PANASONIC LAPTOP ACPI EXTRAS DRIVER
3262P: Harald Welte
3263M: laforge@gnumonks.org
3264S: Maintained
3265
David Howells4fa97182008-10-13 10:42:44 +01003266PANASONIC MN10300/AM33 PORT
3267P: David Howells
3268M: dhowells@redhat.com
3269P: Koichi Yasutake
3270M: yasutake.koichi@jp.panasonic.com
3271L: linux-am33-list@redhat.com (moderated for non-subscribers)
3272W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3273S: Maintained
3274
Linus Torvalds1da177e2005-04-16 15:20:36 -07003275PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003276L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003277S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003278
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003279PARAVIRT_OPS INTERFACE
3280P: Jeremy Fitzhardinge
3281M: jeremy@xensource.com
3282P: Chris Wright
3283M: chrisw@sous-sol.org
3284P: Zachary Amsden
3285M: zach@vmware.com
3286P: Rusty Russell
3287M: rusty@rustcorp.com.au
3288L: virtualization@lists.osdl.org
3289L: linux-kernel@vger.kernel.org
3290S: Supported
3291
Linus Torvalds1da177e2005-04-16 15:20:36 -07003292PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3293P: Tim Waugh
3294M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003295L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003296W: http://www.torque.net/linux-pp.html
3297S: Maintained
3298
3299PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003300P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003301M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003302P: Matthew Wilcox
3303M: matthew@wil.cx
3304P: Grant Grundler
3305M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003306L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003307W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003308T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003309S: Maintained
3310
Jim Cromie1662d322006-10-06 00:43:59 -07003311PC87360 HARDWARE MONITORING DRIVER
3312P: Jim Cromie
3313M: jim.cromie@gmail.com
3314L: lm-sensors@lm-sensors.org
3315S: Maintained
3316
3317PC8736x GPIO DRIVER
3318P: Jim Cromie
3319M: jim.cromie@gmail.com
3320S: Maintained
3321
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003322PCI ERROR RECOVERY
3323P: Linas Vepstas
3324M: linas@austin.ibm.com
3325L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003326L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003327S: Supported
3328
Linus Torvalds1da177e2005-04-16 15:20:36 -07003329PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003330P: Jesse Barnes
3331M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003332L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003333L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003334T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003335S: Supported
3336
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003337PCIE HOTPLUG DRIVER
3338P: Kristen Carlson Accardi
3339M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003340L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003341S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003342
Linus Torvalds1da177e2005-04-16 15:20:36 -07003343PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003344P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003345L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003346W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003347T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003348S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003349
3350PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003351P: Don Fry
3352M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003353L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003354S: Maintained
3355
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003356PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003357P: Balbir Singh
3358M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003359L: linux-kernel@vger.kernel.org
3360S: Maintained
3361
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003362PERSONALITY HANDLING
3363P: Christoph Hellwig
3364M: hch@infradead.org
3365L: linux-abi-devel@lists.sourceforge.net
3366S: Maintained
3367
Linus Torvalds1da177e2005-04-16 15:20:36 -07003368PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003369P: Joern Engel
3370M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003371L: linux-mtd@lists.infradead.org
3372S: Maintained
3373
Peter Osterlund249a6772005-09-27 21:45:30 -07003374PKTCDVD DRIVER
3375P: Peter Osterlund
3376M: petero2@telia.com
3377L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003378S: Maintained
3379
Linus Torvalds1da177e2005-04-16 15:20:36 -07003380POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003381P: Thomas Gleixner
3382M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003383L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003384S: Supported
3385
Anton Vorontsov3be86142007-07-15 04:43:36 +04003386POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3387P: Anton Vorontsov
3388M: cbou@mail.ru
3389P: David Woodhouse
3390M: dwmw2@infradead.org
3391L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003392T: git git.infradead.org/battery-2.6.git
3393S: Maintained
3394
Linus Torvalds1da177e2005-04-16 15:20:36 -07003395PNP SUPPORT
3396P: Adam Belay
Bjorn Helgaas2d59f6a2008-08-01 10:01:12 -06003397M: abelay@mit.edu
3398P: Bjorn Helgaas
3399M: bjorn.helgaas@hp.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003400S: Maintained
3401
Vitaly Wool999445d2007-01-04 13:07:03 +01003402PNXxxxx I2C DRIVER
3403P: Vitaly Wool
3404M: vitalywool@gmail.com
Jean Delvare846557d2008-10-30 15:55:47 +01003405L: linux-i2c@vger.kernel.org
Vitaly Wool999445d2007-01-04 13:07:03 +01003406S: Maintained
3407
Linus Torvalds1da177e2005-04-16 15:20:36 -07003408PPP PROTOCOL DRIVERS AND COMPRESSORS
3409P: Paul Mackerras
3410M: paulus@samba.org
3411L: linux-ppp@vger.kernel.org
3412S: Maintained
3413
3414PPP OVER ATM (RFC 2364)
3415P: Mitchell Blank Jr
3416M: mitch@sfgoth.com
3417S: Maintained
3418
3419PPP OVER ETHERNET
3420P: Michal Ostrowski
Chris Wright5e70b7f2008-06-09 16:07:28 -07003421M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003422S: Maintained
3423
James Chapmana6d23702007-06-27 15:53:17 -07003424PPP OVER L2TP
3425P: James Chapman
3426M: jchapman@katalix.com
3427S: Maintained
3428
Linus Torvalds1da177e2005-04-16 15:20:36 -07003429PREEMPTIBLE KERNEL
3430P: Robert Love
3431M: rml@tech9.net
3432L: linux-kernel@vger.kernel.org
3433L: kpreempt-tech@lists.sourceforge.net
3434W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3435S: Supported
3436
3437PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003438P: Luis R. Rodriguez
3439M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003440L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003441W: http://prism54.org
3442S: Maintained
3443
3444PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3445P: Peter Denison
3446M: promise@pnd-pc.demon.co.uk
3447W: http://www.pnd-pc.demon.co.uk/promise/
3448S: Maintained
3449
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003450PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3451P: Mikael Pettersson
3452M: mikpe@it.uu.se
3453L: linux-ide@vger.kernel.org
3454S: Maintained
3455
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003456PS3 NETWORK SUPPORT
3457P: Masakazu Mokuno
3458M: mokuno@sm.sony.co.jp
3459L: netdev@vger.kernel.org
3460L: cbe-oss-dev@ozlabs.org
3461S: Supported
3462
Geoff Levandf58a9d12006-11-23 00:46:51 +01003463PS3 PLATFORM SUPPORT
3464P: Geoff Levand
3465M: geoffrey.levand@am.sony.com
3466L: linuxppc-dev@ozlabs.org
3467L: cbe-oss-dev@ozlabs.org
3468S: Supported
3469
Michael Krufky83202042006-07-03 00:24:18 -07003470PVRUSB2 VIDEO4LINUX DRIVER
3471P: Mike Isely
3472M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003473L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003474L: video4linux-list@redhat.com
3475W: http://www.isely.net/pvrusb2/
3476S: Maintained
3477
Eric Miao30ec2612008-06-12 15:21:41 -07003478PXA2xx/PXA3xx SUPPORT
3479P: Eric Miao
3480M: eric.miao@marvell.com
3481P: Russell King
3482M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003483L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003484S: Maintained
3485
Pierre Ossman272f1332007-05-14 21:25:26 +02003486PXA MMCI DRIVER
3487S: Orphan
3488
Linus Torvalds1da177e2005-04-16 15:20:36 -07003489QLOGIC QLA2XXX FC-SCSI DRIVER
3490P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003491M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003492L: linux-scsi@vger.kernel.org
3493S: Supported
3494
Ron Mercer5a4faa82006-07-25 00:40:21 -07003495QLOGIC QLA3XXX NETWORK DRIVER
3496P: Ron Mercer
3497M: linux-driver@qlogic.com
3498L: netdev@vger.kernel.org
3499S: Supported
3500
Ron Mercerc4e84bd2008-09-18 11:56:28 -04003501QLOGIC QLGE 10Gb ETHERNET DRIVER
3502P: Ron Mercer
3503M: linux-driver@qlogic.com
3504M: ron.mercer@qlogic.com
3505L: netdev@vger.kernel.org
3506S: Supported
3507
Linus Torvalds1da177e2005-04-16 15:20:36 -07003508QNX4 FILESYSTEM
3509P: Anders Larsen
3510M: al@alarsen.net
3511L: linux-kernel@vger.kernel.org
3512W: http://www.alarsen.net/linux/qnx4fs/
3513S: Maintained
3514
3515RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003516P: Benjamin Herrenschmidt
3517M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003518L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003519S: Maintained
3520
3521RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003522P: Paul Mackerras
3523M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003524L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003525S: Maintained
3526
Randy Dunlape7839f22008-10-12 16:11:45 -07003527RALINK RT2X00 WIRELESS LAN DRIVER
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003528P: rt2x00 project
3529L: linux-wireless@vger.kernel.org
3530L: rt2400-devel@lists.sourceforge.net
3531W: http://rt2x00.serialmonkey.com/
3532S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003533T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003534F: drivers/net/wireless/rt2x00/
3535
Nick Piggin9db55792008-02-08 04:19:49 -08003536RAMDISK RAM BLOCK DEVICE DRIVER
3537P: Nick Piggin
3538M: npiggin@suse.de
3539S: Maintained
3540
Matt Mackall9e95ce22005-04-16 15:25:56 -07003541RANDOM NUMBER DRIVER
3542P: Matt Mackall
3543M: mpm@selenic.com
3544S: Maintained
3545
Matt Porter394b7012005-11-07 01:00:15 -08003546RAPIDIO SUBSYSTEM
3547P: Matt Porter
3548M: mporter@kernel.crashing.org
3549L: linux-kernel@vger.kernel.org
3550S: Maintained
3551
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003552RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3553P: Corey Thomas
3554M: coreythomas@charter.net
3555L: linux-wireless@vger.kernel.org
3556S: Maintained
3557
3558RCUTORTURE MODULE
3559P: Josh Triplett
3560M: josh@freedesktop.org
3561L: linux-kernel@vger.kernel.org
3562S: Maintained
3563
Florian Fainellic1f766b2008-02-06 22:39:44 +01003564RDC R-321X SoC
3565P: Florian Fainelli
3566M: florian.fainelli@telecomint.eu
3567L: linux-kernel@vger.kernel.org
3568S: Maintained
3569
Florian Fainellidb17f392007-12-19 11:30:30 +01003570RDC R6040 FAST ETHERNET DRIVER
3571P: Florian Fainelli
3572M: florian.fainelli@telecomint.eu
3573L: netdev@vger.kernel.org
3574S: Maintained
3575
Josh Triplett595182b2006-10-04 02:17:21 -07003576READ-COPY UPDATE (RCU)
3577P: Dipankar Sarma
3578M: dipankar@in.ibm.com
3579W: http://www.rdrop.com/users/paulmck/rclock/
3580L: linux-kernel@vger.kernel.org
3581S: Supported
3582
Linus Torvalds1da177e2005-04-16 15:20:36 -07003583REAL TIME CLOCK DRIVER
3584P: Paul Gortmaker
3585M: p_gortmaker@yahoo.com
3586L: linux-kernel@vger.kernel.org
3587S: Maintained
3588
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003589REAL TIME CLOCK (RTC) SUBSYSTEM
3590P: Alessandro Zummo
3591M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003592L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003593S: Maintained
3594
Linus Torvalds1da177e2005-04-16 15:20:36 -07003595REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003596L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003597S: Supported
3598
Ivo van Doorne08976452008-04-12 19:23:55 +02003599RFKILL
3600P: Ivo van Doorn
3601M: IvDoorn@gmail.com
3602L: netdev@vger.kernel.org
3603S: Maintained
3604F: net/rfkill
3605
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003606RISCOM8 DRIVER
3607S: Orphan
3608
Linus Torvalds1da177e2005-04-16 15:20:36 -07003609ROCKETPORT DRIVER
3610P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003611W: http://www.comtrol.com
3612S: Maintained
3613
3614ROSE NETWORK LAYER
3615P: Ralf Baechle
3616M: ralf@linux-mips.org
3617L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003618W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003619S: Maintained
3620
Larry Finger59840482008-11-12 17:13:09 -06003621RTL8180 WIRELESS DRIVER
John W. Linville96dd6032008-11-12 14:51:56 -05003622P: John W. Linville
3623M: linville@tuxdriver.com
Michael Wu605bebe2007-05-14 01:41:02 -04003624L: linux-wireless@vger.kernel.org
3625W: http://linuxwireless.org/
John W. Linville96dd6032008-11-12 14:51:56 -05003626T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
Michael Wu605bebe2007-05-14 01:41:02 -04003627S: Maintained
3628
Larry Finger59840482008-11-12 17:13:09 -06003629RTL8187 WIRELESS DRIVER
3630P: Herton Ronaldo Krzesinski
3631M: herton@mandriva.com.br
3632P: Hin-Tak Leung
3633M htl10@users.sourceforge.net
3634P: Larry Finger
3635M: Larry.Finger@lwfinger.net
3636L: linux-wireless@vger.kernel.org
3637W: http://linuxwireless.org/
3638T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
3639S: Maintained
3640
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003641S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003642P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003643M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003644L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003645S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003646
Linus Torvalds1da177e2005-04-16 15:20:36 -07003647S390
3648P: Martin Schwidefsky
3649M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003650P: Heiko Carstens
3651M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003652M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003653L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003654W: http://www.ibm.com/developerworks/linux/linux390/
3655S: Supported
3656
3657S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003658P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003659M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003660P: Frank Blaschka
3661M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003662M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003663L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003664W: http://www.ibm.com/developerworks/linux/linux390/
3665S: Supported
3666
3667S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003668P: Christof Schmitt
3669M: christof.schmitt@de.ibm.com
3670P: Martin Peschke
3671M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003672M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003673L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003674W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003675S: Supported
3676
Ursula Braundd96df22007-09-19 13:09:02 +02003677S390 IUCV NETWORK LAYER
3678P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003679M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003680M: linux390@de.ibm.com
3681L: linux-s390@vger.kernel.org
3682W: http://www.ibm.com/developerworks/linux/linux390/
3683S: Supported
3684
Ben Dooks4dde7f72008-06-30 22:40:38 +01003685S3C24XX SD/MMC Driver
3686P: Ben Dooks
3687M: ben-linux@fluff.org
3688L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3689L: linux-kernel@vger.kernel.org
3690S: Supported
3691
Linus Torvalds1da177e2005-04-16 15:20:36 -07003692SAA7146 VIDEO4LINUX-2 DRIVER
3693P: Michael Hunold
3694M: michael@mihu.de
3695W: http://www.mihu.de/linux/saa7146
3696S: Maintained
3697
Linus Torvalds1da177e2005-04-16 15:20:36 -07003698SC1200 WDT DRIVER
3699P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003700M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003701S: Maintained
3702
3703SCHEDULER
3704P: Ingo Molnar
3705M: mingo@elte.hu
3706P: Robert Love [the preemptible kernel bits]
3707M: rml@tech9.net
3708L: linux-kernel@vger.kernel.org
3709S: Maintained
3710
3711SCSI CDROM DRIVER
3712P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003713M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003714L: linux-scsi@vger.kernel.org
3715W: http://www.kernel.dk
3716S: Maintained
3717
3718SCSI SG DRIVER
3719P: Doug Gilbert
3720M: dgilbert@interlog.com
3721L: linux-scsi@vger.kernel.org
3722W: http://www.torque.net/sg
3723S: Maintained
3724
3725SCSI SUBSYSTEM
3726P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003727M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003728L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003729T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003730T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3731T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003732S: Maintained
3733
3734SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003735P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003736M: Kai.Makisara@kolumbus.fi
3737L: linux-scsi@vger.kernel.org
3738S: Maintained
3739
3740SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003741P: Vlad Yasevich
3742M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003743P: Sridhar Samudrala
3744M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003745L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003746W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003747S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003748
3749SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003750P: Jim Cromie
3751M: jim.cromie@gmail.com
3752S: Odd Fixes
3753
3754SCx200 GPIO DRIVER
3755P: Jim Cromie
3756M: jim.cromie@gmail.com
3757S: Maintained
3758
3759SCx200 HRT CLOCKSOURCE DRIVER
3760P: Jim Cromie
3761M: jim.cromie@gmail.com
3762S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003763
Sascha Sommer6a369132008-07-15 14:21:29 +02003764SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3765P: Sascha Sommer
3766M: saschasommer@freenet.de
3767L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3768S: Maintained
3769
Randy Dunlape7839f22008-10-12 16:11:45 -07003770SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003771P: Pierre Ossman
3772M: drzeus-sdhci@drzeus.cx
3773L: sdhci-devel@list.drzeus.cx
3774S: Maintained
3775
James Morris8711cca2008-12-04 03:19:45 +11003776SECURITY SUBSYSTEM
3777F: security/
3778P: James Morris
3779M: jmorris@namei.org
3780L: linux-kernel@vger.kernel.org
3781L: linux-security-module@vger.kernel.org (suggested Cc:)
3782T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
3783S: Supported
3784
Linus Torvalds1da177e2005-04-16 15:20:36 -07003785SECURITY CONTACT
3786P: Security Officers
3787M: security@kernel.org
3788S: Supported
3789
3790SELINUX SECURITY MODULE
3791P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003792M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003793P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003794M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003795P: Eric Paris
3796M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003797L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003798L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Stephen Smalleyf0589252008-09-11 09:20:26 -04003799W: http://selinuxproject.org
3800T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003801S: Supported
3802
Jiri Slabycef2cf02007-05-08 00:31:45 -07003803SENSABLE PHANTOM
3804P: Jiri Slaby
3805M: jirislaby@gmail.com
3806S: Maintained
3807
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003808SERIAL ATA (SATA) SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07003809P: Jeff Garzik
3810M: jgarzik@pobox.com
3811L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003812T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003813S: Supported
3814
Ben Hutchings8ceee662008-04-27 12:55:59 +01003815SFC NETWORK DRIVER
3816P: Steve Hodgson
3817P: Ben Hutchings
3818P: Robert Stonehouse
3819M: linux-net-drivers@solarflare.com
3820S: Supported
3821
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003822SGI GRU DRIVER
3823P: Jack Steiner
3824M: steiner@sgi.com
3825S: Maintained
3826
3827SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3828P: Pat Gefre
3829M: pfg@sgi.com
3830L: linux-ia64@vger.kernel.org
3831S: Supported
3832
Linus Torvalds1da177e2005-04-16 15:20:36 -07003833SGI VISUAL WORKSTATION 320 AND 540
3834P: Andrey Panin
3835M: pazke@donpac.ru
3836L: linux-visws-devel@lists.sf.net
3837W: http://linux-visws.sf.net
3838S: Maintained for 2.6.
3839
Jack Steiner75312612008-08-15 00:40:42 -07003840SGI XP/XPC/XPNET DRIVER
3841P: Dean Nelson
3842M: dcn@sgi.com
3843S: Maintained
3844
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003845SHARP LH SUPPORT (LH7952X & LH7A40X)
3846P: Marc Singer
3847M: elf@buici.com
3848W: http://projects.buici.com/arm
3849L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3850S: Maintained
3851
3852SHPC HOTPLUG DRIVER
3853P: Kristen Carlson Accardi
3854M: kristen.c.accardi@intel.com
3855L: linux-pci@vger.kernel.org
3856S: Supported
3857
Linus Torvalds1da177e2005-04-16 15:20:36 -07003858SIMTEC EB110ATX (Chalice CATS)
3859P: Ben Dooks
3860P: Vincent Sanders
3861M: support@simtec.co.uk
3862W: http://www.simtec.co.uk/products/EB110ATX/
3863S: Supported
3864
3865SIMTEC EB2410ITX (BAST)
3866P: Ben Dooks
3867P: Vincent Sanders
3868M: support@simtec.co.uk
3869W: http://www.simtec.co.uk/products/EB2410ITX/
3870S: Supported
3871
Francois Romieu92aab3c2005-07-30 13:11:18 +02003872SIS 190 ETHERNET DRIVER
3873P: Francois Romieu
3874M: romieu@fr.zoreil.com
3875L: netdev@vger.kernel.org
3876S: Maintained
3877
Linus Torvalds1da177e2005-04-16 15:20:36 -07003878SIS 900/7016 FAST ETHERNET DRIVER
3879P: Daniele Venzano
3880M: venza@brownhat.org
3881W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003882L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003883S: Maintained
3884
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003885SIS 96X I2C/SMBUS DRIVER
3886P: Mark M. Hoffman
3887M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01003888L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003889S: Maintained
3890
Linus Torvalds1da177e2005-04-16 15:20:36 -07003891SIS FRAMEBUFFER DRIVER
3892P: Thomas Winischhofer
3893M: thomas@winischhofer.net
3894W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003895S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003896
3897SIS USB2VGA DRIVER
3898P: Thomas Winischhofer
3899M: thomas@winischhofer.net
3900W: http://www.winischhofer.at/linuxsisusbvga.shtml
3901S: Maintained
3902
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003903SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3904P: Stephen Hemminger
3905M: shemminger@linux-foundation.org
3906L: netdev@vger.kernel.org
3907S: Maintained
3908
Christoph Lameter415ad262007-07-26 10:40:56 -07003909SLAB ALLOCATOR
3910P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003911M: cl@linux-foundation.org
Christoph Lameter415ad262007-07-26 10:40:56 -07003912P: Pekka Enberg
3913M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003914P: Matt Mackall
3915M: mpm@selenic.com
Christoph Lameter415ad262007-07-26 10:40:56 -07003916L: linux-mm@kvack.org
3917S: Maintained
3918
Linus Torvalds1da177e2005-04-16 15:20:36 -07003919SMC91x ETHERNET DRIVER
3920P: Nicolas Pitre
3921M: nico@cam.org
3922S: Maintained
3923
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003924SMSC47B397 HARDWARE MONITOR DRIVER
3925P: Mark M. Hoffman
3926M: mhoffman@lightlink.com
3927L: lm-sensors@lm-sensors.org
3928S: Maintained
3929
Steve Glendinningfd9abb32008-11-05 00:35:37 +00003930SMSC911x ETHERNET DRIVER
3931P: Steve Glendinning
3932M: steve.glendinning@smsc.com
3933L: netdev@vger.kernel.org
3934S: Supported
3935
Steve Glendinning2cb37722008-12-11 20:54:30 -08003936SMSC9420 PCI ETHERNET DRIVER
3937P: Steve Glendinning
3938M: steve.glendinning@smsc.com
3939L: netdev@vger.kernel.org
3940S: Supported
3941
Ben Nizetteb54f2862008-03-13 22:27:30 +11003942SMX UIO Interface
3943P: Ben Nizette
3944M: bn@niasdigital.com
3945S: Maintained
3946
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003947SN-IA64 (Itanium) SUB-PLATFORM
3948P: Jes Sorensen
3949M: jes@sgi.com
3950L: linux-altix@sgi.com
3951L: linux-ia64@vger.kernel.org
3952W: http://www.sgi.com/altix
3953S: Maintained
3954
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003955SOC-CAMERA V4L2 SUBSYSTEM
Jean Delvare795fb7e2008-09-20 12:33:08 +02003956P: Guennadi Liakhovetski
3957M: g.liakhovetski@gmx.de
3958L: video4linux-list@redhat.com
3959S: Maintained
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003960
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003961SOEKRIS NET48XX LED SUPPORT
3962P: Chris Boot
3963M: bootc@bootc.net
3964S: Maintained
3965
Linus Torvalds1da177e2005-04-16 15:20:36 -07003966SOFTWARE RAID (Multiple Disks) SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07003967P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003968M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003969L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003970S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003971
Linus Torvalds1da177e2005-04-16 15:20:36 -07003972SONIC NETWORK DRIVER
3973P: Thomas Bogendoerfer
3974M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003975L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003976S: Maintained
3977
Michael Buesch61e115a2007-09-18 15:12:50 -04003978SONICS SILICON BACKPLANE DRIVER (SSB)
3979P: Michael Buesch
3980M: mb@bu3sch.de
3981L: netdev@vger.kernel.org
3982S: Maintained
3983
Linus Torvalds1da177e2005-04-16 15:20:36 -07003984SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003985P: Mattia Dongili
3986M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003987L: linux-acpi@vger.kernel.org
3988W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003989S: Maintained
3990
Alex Dubovbaf85322008-02-09 10:20:54 -08003991SONY MEMORYSTICK CARD SUPPORT
3992P: Alex Dubov
3993M: oakad@yahoo.com
3994L: linux-kernel@vger.kernel.org
3995W: http://tifmxx.berlios.de/
3996S: Maintained
3997
Linus Torvalds1da177e2005-04-16 15:20:36 -07003998SOUND
3999P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02004000M: perex@perex.cz
Takashi Iwai281712f2008-08-19 13:10:04 +02004001P: Takashi Iwai
4002M: tiwai@suse.de
Takashi Iwai82622042007-04-16 12:32:52 +02004003L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004004S: Maintained
4005
Mark Brownbd903bd2008-11-19 19:16:05 +00004006SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004007P: Liam Girdwood
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004008M: lrg@slimlogic.co.uk
Mark Brown2cad0ad2008-01-10 14:33:07 +01004009P: Mark Brown
4010M: broonie@opensource.wolfsonmicro.com
4011T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02004012L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004013W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004014S: Supported
4015
Sam Ravnborg473321f2009-01-04 15:47:49 -08004016SPARC + UltraSPARC (sparc/sparc64)
4017P: David S. Miller
4018M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004019L: sparclinux@vger.kernel.org
Sam Ravnborg473321f2009-01-04 15:47:49 -08004020T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4021T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004022S: Maintained
4023
4024SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4025P: Roger Wolff
4026M: R.E.Wolff@BitWizard.nl
4027L: linux-kernel@vger.kernel.org ?
4028S: Supported
4029
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004030SPI SUBSYSTEM
4031P: David Brownell
4032M: dbrownell@users.sourceforge.net
4033L: spi-devel-general@lists.sourceforge.net
4034S: Maintained
4035
Jim Lewis2752e402006-09-29 02:01:19 -07004036SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01004037P: Ishizaki Kou
4038M: kou.ishizaki@toshiba.co.jp
4039P: Jens Osterkamp
4040M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07004041L: netdev@vger.kernel.org
4042S: Supported
4043
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004044SPU FILE SYSTEM
4045P: Jeremy Kerr
4046M: jk@ozlabs.org
4047L: linuxppc-dev@ozlabs.org
4048L: cbe-oss-dev@ozlabs.org
4049W: http://www.ibm.com/developerworks/power/cell/
4050S: Supported
4051
Linus Torvalds1da177e2005-04-16 15:20:36 -07004052SRM (Alpha) environment access
4053P: Jan-Benedict Glaw
4054M: jbglaw@lug-owl.de
4055L: linux-kernel@vger.kernel.org
4056S: Maintained
4057
Linus Torvalds26e9a392008-10-17 09:50:12 -07004058STABLE BRANCH
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004059P: Greg Kroah-Hartman
4060M: greg@kroah.com
4061P: Chris Wright
4062M: chrisw@sous-sol.org
4063L: stable@kernel.org
4064S: Maintained
4065
Linus Torvalds26e9a392008-10-17 09:50:12 -07004066STAGING SUBSYSTEM
4067P: Greg Kroah-Hartman
4068M: gregkh@suse.de
4069L: linux-kernel@vger.kernel.org
4070T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4071S: Maintained
4072
Linus Torvalds1da177e2005-04-16 15:20:36 -07004073STARFIRE/DURALAN NETWORK DRIVER
4074P: Ion Badulescu
4075M: ionut@cs.columbia.edu
4076S: Maintained
4077
4078STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4079W: http://mosquitonet.Stanford.EDU/strip.html
Jean Delvarebaaea1d2008-09-20 12:34:33 +02004080S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07004081
4082STRADIS MPEG-2 DECODER DRIVER
4083P: Nathan Laredo
4084M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004085W: http://www.stradis.com/
4086S: Maintained
4087
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004088SUN3/3X
4089P: Sam Creasey
4090M: sammy@sammy.net
4091W: http://sammy.net/sun3/
4092S: Maintained
4093
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004094SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07004095P: Paul Mundt
4096M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004097L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004098W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004099T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09004100S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004101
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004102SUSPEND TO RAM
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004103P: Len Brown
4104M: len.brown@intel.com
4105P: Pavel Machek
4106M: pavel@suse.cz
4107P: Rafael J. Wysocki
4108M: rjw@sisk.pl
4109L: linux-pm@lists.linux-foundation.org
4110S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004111
4112SVGA HANDLING
4113P: Martin Mares
4114M: mj@ucw.cz
4115L: linux-video@atrey.karlin.mff.cuni.cz
4116S: Maintained
4117
4118SYSV FILESYSTEM
4119P: Christoph Hellwig
4120M: hch@infradead.org
4121S: Maintained
4122
Alan Cox4e688522008-04-30 00:52:11 -07004123TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07004124P: Balbir Singh
4125M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004126L: linux-kernel@vger.kernel.org
4127S: Maintained
4128
Stephen Hemminger781b4562006-07-10 20:25:29 -07004129TC CLASSIFIER
4130P: Jamal Hadi Salim
4131M: hadi@cyberus.ca
4132L: netdev@vger.kernel.org
4133S: Maintained
4134
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004135TCP LOW PRIORITY MODULE
4136P: Wong Hoi Sing, Edison
4137M: hswong3i@gmail.com
4138P: Hung Hing Lun, Mike
4139M: hlhung3i@gmail.com
4140W: http://tcp-lp-mod.sourceforge.net/
4141S: Maintained
4142
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004143TEHUTI ETHERNET DRIVER
4144P: Alexander Indenbaum
4145M: baum@tehutinetworks.net
4146P: Andy Gospodarek
4147M: andy@greyhouse.net
4148L: netdev@vger.kernel.org
4149S: Supported
4150
Alan Cox4e688522008-04-30 00:52:11 -07004151Telecom Clock Driver for MCPL0010
4152P: Mark Gross
4153M: mark.gross@intel.com
4154S: Supported
4155
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004156TENSILICA XTENSA PORT (xtensa)
Alan Cox4e688522008-04-30 00:52:11 -07004157P: Chris Zankel
4158M: chris@zankel.net
4159S: Maintained
4160
4161THINKPAD ACPI EXTRAS DRIVER
4162P: Henrique de Moraes Holschuh
4163M: ibm-acpi@hmh.eng.br
4164L: ibm-acpi-devel@lists.sourceforge.net
4165W: http://ibm-acpi.sourceforge.net
4166W: http://thinkwiki.org/wiki/Ibm-acpi
4167T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4168S: Maintained
4169
Alex Dubov4020f2d2006-10-04 02:15:37 -07004170TI FLASH MEDIA INTERFACE DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02004171P: Alex Dubov
4172M: oakad@yahoo.com
4173S: Maintained
Alex Dubov4020f2d2006-10-04 02:15:37 -07004174
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004175TI OMAP MMC INTERFACE DRIVER
4176P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004177M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004178W: http://linux.omap.com
4179W: http://www.muru.com/linux/omap/
4180S: Maintained
4181
Michael Buesch844dd052006-06-26 00:24:59 -07004182TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4183P: Deepak Saxena
4184M: dsaxena@plexity.net
4185S: Maintained
4186
Per Lidene86eaa32006-01-12 16:45:18 +01004187TIPC NETWORK LAYER
4188P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004189M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004190P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004191M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004192P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004193M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004194L: tipc-discussion@lists.sourceforge.net
4195W: http://tipc.sourceforge.net/
4196W: http://tipc.cslab.ericsson.net/
4197T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4198S: Maintained
4199
Linus Torvalds1da177e2005-04-16 15:20:36 -07004200TLAN NETWORK DRIVER
4201P: Samuel Chessman
4202M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004203L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004204W: http://sourceforge.net/projects/tlan/
4205S: Maintained
4206
Linus Torvalds1da177e2005-04-16 15:20:36 -07004207TOSHIBA ACPI EXTRAS DRIVER
4208P: John Belmonte
4209M: toshiba_acpi@memebeam.org
4210W: http://memebeam.org/toys/ToshibaAcpiDriver
4211S: Maintained
4212
4213TOSHIBA SMM DRIVER
4214P: Jonathan Buzzard
4215M: jonathan@buzzard.org.uk
4216L: tlinux-users@tce.toshiba-dme.co.jp
4217W: http://www.buzzard.org.uk/toshiba/
4218S: Maintained
4219
Alan Cox4e688522008-04-30 00:52:11 -07004220TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004221P: Debora Velarde
4222M: debora@linux.vnet.ibm.com
4223P: Rajiv Andrade
4224M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004225W: http://tpmdd.sourceforge.net
4226P: Marcel Selhorst
4227M: tpm@selhorst.net
4228W: http://www.prosec.rub.de/tpm/
Rajiv Andrade63a10df2008-10-15 22:04:36 -07004229L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
Alan Cox4e688522008-04-30 00:52:11 -07004230S: Maintained
4231
Linus Torvalds1da177e2005-04-16 15:20:36 -07004232TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004233P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004234M: trivial@kernel.org
4235L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004236S: Maintained
4237
Alan Cox4e688522008-04-30 00:52:11 -07004238TTY LAYER
4239P: Alan Cox
4240M: alan@lxorguk.ukuu.org.uk
4241L: linux-kernel@vger.kernel.org
4242S: Maintained
4243
Grant Grundler740db6d2008-02-17 11:53:49 -07004244TULIP NETWORK DRIVERS
4245P: Grant Grundler
4246M: grundler@parisc-linux.org
4247P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004248M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004249L: netdev@vger.kernel.org
4250S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004251
4252TUN/TAP driver
4253P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004254M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004255L: vtun@office.satix.net
4256W: http://vtun.sourceforge.net/tun
4257S: Maintained
4258
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004259TURBOCHANNEL SUBSYSTEM
4260P: Maciej W. Rozycki
4261M: macro@linux-mips.org
4262S: Maintained
4263
Linus Torvalds1da177e2005-04-16 15:20:36 -07004264U14-34F SCSI DRIVER
4265P: Dario Ballabio
4266M: ballabio_dario@emc.com
4267L: linux-scsi@vger.kernel.org
4268S: Maintained
4269
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004270UBI FILE SYSTEM (UBIFS)
4271P: Artem Bityutskiy
4272M: dedekind@infradead.org
4273P: Adrian Hunter
4274M: ext-adrian.hunter@nokia.com
4275L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004276T: git git://git.infradead.org/ubifs-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004277W: http://www.linux-mtd.infradead.org/doc/ubifs.html
4278S: Maintained
4279
Alan Coxcc2020e2008-05-19 14:21:51 +01004280UCLINUX (AND M68KNOMMU)
4281P: Greg Ungerer
4282M: gerg@uclinux.org
4283W: http://www.uclinux.org/
4284L: uclinux-dev@uclinux.org (subscribers-only)
4285S: Maintained
4286
Alan Coxcc2020e2008-05-19 14:21:51 +01004287UCLINUX FOR RENESAS H8/300
4288P: Yoshinori Sato
4289M: ysato@users.sourceforge.jp
4290W: http://uclinux-h8.sourceforge.jp/
4291S: Supported
4292
Linus Torvalds1da177e2005-04-16 15:20:36 -07004293UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004294P: Jan Kara
4295M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004296W: http://linux-udf.sourceforge.net
4297S: Maintained
4298
Alan Coxcc2020e2008-05-19 14:21:51 +01004299UFS FILESYSTEM
4300P: Evgeniy Dushistov
4301M: dushistov@mail.ru
4302L: linux-kernel@vger.kernel.org
4303S: Maintained
4304
David Vrabel18332a82008-09-17 16:34:44 +01004305ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4306P: David Vrabel
4307M: david.vrabel@csr.com
4308L: linux-usb@vger.kernel.org
4309S: Supported
4310
Linus Torvalds1da177e2005-04-16 15:20:36 -07004311UNIFORM CDROM DRIVER
4312P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004313M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004314L: linux-kernel@vger.kernel.org
4315W: http://www.kernel.dk
4316S: Maintained
4317
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004318UNSORTED BLOCK IMAGES (UBI)
4319P: Artem Bityutskiy
4320M: dedekind@infradead.org
4321W: http://www.linux-mtd.infradead.org/
4322L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004323T: git git://git.infradead.org/ubi-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004324S: Maintained
4325
Linus Torvalds1da177e2005-04-16 15:20:36 -07004326USB ACM DRIVER
4327P: Oliver Neukum
4328M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004329L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004330S: Maintained
4331
4332USB BLOCK DRIVER (UB ub)
4333P: Pete Zaitcev
4334M: zaitcev@redhat.com
4335L: linux-kernel@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004336L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004337S: Supported
4338
Linus Torvalds1da177e2005-04-16 15:20:36 -07004339USB CDC ETHERNET DRIVER
4340P: Greg Kroah-Hartman
4341M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004342L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004343S: Maintained
4344W: http://www.kroah.com/linux-usb/
4345
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004346USB CYPRESS C67X00 DRIVER
4347P: Peter Korsgaard
4348M: jacmet@sunsite.dk
4349L: linux-usb@vger.kernel.org
4350S: Maintained
4351
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004352USB DAVICOM DM9601 DRIVER
4353P: Peter Korsgaard
4354M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004355L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004356W: http://www.linux-usb.org/usbnet
4357S: Maintained
4358
Alan Coxcc2020e2008-05-19 14:21:51 +01004359USB DIAMOND RIO500 DRIVER
4360P: Cesar Miquel
4361M: miquel@df.uba.ar
4362L: rio500-users@lists.sourceforge.net
4363W: http://rio500.sourceforge.net
4364S: Maintained
4365
Linus Torvalds1da177e2005-04-16 15:20:36 -07004366USB EHCI DRIVER
4367P: David Brownell
4368M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004369L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004370S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004371
Luca Risolia7ce08c92006-01-11 02:06:59 +00004372USB ET61X[12]51 DRIVER
4373P: Luca Risolia
4374M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004375L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004376L: video4linux-list@redhat.com
4377W: http://www.linux-projects.org
4378S: Maintained
4379
David Brownell69ae9e32006-11-14 02:03:31 -08004380USB GADGET/PERIPHERAL SUBSYSTEM
4381P: David Brownell
4382M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004383L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004384W: http://www.linux-usb.org/gadget
4385S: Maintained
4386
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004387USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01004388P: Jiri Kosina
4389M: jkosina@suse.cz
Jean Delvare795fb7e2008-09-20 12:33:08 +02004390L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004391T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004392S: Maintained
4393
Olav Kongas959eea22005-11-03 17:38:14 +02004394USB ISP116X DRIVER
4395P: Olav Kongas
4396M: ok@artecdesign.ee
Jean Delvare795fb7e2008-09-20 12:33:08 +02004397L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004398S: Maintained
4399
Linus Torvalds1da177e2005-04-16 15:20:36 -07004400USB KAWASAKI LSI DRIVER
4401P: Oliver Neukum
4402M: oliver@neukum.name
Jean Delvare795fb7e2008-09-20 12:33:08 +02004403L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004404S: Maintained
4405
4406USB MASS STORAGE DRIVER
4407P: Matthew Dharm
4408M: mdharm-usb@one-eyed-alien.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004409L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004410L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004411S: Maintained
4412W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4413
4414USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004415P: David Brownell
4416M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004417L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004418S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004419
Matthias Urlichsba460e42005-07-14 00:33:47 -07004420USB OPTION-CARD DRIVER
4421P: Matthias Urlichs
4422M: smurf@smurf.noris.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004423L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004424S: Maintained
4425
Linus Torvalds1da177e2005-04-16 15:20:36 -07004426USB OV511 DRIVER
4427P: Mark McClelland
4428M: mmcclell@bigfoot.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004429L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004430W: http://alpha.dyndns.org/ov511/
4431S: Maintained
4432
4433USB PEGASUS DRIVER
4434P: Petko Manolov
4435M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004436L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004437L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004438W: http://pegasus2.sourceforge.net/
4439S: Maintained
4440
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004441USB PRINTER DRIVER (usblp)
4442P: Pete Zaitcev
4443M: zaitcev@redhat.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004444L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004445S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004446
4447USB RTL8150 DRIVER
4448P: Petko Manolov
4449M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004450L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004451L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004452W: http://pegasus2.sourceforge.net/
4453S: Maintained
4454
4455USB SE401 DRIVER
4456P: Jeroen Vreeken
4457M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004458L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004459W: http://www.chello.nl/~j.vreeken/se401/
4460S: Maintained
4461
Alan Cox4e688522008-04-30 00:52:11 -07004462USB SERIAL BELKIN F5U103 DRIVER
4463P: William Greathouse
4464M: wgreathouse@smva.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004465L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004466S: Maintained
4467
4468USB SERIAL CYPRESS M8 DRIVER
4469P: Lonnie Mendez
4470M: dignome@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004471L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004472S: Maintained
4473W: http://geocities.com/i0xox0i
4474W: http://firstlight.net/cvs
4475
Linus Torvalds1da177e2005-04-16 15:20:36 -07004476USB SERIAL CYBERJACK DRIVER
4477P: Matthias Bruestle and Harald Welte
4478M: support@reiner-sct.com
4479W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4480S: Maintained
4481
4482USB SERIAL DIGI ACCELEPORT DRIVER
4483P: Peter Berger and Al Borchers
4484M: pberger@brimson.com
4485M: alborchers@steinerpoint.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004486L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004487S: Maintained
4488
4489USB SERIAL DRIVER
4490P: Greg Kroah-Hartman
4491M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004492L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004493S: Supported
4494
Linus Torvalds1da177e2005-04-16 15:20:36 -07004495USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4496P: Gary Brubaker
4497M: xavyer@ix.netcom.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004498L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004499S: Maintained
4500
4501USB SERIAL KEYSPAN DRIVER
4502P: Greg Kroah-Hartman
4503M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004504L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004505W: http://www.kroah.com/linux/
4506S: Maintained
4507
4508USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004509P: Support Department
4510M: support@connecttech.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004511L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004512W: http://www.connecttech.com
4513S: Supported
4514
Steve Glendinning2f7ca802008-10-02 05:27:57 +00004515USB SMSC95XX ETHERNET DRIVER
4516P: Steve Glendinning
4517M: steve.glendinning@smsc.com
4518L: netdev@vger.kernel.org
4519S: Supported
4520
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004521USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004522P: Luca Risolia
4523M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004524L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004525L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004526W: http://www.linux-projects.org
4527S: Maintained
4528
4529USB SUBSYSTEM
4530P: Greg Kroah-Hartman
4531M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004532L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004533W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004534T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004535S: Supported
4536
4537USB UHCI DRIVER
4538P: Alan Stern
4539M: stern@rowland.harvard.edu
Jean Delvare795fb7e2008-09-20 12:33:08 +02004540L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004541S: Maintained
4542
David Brownell69ae9e32006-11-14 02:03:31 -08004543USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004544P: David Brownell
4545M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004546L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004547W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004548S: Maintained
4549
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004550USB VIDEO CLASS
4551P: Laurent Pinchart
4552M: laurent.pinchart@skynet.be
Jiri Slabya67534a2008-12-10 09:09:27 -03004553L: linux-uvc-devel@lists.berlios.de (subscribers-only)
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004554L: video4linux-list@redhat.com
4555W: http://linux-uvc.berlios.de
4556S: Maintained
4557
Linus Torvalds1da177e2005-04-16 15:20:36 -07004558USB W996[87]CF DRIVER
4559P: Luca Risolia
4560M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004561L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004562L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004563W: http://www.linux-projects.org
4564S: Maintained
4565
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004566USB WIRELESS RNDIS DRIVER (rndis_wlan)
4567P: Jussi Kivilinna
4568M: jussi.kivilinna@mbnet.fi
4569L: linux-wireless@vger.kernel.org
4570S: Maintained
4571
Luca Risolia60f78052006-02-06 16:29:35 +00004572USB ZC0301 DRIVER
4573P: Luca Risolia
4574M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004575L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004576L: video4linux-list@redhat.com
4577W: http://www.linux-projects.org
4578S: Maintained
4579
Linus Torvalds1da177e2005-04-16 15:20:36 -07004580USB ZD1201 DRIVER
4581P: Jeroen Vreeken
4582M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004583L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004584W: http://linux-lc100020.sourceforge.net
4585S: Maintained
4586
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004587USB ZR364XX DRIVER
4588P: Antoine Jacquet
4589M: royale@zerezo.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004590L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004591L: video4linux-list@redhat.com
4592W: http://royale.zerezo.com/zr364xx/
4593S: Maintained
4594
Randy Dunlape7839f22008-10-12 16:11:45 -07004595USER-MODE LINUX (UML)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004596P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004597M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004598L: user-mode-linux-devel@lists.sourceforge.net
4599L: user-mode-linux-user@lists.sourceforge.net
4600W: http://user-mode-linux.sourceforge.net
4601S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004602
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004603USERSPACE I/O (UIO)
4604P: Hans J. Koch
4605M: hjk@linutronix.de
4606P: Greg Kroah-Hartman
4607M: gregkh@suse.de
4608L: linux-kernel@vger.kernel.org
4609S: Maintained
4610
Karel Zakf899b0a2008-05-23 13:04:21 -07004611UTIL-LINUX-NG PACKAGE
4612P: Karel Zak
4613M: kzak@redhat.com
4614L: util-linux-ng@vger.kernel.org
4615W: http://kernel.org/~kzak/util-linux-ng/
4616T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4617S: Maintained
4618
Michal Januszewskic1fd1c02008-10-15 22:03:48 -07004619UVESAFB DRIVER
4620P: Michal Januszewski
4621M: spock@gentoo.org
4622L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4623W: http://dev.gentoo.org/~spock/projects/uvesafb/
4624S: Maintained
4625
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004626VFAT/FAT/MSDOS FILESYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07004627P: OGAWA Hirofumi
4628M: hirofumi@mail.parknet.co.jp
4629L: linux-kernel@vger.kernel.org
4630S: Maintained
4631
Linus Torvalds1da177e2005-04-16 15:20:36 -07004632VIA RHINE NETWORK DRIVER
4633P: Roger Luethi
4634M: rl@hellgate.ch
4635S: Maintained
4636
Jean Delvare32c0a522005-09-22 21:47:58 +02004637VIAPRO SMBUS DRIVER
4638P: Jean Delvare
4639M: khali@linux-fr.org
Jean Delvare846557d2008-10-30 15:55:47 +01004640L: linux-i2c@vger.kernel.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004641S: Maintained
4642
Joseph Chan69e4a7c2008-10-15 22:03:31 -07004643VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4644P: Joseph Chan
4645M: JosephChan@via.com.tw
4646P: Scott Fang
4647M: ScottFang@viatech.com.cn
4648L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4649S: Maintained
4650
Francois Romieu01f20732007-01-26 00:57:17 -08004651VIA VELOCITY NETWORK DRIVER
4652P: Francois Romieu
4653M: romieu@fr.zoreil.com
4654L: netdev@vger.kernel.org
4655S: Maintained
4656
Randy Dunlape7839f22008-10-12 16:11:45 -07004657VIDEO FOR LINUX (V4L)
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004658P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004659M: mchehab@infradead.org
4660M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004661L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004662W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004663T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004664S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004665
Patrick McHardybe7f8272007-10-23 20:26:36 -07004666VLAN (802.1Q)
4667P: Patrick McHardy
4668M: kaber@trash.net
4669L: netdev@vger.kernel.org
4670S: Maintained
4671
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004672VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4673P: Liam Girdwood
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004674M: lrg@slimlogic.co.uk
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004675P: Mark Brown
4676M: broonie@opensource.wolfsonmicro.com
4677W: http://opensource.wolfsonmicro.com/node/15
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004678W: http://www.slimlogic.co.uk/?page_id=5
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004679T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4680S: Supported
4681
Juerg Haefligerab413192006-09-24 20:54:04 +02004682VT1211 HARDWARE MONITOR DRIVER
4683P: Juerg Haefliger
4684M: juergh@gmail.com
4685L: lm-sensors@lm-sensors.org
4686S: Maintained
4687
Roger Lucas1de9e372005-11-26 20:20:05 +01004688VT8231 HARDWARE MONITOR DRIVER
4689P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004690M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004691L: lm-sensors@lm-sensors.org
4692S: Maintained
4693
Linus Torvalds1da177e2005-04-16 15:20:36 -07004694W1 DALLAS'S 1-WIRE BUS
4695P: Evgeniy Polyakov
4696M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004697S: Maintained
4698
Charles Spirakis13927072006-07-05 18:05:15 +02004699W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004700P: Marc Hulsman
4701M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004702L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004703S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004704
Rudolf Marek61db0112006-12-12 18:18:30 +01004705W83793 HARDWARE MONITORING DRIVER
4706P: Rudolf Marek
4707M: r.marek@assembler.cz
4708L: lm-sensors@lm-sensors.org
4709S: Maintained
4710
Linus Torvalds1da177e2005-04-16 15:20:36 -07004711W83L51xD SD/MMC CARD INTERFACE DRIVER
4712P: Pierre Ossman
4713M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004714L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004715S: Maintained
4716
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004717WATCHDOG DEVICE DRIVERS
4718P: Wim Van Sebroeck
4719M: wim@iguana.be
4720T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4721S: Maintained
4722
Linus Torvalds1da177e2005-04-16 15:20:36 -07004723WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4724P: Jean Tourrilhes
4725M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004726L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004727W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4728S: Maintained
4729
4730WD7000 SCSI DRIVER
4731P: Miroslav Zagorac
4732M: zaga@fly.cc.fer.hr
4733L: linux-scsi@vger.kernel.org
4734S: Maintained
4735
David Vrabel18332a82008-09-17 16:34:44 +01004736WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4737P: David Vrabel
4738M: david.vrabel@csr.com
4739S: Maintained
4740
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004741WISTRON LAPTOP BUTTON DRIVER
4742P: Miloslav Trmac
4743M: mitr@volny.cz
4744S: Maintained
4745
Linus Torvalds1da177e2005-04-16 15:20:36 -07004746WL3501 WIRELESS PCMCIA CARD DRIVER
4747P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004748M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004749L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004750W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004751S: Maintained
4752
Mark Brownfebf1df2008-04-02 00:51:09 -04004753WM97XX TOUCHSCREEN DRIVERS
4754P: Mark Brown
4755M: broonie@opensource.wolfsonmicro.com
4756P: Liam Girdwood
Liam Girdwoodb8d055a2008-10-13 23:00:15 -04004757M: lrg@slimlogic.co.uk
Mark Brownfebf1df2008-04-02 00:51:09 -04004758L: linux-input@vger.kernel.org
4759T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4760W: http://opensource.wolfsonmicro.com/node/7
4761S: Supported
4762
Linus Torvalds1da177e2005-04-16 15:20:36 -07004763X.25 NETWORK LAYER
4764P: Henner Eisen
4765M: eis@baty.hanse.de
4766L: linux-x25@vger.kernel.org
4767S: Maintained
4768
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004769X86 ARCHITECTURE (32-BIT AND 64-BIT)
4770P: Thomas Gleixner
4771M: tglx@linutronix.de
4772P: Ingo Molnar
4773M: mingo@redhat.com
4774P: H. Peter Anvin
4775M: hpa@zytor.com
4776L: linux-kernel@vger.kernel.org
4777T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4778S: Maintained
4779
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004780XEN HYPERVISOR INTERFACE
4781P: Jeremy Fitzhardinge
4782M: jeremy@xensource.com
4783P: Chris Wright
4784M: chrisw@sous-sol.org
4785L: virtualization@lists.osdl.org
4786L: xen-devel@lists.xensource.com
4787S: Supported
4788
Linus Torvalds1da177e2005-04-16 15:20:36 -07004789XFS FILESYSTEM
4790P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004791P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004792M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004793L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004794W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004795T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004796S: Supported
4797
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004798XILINX SYSTEMACE DRIVER
4799P: Grant Likely
4800M: grant.likely@secretlab.ca
4801W: http://www.secretlab.ca/
4802L: linux-kernel@vger.kernel.org
4803S: Maintained
4804
Peter Korsgaard238b8722006-12-06 20:35:17 -08004805XILINX UARTLITE SERIAL DRIVER
4806P: Peter Korsgaard
4807M: jacmet@sunsite.dk
4808L: linux-serial@vger.kernel.org
4809S: Maintained
4810
Linus Torvalds1da177e2005-04-16 15:20:36 -07004811YAM DRIVER FOR AX.25
4812P: Jean-Paul Roubelat
4813M: jpr@f6fbb.org
4814L: linux-hams@vger.kernel.org
4815S: Maintained
4816
Henkaf64a5e2005-10-12 15:02:56 +02004817YEALINK PHONE DRIVER
4818P: Henk Vergonet
4819M: Henk.Vergonet@gmail.com
4820L: usbb2k-api-dev@nongnu.org
4821S: Maintained
4822
Linus Torvalds1da177e2005-04-16 15:20:36 -07004823Z8530 DRIVER FOR AX.25
4824P: Joerg Reuter
4825M: jreuter@yaina.de
4826W: http://yaina.de/jreuter/
4827W: http://www.qsl.net/dl1bke/
4828L: linux-hams@vger.kernel.org
4829S: Maintained
4830
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004831ZD1211RW WIRELESS DRIVER
4832P: Daniel Drake
4833M: dsd@gentoo.org
4834P: Ulrich Kunitz
4835M: kune@deine-taler.de
4836W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004837L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004838L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4839S: Maintained
4840
Linus Torvalds1da177e2005-04-16 15:20:36 -07004841ZR36067 VIDEO FOR LINUX DRIVER
4842P: Ronald Bultje
4843M: rbultje@ronald.bitfreak.net
4844L: mjpeg-users@lists.sourceforge.net
4845W: http://mjpeg.sourceforge.net/driver-zoran/
4846S: Maintained
4847
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004848ZS DECSTATION Z85C30 SERIAL DRIVER
4849P: Maciej W. Rozycki
4850M: macro@linux-mips.org
4851S: Maintained
4852
Linus Torvalds1da177e2005-04-16 15:20:36 -07004853THE REST
4854P: Linus Torvalds
4855S: Buried alive in reporters