blob: e2b3c85550510906a9900c5ad682317df8a85f8d [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)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700782W: http://linux-atm.sourceforge.net
783S: Maintained
784
Pierre Ossman272f1332007-05-14 21:25:26 +0200785ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200786P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800787M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200788L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
789W: http://www.atmel.com/products/AT91/
790W: http://www.at91.com/
791S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200792
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800793ATMEL AT91 / AT32 SERIAL DRIVER
794P: Haavard Skinnemoen
795M: hskinnemoen@atmel.com
796L: linux-kernel@vger.kernel.org
797S: Supported
798
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800799ATMEL LCDFB DRIVER
800P: Nicolas Ferre
801M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800802L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800803S: Maintained
804
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100805ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100806P: Haavard Skinnemoen
807M: hskinnemoen@atmel.com
808S: Supported
809
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800810ATMEL SPI DRIVER
811P: Haavard Skinnemoen
812M: hskinnemoen@atmel.com
813S: Supported
814
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700815ATMEL USBA UDC DRIVER
816P: Haavard Skinnemoen
817M: hskinnemoen@atmel.com
818L: kernel@avr32linux.org
819W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
820S: Supported
821
Linus Torvalds1da177e2005-04-16 15:20:36 -0700822ATMEL WIRELESS DRIVER
823P: Simon Kelley
824M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700825L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826W: http://www.thekelleys.org.uk/atmel
827W: http://atmelwlandriver.sourceforge.net/
828S: Maintained
829
Chris Wrighta92b7b82005-07-07 18:12:23 -0700830AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400831P: Al Viro
832M: viro@zeniv.linux.org.uk
833P: Eric Paris
834M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700835L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100836W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400837T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700838S: Maintained
839
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800840AUXILIARY DISPLAY DRIVERS
841P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700842M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800843L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700844W: http://miguelojeda.es/auxdisplay.htm
845W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800846S: Maintained
847
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700848AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700849P: Haavard Skinnemoen
850M: hskinnemoen@atmel.com
851W: http://www.atmel.com/products/AVR32/
852W: http://avr32linux.org/
853W: http://avrfreaks.net/
854S: Supported
855
856AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700857P: Haavard Skinnemoen
858M: hskinnemoen@atmel.com
859S: Supported
860
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861AX.25 NETWORK LAYER
862P: Ralf Baechle
863M: ralf@linux-mips.org
864L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200865W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700866S: Maintained
867
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700868B43 WIRELESS DRIVER
869P: Michael Buesch
870M: mb@bu3sch.de
871P: Stefano Brivio
872M: stefano.brivio@polimi.it
873L: linux-wireless@vger.kernel.org
874W: http://linuxwireless.org/en/users/Drivers/b43
875S: Maintained
876
877B43LEGACY WIRELESS DRIVER
878P: Larry Finger
879M: Larry.Finger@lwfinger.net
880P: Stefano Brivio
881M: stefano.brivio@polimi.it
882L: linux-wireless@vger.kernel.org
883W: http://linuxwireless.org/en/users/Drivers/b43
884S: Maintained
885
Richard Purdie300abeb2007-02-07 22:21:07 +0000886BACKLIGHT CLASS/SUBSYSTEM
887P: Richard Purdie
888M: rpurdie@rpsys.net
889S: Maintained
890
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700891BAYCOM/HDLCDRV DRIVERS FOR AX.25
892P: Thomas Sailer
893M: t.sailer@alumni.ethz.ch
894L: linux-hams@vger.kernel.org
895W: http://www.baycom.org/~tom/ham/ham.html
896S: Maintained
897
898BEFS FILE SYSTEM
899P: Sergey S. Kostyliov
900M: rathamahata@php4.ru
901L: linux-kernel@vger.kernel.org
902S: Maintained
903
904BFS FILE SYSTEM
905P: Tigran A. Aivazian
906M: tigran@aivazian.fsnet.co.uk
907L: linux-kernel@vger.kernel.org
908S: Maintained
909
Bryan Wu1394f032007-05-06 14:50:22 -0700910BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800911P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800912M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800913L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
914W: http://blackfin.uclinux.org
915S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700916
Bryan Wue190d6b2007-07-17 14:43:44 +0800917BLACKFIN EMAC DRIVER
918P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800919M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800920L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
921W: http://blackfin.uclinux.org
922S: Supported
923
Mike Frysinger566da5b2007-06-11 15:31:30 +0800924BLACKFIN RTC DRIVER
925P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800926M: vapier.adi@gmail.com
927L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
928W: http://blackfin.uclinux.org
929S: Supported
930
Bryan Wu1394f032007-05-06 14:50:22 -0700931BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800932P: Sonic Zhang
933M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800934L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
935W: http://blackfin.uclinux.org
936S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700937
Bryan Wu1e6d3202007-07-15 02:50:02 +0800938BLACKFIN WATCHDOG DRIVER
939P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800940M: vapier.adi@gmail.com
941L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
942W: http://blackfin.uclinux.org
943S: Supported
944
Bryan Wud24ecfc2007-05-01 23:26:32 +0200945BLACKFIN I2C TWI DRIVER
946P: Sonic Zhang
947M: sonic.zhang@analog.com
948L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
949W: http://blackfin.uclinux.org/
950S: Supported
951
Linus Torvalds1da177e2005-04-16 15:20:36 -0700952BLOCK LAYER
953P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200954M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700955L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800956T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700957S: Maintained
958
Joern Engel2b54aae2008-02-06 01:38:02 -0800959BLOCK2MTD DRIVER
960P: Joern Engel
961M: joern@lazybastard.org
962L: linux-mtd@lists.infradead.org
963S: Maintained
964
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200965BLUETOOTH DRIVERS
966P: Marcel Holtmann
967M: marcel@holtmann.org
968L: linux-bluetooth@vger.kernel.org
969W: http://www.bluez.org/
970S: Maintained
971
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972BLUETOOTH SUBSYSTEM
973P: Marcel Holtmann
974M: marcel@holtmann.org
Pavel Machek781c2842008-03-20 15:41:02 -0700975L: linux-bluetooth@vger.kernel.org
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200976W: http://www.bluez.org/
Josh Boyer1adc1232005-11-23 15:44:15 -0800977T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978S: Maintained
979
Linus Torvalds1da177e2005-04-16 15:20:36 -0700980BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100981P: Jay Vosburgh
982M: fubar@us.ibm.com
983L: bonding-devel@lists.sourceforge.net
984W: http://sourceforge.net/projects/bonding/
985S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700986
Gary Zambrano39105892006-06-22 17:26:20 -0700987BROADCOM B44 10/100 ETHERNET DRIVER
988P: Gary Zambrano
989M: zambrano@broadcom.com
990L: netdev@vger.kernel.org
991S: Supported
992
Michael Chan948c51e2006-06-04 02:51:39 -0700993BROADCOM BNX2 GIGABIT ETHERNET DRIVER
994P: Michael Chan
995M: mchan@broadcom.com
996L: netdev@vger.kernel.org
997S: Supported
998
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -0800999BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -07001000P: Eilon Greenstein
1001M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001002L: netdev@vger.kernel.org
1003S: Supported
1004
Michael Chan948c51e2006-06-04 02:51:39 -07001005BROADCOM TG3 GIGABIT ETHERNET DRIVER
1006P: Michael Chan
1007M: mchan@broadcom.com
1008L: netdev@vger.kernel.org
1009S: Supported
1010
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001011BSG (block layer generic sg v4 driver)
1012P: FUJITA Tomonori
1013M: fujita.tomonori@lab.ntt.co.jp
1014L: linux-scsi@vger.kernel.org
1015S: Supported
1016
Michael Bueschff1d5c22008-07-25 01:46:10 -07001017BT8XXGPIO DRIVER
1018P: Michael Buesch
1019M: mb@bu3sch.de
1020W: http://bu3sch.de/btgpio.php
1021S: Maintained
1022
Linus Torvalds1da177e2005-04-16 15:20:36 -07001023BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001024P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001025M: mchehab@infradead.org
1026M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001028W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001029T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001030S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001031
Jonathan Corbet77d51402007-03-22 19:44:17 -03001032CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02001033P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03001034M: corbet@lwn.net
1035L: video4linux-list@redhat.com
1036S: Maintained
1037
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001038CALGARY x86-64 IOMMU
1039P: Muli Ben-Yehuda
1040M: muli@il.ibm.com
1041P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001042M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001043L: linux-kernel@vger.kernel.org
1044L: discuss@x86-64.org
1045S: Maintained
1046
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001047CAN NETWORK LAYER
1048P: Urs Thuermann
1049M: urs.thuermann@volkswagen.de
1050P: Oliver Hartkopp
1051M: oliver.hartkopp@volkswagen.de
1052L: socketcan-core@lists.berlios.de (subscribers-only)
1053W: http://developer.berlios.de/projects/socketcan/
1054S: Maintained
1055
Arnd Bergmannb8154542008-05-16 11:10:59 +02001056CELL BROADBAND ENGINE ARCHITECTURE
1057P: Arnd Bergmann
1058M: arnd@arndb.de
1059L: linuxppc-dev@ozlabs.org
1060L: cbe-oss-dev@ozlabs.org
1061W: http://www.ibm.com/developerworks/power/cell/
1062S: Supported
1063
David Vrabel18332a82008-09-17 16:34:44 +01001064CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1065P: David Vrabel
1066M: david.vrabel@csr.com
1067L: linux-usb@vger.kernel.org
1068S: Supported
1069
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001070CFAG12864B LCD DRIVER
1071P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001072M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001073L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001074W: http://miguelojeda.es/auxdisplay.htm
1075W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001076S: Maintained
1077
1078CFAG12864BFB LCD FRAMEBUFFER DRIVER
1079P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001080M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001081L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001082W: http://miguelojeda.es/auxdisplay.htm
1083W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001084S: Maintained
1085
Johannes Berg704232c2007-04-23 12:20:05 -07001086CFG80211 and NL80211
1087P: Johannes Berg
1088M: johannes@sipsolutions.net
1089L: linux-wireless@vger.kernel.org
1090S: Maintained
1091
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001092CHECKPATCH
1093P: Andy Whitcroft
1094M: apw@shadowen.org
1095P: Randy Dunlap
1096M: rdunlap@xenotime.net
1097P: Joel Schopp
1098M: jschopp@austin.ibm.com
1099S: Supported
1100
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001101CISCO 10G ETHERNET DRIVER
1102P: Scott Feldman
1103M: scofeldm@cisco.com
1104P: Joe Eykholt
1105M: jeykholt@cisco.com
Joel Becker7063fbf2005-12-15 14:29:43 -08001106S: Supported
1107
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001108CIRRUS LOGIC EP93XX ETHERNET DRIVER
1109P: Lennert Buytenhek
1110M: kernel@wantstofly.org
1111L: netdev@vger.kernel.org
1112S: Maintained
1113
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001114CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1115P: Lennert Buytenhek
1116M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001117L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001118S: Maintained
1119
Timur Tabid9e9d822008-04-24 08:45:26 +10001120CIRRUS LOGIC CS4270 SOUND DRIVER
1121P: Timur Tabi
1122M: timur@freescale.com
1123L: alsa-devel@alsa-project.org
1124S: Supported
1125
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1127P: Cirrus Logic Corporation (kernel 2.2 driver)
1128M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1129P: Nils Faerber (port to kernel 2.4)
1130M: Nils Faerber <nils@kernelconcepts.de>
1131S: Maintained
1132
1133CODA FILE SYSTEM
1134P: Jan Harkes
1135M: jaharkes@cs.cmu.edu
1136M: coda@cs.cmu.edu
1137L: codalist@coda.cs.cmu.edu
1138W: http://www.coda.cs.cmu.edu/
1139S: Maintained
1140
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001141COMMON INTERNET FILE SYSTEM (CIFS)
1142P: Steve French
1143M: sfrench@samba.org
1144L: linux-cifs-client@lists.samba.org
1145L: samba-technical@lists.samba.org
1146W: http://linux-cifs.samba.org/
1147T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1148S: Supported
1149
Linus Torvalds1da177e2005-04-16 15:20:36 -07001150COMPACTPCI HOTPLUG CORE
1151P: Scott Murray
1152M: scottm@somanetworks.com
1153M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001154L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001155S: Supported
1156
1157COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1158P: Scott Murray
1159M: scottm@somanetworks.com
1160M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001161L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001162S: Supported
1163
1164COMPACTPCI HOTPLUG GENERIC DRIVER
1165P: Scott Murray
1166M: scottm@somanetworks.com
1167M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001168L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169S: Supported
1170
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001171COMPAL LAPTOP SUPPORT
1172P: Cezary Jackiewicz
1173M: cezary.jackiewicz@gmail.com
1174S: Maintained
1175
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176COMPUTONE INTELLIPORT MULTIPORT CARD
1177P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001178M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001180S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181
Simon Arlott949be0f2007-03-06 02:47:46 -08001182CONEXANT ACCESSRUNNER USB DRIVER
1183P: Simon Arlott
1184M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001185L: accessrunner-general@lists.sourceforge.net
1186W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001187S: Maintained
1188
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001189CONFIGFS
1190P: Joel Becker
1191M: joel.becker@oracle.com
1192L: linux-kernel@vger.kernel.org
1193S: Supported
1194
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001195CONTROL GROUPS (CGROUPS)
1196P: Paul Menage
1197M: menage@google.com
1198L: containers@lists.linux-foundation.org
1199S: Maintained
1200
Rudolf Marekbebe4672007-05-08 17:22:02 +02001201CORETEMP HARDWARE MONITORING DRIVER
1202P: Rudolf Marek
1203M: r.marek@assembler.cz
1204L: lm-sensors@lm-sensors.org
1205S: Maintained
1206
Linus Torvalds1da177e2005-04-16 15:20:36 -07001207COSA/SRP SYNC SERIAL DRIVER
1208P: Jan "Yenya" Kasprzak
1209M: kas@fi.muni.cz
1210W: http://www.fi.muni.cz/~kas/cosa/
1211S: Maintained
1212
1213CPU FREQUENCY DRIVERS
1214P: Dave Jones
Dave Jonesf4432c52008-10-20 13:31:45 -04001215M: davej@redhat.com
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001216L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001217W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001218T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001219S: Maintained
1220
1221CPUID/MSR DRIVER
1222P: H. Peter Anvin
1223M: hpa@zytor.com
1224S: Maintained
1225
Paul Jacksoned90fb42005-09-27 21:45:37 -07001226CPUSETS
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001227P: Paul Menage
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001228M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001229L: linux-kernel@vger.kernel.org
1230W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001231W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001232S: Supported
1233
Linus Torvalds1da177e2005-04-16 15:20:36 -07001234CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001235W: http://sourceforge.net/projects/cramfs/
1236S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001237
1238CRIS PORT
1239P: Mikael Starvik
1240M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001241P: Jesper Nilsson
1242M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001243L: dev-etrax@axis.com
1244W: http://developer.axis.com
1245S: Maintained
1246
1247CRYPTO API
1248P: Herbert Xu
1249M: herbert@gondor.apana.org.au
1250P: David S. Miller
1251M: davem@davemloft.net
1252L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001253T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001254S: Maintained
1255
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001256CS5535 Audio ALSA driver
1257P: Jaya Kumar
1258M: jayakumar.alsa@gmail.com
1259S: Maintained
1260
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001261CX18 VIDEO4LINUX DRIVER
1262P: Hans Verkuil, Andy Walls
1263M: hverkuil@xs4all.nl, awalls@radix.net
1264L: ivtv-devel@ivtvdriver.org
1265L: ivtv-users@ivtvdriver.org
1266L: video4linux-list@redhat.com
1267W: http://linuxtv.org
1268S: Maintained
1269
Steve Wisee5ec3782008-05-20 14:06:33 -07001270CXGB3 ETHERNET DRIVER (CXGB3)
1271P: Divy Le Ray
1272M: divy@chelsio.com
1273L: netdev@vger.kernel.org
1274W: http://www.chelsio.com
1275S: Supported
1276
1277CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1278P: Steve Wise
1279M: swise@chelsio.com
1280L: general@lists.openfabrics.org
1281W: http://www.openfabrics.org
1282S: Supported
1283
Linus Torvalds1da177e2005-04-16 15:20:36 -07001284CYBERPRO FB DRIVER
1285P: Russell King
1286M: rmk@arm.linux.org.uk
1287W: http://www.arm.linux.org.uk/
1288S: Maintained
1289
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001290CYBLAFB FRAMEBUFFER DRIVER
1291P: Knut Petersen
1292M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001293L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001294S: Maintained
1295
Linus Torvalds1da177e2005-04-16 15:20:36 -07001296CYCLADES 2X SYNC CARD DRIVER
1297P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001298M: acme@ghostprotocols.net
1299W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001300S: Maintained
1301
1302CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001303W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001304S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001305
1306CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001307W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001308S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001309
Linus Torvalds1da177e2005-04-16 15:20:36 -07001310DAMA SLAVE for AX.25
1311P: Joerg Reuter
1312M: jreuter@yaina.de
1313W: http://yaina.de/jreuter/
1314W: http://www.qsl.net/dl1bke/
1315L: linux-hams@vger.kernel.org
1316S: Maintained
1317
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001318DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1319P: Tobias Ringstrom
1320M: tori@unhappy.mine.nu
1321L: netdev@vger.kernel.org
1322S: Maintained
1323
1324DC390/AM53C974 SCSI driver
1325P: Kurt Garloff
1326M: garloff@suse.de
1327W: http://www.garloff.de/kurt/linux/dc390/
1328P: Guennadi Liakhovetski
1329M: g.liakhovetski@gmx.de
1330S: Maintained
1331
Linus Torvalds1da177e2005-04-16 15:20:36 -07001332DC395x SCSI driver
1333P: Oliver Neukum
1334M: oliver@neukum.name
1335P: Ali Akcaagac
1336M: aliakc@web.de
1337P: Jamie Lenehan
1338M: lenehan@twibble.org
1339W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001340L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001341L: http://lists.twibble.org/mailman/listinfo/dc395x/
1342S: Maintained
1343
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001344DCCP PROTOCOL
1345P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001346M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001347L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001348W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001349S: Maintained
1350
Linus Torvalds1da177e2005-04-16 15:20:36 -07001351DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001352P: Christine Caulfield
1353M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001354W: http://linux-decnet.sourceforge.net
1355L: linux-decnet-user@lists.sourceforge.net
1356S: Maintained
1357
1358DEFXX FDDI NETWORK DRIVER
1359P: Maciej W. Rozycki
1360M: macro@linux-mips.org
1361S: Maintained
1362
1363DELL LAPTOP SMM DRIVER
1364P: Massimo Dal Zotto
1365M: dz@debian.org
1366W: http://www.debian.org/~dz/i8k/
1367S: Maintained
1368
Doug Warzecha90563ec2005-09-06 15:17:15 -07001369DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1370P: Doug Warzecha
1371M: Douglas_Warzecha@dell.com
1372S: Maintained
1373
Linus Torvalds1da177e2005-04-16 15:20:36 -07001374DEVICE NUMBER REGISTRY
1375P: Torben Mathiasen
1376M: device@lanana.org
1377W: http://lanana.org/docs/device-list/index.html
1378L: linux-kernel@vger.kernel.org
1379S: Maintained
1380
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001381DEVICE-MAPPER (LVM)
1382P: Alasdair Kergon
1383L: dm-devel@redhat.com
1384W: http://sources.redhat.com/dm
1385S: Maintained
1386
Linus Torvalds1da177e2005-04-16 15:20:36 -07001387DIGI INTL. EPCA DRIVER
1388P: Digi International, Inc
1389M: Eng.Linux@digi.com
1390L: Eng.Linux@digi.com
1391W: http://www.digi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001392S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001393
Randy Dunlape7839f22008-10-12 16:11:45 -07001394DIRECTORY NOTIFICATION (DNOTIFY)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001395P: Stephen Rothwell
1396M: sfr@canb.auug.org.au
1397L: linux-kernel@vger.kernel.org
1398S: Supported
1399
1400DISK GEOMETRY AND PARTITION HANDLING
1401P: Andries Brouwer
1402M: aeb@cwi.nl
1403W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1404W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1405W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1406S: Maintained
1407
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001408DISKQUOTA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001409P: Jan Kara
1410M: jack@suse.cz
1411L: linux-kernel@vger.kernel.org
1412S: Maintained
1413
Randy Dunlape7839f22008-10-12 16:11:45 -07001414DISTRIBUTED LOCK MANAGER (DLM)
Christine Caulfield8943f262008-02-14 19:31:31 -08001415P: Christine Caulfield
1416M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001417P: David Teigland
1418M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001419L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001420W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001421T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001422S: Supported
1423
Dan Williamsb3e5f262007-08-07 10:26:35 -07001424DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001425P: Maciej Sosnowski
1426M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001427P: Dan Williams
1428M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001429L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001430S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001431
Juerg Haefligerb8250372007-06-09 10:11:16 -04001432DME1737 HARDWARE MONITOR DRIVER
1433P: Juerg Haefliger
1434M: juergh@gmail.com
1435L: lm-sensors@lm-sensors.org
1436S: Maintained
1437
Martin Waitzba483d52005-06-17 13:20:59 -07001438DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001439P: Randy Dunlap
1440M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001441S: Maintained
1442
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001443DOCKING STATION DRIVER
Len Brownc5d191b2008-09-24 02:53:25 -04001444P: Shaohua Li
1445M: shaohua.li@intel.com
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001446L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001447S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001448
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001449DOCUMENTATION (/Documentation directory)
Jean Delvare795fb7e2008-09-20 12:33:08 +02001450P: Michael Kerrisk
1451M: mtk.manpages@gmail.com
1452P: Randy Dunlap
1453M: rdunlap@xenotime.net
1454L: linux-doc@vger.kernel.org
1455S: Maintained
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001456
Linus Torvalds1da177e2005-04-16 15:20:36 -07001457DOUBLETALK DRIVER
1458P: James R. Van Zandt
1459M: jrv@vanzandt.mv.com
1460L: blinux-list@redhat.com
1461S: Maintained
1462
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001463DPT_I2O SCSI RAID DRIVER
1464P: Adaptec OEM Raid Solutions
1465M: aacraid@adaptec.com
1466L: linux-scsi@vger.kernel.org
1467W: http://www.adaptec.com/
1468S: Maintained
1469
Linus Torvalds1da177e2005-04-16 15:20:36 -07001470DRIVER CORE, KOBJECTS, AND SYSFS
1471P: Greg Kroah-Hartman
1472M: gregkh@suse.de
1473L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001474T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475S: Supported
1476
1477DRM DRIVERS
1478P: David Airlie
1479M: airlied@linux.ie
1480L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001481T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001482S: Maintained
1483
1484DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001485P: Francois Romieu
1486M: romieu@fr.zoreil.com
1487L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001488S: Maintained
1489
1490DVB SUBSYSTEM AND DRIVERS
1491P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001492M: v4l-dvb-maintainer@linuxtv.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02001493L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001494W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001495T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001496S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001497
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001498DZ DECSTATION DZ11 SERIAL DRIVER
1499P: Maciej W. Rozycki
1500M: macro@linux-mips.org
1501S: Maintained
1502
Linus Torvalds1da177e2005-04-16 15:20:36 -07001503EATA-DMA SCSI DRIVER
1504P: Michael Neuffer
1505L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1506S: Maintained
1507
1508EATA ISA/EISA/PCI SCSI DRIVER
1509P: Dario Ballabio
1510M: ballabio_dario@emc.com
1511L: linux-scsi@vger.kernel.org
1512S: Maintained
1513
1514EATA-PIO SCSI DRIVER
1515P: Michael Neuffer
1516M: mike@i-Connect.Net
1517L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1518S: Maintained
1519
1520EBTABLES
1521P: Bart De Schuymer
1522M: bart.de.schuymer@pandora.be
1523L: ebtables-user@lists.sourceforge.net
1524L: ebtables-devel@lists.sourceforge.net
1525W: http://ebtables.sourceforge.net/
1526S: Maintained
1527
Michael Halcrow237fead2006-10-04 02:16:22 -07001528ECRYPT FILE SYSTEM
1529P: Mike Halcrow, Phillip Hellewell
1530M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1531L: ecryptfs-devel@lists.sourceforge.net
1532W: http://ecryptfs.sourceforge.net/
1533S: Supported
1534
Alan Coxda9bb1d2006-01-18 17:44:13 -08001535EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001536P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001537M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001538L: bluesmoke-devel@lists.sourceforge.net
1539W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001540S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001541
1542EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001543P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001544P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001545M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001546M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001547L: bluesmoke-devel@lists.sourceforge.net
1548W: bluesmoke.sourceforge.net
1549S: Maintained
1550
1551EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001552P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001553M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001554L: bluesmoke-devel@lists.sourceforge.net
1555W: bluesmoke.sourceforge.net
1556S: Maintained
1557
Douglas Thompson6bc78402007-07-19 01:50:12 -07001558EDAC-I82443BXGX
1559P: Tim Small
1560M: tim@buttersideup.com
1561L: bluesmoke-devel@lists.sourceforge.net
1562W: bluesmoke.sourceforge.net
1563S: Maintained
1564
1565EDAC-I3000
1566P: Jason Uhlenkott
1567M: juhlenko@akamai.com
1568L: bluesmoke-devel@lists.sourceforge.net
1569W: bluesmoke.sourceforge.net
1570S: Maintained
1571
1572EDAC-I5000
1573P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001574M: dougthompson@xmission.com
1575L: bluesmoke-devel@lists.sourceforge.net
1576W: bluesmoke.sourceforge.net
1577S: Maintained
1578
1579EDAC-I82975X
1580P: Ranganathan Desikan
1581P: Arvind R.
1582M: rdesikan@jetzbroadband.com
1583M: arvind@acarlab.com
1584L: bluesmoke-devel@lists.sourceforge.net
1585W: bluesmoke.sourceforge.net
1586S: Maintained
1587
1588EDAC-PASEMI
1589P: Egor Martovetsky
1590M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001591L: bluesmoke-devel@lists.sourceforge.net
1592W: bluesmoke.sourceforge.net
1593S: Maintained
1594
Dave Peterson0e438e32006-03-26 01:38:55 -08001595EDAC-R82600
1596P: Tim Small
1597M: tim@buttersideup.com
1598L: bluesmoke-devel@lists.sourceforge.net
1599W: bluesmoke.sourceforge.net
1600S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001601
Eric Coopere59f8792008-03-13 12:55:46 +01001602EEEPC LAPTOP EXTRAS DRIVER
1603P: Corentin Chary
1604M: corentincj@iksaif.net
1605L: acpi4asus-user@lists.sourceforge.net
1606W: http://sourceforge.net/projects/acpi4asus
1607S: Maintained
1608
Linus Torvalds1da177e2005-04-16 15:20:36 -07001609EEPRO100 NETWORK DRIVER
1610P: Andrey V. Savochkin
1611M: saw@saw.sw.com.sg
1612S: Maintained
1613
Josh Triplett0bee8d22006-07-30 03:03:58 -07001614EFS FILESYSTEM
1615W: http://aeschi.ch.eu.org/efs/
1616S: Orphan
1617
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001618EHCA (IBM GX bus InfiniBand adapter) DRIVER
Heiko J Schickfab97222006-09-22 15:22:22 -07001619P: Hoang-Nam Nguyen
1620M: hnguyen@de.ibm.com
1621P: Christoph Raisch
1622M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001623L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001624S: Supported
1625
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001626EMBEDDED LINUX
1627P: Paul Gortmaker
1628M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001629P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001630M: dwmw2@infradead.org
1631L: linux-embedded@vger.kernel.org
1632S: Maintained
1633
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001634EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001635P: James Smart
1636M: james.smart@emulex.com
1637L: linux-scsi@vger.kernel.org
1638W: http://sourceforge.net/projects/lpfcxxxx
1639S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001640
Linus Torvalds1da177e2005-04-16 15:20:36 -07001641EPSON 1355 FRAMEBUFFER DRIVER
1642P: Christopher Hoover
1643M: ch@murgatroid.com, ch@hpl.hp.com
1644S: Maintained
1645
Kristoffer Ericsond5ca9002008-10-15 22:03:54 -07001646EPSON S1D13XXX FRAMEBUFFER DRIVER
1647P: Kristoffer Ericson
1648M: kristoffer.ericson@gmail.com
1649S: Maintained
1650
Linus Torvalds1da177e2005-04-16 15:20:36 -07001651ETHEREXPRESS-16 NETWORK DRIVER
1652P: Philip Blundell
1653M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001654L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001655S: Maintained
1656
1657ETHERNET BRIDGE
1658P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001659M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001660L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001661W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001662S: Maintained
1663
1664ETHERTEAM 16I DRIVER
1665P: Mika Kuoppala
1666M: miku@iki.fi
1667S: Maintained
1668
1669EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001670L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001671S: Maintained
1672
1673EXT3 FILE SYSTEM
1674P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001675M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001676L: linux-ext4@vger.kernel.org
1677S: Maintained
1678
1679EXT4 FILE SYSTEM
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001680P: Theodore Ts'o
1681M: tytso@mit.edu, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001682L: linux-ext4@vger.kernel.org
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001683W: http://ext4.wiki.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001684S: Maintained
1685
Jean Delvaree53004e2006-01-09 23:26:14 +01001686F71805F HARDWARE MONITORING DRIVER
1687P: Jean Delvare
1688M: khali@linux-fr.org
1689L: lm-sensors@lm-sensors.org
1690S: Maintained
1691
Linus Torvalds1da177e2005-04-16 15:20:36 -07001692FARSYNC SYNCHRONOUS DRIVER
1693P: Kevin Curtis
1694M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001695W: http://www.farsite.co.uk/
1696S: Supported
1697
Akinobu Mitac5408b82007-04-23 14:41:20 -07001698FAULT INJECTION SUPPORT
1699P: Akinobu Mita
1700M: akinobu.mita@gmail.com
1701S: Supported
1702
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001703FILE LOCKING (flock() and fcntl()/lockf())
1704P: Matthew Wilcox
1705M: matthew@wil.cx
1706L: linux-fsdevel@vger.kernel.org
1707S: Maintained
1708
1709FILESYSTEMS (VFS and infrastructure)
1710P: Alexander Viro
1711M: viro@zeniv.linux.org.uk
1712L: linux-fsdevel@vger.kernel.org
1713S: Maintained
1714
1715FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1716P: Kristian Hoegsberg, Stefan Richter
1717M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1718L: linux1394-devel@lists.sourceforge.net
1719W: http://www.linux1394.org/
1720T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1721S: Maintained
1722
1723FIRMWARE LOADER (request_firmware)
1724L: linux-kernel@vger.kernel.org
1725S: Orphan
1726
1727FPU EMULATOR
1728P: Bill Metzenthen
1729M: billm@suburbia.net
1730W: http://suburbia.net/~billm/floating-point/emulator/
1731S: Maintained
1732
1733FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1734P: Mike McLagan
1735M: mike.mclagan@linux.org
1736L: netdev@vger.kernel.org
1737S: Maintained
1738
Linus Torvalds1da177e2005-04-16 15:20:36 -07001739FRAMEBUFFER LAYER
1740P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001741M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001742L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743W: http://linux-fbdev.sourceforge.net/
1744S: Maintained
1745
Zhang Wei173acc72008-03-01 07:42:48 -07001746FREESCALE DMA DRIVER
Zhang Wei76b0c782008-05-13 14:44:59 -07001747P: Li Yang
1748M: leoli@freescale.com
1749P: Zhang Wei
1750M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001751L: linuxppc-embedded@ozlabs.org
1752L: linux-kernel@vger.kernel.org
1753S: Maintained
1754
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001755FREESCALE I2C CPM DRIVER
1756P: Jochen Friedrich
1757M: jochen@scram.de
1758L: linuxppc-dev@ozlabs.org
Jean Delvare846557d2008-10-30 15:55:47 +01001759L: linux-i2c@vger.kernel.org
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001760S: Maintained
1761
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001762FREESCALE SOC FS_ENET DRIVER
1763P: Pantelis Antoniou
1764M: pantelis.antoniou@gmail.com
1765P: Vitaly Bordug
1766M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001767L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001768L: netdev@vger.kernel.org
1769S: Maintained
1770
Timur Tabid9e9d822008-04-24 08:45:26 +10001771FREESCALE QUICC ENGINE LIBRARY
1772P: Timur Tabi
1773M: timur@freescale.com
1774L: linuxppc-dev@ozlabs.org
1775S: Supported
1776
Li Yanga7205b32007-04-23 10:38:18 -07001777FREESCALE HIGHSPEED USB DEVICE DRIVER
1778P: Li Yang
1779M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001780L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001781L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001782S: Maintained
1783
Li Yangbeaf53b2007-05-25 13:54:02 +08001784FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1785P: Li Yang
1786M: leoli@freescale.com
1787L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001788L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001789S: Maintained
1790
Timur Tabid9e9d822008-04-24 08:45:26 +10001791FREESCALE QUICC ENGINE UCC UART DRIVER
1792P: Timur Tabi
1793M: timur@freescale.com
1794L: linuxppc-dev@ozlabs.org
1795S: Supported
1796
1797FREESCALE SOC SOUND DRIVERS
1798P: Timur Tabi
1799M: timur@freescale.com
1800L: alsa-devel@alsa-project.org
1801L: linuxppc-dev@ozlabs.org
1802S: Supported
1803
Linus Torvalds1da177e2005-04-16 15:20:36 -07001804FREEVXFS FILESYSTEM
1805P: Christoph Hellwig
1806M: hch@infradead.org
1807W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1808S: Maintained
1809
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001810FTRACE
1811P: Steven Rostedt
Steven Rostedt8e324c12008-11-19 15:36:43 -08001812M: rostedt@goodmis.org
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001813S: Maintained
1814
David Howells5ab7ffe2007-04-10 15:10:45 +01001815FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001816P: David Howells
1817M: dhowells@redhat.com
1818S: Maintained
1819
Jonathan Woithe20b93732008-06-11 10:14:56 +09301820FUJITSU LAPTOP EXTRAS
1821P: Jonathan Woithe
1822M: jwoithe@physics.adelaide.edu.au
1823L: linux-acpi@vger.kernel.org
1824S: Maintained
1825
Miklos Szeredi04578f12005-09-09 13:10:22 -07001826FUSE: FILESYSTEM IN USERSPACE
1827P: Miklos Szeredi
1828M: miklos@szeredi.hu
1829L: fuse-devel@lists.sourceforge.net
1830W: http://fuse.sourceforge.net/
1831S: Maintained
1832
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1834P: Rik Faith
1835M: faith@cs.unc.edu
1836L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001837S: Odd Fixes (e.g., new signatures)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001838
1839GDT SCSI DISK ARRAY CONTROLLER DRIVER
1840P: Achim Leubner
1841M: achim_leubner@adaptec.com
1842L: linux-scsi@vger.kernel.org
1843W: http://www.icp-vortex.com/
1844S: Supported
1845
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001846GENERIC GPIO I2C DRIVER
1847P: Haavard Skinnemoen
1848M: hskinnemoen@atmel.com
1849S: Supported
1850
Linus Torvalds1da177e2005-04-16 15:20:36 -07001851GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1852P: Krzysztof Halasa
1853M: khc@pm.waw.pl
1854W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1855S: Maintained
1856
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001857GFS2 FILE SYSTEM
1858P: Steven Whitehouse
1859M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001860L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001861W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001862T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1863T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001864S: Supported
1865
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001866GIGASET ISDN DRIVERS
1867P: Hansjoerg Lipp
1868M: hjlipp@web.de
1869P: Tilman Schmidt
1870M: tilman@imap.cc
1871L: gigaset307x-common@lists.sourceforge.net
1872W: http://gigaset307x.sourceforge.net/
1873S: Maintained
1874
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001875HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1876P: Robert Love
1877M: rlove@rlove.org
1878M: linux-kernel@vger.kernel.org
1879W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1880S: Maintained
1881
Jean-Francois Moinee8deeae2008-10-22 10:57:37 -03001882GSPCA FINEPIX SUBDRIVER
1883P: Frank Zago
1884M: frank@zago.net
1885L: video4linux-list@redhat.com
1886S: Maintained
1887
1888GSPCA M5602 SUBDRIVER
1889P: Erik Andren
1890M: erik.andren@gmail.com
1891L: video4linux-list@redhat.com
1892S: Maintained
1893
1894GSPCA PAC207 SONIXB SUBDRIVER
1895P: Hans de Goede
1896M: hdegoede@redhat.com
1897L: video4linux-list@redhat.com
1898S: Maintained
1899
1900GSPCA T613 SUBDRIVER
1901P: Leandro Costantino
1902M: lcostantino@gmail.com
1903L: video4linux-list@redhat.com
1904S: Maintained
1905
1906GSPCA USB WEBCAM DRIVER
1907P: Jean-Francois Moine
1908M: moinejf@free.fr
1909W: http://moinejf.free.fr
1910L: video4linux-list@redhat.com
1911S: Maintained
1912
Jean Delvare5b543962005-08-15 19:51:02 +02001913HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001914L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001915W: http://www.lm-sensors.org/
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001916S: Orphan
Jean Delvare5b543962005-08-15 19:51:02 +02001917
Michael Buesch844dd052006-06-26 00:24:59 -07001918HARDWARE RANDOM NUMBER GENERATOR CORE
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001919S: Orphan
Michael Buesch844dd052006-06-26 00:24:59 -07001920
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921HARMONY SOUND DRIVER
1922P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001923M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001924L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925S: Maintained
1926
1927HAYES ESP SERIAL DRIVER
1928P: Andrew J. Robinson
1929M: arobinso@nyx.net
1930L: linux-kernel@vger.kernel.org
1931W: http://www.nyx.net/~arobinso
1932S: Maintained
1933
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001934HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1935P: Chirag Kantharia
1936M: chirag.kantharia@hp.com
1937L: iss_storagedev@hp.com
1938S: Maintained
1939
1940HEWLETT-PACKARD SMART2 RAID DRIVER
1941P: Chirag Kantharia
1942M: chirag.kantharia@hp.com
1943L: iss_storagedev@hp.com
1944S: Maintained
1945
1946HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1947P: Mike Miller
1948M: mike.miller@hp.com
1949L: iss_storagedev@hp.com
1950S: Supported
1951
Linus Torvalds1da177e2005-04-16 15:20:36 -07001952HFS FILESYSTEM
1953P: Roman Zippel
1954M: zippel@linux-m68k.org
1955L: linux-kernel@vger.kernel.org
1956S: Maintained
1957
1958HGA FRAMEBUFFER DRIVER
1959P: Ferenc Bakonyi
1960M: fero@drama.obuda.kando.hu
1961L: linux-nvidia@lists.surfsouth.com
1962W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1963S: Maintained
1964
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001965HIBERNATION (aka Software Suspend, aka swsusp)
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001966P: Pavel Machek
1967M: pavel@suse.cz
1968P: Rafael J. Wysocki
1969M: rjw@sisk.pl
1970L: linux-pm@lists.linux-foundation.org
1971S: Supported
1972
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001973HID CORE LAYER
1974P: Jiri Kosina
1975M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001976L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001977T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001978S: Maintained
1979
Ingo Molnar38bed542007-02-22 09:09:34 +01001980HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1981P: Thomas Gleixner
1982M: tglx@linutronix.de
1983L: linux-kernel@vger.kernel.org
1984S: Maintained
1985
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986HIGH-SPEED SCC DRIVER FOR AX.25
1987P: Klaus Kudielka
1988M: klaus.kudielka@ieee.org
1989L: linux-hams@vger.kernel.org
1990W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1991S: Maintained
1992
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001993HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1994P: HighPoint Linux Team
1995M: linux@highpoint-tech.com
1996W: http://www.highpoint-tech.com
1997S: Supported
1998
Linus Torvalds1da177e2005-04-16 15:20:36 -07001999HIPPI
2000P: Jes Sorensen
2001M: jes@trained-monkey.org
2002L: linux-hippi@sunsite.dk
2003S: Maintained
2004
Jouni Malinenff1d2762005-05-12 22:54:16 -04002005HOST AP DRIVER
2006P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07002007M: j@w1.fi
2008L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07002009L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04002010W: http://hostap.epitest.fi/
2011S: Maintained
2012
Carlos Corbachodd8cd772008-02-05 02:17:15 +00002013HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2014P: Carlos Corbacho
2015M: carlos@strangeworlds.co.uk
2016S: Odd Fixes
2017
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002018HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2019P: Jaroslav Kysela
2020M: perex@perex.cz
2021S: Maintained
2022
Clemens Ladischd36e74c2008-07-23 21:26:46 -07002023HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08002024P: Clemens Ladisch
2025M: clemens@ladisch.de
2026S: Maintained
2027
2028HPET: i386
2029P: Venkatesh Pallipadi (Venki)
2030M: venkatesh.pallipadi@intel.com
2031S: Maintained
2032
2033HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02002034P: Vojtech Pavlik
2035M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08002036S: Maintained
2037
2038HPET: ACPI hpet.c
2039P: Bob Picco
2040M: bob.picco@hp.com
2041S: Maintained
2042
Linus Torvalds1da177e2005-04-16 15:20:36 -07002043HPFS FILESYSTEM
2044P: Mikulas Patocka
2045M: mikulas@artax.karlin.mff.cuni.cz
2046W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2047S: Maintained
2048
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002049HTCPEN TOUCHSCREEN DRIVER
2050P: Pau Oliva Fora
2051M: pof@eslack.org
2052L: linux-input@vger.kernel.org
2053S: Maintained
2054
Linus Torvalds1da177e2005-04-16 15:20:36 -07002055HUGETLB FILESYSTEM
2056P: William Irwin
2057M: wli@holomorphy.com
2058S: Maintained
2059
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002060I2C/SMBUS STUB DRIVER
2061P: Mark M. Hoffman
2062M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01002063L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002064S: Maintained
2065
Jean Delvare5b543962005-08-15 19:51:02 +02002066I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002067P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002068M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002069P: Ben Dooks (embedded platforms)
2070M: ben-linux@fluff.org
Jean Delvare846557d2008-10-30 15:55:47 +01002071L: linux-i2c@vger.kernel.org
Jean Delvare595142e2006-12-06 20:39:36 -08002072T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002073S: Maintained
2074
Till Harbaume8c76ee2007-05-01 23:26:35 +02002075I2C-TINY-USB DRIVER
2076P: Till Harbaum
2077M: till@harbaum.org
Jean Delvare846557d2008-10-30 15:55:47 +01002078L: linux-i2c@vger.kernel.org
Till Harbaume8c76ee2007-05-01 23:26:35 +02002079T: http://www.harbaum.org/till/i2c_tiny_usb
2080S: Maintained
2081
Linus Torvalds1da177e2005-04-16 15:20:36 -07002082i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002083P: H. Peter Anvin
2084M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002085L: Linux-Kernel@vger.kernel.org
2086S: Maintained
2087
2088i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002089P: H. Peter Anvin
2090M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002091T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002092S: Maintained
2093
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094IA64 (Itanium) PLATFORM
2095P: Tony Luck
2096M: tony.luck@intel.com
2097L: linux-ia64@vger.kernel.org
2098W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002099T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002100S: Maintained
2101
Linus Torvalds1da177e2005-04-16 15:20:36 -07002102IBM MCA SCSI SUBSYSTEM DRIVER
2103P: Michael Lang
2104M: langa2@kph.uni-mainz.de
2105W: http://www.uni-mainz.de/~langm000/linux.html
2106S: Maintained
2107
2108IBM Power Linux RAID adapter
2109P: Brian King
2110M: brking@us.ibm.com
2111S: Supported
2112
2113IBM ServeRAID RAID DRIVER
2114P: Jack Hammer
2115P: Dave Jeffery
2116M: ipslinux@adaptec.com
2117W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002118S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002119
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002120IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002122M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002123L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002124T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125S: Maintained
2126
2127IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002128P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002129M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002130L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002131S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132
2133IDE/ATAPI FLOPPY DRIVERS
2134P: Paul Bristow
2135M: Paul Bristow <paul@paulbristow.net>
2136W: http://paulbristow.net/linux/idefloppy.html
2137L: linux-kernel@vger.kernel.org
2138S: Maintained
2139
2140IDE/ATAPI TAPE DRIVERS
2141P: Gadi Oxman
2142M: Gadi Oxman <gadio@netvision.net.il>
2143L: linux-kernel@vger.kernel.org
2144S: Maintained
2145
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002146IDE-SCSI DRIVER
2147L: linux-ide@vger.kernel.org
2148L: linux-scsi@vger.kernel.org
2149S: Orphan
2150
Andy Henroid27471fd2008-10-09 11:45:22 -07002151IDLE-I7300
2152P: Andy Henroid
2153M: andrew.d.henroid@intel.com
2154L: linux-pm@lists.linux-foundation.org
2155S: Supported
2156
Stefan Richterf148e202008-01-12 12:32:44 +01002157IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002158P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002159M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002160P: Stefan Richter
2161M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002162L: linux1394-devel@lists.sourceforge.net
2163W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002164T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165S: Maintained
2166
Stefan Richterf51a5a92007-04-23 14:41:10 -07002167IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002168P: Dan Dennedy
2169M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002170P: Stefan Richter
2171M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002172L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002173S: Maintained
2174
Linus Torvalds1da177e2005-04-16 15:20:36 -07002175IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002176L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002177S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178
2179INFINIBAND SUBSYSTEM
2180P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002181M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002182P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002183M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002184P: Hal Rosenstock
Jean Delvare795fb7e2008-09-20 12:33:08 +02002185M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002186L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002188T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002189S: Supported
2190
Robert Lovec9f04f52005-07-15 12:21:07 -04002191INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01002192P: John McCutchan
2193M: ttb@tentacle.dhs.org
2194P: Robert Love
2195M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002196L: linux-kernel@vger.kernel.org
2197S: Maintained
2198
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002199INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2200P: Dmitry Torokhov
2201M: dmitry.torokhov@gmail.com
2202M: dtor@mail.ru
2203L: linux-input@vger.kernel.org
2204T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2205S: Maintained
2206
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002207INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002208P: Sylvain Meyer
2209M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002210L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002211S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002212
Linus Torvalds1da177e2005-04-16 15:20:36 -07002213INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002214P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002215M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002216L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002217S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002218
Thomas, Sujithf4a9bc42008-11-05 16:15:31 +05302219INTEL MENLOW THERMAL DRIVER
2220P: Sujith Thomas
2221M: sujith.thomas@intel.com
2222L: linux-acpi@vger.kernel.org
2223W: http://www.lesswatts.org/projects/acpi/
2224S: Supported
2225
Linus Torvalds1da177e2005-04-16 15:20:36 -07002226INTEL IA32 MICROCODE UPDATE SUPPORT
2227P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002228M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002229S: Maintained
2230
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002231INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002232P: Maciej Sosnowski
2233M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002234L: linux-kernel@vger.kernel.org
2235S: Supported
2236
David Woodhouse6c8909b2008-10-18 16:12:17 +01002237INTEL IOMMU (VT-d)
2238P: David Woodhouse
2239M: dwmw2@infradead.org
2240L: iommu@lists.linux-foundation.org
2241T: git://git.infradead.org/iommu-2.6.git
2242S: Supported
2243
Dan Williamsb3e5f262007-08-07 10:26:35 -07002244INTEL IOP-ADMA DMA DRIVER
2245P: Dan Williams
2246M: dan.j.williams@intel.com
2247L: linux-kernel@vger.kernel.org
2248S: Supported
2249
Michael Buesch844dd052006-06-26 00:24:59 -07002250INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2251P: Deepak Saxena
2252M: dsaxena@plexity.net
2253S: Maintained
2254
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002255INTEL IXP2000 ETHERNET DRIVER
2256P: Lennert Buytenhek
2257M: kernel@wantstofly.org
2258L: netdev@vger.kernel.org
2259S: Maintained
2260
Auke Kokd94e6fe2008-03-03 14:37:47 -08002261INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002262P: Jeff Kirsher
2263M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002264P: Jesse Brandeburg
2265M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002266P: Bruce Allan
2267M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002268P: PJ Waskiewicz
2269M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002270P: John Ronciak
2271M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002272L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002273W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002274S: Supported
2275
James Ketrenos826d2ab2005-11-07 18:56:59 -06002276INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002277P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002278M: yi.zhu@intel.com
2279P: James Ketrenos
2280M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002281P: Reinette Chatre
2282M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002283L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002284L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002285W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002286W: http://ipw2100.sourceforge.net
2287S: Supported
2288
2289INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002290P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002291M: yi.zhu@intel.com
2292P: James Ketrenos
2293M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002294P: Reinette Chatre
2295M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002296L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002297L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002298W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002299W: http://ipw2200.sourceforge.net
2300S: Supported
2301
Zhu Yib481de92007-09-25 17:54:57 -07002302INTEL WIRELESS WIFI LINK (iwlwifi)
2303P: Zhu Yi
2304M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002305P: Reinette Chatre
2306M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002307L: linux-wireless@vger.kernel.org
2308L: ipw3945-devel@lists.sourceforge.net
2309W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002310T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002311S: Supported
2312
Ralf Baechlecb109a02007-08-30 23:56:30 -07002313IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002314P: Ralf Baechle
2315M: ralf@linux-mips.org
2316L: linux-mips@linux-mips.org
2317S: Maintained
2318
Ralf Baechlecb109a02007-08-30 23:56:30 -07002319IOC3 SERIAL DRIVER
2320P: Pat Gefre
2321M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002322L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002323S: Maintained
2324
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002325IP MASQUERADING
Linus Torvalds1da177e2005-04-16 15:20:36 -07002326P: Juanjo Ciarlante
2327M: jjciarla@raiz.uncu.edu.ar
2328S: Maintained
2329
Francois Romieu1202d6f2007-09-17 17:13:55 -07002330IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2331P: Francois Romieu
2332M: romieu@fr.zoreil.com
2333P: Sorbica Shieh
2334M: sorbica@icplus.com.tw
2335P: Jesse Huang
2336M: jesse@icplus.com.tw
2337L: netdev@vger.kernel.org
2338S: Maintained
2339
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002340IPATH DRIVER
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002341P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002342M: infinipath@qlogic.com
2343L: general@lists.openfabrics.org
2344T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002345S: Supported
2346
Corey Minyard4409ebe2006-04-20 02:43:12 -07002347IPMI SUBSYSTEM
2348P: Corey Minyard
2349M: minyard@acm.org
2350L: openipmi-developer@lists.sourceforge.net
2351W: http://openipmi.sourceforge.net/
2352S: Supported
2353
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002354IPS SCSI RAID DRIVER
2355P: Adaptec OEM Raid Solutions
2356M: aacraid@adaptec.com
2357L: linux-scsi@vger.kernel.org
2358W: http://www.adaptec.com/
2359S: Maintained
2360
2361IPVS
2362P: Wensong Zhang
2363M: wensong@linux-vs.org
2364P: Simon Horman
2365M: horms@verge.net.au
2366P: Julian Anastasov
2367M: ja@ssi.bg
Ralf Baechle979b6c12005-06-13 14:30:40 -07002368L: netdev@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002369L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002370S: Maintained
2371
Randy Dunlape7839f22008-10-12 16:11:45 -07002372IPWIRELESS DRIVER
David Sterba099dc4f2008-02-07 10:57:12 +01002373P: Jiri Kosina
2374M: jkosina@suse.cz
2375P: David Sterba
2376M: dsterba@suse.cz
2377S: Maintained
2378T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2379
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002380IPX NETWORK LAYER
2381P: Arnaldo Carvalho de Melo
2382M: acme@ghostprotocols.net
2383L: netdev@vger.kernel.org
2384S: Maintained
2385
Linus Torvalds1da177e2005-04-16 15:20:36 -07002386IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002387P: Samuel Ortiz
2388M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002389L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002390W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002391S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002392
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002393ISAPNP
2394P: Jaroslav Kysela
2395M: perex@perex.cz
2396S: Maintained
2397
Mike Christie14816b12007-11-28 16:22:06 -08002398ISCSI
2399P: Mike Christie
2400M: michaelc@cs.wisc.edu
2401L: open-iscsi@googlegroups.com
2402W: www.open-iscsi.org
2403T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2404S: Maintained
2405
Linus Torvalds1da177e2005-04-16 15:20:36 -07002406ISDN SUBSYSTEM
2407P: Karsten Keil
2408M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002409L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002410W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002411T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412S: Maintained
2413
2414ISDN SUBSYSTEM (Eicon active card driver)
2415P: Armin Schindler
2416M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002417L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002418W: http://www.melware.de
2419S: Maintained
2420
Hans Verkuil91821ff2007-12-02 09:35:33 -03002421IVTV VIDEO4LINUX DRIVER
2422P: Hans Verkuil
2423M: hverkuil@xs4all.nl
2424L: ivtv-devel@ivtvdriver.org
2425L: ivtv-users@ivtvdriver.org
2426L: video4linux-list@redhat.com
2427W: http://www.ivtvdriver.org
2428S: Maintained
2429
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002430JFS FILESYSTEM
2431P: Dave Kleikamp
2432M: shaggy@austin.ibm.com
2433L: jfs-discussion@lists.sourceforge.net
2434W: http://jfs.sourceforge.net/
2435T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2436S: Supported
2437
Guo-Fu Tseng95252232008-09-16 01:00:11 +08002438JME NETWORK DRIVER
2439P: Guo-Fu Tseng
2440M: cooldavid@cooldavid.org
2441L: netdev@vger.kernel.org
2442S: Maintained
2443
Linus Torvalds1da177e2005-04-16 15:20:36 -07002444JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2445P: David Woodhouse
2446M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002447L: linux-mtd@lists.infradead.org
2448W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002449S: Maintained
2450
Josh Triplettde456d32006-07-30 03:04:00 -07002451JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002452P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002453M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002454L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002455S: Maintained
2456
Rudolf Marek4660cb32006-10-08 22:01:26 +02002457K8TEMP HARDWARE MONITORING DRIVER
2458P: Rudolf Marek
2459M: r.marek@assembler.cz
2460L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002461S: Maintained
2462
2463KCONFIG
2464P: Roman Zippel
2465M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002466L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467S: Maintained
2468
Vivek Goyalea6c2082006-05-20 14:59:55 -07002469KDUMP
2470P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002471M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002472P: Haren Myneni
2473M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002474L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002475L: linux-kernel@vger.kernel.org
2476W: http://lse.sourceforge.net/kdump/
2477S: Maintained
2478
Linus Torvalds1da177e2005-04-16 15:20:36 -07002479KERNEL AUTOMOUNTER (AUTOFS)
2480P: H. Peter Anvin
2481M: hpa@zytor.com
2482L: autofs@linux.kernel.org
2483S: Odd Fixes
2484
2485KERNEL AUTOMOUNTER v4 (AUTOFS4)
2486P: Ian Kent
2487M: raven@themaw.net
2488L: autofs@linux.kernel.org
2489S: Maintained
2490
2491KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002492P: Sam Ravnborg
2493M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002494T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2495T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002496L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002497S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002498
2499KERNEL JANITORS
2500P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002501L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002502W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002503S: Maintained
2504
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002505KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002506P: J. Bruce Fields
2507M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002508P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002509M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002510L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002511W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002512S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002513
Avi Kivity426d62e2006-12-13 00:34:03 -08002514KERNEL VIRTUAL MACHINE (KVM)
2515P: Avi Kivity
Avi Kivity9ea1de42008-09-19 19:25:30 -07002516M: avi@redhat.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002517L: kvm@vger.kernel.org
2518W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002519S: Supported
2520
Joerg Roedelad8003d2008-09-10 20:01:07 +02002521KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2522P: Joerg Roedel
2523M: joerg.roedel@amd.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002524L: kvm@vger.kernel.org
2525W: http://kvm.qumranet.com
2526S: Supported
2527
Hollis Blanchard513014b2008-04-16 23:28:08 -05002528KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2529P: Hollis Blanchard
2530M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002531L: kvm-ppc@vger.kernel.org
2532W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002533S: Supported
2534
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002535KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002536P: Anthony Xu
2537M: anthony.xu@intel.com
2538P: Xiantao Zhang
2539M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002540L: kvm-ia64@vger.kernel.org
2541W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002542S: Supported
2543
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002544KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2545P: Carsten Otte
2546M: cotte@de.ibm.com
2547P: Christian Borntraeger
2548M: borntraeger@de.ibm.com
2549M: linux390@de.ibm.com
2550L: linux-s390@vger.kernel.org
2551W: http://www.ibm.com/developerworks/linux/linux390/
2552S: Supported
2553
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002554KEXEC
2555P: Eric Biederman
2556M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002557W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002558L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002559L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002560S: Maintained
2561
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002562KGDB
2563P: Jason Wessel
2564M: jason.wessel@windriver.com
2565L: kgdb-bugreport@lists.sourceforge.net
2566S: Maintained
2567
Eduard - Gabriel Munteanub9ce08c2008-08-10 20:14:03 +03002568KMEMTRACE
2569P: Eduard - Gabriel Munteanu
2570M: eduard.munteanu@linux360.ro
2571L: linux-kernel@vger.kernel.org
2572S: Maintained
2573
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002574KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002575P: Ananth N Mavinakayanahalli
2576M: ananth@in.ibm.com
2577P: Anil S Keshavamurthy
2578M: anil.s.keshavamurthy@intel.com
2579P: David S. Miller
2580M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002581P: Masami Hiramatsu
2582M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002583L: linux-kernel@vger.kernel.org
2584S: Maintained
2585
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002586KS0108 LCD CONTROLLER DRIVER
2587P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002588M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002589L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002590W: http://miguelojeda.es/auxdisplay.htm
2591W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002592S: Maintained
2593
Linus Torvalds1da177e2005-04-16 15:20:36 -07002594LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002595L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002596S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002597
2598LASI 53c700 driver for PARISC
2599P: James E.J. Bottomley
2600M: James.Bottomley@HansenPartnership.com
2601L: linux-scsi@vger.kernel.org
2602S: Maintained
2603
Richard Purdie263de9b2006-05-15 09:44:16 -07002604LED SUBSYSTEM
2605P: Richard Purdie
2606M: rpurdie@rpsys.net
2607S: Maintained
2608
Linus Torvalds1da177e2005-04-16 15:20:36 -07002609LEGO USB Tower driver
2610P: Juergen Stuber
2611M: starblue@users.sourceforge.net
2612L: legousb-devel@lists.sourceforge.net
2613W: http://legousb.sourceforge.net/
2614S: Maintained
2615
Rusty Russell568a17f2007-10-25 14:12:24 +10002616LGUEST
2617P: Rusty Russell
2618M: rusty@rustcorp.com.au
2619L: lguest@ozlabs.org
2620W: http://lguest.ozlabs.org/
2621S: Maintained
2622
Linus Torvalds1da177e2005-04-16 15:20:36 -07002623LINUX FOR IBM pSERIES (RS/6000)
2624P: Paul Mackerras
2625M: paulus@au.ibm.com
2626W: http://www.ibm.com/linux/ltc/projects/ppc
2627S: Supported
2628
2629LINUX FOR NCR VOYAGER
2630P: James Bottomley
2631M: James.Bottomley@HansenPartnership.com
2632W: http://www.hansenpartnership.com/voyager
2633S: Maintained
2634
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002635LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002636P: Paul Mackerras
2637M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002638P: Benjamin Herrenschmidt
2639M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002640W: http://www.penguinppc.org/
2641L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002642T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002643S: Supported
2644
2645LINUX FOR POWER MACINTOSH
2646P: Benjamin Herrenschmidt
2647M: benh@kernel.crashing.org
2648W: http://www.penguinppc.org/
2649L: linuxppc-dev@ozlabs.org
2650S: Maintained
2651
Grant Likely77a76362008-07-12 12:11:43 -06002652LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002653P: Sylvain Munaut
2654M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002655P: Grant Likely
2656M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002657L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002658S: Maintained
2659
2660LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002661P: Josh Boyer
2662M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002663P: Matt Porter
2664M: mporter@kernel.crashing.org
2665W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002666L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002667T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002668S: Maintained
2669
Grant Likely260c02a2007-10-02 12:15:34 +10002670LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2671P: Grant Likely
2672M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002673W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002674L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002675S: Maintained
2676
Tom Rinie93adf12005-07-26 12:49:53 -07002677LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002678P: Vitaly Bordug
2679M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002680P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002681M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002682W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002683L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002684S: Maintained
2685
Linus Torvalds1da177e2005-04-16 15:20:36 -07002686LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002687P: Kumar Gala
2688M: galak@kernel.crashing.org
2689W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002690L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002691S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002692
Olof Johanssonab06ff32006-09-06 14:44:54 -05002693LINUX FOR POWERPC PA SEMI PWRFICIENT
2694P: Olof Johansson
2695M: olof@lixom.net
2696W: http://www.pasemi.com/
2697L: linuxppc-dev@ozlabs.org
2698S: Supported
2699
Linus Torvalds1da177e2005-04-16 15:20:36 -07002700LINUX SECURITY MODULE (LSM) FRAMEWORK
2701P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002702M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002703L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002704T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002705S: Supported
2706
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002707LLC (802.2)
2708P: Arnaldo Carvalho de Melo
2709M: acme@ghostprotocols.net
2710S: Maintained
2711
Pavel Machek455fbdd2008-11-12 13:27:02 -08002712LIS3LV02D ACCELEROMETER DRIVER
2713P: Eric Piel
2714M: eric.piel@tremplin-utc.net
2715S: Maintained
2716
Linus Torvalds1da177e2005-04-16 15:20:36 -07002717LM83 HARDWARE MONITOR DRIVER
2718P: Jean Delvare
2719M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002720L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002721S: Maintained
2722
2723LM90 HARDWARE MONITOR DRIVER
2724P: Jean Delvare
2725M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002726L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002727S: Maintained
2728
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002729LOCKDEP AND LOCKSTAT
2730P: Peter Zijlstra
2731M: peterz@infradead.org
2732P: Ingo Molnar
2733M: mingo@redhat.com
2734L: linux-kernel@vger.kernel.org
2735T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2736S: Maintained
2737
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002738LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002739P: Richard Russon (FlatCap)
2740M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002741L: linux-ntfs-dev@lists.sourceforge.net
2742W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002743S: Maintained
2744
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002745LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2746P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002747M: Eric.Moore@lsi.com
2748M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002749L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002750L: linux-scsi@vger.kernel.org
2751W: http://www.lsilogic.com/support
2752S: Supported
2753
Linus Torvalds1da177e2005-04-16 15:20:36 -07002754LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2755P: Matthew Wilcox
2756M: matthew@wil.cx
2757L: linux-scsi@vger.kernel.org
2758S: Maintained
2759
Mike Frysinger81365c32008-10-29 14:01:12 -07002760LTP (Linux Test Project)
2761P: Subrata Modak
2762M: subrata@linux.vnet.ibm.com
2763P: Mike Frysinger
2764M: vapier@gentoo.org
2765L: ltp-list@lists.sourceforge.net (subscribers-only)
2766W: http://ltp.sourceforge.net/
2767T: git kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
2768S: Maintained
2769
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002770M32R ARCHITECTURE
2771P: Hirokazu Takata
2772M: takata@linux-m32r.org
2773L: linux-m32r@ml.linux-m32r.org
2774L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2775W: http://www.linux-m32r.org/
2776S: Maintained
2777
Linus Torvalds1da177e2005-04-16 15:20:36 -07002778M68K ARCHITECTURE
2779P: Geert Uytterhoeven
2780M: geert@linux-m68k.org
2781P: Roman Zippel
2782M: zippel@linux-m68k.org
2783L: linux-m68k@lists.linux-m68k.org
2784W: http://www.linux-m68k.org/
2785W: http://linux-m68k-cvs.ubb.ca/
2786S: Maintained
2787
2788M68K ON APPLE MACINTOSH
2789P: Joshua Thompson
2790M: funaho@jurai.org
2791W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002792L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002793S: Maintained
2794
2795M68K ON HP9000/300
2796P: Philip Blundell
2797M: philb@gnu.org
2798W: http://www.tazenda.demon.co.uk/phil/linux-hp
2799S: Maintained
2800
Jiri Benc64a327a2007-05-05 11:47:08 -07002801MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002802P: Johannes Berg
2803M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002804P: Michael Wu
2805M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002806L: linux-wireless@vger.kernel.org
2807W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002808T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002809S: Maintained
2810
Stefano Brivio1036d862007-12-23 04:46:27 +01002811MAC80211 PID RATE CONTROL
2812P: Stefano Brivio
2813M: stefano.brivio@polimi.it
2814P: Mattias Nissler
2815M: mattias.nissler@gmx.de
2816L: linux-wireless@vger.kernel.org
2817W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2818T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2819S: Maintained
2820
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002821MACVLAN DRIVER
2822P: Patrick McHardy
2823M: kaber@trash.net
2824L: netdev@vger.kernel.org
2825S: Maintained
2826
Michael Kerriskfaf16682005-07-31 22:34:47 -07002827MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002828P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002829M: mtk.manpages@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02002830W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07002831L: linux-man@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02002832S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002833
Stefano Brivio74cda162007-11-19 20:27:46 +01002834MARVELL LIBERTAS WIRELESS DRIVER
2835P: Dan Williams
2836M: dcbw@redhat.com
2837L: libertas-dev@lists.infradead.org
2838S: Maintained
2839
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002840MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002841P: Lennert Buytenhek
2842M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002843L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002844S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002845
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002846MARVELL YUKON / SYSKONNECT DRIVER
2847P: Mirko Lindner
2848M: mlindner@syskonnect.de
2849P: Ralph Roesler
2850M: rroesler@syskonnect.de
2851W: http://www.syskonnect.com
2852S: Supported
2853
Linus Torvalds1da177e2005-04-16 15:20:36 -07002854MATROX FRAMEBUFFER DRIVER
2855P: Petr Vandrovec
2856M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002857L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002858S: Maintained
2859
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002860MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2861P: Hans J. Koch
2862M: hjk@linutronix.de
2863L: lm-sensors@lm-sensors.org
2864S: Maintained
2865
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002866MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002867P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002868M: megaraidlinux@lsi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002869L: linux-scsi@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002870W: http://megaraid.lsilogic.com
2871S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002872
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002873MEMORY MANAGEMENT
2874L: linux-mm@kvack.org
2875L: linux-kernel@vger.kernel.org
2876W: http://www.linux-mm.org
2877S: Maintained
2878
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002879MEMORY RESOURCE CONTROLLER
2880P: Balbir Singh
2881M: balbir@linux.vnet.ibm.com
2882P: Pavel Emelyanov
2883M: xemul@openvz.org
2884P: KAMEZAWA Hiroyuki
2885M: kamezawa.hiroyu@jp.fujitsu.com
2886L: linux-mm@kvack.org
2887L: linux-kernel@vger.kernel.org
2888S: Maintained
2889
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002890MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002891P: David Woodhouse
2892M: dwmw2@infradead.org
2893W: http://www.linux-mtd.infradead.org/
2894L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002895T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002896S: Maintained
2897
2898MICROTEK X6 SCANNER
2899P: Oliver Neukum
2900M: oliver@neukum.name
2901S: Maintained
2902
2903MIPS
2904P: Ralf Baechle
2905M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002906W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002907L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002908T: git www.linux-mips.org:/pub/scm/linux.git
2909S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002910
2911MISCELLANEOUS MCA-SUPPORT
2912P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002913M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002914L: linux-kernel@vger.kernel.org
2915S: Maintained
2916
2917MODULE SUPPORT
2918P: Rusty Russell
2919M: rusty@rustcorp.com.au
2920L: linux-kernel@vger.kernel.org
2921S: Maintained
2922
2923MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2924P: Stelian Pop
2925M: stelian@popies.net
2926W: http://popies.net/meye/
2927S: Maintained
2928
Pavel Pisac58ff042007-05-16 01:10:41 +02002929MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2930P: Pavel Pisa
2931M: ppisa@pikron.com
2932L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002933S: Maintained
2934
Linus Torvalds1da177e2005-04-16 15:20:36 -07002935MOUSE AND MISC DEVICES [GENERAL]
2936P: Alessandro Rubini
2937M: rubini@ipvvis.unipv.it
2938L: linux-kernel@vger.kernel.org
2939S: Maintained
2940
Jiri Slabyb9705b62008-04-30 00:53:48 -07002941MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002942P: Jiri Slaby
2943M: jirislaby@gmail.com
2944L: linux-kernel@vger.kernel.org
2945S: Maintained
2946
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002947MSI LAPTOP SUPPORT
2948P: Lennart Poettering
2949M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002950W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002951W: http://0pointer.de/lennart/tchibo.html
2952S: Maintained
2953
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002954MULTIFUNCTION DEVICES (MFD)
2955P: Samuel Ortiz
2956M: sameo@openedhand.com
2957L: linux-kernel@vger.kernel.org
2958S: Supported
2959
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002960MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002961P: Pierre Ossman
2962M: drzeus-mmc@drzeus.cx
2963L: linux-kernel@vger.kernel.org
2964S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002965
David Brownell15a05802007-08-08 09:12:54 -07002966MULTIMEDIA CARD (MMC) ETC. OVER SPI
2967P: David Brownell
2968M: dbrownell@users.sourceforge.net
2969L: linux-kernel@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002970S: Odd Fixes
David Brownell15a05802007-08-08 09:12:54 -07002971
Linus Torvalds1da177e2005-04-16 15:20:36 -07002972MULTISOUND SOUND DRIVER
2973P: Andrew Veliath
2974M: andrewtv@usa.net
2975S: Maintained
2976
Jiri Slabyd7354102006-12-08 02:38:35 -08002977MULTITECH MULTIPORT CARD (ISICOM)
2978P: Jiri Slaby
2979M: jirislaby@gmail.com
2980L: linux-kernel@vger.kernel.org
2981S: Maintained
2982
Felipe Balbi550a7372008-07-24 12:27:36 +03002983MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Jean Delvare795fb7e2008-09-20 12:33:08 +02002984P: Felipe Balbi
2985M: felipe.balbi@nokia.com
2986L: linux-usb@vger.kernel.org
2987S: Maintained
Felipe Balbi550a7372008-07-24 12:27:36 +03002988
Brice Goglin2d3cf582008-05-17 12:45:36 +02002989MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2990P: Andrew Gallatin
2991M: gallatin@myri.com
2992P: Brice Goglin
2993M: brice@myri.com
2994L: netdev@vger.kernel.org
2995W: http://www.myri.com/scs/download-Myri10GE.html
2996S: Supported
2997
Linus Torvalds1da177e2005-04-16 15:20:36 -07002998NATSEMI ETHERNET DRIVER (DP8381x)
Jean Delvare795fb7e2008-09-20 12:33:08 +02002999P: Tim Hockin
Linus Torvalds1da177e2005-04-16 15:20:36 -07003000M: thockin@hockin.org
3001S: Maintained
3002
3003NCP FILESYSTEM
3004P: Petr Vandrovec
3005M: vandrove@vc.cvut.cz
3006L: linware@sh.cvut.cz
3007S: Maintained
3008
3009NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3010P: James E.J. Bottomley
3011M: James.Bottomley@HansenPartnership.com
3012L: linux-scsi@vger.kernel.org
3013S: Maintained
3014
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003015NETEFFECT IWARP RNIC DRIVER (IW_NES)
3016P: Faisal Latif
Roland Dreier7b49d952008-10-16 15:39:14 -07003017M: faisal.latif@intel.com
Chien Tung5f625602008-05-26 15:23:32 -07003018P: Chien Tung
Roland Dreier7b49d952008-10-16 15:39:14 -07003019M: chien.tin.tung@intel.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003020L: general@lists.openfabrics.org
3021W: http://www.neteffect.com
3022S: Supported
3023F: drivers/infiniband/hw/nes/
3024
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003025NETEM NETWORK EMULATOR
3026P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003027M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07003028L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003029S: Maintained
3030
Jiri Slaby4a584482007-08-30 23:56:39 -07003031NETERION (S2IO) Xframe 10GbE DRIVER
3032P: Ramkrishna Vepa
3033M: ram.vepa@neterion.com
3034P: Rastapur Santosh
3035M: santosh.rastapur@neterion.com
3036P: Sivakumar Subramani
3037M: sivakumar.subramani@neterion.com
3038P: Sreenivasa Honnur
3039M: sreenivasa.honnur@neterion.com
3040L: netdev@vger.kernel.org
3041W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
3042S: Supported
3043
Linus Torvalds1da177e2005-04-16 15:20:36 -07003044NETFILTER/IPTABLES/IPCHAINS
3045P: Rusty Russell
3046P: Marc Boucher
3047P: James Morris
3048P: Harald Welte
3049P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07003050P: Patrick McHardy
3051M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07003052L: netfilter-devel@vger.kernel.org
3053L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07003054L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003055W: http://www.netfilter.org/
3056W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003057S: Supported
3058
Paul Moore4cc67732006-09-25 15:57:13 -07003059NETLABEL
3060P: Paul Moore
3061M: paul.moore@hp.com
3062W: http://netlabel.sf.net
3063L: netdev@vger.kernel.org
3064S: Supported
3065
Linus Torvalds1da177e2005-04-16 15:20:36 -07003066NETROM NETWORK LAYER
3067P: Ralf Baechle
3068M: ralf@linux-mips.org
3069L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003070W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003071S: Maintained
3072
Pavel Machek5ddb88c2006-09-29 02:01:29 -07003073NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003074P: Paul Clements
3075M: Paul.Clements@steeleye.com
3076S: Maintained
3077
3078NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003079P: Jeff Garzik
3080M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003081L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003082T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003083S: Maintained
3084
3085NETWORKING [GENERAL]
3086P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003087M: netdev@vger.kernel.org
3088L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003089W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003090S: Maintained
3091
3092NETWORKING [IPv4/IPv6]
3093P: David S. Miller
3094M: davem@davemloft.net
3095P: Alexey Kuznetsov
3096M: kuznet@ms2.inr.ac.ru
3097P: Pekka Savola (ipv6)
3098M: pekkas@netcore.fi
3099P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003100M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003101P: Hideaki YOSHIFUJI
3102M: yoshfuji@linux-ipv6.org
3103P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003104M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003105L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003106T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003107S: Maintained
3108
James Morris10e2ff12007-08-25 14:41:28 -07003109NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3110P: Paul Moore
3111M: paul.moore@hp.com
3112L: netdev@vger.kernel.org
3113S: Maintained
3114
John W. Linville29f8f632006-01-18 14:52:48 -08003115NETWORKING [WIRELESS]
3116P: John W. Linville
3117M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003118L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003119T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3120S: Maintained
3121
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003122NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003123P: Dhananjay Phadke
3124M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003125L: netdev@vger.kernel.org
3126W: http://www.netxen.com
3127S: Supported
3128
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003129NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003130P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003131M: Trond.Myklebust@netapp.com
3132L: linux-nfs@vger.kernel.org
3133W: http://client.linux-nfs.org
3134T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003135S: Maintained
3136
3137NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003138P: Jan-Pascal van Best
3139M: janpascal@vanbest.org
3140P: Andreas Mohr
3141M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003142L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003143S: Maintained
3144
3145NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3146P: YOKOTA Hiroshi
3147M: yokota@netlab.is.tsukuba.ac.jp
3148W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3149S: Maintained
3150
3151NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3152P: GOTO Masanori
3153M: gotom@debian.or.jp
3154P: YOKOTA Hiroshi
3155M: yokota@netlab.is.tsukuba.ac.jp
3156W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3157S: Maintained
3158
Linus Torvalds1da177e2005-04-16 15:20:36 -07003159NTFS FILESYSTEM
3160P: Anton Altaparmakov
3161M: aia21@cantab.net
3162L: linux-ntfs-dev@lists.sourceforge.net
3163L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003164W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003165T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003166S: Maintained
3167
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003168NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003169P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003170M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003171L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003172S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003173
Bob Copeland0ad122d2008-07-25 19:45:18 -07003174OMFS FILESYSTEM
3175P: Bob Copeland
3176M: me@bobcopeland.com
3177L: linux-karma-devel@lists.sourceforge.net
3178S: Maintained
3179
Harald Weltec1986ee2005-11-13 16:06:29 -08003180OMNIKEY CARDMAN 4000 DRIVER
3181P: Harald Welte
3182M: laforge@gnumonks.org
3183S: Maintained
3184
Harald Welte77c44ab2005-11-13 16:06:26 -08003185OMNIKEY CARDMAN 4040 DRIVER
3186P: Harald Welte
3187M: laforge@gnumonks.org
3188S: Maintained
3189
Jonathan Corbet77d51402007-03-22 19:44:17 -03003190OMNIVISION OV7670 SENSOR DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003191P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03003192M: corbet@lwn.net
3193L: video4linux-list@redhat.com
3194S: Maintained
3195
Thomas Gleixner431bca72007-05-02 09:31:35 +02003196ONENAND FLASH DRIVER
3197P: Kyungmin Park
3198M: kyungmin.park@samsung.com
3199L: linux-mtd@lists.infradead.org
3200S: Maintained
3201
Linus Torvalds1da177e2005-04-16 15:20:36 -07003202ONSTREAM SCSI TAPE DRIVER
3203P: Willem Riede
3204M: osst@riede.org
3205L: osst-users@lists.sourceforge.net
3206L: linux-scsi@vger.kernel.org
3207S: Maintained
3208
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003209OPENCORES I2C BUS DRIVER
3210P: Peter Korsgaard
3211M: jacmet@sunsite.dk
Jean Delvare846557d2008-10-30 15:55:47 +01003212L: linux-i2c@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003213S: Maintained
3214
Linus Torvalds1da177e2005-04-16 15:20:36 -07003215OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003216P: Robert Richter
3217M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003218L: oprofile-list@lists.sf.net
3219S: Maintained
3220
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003221ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3222P: Mark Fasheh
3223M: mfasheh@suse.com
3224P: Joel Becker
3225M: joel.becker@oracle.com
3226L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3227W: http://oss.oracle.com/projects/ocfs2/
3228T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3229S: Supported
3230
Linus Torvalds1da177e2005-04-16 15:20:36 -07003231ORINOCO DRIVER
3232P: Pavel Roskin
3233M: proski@gnu.org
3234P: David Gibson
3235M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003236L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003237L: orinoco-users@lists.sourceforge.net
3238L: orinoco-devel@lists.sourceforge.net
3239W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003240S: Maintained
3241
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003242P54 WIRELESS DRIVER
3243P: Michael Wu
3244M: flamingice@sourmilk.net
3245L: linux-wireless@vger.kernel.org
3246W: http://prism54.org
3247T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3248S: Maintained
3249
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003250PA SEMI ETHERNET DRIVER
3251P: Olof Johansson
3252M: olof@lixom.net
3253L: netdev@vger.kernel.org
3254S: Maintained
3255
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003256PA SEMI SMBUS DRIVER
3257P: Olof Johansson
3258M: olof@lixom.net
Jean Delvare846557d2008-10-30 15:55:47 +01003259L: linux-i2c@vger.kernel.org
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003260S: Maintained
3261
Harald Welte709ee532008-09-23 17:46:57 +02003262PANASONIC LAPTOP ACPI EXTRAS DRIVER
3263P: Harald Welte
3264M: laforge@gnumonks.org
3265S: Maintained
3266
David Howells4fa97182008-10-13 10:42:44 +01003267PANASONIC MN10300/AM33 PORT
3268P: David Howells
3269M: dhowells@redhat.com
3270P: Koichi Yasutake
3271M: yasutake.koichi@jp.panasonic.com
3272L: linux-am33-list@redhat.com (moderated for non-subscribers)
3273W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3274S: Maintained
3275
Linus Torvalds1da177e2005-04-16 15:20:36 -07003276PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003277L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003278S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003279
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003280PARAVIRT_OPS INTERFACE
3281P: Jeremy Fitzhardinge
3282M: jeremy@xensource.com
3283P: Chris Wright
3284M: chrisw@sous-sol.org
3285P: Zachary Amsden
3286M: zach@vmware.com
3287P: Rusty Russell
3288M: rusty@rustcorp.com.au
3289L: virtualization@lists.osdl.org
3290L: linux-kernel@vger.kernel.org
3291S: Supported
3292
Linus Torvalds1da177e2005-04-16 15:20:36 -07003293PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3294P: Tim Waugh
3295M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003296L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003297W: http://www.torque.net/linux-pp.html
3298S: Maintained
3299
3300PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003301P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003302M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003303P: Matthew Wilcox
3304M: matthew@wil.cx
3305P: Grant Grundler
3306M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003307L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003308W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003309T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003310S: Maintained
3311
Jim Cromie1662d322006-10-06 00:43:59 -07003312PC87360 HARDWARE MONITORING DRIVER
3313P: Jim Cromie
3314M: jim.cromie@gmail.com
3315L: lm-sensors@lm-sensors.org
3316S: Maintained
3317
3318PC8736x GPIO DRIVER
3319P: Jim Cromie
3320M: jim.cromie@gmail.com
3321S: Maintained
3322
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003323PCI ERROR RECOVERY
3324P: Linas Vepstas
3325M: linas@austin.ibm.com
3326L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003327L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003328S: Supported
3329
Linus Torvalds1da177e2005-04-16 15:20:36 -07003330PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003331P: Jesse Barnes
3332M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003333L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003334L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003335T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003336S: Supported
3337
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003338PCIE HOTPLUG DRIVER
3339P: Kristen Carlson Accardi
3340M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003341L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003342S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003343
Linus Torvalds1da177e2005-04-16 15:20:36 -07003344PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003345P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003346L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003347W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003348T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003349S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003350
3351PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003352P: Don Fry
3353M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003354L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003355S: Maintained
3356
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003357PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003358P: Balbir Singh
3359M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003360L: linux-kernel@vger.kernel.org
3361S: Maintained
3362
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003363PERSONALITY HANDLING
3364P: Christoph Hellwig
3365M: hch@infradead.org
3366L: linux-abi-devel@lists.sourceforge.net
3367S: Maintained
3368
Linus Torvalds1da177e2005-04-16 15:20:36 -07003369PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003370P: Joern Engel
3371M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003372L: linux-mtd@lists.infradead.org
3373S: Maintained
3374
Peter Osterlund249a6772005-09-27 21:45:30 -07003375PKTCDVD DRIVER
3376P: Peter Osterlund
3377M: petero2@telia.com
3378L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003379S: Maintained
3380
Linus Torvalds1da177e2005-04-16 15:20:36 -07003381POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003382P: Thomas Gleixner
3383M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003384L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003385S: Supported
3386
Anton Vorontsov3be86142007-07-15 04:43:36 +04003387POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3388P: Anton Vorontsov
3389M: cbou@mail.ru
3390P: David Woodhouse
3391M: dwmw2@infradead.org
3392L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003393T: git git.infradead.org/battery-2.6.git
3394S: Maintained
3395
Linus Torvalds1da177e2005-04-16 15:20:36 -07003396PNP SUPPORT
3397P: Adam Belay
Bjorn Helgaas2d59f6a2008-08-01 10:01:12 -06003398M: abelay@mit.edu
3399P: Bjorn Helgaas
3400M: bjorn.helgaas@hp.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003401S: Maintained
3402
Vitaly Wool999445d2007-01-04 13:07:03 +01003403PNXxxxx I2C DRIVER
3404P: Vitaly Wool
3405M: vitalywool@gmail.com
Jean Delvare846557d2008-10-30 15:55:47 +01003406L: linux-i2c@vger.kernel.org
Vitaly Wool999445d2007-01-04 13:07:03 +01003407S: Maintained
3408
Linus Torvalds1da177e2005-04-16 15:20:36 -07003409PPP PROTOCOL DRIVERS AND COMPRESSORS
3410P: Paul Mackerras
3411M: paulus@samba.org
3412L: linux-ppp@vger.kernel.org
3413S: Maintained
3414
3415PPP OVER ATM (RFC 2364)
3416P: Mitchell Blank Jr
3417M: mitch@sfgoth.com
3418S: Maintained
3419
3420PPP OVER ETHERNET
3421P: Michal Ostrowski
Chris Wright5e70b7f2008-06-09 16:07:28 -07003422M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003423S: Maintained
3424
James Chapmana6d23702007-06-27 15:53:17 -07003425PPP OVER L2TP
3426P: James Chapman
3427M: jchapman@katalix.com
3428S: Maintained
3429
Linus Torvalds1da177e2005-04-16 15:20:36 -07003430PREEMPTIBLE KERNEL
3431P: Robert Love
3432M: rml@tech9.net
3433L: linux-kernel@vger.kernel.org
3434L: kpreempt-tech@lists.sourceforge.net
3435W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3436S: Supported
3437
3438PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003439P: Luis R. Rodriguez
3440M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003441L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003442W: http://prism54.org
3443S: Maintained
3444
3445PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3446P: Peter Denison
3447M: promise@pnd-pc.demon.co.uk
3448W: http://www.pnd-pc.demon.co.uk/promise/
3449S: Maintained
3450
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003451PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3452P: Mikael Pettersson
3453M: mikpe@it.uu.se
3454L: linux-ide@vger.kernel.org
3455S: Maintained
3456
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003457PS3 NETWORK SUPPORT
3458P: Masakazu Mokuno
3459M: mokuno@sm.sony.co.jp
3460L: netdev@vger.kernel.org
3461L: cbe-oss-dev@ozlabs.org
3462S: Supported
3463
Geoff Levandf58a9d12006-11-23 00:46:51 +01003464PS3 PLATFORM SUPPORT
3465P: Geoff Levand
3466M: geoffrey.levand@am.sony.com
3467L: linuxppc-dev@ozlabs.org
3468L: cbe-oss-dev@ozlabs.org
3469S: Supported
3470
Michael Krufky83202042006-07-03 00:24:18 -07003471PVRUSB2 VIDEO4LINUX DRIVER
3472P: Mike Isely
3473M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003474L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003475L: video4linux-list@redhat.com
3476W: http://www.isely.net/pvrusb2/
3477S: Maintained
3478
Eric Miao30ec2612008-06-12 15:21:41 -07003479PXA2xx/PXA3xx SUPPORT
3480P: Eric Miao
3481M: eric.miao@marvell.com
3482P: Russell King
3483M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003484L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003485S: Maintained
3486
Pierre Ossman272f1332007-05-14 21:25:26 +02003487PXA MMCI DRIVER
3488S: Orphan
3489
Linus Torvalds1da177e2005-04-16 15:20:36 -07003490QLOGIC QLA2XXX FC-SCSI DRIVER
3491P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003492M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003493L: linux-scsi@vger.kernel.org
3494S: Supported
3495
Ron Mercer5a4faa82006-07-25 00:40:21 -07003496QLOGIC QLA3XXX NETWORK DRIVER
3497P: Ron Mercer
3498M: linux-driver@qlogic.com
3499L: netdev@vger.kernel.org
3500S: Supported
3501
Ron Mercerc4e84bd2008-09-18 11:56:28 -04003502QLOGIC QLGE 10Gb ETHERNET DRIVER
3503P: Ron Mercer
3504M: linux-driver@qlogic.com
3505M: ron.mercer@qlogic.com
3506L: netdev@vger.kernel.org
3507S: Supported
3508
Linus Torvalds1da177e2005-04-16 15:20:36 -07003509QNX4 FILESYSTEM
3510P: Anders Larsen
3511M: al@alarsen.net
3512L: linux-kernel@vger.kernel.org
3513W: http://www.alarsen.net/linux/qnx4fs/
3514S: Maintained
3515
3516RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003517P: Benjamin Herrenschmidt
3518M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003519L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003520S: Maintained
3521
3522RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003523P: Paul Mackerras
3524M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003525L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003526S: Maintained
3527
Randy Dunlape7839f22008-10-12 16:11:45 -07003528RALINK RT2X00 WIRELESS LAN DRIVER
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003529P: rt2x00 project
3530L: linux-wireless@vger.kernel.org
3531L: rt2400-devel@lists.sourceforge.net
3532W: http://rt2x00.serialmonkey.com/
3533S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003534T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003535F: drivers/net/wireless/rt2x00/
3536
Nick Piggin9db55792008-02-08 04:19:49 -08003537RAMDISK RAM BLOCK DEVICE DRIVER
3538P: Nick Piggin
3539M: npiggin@suse.de
3540S: Maintained
3541
Matt Mackall9e95ce22005-04-16 15:25:56 -07003542RANDOM NUMBER DRIVER
3543P: Matt Mackall
3544M: mpm@selenic.com
3545S: Maintained
3546
Matt Porter394b7012005-11-07 01:00:15 -08003547RAPIDIO SUBSYSTEM
3548P: Matt Porter
3549M: mporter@kernel.crashing.org
3550L: linux-kernel@vger.kernel.org
3551S: Maintained
3552
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003553RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3554P: Corey Thomas
3555M: coreythomas@charter.net
3556L: linux-wireless@vger.kernel.org
3557S: Maintained
3558
3559RCUTORTURE MODULE
3560P: Josh Triplett
3561M: josh@freedesktop.org
3562L: linux-kernel@vger.kernel.org
3563S: Maintained
3564
Florian Fainellic1f766b2008-02-06 22:39:44 +01003565RDC R-321X SoC
3566P: Florian Fainelli
3567M: florian.fainelli@telecomint.eu
3568L: linux-kernel@vger.kernel.org
3569S: Maintained
3570
Florian Fainellidb17f392007-12-19 11:30:30 +01003571RDC R6040 FAST ETHERNET DRIVER
3572P: Florian Fainelli
3573M: florian.fainelli@telecomint.eu
3574L: netdev@vger.kernel.org
3575S: Maintained
3576
Josh Triplett595182b2006-10-04 02:17:21 -07003577READ-COPY UPDATE (RCU)
3578P: Dipankar Sarma
3579M: dipankar@in.ibm.com
3580W: http://www.rdrop.com/users/paulmck/rclock/
3581L: linux-kernel@vger.kernel.org
3582S: Supported
3583
Linus Torvalds1da177e2005-04-16 15:20:36 -07003584REAL TIME CLOCK DRIVER
3585P: Paul Gortmaker
3586M: p_gortmaker@yahoo.com
3587L: linux-kernel@vger.kernel.org
3588S: Maintained
3589
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003590REAL TIME CLOCK (RTC) SUBSYSTEM
3591P: Alessandro Zummo
3592M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003593L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003594S: Maintained
3595
Linus Torvalds1da177e2005-04-16 15:20:36 -07003596REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003597L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003598S: Supported
3599
Ivo van Doorne08976452008-04-12 19:23:55 +02003600RFKILL
3601P: Ivo van Doorn
3602M: IvDoorn@gmail.com
3603L: netdev@vger.kernel.org
3604S: Maintained
3605F: net/rfkill
3606
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003607RISCOM8 DRIVER
3608S: Orphan
3609
Linus Torvalds1da177e2005-04-16 15:20:36 -07003610ROCKETPORT DRIVER
3611P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003612W: http://www.comtrol.com
3613S: Maintained
3614
3615ROSE NETWORK LAYER
3616P: Ralf Baechle
3617M: ralf@linux-mips.org
3618L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003619W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003620S: Maintained
3621
Michael Wu605bebe2007-05-14 01:41:02 -04003622RTL818X WIRELESS DRIVER
3623P: Michael Wu
3624M: flamingice@sourmilk.net
3625P: Andrea Merello
3626M: andreamrl@tiscali.it
3627L: linux-wireless@vger.kernel.org
3628W: http://linuxwireless.org/
3629T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3630S: Maintained
3631
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003632S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003633P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003634M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003635L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003636S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003637
Linus Torvalds1da177e2005-04-16 15:20:36 -07003638S390
3639P: Martin Schwidefsky
3640M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003641P: Heiko Carstens
3642M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003643M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003644L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003645W: http://www.ibm.com/developerworks/linux/linux390/
3646S: Supported
3647
3648S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003649P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003650M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003651P: Frank Blaschka
3652M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003653M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003654L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003655W: http://www.ibm.com/developerworks/linux/linux390/
3656S: Supported
3657
3658S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003659P: Christof Schmitt
3660M: christof.schmitt@de.ibm.com
3661P: Martin Peschke
3662M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003663M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003664L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003665W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003666S: Supported
3667
Ursula Braundd96df22007-09-19 13:09:02 +02003668S390 IUCV NETWORK LAYER
3669P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003670M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003671M: linux390@de.ibm.com
3672L: linux-s390@vger.kernel.org
3673W: http://www.ibm.com/developerworks/linux/linux390/
3674S: Supported
3675
Ben Dooks4dde7f72008-06-30 22:40:38 +01003676S3C24XX SD/MMC Driver
3677P: Ben Dooks
3678M: ben-linux@fluff.org
3679L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3680L: linux-kernel@vger.kernel.org
3681S: Supported
3682
Linus Torvalds1da177e2005-04-16 15:20:36 -07003683SAA7146 VIDEO4LINUX-2 DRIVER
3684P: Michael Hunold
3685M: michael@mihu.de
3686W: http://www.mihu.de/linux/saa7146
3687S: Maintained
3688
Linus Torvalds1da177e2005-04-16 15:20:36 -07003689SC1200 WDT DRIVER
3690P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003691M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003692S: Maintained
3693
3694SCHEDULER
3695P: Ingo Molnar
3696M: mingo@elte.hu
3697P: Robert Love [the preemptible kernel bits]
3698M: rml@tech9.net
3699L: linux-kernel@vger.kernel.org
3700S: Maintained
3701
3702SCSI CDROM DRIVER
3703P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003704M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003705L: linux-scsi@vger.kernel.org
3706W: http://www.kernel.dk
3707S: Maintained
3708
3709SCSI SG DRIVER
3710P: Doug Gilbert
3711M: dgilbert@interlog.com
3712L: linux-scsi@vger.kernel.org
3713W: http://www.torque.net/sg
3714S: Maintained
3715
3716SCSI SUBSYSTEM
3717P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003718M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003719L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003720T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003721T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3722T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003723S: Maintained
3724
3725SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003726P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003727M: Kai.Makisara@kolumbus.fi
3728L: linux-scsi@vger.kernel.org
3729S: Maintained
3730
3731SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003732P: Vlad Yasevich
3733M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003734P: Sridhar Samudrala
3735M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003736L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003737W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003738S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003739
3740SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003741P: Jim Cromie
3742M: jim.cromie@gmail.com
3743S: Odd Fixes
3744
3745SCx200 GPIO DRIVER
3746P: Jim Cromie
3747M: jim.cromie@gmail.com
3748S: Maintained
3749
3750SCx200 HRT CLOCKSOURCE DRIVER
3751P: Jim Cromie
3752M: jim.cromie@gmail.com
3753S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003754
Sascha Sommer6a369132008-07-15 14:21:29 +02003755SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3756P: Sascha Sommer
3757M: saschasommer@freenet.de
3758L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3759S: Maintained
3760
Randy Dunlape7839f22008-10-12 16:11:45 -07003761SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003762P: Pierre Ossman
3763M: drzeus-sdhci@drzeus.cx
3764L: sdhci-devel@list.drzeus.cx
3765S: Maintained
3766
Linus Torvalds1da177e2005-04-16 15:20:36 -07003767SECURITY CONTACT
3768P: Security Officers
3769M: security@kernel.org
3770S: Supported
3771
3772SELINUX SECURITY MODULE
3773P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003774M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003775P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003776M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003777P: Eric Paris
3778M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003779L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003780L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Stephen Smalleyf0589252008-09-11 09:20:26 -04003781W: http://selinuxproject.org
3782T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003783S: Supported
3784
Jiri Slabycef2cf02007-05-08 00:31:45 -07003785SENSABLE PHANTOM
3786P: Jiri Slaby
3787M: jirislaby@gmail.com
3788S: Maintained
3789
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003790SERIAL ATA (SATA) SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791P: Jeff Garzik
3792M: jgarzik@pobox.com
3793L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003794T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003795S: Supported
3796
Ben Hutchings8ceee662008-04-27 12:55:59 +01003797SFC NETWORK DRIVER
3798P: Steve Hodgson
3799P: Ben Hutchings
3800P: Robert Stonehouse
3801M: linux-net-drivers@solarflare.com
3802S: Supported
3803
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003804SGI GRU DRIVER
3805P: Jack Steiner
3806M: steiner@sgi.com
3807S: Maintained
3808
3809SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3810P: Pat Gefre
3811M: pfg@sgi.com
3812L: linux-ia64@vger.kernel.org
3813S: Supported
3814
Linus Torvalds1da177e2005-04-16 15:20:36 -07003815SGI VISUAL WORKSTATION 320 AND 540
3816P: Andrey Panin
3817M: pazke@donpac.ru
3818L: linux-visws-devel@lists.sf.net
3819W: http://linux-visws.sf.net
3820S: Maintained for 2.6.
3821
Jack Steiner75312612008-08-15 00:40:42 -07003822SGI XP/XPC/XPNET DRIVER
3823P: Dean Nelson
3824M: dcn@sgi.com
3825S: Maintained
3826
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003827SHARP LH SUPPORT (LH7952X & LH7A40X)
3828P: Marc Singer
3829M: elf@buici.com
3830W: http://projects.buici.com/arm
3831L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3832S: Maintained
3833
3834SHPC HOTPLUG DRIVER
3835P: Kristen Carlson Accardi
3836M: kristen.c.accardi@intel.com
3837L: linux-pci@vger.kernel.org
3838S: Supported
3839
Linus Torvalds1da177e2005-04-16 15:20:36 -07003840SIMTEC EB110ATX (Chalice CATS)
3841P: Ben Dooks
3842P: Vincent Sanders
3843M: support@simtec.co.uk
3844W: http://www.simtec.co.uk/products/EB110ATX/
3845S: Supported
3846
3847SIMTEC EB2410ITX (BAST)
3848P: Ben Dooks
3849P: Vincent Sanders
3850M: support@simtec.co.uk
3851W: http://www.simtec.co.uk/products/EB2410ITX/
3852S: Supported
3853
Francois Romieu92aab3c2005-07-30 13:11:18 +02003854SIS 190 ETHERNET DRIVER
3855P: Francois Romieu
3856M: romieu@fr.zoreil.com
3857L: netdev@vger.kernel.org
3858S: Maintained
3859
Linus Torvalds1da177e2005-04-16 15:20:36 -07003860SIS 900/7016 FAST ETHERNET DRIVER
3861P: Daniele Venzano
3862M: venza@brownhat.org
3863W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003864L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003865S: Maintained
3866
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003867SIS 96X I2C/SMBUS DRIVER
3868P: Mark M. Hoffman
3869M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01003870L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003871S: Maintained
3872
Linus Torvalds1da177e2005-04-16 15:20:36 -07003873SIS FRAMEBUFFER DRIVER
3874P: Thomas Winischhofer
3875M: thomas@winischhofer.net
3876W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003877S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003878
3879SIS USB2VGA DRIVER
3880P: Thomas Winischhofer
3881M: thomas@winischhofer.net
3882W: http://www.winischhofer.at/linuxsisusbvga.shtml
3883S: Maintained
3884
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003885SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3886P: Stephen Hemminger
3887M: shemminger@linux-foundation.org
3888L: netdev@vger.kernel.org
3889S: Maintained
3890
Christoph Lameter415ad262007-07-26 10:40:56 -07003891SLAB ALLOCATOR
3892P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003893M: cl@linux-foundation.org
Christoph Lameter415ad262007-07-26 10:40:56 -07003894P: Pekka Enberg
3895M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003896P: Matt Mackall
3897M: mpm@selenic.com
Christoph Lameter415ad262007-07-26 10:40:56 -07003898L: linux-mm@kvack.org
3899S: Maintained
3900
Linus Torvalds1da177e2005-04-16 15:20:36 -07003901SMC91x ETHERNET DRIVER
3902P: Nicolas Pitre
3903M: nico@cam.org
3904S: Maintained
3905
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003906SMSC47B397 HARDWARE MONITOR DRIVER
3907P: Mark M. Hoffman
3908M: mhoffman@lightlink.com
3909L: lm-sensors@lm-sensors.org
3910S: Maintained
3911
Ben Nizetteb54f2862008-03-13 22:27:30 +11003912SMX UIO Interface
3913P: Ben Nizette
3914M: bn@niasdigital.com
3915S: Maintained
3916
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003917SN-IA64 (Itanium) SUB-PLATFORM
3918P: Jes Sorensen
3919M: jes@sgi.com
3920L: linux-altix@sgi.com
3921L: linux-ia64@vger.kernel.org
3922W: http://www.sgi.com/altix
3923S: Maintained
3924
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003925SOC-CAMERA V4L2 SUBSYSTEM
Jean Delvare795fb7e2008-09-20 12:33:08 +02003926P: Guennadi Liakhovetski
3927M: g.liakhovetski@gmx.de
3928L: video4linux-list@redhat.com
3929S: Maintained
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003930
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003931SOEKRIS NET48XX LED SUPPORT
3932P: Chris Boot
3933M: bootc@bootc.net
3934S: Maintained
3935
Linus Torvalds1da177e2005-04-16 15:20:36 -07003936SOFTWARE RAID (Multiple Disks) SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07003937P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003938M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003939L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003940S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003941
Linus Torvalds1da177e2005-04-16 15:20:36 -07003942SONIC NETWORK DRIVER
3943P: Thomas Bogendoerfer
3944M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003945L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003946S: Maintained
3947
Michael Buesch61e115a2007-09-18 15:12:50 -04003948SONICS SILICON BACKPLANE DRIVER (SSB)
3949P: Michael Buesch
3950M: mb@bu3sch.de
3951L: netdev@vger.kernel.org
3952S: Maintained
3953
Linus Torvalds1da177e2005-04-16 15:20:36 -07003954SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003955P: Mattia Dongili
3956M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003957L: linux-acpi@vger.kernel.org
3958W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003959S: Maintained
3960
Alex Dubovbaf85322008-02-09 10:20:54 -08003961SONY MEMORYSTICK CARD SUPPORT
3962P: Alex Dubov
3963M: oakad@yahoo.com
3964L: linux-kernel@vger.kernel.org
3965W: http://tifmxx.berlios.de/
3966S: Maintained
3967
Linus Torvalds1da177e2005-04-16 15:20:36 -07003968SOUND
3969P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003970M: perex@perex.cz
Takashi Iwai281712f2008-08-19 13:10:04 +02003971P: Takashi Iwai
3972M: tiwai@suse.de
Takashi Iwai82622042007-04-16 12:32:52 +02003973L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003974S: Maintained
3975
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003976SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3977P: Liam Girdwood
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01003978M: lrg@slimlogic.co.uk
Mark Brown2cad0ad2008-01-10 14:33:07 +01003979P: Mark Brown
3980M: broonie@opensource.wolfsonmicro.com
3981T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003982L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01003983W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003984S: Supported
3985
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003986SPARC (sparc32)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003987P: William L. Irwin
3988M: wli@holomorphy.com
3989L: sparclinux@vger.kernel.org
3990S: Maintained
3991
3992SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3993P: Roger Wolff
3994M: R.E.Wolff@BitWizard.nl
3995L: linux-kernel@vger.kernel.org ?
3996S: Supported
3997
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003998SPI SUBSYSTEM
3999P: David Brownell
4000M: dbrownell@users.sourceforge.net
4001L: spi-devel-general@lists.sourceforge.net
4002S: Maintained
4003
Jim Lewis2752e402006-09-29 02:01:19 -07004004SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01004005P: Ishizaki Kou
4006M: kou.ishizaki@toshiba.co.jp
4007P: Jens Osterkamp
4008M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07004009L: netdev@vger.kernel.org
4010S: Supported
4011
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004012SPU FILE SYSTEM
4013P: Jeremy Kerr
4014M: jk@ozlabs.org
4015L: linuxppc-dev@ozlabs.org
4016L: cbe-oss-dev@ozlabs.org
4017W: http://www.ibm.com/developerworks/power/cell/
4018S: Supported
4019
Linus Torvalds1da177e2005-04-16 15:20:36 -07004020SRM (Alpha) environment access
4021P: Jan-Benedict Glaw
4022M: jbglaw@lug-owl.de
4023L: linux-kernel@vger.kernel.org
4024S: Maintained
4025
Linus Torvalds26e9a392008-10-17 09:50:12 -07004026STABLE BRANCH
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004027P: Greg Kroah-Hartman
4028M: greg@kroah.com
4029P: Chris Wright
4030M: chrisw@sous-sol.org
4031L: stable@kernel.org
4032S: Maintained
4033
Linus Torvalds26e9a392008-10-17 09:50:12 -07004034STAGING SUBSYSTEM
4035P: Greg Kroah-Hartman
4036M: gregkh@suse.de
4037L: linux-kernel@vger.kernel.org
4038T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4039S: Maintained
4040
Linus Torvalds1da177e2005-04-16 15:20:36 -07004041STARFIRE/DURALAN NETWORK DRIVER
4042P: Ion Badulescu
4043M: ionut@cs.columbia.edu
4044S: Maintained
4045
4046STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4047W: http://mosquitonet.Stanford.EDU/strip.html
Jean Delvarebaaea1d2008-09-20 12:34:33 +02004048S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07004049
4050STRADIS MPEG-2 DECODER DRIVER
4051P: Nathan Laredo
4052M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004053W: http://www.stradis.com/
4054S: Maintained
4055
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004056SUN3/3X
4057P: Sam Creasey
4058M: sammy@sammy.net
4059W: http://sammy.net/sun3/
4060S: Maintained
4061
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004062SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07004063P: Paul Mundt
4064M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004065L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004066W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004067T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09004068S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004069
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004070SUSPEND TO RAM
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004071P: Len Brown
4072M: len.brown@intel.com
4073P: Pavel Machek
4074M: pavel@suse.cz
4075P: Rafael J. Wysocki
4076M: rjw@sisk.pl
4077L: linux-pm@lists.linux-foundation.org
4078S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004079
4080SVGA HANDLING
4081P: Martin Mares
4082M: mj@ucw.cz
4083L: linux-video@atrey.karlin.mff.cuni.cz
4084S: Maintained
4085
4086SYSV FILESYSTEM
4087P: Christoph Hellwig
4088M: hch@infradead.org
4089S: Maintained
4090
Alan Cox4e688522008-04-30 00:52:11 -07004091TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07004092P: Balbir Singh
4093M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004094L: linux-kernel@vger.kernel.org
4095S: Maintained
4096
Stephen Hemminger781b4562006-07-10 20:25:29 -07004097TC CLASSIFIER
4098P: Jamal Hadi Salim
4099M: hadi@cyberus.ca
4100L: netdev@vger.kernel.org
4101S: Maintained
4102
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004103TCP LOW PRIORITY MODULE
4104P: Wong Hoi Sing, Edison
4105M: hswong3i@gmail.com
4106P: Hung Hing Lun, Mike
4107M: hlhung3i@gmail.com
4108W: http://tcp-lp-mod.sourceforge.net/
4109S: Maintained
4110
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004111TEHUTI ETHERNET DRIVER
4112P: Alexander Indenbaum
4113M: baum@tehutinetworks.net
4114P: Andy Gospodarek
4115M: andy@greyhouse.net
4116L: netdev@vger.kernel.org
4117S: Supported
4118
Alan Cox4e688522008-04-30 00:52:11 -07004119Telecom Clock Driver for MCPL0010
4120P: Mark Gross
4121M: mark.gross@intel.com
4122S: Supported
4123
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004124TENSILICA XTENSA PORT (xtensa)
Alan Cox4e688522008-04-30 00:52:11 -07004125P: Chris Zankel
4126M: chris@zankel.net
4127S: Maintained
4128
4129THINKPAD ACPI EXTRAS DRIVER
4130P: Henrique de Moraes Holschuh
4131M: ibm-acpi@hmh.eng.br
4132L: ibm-acpi-devel@lists.sourceforge.net
4133W: http://ibm-acpi.sourceforge.net
4134W: http://thinkwiki.org/wiki/Ibm-acpi
4135T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4136S: Maintained
4137
Alex Dubov4020f2d2006-10-04 02:15:37 -07004138TI FLASH MEDIA INTERFACE DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02004139P: Alex Dubov
4140M: oakad@yahoo.com
4141S: Maintained
Alex Dubov4020f2d2006-10-04 02:15:37 -07004142
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004143TI OMAP MMC INTERFACE DRIVER
4144P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004145M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004146W: http://linux.omap.com
4147W: http://www.muru.com/linux/omap/
4148S: Maintained
4149
Michael Buesch844dd052006-06-26 00:24:59 -07004150TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4151P: Deepak Saxena
4152M: dsaxena@plexity.net
4153S: Maintained
4154
Per Lidene86eaa32006-01-12 16:45:18 +01004155TIPC NETWORK LAYER
4156P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004157M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004158P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004159M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004160P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004161M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004162L: tipc-discussion@lists.sourceforge.net
4163W: http://tipc.sourceforge.net/
4164W: http://tipc.cslab.ericsson.net/
4165T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4166S: Maintained
4167
Linus Torvalds1da177e2005-04-16 15:20:36 -07004168TLAN NETWORK DRIVER
4169P: Samuel Chessman
4170M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004171L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004172W: http://sourceforge.net/projects/tlan/
4173S: Maintained
4174
Linus Torvalds1da177e2005-04-16 15:20:36 -07004175TOSHIBA ACPI EXTRAS DRIVER
4176P: John Belmonte
4177M: toshiba_acpi@memebeam.org
4178W: http://memebeam.org/toys/ToshibaAcpiDriver
4179S: Maintained
4180
4181TOSHIBA SMM DRIVER
4182P: Jonathan Buzzard
4183M: jonathan@buzzard.org.uk
4184L: tlinux-users@tce.toshiba-dme.co.jp
4185W: http://www.buzzard.org.uk/toshiba/
4186S: Maintained
4187
Alan Cox4e688522008-04-30 00:52:11 -07004188TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004189P: Debora Velarde
4190M: debora@linux.vnet.ibm.com
4191P: Rajiv Andrade
4192M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004193W: http://tpmdd.sourceforge.net
4194P: Marcel Selhorst
4195M: tpm@selhorst.net
4196W: http://www.prosec.rub.de/tpm/
Rajiv Andrade63a10df2008-10-15 22:04:36 -07004197L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
Alan Cox4e688522008-04-30 00:52:11 -07004198S: Maintained
4199
Linus Torvalds1da177e2005-04-16 15:20:36 -07004200TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004201P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004202M: trivial@kernel.org
4203L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004204S: Maintained
4205
Alan Cox4e688522008-04-30 00:52:11 -07004206TTY LAYER
4207P: Alan Cox
4208M: alan@lxorguk.ukuu.org.uk
4209L: linux-kernel@vger.kernel.org
4210S: Maintained
4211
Grant Grundler740db6d2008-02-17 11:53:49 -07004212TULIP NETWORK DRIVERS
4213P: Grant Grundler
4214M: grundler@parisc-linux.org
4215P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004216M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004217L: netdev@vger.kernel.org
4218S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004219
4220TUN/TAP driver
4221P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004222M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004223L: vtun@office.satix.net
4224W: http://vtun.sourceforge.net/tun
4225S: Maintained
4226
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004227TURBOCHANNEL SUBSYSTEM
4228P: Maciej W. Rozycki
4229M: macro@linux-mips.org
4230S: Maintained
4231
Linus Torvalds1da177e2005-04-16 15:20:36 -07004232U14-34F SCSI DRIVER
4233P: Dario Ballabio
4234M: ballabio_dario@emc.com
4235L: linux-scsi@vger.kernel.org
4236S: Maintained
4237
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004238UBI FILE SYSTEM (UBIFS)
4239P: Artem Bityutskiy
4240M: dedekind@infradead.org
4241P: Adrian Hunter
4242M: ext-adrian.hunter@nokia.com
4243L: linux-mtd@lists.infradead.org
4244T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
4245W: http://www.linux-mtd.infradead.org/doc/ubifs.html
4246S: Maintained
4247
Alan Coxcc2020e2008-05-19 14:21:51 +01004248UCLINUX (AND M68KNOMMU)
4249P: Greg Ungerer
4250M: gerg@uclinux.org
4251W: http://www.uclinux.org/
4252L: uclinux-dev@uclinux.org (subscribers-only)
4253S: Maintained
4254
Alan Coxcc2020e2008-05-19 14:21:51 +01004255UCLINUX FOR RENESAS H8/300
4256P: Yoshinori Sato
4257M: ysato@users.sourceforge.jp
4258W: http://uclinux-h8.sourceforge.jp/
4259S: Supported
4260
Linus Torvalds1da177e2005-04-16 15:20:36 -07004261UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004262P: Jan Kara
4263M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004264W: http://linux-udf.sourceforge.net
4265S: Maintained
4266
Alan Coxcc2020e2008-05-19 14:21:51 +01004267UFS FILESYSTEM
4268P: Evgeniy Dushistov
4269M: dushistov@mail.ru
4270L: linux-kernel@vger.kernel.org
4271S: Maintained
4272
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004273UltraSPARC (sparc64)
Alan Coxcc2020e2008-05-19 14:21:51 +01004274P: David S. Miller
4275M: davem@davemloft.net
4276L: sparclinux@vger.kernel.org
4277T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4278S: Maintained
4279
David Vrabel18332a82008-09-17 16:34:44 +01004280ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4281P: David Vrabel
4282M: david.vrabel@csr.com
4283L: linux-usb@vger.kernel.org
4284S: Supported
4285
Linus Torvalds1da177e2005-04-16 15:20:36 -07004286UNIFORM CDROM DRIVER
4287P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004288M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004289L: linux-kernel@vger.kernel.org
4290W: http://www.kernel.dk
4291S: Maintained
4292
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004293UNSORTED BLOCK IMAGES (UBI)
4294P: Artem Bityutskiy
4295M: dedekind@infradead.org
4296W: http://www.linux-mtd.infradead.org/
4297L: linux-mtd@lists.infradead.org
4298T: git git://git.infradead.org/~dedekind/ubi-2.6.git
4299S: Maintained
4300
Linus Torvalds1da177e2005-04-16 15:20:36 -07004301USB ACM DRIVER
4302P: Oliver Neukum
4303M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004304L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004305S: Maintained
4306
4307USB BLOCK DRIVER (UB ub)
4308P: Pete Zaitcev
4309M: zaitcev@redhat.com
4310L: linux-kernel@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004311L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004312S: Supported
4313
Linus Torvalds1da177e2005-04-16 15:20:36 -07004314USB CDC ETHERNET DRIVER
4315P: Greg Kroah-Hartman
4316M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004317L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004318S: Maintained
4319W: http://www.kroah.com/linux-usb/
4320
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004321USB CYPRESS C67X00 DRIVER
4322P: Peter Korsgaard
4323M: jacmet@sunsite.dk
4324L: linux-usb@vger.kernel.org
4325S: Maintained
4326
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004327USB DAVICOM DM9601 DRIVER
4328P: Peter Korsgaard
4329M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004330L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004331W: http://www.linux-usb.org/usbnet
4332S: Maintained
4333
Alan Coxcc2020e2008-05-19 14:21:51 +01004334USB DIAMOND RIO500 DRIVER
4335P: Cesar Miquel
4336M: miquel@df.uba.ar
4337L: rio500-users@lists.sourceforge.net
4338W: http://rio500.sourceforge.net
4339S: Maintained
4340
Linus Torvalds1da177e2005-04-16 15:20:36 -07004341USB EHCI DRIVER
4342P: David Brownell
4343M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004344L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004345S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004346
Luca Risolia7ce08c92006-01-11 02:06:59 +00004347USB ET61X[12]51 DRIVER
4348P: Luca Risolia
4349M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004350L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004351L: video4linux-list@redhat.com
4352W: http://www.linux-projects.org
4353S: Maintained
4354
David Brownell69ae9e32006-11-14 02:03:31 -08004355USB GADGET/PERIPHERAL SUBSYSTEM
4356P: David Brownell
4357M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004358L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004359W: http://www.linux-usb.org/gadget
4360S: Maintained
4361
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004362USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01004363P: Jiri Kosina
4364M: jkosina@suse.cz
Jean Delvare795fb7e2008-09-20 12:33:08 +02004365L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004366T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004367S: Maintained
4368
Olav Kongas959eea22005-11-03 17:38:14 +02004369USB ISP116X DRIVER
4370P: Olav Kongas
4371M: ok@artecdesign.ee
Jean Delvare795fb7e2008-09-20 12:33:08 +02004372L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004373S: Maintained
4374
Linus Torvalds1da177e2005-04-16 15:20:36 -07004375USB KAWASAKI LSI DRIVER
4376P: Oliver Neukum
4377M: oliver@neukum.name
Jean Delvare795fb7e2008-09-20 12:33:08 +02004378L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004379S: Maintained
4380
4381USB MASS STORAGE DRIVER
4382P: Matthew Dharm
4383M: mdharm-usb@one-eyed-alien.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004384L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004385L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004386S: Maintained
4387W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4388
4389USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004390P: David Brownell
4391M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004392L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004393S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004394
Matthias Urlichsba460e42005-07-14 00:33:47 -07004395USB OPTION-CARD DRIVER
4396P: Matthias Urlichs
4397M: smurf@smurf.noris.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004398L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004399S: Maintained
4400
Linus Torvalds1da177e2005-04-16 15:20:36 -07004401USB OV511 DRIVER
4402P: Mark McClelland
4403M: mmcclell@bigfoot.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004404L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004405W: http://alpha.dyndns.org/ov511/
4406S: Maintained
4407
4408USB PEGASUS DRIVER
4409P: Petko Manolov
4410M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004411L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004412L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004413W: http://pegasus2.sourceforge.net/
4414S: Maintained
4415
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004416USB PRINTER DRIVER (usblp)
4417P: Pete Zaitcev
4418M: zaitcev@redhat.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004419L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004420S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004421
4422USB RTL8150 DRIVER
4423P: Petko Manolov
4424M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004425L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004426L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004427W: http://pegasus2.sourceforge.net/
4428S: Maintained
4429
4430USB SE401 DRIVER
4431P: Jeroen Vreeken
4432M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004433L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004434W: http://www.chello.nl/~j.vreeken/se401/
4435S: Maintained
4436
Alan Cox4e688522008-04-30 00:52:11 -07004437USB SERIAL BELKIN F5U103 DRIVER
4438P: William Greathouse
4439M: wgreathouse@smva.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004440L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004441S: Maintained
4442
4443USB SERIAL CYPRESS M8 DRIVER
4444P: Lonnie Mendez
4445M: dignome@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004446L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004447S: Maintained
4448W: http://geocities.com/i0xox0i
4449W: http://firstlight.net/cvs
4450
Linus Torvalds1da177e2005-04-16 15:20:36 -07004451USB SERIAL CYBERJACK DRIVER
4452P: Matthias Bruestle and Harald Welte
4453M: support@reiner-sct.com
4454W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4455S: Maintained
4456
4457USB SERIAL DIGI ACCELEPORT DRIVER
4458P: Peter Berger and Al Borchers
4459M: pberger@brimson.com
4460M: alborchers@steinerpoint.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004461L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004462S: Maintained
4463
4464USB SERIAL DRIVER
4465P: Greg Kroah-Hartman
4466M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004467L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004468S: Supported
4469
Linus Torvalds1da177e2005-04-16 15:20:36 -07004470USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4471P: Gary Brubaker
4472M: xavyer@ix.netcom.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 KEYSPAN DRIVER
4477P: Greg Kroah-Hartman
4478M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004479L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004480W: http://www.kroah.com/linux/
4481S: Maintained
4482
4483USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004484P: Support Department
4485M: support@connecttech.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004486L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004487W: http://www.connecttech.com
4488S: Supported
4489
Steve Glendinning2f7ca802008-10-02 05:27:57 +00004490USB SMSC95XX ETHERNET DRIVER
4491P: Steve Glendinning
4492M: steve.glendinning@smsc.com
4493L: netdev@vger.kernel.org
4494S: Supported
4495
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004496USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004497P: Luca Risolia
4498M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004499L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004500L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004501W: http://www.linux-projects.org
4502S: Maintained
4503
4504USB SUBSYSTEM
4505P: Greg Kroah-Hartman
4506M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004507L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004508W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004509T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004510S: Supported
4511
4512USB UHCI DRIVER
4513P: Alan Stern
4514M: stern@rowland.harvard.edu
Jean Delvare795fb7e2008-09-20 12:33:08 +02004515L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004516S: Maintained
4517
David Brownell69ae9e32006-11-14 02:03:31 -08004518USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004519P: David Brownell
4520M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004521L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004522W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004523S: Maintained
4524
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004525USB VIDEO CLASS
4526P: Laurent Pinchart
4527M: laurent.pinchart@skynet.be
Ming Leiecc9a042008-09-13 02:33:21 -07004528L: linux-uvc-devel@lists.berlios.de
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004529L: video4linux-list@redhat.com
4530W: http://linux-uvc.berlios.de
4531S: Maintained
4532
Linus Torvalds1da177e2005-04-16 15:20:36 -07004533USB W996[87]CF DRIVER
4534P: Luca Risolia
4535M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004536L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004537L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004538W: http://www.linux-projects.org
4539S: Maintained
4540
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004541USB WIRELESS RNDIS DRIVER (rndis_wlan)
4542P: Jussi Kivilinna
4543M: jussi.kivilinna@mbnet.fi
4544L: linux-wireless@vger.kernel.org
4545S: Maintained
4546
Luca Risolia60f78052006-02-06 16:29:35 +00004547USB ZC0301 DRIVER
4548P: Luca Risolia
4549M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004550L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004551L: video4linux-list@redhat.com
4552W: http://www.linux-projects.org
4553S: Maintained
4554
Linus Torvalds1da177e2005-04-16 15:20:36 -07004555USB ZD1201 DRIVER
4556P: Jeroen Vreeken
4557M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004558L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004559W: http://linux-lc100020.sourceforge.net
4560S: Maintained
4561
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004562USB ZR364XX DRIVER
4563P: Antoine Jacquet
4564M: royale@zerezo.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004565L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004566L: video4linux-list@redhat.com
4567W: http://royale.zerezo.com/zr364xx/
4568S: Maintained
4569
Randy Dunlape7839f22008-10-12 16:11:45 -07004570USER-MODE LINUX (UML)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004571P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004572M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004573L: user-mode-linux-devel@lists.sourceforge.net
4574L: user-mode-linux-user@lists.sourceforge.net
4575W: http://user-mode-linux.sourceforge.net
4576S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004577
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004578USERSPACE I/O (UIO)
4579P: Hans J. Koch
4580M: hjk@linutronix.de
4581P: Greg Kroah-Hartman
4582M: gregkh@suse.de
4583L: linux-kernel@vger.kernel.org
4584S: Maintained
4585
Karel Zakf899b0a2008-05-23 13:04:21 -07004586UTIL-LINUX-NG PACKAGE
4587P: Karel Zak
4588M: kzak@redhat.com
4589L: util-linux-ng@vger.kernel.org
4590W: http://kernel.org/~kzak/util-linux-ng/
4591T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4592S: Maintained
4593
Michal Januszewskic1fd1c02008-10-15 22:03:48 -07004594UVESAFB DRIVER
4595P: Michal Januszewski
4596M: spock@gentoo.org
4597L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4598W: http://dev.gentoo.org/~spock/projects/uvesafb/
4599S: Maintained
4600
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004601VFAT/FAT/MSDOS FILESYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07004602P: OGAWA Hirofumi
4603M: hirofumi@mail.parknet.co.jp
4604L: linux-kernel@vger.kernel.org
4605S: Maintained
4606
Linus Torvalds1da177e2005-04-16 15:20:36 -07004607VIA RHINE NETWORK DRIVER
4608P: Roger Luethi
4609M: rl@hellgate.ch
4610S: Maintained
4611
Jean Delvare32c0a522005-09-22 21:47:58 +02004612VIAPRO SMBUS DRIVER
4613P: Jean Delvare
4614M: khali@linux-fr.org
Jean Delvare846557d2008-10-30 15:55:47 +01004615L: linux-i2c@vger.kernel.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004616S: Maintained
4617
Joseph Chan69e4a7c2008-10-15 22:03:31 -07004618VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4619P: Joseph Chan
4620M: JosephChan@via.com.tw
4621P: Scott Fang
4622M: ScottFang@viatech.com.cn
4623L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4624S: Maintained
4625
Francois Romieu01f20732007-01-26 00:57:17 -08004626VIA VELOCITY NETWORK DRIVER
4627P: Francois Romieu
4628M: romieu@fr.zoreil.com
4629L: netdev@vger.kernel.org
4630S: Maintained
4631
Randy Dunlape7839f22008-10-12 16:11:45 -07004632VIDEO FOR LINUX (V4L)
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004633P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004634M: mchehab@infradead.org
4635M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004636L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004637W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004638T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004639S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004640
Patrick McHardybe7f8272007-10-23 20:26:36 -07004641VLAN (802.1Q)
4642P: Patrick McHardy
4643M: kaber@trash.net
4644L: netdev@vger.kernel.org
4645S: Maintained
4646
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004647VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4648P: Liam Girdwood
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004649M: lrg@slimlogic.co.uk
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004650P: Mark Brown
4651M: broonie@opensource.wolfsonmicro.com
4652W: http://opensource.wolfsonmicro.com/node/15
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004653W: http://www.slimlogic.co.uk/?page_id=5
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004654T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4655S: Supported
4656
Juerg Haefligerab413192006-09-24 20:54:04 +02004657VT1211 HARDWARE MONITOR DRIVER
4658P: Juerg Haefliger
4659M: juergh@gmail.com
4660L: lm-sensors@lm-sensors.org
4661S: Maintained
4662
Roger Lucas1de9e372005-11-26 20:20:05 +01004663VT8231 HARDWARE MONITOR DRIVER
4664P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004665M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004666L: lm-sensors@lm-sensors.org
4667S: Maintained
4668
Linus Torvalds1da177e2005-04-16 15:20:36 -07004669W1 DALLAS'S 1-WIRE BUS
4670P: Evgeniy Polyakov
4671M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004672S: Maintained
4673
Charles Spirakis13927072006-07-05 18:05:15 +02004674W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004675P: Marc Hulsman
4676M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004677L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004678S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004679
Rudolf Marek61db0112006-12-12 18:18:30 +01004680W83793 HARDWARE MONITORING DRIVER
4681P: Rudolf Marek
4682M: r.marek@assembler.cz
4683L: lm-sensors@lm-sensors.org
4684S: Maintained
4685
Linus Torvalds1da177e2005-04-16 15:20:36 -07004686W83L51xD SD/MMC CARD INTERFACE DRIVER
4687P: Pierre Ossman
4688M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004689L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004690S: Maintained
4691
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004692WATCHDOG DEVICE DRIVERS
4693P: Wim Van Sebroeck
4694M: wim@iguana.be
4695T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4696S: Maintained
4697
Linus Torvalds1da177e2005-04-16 15:20:36 -07004698WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4699P: Jean Tourrilhes
4700M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004701L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004702W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4703S: Maintained
4704
4705WD7000 SCSI DRIVER
4706P: Miroslav Zagorac
4707M: zaga@fly.cc.fer.hr
4708L: linux-scsi@vger.kernel.org
4709S: Maintained
4710
David Vrabel18332a82008-09-17 16:34:44 +01004711WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4712P: David Vrabel
4713M: david.vrabel@csr.com
4714S: Maintained
4715
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004716WISTRON LAPTOP BUTTON DRIVER
4717P: Miloslav Trmac
4718M: mitr@volny.cz
4719S: Maintained
4720
Linus Torvalds1da177e2005-04-16 15:20:36 -07004721WL3501 WIRELESS PCMCIA CARD DRIVER
4722P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004723M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004724L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004725W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004726S: Maintained
4727
Mark Brownfebf1df2008-04-02 00:51:09 -04004728WM97XX TOUCHSCREEN DRIVERS
4729P: Mark Brown
4730M: broonie@opensource.wolfsonmicro.com
4731P: Liam Girdwood
Liam Girdwoodb8d055a2008-10-13 23:00:15 -04004732M: lrg@slimlogic.co.uk
Mark Brownfebf1df2008-04-02 00:51:09 -04004733L: linux-input@vger.kernel.org
4734T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4735W: http://opensource.wolfsonmicro.com/node/7
4736S: Supported
4737
Linus Torvalds1da177e2005-04-16 15:20:36 -07004738X.25 NETWORK LAYER
4739P: Henner Eisen
4740M: eis@baty.hanse.de
4741L: linux-x25@vger.kernel.org
4742S: Maintained
4743
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004744X86 ARCHITECTURE (32-BIT AND 64-BIT)
4745P: Thomas Gleixner
4746M: tglx@linutronix.de
4747P: Ingo Molnar
4748M: mingo@redhat.com
4749P: H. Peter Anvin
4750M: hpa@zytor.com
4751L: linux-kernel@vger.kernel.org
4752T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4753S: Maintained
4754
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004755XEN HYPERVISOR INTERFACE
4756P: Jeremy Fitzhardinge
4757M: jeremy@xensource.com
4758P: Chris Wright
4759M: chrisw@sous-sol.org
4760L: virtualization@lists.osdl.org
4761L: xen-devel@lists.xensource.com
4762S: Supported
4763
Linus Torvalds1da177e2005-04-16 15:20:36 -07004764XFS FILESYSTEM
4765P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004766P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004767M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004768L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004769W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004770T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004771S: Supported
4772
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004773XILINX SYSTEMACE DRIVER
4774P: Grant Likely
4775M: grant.likely@secretlab.ca
4776W: http://www.secretlab.ca/
4777L: linux-kernel@vger.kernel.org
4778S: Maintained
4779
Peter Korsgaard238b8722006-12-06 20:35:17 -08004780XILINX UARTLITE SERIAL DRIVER
4781P: Peter Korsgaard
4782M: jacmet@sunsite.dk
4783L: linux-serial@vger.kernel.org
4784S: Maintained
4785
Linus Torvalds1da177e2005-04-16 15:20:36 -07004786YAM DRIVER FOR AX.25
4787P: Jean-Paul Roubelat
4788M: jpr@f6fbb.org
4789L: linux-hams@vger.kernel.org
4790S: Maintained
4791
Henkaf64a5e2005-10-12 15:02:56 +02004792YEALINK PHONE DRIVER
4793P: Henk Vergonet
4794M: Henk.Vergonet@gmail.com
4795L: usbb2k-api-dev@nongnu.org
4796S: Maintained
4797
Linus Torvalds1da177e2005-04-16 15:20:36 -07004798Z8530 DRIVER FOR AX.25
4799P: Joerg Reuter
4800M: jreuter@yaina.de
4801W: http://yaina.de/jreuter/
4802W: http://www.qsl.net/dl1bke/
4803L: linux-hams@vger.kernel.org
4804S: Maintained
4805
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004806ZD1211RW WIRELESS DRIVER
4807P: Daniel Drake
4808M: dsd@gentoo.org
4809P: Ulrich Kunitz
4810M: kune@deine-taler.de
4811W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004812L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004813L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4814S: Maintained
4815
Linus Torvalds1da177e2005-04-16 15:20:36 -07004816ZR36067 VIDEO FOR LINUX DRIVER
4817P: Ronald Bultje
4818M: rbultje@ronald.bitfreak.net
4819L: mjpeg-users@lists.sourceforge.net
4820W: http://mjpeg.sourceforge.net/driver-zoran/
4821S: Maintained
4822
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004823ZS DECSTATION Z85C30 SERIAL DRIVER
4824P: Maciej W. Rozycki
4825M: macro@linux-mips.org
4826S: Maintained
4827
Linus Torvalds1da177e2005-04-16 15:20:36 -07004828THE REST
4829P: Linus Torvalds
4830S: Buried alive in reporters