blob: e1b74261260b884a0d820a305eaa3efcc190e200 [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
745M: mcgrof@gmail.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
Joe Percheseb1eb042009-01-21 10:49:16 -05001024BTRFS FILE SYSTEM
1025P: Chris Mason
1026M: chris.mason@oracle.com
1027L: linux-btrfs@vger.kernel.org
1028W: http://btrfs.wiki.kernel.org/
1029T: git kernel.org:/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1030S: Maintained
1031
Linus Torvalds1da177e2005-04-16 15:20:36 -07001032BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001033P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001034M: mchehab@infradead.org
1035M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001036L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001037W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001038T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001039S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001040
Jonathan Corbet77d51402007-03-22 19:44:17 -03001041CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02001042P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03001043M: corbet@lwn.net
1044L: video4linux-list@redhat.com
1045S: Maintained
1046
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001047CALGARY x86-64 IOMMU
1048P: Muli Ben-Yehuda
1049M: muli@il.ibm.com
1050P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001051M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001052L: linux-kernel@vger.kernel.org
1053L: discuss@x86-64.org
1054S: Maintained
1055
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001056CAN NETWORK LAYER
1057P: Urs Thuermann
1058M: urs.thuermann@volkswagen.de
1059P: Oliver Hartkopp
1060M: oliver.hartkopp@volkswagen.de
1061L: socketcan-core@lists.berlios.de (subscribers-only)
1062W: http://developer.berlios.de/projects/socketcan/
1063S: Maintained
1064
Arnd Bergmannb8154542008-05-16 11:10:59 +02001065CELL BROADBAND ENGINE ARCHITECTURE
1066P: Arnd Bergmann
1067M: arnd@arndb.de
1068L: linuxppc-dev@ozlabs.org
1069L: cbe-oss-dev@ozlabs.org
1070W: http://www.ibm.com/developerworks/power/cell/
1071S: Supported
1072
David Vrabel18332a82008-09-17 16:34:44 +01001073CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1074P: David Vrabel
1075M: david.vrabel@csr.com
1076L: linux-usb@vger.kernel.org
1077S: Supported
1078
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001079CFAG12864B LCD 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
1087CFAG12864BFB LCD FRAMEBUFFER DRIVER
1088P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001089M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001090L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001091W: http://miguelojeda.es/auxdisplay.htm
1092W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001093S: Maintained
1094
Johannes Berg704232c2007-04-23 12:20:05 -07001095CFG80211 and NL80211
1096P: Johannes Berg
1097M: johannes@sipsolutions.net
1098L: linux-wireless@vger.kernel.org
1099S: Maintained
1100
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001101CHECKPATCH
1102P: Andy Whitcroft
1103M: apw@shadowen.org
1104P: Randy Dunlap
1105M: rdunlap@xenotime.net
1106P: Joel Schopp
1107M: jschopp@austin.ibm.com
1108S: Supported
1109
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001110CISCO 10G ETHERNET DRIVER
1111P: Scott Feldman
1112M: scofeldm@cisco.com
1113P: Joe Eykholt
1114M: jeykholt@cisco.com
Joel Becker7063fbf2005-12-15 14:29:43 -08001115S: Supported
1116
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001117CIRRUS LOGIC EP93XX ETHERNET DRIVER
1118P: Lennert Buytenhek
1119M: kernel@wantstofly.org
1120L: netdev@vger.kernel.org
1121S: Maintained
1122
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001123CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1124P: Lennert Buytenhek
1125M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001126L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001127S: Maintained
1128
Timur Tabid9e9d822008-04-24 08:45:26 +10001129CIRRUS LOGIC CS4270 SOUND DRIVER
1130P: Timur Tabi
1131M: timur@freescale.com
1132L: alsa-devel@alsa-project.org
1133S: Supported
1134
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1136P: Cirrus Logic Corporation (kernel 2.2 driver)
1137M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1138P: Nils Faerber (port to kernel 2.4)
1139M: Nils Faerber <nils@kernelconcepts.de>
1140S: Maintained
1141
1142CODA FILE SYSTEM
1143P: Jan Harkes
1144M: jaharkes@cs.cmu.edu
1145M: coda@cs.cmu.edu
1146L: codalist@coda.cs.cmu.edu
1147W: http://www.coda.cs.cmu.edu/
1148S: Maintained
1149
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001150COMMON INTERNET FILE SYSTEM (CIFS)
1151P: Steve French
1152M: sfrench@samba.org
1153L: linux-cifs-client@lists.samba.org
1154L: samba-technical@lists.samba.org
1155W: http://linux-cifs.samba.org/
1156T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1157S: Supported
1158
Linus Torvalds1da177e2005-04-16 15:20:36 -07001159COMPACTPCI HOTPLUG CORE
1160P: Scott Murray
1161M: scottm@somanetworks.com
1162M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001163L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001164S: Supported
1165
1166COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1167P: Scott Murray
1168M: scottm@somanetworks.com
1169M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001170L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001171S: Supported
1172
1173COMPACTPCI HOTPLUG GENERIC DRIVER
1174P: Scott Murray
1175M: scottm@somanetworks.com
1176M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001177L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178S: Supported
1179
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001180COMPAL LAPTOP SUPPORT
1181P: Cezary Jackiewicz
1182M: cezary.jackiewicz@gmail.com
1183S: Maintained
1184
Linus Torvalds1da177e2005-04-16 15:20:36 -07001185COMPUTONE INTELLIPORT MULTIPORT CARD
1186P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001187M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001188W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001189S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001190
Simon Arlott949be0f2007-03-06 02:47:46 -08001191CONEXANT ACCESSRUNNER USB DRIVER
1192P: Simon Arlott
1193M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001194L: accessrunner-general@lists.sourceforge.net
1195W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001196S: Maintained
1197
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001198CONFIGFS
1199P: Joel Becker
1200M: joel.becker@oracle.com
1201L: linux-kernel@vger.kernel.org
1202S: Supported
1203
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001204CONTROL GROUPS (CGROUPS)
1205P: Paul Menage
1206M: menage@google.com
1207L: containers@lists.linux-foundation.org
1208S: Maintained
1209
Rudolf Marekbebe4672007-05-08 17:22:02 +02001210CORETEMP HARDWARE MONITORING DRIVER
1211P: Rudolf Marek
1212M: r.marek@assembler.cz
1213L: lm-sensors@lm-sensors.org
1214S: Maintained
1215
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216COSA/SRP SYNC SERIAL DRIVER
1217P: Jan "Yenya" Kasprzak
1218M: kas@fi.muni.cz
1219W: http://www.fi.muni.cz/~kas/cosa/
1220S: Maintained
1221
1222CPU FREQUENCY DRIVERS
1223P: Dave Jones
Dave Jonesf4432c52008-10-20 13:31:45 -04001224M: davej@redhat.com
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001225L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001226W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001227T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001228S: Maintained
1229
1230CPUID/MSR DRIVER
1231P: H. Peter Anvin
1232M: hpa@zytor.com
1233S: Maintained
1234
Paul Jacksoned90fb42005-09-27 21:45:37 -07001235CPUSETS
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001236P: Paul Menage
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001237M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001238L: linux-kernel@vger.kernel.org
1239W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001240W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001241S: Supported
1242
Linus Torvalds1da177e2005-04-16 15:20:36 -07001243CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001244W: http://sourceforge.net/projects/cramfs/
1245S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246
1247CRIS PORT
1248P: Mikael Starvik
1249M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001250P: Jesper Nilsson
1251M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252L: dev-etrax@axis.com
1253W: http://developer.axis.com
1254S: Maintained
1255
1256CRYPTO API
1257P: Herbert Xu
1258M: herbert@gondor.apana.org.au
1259P: David S. Miller
1260M: davem@davemloft.net
1261L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001262T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001263S: Maintained
1264
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001265CS5535 Audio ALSA driver
1266P: Jaya Kumar
1267M: jayakumar.alsa@gmail.com
1268S: Maintained
1269
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001270CX18 VIDEO4LINUX DRIVER
1271P: Hans Verkuil, Andy Walls
1272M: hverkuil@xs4all.nl, awalls@radix.net
1273L: ivtv-devel@ivtvdriver.org
1274L: ivtv-users@ivtvdriver.org
1275L: video4linux-list@redhat.com
1276W: http://linuxtv.org
1277S: Maintained
1278
Steve Wisee5ec3782008-05-20 14:06:33 -07001279CXGB3 ETHERNET DRIVER (CXGB3)
1280P: Divy Le Ray
1281M: divy@chelsio.com
1282L: netdev@vger.kernel.org
1283W: http://www.chelsio.com
1284S: Supported
1285
1286CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1287P: Steve Wise
1288M: swise@chelsio.com
1289L: general@lists.openfabrics.org
1290W: http://www.openfabrics.org
1291S: Supported
1292
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293CYBERPRO FB DRIVER
1294P: Russell King
1295M: rmk@arm.linux.org.uk
1296W: http://www.arm.linux.org.uk/
1297S: Maintained
1298
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001299CYBLAFB FRAMEBUFFER DRIVER
1300P: Knut Petersen
1301M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001302L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001303S: Maintained
1304
Linus Torvalds1da177e2005-04-16 15:20:36 -07001305CYCLADES 2X SYNC CARD DRIVER
1306P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001307M: acme@ghostprotocols.net
1308W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001309S: Maintained
1310
1311CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001312W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001313S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001314
1315CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001316W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001317S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318
Linus Torvalds1da177e2005-04-16 15:20:36 -07001319DAMA SLAVE for AX.25
1320P: Joerg Reuter
1321M: jreuter@yaina.de
1322W: http://yaina.de/jreuter/
1323W: http://www.qsl.net/dl1bke/
1324L: linux-hams@vger.kernel.org
1325S: Maintained
1326
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001327DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1328P: Tobias Ringstrom
1329M: tori@unhappy.mine.nu
1330L: netdev@vger.kernel.org
1331S: Maintained
1332
1333DC390/AM53C974 SCSI driver
1334P: Kurt Garloff
1335M: garloff@suse.de
1336W: http://www.garloff.de/kurt/linux/dc390/
1337P: Guennadi Liakhovetski
1338M: g.liakhovetski@gmx.de
1339S: Maintained
1340
Linus Torvalds1da177e2005-04-16 15:20:36 -07001341DC395x SCSI driver
1342P: Oliver Neukum
1343M: oliver@neukum.name
1344P: Ali Akcaagac
1345M: aliakc@web.de
1346P: Jamie Lenehan
1347M: lenehan@twibble.org
1348W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001349L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001350L: http://lists.twibble.org/mailman/listinfo/dc395x/
1351S: Maintained
1352
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001353DCCP PROTOCOL
1354P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001355M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001356L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001357W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001358S: Maintained
1359
Linus Torvalds1da177e2005-04-16 15:20:36 -07001360DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001361P: Christine Caulfield
1362M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001363W: http://linux-decnet.sourceforge.net
1364L: linux-decnet-user@lists.sourceforge.net
1365S: Maintained
1366
1367DEFXX FDDI NETWORK DRIVER
1368P: Maciej W. Rozycki
1369M: macro@linux-mips.org
1370S: Maintained
1371
1372DELL LAPTOP SMM DRIVER
1373P: Massimo Dal Zotto
1374M: dz@debian.org
1375W: http://www.debian.org/~dz/i8k/
1376S: Maintained
1377
Doug Warzecha90563ec2005-09-06 15:17:15 -07001378DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1379P: Doug Warzecha
1380M: Douglas_Warzecha@dell.com
1381S: Maintained
1382
Linus Torvalds1da177e2005-04-16 15:20:36 -07001383DEVICE NUMBER REGISTRY
1384P: Torben Mathiasen
1385M: device@lanana.org
1386W: http://lanana.org/docs/device-list/index.html
1387L: linux-kernel@vger.kernel.org
1388S: Maintained
1389
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001390DEVICE-MAPPER (LVM)
1391P: Alasdair Kergon
1392L: dm-devel@redhat.com
1393W: http://sources.redhat.com/dm
1394S: Maintained
1395
Linus Torvalds1da177e2005-04-16 15:20:36 -07001396DIGI INTL. EPCA DRIVER
1397P: Digi International, Inc
1398M: Eng.Linux@digi.com
1399L: Eng.Linux@digi.com
1400W: http://www.digi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001401S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001402
Randy Dunlape7839f22008-10-12 16:11:45 -07001403DIRECTORY NOTIFICATION (DNOTIFY)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404P: Stephen Rothwell
1405M: sfr@canb.auug.org.au
1406L: linux-kernel@vger.kernel.org
1407S: Supported
1408
1409DISK GEOMETRY AND PARTITION HANDLING
1410P: Andries Brouwer
1411M: aeb@cwi.nl
1412W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1413W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1414W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1415S: Maintained
1416
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001417DISKQUOTA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001418P: Jan Kara
1419M: jack@suse.cz
1420L: linux-kernel@vger.kernel.org
1421S: Maintained
1422
Randy Dunlape7839f22008-10-12 16:11:45 -07001423DISTRIBUTED LOCK MANAGER (DLM)
Christine Caulfield8943f262008-02-14 19:31:31 -08001424P: Christine Caulfield
1425M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001426P: David Teigland
1427M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001428L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001429W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001430T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001431S: Supported
1432
Dan Williamsb3e5f262007-08-07 10:26:35 -07001433DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001434P: Maciej Sosnowski
1435M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001436P: Dan Williams
1437M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001438L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001439S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001440
Juerg Haefligerb8250372007-06-09 10:11:16 -04001441DME1737 HARDWARE MONITOR DRIVER
1442P: Juerg Haefliger
1443M: juergh@gmail.com
1444L: lm-sensors@lm-sensors.org
1445S: Maintained
1446
Martin Waitzba483d52005-06-17 13:20:59 -07001447DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001448P: Randy Dunlap
1449M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001450S: Maintained
1451
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001452DOCKING STATION DRIVER
Len Brownc5d191b2008-09-24 02:53:25 -04001453P: Shaohua Li
1454M: shaohua.li@intel.com
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001455L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001456S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001457
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001458DOCUMENTATION (/Documentation directory)
Jean Delvare795fb7e2008-09-20 12:33:08 +02001459P: Michael Kerrisk
1460M: mtk.manpages@gmail.com
1461P: Randy Dunlap
1462M: rdunlap@xenotime.net
1463L: linux-doc@vger.kernel.org
1464S: Maintained
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001465
Linus Torvalds1da177e2005-04-16 15:20:36 -07001466DOUBLETALK DRIVER
1467P: James R. Van Zandt
1468M: jrv@vanzandt.mv.com
1469L: blinux-list@redhat.com
1470S: Maintained
1471
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001472DPT_I2O SCSI RAID DRIVER
1473P: Adaptec OEM Raid Solutions
1474M: aacraid@adaptec.com
1475L: linux-scsi@vger.kernel.org
1476W: http://www.adaptec.com/
1477S: Maintained
1478
Linus Torvalds1da177e2005-04-16 15:20:36 -07001479DRIVER CORE, KOBJECTS, AND SYSFS
1480P: Greg Kroah-Hartman
1481M: gregkh@suse.de
1482L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001483T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001484S: Supported
1485
1486DRM DRIVERS
1487P: David Airlie
1488M: airlied@linux.ie
1489L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001490T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001491S: Maintained
1492
1493DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001494P: Francois Romieu
1495M: romieu@fr.zoreil.com
1496L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001497S: Maintained
1498
1499DVB SUBSYSTEM AND DRIVERS
1500P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001501M: v4l-dvb-maintainer@linuxtv.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02001502L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001503W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001504T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001505S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001506
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001507DZ DECSTATION DZ11 SERIAL DRIVER
1508P: Maciej W. Rozycki
1509M: macro@linux-mips.org
1510S: Maintained
1511
Linus Torvalds1da177e2005-04-16 15:20:36 -07001512EATA-DMA SCSI DRIVER
1513P: Michael Neuffer
1514L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1515S: Maintained
1516
1517EATA ISA/EISA/PCI SCSI DRIVER
1518P: Dario Ballabio
1519M: ballabio_dario@emc.com
1520L: linux-scsi@vger.kernel.org
1521S: Maintained
1522
1523EATA-PIO SCSI DRIVER
1524P: Michael Neuffer
1525M: mike@i-Connect.Net
1526L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1527S: Maintained
1528
1529EBTABLES
1530P: Bart De Schuymer
1531M: bart.de.schuymer@pandora.be
1532L: ebtables-user@lists.sourceforge.net
1533L: ebtables-devel@lists.sourceforge.net
1534W: http://ebtables.sourceforge.net/
1535S: Maintained
1536
Michael Halcrow237fead2006-10-04 02:16:22 -07001537ECRYPT FILE SYSTEM
Michael Halcrow6dc75162008-12-15 13:54:17 -08001538P: Tyler Hicks, Dustin Kirkland
1539M: tyhicks@linux.vnet.ibm.com, kirkland@canonical.com
1540L: ecryptfs-devel@lists.launchpad.net
1541W: https://launchpad.net/ecryptfs
Michael Halcrow237fead2006-10-04 02:16:22 -07001542S: Supported
1543
Alan Coxda9bb1d2006-01-18 17:44:13 -08001544EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001545P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001546M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001547L: bluesmoke-devel@lists.sourceforge.net
1548W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001549S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001550
1551EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001552P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001553P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001554M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001555M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001556L: bluesmoke-devel@lists.sourceforge.net
1557W: bluesmoke.sourceforge.net
1558S: Maintained
1559
1560EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001561P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001562M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001563L: bluesmoke-devel@lists.sourceforge.net
1564W: bluesmoke.sourceforge.net
1565S: Maintained
1566
Douglas Thompson6bc78402007-07-19 01:50:12 -07001567EDAC-I82443BXGX
1568P: Tim Small
1569M: tim@buttersideup.com
1570L: bluesmoke-devel@lists.sourceforge.net
1571W: bluesmoke.sourceforge.net
1572S: Maintained
1573
1574EDAC-I3000
1575P: Jason Uhlenkott
1576M: juhlenko@akamai.com
1577L: bluesmoke-devel@lists.sourceforge.net
1578W: bluesmoke.sourceforge.net
1579S: Maintained
1580
1581EDAC-I5000
1582P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001583M: dougthompson@xmission.com
1584L: bluesmoke-devel@lists.sourceforge.net
1585W: bluesmoke.sourceforge.net
1586S: Maintained
1587
1588EDAC-I82975X
1589P: Ranganathan Desikan
1590P: Arvind R.
1591M: rdesikan@jetzbroadband.com
1592M: arvind@acarlab.com
1593L: bluesmoke-devel@lists.sourceforge.net
1594W: bluesmoke.sourceforge.net
1595S: Maintained
1596
1597EDAC-PASEMI
1598P: Egor Martovetsky
1599M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001600L: bluesmoke-devel@lists.sourceforge.net
1601W: bluesmoke.sourceforge.net
1602S: Maintained
1603
Dave Peterson0e438e32006-03-26 01:38:55 -08001604EDAC-R82600
1605P: Tim Small
1606M: tim@buttersideup.com
1607L: bluesmoke-devel@lists.sourceforge.net
1608W: bluesmoke.sourceforge.net
1609S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001610
Eric Coopere59f8792008-03-13 12:55:46 +01001611EEEPC LAPTOP EXTRAS DRIVER
1612P: Corentin Chary
1613M: corentincj@iksaif.net
1614L: acpi4asus-user@lists.sourceforge.net
1615W: http://sourceforge.net/projects/acpi4asus
1616S: Maintained
1617
Linus Torvalds1da177e2005-04-16 15:20:36 -07001618EEPRO100 NETWORK DRIVER
1619P: Andrey V. Savochkin
1620M: saw@saw.sw.com.sg
1621S: Maintained
1622
Josh Triplett0bee8d22006-07-30 03:03:58 -07001623EFS FILESYSTEM
1624W: http://aeschi.ch.eu.org/efs/
1625S: Orphan
1626
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001627EHCA (IBM GX bus InfiniBand adapter) DRIVER
Heiko J Schickfab97222006-09-22 15:22:22 -07001628P: Hoang-Nam Nguyen
1629M: hnguyen@de.ibm.com
1630P: Christoph Raisch
1631M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001632L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001633S: Supported
1634
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001635EMBEDDED LINUX
1636P: Paul Gortmaker
1637M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001638P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001639M: dwmw2@infradead.org
1640L: linux-embedded@vger.kernel.org
1641S: Maintained
1642
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001643EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001644P: James Smart
1645M: james.smart@emulex.com
1646L: linux-scsi@vger.kernel.org
1647W: http://sourceforge.net/projects/lpfcxxxx
1648S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001649
Linus Torvalds1da177e2005-04-16 15:20:36 -07001650EPSON 1355 FRAMEBUFFER DRIVER
1651P: Christopher Hoover
1652M: ch@murgatroid.com, ch@hpl.hp.com
1653S: Maintained
1654
Kristoffer Ericsond5ca9002008-10-15 22:03:54 -07001655EPSON S1D13XXX FRAMEBUFFER DRIVER
1656P: Kristoffer Ericson
1657M: kristoffer.ericson@gmail.com
1658S: Maintained
1659
Linus Torvalds1da177e2005-04-16 15:20:36 -07001660ETHEREXPRESS-16 NETWORK DRIVER
1661P: Philip Blundell
1662M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001663L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664S: Maintained
1665
1666ETHERNET BRIDGE
1667P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001668M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001669L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001670W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001671S: Maintained
1672
1673ETHERTEAM 16I DRIVER
1674P: Mika Kuoppala
1675M: miku@iki.fi
1676S: Maintained
1677
1678EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001679L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001680S: Maintained
1681
1682EXT3 FILE SYSTEM
1683P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001684M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001685L: linux-ext4@vger.kernel.org
1686S: Maintained
1687
1688EXT4 FILE SYSTEM
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001689P: Theodore Ts'o
1690M: tytso@mit.edu, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001691L: linux-ext4@vger.kernel.org
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001692W: http://ext4.wiki.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001693S: Maintained
1694
Jean Delvaree53004e2006-01-09 23:26:14 +01001695F71805F HARDWARE MONITORING DRIVER
1696P: Jean Delvare
1697M: khali@linux-fr.org
1698L: lm-sensors@lm-sensors.org
1699S: Maintained
1700
Linus Torvalds1da177e2005-04-16 15:20:36 -07001701FARSYNC SYNCHRONOUS DRIVER
1702P: Kevin Curtis
1703M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001704W: http://www.farsite.co.uk/
1705S: Supported
1706
Akinobu Mitac5408b82007-04-23 14:41:20 -07001707FAULT INJECTION SUPPORT
1708P: Akinobu Mita
1709M: akinobu.mita@gmail.com
1710S: Supported
1711
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001712FILE LOCKING (flock() and fcntl()/lockf())
1713P: Matthew Wilcox
1714M: matthew@wil.cx
1715L: linux-fsdevel@vger.kernel.org
1716S: Maintained
1717
1718FILESYSTEMS (VFS and infrastructure)
1719P: Alexander Viro
1720M: viro@zeniv.linux.org.uk
1721L: linux-fsdevel@vger.kernel.org
1722S: Maintained
1723
1724FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1725P: Kristian Hoegsberg, Stefan Richter
1726M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1727L: linux1394-devel@lists.sourceforge.net
1728W: http://www.linux1394.org/
1729T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1730S: Maintained
1731
1732FIRMWARE LOADER (request_firmware)
1733L: linux-kernel@vger.kernel.org
1734S: Orphan
1735
1736FPU EMULATOR
1737P: Bill Metzenthen
1738M: billm@suburbia.net
1739W: http://suburbia.net/~billm/floating-point/emulator/
1740S: Maintained
1741
1742FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1743P: Mike McLagan
1744M: mike.mclagan@linux.org
1745L: netdev@vger.kernel.org
1746S: Maintained
1747
Linus Torvalds1da177e2005-04-16 15:20:36 -07001748FRAMEBUFFER LAYER
1749P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001750M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001751L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001752W: http://linux-fbdev.sourceforge.net/
1753S: Maintained
1754
Zhang Wei173acc72008-03-01 07:42:48 -07001755FREESCALE DMA DRIVER
Zhang Wei76b0c782008-05-13 14:44:59 -07001756P: Li Yang
1757M: leoli@freescale.com
1758P: Zhang Wei
1759M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001760L: linuxppc-embedded@ozlabs.org
1761L: linux-kernel@vger.kernel.org
1762S: Maintained
1763
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001764FREESCALE I2C CPM DRIVER
1765P: Jochen Friedrich
1766M: jochen@scram.de
1767L: linuxppc-dev@ozlabs.org
Jean Delvare846557d2008-10-30 15:55:47 +01001768L: linux-i2c@vger.kernel.org
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001769S: Maintained
1770
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001771FREESCALE SOC FS_ENET DRIVER
1772P: Pantelis Antoniou
1773M: pantelis.antoniou@gmail.com
1774P: Vitaly Bordug
1775M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001776L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001777L: netdev@vger.kernel.org
1778S: Maintained
1779
Timur Tabid9e9d822008-04-24 08:45:26 +10001780FREESCALE QUICC ENGINE LIBRARY
1781P: Timur Tabi
1782M: timur@freescale.com
1783L: linuxppc-dev@ozlabs.org
1784S: Supported
1785
Li Yanga7205b32007-04-23 10:38:18 -07001786FREESCALE HIGHSPEED USB DEVICE DRIVER
1787P: Li Yang
1788M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001789L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001790L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001791S: Maintained
1792
Li Yangbeaf53b2007-05-25 13:54:02 +08001793FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1794P: Li Yang
1795M: leoli@freescale.com
1796L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001797L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001798S: Maintained
1799
Timur Tabid9e9d822008-04-24 08:45:26 +10001800FREESCALE QUICC ENGINE UCC UART DRIVER
1801P: Timur Tabi
1802M: timur@freescale.com
1803L: linuxppc-dev@ozlabs.org
1804S: Supported
1805
1806FREESCALE SOC SOUND DRIVERS
1807P: Timur Tabi
1808M: timur@freescale.com
1809L: alsa-devel@alsa-project.org
1810L: linuxppc-dev@ozlabs.org
1811S: Supported
1812
Linus Torvalds1da177e2005-04-16 15:20:36 -07001813FREEVXFS FILESYSTEM
1814P: Christoph Hellwig
1815M: hch@infradead.org
1816W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1817S: Maintained
1818
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001819FTRACE
1820P: Steven Rostedt
Steven Rostedt8e324c12008-11-19 15:36:43 -08001821M: rostedt@goodmis.org
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001822S: Maintained
1823
David Howells5ab7ffe2007-04-10 15:10:45 +01001824FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825P: David Howells
1826M: dhowells@redhat.com
1827S: Maintained
1828
Jonathan Woithe20b93732008-06-11 10:14:56 +09301829FUJITSU LAPTOP EXTRAS
1830P: Jonathan Woithe
1831M: jwoithe@physics.adelaide.edu.au
1832L: linux-acpi@vger.kernel.org
1833S: Maintained
1834
Miklos Szeredi04578f12005-09-09 13:10:22 -07001835FUSE: FILESYSTEM IN USERSPACE
1836P: Miklos Szeredi
1837M: miklos@szeredi.hu
1838L: fuse-devel@lists.sourceforge.net
1839W: http://fuse.sourceforge.net/
1840S: Maintained
1841
Linus Torvalds1da177e2005-04-16 15:20:36 -07001842FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1843P: Rik Faith
1844M: faith@cs.unc.edu
1845L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001846S: Odd Fixes (e.g., new signatures)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001847
1848GDT SCSI DISK ARRAY CONTROLLER DRIVER
1849P: Achim Leubner
1850M: achim_leubner@adaptec.com
1851L: linux-scsi@vger.kernel.org
1852W: http://www.icp-vortex.com/
1853S: Supported
1854
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001855GENERIC GPIO I2C DRIVER
1856P: Haavard Skinnemoen
1857M: hskinnemoen@atmel.com
1858S: Supported
1859
Linus Torvalds1da177e2005-04-16 15:20:36 -07001860GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1861P: Krzysztof Halasa
1862M: khc@pm.waw.pl
1863W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1864S: Maintained
1865
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001866GFS2 FILE SYSTEM
1867P: Steven Whitehouse
1868M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001869L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001870W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001871T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1872T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001873S: Supported
1874
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001875GIGASET ISDN DRIVERS
1876P: Hansjoerg Lipp
1877M: hjlipp@web.de
1878P: Tilman Schmidt
1879M: tilman@imap.cc
1880L: gigaset307x-common@lists.sourceforge.net
1881W: http://gigaset307x.sourceforge.net/
1882S: Maintained
1883
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001884HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1885P: Robert Love
1886M: rlove@rlove.org
1887M: linux-kernel@vger.kernel.org
1888W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1889S: Maintained
1890
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001891GSPCA FINEPIX SUBDRIVER
1892P: Frank Zago
1893M: frank@zago.net
1894L: video4linux-list@redhat.com
1895S: Maintained
1896
1897GSPCA M5602 SUBDRIVER
1898P: Erik Andren
1899M: erik.andren@gmail.com
1900L: video4linux-list@redhat.com
1901S: Maintained
1902
1903GSPCA PAC207 SONIXB SUBDRIVER
1904P: Hans de Goede
1905M: hdegoede@redhat.com
1906L: video4linux-list@redhat.com
1907S: Maintained
1908
1909GSPCA T613 SUBDRIVER
1910P: Leandro Costantino
1911M: lcostantino@gmail.com
1912L: video4linux-list@redhat.com
1913S: Maintained
1914
1915GSPCA USB WEBCAM DRIVER
1916P: Jean-Francois Moine
1917M: moinejf@free.fr
1918W: http://moinejf.free.fr
1919L: video4linux-list@redhat.com
1920S: Maintained
1921
Jean Delvare5b543962005-08-15 19:51:02 +02001922HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001923L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001924W: http://www.lm-sensors.org/
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001925S: Orphan
Jean Delvare5b543962005-08-15 19:51:02 +02001926
Michael Buesch844dd052006-06-26 00:24:59 -07001927HARDWARE RANDOM NUMBER GENERATOR CORE
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001928S: Orphan
Michael Buesch844dd052006-06-26 00:24:59 -07001929
Linus Torvalds1da177e2005-04-16 15:20:36 -07001930HARMONY SOUND DRIVER
1931P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001932M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001933L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001934S: Maintained
1935
1936HAYES ESP SERIAL DRIVER
1937P: Andrew J. Robinson
1938M: arobinso@nyx.net
1939L: linux-kernel@vger.kernel.org
1940W: http://www.nyx.net/~arobinso
1941S: Maintained
1942
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001943HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1944P: Chirag Kantharia
1945M: chirag.kantharia@hp.com
1946L: iss_storagedev@hp.com
1947S: Maintained
1948
1949HEWLETT-PACKARD SMART2 RAID DRIVER
1950P: Chirag Kantharia
1951M: chirag.kantharia@hp.com
1952L: iss_storagedev@hp.com
1953S: Maintained
1954
1955HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1956P: Mike Miller
1957M: mike.miller@hp.com
1958L: iss_storagedev@hp.com
1959S: Supported
1960
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961HFS FILESYSTEM
1962P: Roman Zippel
1963M: zippel@linux-m68k.org
1964L: linux-kernel@vger.kernel.org
1965S: Maintained
1966
1967HGA FRAMEBUFFER DRIVER
1968P: Ferenc Bakonyi
1969M: fero@drama.obuda.kando.hu
1970L: linux-nvidia@lists.surfsouth.com
1971W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1972S: Maintained
1973
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001974HIBERNATION (aka Software Suspend, aka swsusp)
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001975P: Pavel Machek
1976M: pavel@suse.cz
1977P: Rafael J. Wysocki
1978M: rjw@sisk.pl
1979L: linux-pm@lists.linux-foundation.org
1980S: Supported
1981
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001982HID CORE LAYER
1983P: Jiri Kosina
1984M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001985L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001986T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001987S: Maintained
1988
Ingo Molnar38bed542007-02-22 09:09:34 +01001989HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1990P: Thomas Gleixner
1991M: tglx@linutronix.de
1992L: linux-kernel@vger.kernel.org
1993S: Maintained
1994
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995HIGH-SPEED SCC DRIVER FOR AX.25
1996P: Klaus Kudielka
1997M: klaus.kudielka@ieee.org
1998L: linux-hams@vger.kernel.org
1999W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2000S: Maintained
2001
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08002002HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2003P: HighPoint Linux Team
2004M: linux@highpoint-tech.com
2005W: http://www.highpoint-tech.com
2006S: Supported
2007
Linus Torvalds1da177e2005-04-16 15:20:36 -07002008HIPPI
2009P: Jes Sorensen
2010M: jes@trained-monkey.org
2011L: linux-hippi@sunsite.dk
2012S: Maintained
2013
Jouni Malinenff1d2762005-05-12 22:54:16 -04002014HOST AP DRIVER
2015P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07002016M: j@w1.fi
2017L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07002018L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04002019W: http://hostap.epitest.fi/
2020S: Maintained
2021
Carlos Corbachodd8cd772008-02-05 02:17:15 +00002022HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2023P: Carlos Corbacho
2024M: carlos@strangeworlds.co.uk
2025S: Odd Fixes
2026
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002027HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2028P: Jaroslav Kysela
2029M: perex@perex.cz
2030S: Maintained
2031
Clemens Ladischd36e74c2008-07-23 21:26:46 -07002032HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08002033P: Clemens Ladisch
2034M: clemens@ladisch.de
2035S: Maintained
2036
2037HPET: i386
2038P: Venkatesh Pallipadi (Venki)
2039M: venkatesh.pallipadi@intel.com
2040S: Maintained
2041
2042HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02002043P: Vojtech Pavlik
2044M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08002045S: Maintained
2046
2047HPET: ACPI hpet.c
2048P: Bob Picco
2049M: bob.picco@hp.com
2050S: Maintained
2051
Linus Torvalds1da177e2005-04-16 15:20:36 -07002052HPFS FILESYSTEM
2053P: Mikulas Patocka
2054M: mikulas@artax.karlin.mff.cuni.cz
2055W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2056S: Maintained
2057
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002058HTCPEN TOUCHSCREEN DRIVER
2059P: Pau Oliva Fora
2060M: pof@eslack.org
2061L: linux-input@vger.kernel.org
2062S: Maintained
2063
Linus Torvalds1da177e2005-04-16 15:20:36 -07002064HUGETLB FILESYSTEM
2065P: William Irwin
2066M: wli@holomorphy.com
2067S: Maintained
2068
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002069I2C/SMBUS STUB DRIVER
2070P: Mark M. Hoffman
2071M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01002072L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002073S: Maintained
2074
Jean Delvare5b543962005-08-15 19:51:02 +02002075I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002076P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002078P: Ben Dooks (embedded platforms)
2079M: ben-linux@fluff.org
Jean Delvare846557d2008-10-30 15:55:47 +01002080L: linux-i2c@vger.kernel.org
Jean Delvare595142e2006-12-06 20:39:36 -08002081T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002082S: Maintained
2083
Till Harbaume8c76ee2007-05-01 23:26:35 +02002084I2C-TINY-USB DRIVER
2085P: Till Harbaum
2086M: till@harbaum.org
Jean Delvare846557d2008-10-30 15:55:47 +01002087L: linux-i2c@vger.kernel.org
Till Harbaume8c76ee2007-05-01 23:26:35 +02002088T: http://www.harbaum.org/till/i2c_tiny_usb
2089S: Maintained
2090
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002092P: H. Peter Anvin
2093M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094L: Linux-Kernel@vger.kernel.org
2095S: Maintained
2096
2097i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098P: H. Peter Anvin
2099M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002100T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101S: Maintained
2102
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103IA64 (Itanium) PLATFORM
2104P: Tony Luck
2105M: tony.luck@intel.com
2106L: linux-ia64@vger.kernel.org
2107W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002108T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109S: Maintained
2110
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111IBM MCA SCSI SUBSYSTEM DRIVER
2112P: Michael Lang
2113M: langa2@kph.uni-mainz.de
2114W: http://www.uni-mainz.de/~langm000/linux.html
2115S: Maintained
2116
2117IBM Power Linux RAID adapter
2118P: Brian King
2119M: brking@us.ibm.com
2120S: Supported
2121
2122IBM ServeRAID RAID DRIVER
2123P: Jack Hammer
2124P: Dave Jeffery
2125M: ipslinux@adaptec.com
2126W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002127S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002129IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002130P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002131M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002133T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134S: Maintained
2135
2136IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002137P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002138M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002139L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002140S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002141
2142IDE/ATAPI FLOPPY DRIVERS
2143P: Paul Bristow
2144M: Paul Bristow <paul@paulbristow.net>
2145W: http://paulbristow.net/linux/idefloppy.html
2146L: linux-kernel@vger.kernel.org
2147S: Maintained
2148
2149IDE/ATAPI TAPE DRIVERS
2150P: Gadi Oxman
2151M: Gadi Oxman <gadio@netvision.net.il>
2152L: linux-kernel@vger.kernel.org
2153S: Maintained
2154
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002155IDE-SCSI DRIVER
2156L: linux-ide@vger.kernel.org
2157L: linux-scsi@vger.kernel.org
2158S: Orphan
2159
Andy Henroid27471fd2008-10-09 11:45:22 -07002160IDLE-I7300
2161P: Andy Henroid
2162M: andrew.d.henroid@intel.com
2163L: linux-pm@lists.linux-foundation.org
2164S: Supported
2165
Stefan Richterf148e202008-01-12 12:32:44 +01002166IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002167P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002168M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002169P: Stefan Richter
2170M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002171L: linux1394-devel@lists.sourceforge.net
2172W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002173T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002174S: Maintained
2175
Stefan Richterf51a5a92007-04-23 14:41:10 -07002176IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177P: Dan Dennedy
2178M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002179P: Stefan Richter
2180M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002181L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002182S: Maintained
2183
Linus Torvalds1da177e2005-04-16 15:20:36 -07002184IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002185L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002186S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187
2188INFINIBAND SUBSYSTEM
2189P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002190M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002191P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002192M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002193P: Hal Rosenstock
Jean Delvare795fb7e2008-09-20 12:33:08 +02002194M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002195L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002197T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002198S: Supported
2199
Robert Lovec9f04f52005-07-15 12:21:07 -04002200INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01002201P: John McCutchan
John McCutchan52af8942008-12-17 17:43:02 -08002202M: john@johnmccutchan.com
Cal Peake18b36c72006-12-12 20:18:16 +01002203P: Robert Love
John McCutchan52af8942008-12-17 17:43:02 -08002204M: rlove@rlove.org
Robert Lovec9f04f52005-07-15 12:21:07 -04002205L: linux-kernel@vger.kernel.org
2206S: Maintained
2207
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002208INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2209P: Dmitry Torokhov
2210M: dmitry.torokhov@gmail.com
2211M: dtor@mail.ru
2212L: linux-input@vger.kernel.org
2213T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2214S: Maintained
2215
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002216INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002217P: Sylvain Meyer
2218M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002219L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002220S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002221
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002223P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002224M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002225L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002226S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002227
Thomas, Sujithf4a9bc42008-11-05 16:15:31 +05302228INTEL MENLOW THERMAL DRIVER
2229P: Sujith Thomas
2230M: sujith.thomas@intel.com
2231L: linux-acpi@vger.kernel.org
2232W: http://www.lesswatts.org/projects/acpi/
2233S: Supported
2234
Linus Torvalds1da177e2005-04-16 15:20:36 -07002235INTEL IA32 MICROCODE UPDATE SUPPORT
2236P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002237M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002238S: Maintained
2239
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002240INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002241P: Maciej Sosnowski
2242M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002243L: linux-kernel@vger.kernel.org
2244S: Supported
2245
David Woodhouse6c8909b2008-10-18 16:12:17 +01002246INTEL IOMMU (VT-d)
2247P: David Woodhouse
2248M: dwmw2@infradead.org
2249L: iommu@lists.linux-foundation.org
2250T: git://git.infradead.org/iommu-2.6.git
2251S: Supported
2252
Dan Williamsb3e5f262007-08-07 10:26:35 -07002253INTEL IOP-ADMA DMA DRIVER
2254P: Dan Williams
2255M: dan.j.williams@intel.com
2256L: linux-kernel@vger.kernel.org
2257S: Supported
2258
Michael Buesch844dd052006-06-26 00:24:59 -07002259INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2260P: Deepak Saxena
2261M: dsaxena@plexity.net
2262S: Maintained
2263
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002264INTEL IXP2000 ETHERNET DRIVER
2265P: Lennert Buytenhek
2266M: kernel@wantstofly.org
2267L: netdev@vger.kernel.org
2268S: Maintained
2269
Auke Kokd94e6fe2008-03-03 14:37:47 -08002270INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002271P: Jeff Kirsher
2272M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002273P: Jesse Brandeburg
2274M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002275P: Bruce Allan
2276M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002277P: PJ Waskiewicz
2278M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002279P: John Ronciak
2280M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002281L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002282W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283S: Supported
2284
James Ketrenos826d2ab2005-11-07 18:56:59 -06002285INTEL PRO/WIRELESS 2100 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://ipw2100.sourceforge.net
2296S: Supported
2297
2298INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002299P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002300M: yi.zhu@intel.com
2301P: James Ketrenos
2302M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002303P: Reinette Chatre
2304M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002305L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002306L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002307W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002308W: http://ipw2200.sourceforge.net
2309S: Supported
2310
Zhu Yib481de92007-09-25 17:54:57 -07002311INTEL WIRELESS WIFI LINK (iwlwifi)
2312P: Zhu Yi
2313M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002314P: Reinette Chatre
2315M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002316L: linux-wireless@vger.kernel.org
2317L: ipw3945-devel@lists.sourceforge.net
2318W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002319T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002320S: Supported
2321
Ralf Baechlecb109a02007-08-30 23:56:30 -07002322IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002323P: Ralf Baechle
2324M: ralf@linux-mips.org
2325L: linux-mips@linux-mips.org
2326S: Maintained
2327
Ralf Baechlecb109a02007-08-30 23:56:30 -07002328IOC3 SERIAL DRIVER
2329P: Pat Gefre
2330M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002331L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002332S: Maintained
2333
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002334IP MASQUERADING
Linus Torvalds1da177e2005-04-16 15:20:36 -07002335P: Juanjo Ciarlante
2336M: jjciarla@raiz.uncu.edu.ar
2337S: Maintained
2338
Francois Romieu1202d6f2007-09-17 17:13:55 -07002339IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2340P: Francois Romieu
2341M: romieu@fr.zoreil.com
2342P: Sorbica Shieh
2343M: sorbica@icplus.com.tw
2344P: Jesse Huang
2345M: jesse@icplus.com.tw
2346L: netdev@vger.kernel.org
2347S: Maintained
2348
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002349IPATH DRIVER
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002350P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002351M: infinipath@qlogic.com
2352L: general@lists.openfabrics.org
2353T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002354S: Supported
2355
Corey Minyard4409ebe2006-04-20 02:43:12 -07002356IPMI SUBSYSTEM
2357P: Corey Minyard
2358M: minyard@acm.org
2359L: openipmi-developer@lists.sourceforge.net
2360W: http://openipmi.sourceforge.net/
2361S: Supported
2362
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002363IPS SCSI RAID DRIVER
2364P: Adaptec OEM Raid Solutions
2365M: aacraid@adaptec.com
2366L: linux-scsi@vger.kernel.org
2367W: http://www.adaptec.com/
2368S: Maintained
2369
2370IPVS
2371P: Wensong Zhang
2372M: wensong@linux-vs.org
2373P: Simon Horman
2374M: horms@verge.net.au
2375P: Julian Anastasov
2376M: ja@ssi.bg
Ralf Baechle979b6c12005-06-13 14:30:40 -07002377L: netdev@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002378L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002379S: Maintained
2380
Randy Dunlape7839f22008-10-12 16:11:45 -07002381IPWIRELESS DRIVER
David Sterba099dc4f2008-02-07 10:57:12 +01002382P: Jiri Kosina
2383M: jkosina@suse.cz
2384P: David Sterba
2385M: dsterba@suse.cz
2386S: Maintained
2387T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2388
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002389IPX NETWORK LAYER
2390P: Arnaldo Carvalho de Melo
2391M: acme@ghostprotocols.net
2392L: netdev@vger.kernel.org
2393S: Maintained
2394
Linus Torvalds1da177e2005-04-16 15:20:36 -07002395IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002396P: Samuel Ortiz
2397M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002398L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002399W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002400S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002401
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002402ISAPNP
2403P: Jaroslav Kysela
2404M: perex@perex.cz
2405S: Maintained
2406
Mike Christie14816b12007-11-28 16:22:06 -08002407ISCSI
2408P: Mike Christie
2409M: michaelc@cs.wisc.edu
2410L: open-iscsi@googlegroups.com
2411W: www.open-iscsi.org
2412T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2413S: Maintained
2414
Linus Torvalds1da177e2005-04-16 15:20:36 -07002415ISDN SUBSYSTEM
2416P: Karsten Keil
2417M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002418L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002419W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002420T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002421S: Maintained
2422
2423ISDN SUBSYSTEM (Eicon active card driver)
2424P: Armin Schindler
2425M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002426L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002427W: http://www.melware.de
2428S: Maintained
2429
Hans Verkuil91821ff2007-12-02 09:35:33 -03002430IVTV VIDEO4LINUX DRIVER
2431P: Hans Verkuil
2432M: hverkuil@xs4all.nl
2433L: ivtv-devel@ivtvdriver.org
2434L: ivtv-users@ivtvdriver.org
2435L: video4linux-list@redhat.com
2436W: http://www.ivtvdriver.org
2437S: Maintained
2438
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002439JFS FILESYSTEM
2440P: Dave Kleikamp
2441M: shaggy@austin.ibm.com
2442L: jfs-discussion@lists.sourceforge.net
2443W: http://jfs.sourceforge.net/
2444T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2445S: Supported
2446
Guo-Fu Tseng95252232008-09-16 01:00:11 +08002447JME NETWORK DRIVER
2448P: Guo-Fu Tseng
2449M: cooldavid@cooldavid.org
2450L: netdev@vger.kernel.org
2451S: Maintained
2452
Linus Torvalds1da177e2005-04-16 15:20:36 -07002453JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2454P: David Woodhouse
2455M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002456L: linux-mtd@lists.infradead.org
2457W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002458S: Maintained
2459
Josh Triplettde456d32006-07-30 03:04:00 -07002460JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002461P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002462M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002463L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002464S: Maintained
2465
Rudolf Marek4660cb32006-10-08 22:01:26 +02002466K8TEMP HARDWARE MONITORING DRIVER
2467P: Rudolf Marek
2468M: r.marek@assembler.cz
2469L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002470S: Maintained
2471
2472KCONFIG
2473P: Roman Zippel
2474M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002475L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002476S: Maintained
2477
Vivek Goyalea6c2082006-05-20 14:59:55 -07002478KDUMP
2479P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002480M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002481P: Haren Myneni
2482M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002483L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002484L: linux-kernel@vger.kernel.org
2485W: http://lse.sourceforge.net/kdump/
2486S: Maintained
2487
Linus Torvalds1da177e2005-04-16 15:20:36 -07002488KERNEL AUTOMOUNTER (AUTOFS)
2489P: H. Peter Anvin
2490M: hpa@zytor.com
2491L: autofs@linux.kernel.org
2492S: Odd Fixes
2493
2494KERNEL AUTOMOUNTER v4 (AUTOFS4)
2495P: Ian Kent
2496M: raven@themaw.net
2497L: autofs@linux.kernel.org
2498S: Maintained
2499
2500KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501P: Sam Ravnborg
2502M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002503T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2504T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002505L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002506S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002507
2508KERNEL JANITORS
2509P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002510L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002511W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002512S: Maintained
2513
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002514KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002515P: J. Bruce Fields
2516M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002517P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002518M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002519L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002520W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002521S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002522
Avi Kivity426d62e2006-12-13 00:34:03 -08002523KERNEL VIRTUAL MACHINE (KVM)
2524P: Avi Kivity
Avi Kivity9ea1de42008-09-19 19:25:30 -07002525M: avi@redhat.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002526L: kvm@vger.kernel.org
2527W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002528S: Supported
2529
Joerg Roedelad8003d2008-09-10 20:01:07 +02002530KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2531P: Joerg Roedel
2532M: joerg.roedel@amd.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002533L: kvm@vger.kernel.org
2534W: http://kvm.qumranet.com
2535S: Supported
2536
Hollis Blanchard513014b2008-04-16 23:28:08 -05002537KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2538P: Hollis Blanchard
2539M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002540L: kvm-ppc@vger.kernel.org
2541W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002542S: Supported
2543
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002544KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002545P: Anthony Xu
2546M: anthony.xu@intel.com
2547P: Xiantao Zhang
2548M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002549L: kvm-ia64@vger.kernel.org
2550W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002551S: Supported
2552
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002553KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2554P: Carsten Otte
2555M: cotte@de.ibm.com
2556P: Christian Borntraeger
2557M: borntraeger@de.ibm.com
2558M: linux390@de.ibm.com
2559L: linux-s390@vger.kernel.org
2560W: http://www.ibm.com/developerworks/linux/linux390/
2561S: Supported
2562
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002563KEXEC
2564P: Eric Biederman
2565M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002566W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002567L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002568L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002569S: Maintained
2570
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002571KGDB
2572P: Jason Wessel
2573M: jason.wessel@windriver.com
2574L: kgdb-bugreport@lists.sourceforge.net
2575S: Maintained
2576
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002577KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002578P: Ananth N Mavinakayanahalli
2579M: ananth@in.ibm.com
2580P: Anil S Keshavamurthy
2581M: anil.s.keshavamurthy@intel.com
2582P: David S. Miller
2583M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002584P: Masami Hiramatsu
2585M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002586L: linux-kernel@vger.kernel.org
2587S: Maintained
2588
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002589KS0108 LCD CONTROLLER DRIVER
2590P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002591M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002592L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002593W: http://miguelojeda.es/auxdisplay.htm
2594W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002595S: Maintained
2596
Linus Torvalds1da177e2005-04-16 15:20:36 -07002597LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002598L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002599S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002600
2601LASI 53c700 driver for PARISC
2602P: James E.J. Bottomley
2603M: James.Bottomley@HansenPartnership.com
2604L: linux-scsi@vger.kernel.org
2605S: Maintained
2606
Richard Purdie263de9b2006-05-15 09:44:16 -07002607LED SUBSYSTEM
2608P: Richard Purdie
2609M: rpurdie@rpsys.net
2610S: Maintained
2611
Linus Torvalds1da177e2005-04-16 15:20:36 -07002612LEGO USB Tower driver
2613P: Juergen Stuber
2614M: starblue@users.sourceforge.net
2615L: legousb-devel@lists.sourceforge.net
2616W: http://legousb.sourceforge.net/
2617S: Maintained
2618
Rusty Russell568a17f2007-10-25 14:12:24 +10002619LGUEST
2620P: Rusty Russell
2621M: rusty@rustcorp.com.au
2622L: lguest@ozlabs.org
2623W: http://lguest.ozlabs.org/
2624S: Maintained
2625
Linus Torvalds1da177e2005-04-16 15:20:36 -07002626LINUX FOR IBM pSERIES (RS/6000)
2627P: Paul Mackerras
2628M: paulus@au.ibm.com
2629W: http://www.ibm.com/linux/ltc/projects/ppc
2630S: Supported
2631
2632LINUX FOR NCR VOYAGER
2633P: James Bottomley
2634M: James.Bottomley@HansenPartnership.com
2635W: http://www.hansenpartnership.com/voyager
2636S: Maintained
2637
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002638LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002639P: Paul Mackerras
2640M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002641P: Benjamin Herrenschmidt
2642M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002643W: http://www.penguinppc.org/
2644L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002645T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002646S: Supported
2647
2648LINUX FOR POWER MACINTOSH
2649P: Benjamin Herrenschmidt
2650M: benh@kernel.crashing.org
2651W: http://www.penguinppc.org/
2652L: linuxppc-dev@ozlabs.org
2653S: Maintained
2654
Grant Likely77a76362008-07-12 12:11:43 -06002655LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002656P: Sylvain Munaut
2657M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002658P: Grant Likely
2659M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002661S: Maintained
2662
2663LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002664P: Josh Boyer
2665M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002666P: Matt Porter
2667M: mporter@kernel.crashing.org
2668W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002669L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002670T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002671S: Maintained
2672
Grant Likely260c02a2007-10-02 12:15:34 +10002673LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2674P: Grant Likely
2675M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002676W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002677L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002678S: Maintained
2679
Tom Rinie93adf12005-07-26 12:49:53 -07002680LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002681P: Vitaly Bordug
2682M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002683P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002684M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002685W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002686L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002687S: Maintained
2688
Linus Torvalds1da177e2005-04-16 15:20:36 -07002689LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002690P: Kumar Gala
2691M: galak@kernel.crashing.org
2692W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002693L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002694S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002695
Olof Johanssonab06ff32006-09-06 14:44:54 -05002696LINUX FOR POWERPC PA SEMI PWRFICIENT
2697P: Olof Johansson
2698M: olof@lixom.net
2699W: http://www.pasemi.com/
2700L: linuxppc-dev@ozlabs.org
2701S: Supported
2702
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703LINUX SECURITY MODULE (LSM) FRAMEWORK
2704P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002705M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002706L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002707T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002708S: Supported
2709
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002710LLC (802.2)
2711P: Arnaldo Carvalho de Melo
2712M: acme@ghostprotocols.net
2713S: Maintained
2714
Pavel Machek455fbdd2008-11-12 13:27:02 -08002715LIS3LV02D ACCELEROMETER DRIVER
2716P: Eric Piel
2717M: eric.piel@tremplin-utc.net
2718S: Maintained
2719
Linus Torvalds1da177e2005-04-16 15:20:36 -07002720LM83 HARDWARE MONITOR DRIVER
2721P: Jean Delvare
2722M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002723L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002724S: Maintained
2725
2726LM90 HARDWARE MONITOR DRIVER
2727P: Jean Delvare
2728M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002729L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002730S: Maintained
2731
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002732LOCKDEP AND LOCKSTAT
2733P: Peter Zijlstra
2734M: peterz@infradead.org
2735P: Ingo Molnar
2736M: mingo@redhat.com
2737L: linux-kernel@vger.kernel.org
2738T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2739S: Maintained
2740
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002741LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002742P: Richard Russon (FlatCap)
2743M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002744L: linux-ntfs-dev@lists.sourceforge.net
2745W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002746S: Maintained
2747
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002748LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2749P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002750M: Eric.Moore@lsi.com
2751M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002752L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002753L: linux-scsi@vger.kernel.org
2754W: http://www.lsilogic.com/support
2755S: Supported
2756
Linus Torvalds1da177e2005-04-16 15:20:36 -07002757LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2758P: Matthew Wilcox
2759M: matthew@wil.cx
2760L: linux-scsi@vger.kernel.org
2761S: Maintained
2762
Mike Frysinger81365c32008-10-29 14:01:12 -07002763LTP (Linux Test Project)
2764P: Subrata Modak
2765M: subrata@linux.vnet.ibm.com
2766P: Mike Frysinger
2767M: vapier@gentoo.org
2768L: ltp-list@lists.sourceforge.net (subscribers-only)
2769W: http://ltp.sourceforge.net/
2770T: git kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
2771S: Maintained
2772
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002773M32R ARCHITECTURE
2774P: Hirokazu Takata
2775M: takata@linux-m32r.org
2776L: linux-m32r@ml.linux-m32r.org
2777L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2778W: http://www.linux-m32r.org/
2779S: Maintained
2780
Linus Torvalds1da177e2005-04-16 15:20:36 -07002781M68K ARCHITECTURE
2782P: Geert Uytterhoeven
2783M: geert@linux-m68k.org
2784P: Roman Zippel
2785M: zippel@linux-m68k.org
2786L: linux-m68k@lists.linux-m68k.org
2787W: http://www.linux-m68k.org/
2788W: http://linux-m68k-cvs.ubb.ca/
2789S: Maintained
2790
2791M68K ON APPLE MACINTOSH
2792P: Joshua Thompson
2793M: funaho@jurai.org
2794W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002795L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002796S: Maintained
2797
2798M68K ON HP9000/300
2799P: Philip Blundell
2800M: philb@gnu.org
2801W: http://www.tazenda.demon.co.uk/phil/linux-hp
2802S: Maintained
2803
Jiri Benc64a327a2007-05-05 11:47:08 -07002804MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002805P: Johannes Berg
2806M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002807P: Michael Wu
2808M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002809L: linux-wireless@vger.kernel.org
2810W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002811T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002812S: Maintained
2813
Stefano Brivio1036d862007-12-23 04:46:27 +01002814MAC80211 PID RATE CONTROL
2815P: Stefano Brivio
2816M: stefano.brivio@polimi.it
2817P: Mattias Nissler
2818M: mattias.nissler@gmx.de
2819L: linux-wireless@vger.kernel.org
2820W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2821T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2822S: Maintained
2823
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002824MACVLAN DRIVER
2825P: Patrick McHardy
2826M: kaber@trash.net
2827L: netdev@vger.kernel.org
2828S: Maintained
2829
Michael Kerriskfaf16682005-07-31 22:34:47 -07002830MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002831P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002832M: mtk.manpages@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02002833W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07002834L: linux-man@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02002835S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002836
Stefano Brivio74cda162007-11-19 20:27:46 +01002837MARVELL LIBERTAS WIRELESS DRIVER
2838P: Dan Williams
2839M: dcbw@redhat.com
2840L: libertas-dev@lists.infradead.org
2841S: Maintained
2842
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002843MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002844P: Lennert Buytenhek
2845M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002846L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002847S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002848
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002849MARVELL YUKON / SYSKONNECT DRIVER
2850P: Mirko Lindner
2851M: mlindner@syskonnect.de
2852P: Ralph Roesler
2853M: rroesler@syskonnect.de
2854W: http://www.syskonnect.com
2855S: Supported
2856
Linus Torvalds1da177e2005-04-16 15:20:36 -07002857MATROX FRAMEBUFFER DRIVER
2858P: Petr Vandrovec
2859M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002860L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002861S: Maintained
2862
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002863MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2864P: Hans J. Koch
2865M: hjk@linutronix.de
2866L: lm-sensors@lm-sensors.org
2867S: Maintained
2868
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002869MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002870P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002871M: megaraidlinux@lsi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002872L: linux-scsi@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002873W: http://megaraid.lsilogic.com
2874S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002875
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002876MEMORY MANAGEMENT
2877L: linux-mm@kvack.org
2878L: linux-kernel@vger.kernel.org
2879W: http://www.linux-mm.org
2880S: Maintained
2881
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002882MEMORY RESOURCE CONTROLLER
2883P: Balbir Singh
2884M: balbir@linux.vnet.ibm.com
2885P: Pavel Emelyanov
2886M: xemul@openvz.org
2887P: KAMEZAWA Hiroyuki
2888M: kamezawa.hiroyu@jp.fujitsu.com
2889L: linux-mm@kvack.org
2890L: linux-kernel@vger.kernel.org
2891S: Maintained
2892
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002893MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002894P: David Woodhouse
2895M: dwmw2@infradead.org
2896W: http://www.linux-mtd.infradead.org/
2897L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002898T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002899S: Maintained
2900
2901MICROTEK X6 SCANNER
2902P: Oliver Neukum
2903M: oliver@neukum.name
2904S: Maintained
2905
2906MIPS
2907P: Ralf Baechle
2908M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002909W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002910L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002911T: git www.linux-mips.org:/pub/scm/linux.git
2912S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002913
2914MISCELLANEOUS MCA-SUPPORT
2915P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002916M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002917L: linux-kernel@vger.kernel.org
2918S: Maintained
2919
2920MODULE SUPPORT
2921P: Rusty Russell
2922M: rusty@rustcorp.com.au
2923L: linux-kernel@vger.kernel.org
2924S: Maintained
2925
2926MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2927P: Stelian Pop
2928M: stelian@popies.net
2929W: http://popies.net/meye/
2930S: Maintained
2931
Pavel Pisac58ff042007-05-16 01:10:41 +02002932MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2933P: Pavel Pisa
2934M: ppisa@pikron.com
2935L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002936S: Maintained
2937
Linus Torvalds1da177e2005-04-16 15:20:36 -07002938MOUSE AND MISC DEVICES [GENERAL]
2939P: Alessandro Rubini
2940M: rubini@ipvvis.unipv.it
2941L: linux-kernel@vger.kernel.org
2942S: Maintained
2943
Jiri Slabyb9705b62008-04-30 00:53:48 -07002944MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002945P: Jiri Slaby
2946M: jirislaby@gmail.com
2947L: linux-kernel@vger.kernel.org
2948S: Maintained
2949
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002950MSI LAPTOP SUPPORT
2951P: Lennart Poettering
2952M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002953W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002954W: http://0pointer.de/lennart/tchibo.html
2955S: Maintained
2956
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002957MULTIFUNCTION DEVICES (MFD)
2958P: Samuel Ortiz
2959M: sameo@openedhand.com
2960L: linux-kernel@vger.kernel.org
2961S: Supported
2962
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002963MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002964P: Pierre Ossman
2965M: drzeus-mmc@drzeus.cx
2966L: linux-kernel@vger.kernel.org
2967S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002968
David Brownell15a05802007-08-08 09:12:54 -07002969MULTIMEDIA CARD (MMC) ETC. OVER SPI
2970P: David Brownell
2971M: dbrownell@users.sourceforge.net
2972L: linux-kernel@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002973S: Odd Fixes
David Brownell15a05802007-08-08 09:12:54 -07002974
Linus Torvalds1da177e2005-04-16 15:20:36 -07002975MULTISOUND SOUND DRIVER
2976P: Andrew Veliath
2977M: andrewtv@usa.net
2978S: Maintained
2979
Jiri Slabyd7354102006-12-08 02:38:35 -08002980MULTITECH MULTIPORT CARD (ISICOM)
2981P: Jiri Slaby
2982M: jirislaby@gmail.com
2983L: linux-kernel@vger.kernel.org
2984S: Maintained
2985
Felipe Balbi550a7372008-07-24 12:27:36 +03002986MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Jean Delvare795fb7e2008-09-20 12:33:08 +02002987P: Felipe Balbi
2988M: felipe.balbi@nokia.com
2989L: linux-usb@vger.kernel.org
2990S: Maintained
Felipe Balbi550a7372008-07-24 12:27:36 +03002991
Brice Goglin2d3cf582008-05-17 12:45:36 +02002992MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2993P: Andrew Gallatin
2994M: gallatin@myri.com
2995P: Brice Goglin
2996M: brice@myri.com
2997L: netdev@vger.kernel.org
2998W: http://www.myri.com/scs/download-Myri10GE.html
2999S: Supported
3000
Linus Torvalds1da177e2005-04-16 15:20:36 -07003001NATSEMI ETHERNET DRIVER (DP8381x)
Jean Delvare795fb7e2008-09-20 12:33:08 +02003002P: Tim Hockin
Linus Torvalds1da177e2005-04-16 15:20:36 -07003003M: thockin@hockin.org
3004S: Maintained
3005
3006NCP FILESYSTEM
3007P: Petr Vandrovec
3008M: vandrove@vc.cvut.cz
3009L: linware@sh.cvut.cz
3010S: Maintained
3011
3012NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3013P: James E.J. Bottomley
3014M: James.Bottomley@HansenPartnership.com
3015L: linux-scsi@vger.kernel.org
3016S: Maintained
3017
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003018NETEFFECT IWARP RNIC DRIVER (IW_NES)
3019P: Faisal Latif
Roland Dreier7b49d952008-10-16 15:39:14 -07003020M: faisal.latif@intel.com
Chien Tung5f625602008-05-26 15:23:32 -07003021P: Chien Tung
Roland Dreier7b49d952008-10-16 15:39:14 -07003022M: chien.tin.tung@intel.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003023L: general@lists.openfabrics.org
3024W: http://www.neteffect.com
3025S: Supported
3026F: drivers/infiniband/hw/nes/
3027
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003028NETEM NETWORK EMULATOR
3029P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003030M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07003031L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003032S: Maintained
3033
Jiri Slaby4a584482007-08-30 23:56:39 -07003034NETERION (S2IO) Xframe 10GbE DRIVER
3035P: Ramkrishna Vepa
3036M: ram.vepa@neterion.com
3037P: Rastapur Santosh
3038M: santosh.rastapur@neterion.com
3039P: Sivakumar Subramani
3040M: sivakumar.subramani@neterion.com
3041P: Sreenivasa Honnur
3042M: sreenivasa.honnur@neterion.com
3043L: netdev@vger.kernel.org
3044W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
3045S: Supported
3046
Linus Torvalds1da177e2005-04-16 15:20:36 -07003047NETFILTER/IPTABLES/IPCHAINS
3048P: Rusty Russell
3049P: Marc Boucher
3050P: James Morris
3051P: Harald Welte
3052P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07003053P: Patrick McHardy
3054M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07003055L: netfilter-devel@vger.kernel.org
3056L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07003057L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003058W: http://www.netfilter.org/
3059W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003060S: Supported
3061
Paul Moore4cc67732006-09-25 15:57:13 -07003062NETLABEL
3063P: Paul Moore
3064M: paul.moore@hp.com
3065W: http://netlabel.sf.net
3066L: netdev@vger.kernel.org
3067S: Supported
3068
Linus Torvalds1da177e2005-04-16 15:20:36 -07003069NETROM NETWORK LAYER
3070P: Ralf Baechle
3071M: ralf@linux-mips.org
3072L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003073W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003074S: Maintained
3075
Pavel Machek5ddb88c2006-09-29 02:01:29 -07003076NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003077P: Paul Clements
3078M: Paul.Clements@steeleye.com
3079S: Maintained
3080
3081NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003082P: Jeff Garzik
3083M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003084L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003085T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003086S: Maintained
3087
3088NETWORKING [GENERAL]
3089P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003090M: netdev@vger.kernel.org
3091L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003092W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003093S: Maintained
3094
3095NETWORKING [IPv4/IPv6]
3096P: David S. Miller
3097M: davem@davemloft.net
3098P: Alexey Kuznetsov
3099M: kuznet@ms2.inr.ac.ru
3100P: Pekka Savola (ipv6)
3101M: pekkas@netcore.fi
3102P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003103M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003104P: Hideaki YOSHIFUJI
3105M: yoshfuji@linux-ipv6.org
3106P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003107M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003108L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003109T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003110S: Maintained
3111
James Morris10e2ff12007-08-25 14:41:28 -07003112NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3113P: Paul Moore
3114M: paul.moore@hp.com
3115L: netdev@vger.kernel.org
3116S: Maintained
3117
John W. Linville29f8f632006-01-18 14:52:48 -08003118NETWORKING [WIRELESS]
3119P: John W. Linville
3120M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003121L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003122T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3123S: Maintained
3124
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003125NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003126P: Dhananjay Phadke
3127M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003128L: netdev@vger.kernel.org
3129W: http://www.netxen.com
3130S: Supported
3131
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003132NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003133P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003134M: Trond.Myklebust@netapp.com
3135L: linux-nfs@vger.kernel.org
3136W: http://client.linux-nfs.org
3137T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003138S: Maintained
3139
3140NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003141P: Jan-Pascal van Best
3142M: janpascal@vanbest.org
3143P: Andreas Mohr
3144M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003145L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003146S: Maintained
3147
3148NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3149P: YOKOTA Hiroshi
3150M: yokota@netlab.is.tsukuba.ac.jp
3151W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3152S: Maintained
3153
3154NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3155P: GOTO Masanori
3156M: gotom@debian.or.jp
3157P: YOKOTA Hiroshi
3158M: yokota@netlab.is.tsukuba.ac.jp
3159W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3160S: Maintained
3161
Linus Torvalds1da177e2005-04-16 15:20:36 -07003162NTFS FILESYSTEM
3163P: Anton Altaparmakov
3164M: aia21@cantab.net
3165L: linux-ntfs-dev@lists.sourceforge.net
3166L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003167W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003168T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003169S: Maintained
3170
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003171NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003172P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003173M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003174L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003175S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003176
Bob Copeland0ad122d2008-07-25 19:45:18 -07003177OMFS FILESYSTEM
3178P: Bob Copeland
3179M: me@bobcopeland.com
3180L: linux-karma-devel@lists.sourceforge.net
3181S: Maintained
3182
Harald Weltec1986ee2005-11-13 16:06:29 -08003183OMNIKEY CARDMAN 4000 DRIVER
3184P: Harald Welte
3185M: laforge@gnumonks.org
3186S: Maintained
3187
Harald Welte77c44ab2005-11-13 16:06:26 -08003188OMNIKEY CARDMAN 4040 DRIVER
3189P: Harald Welte
3190M: laforge@gnumonks.org
3191S: Maintained
3192
Jonathan Corbet77d51402007-03-22 19:44:17 -03003193OMNIVISION OV7670 SENSOR DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003194P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03003195M: corbet@lwn.net
3196L: video4linux-list@redhat.com
3197S: Maintained
3198
Thomas Gleixner431bca72007-05-02 09:31:35 +02003199ONENAND FLASH DRIVER
3200P: Kyungmin Park
3201M: kyungmin.park@samsung.com
3202L: linux-mtd@lists.infradead.org
3203S: Maintained
3204
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205ONSTREAM SCSI TAPE DRIVER
3206P: Willem Riede
3207M: osst@riede.org
3208L: osst-users@lists.sourceforge.net
3209L: linux-scsi@vger.kernel.org
3210S: Maintained
3211
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003212OPENCORES I2C BUS DRIVER
3213P: Peter Korsgaard
3214M: jacmet@sunsite.dk
Jean Delvare846557d2008-10-30 15:55:47 +01003215L: linux-i2c@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003216S: Maintained
3217
Linus Torvalds1da177e2005-04-16 15:20:36 -07003218OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003219P: Robert Richter
3220M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003221L: oprofile-list@lists.sf.net
3222S: Maintained
3223
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003224ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3225P: Mark Fasheh
3226M: mfasheh@suse.com
3227P: Joel Becker
3228M: joel.becker@oracle.com
3229L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3230W: http://oss.oracle.com/projects/ocfs2/
3231T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3232S: Supported
3233
Linus Torvalds1da177e2005-04-16 15:20:36 -07003234ORINOCO DRIVER
3235P: Pavel Roskin
3236M: proski@gnu.org
3237P: David Gibson
3238M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003239L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003240L: orinoco-users@lists.sourceforge.net
3241L: orinoco-devel@lists.sourceforge.net
3242W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003243S: Maintained
3244
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003245P54 WIRELESS DRIVER
3246P: Michael Wu
3247M: flamingice@sourmilk.net
3248L: linux-wireless@vger.kernel.org
3249W: http://prism54.org
3250T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3251S: Maintained
3252
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003253PA SEMI ETHERNET DRIVER
3254P: Olof Johansson
3255M: olof@lixom.net
3256L: netdev@vger.kernel.org
3257S: Maintained
3258
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003259PA SEMI SMBUS DRIVER
3260P: Olof Johansson
3261M: olof@lixom.net
Jean Delvare846557d2008-10-30 15:55:47 +01003262L: linux-i2c@vger.kernel.org
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003263S: Maintained
3264
Harald Welte709ee532008-09-23 17:46:57 +02003265PANASONIC LAPTOP ACPI EXTRAS DRIVER
3266P: Harald Welte
3267M: laforge@gnumonks.org
3268S: Maintained
3269
David Howells4fa97182008-10-13 10:42:44 +01003270PANASONIC MN10300/AM33 PORT
3271P: David Howells
3272M: dhowells@redhat.com
3273P: Koichi Yasutake
3274M: yasutake.koichi@jp.panasonic.com
3275L: linux-am33-list@redhat.com (moderated for non-subscribers)
3276W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3277S: Maintained
3278
Linus Torvalds1da177e2005-04-16 15:20:36 -07003279PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003280L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003281S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003282
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003283PARAVIRT_OPS INTERFACE
3284P: Jeremy Fitzhardinge
3285M: jeremy@xensource.com
3286P: Chris Wright
3287M: chrisw@sous-sol.org
3288P: Zachary Amsden
3289M: zach@vmware.com
3290P: Rusty Russell
3291M: rusty@rustcorp.com.au
3292L: virtualization@lists.osdl.org
3293L: linux-kernel@vger.kernel.org
3294S: Supported
3295
Linus Torvalds1da177e2005-04-16 15:20:36 -07003296PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3297P: Tim Waugh
3298M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003299L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003300W: http://www.torque.net/linux-pp.html
3301S: Maintained
3302
3303PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003304P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003305M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003306P: Matthew Wilcox
3307M: matthew@wil.cx
3308P: Grant Grundler
3309M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003310L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003311W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003312T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003313S: Maintained
3314
Jim Cromie1662d322006-10-06 00:43:59 -07003315PC87360 HARDWARE MONITORING DRIVER
3316P: Jim Cromie
3317M: jim.cromie@gmail.com
3318L: lm-sensors@lm-sensors.org
3319S: Maintained
3320
3321PC8736x GPIO DRIVER
3322P: Jim Cromie
3323M: jim.cromie@gmail.com
3324S: Maintained
3325
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003326PCI ERROR RECOVERY
3327P: Linas Vepstas
3328M: linas@austin.ibm.com
3329L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003330L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003331S: Supported
3332
Linus Torvalds1da177e2005-04-16 15:20:36 -07003333PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003334P: Jesse Barnes
3335M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003336L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003337L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003338T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003339S: Supported
3340
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003341PCIE HOTPLUG DRIVER
3342P: Kristen Carlson Accardi
3343M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003344L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003345S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003346
Linus Torvalds1da177e2005-04-16 15:20:36 -07003347PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003348P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003349L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003350W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003351T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003352S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003353
3354PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003355P: Don Fry
3356M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003357L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003358S: Maintained
3359
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003360PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003361P: Balbir Singh
3362M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003363L: linux-kernel@vger.kernel.org
3364S: Maintained
3365
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003366PERSONALITY HANDLING
3367P: Christoph Hellwig
3368M: hch@infradead.org
3369L: linux-abi-devel@lists.sourceforge.net
3370S: Maintained
3371
Linus Torvalds1da177e2005-04-16 15:20:36 -07003372PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003373P: Joern Engel
3374M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003375L: linux-mtd@lists.infradead.org
3376S: Maintained
3377
Peter Osterlund249a6772005-09-27 21:45:30 -07003378PKTCDVD DRIVER
3379P: Peter Osterlund
3380M: petero2@telia.com
3381L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003382S: Maintained
3383
Linus Torvalds1da177e2005-04-16 15:20:36 -07003384POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003385P: Thomas Gleixner
3386M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003387L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003388S: Supported
3389
Anton Vorontsov3be86142007-07-15 04:43:36 +04003390POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3391P: Anton Vorontsov
3392M: cbou@mail.ru
3393P: David Woodhouse
3394M: dwmw2@infradead.org
3395L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003396T: git git.infradead.org/battery-2.6.git
3397S: Maintained
3398
Linus Torvalds1da177e2005-04-16 15:20:36 -07003399PNP SUPPORT
3400P: Adam Belay
Bjorn Helgaas2d59f6a2008-08-01 10:01:12 -06003401M: abelay@mit.edu
3402P: Bjorn Helgaas
3403M: bjorn.helgaas@hp.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003404S: Maintained
3405
Vitaly Wool999445d2007-01-04 13:07:03 +01003406PNXxxxx I2C DRIVER
3407P: Vitaly Wool
3408M: vitalywool@gmail.com
Jean Delvare846557d2008-10-30 15:55:47 +01003409L: linux-i2c@vger.kernel.org
Vitaly Wool999445d2007-01-04 13:07:03 +01003410S: Maintained
3411
Linus Torvalds1da177e2005-04-16 15:20:36 -07003412PPP PROTOCOL DRIVERS AND COMPRESSORS
3413P: Paul Mackerras
3414M: paulus@samba.org
3415L: linux-ppp@vger.kernel.org
3416S: Maintained
3417
3418PPP OVER ATM (RFC 2364)
3419P: Mitchell Blank Jr
3420M: mitch@sfgoth.com
3421S: Maintained
3422
3423PPP OVER ETHERNET
3424P: Michal Ostrowski
Chris Wright5e70b7f2008-06-09 16:07:28 -07003425M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003426S: Maintained
3427
James Chapmana6d23702007-06-27 15:53:17 -07003428PPP OVER L2TP
3429P: James Chapman
3430M: jchapman@katalix.com
3431S: Maintained
3432
Linus Torvalds1da177e2005-04-16 15:20:36 -07003433PREEMPTIBLE KERNEL
3434P: Robert Love
3435M: rml@tech9.net
3436L: linux-kernel@vger.kernel.org
3437L: kpreempt-tech@lists.sourceforge.net
3438W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3439S: Supported
3440
3441PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003442P: Luis R. Rodriguez
3443M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003444L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003445W: http://prism54.org
3446S: Maintained
3447
3448PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3449P: Peter Denison
3450M: promise@pnd-pc.demon.co.uk
3451W: http://www.pnd-pc.demon.co.uk/promise/
3452S: Maintained
3453
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003454PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3455P: Mikael Pettersson
3456M: mikpe@it.uu.se
3457L: linux-ide@vger.kernel.org
3458S: Maintained
3459
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003460PS3 NETWORK SUPPORT
3461P: Masakazu Mokuno
3462M: mokuno@sm.sony.co.jp
3463L: netdev@vger.kernel.org
3464L: cbe-oss-dev@ozlabs.org
3465S: Supported
3466
Geoff Levandf58a9d12006-11-23 00:46:51 +01003467PS3 PLATFORM SUPPORT
3468P: Geoff Levand
3469M: geoffrey.levand@am.sony.com
3470L: linuxppc-dev@ozlabs.org
3471L: cbe-oss-dev@ozlabs.org
3472S: Supported
3473
Michael Krufky83202042006-07-03 00:24:18 -07003474PVRUSB2 VIDEO4LINUX DRIVER
3475P: Mike Isely
3476M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003477L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003478L: video4linux-list@redhat.com
3479W: http://www.isely.net/pvrusb2/
3480S: Maintained
3481
Eric Miao30ec2612008-06-12 15:21:41 -07003482PXA2xx/PXA3xx SUPPORT
3483P: Eric Miao
3484M: eric.miao@marvell.com
3485P: Russell King
3486M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003487L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003488S: Maintained
3489
Pierre Ossman272f1332007-05-14 21:25:26 +02003490PXA MMCI DRIVER
3491S: Orphan
3492
Linus Torvalds1da177e2005-04-16 15:20:36 -07003493QLOGIC QLA2XXX FC-SCSI DRIVER
3494P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003495M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003496L: linux-scsi@vger.kernel.org
3497S: Supported
3498
Ron Mercer5a4faa82006-07-25 00:40:21 -07003499QLOGIC QLA3XXX NETWORK DRIVER
3500P: Ron Mercer
3501M: linux-driver@qlogic.com
3502L: netdev@vger.kernel.org
3503S: Supported
3504
Ron Mercerc4e84bd2008-09-18 11:56:28 -04003505QLOGIC QLGE 10Gb ETHERNET DRIVER
3506P: Ron Mercer
3507M: linux-driver@qlogic.com
3508M: ron.mercer@qlogic.com
3509L: netdev@vger.kernel.org
3510S: Supported
3511
Linus Torvalds1da177e2005-04-16 15:20:36 -07003512QNX4 FILESYSTEM
3513P: Anders Larsen
3514M: al@alarsen.net
3515L: linux-kernel@vger.kernel.org
3516W: http://www.alarsen.net/linux/qnx4fs/
3517S: Maintained
3518
3519RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003520P: Benjamin Herrenschmidt
3521M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003522L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003523S: Maintained
3524
3525RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003526P: Paul Mackerras
3527M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003528L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003529S: Maintained
3530
Randy Dunlape7839f22008-10-12 16:11:45 -07003531RALINK RT2X00 WIRELESS LAN DRIVER
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003532P: rt2x00 project
3533L: linux-wireless@vger.kernel.org
3534L: rt2400-devel@lists.sourceforge.net
3535W: http://rt2x00.serialmonkey.com/
3536S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003537T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003538F: drivers/net/wireless/rt2x00/
3539
Nick Piggin9db55792008-02-08 04:19:49 -08003540RAMDISK RAM BLOCK DEVICE DRIVER
3541P: Nick Piggin
3542M: npiggin@suse.de
3543S: Maintained
3544
Matt Mackall9e95ce22005-04-16 15:25:56 -07003545RANDOM NUMBER DRIVER
3546P: Matt Mackall
3547M: mpm@selenic.com
3548S: Maintained
3549
Matt Porter394b7012005-11-07 01:00:15 -08003550RAPIDIO SUBSYSTEM
3551P: Matt Porter
3552M: mporter@kernel.crashing.org
3553L: linux-kernel@vger.kernel.org
3554S: Maintained
3555
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003556RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3557P: Corey Thomas
3558M: coreythomas@charter.net
3559L: linux-wireless@vger.kernel.org
3560S: Maintained
3561
3562RCUTORTURE MODULE
3563P: Josh Triplett
3564M: josh@freedesktop.org
3565L: linux-kernel@vger.kernel.org
3566S: Maintained
3567
Florian Fainellic1f766b2008-02-06 22:39:44 +01003568RDC R-321X SoC
3569P: Florian Fainelli
3570M: florian.fainelli@telecomint.eu
3571L: linux-kernel@vger.kernel.org
3572S: Maintained
3573
Florian Fainellidb17f392007-12-19 11:30:30 +01003574RDC R6040 FAST ETHERNET DRIVER
3575P: Florian Fainelli
3576M: florian.fainelli@telecomint.eu
3577L: netdev@vger.kernel.org
3578S: Maintained
3579
Josh Triplett595182b2006-10-04 02:17:21 -07003580READ-COPY UPDATE (RCU)
3581P: Dipankar Sarma
3582M: dipankar@in.ibm.com
3583W: http://www.rdrop.com/users/paulmck/rclock/
3584L: linux-kernel@vger.kernel.org
3585S: Supported
3586
Linus Torvalds1da177e2005-04-16 15:20:36 -07003587REAL TIME CLOCK DRIVER
3588P: Paul Gortmaker
3589M: p_gortmaker@yahoo.com
3590L: linux-kernel@vger.kernel.org
3591S: Maintained
3592
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003593REAL TIME CLOCK (RTC) SUBSYSTEM
3594P: Alessandro Zummo
3595M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003596L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003597S: Maintained
3598
Linus Torvalds1da177e2005-04-16 15:20:36 -07003599REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003600L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003601S: Supported
3602
Ivo van Doorne08976452008-04-12 19:23:55 +02003603RFKILL
3604P: Ivo van Doorn
3605M: IvDoorn@gmail.com
3606L: netdev@vger.kernel.org
3607S: Maintained
3608F: net/rfkill
3609
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003610RISCOM8 DRIVER
3611S: Orphan
3612
Linus Torvalds1da177e2005-04-16 15:20:36 -07003613ROCKETPORT DRIVER
3614P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003615W: http://www.comtrol.com
3616S: Maintained
3617
3618ROSE NETWORK LAYER
3619P: Ralf Baechle
3620M: ralf@linux-mips.org
3621L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003622W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003623S: Maintained
3624
Michael Wu605bebe2007-05-14 01:41:02 -04003625RTL818X WIRELESS DRIVER
3626P: Michael Wu
3627M: flamingice@sourmilk.net
3628P: Andrea Merello
3629M: andreamrl@tiscali.it
3630L: linux-wireless@vger.kernel.org
3631W: http://linuxwireless.org/
3632T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3633S: Maintained
3634
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003635S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003636P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003637M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003638L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003639S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003640
Linus Torvalds1da177e2005-04-16 15:20:36 -07003641S390
3642P: Martin Schwidefsky
3643M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003644P: Heiko Carstens
3645M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003646M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003647L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003648W: http://www.ibm.com/developerworks/linux/linux390/
3649S: Supported
3650
3651S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003652P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003653M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003654P: Frank Blaschka
3655M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003656M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003657L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003658W: http://www.ibm.com/developerworks/linux/linux390/
3659S: Supported
3660
3661S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003662P: Christof Schmitt
3663M: christof.schmitt@de.ibm.com
3664P: Martin Peschke
3665M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003666M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003667L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003668W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003669S: Supported
3670
Ursula Braundd96df22007-09-19 13:09:02 +02003671S390 IUCV NETWORK LAYER
3672P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003673M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003674M: linux390@de.ibm.com
3675L: linux-s390@vger.kernel.org
3676W: http://www.ibm.com/developerworks/linux/linux390/
3677S: Supported
3678
Ben Dooks4dde7f72008-06-30 22:40:38 +01003679S3C24XX SD/MMC Driver
3680P: Ben Dooks
3681M: ben-linux@fluff.org
3682L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3683L: linux-kernel@vger.kernel.org
3684S: Supported
3685
Linus Torvalds1da177e2005-04-16 15:20:36 -07003686SAA7146 VIDEO4LINUX-2 DRIVER
3687P: Michael Hunold
3688M: michael@mihu.de
3689W: http://www.mihu.de/linux/saa7146
3690S: Maintained
3691
Linus Torvalds1da177e2005-04-16 15:20:36 -07003692SC1200 WDT DRIVER
3693P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003694M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003695S: Maintained
3696
3697SCHEDULER
3698P: Ingo Molnar
3699M: mingo@elte.hu
3700P: Robert Love [the preemptible kernel bits]
3701M: rml@tech9.net
3702L: linux-kernel@vger.kernel.org
3703S: Maintained
3704
3705SCSI CDROM DRIVER
3706P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003707M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003708L: linux-scsi@vger.kernel.org
3709W: http://www.kernel.dk
3710S: Maintained
3711
3712SCSI SG DRIVER
3713P: Doug Gilbert
3714M: dgilbert@interlog.com
3715L: linux-scsi@vger.kernel.org
3716W: http://www.torque.net/sg
3717S: Maintained
3718
3719SCSI SUBSYSTEM
3720P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003721M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003722L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003723T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003724T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3725T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003726S: Maintained
3727
3728SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003729P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003730M: Kai.Makisara@kolumbus.fi
3731L: linux-scsi@vger.kernel.org
3732S: Maintained
3733
3734SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003735P: Vlad Yasevich
3736M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003737P: Sridhar Samudrala
3738M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003739L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003740W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003741S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003742
3743SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003744P: Jim Cromie
3745M: jim.cromie@gmail.com
3746S: Odd Fixes
3747
3748SCx200 GPIO DRIVER
3749P: Jim Cromie
3750M: jim.cromie@gmail.com
3751S: Maintained
3752
3753SCx200 HRT CLOCKSOURCE DRIVER
3754P: Jim Cromie
3755M: jim.cromie@gmail.com
3756S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003757
Sascha Sommer6a369132008-07-15 14:21:29 +02003758SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3759P: Sascha Sommer
3760M: saschasommer@freenet.de
3761L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3762S: Maintained
3763
Randy Dunlape7839f22008-10-12 16:11:45 -07003764SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003765P: Pierre Ossman
3766M: drzeus-sdhci@drzeus.cx
3767L: sdhci-devel@list.drzeus.cx
3768S: Maintained
3769
James Morris8711cca2008-12-04 03:19:45 +11003770SECURITY SUBSYSTEM
3771F: security/
3772P: James Morris
3773M: jmorris@namei.org
3774L: linux-kernel@vger.kernel.org
3775L: linux-security-module@vger.kernel.org (suggested Cc:)
3776T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
3777S: Supported
3778
Linus Torvalds1da177e2005-04-16 15:20:36 -07003779SECURITY CONTACT
3780P: Security Officers
3781M: security@kernel.org
3782S: Supported
3783
3784SELINUX SECURITY MODULE
3785P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003786M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003787P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003788M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003789P: Eric Paris
3790M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003792L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Stephen Smalleyf0589252008-09-11 09:20:26 -04003793W: http://selinuxproject.org
3794T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003795S: Supported
3796
Jiri Slabycef2cf02007-05-08 00:31:45 -07003797SENSABLE PHANTOM
3798P: Jiri Slaby
3799M: jirislaby@gmail.com
3800S: Maintained
3801
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003802SERIAL ATA (SATA) SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07003803P: Jeff Garzik
3804M: jgarzik@pobox.com
3805L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003806T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003807S: Supported
3808
Ben Hutchings8ceee662008-04-27 12:55:59 +01003809SFC NETWORK DRIVER
3810P: Steve Hodgson
3811P: Ben Hutchings
3812P: Robert Stonehouse
3813M: linux-net-drivers@solarflare.com
3814S: Supported
3815
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003816SGI GRU DRIVER
3817P: Jack Steiner
3818M: steiner@sgi.com
3819S: Maintained
3820
3821SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3822P: Pat Gefre
3823M: pfg@sgi.com
3824L: linux-ia64@vger.kernel.org
3825S: Supported
3826
Linus Torvalds1da177e2005-04-16 15:20:36 -07003827SGI VISUAL WORKSTATION 320 AND 540
3828P: Andrey Panin
3829M: pazke@donpac.ru
3830L: linux-visws-devel@lists.sf.net
3831W: http://linux-visws.sf.net
3832S: Maintained for 2.6.
3833
Jack Steiner75312612008-08-15 00:40:42 -07003834SGI XP/XPC/XPNET DRIVER
3835P: Dean Nelson
3836M: dcn@sgi.com
3837S: Maintained
3838
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003839SHARP LH SUPPORT (LH7952X & LH7A40X)
3840P: Marc Singer
3841M: elf@buici.com
3842W: http://projects.buici.com/arm
3843L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3844S: Maintained
3845
3846SHPC HOTPLUG DRIVER
3847P: Kristen Carlson Accardi
3848M: kristen.c.accardi@intel.com
3849L: linux-pci@vger.kernel.org
3850S: Supported
3851
Linus Torvalds1da177e2005-04-16 15:20:36 -07003852SIMTEC EB110ATX (Chalice CATS)
3853P: Ben Dooks
3854P: Vincent Sanders
3855M: support@simtec.co.uk
3856W: http://www.simtec.co.uk/products/EB110ATX/
3857S: Supported
3858
3859SIMTEC EB2410ITX (BAST)
3860P: Ben Dooks
3861P: Vincent Sanders
3862M: support@simtec.co.uk
3863W: http://www.simtec.co.uk/products/EB2410ITX/
3864S: Supported
3865
Francois Romieu92aab3c2005-07-30 13:11:18 +02003866SIS 190 ETHERNET DRIVER
3867P: Francois Romieu
3868M: romieu@fr.zoreil.com
3869L: netdev@vger.kernel.org
3870S: Maintained
3871
Linus Torvalds1da177e2005-04-16 15:20:36 -07003872SIS 900/7016 FAST ETHERNET DRIVER
3873P: Daniele Venzano
3874M: venza@brownhat.org
3875W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003876L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003877S: Maintained
3878
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003879SIS 96X I2C/SMBUS DRIVER
3880P: Mark M. Hoffman
3881M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01003882L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003883S: Maintained
3884
Linus Torvalds1da177e2005-04-16 15:20:36 -07003885SIS FRAMEBUFFER DRIVER
3886P: Thomas Winischhofer
3887M: thomas@winischhofer.net
3888W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003889S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003890
3891SIS USB2VGA DRIVER
3892P: Thomas Winischhofer
3893M: thomas@winischhofer.net
3894W: http://www.winischhofer.at/linuxsisusbvga.shtml
3895S: Maintained
3896
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003897SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3898P: Stephen Hemminger
3899M: shemminger@linux-foundation.org
3900L: netdev@vger.kernel.org
3901S: Maintained
3902
Christoph Lameter415ad262007-07-26 10:40:56 -07003903SLAB ALLOCATOR
3904P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003905M: cl@linux-foundation.org
Christoph Lameter415ad262007-07-26 10:40:56 -07003906P: Pekka Enberg
3907M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003908P: Matt Mackall
3909M: mpm@selenic.com
Christoph Lameter415ad262007-07-26 10:40:56 -07003910L: linux-mm@kvack.org
3911S: Maintained
3912
Linus Torvalds1da177e2005-04-16 15:20:36 -07003913SMC91x ETHERNET DRIVER
3914P: Nicolas Pitre
3915M: nico@cam.org
3916S: Maintained
3917
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003918SMSC47B397 HARDWARE MONITOR DRIVER
3919P: Mark M. Hoffman
3920M: mhoffman@lightlink.com
3921L: lm-sensors@lm-sensors.org
3922S: Maintained
3923
Ben Nizetteb54f2862008-03-13 22:27:30 +11003924SMX UIO Interface
3925P: Ben Nizette
3926M: bn@niasdigital.com
3927S: Maintained
3928
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003929SN-IA64 (Itanium) SUB-PLATFORM
3930P: Jes Sorensen
3931M: jes@sgi.com
3932L: linux-altix@sgi.com
3933L: linux-ia64@vger.kernel.org
3934W: http://www.sgi.com/altix
3935S: Maintained
3936
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003937SOC-CAMERA V4L2 SUBSYSTEM
Jean Delvare795fb7e2008-09-20 12:33:08 +02003938P: Guennadi Liakhovetski
3939M: g.liakhovetski@gmx.de
3940L: video4linux-list@redhat.com
3941S: Maintained
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003942
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003943SOEKRIS NET48XX LED SUPPORT
3944P: Chris Boot
3945M: bootc@bootc.net
3946S: Maintained
3947
Linus Torvalds1da177e2005-04-16 15:20:36 -07003948SOFTWARE RAID (Multiple Disks) SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07003949P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003950M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003951L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003952S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003953
Linus Torvalds1da177e2005-04-16 15:20:36 -07003954SONIC NETWORK DRIVER
3955P: Thomas Bogendoerfer
3956M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003957L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003958S: Maintained
3959
Michael Buesch61e115a2007-09-18 15:12:50 -04003960SONICS SILICON BACKPLANE DRIVER (SSB)
3961P: Michael Buesch
3962M: mb@bu3sch.de
3963L: netdev@vger.kernel.org
3964S: Maintained
3965
Linus Torvalds1da177e2005-04-16 15:20:36 -07003966SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003967P: Mattia Dongili
3968M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003969L: linux-acpi@vger.kernel.org
3970W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003971S: Maintained
3972
Alex Dubovbaf85322008-02-09 10:20:54 -08003973SONY MEMORYSTICK CARD SUPPORT
3974P: Alex Dubov
3975M: oakad@yahoo.com
3976L: linux-kernel@vger.kernel.org
3977W: http://tifmxx.berlios.de/
3978S: Maintained
3979
Linus Torvalds1da177e2005-04-16 15:20:36 -07003980SOUND
3981P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003982M: perex@perex.cz
Takashi Iwai281712f2008-08-19 13:10:04 +02003983P: Takashi Iwai
3984M: tiwai@suse.de
Takashi Iwai82622042007-04-16 12:32:52 +02003985L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003986S: Maintained
3987
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003988SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3989P: Liam Girdwood
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01003990M: lrg@slimlogic.co.uk
Mark Brown2cad0ad2008-01-10 14:33:07 +01003991P: Mark Brown
3992M: broonie@opensource.wolfsonmicro.com
3993T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003994L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01003995W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003996S: Supported
3997
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003998SPARC (sparc32)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003999P: William L. Irwin
4000M: wli@holomorphy.com
4001L: sparclinux@vger.kernel.org
4002S: Maintained
4003
4004SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4005P: Roger Wolff
4006M: R.E.Wolff@BitWizard.nl
4007L: linux-kernel@vger.kernel.org ?
4008S: Supported
4009
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004010SPI SUBSYSTEM
4011P: David Brownell
4012M: dbrownell@users.sourceforge.net
4013L: spi-devel-general@lists.sourceforge.net
4014S: Maintained
4015
Jim Lewis2752e402006-09-29 02:01:19 -07004016SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01004017P: Ishizaki Kou
4018M: kou.ishizaki@toshiba.co.jp
4019P: Jens Osterkamp
4020M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07004021L: netdev@vger.kernel.org
4022S: Supported
4023
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004024SPU FILE SYSTEM
4025P: Jeremy Kerr
4026M: jk@ozlabs.org
4027L: linuxppc-dev@ozlabs.org
4028L: cbe-oss-dev@ozlabs.org
4029W: http://www.ibm.com/developerworks/power/cell/
4030S: Supported
4031
Linus Torvalds1da177e2005-04-16 15:20:36 -07004032SRM (Alpha) environment access
4033P: Jan-Benedict Glaw
4034M: jbglaw@lug-owl.de
4035L: linux-kernel@vger.kernel.org
4036S: Maintained
4037
Linus Torvalds26e9a392008-10-17 09:50:12 -07004038STABLE BRANCH
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004039P: Greg Kroah-Hartman
4040M: greg@kroah.com
4041P: Chris Wright
4042M: chrisw@sous-sol.org
4043L: stable@kernel.org
4044S: Maintained
4045
Linus Torvalds26e9a392008-10-17 09:50:12 -07004046STAGING SUBSYSTEM
4047P: Greg Kroah-Hartman
4048M: gregkh@suse.de
4049L: linux-kernel@vger.kernel.org
4050T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4051S: Maintained
4052
Linus Torvalds1da177e2005-04-16 15:20:36 -07004053STARFIRE/DURALAN NETWORK DRIVER
4054P: Ion Badulescu
4055M: ionut@cs.columbia.edu
4056S: Maintained
4057
4058STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4059W: http://mosquitonet.Stanford.EDU/strip.html
Jean Delvarebaaea1d2008-09-20 12:34:33 +02004060S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07004061
4062STRADIS MPEG-2 DECODER DRIVER
4063P: Nathan Laredo
4064M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004065W: http://www.stradis.com/
4066S: Maintained
4067
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004068SUN3/3X
4069P: Sam Creasey
4070M: sammy@sammy.net
4071W: http://sammy.net/sun3/
4072S: Maintained
4073
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004074SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07004075P: Paul Mundt
4076M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004077L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004078W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004079T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09004080S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004081
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004082SUSPEND TO RAM
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004083P: Len Brown
4084M: len.brown@intel.com
4085P: Pavel Machek
4086M: pavel@suse.cz
4087P: Rafael J. Wysocki
4088M: rjw@sisk.pl
4089L: linux-pm@lists.linux-foundation.org
4090S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004091
4092SVGA HANDLING
4093P: Martin Mares
4094M: mj@ucw.cz
4095L: linux-video@atrey.karlin.mff.cuni.cz
4096S: Maintained
4097
4098SYSV FILESYSTEM
4099P: Christoph Hellwig
4100M: hch@infradead.org
4101S: Maintained
4102
Alan Cox4e688522008-04-30 00:52:11 -07004103TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07004104P: Balbir Singh
4105M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004106L: linux-kernel@vger.kernel.org
4107S: Maintained
4108
Stephen Hemminger781b4562006-07-10 20:25:29 -07004109TC CLASSIFIER
4110P: Jamal Hadi Salim
4111M: hadi@cyberus.ca
4112L: netdev@vger.kernel.org
4113S: Maintained
4114
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004115TCP LOW PRIORITY MODULE
4116P: Wong Hoi Sing, Edison
4117M: hswong3i@gmail.com
4118P: Hung Hing Lun, Mike
4119M: hlhung3i@gmail.com
4120W: http://tcp-lp-mod.sourceforge.net/
4121S: Maintained
4122
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004123TEHUTI ETHERNET DRIVER
4124P: Alexander Indenbaum
4125M: baum@tehutinetworks.net
4126P: Andy Gospodarek
4127M: andy@greyhouse.net
4128L: netdev@vger.kernel.org
4129S: Supported
4130
Alan Cox4e688522008-04-30 00:52:11 -07004131Telecom Clock Driver for MCPL0010
4132P: Mark Gross
4133M: mark.gross@intel.com
4134S: Supported
4135
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004136TENSILICA XTENSA PORT (xtensa)
Alan Cox4e688522008-04-30 00:52:11 -07004137P: Chris Zankel
4138M: chris@zankel.net
4139S: Maintained
4140
4141THINKPAD ACPI EXTRAS DRIVER
4142P: Henrique de Moraes Holschuh
4143M: ibm-acpi@hmh.eng.br
4144L: ibm-acpi-devel@lists.sourceforge.net
4145W: http://ibm-acpi.sourceforge.net
4146W: http://thinkwiki.org/wiki/Ibm-acpi
4147T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4148S: Maintained
4149
Alex Dubov4020f2d2006-10-04 02:15:37 -07004150TI FLASH MEDIA INTERFACE DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02004151P: Alex Dubov
4152M: oakad@yahoo.com
4153S: Maintained
Alex Dubov4020f2d2006-10-04 02:15:37 -07004154
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004155TI OMAP MMC INTERFACE DRIVER
4156P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004157M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004158W: http://linux.omap.com
4159W: http://www.muru.com/linux/omap/
4160S: Maintained
4161
Michael Buesch844dd052006-06-26 00:24:59 -07004162TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4163P: Deepak Saxena
4164M: dsaxena@plexity.net
4165S: Maintained
4166
Per Lidene86eaa32006-01-12 16:45:18 +01004167TIPC NETWORK LAYER
4168P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004169M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004170P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004171M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004172P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004173M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004174L: tipc-discussion@lists.sourceforge.net
4175W: http://tipc.sourceforge.net/
4176W: http://tipc.cslab.ericsson.net/
4177T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4178S: Maintained
4179
Linus Torvalds1da177e2005-04-16 15:20:36 -07004180TLAN NETWORK DRIVER
4181P: Samuel Chessman
4182M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004183L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004184W: http://sourceforge.net/projects/tlan/
4185S: Maintained
4186
Linus Torvalds1da177e2005-04-16 15:20:36 -07004187TOSHIBA ACPI EXTRAS DRIVER
4188P: John Belmonte
4189M: toshiba_acpi@memebeam.org
4190W: http://memebeam.org/toys/ToshibaAcpiDriver
4191S: Maintained
4192
4193TOSHIBA SMM DRIVER
4194P: Jonathan Buzzard
4195M: jonathan@buzzard.org.uk
4196L: tlinux-users@tce.toshiba-dme.co.jp
4197W: http://www.buzzard.org.uk/toshiba/
4198S: Maintained
4199
Alan Cox4e688522008-04-30 00:52:11 -07004200TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004201P: Debora Velarde
4202M: debora@linux.vnet.ibm.com
4203P: Rajiv Andrade
4204M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004205W: http://tpmdd.sourceforge.net
4206P: Marcel Selhorst
4207M: tpm@selhorst.net
4208W: http://www.prosec.rub.de/tpm/
Rajiv Andrade63a10df2008-10-15 22:04:36 -07004209L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
Alan Cox4e688522008-04-30 00:52:11 -07004210S: Maintained
4211
Linus Torvalds1da177e2005-04-16 15:20:36 -07004212TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004213P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004214M: trivial@kernel.org
4215L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004216S: Maintained
4217
Alan Cox4e688522008-04-30 00:52:11 -07004218TTY LAYER
4219P: Alan Cox
4220M: alan@lxorguk.ukuu.org.uk
4221L: linux-kernel@vger.kernel.org
4222S: Maintained
4223
Grant Grundler740db6d2008-02-17 11:53:49 -07004224TULIP NETWORK DRIVERS
4225P: Grant Grundler
4226M: grundler@parisc-linux.org
4227P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004228M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004229L: netdev@vger.kernel.org
4230S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004231
4232TUN/TAP driver
4233P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004234M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004235L: vtun@office.satix.net
4236W: http://vtun.sourceforge.net/tun
4237S: Maintained
4238
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004239TURBOCHANNEL SUBSYSTEM
4240P: Maciej W. Rozycki
4241M: macro@linux-mips.org
4242S: Maintained
4243
Linus Torvalds1da177e2005-04-16 15:20:36 -07004244U14-34F SCSI DRIVER
4245P: Dario Ballabio
4246M: ballabio_dario@emc.com
4247L: linux-scsi@vger.kernel.org
4248S: Maintained
4249
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004250UBI FILE SYSTEM (UBIFS)
4251P: Artem Bityutskiy
4252M: dedekind@infradead.org
4253P: Adrian Hunter
4254M: ext-adrian.hunter@nokia.com
4255L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004256T: git git://git.infradead.org/ubifs-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004257W: http://www.linux-mtd.infradead.org/doc/ubifs.html
4258S: Maintained
4259
Alan Coxcc2020e2008-05-19 14:21:51 +01004260UCLINUX (AND M68KNOMMU)
4261P: Greg Ungerer
4262M: gerg@uclinux.org
4263W: http://www.uclinux.org/
4264L: uclinux-dev@uclinux.org (subscribers-only)
4265S: Maintained
4266
Alan Coxcc2020e2008-05-19 14:21:51 +01004267UCLINUX FOR RENESAS H8/300
4268P: Yoshinori Sato
4269M: ysato@users.sourceforge.jp
4270W: http://uclinux-h8.sourceforge.jp/
4271S: Supported
4272
Linus Torvalds1da177e2005-04-16 15:20:36 -07004273UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004274P: Jan Kara
4275M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004276W: http://linux-udf.sourceforge.net
4277S: Maintained
4278
Alan Coxcc2020e2008-05-19 14:21:51 +01004279UFS FILESYSTEM
4280P: Evgeniy Dushistov
4281M: dushistov@mail.ru
4282L: linux-kernel@vger.kernel.org
4283S: Maintained
4284
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004285UltraSPARC (sparc64)
Alan Coxcc2020e2008-05-19 14:21:51 +01004286P: David S. Miller
4287M: davem@davemloft.net
4288L: sparclinux@vger.kernel.org
4289T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4290S: Maintained
4291
David Vrabel18332a82008-09-17 16:34:44 +01004292ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4293P: David Vrabel
4294M: david.vrabel@csr.com
4295L: linux-usb@vger.kernel.org
4296S: Supported
4297
Linus Torvalds1da177e2005-04-16 15:20:36 -07004298UNIFORM CDROM DRIVER
4299P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004300M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004301L: linux-kernel@vger.kernel.org
4302W: http://www.kernel.dk
4303S: Maintained
4304
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004305UNSORTED BLOCK IMAGES (UBI)
4306P: Artem Bityutskiy
4307M: dedekind@infradead.org
4308W: http://www.linux-mtd.infradead.org/
4309L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004310T: git git://git.infradead.org/ubi-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004311S: Maintained
4312
Linus Torvalds1da177e2005-04-16 15:20:36 -07004313USB ACM DRIVER
4314P: Oliver Neukum
4315M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004316L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004317S: Maintained
4318
4319USB BLOCK DRIVER (UB ub)
4320P: Pete Zaitcev
4321M: zaitcev@redhat.com
4322L: linux-kernel@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004323L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004324S: Supported
4325
Linus Torvalds1da177e2005-04-16 15:20:36 -07004326USB CDC ETHERNET DRIVER
4327P: Greg Kroah-Hartman
4328M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004329L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004330S: Maintained
4331W: http://www.kroah.com/linux-usb/
4332
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004333USB CYPRESS C67X00 DRIVER
4334P: Peter Korsgaard
4335M: jacmet@sunsite.dk
4336L: linux-usb@vger.kernel.org
4337S: Maintained
4338
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004339USB DAVICOM DM9601 DRIVER
4340P: Peter Korsgaard
4341M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004342L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004343W: http://www.linux-usb.org/usbnet
4344S: Maintained
4345
Alan Coxcc2020e2008-05-19 14:21:51 +01004346USB DIAMOND RIO500 DRIVER
4347P: Cesar Miquel
4348M: miquel@df.uba.ar
4349L: rio500-users@lists.sourceforge.net
4350W: http://rio500.sourceforge.net
4351S: Maintained
4352
Linus Torvalds1da177e2005-04-16 15:20:36 -07004353USB EHCI DRIVER
4354P: David Brownell
4355M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004356L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004357S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004358
Luca Risolia7ce08c92006-01-11 02:06:59 +00004359USB ET61X[12]51 DRIVER
4360P: Luca Risolia
4361M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004362L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004363L: video4linux-list@redhat.com
4364W: http://www.linux-projects.org
4365S: Maintained
4366
David Brownell69ae9e32006-11-14 02:03:31 -08004367USB GADGET/PERIPHERAL SUBSYSTEM
4368P: David Brownell
4369M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004370L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004371W: http://www.linux-usb.org/gadget
4372S: Maintained
4373
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004374USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01004375P: Jiri Kosina
4376M: jkosina@suse.cz
Jean Delvare795fb7e2008-09-20 12:33:08 +02004377L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004378T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004379S: Maintained
4380
Olav Kongas959eea22005-11-03 17:38:14 +02004381USB ISP116X DRIVER
4382P: Olav Kongas
4383M: ok@artecdesign.ee
Jean Delvare795fb7e2008-09-20 12:33:08 +02004384L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004385S: Maintained
4386
Linus Torvalds1da177e2005-04-16 15:20:36 -07004387USB KAWASAKI LSI DRIVER
4388P: Oliver Neukum
4389M: oliver@neukum.name
Jean Delvare795fb7e2008-09-20 12:33:08 +02004390L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004391S: Maintained
4392
4393USB MASS STORAGE DRIVER
4394P: Matthew Dharm
4395M: mdharm-usb@one-eyed-alien.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004396L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004397L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004398S: Maintained
4399W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4400
4401USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004402P: David Brownell
4403M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004404L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004405S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004406
Matthias Urlichsba460e42005-07-14 00:33:47 -07004407USB OPTION-CARD DRIVER
4408P: Matthias Urlichs
4409M: smurf@smurf.noris.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004410L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004411S: Maintained
4412
Linus Torvalds1da177e2005-04-16 15:20:36 -07004413USB OV511 DRIVER
4414P: Mark McClelland
4415M: mmcclell@bigfoot.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004416L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004417W: http://alpha.dyndns.org/ov511/
4418S: Maintained
4419
4420USB PEGASUS DRIVER
4421P: Petko Manolov
4422M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004423L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004424L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004425W: http://pegasus2.sourceforge.net/
4426S: Maintained
4427
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004428USB PRINTER DRIVER (usblp)
4429P: Pete Zaitcev
4430M: zaitcev@redhat.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004431L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004432S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004433
4434USB RTL8150 DRIVER
4435P: Petko Manolov
4436M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004437L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004438L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004439W: http://pegasus2.sourceforge.net/
4440S: Maintained
4441
4442USB SE401 DRIVER
4443P: Jeroen Vreeken
4444M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004445L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004446W: http://www.chello.nl/~j.vreeken/se401/
4447S: Maintained
4448
Alan Cox4e688522008-04-30 00:52:11 -07004449USB SERIAL BELKIN F5U103 DRIVER
4450P: William Greathouse
4451M: wgreathouse@smva.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004452L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004453S: Maintained
4454
4455USB SERIAL CYPRESS M8 DRIVER
4456P: Lonnie Mendez
4457M: dignome@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004458L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004459S: Maintained
4460W: http://geocities.com/i0xox0i
4461W: http://firstlight.net/cvs
4462
Linus Torvalds1da177e2005-04-16 15:20:36 -07004463USB SERIAL CYBERJACK DRIVER
4464P: Matthias Bruestle and Harald Welte
4465M: support@reiner-sct.com
4466W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4467S: Maintained
4468
4469USB SERIAL DIGI ACCELEPORT DRIVER
4470P: Peter Berger and Al Borchers
4471M: pberger@brimson.com
4472M: alborchers@steinerpoint.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004473L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004474S: Maintained
4475
4476USB SERIAL DRIVER
4477P: Greg Kroah-Hartman
4478M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004479L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004480S: Supported
4481
Linus Torvalds1da177e2005-04-16 15:20:36 -07004482USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4483P: Gary Brubaker
4484M: xavyer@ix.netcom.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004485L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004486S: Maintained
4487
4488USB SERIAL KEYSPAN DRIVER
4489P: Greg Kroah-Hartman
4490M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004491L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004492W: http://www.kroah.com/linux/
4493S: Maintained
4494
4495USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004496P: Support Department
4497M: support@connecttech.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004498L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004499W: http://www.connecttech.com
4500S: Supported
4501
Steve Glendinning2f7ca802008-10-02 05:27:57 +00004502USB SMSC95XX ETHERNET DRIVER
4503P: Steve Glendinning
4504M: steve.glendinning@smsc.com
4505L: netdev@vger.kernel.org
4506S: Supported
4507
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004508USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004509P: Luca Risolia
4510M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004511L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004512L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004513W: http://www.linux-projects.org
4514S: Maintained
4515
4516USB SUBSYSTEM
4517P: Greg Kroah-Hartman
4518M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004519L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004520W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004521T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004522S: Supported
4523
4524USB UHCI DRIVER
4525P: Alan Stern
4526M: stern@rowland.harvard.edu
Jean Delvare795fb7e2008-09-20 12:33:08 +02004527L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004528S: Maintained
4529
David Brownell69ae9e32006-11-14 02:03:31 -08004530USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004531P: David Brownell
4532M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004533L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004534W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004535S: Maintained
4536
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004537USB VIDEO CLASS
4538P: Laurent Pinchart
4539M: laurent.pinchart@skynet.be
Jiri Slabya67534a2008-12-10 09:09:27 -03004540L: linux-uvc-devel@lists.berlios.de (subscribers-only)
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004541L: video4linux-list@redhat.com
4542W: http://linux-uvc.berlios.de
4543S: Maintained
4544
Linus Torvalds1da177e2005-04-16 15:20:36 -07004545USB W996[87]CF DRIVER
4546P: Luca Risolia
4547M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004548L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004549L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004550W: http://www.linux-projects.org
4551S: Maintained
4552
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004553USB WIRELESS RNDIS DRIVER (rndis_wlan)
4554P: Jussi Kivilinna
4555M: jussi.kivilinna@mbnet.fi
4556L: linux-wireless@vger.kernel.org
4557S: Maintained
4558
Luca Risolia60f78052006-02-06 16:29:35 +00004559USB ZC0301 DRIVER
4560P: Luca Risolia
4561M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004562L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004563L: video4linux-list@redhat.com
4564W: http://www.linux-projects.org
4565S: Maintained
4566
Linus Torvalds1da177e2005-04-16 15:20:36 -07004567USB ZD1201 DRIVER
4568P: Jeroen Vreeken
4569M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004570L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004571W: http://linux-lc100020.sourceforge.net
4572S: Maintained
4573
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004574USB ZR364XX DRIVER
4575P: Antoine Jacquet
4576M: royale@zerezo.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004577L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004578L: video4linux-list@redhat.com
4579W: http://royale.zerezo.com/zr364xx/
4580S: Maintained
4581
Randy Dunlape7839f22008-10-12 16:11:45 -07004582USER-MODE LINUX (UML)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004583P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004584M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004585L: user-mode-linux-devel@lists.sourceforge.net
4586L: user-mode-linux-user@lists.sourceforge.net
4587W: http://user-mode-linux.sourceforge.net
4588S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004589
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004590USERSPACE I/O (UIO)
4591P: Hans J. Koch
4592M: hjk@linutronix.de
4593P: Greg Kroah-Hartman
4594M: gregkh@suse.de
4595L: linux-kernel@vger.kernel.org
4596S: Maintained
4597
Karel Zakf899b0a2008-05-23 13:04:21 -07004598UTIL-LINUX-NG PACKAGE
4599P: Karel Zak
4600M: kzak@redhat.com
4601L: util-linux-ng@vger.kernel.org
4602W: http://kernel.org/~kzak/util-linux-ng/
4603T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4604S: Maintained
4605
Michal Januszewskic1fd1c02008-10-15 22:03:48 -07004606UVESAFB DRIVER
4607P: Michal Januszewski
4608M: spock@gentoo.org
4609L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4610W: http://dev.gentoo.org/~spock/projects/uvesafb/
4611S: Maintained
4612
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004613VFAT/FAT/MSDOS FILESYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07004614P: OGAWA Hirofumi
4615M: hirofumi@mail.parknet.co.jp
4616L: linux-kernel@vger.kernel.org
4617S: Maintained
4618
Linus Torvalds1da177e2005-04-16 15:20:36 -07004619VIA RHINE NETWORK DRIVER
4620P: Roger Luethi
4621M: rl@hellgate.ch
4622S: Maintained
4623
Jean Delvare32c0a522005-09-22 21:47:58 +02004624VIAPRO SMBUS DRIVER
4625P: Jean Delvare
4626M: khali@linux-fr.org
Jean Delvare846557d2008-10-30 15:55:47 +01004627L: linux-i2c@vger.kernel.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004628S: Maintained
4629
Joseph Chan69e4a7c2008-10-15 22:03:31 -07004630VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4631P: Joseph Chan
4632M: JosephChan@via.com.tw
4633P: Scott Fang
4634M: ScottFang@viatech.com.cn
4635L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4636S: Maintained
4637
Francois Romieu01f20732007-01-26 00:57:17 -08004638VIA VELOCITY NETWORK DRIVER
4639P: Francois Romieu
4640M: romieu@fr.zoreil.com
4641L: netdev@vger.kernel.org
4642S: Maintained
4643
Randy Dunlape7839f22008-10-12 16:11:45 -07004644VIDEO FOR LINUX (V4L)
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004645P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004646M: mchehab@infradead.org
4647M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004648L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004649W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004650T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004651S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004652
Patrick McHardybe7f8272007-10-23 20:26:36 -07004653VLAN (802.1Q)
4654P: Patrick McHardy
4655M: kaber@trash.net
4656L: netdev@vger.kernel.org
4657S: Maintained
4658
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004659VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4660P: Liam Girdwood
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004661M: lrg@slimlogic.co.uk
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004662P: Mark Brown
4663M: broonie@opensource.wolfsonmicro.com
4664W: http://opensource.wolfsonmicro.com/node/15
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004665W: http://www.slimlogic.co.uk/?page_id=5
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004666T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4667S: Supported
4668
Juerg Haefligerab413192006-09-24 20:54:04 +02004669VT1211 HARDWARE MONITOR DRIVER
4670P: Juerg Haefliger
4671M: juergh@gmail.com
4672L: lm-sensors@lm-sensors.org
4673S: Maintained
4674
Roger Lucas1de9e372005-11-26 20:20:05 +01004675VT8231 HARDWARE MONITOR DRIVER
4676P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004677M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004678L: lm-sensors@lm-sensors.org
4679S: Maintained
4680
Linus Torvalds1da177e2005-04-16 15:20:36 -07004681W1 DALLAS'S 1-WIRE BUS
4682P: Evgeniy Polyakov
4683M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004684S: Maintained
4685
Charles Spirakis13927072006-07-05 18:05:15 +02004686W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004687P: Marc Hulsman
4688M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004689L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004690S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004691
Rudolf Marek61db0112006-12-12 18:18:30 +01004692W83793 HARDWARE MONITORING DRIVER
4693P: Rudolf Marek
4694M: r.marek@assembler.cz
4695L: lm-sensors@lm-sensors.org
4696S: Maintained
4697
Linus Torvalds1da177e2005-04-16 15:20:36 -07004698W83L51xD SD/MMC CARD INTERFACE DRIVER
4699P: Pierre Ossman
4700M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004701L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004702S: Maintained
4703
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004704WATCHDOG DEVICE DRIVERS
4705P: Wim Van Sebroeck
4706M: wim@iguana.be
4707T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4708S: Maintained
4709
Linus Torvalds1da177e2005-04-16 15:20:36 -07004710WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4711P: Jean Tourrilhes
4712M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004713L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004714W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4715S: Maintained
4716
4717WD7000 SCSI DRIVER
4718P: Miroslav Zagorac
4719M: zaga@fly.cc.fer.hr
4720L: linux-scsi@vger.kernel.org
4721S: Maintained
4722
David Vrabel18332a82008-09-17 16:34:44 +01004723WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4724P: David Vrabel
4725M: david.vrabel@csr.com
4726S: Maintained
4727
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004728WISTRON LAPTOP BUTTON DRIVER
4729P: Miloslav Trmac
4730M: mitr@volny.cz
4731S: Maintained
4732
Linus Torvalds1da177e2005-04-16 15:20:36 -07004733WL3501 WIRELESS PCMCIA CARD DRIVER
4734P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004735M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004736L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004737W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004738S: Maintained
4739
Mark Brownfebf1df2008-04-02 00:51:09 -04004740WM97XX TOUCHSCREEN DRIVERS
4741P: Mark Brown
4742M: broonie@opensource.wolfsonmicro.com
4743P: Liam Girdwood
Liam Girdwoodb8d055a2008-10-13 23:00:15 -04004744M: lrg@slimlogic.co.uk
Mark Brownfebf1df2008-04-02 00:51:09 -04004745L: linux-input@vger.kernel.org
4746T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4747W: http://opensource.wolfsonmicro.com/node/7
4748S: Supported
4749
Linus Torvalds1da177e2005-04-16 15:20:36 -07004750X.25 NETWORK LAYER
4751P: Henner Eisen
4752M: eis@baty.hanse.de
4753L: linux-x25@vger.kernel.org
4754S: Maintained
4755
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004756X86 ARCHITECTURE (32-BIT AND 64-BIT)
4757P: Thomas Gleixner
4758M: tglx@linutronix.de
4759P: Ingo Molnar
4760M: mingo@redhat.com
4761P: H. Peter Anvin
4762M: hpa@zytor.com
4763L: linux-kernel@vger.kernel.org
4764T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4765S: Maintained
4766
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004767XEN HYPERVISOR INTERFACE
4768P: Jeremy Fitzhardinge
4769M: jeremy@xensource.com
4770P: Chris Wright
4771M: chrisw@sous-sol.org
4772L: virtualization@lists.osdl.org
4773L: xen-devel@lists.xensource.com
4774S: Supported
4775
Linus Torvalds1da177e2005-04-16 15:20:36 -07004776XFS FILESYSTEM
4777P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004778P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004779M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004780L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004781W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004782T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004783S: Supported
4784
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004785XILINX SYSTEMACE DRIVER
4786P: Grant Likely
4787M: grant.likely@secretlab.ca
4788W: http://www.secretlab.ca/
4789L: linux-kernel@vger.kernel.org
4790S: Maintained
4791
Peter Korsgaard238b8722006-12-06 20:35:17 -08004792XILINX UARTLITE SERIAL DRIVER
4793P: Peter Korsgaard
4794M: jacmet@sunsite.dk
4795L: linux-serial@vger.kernel.org
4796S: Maintained
4797
Linus Torvalds1da177e2005-04-16 15:20:36 -07004798YAM DRIVER FOR AX.25
4799P: Jean-Paul Roubelat
4800M: jpr@f6fbb.org
4801L: linux-hams@vger.kernel.org
4802S: Maintained
4803
Henkaf64a5e2005-10-12 15:02:56 +02004804YEALINK PHONE DRIVER
4805P: Henk Vergonet
4806M: Henk.Vergonet@gmail.com
4807L: usbb2k-api-dev@nongnu.org
4808S: Maintained
4809
Linus Torvalds1da177e2005-04-16 15:20:36 -07004810Z8530 DRIVER FOR AX.25
4811P: Joerg Reuter
4812M: jreuter@yaina.de
4813W: http://yaina.de/jreuter/
4814W: http://www.qsl.net/dl1bke/
4815L: linux-hams@vger.kernel.org
4816S: Maintained
4817
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004818ZD1211RW WIRELESS DRIVER
4819P: Daniel Drake
4820M: dsd@gentoo.org
4821P: Ulrich Kunitz
4822M: kune@deine-taler.de
4823W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004824L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004825L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4826S: Maintained
4827
Linus Torvalds1da177e2005-04-16 15:20:36 -07004828ZR36067 VIDEO FOR LINUX DRIVER
4829P: Ronald Bultje
4830M: rbultje@ronald.bitfreak.net
4831L: mjpeg-users@lists.sourceforge.net
4832W: http://mjpeg.sourceforge.net/driver-zoran/
4833S: Maintained
4834
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004835ZS DECSTATION Z85C30 SERIAL DRIVER
4836P: Maciej W. Rozycki
4837M: macro@linux-mips.org
4838S: Maintained
4839
Linus Torvalds1da177e2005-04-16 15:20:36 -07004840THE REST
4841P: Linus Torvalds
4842S: Buried alive in reporters