blob: 4b54fda5ac72bd99dcc36fd3c20a3e21732e32cf [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 Baryshkov93887042008-07-07 10:50:06 +0100619P: Dmitry Baryshkov
620M: 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
1095M: apw@shadowen.org
1096P: Randy Dunlap
1097M: rdunlap@xenotime.net
1098P: Joel Schopp
1099M: jschopp@austin.ibm.com
1100S: Supported
1101
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001102CISCO 10G ETHERNET DRIVER
1103P: Scott Feldman
1104M: scofeldm@cisco.com
1105P: Joe Eykholt
1106M: jeykholt@cisco.com
Joel Becker7063fbf2005-12-15 14:29:43 -08001107S: Supported
1108
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001109CIRRUS LOGIC EP93XX ETHERNET DRIVER
1110P: Lennert Buytenhek
1111M: kernel@wantstofly.org
1112L: netdev@vger.kernel.org
1113S: Maintained
1114
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001115CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1116P: Lennert Buytenhek
1117M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001118L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001119S: Maintained
1120
Timur Tabid9e9d822008-04-24 08:45:26 +10001121CIRRUS LOGIC CS4270 SOUND DRIVER
1122P: Timur Tabi
1123M: timur@freescale.com
1124L: alsa-devel@alsa-project.org
1125S: Supported
1126
Linus Torvalds1da177e2005-04-16 15:20:36 -07001127CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1128P: Cirrus Logic Corporation (kernel 2.2 driver)
1129M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1130P: Nils Faerber (port to kernel 2.4)
1131M: Nils Faerber <nils@kernelconcepts.de>
1132S: Maintained
1133
1134CODA FILE SYSTEM
1135P: Jan Harkes
1136M: jaharkes@cs.cmu.edu
1137M: coda@cs.cmu.edu
1138L: codalist@coda.cs.cmu.edu
1139W: http://www.coda.cs.cmu.edu/
1140S: Maintained
1141
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001142COMMON INTERNET FILE SYSTEM (CIFS)
1143P: Steve French
1144M: sfrench@samba.org
1145L: linux-cifs-client@lists.samba.org
1146L: samba-technical@lists.samba.org
1147W: http://linux-cifs.samba.org/
1148T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1149S: Supported
1150
Linus Torvalds1da177e2005-04-16 15:20:36 -07001151COMPACTPCI HOTPLUG CORE
1152P: Scott Murray
1153M: scottm@somanetworks.com
1154M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001155L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001156S: Supported
1157
1158COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1159P: Scott Murray
1160M: scottm@somanetworks.com
1161M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001162L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001163S: Supported
1164
1165COMPACTPCI HOTPLUG GENERIC DRIVER
1166P: Scott Murray
1167M: scottm@somanetworks.com
1168M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001169L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001170S: Supported
1171
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001172COMPAL LAPTOP SUPPORT
1173P: Cezary Jackiewicz
1174M: cezary.jackiewicz@gmail.com
1175S: Maintained
1176
Linus Torvalds1da177e2005-04-16 15:20:36 -07001177COMPUTONE INTELLIPORT MULTIPORT CARD
1178P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001179M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001180W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001181S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001182
Simon Arlott949be0f2007-03-06 02:47:46 -08001183CONEXANT ACCESSRUNNER USB DRIVER
1184P: Simon Arlott
1185M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001186L: accessrunner-general@lists.sourceforge.net
1187W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001188S: Maintained
1189
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001190CONFIGFS
1191P: Joel Becker
1192M: joel.becker@oracle.com
1193L: linux-kernel@vger.kernel.org
1194S: Supported
1195
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001196CONTROL GROUPS (CGROUPS)
1197P: Paul Menage
1198M: menage@google.com
1199L: containers@lists.linux-foundation.org
1200S: Maintained
1201
Rudolf Marekbebe4672007-05-08 17:22:02 +02001202CORETEMP HARDWARE MONITORING DRIVER
1203P: Rudolf Marek
1204M: r.marek@assembler.cz
1205L: lm-sensors@lm-sensors.org
1206S: Maintained
1207
Linus Torvalds1da177e2005-04-16 15:20:36 -07001208COSA/SRP SYNC SERIAL DRIVER
1209P: Jan "Yenya" Kasprzak
1210M: kas@fi.muni.cz
1211W: http://www.fi.muni.cz/~kas/cosa/
1212S: Maintained
1213
1214CPU FREQUENCY DRIVERS
1215P: Dave Jones
Dave Jonesf4432c52008-10-20 13:31:45 -04001216M: davej@redhat.com
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001217L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001218W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001219T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001220S: Maintained
1221
1222CPUID/MSR DRIVER
1223P: H. Peter Anvin
1224M: hpa@zytor.com
1225S: Maintained
1226
Paul Jacksoned90fb42005-09-27 21:45:37 -07001227CPUSETS
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001228P: Paul Menage
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001229M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001230L: linux-kernel@vger.kernel.org
1231W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001232W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001233S: Supported
1234
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001236W: http://sourceforge.net/projects/cramfs/
1237S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001238
1239CRIS PORT
1240P: Mikael Starvik
1241M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001242P: Jesper Nilsson
1243M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001244L: dev-etrax@axis.com
1245W: http://developer.axis.com
1246S: Maintained
1247
1248CRYPTO API
1249P: Herbert Xu
1250M: herbert@gondor.apana.org.au
1251P: David S. Miller
1252M: davem@davemloft.net
1253L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001254T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001255S: Maintained
1256
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001257CS5535 Audio ALSA driver
1258P: Jaya Kumar
1259M: jayakumar.alsa@gmail.com
1260S: Maintained
1261
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001262CX18 VIDEO4LINUX DRIVER
1263P: Hans Verkuil, Andy Walls
1264M: hverkuil@xs4all.nl, awalls@radix.net
1265L: ivtv-devel@ivtvdriver.org
1266L: ivtv-users@ivtvdriver.org
1267L: video4linux-list@redhat.com
1268W: http://linuxtv.org
1269S: Maintained
1270
Steve Wisee5ec3782008-05-20 14:06:33 -07001271CXGB3 ETHERNET DRIVER (CXGB3)
1272P: Divy Le Ray
1273M: divy@chelsio.com
1274L: netdev@vger.kernel.org
1275W: http://www.chelsio.com
1276S: Supported
1277
1278CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1279P: Steve Wise
1280M: swise@chelsio.com
1281L: general@lists.openfabrics.org
1282W: http://www.openfabrics.org
1283S: Supported
1284
Linus Torvalds1da177e2005-04-16 15:20:36 -07001285CYBERPRO FB DRIVER
1286P: Russell King
1287M: rmk@arm.linux.org.uk
1288W: http://www.arm.linux.org.uk/
1289S: Maintained
1290
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001291CYBLAFB FRAMEBUFFER DRIVER
1292P: Knut Petersen
1293M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001294L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001295S: Maintained
1296
Linus Torvalds1da177e2005-04-16 15:20:36 -07001297CYCLADES 2X SYNC CARD DRIVER
1298P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001299M: acme@ghostprotocols.net
1300W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301S: Maintained
1302
1303CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001304W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001305S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001306
1307CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001309S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001310
Linus Torvalds1da177e2005-04-16 15:20:36 -07001311DAMA SLAVE for AX.25
1312P: Joerg Reuter
1313M: jreuter@yaina.de
1314W: http://yaina.de/jreuter/
1315W: http://www.qsl.net/dl1bke/
1316L: linux-hams@vger.kernel.org
1317S: Maintained
1318
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001319DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1320P: Tobias Ringstrom
1321M: tori@unhappy.mine.nu
1322L: netdev@vger.kernel.org
1323S: Maintained
1324
1325DC390/AM53C974 SCSI driver
1326P: Kurt Garloff
1327M: garloff@suse.de
1328W: http://www.garloff.de/kurt/linux/dc390/
1329P: Guennadi Liakhovetski
1330M: g.liakhovetski@gmx.de
1331S: Maintained
1332
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333DC395x SCSI driver
1334P: Oliver Neukum
1335M: oliver@neukum.name
1336P: Ali Akcaagac
1337M: aliakc@web.de
1338P: Jamie Lenehan
1339M: lenehan@twibble.org
1340W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001341L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001342L: http://lists.twibble.org/mailman/listinfo/dc395x/
1343S: Maintained
1344
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001345DCCP PROTOCOL
1346P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001347M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001348L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001349W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001350S: Maintained
1351
Linus Torvalds1da177e2005-04-16 15:20:36 -07001352DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001353P: Christine Caulfield
1354M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355W: http://linux-decnet.sourceforge.net
1356L: linux-decnet-user@lists.sourceforge.net
1357S: Maintained
1358
1359DEFXX FDDI NETWORK DRIVER
1360P: Maciej W. Rozycki
1361M: macro@linux-mips.org
1362S: Maintained
1363
1364DELL LAPTOP SMM DRIVER
1365P: Massimo Dal Zotto
1366M: dz@debian.org
1367W: http://www.debian.org/~dz/i8k/
1368S: Maintained
1369
Doug Warzecha90563ec2005-09-06 15:17:15 -07001370DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1371P: Doug Warzecha
1372M: Douglas_Warzecha@dell.com
1373S: Maintained
1374
Linus Torvalds1da177e2005-04-16 15:20:36 -07001375DEVICE NUMBER REGISTRY
1376P: Torben Mathiasen
1377M: device@lanana.org
1378W: http://lanana.org/docs/device-list/index.html
1379L: linux-kernel@vger.kernel.org
1380S: Maintained
1381
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001382DEVICE-MAPPER (LVM)
1383P: Alasdair Kergon
1384L: dm-devel@redhat.com
1385W: http://sources.redhat.com/dm
1386S: Maintained
1387
Linus Torvalds1da177e2005-04-16 15:20:36 -07001388DIGI INTL. EPCA DRIVER
1389P: Digi International, Inc
1390M: Eng.Linux@digi.com
1391L: Eng.Linux@digi.com
1392W: http://www.digi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001393S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001394
Randy Dunlape7839f22008-10-12 16:11:45 -07001395DIRECTORY NOTIFICATION (DNOTIFY)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001396P: Stephen Rothwell
1397M: sfr@canb.auug.org.au
1398L: linux-kernel@vger.kernel.org
1399S: Supported
1400
1401DISK GEOMETRY AND PARTITION HANDLING
1402P: Andries Brouwer
1403M: aeb@cwi.nl
1404W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1405W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1406W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1407S: Maintained
1408
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001409DISKQUOTA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001410P: Jan Kara
1411M: jack@suse.cz
1412L: linux-kernel@vger.kernel.org
1413S: Maintained
1414
Randy Dunlape7839f22008-10-12 16:11:45 -07001415DISTRIBUTED LOCK MANAGER (DLM)
Christine Caulfield8943f262008-02-14 19:31:31 -08001416P: Christine Caulfield
1417M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001418P: David Teigland
1419M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001420L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001421W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001422T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001423S: Supported
1424
Dan Williamsb3e5f262007-08-07 10:26:35 -07001425DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001426P: Maciej Sosnowski
1427M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001428P: Dan Williams
1429M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001430L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001431S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001432
Juerg Haefligerb8250372007-06-09 10:11:16 -04001433DME1737 HARDWARE MONITOR DRIVER
1434P: Juerg Haefliger
1435M: juergh@gmail.com
1436L: lm-sensors@lm-sensors.org
1437S: Maintained
1438
Martin Waitzba483d52005-06-17 13:20:59 -07001439DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001440P: Randy Dunlap
1441M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001442S: Maintained
1443
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001444DOCKING STATION DRIVER
Len Brownc5d191b2008-09-24 02:53:25 -04001445P: Shaohua Li
1446M: shaohua.li@intel.com
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001447L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001448S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001449
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001450DOCUMENTATION (/Documentation directory)
Jean Delvare795fb7e2008-09-20 12:33:08 +02001451P: Michael Kerrisk
1452M: mtk.manpages@gmail.com
1453P: Randy Dunlap
1454M: rdunlap@xenotime.net
1455L: linux-doc@vger.kernel.org
1456S: Maintained
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001457
Linus Torvalds1da177e2005-04-16 15:20:36 -07001458DOUBLETALK DRIVER
1459P: James R. Van Zandt
1460M: jrv@vanzandt.mv.com
1461L: blinux-list@redhat.com
1462S: Maintained
1463
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001464DPT_I2O SCSI RAID DRIVER
1465P: Adaptec OEM Raid Solutions
1466M: aacraid@adaptec.com
1467L: linux-scsi@vger.kernel.org
1468W: http://www.adaptec.com/
1469S: Maintained
1470
Linus Torvalds1da177e2005-04-16 15:20:36 -07001471DRIVER CORE, KOBJECTS, AND SYSFS
1472P: Greg Kroah-Hartman
1473M: gregkh@suse.de
1474L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001475T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001476S: Supported
1477
1478DRM DRIVERS
1479P: David Airlie
1480M: airlied@linux.ie
1481L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001482T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001483S: Maintained
1484
1485DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001486P: Francois Romieu
1487M: romieu@fr.zoreil.com
1488L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001489S: Maintained
1490
1491DVB SUBSYSTEM AND DRIVERS
1492P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001493M: v4l-dvb-maintainer@linuxtv.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02001494L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001495W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001496T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001497S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001498
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001499DZ DECSTATION DZ11 SERIAL DRIVER
1500P: Maciej W. Rozycki
1501M: macro@linux-mips.org
1502S: Maintained
1503
Linus Torvalds1da177e2005-04-16 15:20:36 -07001504EATA-DMA SCSI DRIVER
1505P: Michael Neuffer
1506L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1507S: Maintained
1508
1509EATA ISA/EISA/PCI SCSI DRIVER
1510P: Dario Ballabio
1511M: ballabio_dario@emc.com
1512L: linux-scsi@vger.kernel.org
1513S: Maintained
1514
1515EATA-PIO SCSI DRIVER
1516P: Michael Neuffer
1517M: mike@i-Connect.Net
1518L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1519S: Maintained
1520
1521EBTABLES
1522P: Bart De Schuymer
1523M: bart.de.schuymer@pandora.be
1524L: ebtables-user@lists.sourceforge.net
1525L: ebtables-devel@lists.sourceforge.net
1526W: http://ebtables.sourceforge.net/
1527S: Maintained
1528
Michael Halcrow237fead2006-10-04 02:16:22 -07001529ECRYPT FILE SYSTEM
Michael Halcrow6dc75162008-12-15 13:54:17 -08001530P: Tyler Hicks, Dustin Kirkland
1531M: tyhicks@linux.vnet.ibm.com, kirkland@canonical.com
1532L: ecryptfs-devel@lists.launchpad.net
1533W: https://launchpad.net/ecryptfs
Michael Halcrow237fead2006-10-04 02:16:22 -07001534S: Supported
1535
Alan Coxda9bb1d2006-01-18 17:44:13 -08001536EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001537P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001538M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001539L: bluesmoke-devel@lists.sourceforge.net
1540W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001541S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001542
1543EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001544P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001545P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001546M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001547M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001548L: bluesmoke-devel@lists.sourceforge.net
1549W: bluesmoke.sourceforge.net
1550S: Maintained
1551
1552EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001553P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001554M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001555L: bluesmoke-devel@lists.sourceforge.net
1556W: bluesmoke.sourceforge.net
1557S: Maintained
1558
Douglas Thompson6bc78402007-07-19 01:50:12 -07001559EDAC-I82443BXGX
1560P: Tim Small
1561M: tim@buttersideup.com
1562L: bluesmoke-devel@lists.sourceforge.net
1563W: bluesmoke.sourceforge.net
1564S: Maintained
1565
1566EDAC-I3000
1567P: Jason Uhlenkott
1568M: juhlenko@akamai.com
1569L: bluesmoke-devel@lists.sourceforge.net
1570W: bluesmoke.sourceforge.net
1571S: Maintained
1572
1573EDAC-I5000
1574P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001575M: dougthompson@xmission.com
1576L: bluesmoke-devel@lists.sourceforge.net
1577W: bluesmoke.sourceforge.net
1578S: Maintained
1579
1580EDAC-I82975X
1581P: Ranganathan Desikan
1582P: Arvind R.
1583M: rdesikan@jetzbroadband.com
1584M: arvind@acarlab.com
1585L: bluesmoke-devel@lists.sourceforge.net
1586W: bluesmoke.sourceforge.net
1587S: Maintained
1588
1589EDAC-PASEMI
1590P: Egor Martovetsky
1591M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001592L: bluesmoke-devel@lists.sourceforge.net
1593W: bluesmoke.sourceforge.net
1594S: Maintained
1595
Dave Peterson0e438e32006-03-26 01:38:55 -08001596EDAC-R82600
1597P: Tim Small
1598M: tim@buttersideup.com
1599L: bluesmoke-devel@lists.sourceforge.net
1600W: bluesmoke.sourceforge.net
1601S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001602
Eric Coopere59f8792008-03-13 12:55:46 +01001603EEEPC LAPTOP EXTRAS DRIVER
1604P: Corentin Chary
1605M: corentincj@iksaif.net
1606L: acpi4asus-user@lists.sourceforge.net
1607W: http://sourceforge.net/projects/acpi4asus
1608S: Maintained
1609
Josh Triplett0bee8d22006-07-30 03:03:58 -07001610EFS FILESYSTEM
1611W: http://aeschi.ch.eu.org/efs/
1612S: Orphan
1613
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001614EHCA (IBM GX bus InfiniBand adapter) DRIVER
Heiko J Schickfab97222006-09-22 15:22:22 -07001615P: Hoang-Nam Nguyen
1616M: hnguyen@de.ibm.com
1617P: Christoph Raisch
1618M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001619L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001620S: Supported
1621
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001622EMBEDDED LINUX
1623P: Paul Gortmaker
1624M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001625P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001626M: dwmw2@infradead.org
1627L: linux-embedded@vger.kernel.org
1628S: Maintained
1629
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001630EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001631P: James Smart
1632M: james.smart@emulex.com
1633L: linux-scsi@vger.kernel.org
1634W: http://sourceforge.net/projects/lpfcxxxx
1635S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001636
Linus Torvalds1da177e2005-04-16 15:20:36 -07001637EPSON 1355 FRAMEBUFFER DRIVER
1638P: Christopher Hoover
1639M: ch@murgatroid.com, ch@hpl.hp.com
1640S: Maintained
1641
Kristoffer Ericsond5ca9002008-10-15 22:03:54 -07001642EPSON S1D13XXX FRAMEBUFFER DRIVER
1643P: Kristoffer Ericson
1644M: kristoffer.ericson@gmail.com
1645S: Maintained
1646
Linus Torvalds1da177e2005-04-16 15:20:36 -07001647ETHEREXPRESS-16 NETWORK DRIVER
1648P: Philip Blundell
1649M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001650L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001651S: Maintained
1652
1653ETHERNET BRIDGE
1654P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001655M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001656L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001657W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001658S: Maintained
1659
1660ETHERTEAM 16I DRIVER
1661P: Mika Kuoppala
1662M: miku@iki.fi
1663S: Maintained
1664
1665EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001666L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001667S: Maintained
1668
1669EXT3 FILE SYSTEM
1670P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001671M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001672L: linux-ext4@vger.kernel.org
1673S: Maintained
1674
1675EXT4 FILE SYSTEM
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001676P: Theodore Ts'o
1677M: tytso@mit.edu, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001678L: linux-ext4@vger.kernel.org
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001679W: http://ext4.wiki.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001680S: Maintained
1681
Jean Delvaree53004e2006-01-09 23:26:14 +01001682F71805F HARDWARE MONITORING DRIVER
1683P: Jean Delvare
1684M: khali@linux-fr.org
1685L: lm-sensors@lm-sensors.org
1686S: Maintained
1687
Linus Torvalds1da177e2005-04-16 15:20:36 -07001688FARSYNC SYNCHRONOUS DRIVER
1689P: Kevin Curtis
1690M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001691W: http://www.farsite.co.uk/
1692S: Supported
1693
Akinobu Mitac5408b82007-04-23 14:41:20 -07001694FAULT INJECTION SUPPORT
1695P: Akinobu Mita
1696M: akinobu.mita@gmail.com
1697S: Supported
1698
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001699FILE LOCKING (flock() and fcntl()/lockf())
1700P: Matthew Wilcox
1701M: matthew@wil.cx
1702L: linux-fsdevel@vger.kernel.org
1703S: Maintained
1704
1705FILESYSTEMS (VFS and infrastructure)
1706P: Alexander Viro
1707M: viro@zeniv.linux.org.uk
1708L: linux-fsdevel@vger.kernel.org
1709S: Maintained
1710
1711FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1712P: Kristian Hoegsberg, Stefan Richter
1713M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1714L: linux1394-devel@lists.sourceforge.net
1715W: http://www.linux1394.org/
1716T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1717S: Maintained
1718
1719FIRMWARE LOADER (request_firmware)
1720L: linux-kernel@vger.kernel.org
1721S: Orphan
1722
1723FPU EMULATOR
1724P: Bill Metzenthen
1725M: billm@suburbia.net
1726W: http://suburbia.net/~billm/floating-point/emulator/
1727S: Maintained
1728
1729FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1730P: Mike McLagan
1731M: mike.mclagan@linux.org
1732L: netdev@vger.kernel.org
1733S: Maintained
1734
Linus Torvalds1da177e2005-04-16 15:20:36 -07001735FRAMEBUFFER LAYER
1736P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001737M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001738L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001739W: http://linux-fbdev.sourceforge.net/
1740S: Maintained
1741
Zhang Wei173acc72008-03-01 07:42:48 -07001742FREESCALE DMA DRIVER
Zhang Wei76b0c7882008-05-13 14:44:59 -07001743P: Li Yang
1744M: leoli@freescale.com
1745P: Zhang Wei
1746M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001747L: linuxppc-embedded@ozlabs.org
1748L: linux-kernel@vger.kernel.org
1749S: Maintained
1750
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001751FREESCALE I2C CPM DRIVER
1752P: Jochen Friedrich
1753M: jochen@scram.de
1754L: linuxppc-dev@ozlabs.org
Jean Delvare846557d2008-10-30 15:55:47 +01001755L: linux-i2c@vger.kernel.org
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001756S: Maintained
1757
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001758FREESCALE SOC FS_ENET DRIVER
1759P: Pantelis Antoniou
1760M: pantelis.antoniou@gmail.com
1761P: Vitaly Bordug
1762M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001763L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001764L: netdev@vger.kernel.org
1765S: Maintained
1766
Timur Tabid9e9d822008-04-24 08:45:26 +10001767FREESCALE QUICC ENGINE LIBRARY
1768P: Timur Tabi
1769M: timur@freescale.com
1770L: linuxppc-dev@ozlabs.org
1771S: Supported
1772
Li Yanga7205b32007-04-23 10:38:18 -07001773FREESCALE HIGHSPEED USB DEVICE DRIVER
1774P: Li Yang
1775M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001776L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001777L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001778S: Maintained
1779
Li Yangbeaf53b2007-05-25 13:54:02 +08001780FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1781P: Li Yang
1782M: leoli@freescale.com
1783L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001784L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001785S: Maintained
1786
Timur Tabid9e9d822008-04-24 08:45:26 +10001787FREESCALE QUICC ENGINE UCC UART DRIVER
1788P: Timur Tabi
1789M: timur@freescale.com
1790L: linuxppc-dev@ozlabs.org
1791S: Supported
1792
1793FREESCALE SOC SOUND DRIVERS
1794P: Timur Tabi
1795M: timur@freescale.com
1796L: alsa-devel@alsa-project.org
1797L: linuxppc-dev@ozlabs.org
1798S: Supported
1799
Linus Torvalds1da177e2005-04-16 15:20:36 -07001800FREEVXFS FILESYSTEM
1801P: Christoph Hellwig
1802M: hch@infradead.org
1803W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1804S: Maintained
1805
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001806FTRACE
1807P: Steven Rostedt
Steven Rostedt8e324c12008-11-19 15:36:43 -08001808M: rostedt@goodmis.org
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001809S: Maintained
1810
David Howells5ab7ffe2007-04-10 15:10:45 +01001811FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001812P: David Howells
1813M: dhowells@redhat.com
1814S: Maintained
1815
Jonathan Woithe20b93732008-06-11 10:14:56 +09301816FUJITSU LAPTOP EXTRAS
1817P: Jonathan Woithe
1818M: jwoithe@physics.adelaide.edu.au
1819L: linux-acpi@vger.kernel.org
1820S: Maintained
1821
Miklos Szeredi04578f12005-09-09 13:10:22 -07001822FUSE: FILESYSTEM IN USERSPACE
1823P: Miklos Szeredi
1824M: miklos@szeredi.hu
1825L: fuse-devel@lists.sourceforge.net
1826W: http://fuse.sourceforge.net/
1827S: Maintained
1828
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1830P: Rik Faith
1831M: faith@cs.unc.edu
1832L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001833S: Odd Fixes (e.g., new signatures)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001834
1835GDT SCSI DISK ARRAY CONTROLLER DRIVER
1836P: Achim Leubner
1837M: achim_leubner@adaptec.com
1838L: linux-scsi@vger.kernel.org
1839W: http://www.icp-vortex.com/
1840S: Supported
1841
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001842GENERIC GPIO I2C DRIVER
1843P: Haavard Skinnemoen
1844M: hskinnemoen@atmel.com
1845S: Supported
1846
Linus Torvalds1da177e2005-04-16 15:20:36 -07001847GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1848P: Krzysztof Halasa
1849M: khc@pm.waw.pl
1850W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1851S: Maintained
1852
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001853GFS2 FILE SYSTEM
1854P: Steven Whitehouse
1855M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001856L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001857W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001858T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1859T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001860S: Supported
1861
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001862GIGASET ISDN DRIVERS
1863P: Hansjoerg Lipp
1864M: hjlipp@web.de
1865P: Tilman Schmidt
1866M: tilman@imap.cc
1867L: gigaset307x-common@lists.sourceforge.net
1868W: http://gigaset307x.sourceforge.net/
1869S: Maintained
1870
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001871HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1872P: Robert Love
1873M: rlove@rlove.org
1874M: linux-kernel@vger.kernel.org
1875W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1876S: Maintained
1877
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001878GSPCA FINEPIX SUBDRIVER
1879P: Frank Zago
1880M: frank@zago.net
1881L: video4linux-list@redhat.com
1882S: Maintained
1883
1884GSPCA M5602 SUBDRIVER
1885P: Erik Andren
1886M: erik.andren@gmail.com
1887L: video4linux-list@redhat.com
1888S: Maintained
1889
1890GSPCA PAC207 SONIXB SUBDRIVER
1891P: Hans de Goede
1892M: hdegoede@redhat.com
1893L: video4linux-list@redhat.com
1894S: Maintained
1895
1896GSPCA T613 SUBDRIVER
1897P: Leandro Costantino
1898M: lcostantino@gmail.com
1899L: video4linux-list@redhat.com
1900S: Maintained
1901
1902GSPCA USB WEBCAM DRIVER
1903P: Jean-Francois Moine
1904M: moinejf@free.fr
1905W: http://moinejf.free.fr
1906L: video4linux-list@redhat.com
1907S: Maintained
1908
Jean Delvare5b543962005-08-15 19:51:02 +02001909HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001910L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001911W: http://www.lm-sensors.org/
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001912S: Orphan
Jean Delvare5b543962005-08-15 19:51:02 +02001913
Michael Buesch844dd052006-06-26 00:24:59 -07001914HARDWARE RANDOM NUMBER GENERATOR CORE
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001915S: Orphan
Michael Buesch844dd052006-06-26 00:24:59 -07001916
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917HARMONY SOUND DRIVER
1918P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001919M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001920L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921S: Maintained
1922
1923HAYES ESP SERIAL DRIVER
1924P: Andrew J. Robinson
1925M: arobinso@nyx.net
1926L: linux-kernel@vger.kernel.org
1927W: http://www.nyx.net/~arobinso
1928S: Maintained
1929
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001930HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1931P: Chirag Kantharia
1932M: chirag.kantharia@hp.com
1933L: iss_storagedev@hp.com
1934S: Maintained
1935
1936HEWLETT-PACKARD SMART2 RAID DRIVER
1937P: Chirag Kantharia
1938M: chirag.kantharia@hp.com
1939L: iss_storagedev@hp.com
1940S: Maintained
1941
1942HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1943P: Mike Miller
1944M: mike.miller@hp.com
1945L: iss_storagedev@hp.com
1946S: Supported
1947
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948HFS FILESYSTEM
1949P: Roman Zippel
1950M: zippel@linux-m68k.org
1951L: linux-kernel@vger.kernel.org
1952S: Maintained
1953
1954HGA FRAMEBUFFER DRIVER
1955P: Ferenc Bakonyi
1956M: fero@drama.obuda.kando.hu
1957L: linux-nvidia@lists.surfsouth.com
1958W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1959S: Maintained
1960
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001961HIBERNATION (aka Software Suspend, aka swsusp)
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001962P: Pavel Machek
1963M: pavel@suse.cz
1964P: Rafael J. Wysocki
1965M: rjw@sisk.pl
1966L: linux-pm@lists.linux-foundation.org
1967S: Supported
1968
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001969HID CORE LAYER
1970P: Jiri Kosina
1971M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001972L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001973T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001974S: Maintained
1975
Ingo Molnar38bed542007-02-22 09:09:34 +01001976HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1977P: Thomas Gleixner
1978M: tglx@linutronix.de
1979L: linux-kernel@vger.kernel.org
1980S: Maintained
1981
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982HIGH-SPEED SCC DRIVER FOR AX.25
1983P: Klaus Kudielka
1984M: klaus.kudielka@ieee.org
1985L: linux-hams@vger.kernel.org
1986W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1987S: Maintained
1988
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001989HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1990P: HighPoint Linux Team
1991M: linux@highpoint-tech.com
1992W: http://www.highpoint-tech.com
1993S: Supported
1994
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995HIPPI
1996P: Jes Sorensen
1997M: jes@trained-monkey.org
1998L: linux-hippi@sunsite.dk
1999S: Maintained
2000
Jouni Malinenff1d2762005-05-12 22:54:16 -04002001HOST AP DRIVER
2002P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07002003M: j@w1.fi
2004L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07002005L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04002006W: http://hostap.epitest.fi/
2007S: Maintained
2008
Carlos Corbachodd8cd772008-02-05 02:17:15 +00002009HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2010P: Carlos Corbacho
2011M: carlos@strangeworlds.co.uk
2012S: Odd Fixes
2013
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002014HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2015P: Jaroslav Kysela
2016M: perex@perex.cz
2017S: Maintained
2018
Clemens Ladischd36e74c2008-07-23 21:26:46 -07002019HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08002020P: Clemens Ladisch
2021M: clemens@ladisch.de
2022S: Maintained
2023
2024HPET: i386
2025P: Venkatesh Pallipadi (Venki)
2026M: venkatesh.pallipadi@intel.com
2027S: Maintained
2028
2029HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02002030P: Vojtech Pavlik
2031M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08002032S: Maintained
2033
2034HPET: ACPI hpet.c
2035P: Bob Picco
2036M: bob.picco@hp.com
2037S: Maintained
2038
Linus Torvalds1da177e2005-04-16 15:20:36 -07002039HPFS FILESYSTEM
2040P: Mikulas Patocka
2041M: mikulas@artax.karlin.mff.cuni.cz
2042W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2043S: Maintained
2044
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002045HTCPEN TOUCHSCREEN DRIVER
2046P: Pau Oliva Fora
2047M: pof@eslack.org
2048L: linux-input@vger.kernel.org
2049S: Maintained
2050
Linus Torvalds1da177e2005-04-16 15:20:36 -07002051HUGETLB FILESYSTEM
2052P: William Irwin
2053M: wli@holomorphy.com
2054S: Maintained
2055
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002056I2C/SMBUS STUB DRIVER
2057P: Mark M. Hoffman
2058M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01002059L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002060S: Maintained
2061
Jean Delvare5b543962005-08-15 19:51:02 +02002062I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002063P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002064M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002065P: Ben Dooks (embedded platforms)
2066M: ben-linux@fluff.org
Jean Delvare846557d2008-10-30 15:55:47 +01002067L: linux-i2c@vger.kernel.org
Jean Delvare595142e2006-12-06 20:39:36 -08002068T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002069S: Maintained
2070
Till Harbaume8c76ee2007-05-01 23:26:35 +02002071I2C-TINY-USB DRIVER
2072P: Till Harbaum
2073M: till@harbaum.org
Jean Delvare846557d2008-10-30 15:55:47 +01002074L: linux-i2c@vger.kernel.org
Till Harbaume8c76ee2007-05-01 23:26:35 +02002075T: http://www.harbaum.org/till/i2c_tiny_usb
2076S: Maintained
2077
Linus Torvalds1da177e2005-04-16 15:20:36 -07002078i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002079P: H. Peter Anvin
2080M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081L: Linux-Kernel@vger.kernel.org
2082S: Maintained
2083
2084i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002085P: H. Peter Anvin
2086M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002087T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002088S: Maintained
2089
Linus Torvalds1da177e2005-04-16 15:20:36 -07002090IA64 (Itanium) PLATFORM
2091P: Tony Luck
2092M: tony.luck@intel.com
2093L: linux-ia64@vger.kernel.org
2094W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002095T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096S: Maintained
2097
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098IBM MCA SCSI SUBSYSTEM DRIVER
2099P: Michael Lang
2100M: langa2@kph.uni-mainz.de
2101W: http://www.uni-mainz.de/~langm000/linux.html
2102S: Maintained
2103
2104IBM Power Linux RAID adapter
2105P: Brian King
2106M: brking@us.ibm.com
2107S: Supported
2108
2109IBM ServeRAID RAID DRIVER
2110P: Jack Hammer
2111P: Dave Jeffery
2112M: ipslinux@adaptec.com
2113W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002114S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002116IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002117P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002118M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002119L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002120T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121S: Maintained
2122
2123IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002124P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002125M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002126L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002127S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128
2129IDE/ATAPI FLOPPY DRIVERS
2130P: Paul Bristow
2131M: Paul Bristow <paul@paulbristow.net>
2132W: http://paulbristow.net/linux/idefloppy.html
2133L: linux-kernel@vger.kernel.org
2134S: Maintained
2135
2136IDE/ATAPI TAPE DRIVERS
2137P: Gadi Oxman
2138M: Gadi Oxman <gadio@netvision.net.il>
2139L: linux-kernel@vger.kernel.org
2140S: Maintained
2141
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002142IDE-SCSI DRIVER
2143L: linux-ide@vger.kernel.org
2144L: linux-scsi@vger.kernel.org
2145S: Orphan
2146
Andy Henroid27471fd2008-10-09 11:45:22 -07002147IDLE-I7300
2148P: Andy Henroid
2149M: andrew.d.henroid@intel.com
2150L: linux-pm@lists.linux-foundation.org
2151S: Supported
2152
Stefan Richterf148e202008-01-12 12:32:44 +01002153IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002154P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002155M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002156P: Stefan Richter
2157M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002158L: linux1394-devel@lists.sourceforge.net
2159W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002160T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161S: Maintained
2162
Stefan Richterf51a5a92007-04-23 14:41:10 -07002163IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002164P: Dan Dennedy
2165M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002166P: Stefan Richter
2167M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002168L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002169S: Maintained
2170
Linus Torvalds1da177e2005-04-16 15:20:36 -07002171IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002172L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002173S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002174
2175INFINIBAND SUBSYSTEM
2176P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002177M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002179M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180P: Hal Rosenstock
Jean Delvare795fb7e2008-09-20 12:33:08 +02002181M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002182L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002183W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002184T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002185S: Supported
2186
Robert Lovec9f04f52005-07-15 12:21:07 -04002187INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01002188P: John McCutchan
2189M: ttb@tentacle.dhs.org
2190P: Robert Love
2191M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002192L: linux-kernel@vger.kernel.org
2193S: Maintained
2194
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002195INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2196P: Dmitry Torokhov
2197M: dmitry.torokhov@gmail.com
2198M: dtor@mail.ru
2199L: linux-input@vger.kernel.org
2200T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2201S: Maintained
2202
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002203INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002204P: Sylvain Meyer
2205M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002206L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002207S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002208
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002210P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002211M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002212L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002213S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002214
Thomas, Sujithf4a9bc42008-11-05 16:15:31 +05302215INTEL MENLOW THERMAL DRIVER
2216P: Sujith Thomas
2217M: sujith.thomas@intel.com
2218L: linux-acpi@vger.kernel.org
2219W: http://www.lesswatts.org/projects/acpi/
2220S: Supported
2221
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222INTEL IA32 MICROCODE UPDATE SUPPORT
2223P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002224M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002225S: Maintained
2226
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002227INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002228P: Maciej Sosnowski
2229M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002230L: linux-kernel@vger.kernel.org
2231S: Supported
2232
David Woodhouse6c8909b2008-10-18 16:12:17 +01002233INTEL IOMMU (VT-d)
2234P: David Woodhouse
2235M: dwmw2@infradead.org
2236L: iommu@lists.linux-foundation.org
2237T: git://git.infradead.org/iommu-2.6.git
2238S: Supported
2239
Dan Williamsb3e5f262007-08-07 10:26:35 -07002240INTEL IOP-ADMA DMA DRIVER
2241P: Dan Williams
2242M: dan.j.williams@intel.com
2243L: linux-kernel@vger.kernel.org
2244S: Supported
2245
Michael Buesch844dd052006-06-26 00:24:59 -07002246INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2247P: Deepak Saxena
2248M: dsaxena@plexity.net
2249S: Maintained
2250
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002251INTEL IXP2000 ETHERNET DRIVER
2252P: Lennert Buytenhek
2253M: kernel@wantstofly.org
2254L: netdev@vger.kernel.org
2255S: Maintained
2256
Auke Kokd94e6fe2008-03-03 14:37:47 -08002257INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002258P: Jeff Kirsher
2259M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002260P: Jesse Brandeburg
2261M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002262P: Bruce Allan
2263M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002264P: PJ Waskiewicz
2265M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002266P: John Ronciak
2267M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002268L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002269W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002270S: Supported
2271
James Ketrenos826d2ab2005-11-07 18:56:59 -06002272INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002273P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002274M: yi.zhu@intel.com
2275P: James Ketrenos
2276M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002277P: Reinette Chatre
2278M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002279L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002280L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002281W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002282W: http://ipw2100.sourceforge.net
2283S: Supported
2284
2285INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002286P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002287M: yi.zhu@intel.com
2288P: James Ketrenos
2289M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002290P: Reinette Chatre
2291M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002292L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002293L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002294W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002295W: http://ipw2200.sourceforge.net
2296S: Supported
2297
Zhu Yib481de92007-09-25 17:54:57 -07002298INTEL WIRELESS WIFI LINK (iwlwifi)
2299P: Zhu Yi
2300M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002301P: Reinette Chatre
2302M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002303L: linux-wireless@vger.kernel.org
2304L: ipw3945-devel@lists.sourceforge.net
2305W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002306T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002307S: Supported
2308
Ralf Baechlecb109a02007-08-30 23:56:30 -07002309IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002310P: Ralf Baechle
2311M: ralf@linux-mips.org
2312L: linux-mips@linux-mips.org
2313S: Maintained
2314
Ralf Baechlecb109a02007-08-30 23:56:30 -07002315IOC3 SERIAL DRIVER
2316P: Pat Gefre
2317M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002318L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002319S: Maintained
2320
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002321IP MASQUERADING
Linus Torvalds1da177e2005-04-16 15:20:36 -07002322P: Juanjo Ciarlante
2323M: jjciarla@raiz.uncu.edu.ar
2324S: Maintained
2325
Francois Romieu1202d6f2007-09-17 17:13:55 -07002326IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2327P: Francois Romieu
2328M: romieu@fr.zoreil.com
2329P: Sorbica Shieh
2330M: sorbica@icplus.com.tw
2331P: Jesse Huang
2332M: jesse@icplus.com.tw
2333L: netdev@vger.kernel.org
2334S: Maintained
2335
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002336IPATH DRIVER
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002337P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002338M: infinipath@qlogic.com
2339L: general@lists.openfabrics.org
2340T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002341S: Supported
2342
Corey Minyard4409ebe2006-04-20 02:43:12 -07002343IPMI SUBSYSTEM
2344P: Corey Minyard
2345M: minyard@acm.org
2346L: openipmi-developer@lists.sourceforge.net
2347W: http://openipmi.sourceforge.net/
2348S: Supported
2349
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002350IPS SCSI RAID DRIVER
2351P: Adaptec OEM Raid Solutions
2352M: aacraid@adaptec.com
2353L: linux-scsi@vger.kernel.org
2354W: http://www.adaptec.com/
2355S: Maintained
2356
2357IPVS
2358P: Wensong Zhang
2359M: wensong@linux-vs.org
2360P: Simon Horman
2361M: horms@verge.net.au
2362P: Julian Anastasov
2363M: ja@ssi.bg
Ralf Baechle979b6c12005-06-13 14:30:40 -07002364L: netdev@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002365L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002366S: Maintained
2367
Randy Dunlape7839f22008-10-12 16:11:45 -07002368IPWIRELESS DRIVER
David Sterba099dc4f2008-02-07 10:57:12 +01002369P: Jiri Kosina
2370M: jkosina@suse.cz
2371P: David Sterba
2372M: dsterba@suse.cz
2373S: Maintained
2374T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2375
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002376IPX NETWORK LAYER
2377P: Arnaldo Carvalho de Melo
2378M: acme@ghostprotocols.net
2379L: netdev@vger.kernel.org
2380S: Maintained
2381
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002383P: Samuel Ortiz
2384M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002385L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002386W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002387S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002388
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002389ISAPNP
2390P: Jaroslav Kysela
2391M: perex@perex.cz
2392S: Maintained
2393
Mike Christie14816b1e2007-11-28 16:22:06 -08002394ISCSI
2395P: Mike Christie
2396M: michaelc@cs.wisc.edu
2397L: open-iscsi@googlegroups.com
2398W: www.open-iscsi.org
2399T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2400S: Maintained
2401
Linus Torvalds1da177e2005-04-16 15:20:36 -07002402ISDN SUBSYSTEM
2403P: Karsten Keil
2404M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002405L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002406W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002407T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002408S: Maintained
2409
2410ISDN SUBSYSTEM (Eicon active card driver)
2411P: Armin Schindler
2412M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002413L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002414W: http://www.melware.de
2415S: Maintained
2416
Hans Verkuil91821ff2007-12-02 09:35:33 -03002417IVTV VIDEO4LINUX DRIVER
2418P: Hans Verkuil
2419M: hverkuil@xs4all.nl
2420L: ivtv-devel@ivtvdriver.org
2421L: ivtv-users@ivtvdriver.org
2422L: video4linux-list@redhat.com
2423W: http://www.ivtvdriver.org
2424S: Maintained
2425
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002426JFS FILESYSTEM
2427P: Dave Kleikamp
2428M: shaggy@austin.ibm.com
2429L: jfs-discussion@lists.sourceforge.net
2430W: http://jfs.sourceforge.net/
2431T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2432S: Supported
2433
Guo-Fu Tseng95252232008-09-16 01:00:11 +08002434JME NETWORK DRIVER
2435P: Guo-Fu Tseng
2436M: cooldavid@cooldavid.org
2437L: netdev@vger.kernel.org
2438S: Maintained
2439
Linus Torvalds1da177e2005-04-16 15:20:36 -07002440JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2441P: David Woodhouse
2442M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002443L: linux-mtd@lists.infradead.org
2444W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002445S: Maintained
2446
Josh Triplettde456d32006-07-30 03:04:00 -07002447JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002448P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002449M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002450L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002451S: Maintained
2452
Rudolf Marek4660cb32006-10-08 22:01:26 +02002453K8TEMP HARDWARE MONITORING DRIVER
2454P: Rudolf Marek
2455M: r.marek@assembler.cz
2456L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002457S: Maintained
2458
2459KCONFIG
2460P: Roman Zippel
2461M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002462L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002463S: Maintained
2464
Vivek Goyalea6c2082006-05-20 14:59:55 -07002465KDUMP
2466P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002467M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002468P: Haren Myneni
2469M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002470L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002471L: linux-kernel@vger.kernel.org
2472W: http://lse.sourceforge.net/kdump/
2473S: Maintained
2474
Linus Torvalds1da177e2005-04-16 15:20:36 -07002475KERNEL AUTOMOUNTER (AUTOFS)
2476P: H. Peter Anvin
2477M: hpa@zytor.com
2478L: autofs@linux.kernel.org
2479S: Odd Fixes
2480
2481KERNEL AUTOMOUNTER v4 (AUTOFS4)
2482P: Ian Kent
2483M: raven@themaw.net
2484L: autofs@linux.kernel.org
2485S: Maintained
2486
2487KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002488P: Sam Ravnborg
2489M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002490T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2491T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002492L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002493S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002494
2495KERNEL JANITORS
2496P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002497L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002498W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002499S: Maintained
2500
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002501KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002502P: J. Bruce Fields
2503M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002504P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002505M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002506L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002507W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002508S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002509
Avi Kivity426d62e2006-12-13 00:34:03 -08002510KERNEL VIRTUAL MACHINE (KVM)
2511P: Avi Kivity
Avi Kivity9ea1de42008-09-19 19:25:30 -07002512M: avi@redhat.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002513L: kvm@vger.kernel.org
2514W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002515S: Supported
2516
Joerg Roedelad8003d2008-09-10 20:01:07 +02002517KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2518P: Joerg Roedel
2519M: joerg.roedel@amd.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002520L: kvm@vger.kernel.org
2521W: http://kvm.qumranet.com
2522S: Supported
2523
Hollis Blanchard513014b2008-04-16 23:28:08 -05002524KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2525P: Hollis Blanchard
2526M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002527L: kvm-ppc@vger.kernel.org
2528W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002529S: Supported
2530
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002531KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002532P: Anthony Xu
2533M: anthony.xu@intel.com
2534P: Xiantao Zhang
2535M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002536L: kvm-ia64@vger.kernel.org
2537W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002538S: Supported
2539
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002540KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2541P: Carsten Otte
2542M: cotte@de.ibm.com
2543P: Christian Borntraeger
2544M: borntraeger@de.ibm.com
2545M: linux390@de.ibm.com
2546L: linux-s390@vger.kernel.org
2547W: http://www.ibm.com/developerworks/linux/linux390/
2548S: Supported
2549
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002550KEXEC
2551P: Eric Biederman
2552M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002553W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002554L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002555L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002556S: Maintained
2557
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002558KGDB
2559P: Jason Wessel
2560M: jason.wessel@windriver.com
2561L: kgdb-bugreport@lists.sourceforge.net
2562S: Maintained
2563
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002564KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002565P: Ananth N Mavinakayanahalli
2566M: ananth@in.ibm.com
2567P: Anil S Keshavamurthy
2568M: anil.s.keshavamurthy@intel.com
2569P: David S. Miller
2570M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002571P: Masami Hiramatsu
2572M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002573L: linux-kernel@vger.kernel.org
2574S: Maintained
2575
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002576KS0108 LCD CONTROLLER DRIVER
2577P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002578M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002579L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002580W: http://miguelojeda.es/auxdisplay.htm
2581W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002582S: Maintained
2583
Linus Torvalds1da177e2005-04-16 15:20:36 -07002584LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002585L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002586S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002587
2588LASI 53c700 driver for PARISC
2589P: James E.J. Bottomley
2590M: James.Bottomley@HansenPartnership.com
2591L: linux-scsi@vger.kernel.org
2592S: Maintained
2593
Richard Purdie263de9b2006-05-15 09:44:16 -07002594LED SUBSYSTEM
2595P: Richard Purdie
2596M: rpurdie@rpsys.net
2597S: Maintained
2598
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599LEGO USB Tower driver
2600P: Juergen Stuber
2601M: starblue@users.sourceforge.net
2602L: legousb-devel@lists.sourceforge.net
2603W: http://legousb.sourceforge.net/
2604S: Maintained
2605
Rusty Russell568a17f2007-10-25 14:12:24 +10002606LGUEST
2607P: Rusty Russell
2608M: rusty@rustcorp.com.au
2609L: lguest@ozlabs.org
2610W: http://lguest.ozlabs.org/
2611S: Maintained
2612
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613LINUX FOR IBM pSERIES (RS/6000)
2614P: Paul Mackerras
2615M: paulus@au.ibm.com
2616W: http://www.ibm.com/linux/ltc/projects/ppc
2617S: Supported
2618
2619LINUX FOR NCR VOYAGER
2620P: James Bottomley
2621M: James.Bottomley@HansenPartnership.com
2622W: http://www.hansenpartnership.com/voyager
2623S: Maintained
2624
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002625LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002626P: Paul Mackerras
2627M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002628P: Benjamin Herrenschmidt
2629M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002630W: http://www.penguinppc.org/
2631L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002632T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002633S: Supported
2634
2635LINUX FOR POWER MACINTOSH
2636P: Benjamin Herrenschmidt
2637M: benh@kernel.crashing.org
2638W: http://www.penguinppc.org/
2639L: linuxppc-dev@ozlabs.org
2640S: Maintained
2641
Grant Likely77a76362008-07-12 12:11:43 -06002642LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002643P: Sylvain Munaut
2644M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002645P: Grant Likely
2646M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002647L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002648S: Maintained
2649
2650LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002651P: Josh Boyer
2652M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002653P: Matt Porter
2654M: mporter@kernel.crashing.org
2655W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002656L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002657T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002658S: Maintained
2659
Grant Likely260c02a2007-10-02 12:15:34 +10002660LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2661P: Grant Likely
2662M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002663W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002664L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002665S: Maintained
2666
Tom Rinie93adf12005-07-26 12:49:53 -07002667LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002668P: Vitaly Bordug
2669M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002670P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002671M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002672W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002673L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002674S: Maintained
2675
Linus Torvalds1da177e2005-04-16 15:20:36 -07002676LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002677P: Kumar Gala
2678M: galak@kernel.crashing.org
2679W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002680L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002681S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002682
Olof Johanssonab06ff32006-09-06 14:44:54 -05002683LINUX FOR POWERPC PA SEMI PWRFICIENT
2684P: Olof Johansson
2685M: olof@lixom.net
2686W: http://www.pasemi.com/
2687L: linuxppc-dev@ozlabs.org
2688S: Supported
2689
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690LINUX SECURITY MODULE (LSM) FRAMEWORK
2691P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002692M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002693L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002694T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002695S: Supported
2696
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002697LLC (802.2)
2698P: Arnaldo Carvalho de Melo
2699M: acme@ghostprotocols.net
2700S: Maintained
2701
Pavel Machek455fbdd2008-11-12 13:27:02 -08002702LIS3LV02D ACCELEROMETER DRIVER
2703P: Eric Piel
2704M: eric.piel@tremplin-utc.net
2705S: Maintained
2706
Linus Torvalds1da177e2005-04-16 15:20:36 -07002707LM83 HARDWARE MONITOR DRIVER
2708P: Jean Delvare
2709M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002710L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002711S: Maintained
2712
2713LM90 HARDWARE MONITOR DRIVER
2714P: Jean Delvare
2715M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002716L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002717S: Maintained
2718
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002719LOCKDEP AND LOCKSTAT
2720P: Peter Zijlstra
2721M: peterz@infradead.org
2722P: Ingo Molnar
2723M: mingo@redhat.com
2724L: linux-kernel@vger.kernel.org
2725T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2726S: Maintained
2727
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002728LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002729P: Richard Russon (FlatCap)
2730M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002731L: linux-ntfs-dev@lists.sourceforge.net
2732W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002733S: Maintained
2734
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002735LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2736P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002737M: Eric.Moore@lsi.com
2738M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002739L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002740L: linux-scsi@vger.kernel.org
2741W: http://www.lsilogic.com/support
2742S: Supported
2743
Linus Torvalds1da177e2005-04-16 15:20:36 -07002744LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2745P: Matthew Wilcox
2746M: matthew@wil.cx
2747L: linux-scsi@vger.kernel.org
2748S: Maintained
2749
Mike Frysinger81365c32008-10-29 14:01:12 -07002750LTP (Linux Test Project)
2751P: Subrata Modak
2752M: subrata@linux.vnet.ibm.com
2753P: Mike Frysinger
2754M: vapier@gentoo.org
2755L: ltp-list@lists.sourceforge.net (subscribers-only)
2756W: http://ltp.sourceforge.net/
2757T: git kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
2758S: Maintained
2759
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002760M32R ARCHITECTURE
2761P: Hirokazu Takata
2762M: takata@linux-m32r.org
2763L: linux-m32r@ml.linux-m32r.org
2764L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2765W: http://www.linux-m32r.org/
2766S: Maintained
2767
Linus Torvalds1da177e2005-04-16 15:20:36 -07002768M68K ARCHITECTURE
2769P: Geert Uytterhoeven
2770M: geert@linux-m68k.org
2771P: Roman Zippel
2772M: zippel@linux-m68k.org
2773L: linux-m68k@lists.linux-m68k.org
2774W: http://www.linux-m68k.org/
2775W: http://linux-m68k-cvs.ubb.ca/
2776S: Maintained
2777
2778M68K ON APPLE MACINTOSH
2779P: Joshua Thompson
2780M: funaho@jurai.org
2781W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002782L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002783S: Maintained
2784
2785M68K ON HP9000/300
2786P: Philip Blundell
2787M: philb@gnu.org
2788W: http://www.tazenda.demon.co.uk/phil/linux-hp
2789S: Maintained
2790
Jiri Benc64a327a2007-05-05 11:47:08 -07002791MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002792P: Johannes Berg
2793M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002794P: Michael Wu
2795M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002796L: linux-wireless@vger.kernel.org
2797W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002798T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002799S: Maintained
2800
Stefano Brivio1036d862007-12-23 04:46:27 +01002801MAC80211 PID RATE CONTROL
2802P: Stefano Brivio
2803M: stefano.brivio@polimi.it
2804P: Mattias Nissler
2805M: mattias.nissler@gmx.de
2806L: linux-wireless@vger.kernel.org
2807W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2808T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2809S: Maintained
2810
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002811MACVLAN DRIVER
2812P: Patrick McHardy
2813M: kaber@trash.net
2814L: netdev@vger.kernel.org
2815S: Maintained
2816
Michael Kerriskfaf16682005-07-31 22:34:47 -07002817MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002818P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002819M: mtk.manpages@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02002820W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07002821L: linux-man@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02002822S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002823
Stefano Brivio74cda162007-11-19 20:27:46 +01002824MARVELL LIBERTAS WIRELESS DRIVER
2825P: Dan Williams
2826M: dcbw@redhat.com
2827L: libertas-dev@lists.infradead.org
2828S: Maintained
2829
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002830MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002831P: Lennert Buytenhek
2832M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002833L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002834S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002835
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002836MARVELL YUKON / SYSKONNECT DRIVER
2837P: Mirko Lindner
2838M: mlindner@syskonnect.de
2839P: Ralph Roesler
2840M: rroesler@syskonnect.de
2841W: http://www.syskonnect.com
2842S: Supported
2843
Linus Torvalds1da177e2005-04-16 15:20:36 -07002844MATROX FRAMEBUFFER DRIVER
2845P: Petr Vandrovec
2846M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002847L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002848S: Maintained
2849
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002850MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2851P: Hans J. Koch
2852M: hjk@linutronix.de
2853L: lm-sensors@lm-sensors.org
2854S: Maintained
2855
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002856MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002857P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002858M: megaraidlinux@lsi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002859L: linux-scsi@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002860W: http://megaraid.lsilogic.com
2861S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002862
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002863MEMORY MANAGEMENT
2864L: linux-mm@kvack.org
2865L: linux-kernel@vger.kernel.org
2866W: http://www.linux-mm.org
2867S: Maintained
2868
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002869MEMORY RESOURCE CONTROLLER
2870P: Balbir Singh
2871M: balbir@linux.vnet.ibm.com
2872P: Pavel Emelyanov
2873M: xemul@openvz.org
2874P: KAMEZAWA Hiroyuki
2875M: kamezawa.hiroyu@jp.fujitsu.com
2876L: linux-mm@kvack.org
2877L: linux-kernel@vger.kernel.org
2878S: Maintained
2879
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002880MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002881P: David Woodhouse
2882M: dwmw2@infradead.org
2883W: http://www.linux-mtd.infradead.org/
2884L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002885T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002886S: Maintained
2887
2888MICROTEK X6 SCANNER
2889P: Oliver Neukum
2890M: oliver@neukum.name
2891S: Maintained
2892
2893MIPS
2894P: Ralf Baechle
2895M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002896W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002897L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002898T: git www.linux-mips.org:/pub/scm/linux.git
2899S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002900
2901MISCELLANEOUS MCA-SUPPORT
2902P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002903M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002904L: linux-kernel@vger.kernel.org
2905S: Maintained
2906
2907MODULE SUPPORT
2908P: Rusty Russell
2909M: rusty@rustcorp.com.au
2910L: linux-kernel@vger.kernel.org
2911S: Maintained
2912
2913MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2914P: Stelian Pop
2915M: stelian@popies.net
2916W: http://popies.net/meye/
2917S: Maintained
2918
Pavel Pisac58ff042007-05-16 01:10:41 +02002919MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2920P: Pavel Pisa
2921M: ppisa@pikron.com
2922L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002923S: Maintained
2924
Linus Torvalds1da177e2005-04-16 15:20:36 -07002925MOUSE AND MISC DEVICES [GENERAL]
2926P: Alessandro Rubini
2927M: rubini@ipvvis.unipv.it
2928L: linux-kernel@vger.kernel.org
2929S: Maintained
2930
Jiri Slabyb9705b62008-04-30 00:53:48 -07002931MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002932P: Jiri Slaby
2933M: jirislaby@gmail.com
2934L: linux-kernel@vger.kernel.org
2935S: Maintained
2936
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002937MSI LAPTOP SUPPORT
2938P: Lennart Poettering
2939M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002940W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002941W: http://0pointer.de/lennart/tchibo.html
2942S: Maintained
2943
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002944MULTIFUNCTION DEVICES (MFD)
2945P: Samuel Ortiz
2946M: sameo@openedhand.com
2947L: linux-kernel@vger.kernel.org
2948S: Supported
2949
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002950MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002951P: Pierre Ossman
2952M: drzeus-mmc@drzeus.cx
2953L: linux-kernel@vger.kernel.org
2954S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002955
David Brownell15a05802007-08-08 09:12:54 -07002956MULTIMEDIA CARD (MMC) ETC. OVER SPI
2957P: David Brownell
2958M: dbrownell@users.sourceforge.net
2959L: linux-kernel@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002960S: Odd Fixes
David Brownell15a05802007-08-08 09:12:54 -07002961
Linus Torvalds1da177e2005-04-16 15:20:36 -07002962MULTISOUND SOUND DRIVER
2963P: Andrew Veliath
2964M: andrewtv@usa.net
2965S: Maintained
2966
Jiri Slabyd7354102006-12-08 02:38:35 -08002967MULTITECH MULTIPORT CARD (ISICOM)
2968P: Jiri Slaby
2969M: jirislaby@gmail.com
2970L: linux-kernel@vger.kernel.org
2971S: Maintained
2972
Felipe Balbi550a7372008-07-24 12:27:36 +03002973MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Jean Delvare795fb7e2008-09-20 12:33:08 +02002974P: Felipe Balbi
2975M: felipe.balbi@nokia.com
2976L: linux-usb@vger.kernel.org
2977S: Maintained
Felipe Balbi550a7372008-07-24 12:27:36 +03002978
Brice Goglin2d3cf582008-05-17 12:45:36 +02002979MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2980P: Andrew Gallatin
2981M: gallatin@myri.com
2982P: Brice Goglin
2983M: brice@myri.com
2984L: netdev@vger.kernel.org
2985W: http://www.myri.com/scs/download-Myri10GE.html
2986S: Supported
2987
Linus Torvalds1da177e2005-04-16 15:20:36 -07002988NATSEMI ETHERNET DRIVER (DP8381x)
Jean Delvare795fb7e2008-09-20 12:33:08 +02002989P: Tim Hockin
Linus Torvalds1da177e2005-04-16 15:20:36 -07002990M: thockin@hockin.org
2991S: Maintained
2992
2993NCP FILESYSTEM
2994P: Petr Vandrovec
2995M: vandrove@vc.cvut.cz
2996L: linware@sh.cvut.cz
2997S: Maintained
2998
2999NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3000P: James E.J. Bottomley
3001M: James.Bottomley@HansenPartnership.com
3002L: linux-scsi@vger.kernel.org
3003S: Maintained
3004
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003005NETEFFECT IWARP RNIC DRIVER (IW_NES)
3006P: Faisal Latif
Roland Dreier7b49d952008-10-16 15:39:14 -07003007M: faisal.latif@intel.com
Chien Tung5f625602008-05-26 15:23:32 -07003008P: Chien Tung
Roland Dreier7b49d952008-10-16 15:39:14 -07003009M: chien.tin.tung@intel.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003010L: general@lists.openfabrics.org
3011W: http://www.neteffect.com
3012S: Supported
3013F: drivers/infiniband/hw/nes/
3014
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003015NETEM NETWORK EMULATOR
3016P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003017M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07003018L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003019S: Maintained
3020
Jiri Slaby4a584482007-08-30 23:56:39 -07003021NETERION (S2IO) Xframe 10GbE DRIVER
3022P: Ramkrishna Vepa
3023M: ram.vepa@neterion.com
3024P: Rastapur Santosh
3025M: santosh.rastapur@neterion.com
3026P: Sivakumar Subramani
3027M: sivakumar.subramani@neterion.com
3028P: Sreenivasa Honnur
3029M: sreenivasa.honnur@neterion.com
3030L: netdev@vger.kernel.org
3031W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
3032S: Supported
3033
Linus Torvalds1da177e2005-04-16 15:20:36 -07003034NETFILTER/IPTABLES/IPCHAINS
3035P: Rusty Russell
3036P: Marc Boucher
3037P: James Morris
3038P: Harald Welte
3039P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07003040P: Patrick McHardy
3041M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07003042L: netfilter-devel@vger.kernel.org
3043L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07003044L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003045W: http://www.netfilter.org/
3046W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003047S: Supported
3048
Paul Moore4cc67732006-09-25 15:57:13 -07003049NETLABEL
3050P: Paul Moore
3051M: paul.moore@hp.com
3052W: http://netlabel.sf.net
3053L: netdev@vger.kernel.org
3054S: Supported
3055
Linus Torvalds1da177e2005-04-16 15:20:36 -07003056NETROM NETWORK LAYER
3057P: Ralf Baechle
3058M: ralf@linux-mips.org
3059L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003060W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003061S: Maintained
3062
Pavel Machek5ddb88c2006-09-29 02:01:29 -07003063NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003064P: Paul Clements
3065M: Paul.Clements@steeleye.com
3066S: Maintained
3067
3068NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003069P: Jeff Garzik
3070M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003071L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003072T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003073S: Maintained
3074
3075NETWORKING [GENERAL]
3076P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003077M: netdev@vger.kernel.org
3078L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003079W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003080S: Maintained
3081
3082NETWORKING [IPv4/IPv6]
3083P: David S. Miller
3084M: davem@davemloft.net
3085P: Alexey Kuznetsov
3086M: kuznet@ms2.inr.ac.ru
3087P: Pekka Savola (ipv6)
3088M: pekkas@netcore.fi
3089P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003090M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003091P: Hideaki YOSHIFUJI
3092M: yoshfuji@linux-ipv6.org
3093P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003094M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003095L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003096T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003097S: Maintained
3098
James Morris10e2ff12007-08-25 14:41:28 -07003099NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3100P: Paul Moore
3101M: paul.moore@hp.com
3102L: netdev@vger.kernel.org
3103S: Maintained
3104
John W. Linville29f8f632006-01-18 14:52:48 -08003105NETWORKING [WIRELESS]
3106P: John W. Linville
3107M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003108L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003109T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3110S: Maintained
3111
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003112NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003113P: Dhananjay Phadke
3114M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003115L: netdev@vger.kernel.org
3116W: http://www.netxen.com
3117S: Supported
3118
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003119NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003120P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003121M: Trond.Myklebust@netapp.com
3122L: linux-nfs@vger.kernel.org
3123W: http://client.linux-nfs.org
3124T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003125S: Maintained
3126
3127NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003128P: Jan-Pascal van Best
3129M: janpascal@vanbest.org
3130P: Andreas Mohr
3131M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003132L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003133S: Maintained
3134
3135NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3136P: YOKOTA Hiroshi
3137M: yokota@netlab.is.tsukuba.ac.jp
3138W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3139S: Maintained
3140
3141NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3142P: GOTO Masanori
3143M: gotom@debian.or.jp
3144P: YOKOTA Hiroshi
3145M: yokota@netlab.is.tsukuba.ac.jp
3146W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3147S: Maintained
3148
Linus Torvalds1da177e2005-04-16 15:20:36 -07003149NTFS FILESYSTEM
3150P: Anton Altaparmakov
3151M: aia21@cantab.net
3152L: linux-ntfs-dev@lists.sourceforge.net
3153L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003154W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003155T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003156S: Maintained
3157
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003158NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003159P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003160M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003161L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003162S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003163
Bob Copeland0ad122d2008-07-25 19:45:18 -07003164OMFS FILESYSTEM
3165P: Bob Copeland
3166M: me@bobcopeland.com
3167L: linux-karma-devel@lists.sourceforge.net
3168S: Maintained
3169
Harald Weltec1986ee2005-11-13 16:06:29 -08003170OMNIKEY CARDMAN 4000 DRIVER
3171P: Harald Welte
3172M: laforge@gnumonks.org
3173S: Maintained
3174
Harald Welte77c44ab2005-11-13 16:06:26 -08003175OMNIKEY CARDMAN 4040 DRIVER
3176P: Harald Welte
3177M: laforge@gnumonks.org
3178S: Maintained
3179
Jonathan Corbet77d51402007-03-22 19:44:17 -03003180OMNIVISION OV7670 SENSOR DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003181P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03003182M: corbet@lwn.net
3183L: video4linux-list@redhat.com
3184S: Maintained
3185
Thomas Gleixner431bca72007-05-02 09:31:35 +02003186ONENAND FLASH DRIVER
3187P: Kyungmin Park
3188M: kyungmin.park@samsung.com
3189L: linux-mtd@lists.infradead.org
3190S: Maintained
3191
Linus Torvalds1da177e2005-04-16 15:20:36 -07003192ONSTREAM SCSI TAPE DRIVER
3193P: Willem Riede
3194M: osst@riede.org
3195L: osst-users@lists.sourceforge.net
3196L: linux-scsi@vger.kernel.org
3197S: Maintained
3198
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003199OPENCORES I2C BUS DRIVER
3200P: Peter Korsgaard
3201M: jacmet@sunsite.dk
Jean Delvare846557d2008-10-30 15:55:47 +01003202L: linux-i2c@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003203S: Maintained
3204
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003206P: Robert Richter
3207M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003208L: oprofile-list@lists.sf.net
3209S: Maintained
3210
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003211ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3212P: Mark Fasheh
3213M: mfasheh@suse.com
3214P: Joel Becker
3215M: joel.becker@oracle.com
3216L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3217W: http://oss.oracle.com/projects/ocfs2/
3218T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3219S: Supported
3220
Linus Torvalds1da177e2005-04-16 15:20:36 -07003221ORINOCO DRIVER
3222P: Pavel Roskin
3223M: proski@gnu.org
3224P: David Gibson
3225M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003226L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003227L: orinoco-users@lists.sourceforge.net
3228L: orinoco-devel@lists.sourceforge.net
3229W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003230S: Maintained
3231
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003232P54 WIRELESS DRIVER
3233P: Michael Wu
3234M: flamingice@sourmilk.net
3235L: linux-wireless@vger.kernel.org
3236W: http://prism54.org
3237T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3238S: Maintained
3239
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003240PA SEMI ETHERNET DRIVER
3241P: Olof Johansson
3242M: olof@lixom.net
3243L: netdev@vger.kernel.org
3244S: Maintained
3245
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003246PA SEMI SMBUS DRIVER
3247P: Olof Johansson
3248M: olof@lixom.net
Jean Delvare846557d2008-10-30 15:55:47 +01003249L: linux-i2c@vger.kernel.org
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003250S: Maintained
3251
Harald Welte709ee532008-09-23 17:46:57 +02003252PANASONIC LAPTOP ACPI EXTRAS DRIVER
3253P: Harald Welte
3254M: laforge@gnumonks.org
3255S: Maintained
3256
David Howells4fa97182008-10-13 10:42:44 +01003257PANASONIC MN10300/AM33 PORT
3258P: David Howells
3259M: dhowells@redhat.com
3260P: Koichi Yasutake
3261M: yasutake.koichi@jp.panasonic.com
3262L: linux-am33-list@redhat.com (moderated for non-subscribers)
3263W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3264S: Maintained
3265
Linus Torvalds1da177e2005-04-16 15:20:36 -07003266PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003267L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003268S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003269
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003270PARAVIRT_OPS INTERFACE
3271P: Jeremy Fitzhardinge
3272M: jeremy@xensource.com
3273P: Chris Wright
3274M: chrisw@sous-sol.org
3275P: Zachary Amsden
3276M: zach@vmware.com
3277P: Rusty Russell
3278M: rusty@rustcorp.com.au
3279L: virtualization@lists.osdl.org
3280L: linux-kernel@vger.kernel.org
3281S: Supported
3282
Linus Torvalds1da177e2005-04-16 15:20:36 -07003283PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3284P: Tim Waugh
3285M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003286L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003287W: http://www.torque.net/linux-pp.html
3288S: Maintained
3289
3290PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003291P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003292M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003293P: Matthew Wilcox
3294M: matthew@wil.cx
3295P: Grant Grundler
3296M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003297L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003298W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003299T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003300S: Maintained
3301
Jim Cromie1662d322006-10-06 00:43:59 -07003302PC87360 HARDWARE MONITORING DRIVER
3303P: Jim Cromie
3304M: jim.cromie@gmail.com
3305L: lm-sensors@lm-sensors.org
3306S: Maintained
3307
3308PC8736x GPIO DRIVER
3309P: Jim Cromie
3310M: jim.cromie@gmail.com
3311S: Maintained
3312
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003313PCI ERROR RECOVERY
3314P: Linas Vepstas
3315M: linas@austin.ibm.com
3316L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003317L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003318S: Supported
3319
Linus Torvalds1da177e2005-04-16 15:20:36 -07003320PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003321P: Jesse Barnes
3322M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003323L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003324L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003325T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003326S: Supported
3327
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003328PCIE HOTPLUG DRIVER
3329P: Kristen Carlson Accardi
3330M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003331L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003332S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003333
Linus Torvalds1da177e2005-04-16 15:20:36 -07003334PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003335P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003336L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003337W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003338T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003339S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003340
3341PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003342P: Don Fry
3343M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003344L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003345S: Maintained
3346
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003347PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003348P: Balbir Singh
3349M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003350L: linux-kernel@vger.kernel.org
3351S: Maintained
3352
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003353PERSONALITY HANDLING
3354P: Christoph Hellwig
3355M: hch@infradead.org
3356L: linux-abi-devel@lists.sourceforge.net
3357S: Maintained
3358
Linus Torvalds1da177e2005-04-16 15:20:36 -07003359PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003360P: Joern Engel
3361M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003362L: linux-mtd@lists.infradead.org
3363S: Maintained
3364
Peter Osterlund249a6772005-09-27 21:45:30 -07003365PKTCDVD DRIVER
3366P: Peter Osterlund
3367M: petero2@telia.com
3368L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003369S: Maintained
3370
Linus Torvalds1da177e2005-04-16 15:20:36 -07003371POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003372P: Thomas Gleixner
3373M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003374L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003375S: Supported
3376
Anton Vorontsov3be86142007-07-15 04:43:36 +04003377POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3378P: Anton Vorontsov
3379M: cbou@mail.ru
3380P: David Woodhouse
3381M: dwmw2@infradead.org
3382L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003383T: git git.infradead.org/battery-2.6.git
3384S: Maintained
3385
Linus Torvalds1da177e2005-04-16 15:20:36 -07003386PNP SUPPORT
3387P: Adam Belay
Bjorn Helgaas2d59f6a2008-08-01 10:01:12 -06003388M: abelay@mit.edu
3389P: Bjorn Helgaas
3390M: bjorn.helgaas@hp.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003391S: Maintained
3392
Vitaly Wool999445d2007-01-04 13:07:03 +01003393PNXxxxx I2C DRIVER
3394P: Vitaly Wool
3395M: vitalywool@gmail.com
Jean Delvare846557d2008-10-30 15:55:47 +01003396L: linux-i2c@vger.kernel.org
Vitaly Wool999445d2007-01-04 13:07:03 +01003397S: Maintained
3398
Linus Torvalds1da177e2005-04-16 15:20:36 -07003399PPP PROTOCOL DRIVERS AND COMPRESSORS
3400P: Paul Mackerras
3401M: paulus@samba.org
3402L: linux-ppp@vger.kernel.org
3403S: Maintained
3404
3405PPP OVER ATM (RFC 2364)
3406P: Mitchell Blank Jr
3407M: mitch@sfgoth.com
3408S: Maintained
3409
3410PPP OVER ETHERNET
3411P: Michal Ostrowski
Chris Wright5e70b7f32008-06-09 16:07:28 -07003412M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003413S: Maintained
3414
James Chapmana6d23702007-06-27 15:53:17 -07003415PPP OVER L2TP
3416P: James Chapman
3417M: jchapman@katalix.com
3418S: Maintained
3419
Linus Torvalds1da177e2005-04-16 15:20:36 -07003420PREEMPTIBLE KERNEL
3421P: Robert Love
3422M: rml@tech9.net
3423L: linux-kernel@vger.kernel.org
3424L: kpreempt-tech@lists.sourceforge.net
3425W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3426S: Supported
3427
3428PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003429P: Luis R. Rodriguez
3430M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003431L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003432W: http://prism54.org
3433S: Maintained
3434
3435PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3436P: Peter Denison
3437M: promise@pnd-pc.demon.co.uk
3438W: http://www.pnd-pc.demon.co.uk/promise/
3439S: Maintained
3440
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003441PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3442P: Mikael Pettersson
3443M: mikpe@it.uu.se
3444L: linux-ide@vger.kernel.org
3445S: Maintained
3446
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003447PS3 NETWORK SUPPORT
3448P: Masakazu Mokuno
3449M: mokuno@sm.sony.co.jp
3450L: netdev@vger.kernel.org
3451L: cbe-oss-dev@ozlabs.org
3452S: Supported
3453
Geoff Levandf58a9d12006-11-23 00:46:51 +01003454PS3 PLATFORM SUPPORT
3455P: Geoff Levand
3456M: geoffrey.levand@am.sony.com
3457L: linuxppc-dev@ozlabs.org
3458L: cbe-oss-dev@ozlabs.org
3459S: Supported
3460
Michael Krufky83202042006-07-03 00:24:18 -07003461PVRUSB2 VIDEO4LINUX DRIVER
3462P: Mike Isely
3463M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003464L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003465L: video4linux-list@redhat.com
3466W: http://www.isely.net/pvrusb2/
3467S: Maintained
3468
Eric Miao30ec2612008-06-12 15:21:41 -07003469PXA2xx/PXA3xx SUPPORT
3470P: Eric Miao
3471M: eric.miao@marvell.com
3472P: Russell King
3473M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003474L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003475S: Maintained
3476
Pierre Ossman272f1332007-05-14 21:25:26 +02003477PXA MMCI DRIVER
3478S: Orphan
3479
Linus Torvalds1da177e2005-04-16 15:20:36 -07003480QLOGIC QLA2XXX FC-SCSI DRIVER
3481P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003482M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003483L: linux-scsi@vger.kernel.org
3484S: Supported
3485
Ron Mercer5a4faa872006-07-25 00:40:21 -07003486QLOGIC QLA3XXX NETWORK DRIVER
3487P: Ron Mercer
3488M: linux-driver@qlogic.com
3489L: netdev@vger.kernel.org
3490S: Supported
3491
Ron Mercerc4e84bd2008-09-18 11:56:28 -04003492QLOGIC QLGE 10Gb ETHERNET DRIVER
3493P: Ron Mercer
3494M: linux-driver@qlogic.com
3495M: ron.mercer@qlogic.com
3496L: netdev@vger.kernel.org
3497S: Supported
3498
Linus Torvalds1da177e2005-04-16 15:20:36 -07003499QNX4 FILESYSTEM
3500P: Anders Larsen
3501M: al@alarsen.net
3502L: linux-kernel@vger.kernel.org
3503W: http://www.alarsen.net/linux/qnx4fs/
3504S: Maintained
3505
3506RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003507P: Benjamin Herrenschmidt
3508M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003509L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003510S: Maintained
3511
3512RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003513P: Paul Mackerras
3514M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003515L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003516S: Maintained
3517
Randy Dunlape7839f22008-10-12 16:11:45 -07003518RALINK RT2X00 WIRELESS LAN DRIVER
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003519P: rt2x00 project
3520L: linux-wireless@vger.kernel.org
3521L: rt2400-devel@lists.sourceforge.net
3522W: http://rt2x00.serialmonkey.com/
3523S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003524T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003525F: drivers/net/wireless/rt2x00/
3526
Nick Piggin9db55792008-02-08 04:19:49 -08003527RAMDISK RAM BLOCK DEVICE DRIVER
3528P: Nick Piggin
3529M: npiggin@suse.de
3530S: Maintained
3531
Matt Mackall9e95ce22005-04-16 15:25:56 -07003532RANDOM NUMBER DRIVER
3533P: Matt Mackall
3534M: mpm@selenic.com
3535S: Maintained
3536
Matt Porter394b7012005-11-07 01:00:15 -08003537RAPIDIO SUBSYSTEM
3538P: Matt Porter
3539M: mporter@kernel.crashing.org
3540L: linux-kernel@vger.kernel.org
3541S: Maintained
3542
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003543RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3544P: Corey Thomas
3545M: coreythomas@charter.net
3546L: linux-wireless@vger.kernel.org
3547S: Maintained
3548
3549RCUTORTURE MODULE
3550P: Josh Triplett
3551M: josh@freedesktop.org
3552L: linux-kernel@vger.kernel.org
3553S: Maintained
3554
Florian Fainellic1f766b2008-02-06 22:39:44 +01003555RDC R-321X SoC
3556P: Florian Fainelli
3557M: florian.fainelli@telecomint.eu
3558L: linux-kernel@vger.kernel.org
3559S: Maintained
3560
Florian Fainellidb17f392007-12-19 11:30:30 +01003561RDC R6040 FAST ETHERNET DRIVER
3562P: Florian Fainelli
3563M: florian.fainelli@telecomint.eu
3564L: netdev@vger.kernel.org
3565S: Maintained
3566
Josh Triplett595182b2006-10-04 02:17:21 -07003567READ-COPY UPDATE (RCU)
3568P: Dipankar Sarma
3569M: dipankar@in.ibm.com
3570W: http://www.rdrop.com/users/paulmck/rclock/
3571L: linux-kernel@vger.kernel.org
3572S: Supported
3573
Linus Torvalds1da177e2005-04-16 15:20:36 -07003574REAL TIME CLOCK DRIVER
3575P: Paul Gortmaker
3576M: p_gortmaker@yahoo.com
3577L: linux-kernel@vger.kernel.org
3578S: Maintained
3579
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003580REAL TIME CLOCK (RTC) SUBSYSTEM
3581P: Alessandro Zummo
3582M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003583L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003584S: Maintained
3585
Linus Torvalds1da177e2005-04-16 15:20:36 -07003586REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003587L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003588S: Supported
3589
Ivo van Doorne08976452008-04-12 19:23:55 +02003590RFKILL
3591P: Ivo van Doorn
3592M: IvDoorn@gmail.com
3593L: netdev@vger.kernel.org
3594S: Maintained
3595F: net/rfkill
3596
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003597RISCOM8 DRIVER
3598S: Orphan
3599
Linus Torvalds1da177e2005-04-16 15:20:36 -07003600ROCKETPORT DRIVER
3601P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003602W: http://www.comtrol.com
3603S: Maintained
3604
3605ROSE NETWORK LAYER
3606P: Ralf Baechle
3607M: ralf@linux-mips.org
3608L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003609W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003610S: Maintained
3611
Larry Finger59840482008-11-12 17:13:09 -06003612RTL8180 WIRELESS DRIVER
John W. Linville96dd6032008-11-12 14:51:56 -05003613P: John W. Linville
3614M: linville@tuxdriver.com
Michael Wu605bebe2007-05-14 01:41:02 -04003615L: linux-wireless@vger.kernel.org
3616W: http://linuxwireless.org/
John W. Linville96dd6032008-11-12 14:51:56 -05003617T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
Michael Wu605bebe2007-05-14 01:41:02 -04003618S: Maintained
3619
Larry Finger59840482008-11-12 17:13:09 -06003620RTL8187 WIRELESS DRIVER
3621P: Herton Ronaldo Krzesinski
3622M: herton@mandriva.com.br
3623P: Hin-Tak Leung
3624M htl10@users.sourceforge.net
3625P: Larry Finger
3626M: Larry.Finger@lwfinger.net
3627L: linux-wireless@vger.kernel.org
3628W: http://linuxwireless.org/
3629T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
3630S: Maintained
3631
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003632S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003633P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003634M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003635L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003636S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003637
Linus Torvalds1da177e2005-04-16 15:20:36 -07003638S390
3639P: Martin Schwidefsky
3640M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003641P: Heiko Carstens
3642M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003643M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003644L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003645W: http://www.ibm.com/developerworks/linux/linux390/
3646S: Supported
3647
3648S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003649P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003650M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003651P: Frank Blaschka
3652M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003653M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003654L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003655W: http://www.ibm.com/developerworks/linux/linux390/
3656S: Supported
3657
3658S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003659P: Christof Schmitt
3660M: christof.schmitt@de.ibm.com
3661P: Martin Peschke
3662M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003663M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003664L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003665W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003666S: Supported
3667
Ursula Braundd96df22007-09-19 13:09:02 +02003668S390 IUCV NETWORK LAYER
3669P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003670M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003671M: linux390@de.ibm.com
3672L: linux-s390@vger.kernel.org
3673W: http://www.ibm.com/developerworks/linux/linux390/
3674S: Supported
3675
Ben Dooks4dde7f72008-06-30 22:40:38 +01003676S3C24XX SD/MMC Driver
3677P: Ben Dooks
3678M: ben-linux@fluff.org
3679L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3680L: linux-kernel@vger.kernel.org
3681S: Supported
3682
Linus Torvalds1da177e2005-04-16 15:20:36 -07003683SAA7146 VIDEO4LINUX-2 DRIVER
3684P: Michael Hunold
3685M: michael@mihu.de
3686W: http://www.mihu.de/linux/saa7146
3687S: Maintained
3688
Linus Torvalds1da177e2005-04-16 15:20:36 -07003689SC1200 WDT DRIVER
3690P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003691M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003692S: Maintained
3693
3694SCHEDULER
3695P: Ingo Molnar
3696M: mingo@elte.hu
3697P: Robert Love [the preemptible kernel bits]
3698M: rml@tech9.net
3699L: linux-kernel@vger.kernel.org
3700S: Maintained
3701
3702SCSI CDROM DRIVER
3703P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003704M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003705L: linux-scsi@vger.kernel.org
3706W: http://www.kernel.dk
3707S: Maintained
3708
3709SCSI SG DRIVER
3710P: Doug Gilbert
3711M: dgilbert@interlog.com
3712L: linux-scsi@vger.kernel.org
3713W: http://www.torque.net/sg
3714S: Maintained
3715
3716SCSI SUBSYSTEM
3717P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003718M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003719L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003720T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003721T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3722T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003723S: Maintained
3724
3725SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003726P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003727M: Kai.Makisara@kolumbus.fi
3728L: linux-scsi@vger.kernel.org
3729S: Maintained
3730
3731SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003732P: Vlad Yasevich
3733M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003734P: Sridhar Samudrala
3735M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003736L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003737W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003738S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003739
3740SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003741P: Jim Cromie
3742M: jim.cromie@gmail.com
3743S: Odd Fixes
3744
3745SCx200 GPIO DRIVER
3746P: Jim Cromie
3747M: jim.cromie@gmail.com
3748S: Maintained
3749
3750SCx200 HRT CLOCKSOURCE DRIVER
3751P: Jim Cromie
3752M: jim.cromie@gmail.com
3753S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003754
Sascha Sommer6a369132008-07-15 14:21:29 +02003755SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3756P: Sascha Sommer
3757M: saschasommer@freenet.de
3758L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3759S: Maintained
3760
Randy Dunlape7839f22008-10-12 16:11:45 -07003761SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003762P: Pierre Ossman
3763M: drzeus-sdhci@drzeus.cx
3764L: sdhci-devel@list.drzeus.cx
3765S: Maintained
3766
James Morris8711cca2008-12-04 03:19:45 +11003767SECURITY SUBSYSTEM
3768F: security/
3769P: James Morris
3770M: jmorris@namei.org
3771L: linux-kernel@vger.kernel.org
3772L: linux-security-module@vger.kernel.org (suggested Cc:)
3773T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
3774S: Supported
3775
Linus Torvalds1da177e2005-04-16 15:20:36 -07003776SECURITY CONTACT
3777P: Security Officers
3778M: security@kernel.org
3779S: Supported
3780
3781SELINUX SECURITY MODULE
3782P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003783M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003784P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003785M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003786P: Eric Paris
3787M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003788L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003789L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Stephen Smalleyf0589252008-09-11 09:20:26 -04003790W: http://selinuxproject.org
3791T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003792S: Supported
3793
Jiri Slabycef2cf02007-05-08 00:31:45 -07003794SENSABLE PHANTOM
3795P: Jiri Slaby
3796M: jirislaby@gmail.com
3797S: Maintained
3798
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003799SERIAL ATA (SATA) SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07003800P: Jeff Garzik
3801M: jgarzik@pobox.com
3802L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003803T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003804S: Supported
3805
Ben Hutchings8ceee662008-04-27 12:55:59 +01003806SFC NETWORK DRIVER
3807P: Steve Hodgson
3808P: Ben Hutchings
3809P: Robert Stonehouse
3810M: linux-net-drivers@solarflare.com
3811S: Supported
3812
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003813SGI GRU DRIVER
3814P: Jack Steiner
3815M: steiner@sgi.com
3816S: Maintained
3817
3818SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3819P: Pat Gefre
3820M: pfg@sgi.com
3821L: linux-ia64@vger.kernel.org
3822S: Supported
3823
Linus Torvalds1da177e2005-04-16 15:20:36 -07003824SGI VISUAL WORKSTATION 320 AND 540
3825P: Andrey Panin
3826M: pazke@donpac.ru
3827L: linux-visws-devel@lists.sf.net
3828W: http://linux-visws.sf.net
3829S: Maintained for 2.6.
3830
Jack Steiner75312612008-08-15 00:40:42 -07003831SGI XP/XPC/XPNET DRIVER
3832P: Dean Nelson
3833M: dcn@sgi.com
3834S: Maintained
3835
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003836SHARP LH SUPPORT (LH7952X & LH7A40X)
3837P: Marc Singer
3838M: elf@buici.com
3839W: http://projects.buici.com/arm
3840L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3841S: Maintained
3842
3843SHPC HOTPLUG DRIVER
3844P: Kristen Carlson Accardi
3845M: kristen.c.accardi@intel.com
3846L: linux-pci@vger.kernel.org
3847S: Supported
3848
Linus Torvalds1da177e2005-04-16 15:20:36 -07003849SIMTEC EB110ATX (Chalice CATS)
3850P: Ben Dooks
3851P: Vincent Sanders
3852M: support@simtec.co.uk
3853W: http://www.simtec.co.uk/products/EB110ATX/
3854S: Supported
3855
3856SIMTEC EB2410ITX (BAST)
3857P: Ben Dooks
3858P: Vincent Sanders
3859M: support@simtec.co.uk
3860W: http://www.simtec.co.uk/products/EB2410ITX/
3861S: Supported
3862
Francois Romieu92aab3c2005-07-30 13:11:18 +02003863SIS 190 ETHERNET DRIVER
3864P: Francois Romieu
3865M: romieu@fr.zoreil.com
3866L: netdev@vger.kernel.org
3867S: Maintained
3868
Linus Torvalds1da177e2005-04-16 15:20:36 -07003869SIS 900/7016 FAST ETHERNET DRIVER
3870P: Daniele Venzano
3871M: venza@brownhat.org
3872W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003873L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003874S: Maintained
3875
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003876SIS 96X I2C/SMBUS DRIVER
3877P: Mark M. Hoffman
3878M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01003879L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003880S: Maintained
3881
Linus Torvalds1da177e2005-04-16 15:20:36 -07003882SIS FRAMEBUFFER DRIVER
3883P: Thomas Winischhofer
3884M: thomas@winischhofer.net
3885W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003886S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003887
3888SIS USB2VGA DRIVER
3889P: Thomas Winischhofer
3890M: thomas@winischhofer.net
3891W: http://www.winischhofer.at/linuxsisusbvga.shtml
3892S: Maintained
3893
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003894SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3895P: Stephen Hemminger
3896M: shemminger@linux-foundation.org
3897L: netdev@vger.kernel.org
3898S: Maintained
3899
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003900SLAB ALLOCATOR
3901P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003902M: cl@linux-foundation.org
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003903P: Pekka Enberg
3904M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003905P: Matt Mackall
3906M: mpm@selenic.com
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003907L: linux-mm@kvack.org
3908S: Maintained
3909
Linus Torvalds1da177e2005-04-16 15:20:36 -07003910SMC91x ETHERNET DRIVER
3911P: Nicolas Pitre
3912M: nico@cam.org
3913S: Maintained
3914
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003915SMSC47B397 HARDWARE MONITOR DRIVER
3916P: Mark M. Hoffman
3917M: mhoffman@lightlink.com
3918L: lm-sensors@lm-sensors.org
3919S: Maintained
3920
Steve Glendinningfd9abb32008-11-05 00:35:37 +00003921SMSC911x ETHERNET DRIVER
3922P: Steve Glendinning
3923M: steve.glendinning@smsc.com
3924L: netdev@vger.kernel.org
3925S: Supported
3926
Steve Glendinning2cb37722008-12-11 20:54:30 -08003927SMSC9420 PCI ETHERNET DRIVER
3928P: Steve Glendinning
3929M: steve.glendinning@smsc.com
3930L: netdev@vger.kernel.org
3931S: Supported
3932
Ben Nizetteb54f2862008-03-13 22:27:30 +11003933SMX UIO Interface
3934P: Ben Nizette
3935M: bn@niasdigital.com
3936S: Maintained
3937
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003938SN-IA64 (Itanium) SUB-PLATFORM
3939P: Jes Sorensen
3940M: jes@sgi.com
3941L: linux-altix@sgi.com
3942L: linux-ia64@vger.kernel.org
3943W: http://www.sgi.com/altix
3944S: Maintained
3945
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003946SOC-CAMERA V4L2 SUBSYSTEM
Jean Delvare795fb7e2008-09-20 12:33:08 +02003947P: Guennadi Liakhovetski
3948M: g.liakhovetski@gmx.de
3949L: video4linux-list@redhat.com
3950S: Maintained
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003951
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003952SOEKRIS NET48XX LED SUPPORT
3953P: Chris Boot
3954M: bootc@bootc.net
3955S: Maintained
3956
Linus Torvalds1da177e2005-04-16 15:20:36 -07003957SOFTWARE RAID (Multiple Disks) SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07003958P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003959M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003960L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003961S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003962
Linus Torvalds1da177e2005-04-16 15:20:36 -07003963SONIC NETWORK DRIVER
3964P: Thomas Bogendoerfer
3965M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003966L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003967S: Maintained
3968
Michael Buesch61e115a2007-09-18 15:12:50 -04003969SONICS SILICON BACKPLANE DRIVER (SSB)
3970P: Michael Buesch
3971M: mb@bu3sch.de
3972L: netdev@vger.kernel.org
3973S: Maintained
3974
Linus Torvalds1da177e2005-04-16 15:20:36 -07003975SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003976P: Mattia Dongili
3977M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003978L: linux-acpi@vger.kernel.org
3979W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003980S: Maintained
3981
Alex Dubovbaf85322008-02-09 10:20:54 -08003982SONY MEMORYSTICK CARD SUPPORT
3983P: Alex Dubov
3984M: oakad@yahoo.com
3985L: linux-kernel@vger.kernel.org
3986W: http://tifmxx.berlios.de/
3987S: Maintained
3988
Linus Torvalds1da177e2005-04-16 15:20:36 -07003989SOUND
3990P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003991M: perex@perex.cz
Takashi Iwai281712f2008-08-19 13:10:04 +02003992P: Takashi Iwai
3993M: tiwai@suse.de
Takashi Iwai82622042007-04-16 12:32:52 +02003994L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003995S: Maintained
3996
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003997SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3998P: Liam Girdwood
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01003999M: lrg@slimlogic.co.uk
Mark Brown2cad0ad2008-01-10 14:33:07 +01004000P: Mark Brown
4001M: broonie@opensource.wolfsonmicro.com
4002T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02004003L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004004W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004005S: Supported
4006
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004007SPARC (sparc32)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004008P: William L. Irwin
4009M: wli@holomorphy.com
4010L: sparclinux@vger.kernel.org
4011S: Maintained
4012
4013SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4014P: Roger Wolff
4015M: R.E.Wolff@BitWizard.nl
4016L: linux-kernel@vger.kernel.org ?
4017S: Supported
4018
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004019SPI SUBSYSTEM
4020P: David Brownell
4021M: dbrownell@users.sourceforge.net
4022L: spi-devel-general@lists.sourceforge.net
4023S: Maintained
4024
Jim Lewis2752e402006-09-29 02:01:19 -07004025SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01004026P: Ishizaki Kou
4027M: kou.ishizaki@toshiba.co.jp
4028P: Jens Osterkamp
4029M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07004030L: netdev@vger.kernel.org
4031S: Supported
4032
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004033SPU FILE SYSTEM
4034P: Jeremy Kerr
4035M: jk@ozlabs.org
4036L: linuxppc-dev@ozlabs.org
4037L: cbe-oss-dev@ozlabs.org
4038W: http://www.ibm.com/developerworks/power/cell/
4039S: Supported
4040
Linus Torvalds1da177e2005-04-16 15:20:36 -07004041SRM (Alpha) environment access
4042P: Jan-Benedict Glaw
4043M: jbglaw@lug-owl.de
4044L: linux-kernel@vger.kernel.org
4045S: Maintained
4046
Linus Torvalds26e9a392008-10-17 09:50:12 -07004047STABLE BRANCH
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004048P: Greg Kroah-Hartman
4049M: greg@kroah.com
4050P: Chris Wright
4051M: chrisw@sous-sol.org
4052L: stable@kernel.org
4053S: Maintained
4054
Linus Torvalds26e9a392008-10-17 09:50:12 -07004055STAGING SUBSYSTEM
4056P: Greg Kroah-Hartman
4057M: gregkh@suse.de
4058L: linux-kernel@vger.kernel.org
4059T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4060S: Maintained
4061
Linus Torvalds1da177e2005-04-16 15:20:36 -07004062STARFIRE/DURALAN NETWORK DRIVER
4063P: Ion Badulescu
4064M: ionut@cs.columbia.edu
4065S: Maintained
4066
4067STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4068W: http://mosquitonet.Stanford.EDU/strip.html
Jean Delvarebaaea1d2008-09-20 12:34:33 +02004069S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07004070
4071STRADIS MPEG-2 DECODER DRIVER
4072P: Nathan Laredo
4073M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004074W: http://www.stradis.com/
4075S: Maintained
4076
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004077SUN3/3X
4078P: Sam Creasey
4079M: sammy@sammy.net
4080W: http://sammy.net/sun3/
4081S: Maintained
4082
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004083SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07004084P: Paul Mundt
4085M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004086L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004087W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004088T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09004089S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004090
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004091SUSPEND TO RAM
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004092P: Len Brown
4093M: len.brown@intel.com
4094P: Pavel Machek
4095M: pavel@suse.cz
4096P: Rafael J. Wysocki
4097M: rjw@sisk.pl
4098L: linux-pm@lists.linux-foundation.org
4099S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004100
4101SVGA HANDLING
4102P: Martin Mares
4103M: mj@ucw.cz
4104L: linux-video@atrey.karlin.mff.cuni.cz
4105S: Maintained
4106
4107SYSV FILESYSTEM
4108P: Christoph Hellwig
4109M: hch@infradead.org
4110S: Maintained
4111
Alan Cox4e688522008-04-30 00:52:11 -07004112TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07004113P: Balbir Singh
4114M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004115L: linux-kernel@vger.kernel.org
4116S: Maintained
4117
Stephen Hemminger781b456a2006-07-10 20:25:29 -07004118TC CLASSIFIER
4119P: Jamal Hadi Salim
4120M: hadi@cyberus.ca
4121L: netdev@vger.kernel.org
4122S: Maintained
4123
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004124TCP LOW PRIORITY MODULE
4125P: Wong Hoi Sing, Edison
4126M: hswong3i@gmail.com
4127P: Hung Hing Lun, Mike
4128M: hlhung3i@gmail.com
4129W: http://tcp-lp-mod.sourceforge.net/
4130S: Maintained
4131
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004132TEHUTI ETHERNET DRIVER
4133P: Alexander Indenbaum
4134M: baum@tehutinetworks.net
4135P: Andy Gospodarek
4136M: andy@greyhouse.net
4137L: netdev@vger.kernel.org
4138S: Supported
4139
Alan Cox4e688522008-04-30 00:52:11 -07004140Telecom Clock Driver for MCPL0010
4141P: Mark Gross
4142M: mark.gross@intel.com
4143S: Supported
4144
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004145TENSILICA XTENSA PORT (xtensa)
Alan Cox4e688522008-04-30 00:52:11 -07004146P: Chris Zankel
4147M: chris@zankel.net
4148S: Maintained
4149
4150THINKPAD ACPI EXTRAS DRIVER
4151P: Henrique de Moraes Holschuh
4152M: ibm-acpi@hmh.eng.br
4153L: ibm-acpi-devel@lists.sourceforge.net
4154W: http://ibm-acpi.sourceforge.net
4155W: http://thinkwiki.org/wiki/Ibm-acpi
4156T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4157S: Maintained
4158
Alex Dubov4020f2d2006-10-04 02:15:37 -07004159TI FLASH MEDIA INTERFACE DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02004160P: Alex Dubov
4161M: oakad@yahoo.com
4162S: Maintained
Alex Dubov4020f2d2006-10-04 02:15:37 -07004163
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004164TI OMAP MMC INTERFACE DRIVER
4165P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004166M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004167W: http://linux.omap.com
4168W: http://www.muru.com/linux/omap/
4169S: Maintained
4170
Michael Buesch844dd052006-06-26 00:24:59 -07004171TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4172P: Deepak Saxena
4173M: dsaxena@plexity.net
4174S: Maintained
4175
Per Lidene86eaa32006-01-12 16:45:18 +01004176TIPC NETWORK LAYER
4177P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004178M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004179P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004180M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004181P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004182M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004183L: tipc-discussion@lists.sourceforge.net
4184W: http://tipc.sourceforge.net/
4185W: http://tipc.cslab.ericsson.net/
4186T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4187S: Maintained
4188
Linus Torvalds1da177e2005-04-16 15:20:36 -07004189TLAN NETWORK DRIVER
4190P: Samuel Chessman
4191M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004192L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004193W: http://sourceforge.net/projects/tlan/
4194S: Maintained
4195
Linus Torvalds1da177e2005-04-16 15:20:36 -07004196TOSHIBA ACPI EXTRAS DRIVER
4197P: John Belmonte
4198M: toshiba_acpi@memebeam.org
4199W: http://memebeam.org/toys/ToshibaAcpiDriver
4200S: Maintained
4201
4202TOSHIBA SMM DRIVER
4203P: Jonathan Buzzard
4204M: jonathan@buzzard.org.uk
4205L: tlinux-users@tce.toshiba-dme.co.jp
4206W: http://www.buzzard.org.uk/toshiba/
4207S: Maintained
4208
Alan Cox4e688522008-04-30 00:52:11 -07004209TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004210P: Debora Velarde
4211M: debora@linux.vnet.ibm.com
4212P: Rajiv Andrade
4213M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004214W: http://tpmdd.sourceforge.net
4215P: Marcel Selhorst
4216M: tpm@selhorst.net
4217W: http://www.prosec.rub.de/tpm/
Rajiv Andrade63a10df2008-10-15 22:04:36 -07004218L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
Alan Cox4e688522008-04-30 00:52:11 -07004219S: Maintained
4220
Linus Torvalds1da177e2005-04-16 15:20:36 -07004221TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004222P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004223M: trivial@kernel.org
4224L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004225S: Maintained
4226
Alan Cox4e688522008-04-30 00:52:11 -07004227TTY LAYER
4228P: Alan Cox
4229M: alan@lxorguk.ukuu.org.uk
4230L: linux-kernel@vger.kernel.org
4231S: Maintained
4232
Grant Grundler740db6d2008-02-17 11:53:49 -07004233TULIP NETWORK DRIVERS
4234P: Grant Grundler
4235M: grundler@parisc-linux.org
4236P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004237M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004238L: netdev@vger.kernel.org
4239S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004240
4241TUN/TAP driver
4242P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004243M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004244L: vtun@office.satix.net
4245W: http://vtun.sourceforge.net/tun
4246S: Maintained
4247
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004248TURBOCHANNEL SUBSYSTEM
4249P: Maciej W. Rozycki
4250M: macro@linux-mips.org
4251S: Maintained
4252
Linus Torvalds1da177e2005-04-16 15:20:36 -07004253U14-34F SCSI DRIVER
4254P: Dario Ballabio
4255M: ballabio_dario@emc.com
4256L: linux-scsi@vger.kernel.org
4257S: Maintained
4258
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004259UBI FILE SYSTEM (UBIFS)
4260P: Artem Bityutskiy
4261M: dedekind@infradead.org
4262P: Adrian Hunter
4263M: ext-adrian.hunter@nokia.com
4264L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004265T: git git://git.infradead.org/ubifs-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004266W: http://www.linux-mtd.infradead.org/doc/ubifs.html
4267S: Maintained
4268
Alan Coxcc2020e2008-05-19 14:21:51 +01004269UCLINUX (AND M68KNOMMU)
4270P: Greg Ungerer
4271M: gerg@uclinux.org
4272W: http://www.uclinux.org/
4273L: uclinux-dev@uclinux.org (subscribers-only)
4274S: Maintained
4275
Alan Coxcc2020e2008-05-19 14:21:51 +01004276UCLINUX FOR RENESAS H8/300
4277P: Yoshinori Sato
4278M: ysato@users.sourceforge.jp
4279W: http://uclinux-h8.sourceforge.jp/
4280S: Supported
4281
Linus Torvalds1da177e2005-04-16 15:20:36 -07004282UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004283P: Jan Kara
4284M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004285W: http://linux-udf.sourceforge.net
4286S: Maintained
4287
Alan Coxcc2020e2008-05-19 14:21:51 +01004288UFS FILESYSTEM
4289P: Evgeniy Dushistov
4290M: dushistov@mail.ru
4291L: linux-kernel@vger.kernel.org
4292S: Maintained
4293
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004294UltraSPARC (sparc64)
Alan Coxcc2020e2008-05-19 14:21:51 +01004295P: David S. Miller
4296M: davem@davemloft.net
4297L: sparclinux@vger.kernel.org
4298T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4299S: Maintained
4300
David Vrabel18332a82008-09-17 16:34:44 +01004301ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4302P: David Vrabel
4303M: david.vrabel@csr.com
4304L: linux-usb@vger.kernel.org
4305S: Supported
4306
Linus Torvalds1da177e2005-04-16 15:20:36 -07004307UNIFORM CDROM DRIVER
4308P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004309M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004310L: linux-kernel@vger.kernel.org
4311W: http://www.kernel.dk
4312S: Maintained
4313
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004314UNSORTED BLOCK IMAGES (UBI)
4315P: Artem Bityutskiy
4316M: dedekind@infradead.org
4317W: http://www.linux-mtd.infradead.org/
4318L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004319T: git git://git.infradead.org/ubi-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004320S: Maintained
4321
Linus Torvalds1da177e2005-04-16 15:20:36 -07004322USB ACM DRIVER
4323P: Oliver Neukum
4324M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004325L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004326S: Maintained
4327
4328USB BLOCK DRIVER (UB ub)
4329P: Pete Zaitcev
4330M: zaitcev@redhat.com
4331L: linux-kernel@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004332L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004333S: Supported
4334
Linus Torvalds1da177e2005-04-16 15:20:36 -07004335USB CDC ETHERNET DRIVER
4336P: Greg Kroah-Hartman
4337M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004338L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004339S: Maintained
4340W: http://www.kroah.com/linux-usb/
4341
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004342USB CYPRESS C67X00 DRIVER
4343P: Peter Korsgaard
4344M: jacmet@sunsite.dk
4345L: linux-usb@vger.kernel.org
4346S: Maintained
4347
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004348USB DAVICOM DM9601 DRIVER
4349P: Peter Korsgaard
4350M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004351L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004352W: http://www.linux-usb.org/usbnet
4353S: Maintained
4354
Alan Coxcc2020e2008-05-19 14:21:51 +01004355USB DIAMOND RIO500 DRIVER
4356P: Cesar Miquel
4357M: miquel@df.uba.ar
4358L: rio500-users@lists.sourceforge.net
4359W: http://rio500.sourceforge.net
4360S: Maintained
4361
Linus Torvalds1da177e2005-04-16 15:20:36 -07004362USB EHCI DRIVER
4363P: David Brownell
4364M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004365L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004366S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004367
Luca Risolia7ce08c92006-01-11 02:06:59 +00004368USB ET61X[12]51 DRIVER
4369P: Luca Risolia
4370M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004371L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004372L: video4linux-list@redhat.com
4373W: http://www.linux-projects.org
4374S: Maintained
4375
David Brownell69ae9e32006-11-14 02:03:31 -08004376USB GADGET/PERIPHERAL SUBSYSTEM
4377P: David Brownell
4378M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004379L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004380W: http://www.linux-usb.org/gadget
4381S: Maintained
4382
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004383USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004384P: Jiri Kosina
4385M: jkosina@suse.cz
Jean Delvare795fb7e2008-09-20 12:33:08 +02004386L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004387T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004388S: Maintained
4389
Olav Kongas959eea22005-11-03 17:38:14 +02004390USB ISP116X DRIVER
4391P: Olav Kongas
4392M: ok@artecdesign.ee
Jean Delvare795fb7e2008-09-20 12:33:08 +02004393L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004394S: Maintained
4395
Linus Torvalds1da177e2005-04-16 15:20:36 -07004396USB KAWASAKI LSI DRIVER
4397P: Oliver Neukum
4398M: oliver@neukum.name
Jean Delvare795fb7e2008-09-20 12:33:08 +02004399L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004400S: Maintained
4401
4402USB MASS STORAGE DRIVER
4403P: Matthew Dharm
4404M: mdharm-usb@one-eyed-alien.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004405L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004406L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004407S: Maintained
4408W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4409
4410USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004411P: David Brownell
4412M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004413L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004414S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004415
Matthias Urlichsba460e42005-07-14 00:33:47 -07004416USB OPTION-CARD DRIVER
4417P: Matthias Urlichs
4418M: smurf@smurf.noris.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004419L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004420S: Maintained
4421
Linus Torvalds1da177e2005-04-16 15:20:36 -07004422USB OV511 DRIVER
4423P: Mark McClelland
4424M: mmcclell@bigfoot.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004425L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004426W: http://alpha.dyndns.org/ov511/
4427S: Maintained
4428
4429USB PEGASUS DRIVER
4430P: Petko Manolov
4431M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004432L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004433L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004434W: http://pegasus2.sourceforge.net/
4435S: Maintained
4436
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004437USB PRINTER DRIVER (usblp)
4438P: Pete Zaitcev
4439M: zaitcev@redhat.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004440L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004441S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004442
4443USB RTL8150 DRIVER
4444P: Petko Manolov
4445M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004446L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004447L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004448W: http://pegasus2.sourceforge.net/
4449S: Maintained
4450
4451USB SE401 DRIVER
4452P: Jeroen Vreeken
4453M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004454L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004455W: http://www.chello.nl/~j.vreeken/se401/
4456S: Maintained
4457
Alan Cox4e688522008-04-30 00:52:11 -07004458USB SERIAL BELKIN F5U103 DRIVER
4459P: William Greathouse
4460M: wgreathouse@smva.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004461L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004462S: Maintained
4463
4464USB SERIAL CYPRESS M8 DRIVER
4465P: Lonnie Mendez
4466M: dignome@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004467L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004468S: Maintained
4469W: http://geocities.com/i0xox0i
4470W: http://firstlight.net/cvs
4471
Linus Torvalds1da177e2005-04-16 15:20:36 -07004472USB SERIAL CYBERJACK DRIVER
4473P: Matthias Bruestle and Harald Welte
4474M: support@reiner-sct.com
4475W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4476S: Maintained
4477
4478USB SERIAL DIGI ACCELEPORT DRIVER
4479P: Peter Berger and Al Borchers
4480M: pberger@brimson.com
4481M: alborchers@steinerpoint.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004482L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004483S: Maintained
4484
4485USB SERIAL DRIVER
4486P: Greg Kroah-Hartman
4487M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004488L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004489S: Supported
4490
Linus Torvalds1da177e2005-04-16 15:20:36 -07004491USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4492P: Gary Brubaker
4493M: xavyer@ix.netcom.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004494L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004495S: Maintained
4496
4497USB SERIAL KEYSPAN DRIVER
4498P: Greg Kroah-Hartman
4499M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004500L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004501W: http://www.kroah.com/linux/
4502S: Maintained
4503
4504USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004505P: Support Department
4506M: support@connecttech.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004507L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004508W: http://www.connecttech.com
4509S: Supported
4510
Steve Glendinning2f7ca802008-10-02 05:27:57 +00004511USB SMSC95XX ETHERNET DRIVER
4512P: Steve Glendinning
4513M: steve.glendinning@smsc.com
4514L: netdev@vger.kernel.org
4515S: Supported
4516
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004517USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004518P: Luca Risolia
4519M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004520L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004521L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004522W: http://www.linux-projects.org
4523S: Maintained
4524
4525USB SUBSYSTEM
4526P: Greg Kroah-Hartman
4527M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004528L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004529W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004530T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004531S: Supported
4532
4533USB UHCI DRIVER
4534P: Alan Stern
4535M: stern@rowland.harvard.edu
Jean Delvare795fb7e2008-09-20 12:33:08 +02004536L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004537S: Maintained
4538
David Brownell69ae9e32006-11-14 02:03:31 -08004539USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004540P: David Brownell
4541M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004542L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004543W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004544S: Maintained
4545
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004546USB VIDEO CLASS
4547P: Laurent Pinchart
4548M: laurent.pinchart@skynet.be
Ming Leiecc9a042008-09-13 02:33:21 -07004549L: linux-uvc-devel@lists.berlios.de
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004550L: video4linux-list@redhat.com
4551W: http://linux-uvc.berlios.de
4552S: Maintained
4553
Linus Torvalds1da177e2005-04-16 15:20:36 -07004554USB W996[87]CF DRIVER
4555P: Luca Risolia
4556M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004557L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004558L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004559W: http://www.linux-projects.org
4560S: Maintained
4561
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004562USB WIRELESS RNDIS DRIVER (rndis_wlan)
4563P: Jussi Kivilinna
4564M: jussi.kivilinna@mbnet.fi
4565L: linux-wireless@vger.kernel.org
4566S: Maintained
4567
Luca Risolia60f78052006-02-06 16:29:35 +00004568USB ZC0301 DRIVER
4569P: Luca Risolia
4570M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004571L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004572L: video4linux-list@redhat.com
4573W: http://www.linux-projects.org
4574S: Maintained
4575
Linus Torvalds1da177e2005-04-16 15:20:36 -07004576USB ZD1201 DRIVER
4577P: Jeroen Vreeken
4578M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004579L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004580W: http://linux-lc100020.sourceforge.net
4581S: Maintained
4582
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004583USB ZR364XX DRIVER
4584P: Antoine Jacquet
4585M: royale@zerezo.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004586L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004587L: video4linux-list@redhat.com
4588W: http://royale.zerezo.com/zr364xx/
4589S: Maintained
4590
Randy Dunlape7839f22008-10-12 16:11:45 -07004591USER-MODE LINUX (UML)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004592P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004593M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004594L: user-mode-linux-devel@lists.sourceforge.net
4595L: user-mode-linux-user@lists.sourceforge.net
4596W: http://user-mode-linux.sourceforge.net
4597S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004598
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004599USERSPACE I/O (UIO)
4600P: Hans J. Koch
4601M: hjk@linutronix.de
4602P: Greg Kroah-Hartman
4603M: gregkh@suse.de
4604L: linux-kernel@vger.kernel.org
4605S: Maintained
4606
Karel Zakf899b0a2008-05-23 13:04:21 -07004607UTIL-LINUX-NG PACKAGE
4608P: Karel Zak
4609M: kzak@redhat.com
4610L: util-linux-ng@vger.kernel.org
4611W: http://kernel.org/~kzak/util-linux-ng/
4612T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4613S: Maintained
4614
Michal Januszewskic1fd1c02008-10-15 22:03:48 -07004615UVESAFB DRIVER
4616P: Michal Januszewski
4617M: spock@gentoo.org
4618L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4619W: http://dev.gentoo.org/~spock/projects/uvesafb/
4620S: Maintained
4621
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004622VFAT/FAT/MSDOS FILESYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07004623P: OGAWA Hirofumi
4624M: hirofumi@mail.parknet.co.jp
4625L: linux-kernel@vger.kernel.org
4626S: Maintained
4627
Linus Torvalds1da177e2005-04-16 15:20:36 -07004628VIA RHINE NETWORK DRIVER
4629P: Roger Luethi
4630M: rl@hellgate.ch
4631S: Maintained
4632
Jean Delvare32c0a522005-09-22 21:47:58 +02004633VIAPRO SMBUS DRIVER
4634P: Jean Delvare
4635M: khali@linux-fr.org
Jean Delvare846557d2008-10-30 15:55:47 +01004636L: linux-i2c@vger.kernel.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004637S: Maintained
4638
Joseph Chan69e4a7c2008-10-15 22:03:31 -07004639VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4640P: Joseph Chan
4641M: JosephChan@via.com.tw
4642P: Scott Fang
4643M: ScottFang@viatech.com.cn
4644L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4645S: Maintained
4646
Francois Romieu01f20732007-01-26 00:57:17 -08004647VIA VELOCITY NETWORK DRIVER
4648P: Francois Romieu
4649M: romieu@fr.zoreil.com
4650L: netdev@vger.kernel.org
4651S: Maintained
4652
Randy Dunlape7839f22008-10-12 16:11:45 -07004653VIDEO FOR LINUX (V4L)
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004654P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004655M: mchehab@infradead.org
4656M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004657L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004658W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004659T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004660S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004661
Patrick McHardybe7f8272007-10-23 20:26:36 -07004662VLAN (802.1Q)
4663P: Patrick McHardy
4664M: kaber@trash.net
4665L: netdev@vger.kernel.org
4666S: Maintained
4667
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004668VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4669P: Liam Girdwood
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004670M: lrg@slimlogic.co.uk
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004671P: Mark Brown
4672M: broonie@opensource.wolfsonmicro.com
4673W: http://opensource.wolfsonmicro.com/node/15
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004674W: http://www.slimlogic.co.uk/?page_id=5
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004675T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4676S: Supported
4677
Juerg Haefligerab413192006-09-24 20:54:04 +02004678VT1211 HARDWARE MONITOR DRIVER
4679P: Juerg Haefliger
4680M: juergh@gmail.com
4681L: lm-sensors@lm-sensors.org
4682S: Maintained
4683
Roger Lucas1de9e372005-11-26 20:20:05 +01004684VT8231 HARDWARE MONITOR DRIVER
4685P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004686M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004687L: lm-sensors@lm-sensors.org
4688S: Maintained
4689
Linus Torvalds1da177e2005-04-16 15:20:36 -07004690W1 DALLAS'S 1-WIRE BUS
4691P: Evgeniy Polyakov
4692M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004693S: Maintained
4694
Charles Spirakis13927072006-07-05 18:05:15 +02004695W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004696P: Marc Hulsman
4697M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004698L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004699S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004700
Rudolf Marek61db0112006-12-12 18:18:30 +01004701W83793 HARDWARE MONITORING DRIVER
4702P: Rudolf Marek
4703M: r.marek@assembler.cz
4704L: lm-sensors@lm-sensors.org
4705S: Maintained
4706
Linus Torvalds1da177e2005-04-16 15:20:36 -07004707W83L51xD SD/MMC CARD INTERFACE DRIVER
4708P: Pierre Ossman
4709M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004710L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004711S: Maintained
4712
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004713WATCHDOG DEVICE DRIVERS
4714P: Wim Van Sebroeck
4715M: wim@iguana.be
4716T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4717S: Maintained
4718
Linus Torvalds1da177e2005-04-16 15:20:36 -07004719WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4720P: Jean Tourrilhes
4721M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004722L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004723W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4724S: Maintained
4725
4726WD7000 SCSI DRIVER
4727P: Miroslav Zagorac
4728M: zaga@fly.cc.fer.hr
4729L: linux-scsi@vger.kernel.org
4730S: Maintained
4731
David Vrabel18332a82008-09-17 16:34:44 +01004732WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4733P: David Vrabel
4734M: david.vrabel@csr.com
4735S: Maintained
4736
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004737WISTRON LAPTOP BUTTON DRIVER
4738P: Miloslav Trmac
4739M: mitr@volny.cz
4740S: Maintained
4741
Linus Torvalds1da177e2005-04-16 15:20:36 -07004742WL3501 WIRELESS PCMCIA CARD DRIVER
4743P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004744M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004745L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004746W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004747S: Maintained
4748
Mark Brownfebf1df2008-04-02 00:51:09 -04004749WM97XX TOUCHSCREEN DRIVERS
4750P: Mark Brown
4751M: broonie@opensource.wolfsonmicro.com
4752P: Liam Girdwood
Liam Girdwoodb8d055a2008-10-13 23:00:15 -04004753M: lrg@slimlogic.co.uk
Mark Brownfebf1df2008-04-02 00:51:09 -04004754L: linux-input@vger.kernel.org
4755T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4756W: http://opensource.wolfsonmicro.com/node/7
4757S: Supported
4758
Linus Torvalds1da177e2005-04-16 15:20:36 -07004759X.25 NETWORK LAYER
4760P: Henner Eisen
4761M: eis@baty.hanse.de
4762L: linux-x25@vger.kernel.org
4763S: Maintained
4764
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004765X86 ARCHITECTURE (32-BIT AND 64-BIT)
4766P: Thomas Gleixner
4767M: tglx@linutronix.de
4768P: Ingo Molnar
4769M: mingo@redhat.com
4770P: H. Peter Anvin
4771M: hpa@zytor.com
4772L: linux-kernel@vger.kernel.org
4773T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4774S: Maintained
4775
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004776XEN HYPERVISOR INTERFACE
4777P: Jeremy Fitzhardinge
4778M: jeremy@xensource.com
4779P: Chris Wright
4780M: chrisw@sous-sol.org
4781L: virtualization@lists.osdl.org
4782L: xen-devel@lists.xensource.com
4783S: Supported
4784
Linus Torvalds1da177e2005-04-16 15:20:36 -07004785XFS FILESYSTEM
4786P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004787P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004788M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004789L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004790W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004791T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004792S: Supported
4793
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004794XILINX SYSTEMACE DRIVER
4795P: Grant Likely
4796M: grant.likely@secretlab.ca
4797W: http://www.secretlab.ca/
4798L: linux-kernel@vger.kernel.org
4799S: Maintained
4800
Peter Korsgaard238b8722006-12-06 20:35:17 -08004801XILINX UARTLITE SERIAL DRIVER
4802P: Peter Korsgaard
4803M: jacmet@sunsite.dk
4804L: linux-serial@vger.kernel.org
4805S: Maintained
4806
Linus Torvalds1da177e2005-04-16 15:20:36 -07004807YAM DRIVER FOR AX.25
4808P: Jean-Paul Roubelat
4809M: jpr@f6fbb.org
4810L: linux-hams@vger.kernel.org
4811S: Maintained
4812
Henkaf64a5e2005-10-12 15:02:56 +02004813YEALINK PHONE DRIVER
4814P: Henk Vergonet
4815M: Henk.Vergonet@gmail.com
4816L: usbb2k-api-dev@nongnu.org
4817S: Maintained
4818
Linus Torvalds1da177e2005-04-16 15:20:36 -07004819Z8530 DRIVER FOR AX.25
4820P: Joerg Reuter
4821M: jreuter@yaina.de
4822W: http://yaina.de/jreuter/
4823W: http://www.qsl.net/dl1bke/
4824L: linux-hams@vger.kernel.org
4825S: Maintained
4826
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004827ZD1211RW WIRELESS DRIVER
4828P: Daniel Drake
4829M: dsd@gentoo.org
4830P: Ulrich Kunitz
4831M: kune@deine-taler.de
4832W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004833L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004834L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4835S: Maintained
4836
Linus Torvalds1da177e2005-04-16 15:20:36 -07004837ZR36067 VIDEO FOR LINUX DRIVER
4838P: Ronald Bultje
4839M: rbultje@ronald.bitfreak.net
4840L: mjpeg-users@lists.sourceforge.net
4841W: http://mjpeg.sourceforge.net/driver-zoran/
4842S: Maintained
4843
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004844ZS DECSTATION Z85C30 SERIAL DRIVER
4845P: Maciej W. Rozycki
4846M: macro@linux-mips.org
4847S: Maintained
4848
Linus Torvalds1da177e2005-04-16 15:20:36 -07004849THE REST
4850P: Linus Torvalds
4851S: Buried alive in reporters