blob: a192681596739e261c3911165a71a8f5fb31e71c [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 Delvare5d925fe2006-07-01 17:14:32 +0200350L: i2c@lm-sensors.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
381P: Peter Oruba
382M: peter.oruba@amd.com
383S: Supported
384
Stelian Pop284f42b2006-12-12 18:18:31 +0100385AMS (Apple Motion Sensor) DRIVER
386P: Stelian Pop
387M: stelian@popies.net
388P: Michael Hanselmann
389M: linux-kernel@hansmi.ch
390S: Supported
391
Tom Tuckerf94b5332006-09-22 15:22:48 -0700392AMSO1100 RNIC DRIVER
393P: Tom Tucker
394M: tom@opengridcomputing.com
395P: Steve Wise
396M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700397L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700398S: Maintained
399
Johannes Berg42269062006-07-25 16:15:50 +0200400AOA (Apple Onboard Audio) ALSA DRIVER
401P: Johannes Berg
402M: johannes@sipsolutions.net
403L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200404L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200405S: Maintained
406
Linus Torvalds1da177e2005-04-16 15:20:36 -0700407APM DRIVER
408P: Stephen Rothwell
409M: sfr@canb.auug.org.au
410L: linux-laptop@vger.kernel.org
411W: http://www.canb.auug.org.au/~sfr/
412S: Supported
413
Henrik Rydbergbd7aa4b2008-09-02 14:35:43 -0700414APPLE BCM5974 MULTITOUCH DRIVER
415P: Henrik Rydberg
416M: rydberg@euromail.se
417L: linux-input@vger.kernel.org
418S: Maintained
419
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700420APPLE SMC DRIVER
421P: Nicolas Boichat
422M: nicolas@boichat.ch
423L: mactel-linux-devel@lists.sourceforge.net
424S: Maintained
425
Linus Torvalds1da177e2005-04-16 15:20:36 -0700426APPLETALK NETWORK LAYER
427P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300428M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700429S: Maintained
430
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400431APPLETOUCH TOUCHPAD DRIVER
432P: Johannes Berg
433M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400434L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400435S: Maintained
436
Jaya Kumar1154ea72005-06-21 17:17:04 -0700437ARC FRAMEBUFFER DRIVER
438P: Jaya Kumar
439M: jayalk@intworks.biz
440S: Maintained
441
Linus Torvalds1da177e2005-04-16 15:20:36 -0700442ARM MFM AND FLOPPY DRIVERS
443P: Ian Molton
444M: spyro@f2s.com
445S: Maintained
446
Russell King2761f5c2007-05-24 06:56:08 +0200447ARM PRIMECELL MMCI PL180/1 DRIVER
Pierre Ossman6d799472008-07-22 14:36:57 +0200448S: Orphan
Russell King2761f5c2007-05-24 06:56:08 +0200449
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800450ARM/ADI ROADRUNNER MACHINE SUPPORT
451P: Lennert Buytenhek
452M: kernel@wantstofly.org
453L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
454S: Maintained
455
456ARM/ADS SPHERE MACHINE SUPPORT
457P: Lennert Buytenhek
458M: kernel@wantstofly.org
459L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
460S: Maintained
461
Sergey Lapin9c784f92008-08-03 02:29:48 +0100462ARM/AFEB9260 MACHINE SUPPORT
463P: Sergey Lapin
464M: slapin@ossfans.org
465L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
466S: Maintained
467
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800468ARM/AJECO 1ARM MACHINE SUPPORT
469P: Lennert Buytenhek
470M: kernel@wantstofly.org
471L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
472S: Maintained
473
Andrew Victord4a89c72006-12-04 13:56:21 +0100474ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
Jean Delvare795fb7e2008-09-20 12:33:08 +0200475P: Andrew Victor
476M: linux@maxim.org.za
477L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
478W: http://maxim.org.za/at91_26.html
479S: Maintained
Andrew Victord4a89c72006-12-04 13:56:21 +0100480
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800481ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
482P: Lennert Buytenhek
483M: kernel@wantstofly.org
484L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
485S: Maintained
486
487ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
488P: Lennert Buytenhek
489M: kernel@wantstofly.org
490L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
491S: Maintained
492
Mike Rapoportd48134e2008-08-20 09:03:26 +0100493ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
Russell Kinga9da4f72008-07-12 21:42:04 +0100494P: Mike Rapoport
495M: mike@compulab.co.il
496L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
497S: Maintained
498
Linus Torvalds1da177e2005-04-16 15:20:36 -0700499ARM/CORGI MACHINE SUPPORT
500P: Richard Purdie
501M: rpurdie@rpsys.net
502S: Maintained
503
Russell Kinga9da4f72008-07-12 21:42:04 +0100504ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
505P: Daniel Ribeiro
506M: drwyrm@gmail.com
507P: Stefan Schmidt
508M: stefan@openezx.org
509P: Harald Welte
510M: laforge@openezx.org
511L: openezx-devel@lists.openezx.org (subscribers-only)
512W: http://www.openezx.org/
513S: Maintained
514
Sascha Hauer86183a52008-07-24 23:50:35 +0200515ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
516P: Sascha Hauer
517M: kernel@pengutronix.de
518L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
519S: Maintained
520
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800521ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
522P: Lennert Buytenhek
523M: kernel@wantstofly.org
524L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
525S: Maintained
526
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100527ARM/GUMSTIX MACHINE SUPPORT
528P: Steve Sakoman
529M: sakoman@gmail.com
530L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
531S: Maintained
532
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100533ARM/HP JORNADA 7XX MACHINE SUPPORT
Jean Delvare795fb7e2008-09-20 12:33:08 +0200534P: Kristoffer Ericson
535M: kristoffer.ericson@gmail.com
536W: www.jlime.com
537S: Maintained
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100538
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800539ARM/INTEL IOP32X ARM ARCHITECTURE
540P: Lennert Buytenhek
541M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100542P: Dan Williams
543M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800544L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100545S: Supported
546
547ARM/INTEL IOP33X ARM ARCHITECTURE
548P: Dan Williams
549M: dan.j.williams@intel.com
550L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
551S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800552
553ARM/INTEL IOP13XX ARM ARCHITECTURE
554P: Lennert Buytenhek
555M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100556P: Dan Williams
557M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800558L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100559S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800560
561ARM/INTEL IQ81342EX MACHINE SUPPORT
562P: Lennert Buytenhek
563M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100564P: Dan Williams
565M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800566L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100567S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800568
569ARM/INTEL IXP2000 ARM ARCHITECTURE
570P: Lennert Buytenhek
571M: kernel@wantstofly.org
572L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
573S: Maintained
574
575ARM/INTEL IXDP2850 MACHINE SUPPORT
576P: Lennert Buytenhek
577M: kernel@wantstofly.org
578L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
579S: Maintained
580
581ARM/INTEL IXP23XX ARM ARCHITECTURE
582P: Lennert Buytenhek
583M: kernel@wantstofly.org
584L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
585S: Maintained
586
587ARM/INTEL XSC3 (MANZANO) ARM CORE
588P: Lennert Buytenhek
589M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100590P: Dan Williams
591M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800592L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100593S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800594
595ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
596P: Lennert Buytenhek
597M: kernel@wantstofly.org
598L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
599S: Maintained
600
601ARM/LOGICPD PXA270 MACHINE SUPPORT
602P: Lennert Buytenhek
603M: kernel@wantstofly.org
604L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
605S: Maintained
606
Philipp Zabel3b8861712008-07-09 21:27:15 +0100607ARM/MAGICIAN MACHINE SUPPORT
608P: Philipp Zabel
609M: philipp.zabel@gmail.com
610S: Maintained
611
Dirk Opfer8459c152005-11-06 14:27:52 +0000612ARM/TOSA MACHINE SUPPORT
Dmitry Baryshkov93887042008-07-07 10:50:06 +0100613P: Dmitry Baryshkov
614M: dbaryshkov@gmail.com
Dirk Opfer8459c152005-11-06 14:27:52 +0000615P: Dirk Opfer
616M: dirk@opfer-online.de
617S: Maintained
618
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100619ARM/PALMTX SUPPORT
620P: Marek Vasut
621M: marek.vasut@gmail.com
622W: http://hackndev.com
623S: Maintained
624
Sergey Lapinc49e1e62008-08-29 15:47:52 +0100625ARM/PALMZ72 SUPPORT
626P: Sergey Lapin
627M: slapin@ossfans.org
628W: http://hackndev.com
629S: Maintained
630
Linus Torvalds1da177e2005-04-16 15:20:36 -0700631ARM/PLEB SUPPORT
632P: Peter Chubb
633M: pleb@gelato.unsw.edu.au
634W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
635S: Maintained
636
637ARM/PT DIGITAL BOARD PORT
638P: Stefan Eletzhofer
639M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700640L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641W: http://www.arm.linux.org.uk/
642S: Maintained
643
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800644ARM/RADISYS ENP2611 MACHINE SUPPORT
645P: Lennert Buytenhek
646M: kernel@wantstofly.org
647L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
648S: Maintained
649
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650ARM/SHARK MACHINE SUPPORT
651P: Alexander Schulz
652M: alex@shark-linux.de
653W: http://www.shark-linux.de/shark.html
654S: Maintained
655
656ARM/STRONGARM110 PORT
657P: Russell King
658M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700659L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700660W: http://www.arm.linux.org.uk/
661S: Maintained
662
663ARM/S3C2410 ARM ARCHITECTURE
664P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800665M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700666L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667W: http://www.fluff.org/ben/linux/
668S: Maintained
669
670ARM/S3C2440 ARM ARCHITECTURE
671P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800672M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700673L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700674W: http://www.fluff.org/ben/linux/
675S: Maintained
676
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800677ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
678P: Lennert Buytenhek
679M: kernel@wantstofly.org
680L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
681S: Maintained
682
683ARM/THECUS N2100 MACHINE SUPPORT
684P: Lennert Buytenhek
685M: kernel@wantstofly.org
686L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
687S: Maintained
688
Linus Torvalds1da177e2005-04-16 15:20:36 -0700689ARPD SUPPORT
690P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700691L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700692S: Maintained
693
694ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500695P: Corentin Chary
696M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700697P: Karol Kozimor
698M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700699L: acpi4asus-user@lists.sourceforge.net
700W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500701W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700702S: Maintained
703
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400704ASUS ASB100 HARDWARE MONITOR DRIVER
705P: Mark M. Hoffman
706M: mhoffman@lightlink.com
707L: lm-sensors@lm-sensors.org
708S: Maintained
709
Corentin Chary85091b72007-01-26 14:04:30 +0100710ASUS LAPTOP EXTRAS DRIVER
711P: Corentin Chary
712M: corentincj@iksaif.net
713L: acpi4asus-user@lists.sourceforge.net
714W: http://sourceforge.net/projects/acpi4asus
715W: http://xf.iksaif.net/acpi4asus
716S: Maintained
717
Dan Williamsb3e5f262007-08-07 10:26:35 -0700718ASYNCHRONOUS TRANSFERS/TRANSFORMS API
719P: Dan Williams
720M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100721P: Maciej Sosnowski
722M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700723L: linux-kernel@vger.kernel.org
724W: http://sourceforge.net/projects/xscaleiop
725S: Supported
726
Randy Dunlape7839f22008-10-12 16:11:45 -0700727ATA OVER ETHERNET (AOE) DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700728P: Ed L. Cashin
729M: ecashin@coraid.com
730W: http://www.coraid.com/support/linux
731S: Supported
732
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200733ATHEROS ATH5K WIRELESS DRIVER
734P: Jiri Slaby
735M: jirislaby@gmail.com
736P: Nick Kossifidis
737M: mickflemm@gmail.com
738P: Luis R. Rodriguez
739M: mcgrof@gmail.com
740L: linux-wireless@vger.kernel.org
741L: ath5k-devel@lists.ath5k.org
742S: Maintained
743
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700744ATHEROS ATH9K WIRELESS DRIVER
745P: Luis R. Rodriguez
746M: lrodriguez@atheros.com
747P: Jouni Malinen
748M: jmalinen@atheros.com
749L: linux-wireless@vger.kernel.org
750L: ath9k-devel@lists.ath9k.org
751S: Supported
752
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000753ATI_REMOTE2 DRIVER
754P: Ville Syrjala
755M: syrjala@sci.fi
756S: Maintained
757
Chris Snook7ae115b2008-09-09 03:26:57 -0400758ATLX ETHERNET DRIVERS
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600759P: Jay Cliburn
760M: jcliburn@gmail.com
761P: Chris Snook
762M: csnook@redhat.com
Chris Snook7ae115b2008-09-09 03:26:57 -0400763P: Jie Yang
764M: jie.yang@atheros.com
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600765L: atl1-devel@lists.sourceforge.net
766W: http://sourceforge.net/projects/atl1
767W: http://atl1.sourceforge.net
768S: Maintained
769
Linus Torvalds1da177e2005-04-16 15:20:36 -0700770ATM
771P: Chas Williams
772M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700773L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700774W: http://linux-atm.sourceforge.net
775S: Maintained
776
Pierre Ossman272f1332007-05-14 21:25:26 +0200777ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200778P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800779M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200780L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
781W: http://www.atmel.com/products/AT91/
782W: http://www.at91.com/
783S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200784
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800785ATMEL AT91 / AT32 SERIAL DRIVER
786P: Haavard Skinnemoen
787M: hskinnemoen@atmel.com
788L: linux-kernel@vger.kernel.org
789S: Supported
790
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800791ATMEL LCDFB DRIVER
792P: Nicolas Ferre
793M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800794L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800795S: Maintained
796
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100797ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100798P: Haavard Skinnemoen
799M: hskinnemoen@atmel.com
800S: Supported
801
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800802ATMEL SPI DRIVER
803P: Haavard Skinnemoen
804M: hskinnemoen@atmel.com
805S: Supported
806
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700807ATMEL USBA UDC DRIVER
808P: Haavard Skinnemoen
809M: hskinnemoen@atmel.com
810L: kernel@avr32linux.org
811W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
812S: Supported
813
Linus Torvalds1da177e2005-04-16 15:20:36 -0700814ATMEL WIRELESS DRIVER
815P: Simon Kelley
816M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700817L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700818W: http://www.thekelleys.org.uk/atmel
819W: http://atmelwlandriver.sourceforge.net/
820S: Maintained
821
Chris Wrighta92b7b82005-07-07 18:12:23 -0700822AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400823P: Al Viro
824M: viro@zeniv.linux.org.uk
825P: Eric Paris
826M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700827L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100828W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400829T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700830S: Maintained
831
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800832AUXILIARY DISPLAY DRIVERS
833P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700834M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800835L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700836W: http://miguelojeda.es/auxdisplay.htm
837W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800838S: Maintained
839
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700840AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700841P: Haavard Skinnemoen
842M: hskinnemoen@atmel.com
843W: http://www.atmel.com/products/AVR32/
844W: http://avr32linux.org/
845W: http://avrfreaks.net/
846S: Supported
847
848AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700849P: Haavard Skinnemoen
850M: hskinnemoen@atmel.com
851S: Supported
852
Linus Torvalds1da177e2005-04-16 15:20:36 -0700853AX.25 NETWORK LAYER
854P: Ralf Baechle
855M: ralf@linux-mips.org
856L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200857W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700858S: Maintained
859
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700860B43 WIRELESS DRIVER
861P: Michael Buesch
862M: mb@bu3sch.de
863P: Stefano Brivio
864M: stefano.brivio@polimi.it
865L: linux-wireless@vger.kernel.org
866W: http://linuxwireless.org/en/users/Drivers/b43
867S: Maintained
868
869B43LEGACY WIRELESS DRIVER
870P: Larry Finger
871M: Larry.Finger@lwfinger.net
872P: Stefano Brivio
873M: stefano.brivio@polimi.it
874L: linux-wireless@vger.kernel.org
875W: http://linuxwireless.org/en/users/Drivers/b43
876S: Maintained
877
Richard Purdie300abeb2007-02-07 22:21:07 +0000878BACKLIGHT CLASS/SUBSYSTEM
879P: Richard Purdie
880M: rpurdie@rpsys.net
881S: Maintained
882
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700883BAYCOM/HDLCDRV DRIVERS FOR AX.25
884P: Thomas Sailer
885M: t.sailer@alumni.ethz.ch
886L: linux-hams@vger.kernel.org
887W: http://www.baycom.org/~tom/ham/ham.html
888S: Maintained
889
890BEFS FILE SYSTEM
891P: Sergey S. Kostyliov
892M: rathamahata@php4.ru
893L: linux-kernel@vger.kernel.org
894S: Maintained
895
896BFS FILE SYSTEM
897P: Tigran A. Aivazian
898M: tigran@aivazian.fsnet.co.uk
899L: linux-kernel@vger.kernel.org
900S: Maintained
901
Bryan Wu1394f032007-05-06 14:50:22 -0700902BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800903P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800904M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800905L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
906W: http://blackfin.uclinux.org
907S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700908
Bryan Wue190d6b2007-07-17 14:43:44 +0800909BLACKFIN EMAC DRIVER
910P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800911M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800912L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
913W: http://blackfin.uclinux.org
914S: Supported
915
Mike Frysinger566da5b2007-06-11 15:31:30 +0800916BLACKFIN RTC DRIVER
917P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800918M: vapier.adi@gmail.com
919L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
920W: http://blackfin.uclinux.org
921S: Supported
922
Bryan Wu1394f032007-05-06 14:50:22 -0700923BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800924P: Sonic Zhang
925M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800926L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
927W: http://blackfin.uclinux.org
928S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700929
Bryan Wu1e6d3202007-07-15 02:50:02 +0800930BLACKFIN WATCHDOG DRIVER
931P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800932M: vapier.adi@gmail.com
933L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
934W: http://blackfin.uclinux.org
935S: Supported
936
Bryan Wud24ecfc2007-05-01 23:26:32 +0200937BLACKFIN I2C TWI DRIVER
938P: Sonic Zhang
939M: sonic.zhang@analog.com
940L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
941W: http://blackfin.uclinux.org/
942S: Supported
943
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944BLOCK LAYER
945P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200946M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700947L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800948T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700949S: Maintained
950
Joern Engel2b54aae2008-02-06 01:38:02 -0800951BLOCK2MTD DRIVER
952P: Joern Engel
953M: joern@lazybastard.org
954L: linux-mtd@lists.infradead.org
955S: Maintained
956
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200957BLUETOOTH DRIVERS
958P: Marcel Holtmann
959M: marcel@holtmann.org
960L: linux-bluetooth@vger.kernel.org
961W: http://www.bluez.org/
962S: Maintained
963
Linus Torvalds1da177e2005-04-16 15:20:36 -0700964BLUETOOTH SUBSYSTEM
965P: Marcel Holtmann
966M: marcel@holtmann.org
Pavel Machek781c2842008-03-20 15:41:02 -0700967L: linux-bluetooth@vger.kernel.org
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200968W: http://www.bluez.org/
Josh Boyer1adc1232005-11-23 15:44:15 -0800969T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700970S: Maintained
971
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100973P: Jay Vosburgh
974M: fubar@us.ibm.com
975L: bonding-devel@lists.sourceforge.net
976W: http://sourceforge.net/projects/bonding/
977S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978
Gary Zambrano39105892006-06-22 17:26:20 -0700979BROADCOM B44 10/100 ETHERNET DRIVER
980P: Gary Zambrano
981M: zambrano@broadcom.com
982L: netdev@vger.kernel.org
983S: Supported
984
Michael Chan948c51e2006-06-04 02:51:39 -0700985BROADCOM BNX2 GIGABIT ETHERNET DRIVER
986P: Michael Chan
987M: mchan@broadcom.com
988L: netdev@vger.kernel.org
989S: Supported
990
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -0800991BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -0700992P: Eilon Greenstein
993M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -0800994L: netdev@vger.kernel.org
995S: Supported
996
Michael Chan948c51e2006-06-04 02:51:39 -0700997BROADCOM TG3 GIGABIT ETHERNET DRIVER
998P: Michael Chan
999M: mchan@broadcom.com
1000L: netdev@vger.kernel.org
1001S: Supported
1002
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001003BSG (block layer generic sg v4 driver)
1004P: FUJITA Tomonori
1005M: fujita.tomonori@lab.ntt.co.jp
1006L: linux-scsi@vger.kernel.org
1007S: Supported
1008
Michael Bueschff1d5c22008-07-25 01:46:10 -07001009BT8XXGPIO DRIVER
1010P: Michael Buesch
1011M: mb@bu3sch.de
1012W: http://bu3sch.de/btgpio.php
1013S: Maintained
1014
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001016P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001017M: mchehab@infradead.org
1018M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001019L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001020W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001021T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001022S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001023
Jonathan Corbet77d51402007-03-22 19:44:17 -03001024CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02001025P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03001026M: corbet@lwn.net
1027L: video4linux-list@redhat.com
1028S: Maintained
1029
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001030CALGARY x86-64 IOMMU
1031P: Muli Ben-Yehuda
1032M: muli@il.ibm.com
1033P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001034M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001035L: linux-kernel@vger.kernel.org
1036L: discuss@x86-64.org
1037S: Maintained
1038
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001039CAN NETWORK LAYER
1040P: Urs Thuermann
1041M: urs.thuermann@volkswagen.de
1042P: Oliver Hartkopp
1043M: oliver.hartkopp@volkswagen.de
1044L: socketcan-core@lists.berlios.de (subscribers-only)
1045W: http://developer.berlios.de/projects/socketcan/
1046S: Maintained
1047
Arnd Bergmannb8154542008-05-16 11:10:59 +02001048CELL BROADBAND ENGINE ARCHITECTURE
1049P: Arnd Bergmann
1050M: arnd@arndb.de
1051L: linuxppc-dev@ozlabs.org
1052L: cbe-oss-dev@ozlabs.org
1053W: http://www.ibm.com/developerworks/power/cell/
1054S: Supported
1055
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001056CFAG12864B LCD DRIVER
1057P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001058M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001059L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001060W: http://miguelojeda.es/auxdisplay.htm
1061W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001062S: Maintained
1063
1064CFAG12864BFB LCD FRAMEBUFFER DRIVER
1065P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001066M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001067L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001068W: http://miguelojeda.es/auxdisplay.htm
1069W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001070S: Maintained
1071
Johannes Berg704232c2007-04-23 12:20:05 -07001072CFG80211 and NL80211
1073P: Johannes Berg
1074M: johannes@sipsolutions.net
1075L: linux-wireless@vger.kernel.org
1076S: Maintained
1077
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001078CHECKPATCH
1079P: Andy Whitcroft
1080M: apw@shadowen.org
1081P: Randy Dunlap
1082M: rdunlap@xenotime.net
1083P: Joel Schopp
1084M: jschopp@austin.ibm.com
1085S: Supported
1086
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001087CISCO 10G ETHERNET DRIVER
1088P: Scott Feldman
1089M: scofeldm@cisco.com
1090P: Joe Eykholt
1091M: jeykholt@cisco.com
Joel Becker7063fbf2005-12-15 14:29:43 -08001092S: Supported
1093
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001094CIRRUS LOGIC EP93XX ETHERNET DRIVER
1095P: Lennert Buytenhek
1096M: kernel@wantstofly.org
1097L: netdev@vger.kernel.org
1098S: Maintained
1099
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001100CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1101P: Lennert Buytenhek
1102M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001103L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001104S: Maintained
1105
Timur Tabid9e9d822008-04-24 08:45:26 +10001106CIRRUS LOGIC CS4270 SOUND DRIVER
1107P: Timur Tabi
1108M: timur@freescale.com
1109L: alsa-devel@alsa-project.org
1110S: Supported
1111
Linus Torvalds1da177e2005-04-16 15:20:36 -07001112CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1113P: Cirrus Logic Corporation (kernel 2.2 driver)
1114M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1115P: Nils Faerber (port to kernel 2.4)
1116M: Nils Faerber <nils@kernelconcepts.de>
1117S: Maintained
1118
1119CODA FILE SYSTEM
1120P: Jan Harkes
1121M: jaharkes@cs.cmu.edu
1122M: coda@cs.cmu.edu
1123L: codalist@coda.cs.cmu.edu
1124W: http://www.coda.cs.cmu.edu/
1125S: Maintained
1126
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001127COMMON INTERNET FILE SYSTEM (CIFS)
1128P: Steve French
1129M: sfrench@samba.org
1130L: linux-cifs-client@lists.samba.org
1131L: samba-technical@lists.samba.org
1132W: http://linux-cifs.samba.org/
1133T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1134S: Supported
1135
Linus Torvalds1da177e2005-04-16 15:20:36 -07001136COMPACTPCI HOTPLUG CORE
1137P: Scott Murray
1138M: scottm@somanetworks.com
1139M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001140L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001141S: Supported
1142
1143COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1144P: Scott Murray
1145M: scottm@somanetworks.com
1146M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001147L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001148S: Supported
1149
1150COMPACTPCI HOTPLUG GENERIC DRIVER
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
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001157COMPAL LAPTOP SUPPORT
1158P: Cezary Jackiewicz
1159M: cezary.jackiewicz@gmail.com
1160S: Maintained
1161
Linus Torvalds1da177e2005-04-16 15:20:36 -07001162COMPUTONE INTELLIPORT MULTIPORT CARD
1163P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001164M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001165W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001166S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001167
Simon Arlott949be0f2007-03-06 02:47:46 -08001168CONEXANT ACCESSRUNNER USB DRIVER
1169P: Simon Arlott
1170M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001171L: accessrunner-general@lists.sourceforge.net
1172W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001173S: Maintained
1174
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001175CONFIGFS
1176P: Joel Becker
1177M: joel.becker@oracle.com
1178L: linux-kernel@vger.kernel.org
1179S: Supported
1180
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001181CONTROL GROUPS (CGROUPS)
1182P: Paul Menage
1183M: menage@google.com
1184L: containers@lists.linux-foundation.org
1185S: Maintained
1186
Rudolf Marekbebe4672007-05-08 17:22:02 +02001187CORETEMP HARDWARE MONITORING DRIVER
1188P: Rudolf Marek
1189M: r.marek@assembler.cz
1190L: lm-sensors@lm-sensors.org
1191S: Maintained
1192
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193COSA/SRP SYNC SERIAL DRIVER
1194P: Jan "Yenya" Kasprzak
1195M: kas@fi.muni.cz
1196W: http://www.fi.muni.cz/~kas/cosa/
1197S: Maintained
1198
1199CPU FREQUENCY DRIVERS
1200P: Dave Jones
1201M: davej@codemonkey.org.uk
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001202L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001203W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001204T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001205S: Maintained
1206
1207CPUID/MSR DRIVER
1208P: H. Peter Anvin
1209M: hpa@zytor.com
1210S: Maintained
1211
Paul Jacksoned90fb42005-09-27 21:45:37 -07001212CPUSETS
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001213P: Paul Menage
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001214M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001215L: linux-kernel@vger.kernel.org
1216W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001217W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001218S: Supported
1219
Linus Torvalds1da177e2005-04-16 15:20:36 -07001220CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001221W: http://sourceforge.net/projects/cramfs/
1222S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001223
1224CRIS PORT
1225P: Mikael Starvik
1226M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001227P: Jesper Nilsson
1228M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001229L: dev-etrax@axis.com
1230W: http://developer.axis.com
1231S: Maintained
1232
1233CRYPTO API
1234P: Herbert Xu
1235M: herbert@gondor.apana.org.au
1236P: David S. Miller
1237M: davem@davemloft.net
1238L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001239T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001240S: Maintained
1241
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001242CS5535 Audio ALSA driver
1243P: Jaya Kumar
1244M: jayakumar.alsa@gmail.com
1245S: Maintained
1246
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001247CX18 VIDEO4LINUX DRIVER
1248P: Hans Verkuil, Andy Walls
1249M: hverkuil@xs4all.nl, awalls@radix.net
1250L: ivtv-devel@ivtvdriver.org
1251L: ivtv-users@ivtvdriver.org
1252L: video4linux-list@redhat.com
1253W: http://linuxtv.org
1254S: Maintained
1255
Steve Wisee5ec3782008-05-20 14:06:33 -07001256CXGB3 ETHERNET DRIVER (CXGB3)
1257P: Divy Le Ray
1258M: divy@chelsio.com
1259L: netdev@vger.kernel.org
1260W: http://www.chelsio.com
1261S: Supported
1262
1263CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1264P: Steve Wise
1265M: swise@chelsio.com
1266L: general@lists.openfabrics.org
1267W: http://www.openfabrics.org
1268S: Supported
1269
Linus Torvalds1da177e2005-04-16 15:20:36 -07001270CYBERPRO FB DRIVER
1271P: Russell King
1272M: rmk@arm.linux.org.uk
1273W: http://www.arm.linux.org.uk/
1274S: Maintained
1275
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001276CYBLAFB FRAMEBUFFER DRIVER
1277P: Knut Petersen
1278M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001279L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001280S: Maintained
1281
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282CYCLADES 2X SYNC CARD DRIVER
1283P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001284M: acme@ghostprotocols.net
1285W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286S: Maintained
1287
1288CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001289W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001290S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001291
1292CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001294S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295
Linus Torvalds1da177e2005-04-16 15:20:36 -07001296DAMA SLAVE for AX.25
1297P: Joerg Reuter
1298M: jreuter@yaina.de
1299W: http://yaina.de/jreuter/
1300W: http://www.qsl.net/dl1bke/
1301L: linux-hams@vger.kernel.org
1302S: Maintained
1303
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001304DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1305P: Tobias Ringstrom
1306M: tori@unhappy.mine.nu
1307L: netdev@vger.kernel.org
1308S: Maintained
1309
1310DC390/AM53C974 SCSI driver
1311P: Kurt Garloff
1312M: garloff@suse.de
1313W: http://www.garloff.de/kurt/linux/dc390/
1314P: Guennadi Liakhovetski
1315M: g.liakhovetski@gmx.de
1316S: Maintained
1317
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318DC395x SCSI driver
1319P: Oliver Neukum
1320M: oliver@neukum.name
1321P: Ali Akcaagac
1322M: aliakc@web.de
1323P: Jamie Lenehan
1324M: lenehan@twibble.org
1325W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001326L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001327L: http://lists.twibble.org/mailman/listinfo/dc395x/
1328S: Maintained
1329
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001330DCCP PROTOCOL
1331P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001332M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001333L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001334W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001335S: Maintained
1336
Linus Torvalds1da177e2005-04-16 15:20:36 -07001337DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001338P: Christine Caulfield
1339M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340W: http://linux-decnet.sourceforge.net
1341L: linux-decnet-user@lists.sourceforge.net
1342S: Maintained
1343
1344DEFXX FDDI NETWORK DRIVER
1345P: Maciej W. Rozycki
1346M: macro@linux-mips.org
1347S: Maintained
1348
1349DELL LAPTOP SMM DRIVER
1350P: Massimo Dal Zotto
1351M: dz@debian.org
1352W: http://www.debian.org/~dz/i8k/
1353S: Maintained
1354
Doug Warzecha90563ec2005-09-06 15:17:15 -07001355DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1356P: Doug Warzecha
1357M: Douglas_Warzecha@dell.com
1358S: Maintained
1359
Linus Torvalds1da177e2005-04-16 15:20:36 -07001360DEVICE NUMBER REGISTRY
1361P: Torben Mathiasen
1362M: device@lanana.org
1363W: http://lanana.org/docs/device-list/index.html
1364L: linux-kernel@vger.kernel.org
1365S: Maintained
1366
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001367DEVICE-MAPPER (LVM)
1368P: Alasdair Kergon
1369L: dm-devel@redhat.com
1370W: http://sources.redhat.com/dm
1371S: Maintained
1372
Linus Torvalds1da177e2005-04-16 15:20:36 -07001373DIGI INTL. EPCA DRIVER
1374P: Digi International, Inc
1375M: Eng.Linux@digi.com
1376L: Eng.Linux@digi.com
1377W: http://www.digi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001378S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001379
Randy Dunlape7839f22008-10-12 16:11:45 -07001380DIRECTORY NOTIFICATION (DNOTIFY)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001381P: Stephen Rothwell
1382M: sfr@canb.auug.org.au
1383L: linux-kernel@vger.kernel.org
1384S: Supported
1385
1386DISK GEOMETRY AND PARTITION HANDLING
1387P: Andries Brouwer
1388M: aeb@cwi.nl
1389W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1390W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1391W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1392S: Maintained
1393
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001394DISKQUOTA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001395P: Jan Kara
1396M: jack@suse.cz
1397L: linux-kernel@vger.kernel.org
1398S: Maintained
1399
Randy Dunlape7839f22008-10-12 16:11:45 -07001400DISTRIBUTED LOCK MANAGER (DLM)
Christine Caulfield8943f262008-02-14 19:31:31 -08001401P: Christine Caulfield
1402M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001403P: David Teigland
1404M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001405L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001406W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001407T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001408S: Supported
1409
Dan Williamsb3e5f262007-08-07 10:26:35 -07001410DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001411P: Maciej Sosnowski
1412M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001413P: Dan Williams
1414M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001415L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001416S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001417
Juerg Haefligerb8250372007-06-09 10:11:16 -04001418DME1737 HARDWARE MONITOR DRIVER
1419P: Juerg Haefliger
1420M: juergh@gmail.com
1421L: lm-sensors@lm-sensors.org
1422S: Maintained
1423
Martin Waitzba483d52005-06-17 13:20:59 -07001424DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001425P: Randy Dunlap
1426M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001427S: Maintained
1428
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001429DOCKING STATION DRIVER
1430P: Kristen Carlson Accardi
1431M: kristen.c.accardi@intel.com
1432L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001433S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001434
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001435DOCUMENTATION (/Documentation directory)
Jean Delvare795fb7e2008-09-20 12:33:08 +02001436P: Michael Kerrisk
1437M: mtk.manpages@gmail.com
1438P: Randy Dunlap
1439M: rdunlap@xenotime.net
1440L: linux-doc@vger.kernel.org
1441S: Maintained
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001442
Linus Torvalds1da177e2005-04-16 15:20:36 -07001443DOUBLETALK DRIVER
1444P: James R. Van Zandt
1445M: jrv@vanzandt.mv.com
1446L: blinux-list@redhat.com
1447S: Maintained
1448
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001449DPT_I2O SCSI RAID DRIVER
1450P: Adaptec OEM Raid Solutions
1451M: aacraid@adaptec.com
1452L: linux-scsi@vger.kernel.org
1453W: http://www.adaptec.com/
1454S: Maintained
1455
Linus Torvalds1da177e2005-04-16 15:20:36 -07001456DRIVER CORE, KOBJECTS, AND SYSFS
1457P: Greg Kroah-Hartman
1458M: gregkh@suse.de
1459L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001460T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001461S: Supported
1462
1463DRM DRIVERS
1464P: David Airlie
1465M: airlied@linux.ie
1466L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001467T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001468S: Maintained
1469
1470DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001471P: Francois Romieu
1472M: romieu@fr.zoreil.com
1473L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001474S: Maintained
1475
1476DVB SUBSYSTEM AND DRIVERS
1477P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001478M: v4l-dvb-maintainer@linuxtv.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02001479L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001480W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001481T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001482S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001483
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001484DZ DECSTATION DZ11 SERIAL DRIVER
1485P: Maciej W. Rozycki
1486M: macro@linux-mips.org
1487S: Maintained
1488
Linus Torvalds1da177e2005-04-16 15:20:36 -07001489EATA-DMA SCSI DRIVER
1490P: Michael Neuffer
1491L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1492S: Maintained
1493
1494EATA ISA/EISA/PCI SCSI DRIVER
1495P: Dario Ballabio
1496M: ballabio_dario@emc.com
1497L: linux-scsi@vger.kernel.org
1498S: Maintained
1499
1500EATA-PIO SCSI DRIVER
1501P: Michael Neuffer
1502M: mike@i-Connect.Net
1503L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1504S: Maintained
1505
1506EBTABLES
1507P: Bart De Schuymer
1508M: bart.de.schuymer@pandora.be
1509L: ebtables-user@lists.sourceforge.net
1510L: ebtables-devel@lists.sourceforge.net
1511W: http://ebtables.sourceforge.net/
1512S: Maintained
1513
Michael Halcrow237fead2006-10-04 02:16:22 -07001514ECRYPT FILE SYSTEM
1515P: Mike Halcrow, Phillip Hellewell
1516M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1517L: ecryptfs-devel@lists.sourceforge.net
1518W: http://ecryptfs.sourceforge.net/
1519S: Supported
1520
Alan Coxda9bb1d2006-01-18 17:44:13 -08001521EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001522P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001523M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001524L: bluesmoke-devel@lists.sourceforge.net
1525W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001526S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001527
1528EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001529P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001530P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001531M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001532M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001533L: bluesmoke-devel@lists.sourceforge.net
1534W: bluesmoke.sourceforge.net
1535S: Maintained
1536
1537EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001538P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001539M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001540L: bluesmoke-devel@lists.sourceforge.net
1541W: bluesmoke.sourceforge.net
1542S: Maintained
1543
Douglas Thompson6bc78402007-07-19 01:50:12 -07001544EDAC-I82443BXGX
1545P: Tim Small
1546M: tim@buttersideup.com
1547L: bluesmoke-devel@lists.sourceforge.net
1548W: bluesmoke.sourceforge.net
1549S: Maintained
1550
1551EDAC-I3000
1552P: Jason Uhlenkott
1553M: juhlenko@akamai.com
1554L: bluesmoke-devel@lists.sourceforge.net
1555W: bluesmoke.sourceforge.net
1556S: Maintained
1557
1558EDAC-I5000
1559P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001560M: dougthompson@xmission.com
1561L: bluesmoke-devel@lists.sourceforge.net
1562W: bluesmoke.sourceforge.net
1563S: Maintained
1564
1565EDAC-I82975X
1566P: Ranganathan Desikan
1567P: Arvind R.
1568M: rdesikan@jetzbroadband.com
1569M: arvind@acarlab.com
1570L: bluesmoke-devel@lists.sourceforge.net
1571W: bluesmoke.sourceforge.net
1572S: Maintained
1573
1574EDAC-PASEMI
1575P: Egor Martovetsky
1576M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001577L: bluesmoke-devel@lists.sourceforge.net
1578W: bluesmoke.sourceforge.net
1579S: Maintained
1580
Dave Peterson0e438e32006-03-26 01:38:55 -08001581EDAC-R82600
1582P: Tim Small
1583M: tim@buttersideup.com
1584L: bluesmoke-devel@lists.sourceforge.net
1585W: bluesmoke.sourceforge.net
1586S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001587
Eric Coopere59f8792008-03-13 12:55:46 +01001588EEEPC LAPTOP EXTRAS DRIVER
1589P: Corentin Chary
1590M: corentincj@iksaif.net
1591L: acpi4asus-user@lists.sourceforge.net
1592W: http://sourceforge.net/projects/acpi4asus
1593S: Maintained
1594
Linus Torvalds1da177e2005-04-16 15:20:36 -07001595EEPRO100 NETWORK DRIVER
1596P: Andrey V. Savochkin
1597M: saw@saw.sw.com.sg
1598S: Maintained
1599
Josh Triplett0bee8d22006-07-30 03:03:58 -07001600EFS FILESYSTEM
1601W: http://aeschi.ch.eu.org/efs/
1602S: Orphan
1603
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001604EHCA (IBM GX bus InfiniBand adapter) DRIVER
Heiko J Schickfab97222006-09-22 15:22:22 -07001605P: Hoang-Nam Nguyen
1606M: hnguyen@de.ibm.com
1607P: Christoph Raisch
1608M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001609L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001610S: Supported
1611
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001612EMBEDDED LINUX
1613P: Paul Gortmaker
1614M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001615P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001616M: dwmw2@infradead.org
1617L: linux-embedded@vger.kernel.org
1618S: Maintained
1619
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001620EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001621P: James Smart
1622M: james.smart@emulex.com
1623L: linux-scsi@vger.kernel.org
1624W: http://sourceforge.net/projects/lpfcxxxx
1625S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001626
Linus Torvalds1da177e2005-04-16 15:20:36 -07001627EPSON 1355 FRAMEBUFFER DRIVER
1628P: Christopher Hoover
1629M: ch@murgatroid.com, ch@hpl.hp.com
1630S: Maintained
1631
1632ETHEREXPRESS-16 NETWORK DRIVER
1633P: Philip Blundell
1634M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001635L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001636S: Maintained
1637
1638ETHERNET BRIDGE
1639P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001640M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001641L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001642W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001643S: Maintained
1644
1645ETHERTEAM 16I DRIVER
1646P: Mika Kuoppala
1647M: miku@iki.fi
1648S: Maintained
1649
1650EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001651L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001652S: Maintained
1653
1654EXT3 FILE SYSTEM
1655P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001656M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001657L: linux-ext4@vger.kernel.org
1658S: Maintained
1659
1660EXT4 FILE SYSTEM
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001661P: Theodore Ts'o
1662M: tytso@mit.edu, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001663L: linux-ext4@vger.kernel.org
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001664W: http://ext4.wiki.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001665S: Maintained
1666
Jean Delvaree53004e2006-01-09 23:26:14 +01001667F71805F HARDWARE MONITORING DRIVER
1668P: Jean Delvare
1669M: khali@linux-fr.org
1670L: lm-sensors@lm-sensors.org
1671S: Maintained
1672
Linus Torvalds1da177e2005-04-16 15:20:36 -07001673FARSYNC SYNCHRONOUS DRIVER
1674P: Kevin Curtis
1675M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001676W: http://www.farsite.co.uk/
1677S: Supported
1678
Akinobu Mitac5408b82007-04-23 14:41:20 -07001679FAULT INJECTION SUPPORT
1680P: Akinobu Mita
1681M: akinobu.mita@gmail.com
1682S: Supported
1683
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001684FILE LOCKING (flock() and fcntl()/lockf())
1685P: Matthew Wilcox
1686M: matthew@wil.cx
1687L: linux-fsdevel@vger.kernel.org
1688S: Maintained
1689
1690FILESYSTEMS (VFS and infrastructure)
1691P: Alexander Viro
1692M: viro@zeniv.linux.org.uk
1693L: linux-fsdevel@vger.kernel.org
1694S: Maintained
1695
1696FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1697P: Kristian Hoegsberg, Stefan Richter
1698M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1699L: linux1394-devel@lists.sourceforge.net
1700W: http://www.linux1394.org/
1701T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1702S: Maintained
1703
1704FIRMWARE LOADER (request_firmware)
1705L: linux-kernel@vger.kernel.org
1706S: Orphan
1707
1708FPU EMULATOR
1709P: Bill Metzenthen
1710M: billm@suburbia.net
1711W: http://suburbia.net/~billm/floating-point/emulator/
1712S: Maintained
1713
1714FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1715P: Mike McLagan
1716M: mike.mclagan@linux.org
1717L: netdev@vger.kernel.org
1718S: Maintained
1719
Linus Torvalds1da177e2005-04-16 15:20:36 -07001720FRAMEBUFFER LAYER
1721P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001722M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001723L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001724W: http://linux-fbdev.sourceforge.net/
1725S: Maintained
1726
Zhang Wei173acc72008-03-01 07:42:48 -07001727FREESCALE DMA DRIVER
Zhang Wei76b0c7882008-05-13 14:44:59 -07001728P: Li Yang
1729M: leoli@freescale.com
1730P: Zhang Wei
1731M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001732L: linuxppc-embedded@ozlabs.org
1733L: linux-kernel@vger.kernel.org
1734S: Maintained
1735
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001736FREESCALE I2C CPM DRIVER
1737P: Jochen Friedrich
1738M: jochen@scram.de
1739L: linuxppc-dev@ozlabs.org
1740L: i2c@lm-sensors.org
1741S: Maintained
1742
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001743FREESCALE SOC FS_ENET DRIVER
1744P: Pantelis Antoniou
1745M: pantelis.antoniou@gmail.com
1746P: Vitaly Bordug
1747M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001748L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001749L: netdev@vger.kernel.org
1750S: Maintained
1751
Timur Tabid9e9d822008-04-24 08:45:26 +10001752FREESCALE QUICC ENGINE LIBRARY
1753P: Timur Tabi
1754M: timur@freescale.com
1755L: linuxppc-dev@ozlabs.org
1756S: Supported
1757
Li Yanga7205b32007-04-23 10:38:18 -07001758FREESCALE HIGHSPEED USB DEVICE DRIVER
1759P: Li Yang
1760M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001761L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001762L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001763S: Maintained
1764
Li Yangbeaf53b2007-05-25 13:54:02 +08001765FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1766P: Li Yang
1767M: leoli@freescale.com
1768L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001769L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001770S: Maintained
1771
Timur Tabid9e9d822008-04-24 08:45:26 +10001772FREESCALE QUICC ENGINE UCC UART DRIVER
1773P: Timur Tabi
1774M: timur@freescale.com
1775L: linuxppc-dev@ozlabs.org
1776S: Supported
1777
1778FREESCALE SOC SOUND DRIVERS
1779P: Timur Tabi
1780M: timur@freescale.com
1781L: alsa-devel@alsa-project.org
1782L: linuxppc-dev@ozlabs.org
1783S: Supported
1784
Linus Torvalds1da177e2005-04-16 15:20:36 -07001785FREEVXFS FILESYSTEM
1786P: Christoph Hellwig
1787M: hch@infradead.org
1788W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1789S: Maintained
1790
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001791FTRACE
1792P: Steven Rostedt
1793M: srostedt@redhat.com
1794S: Maintained
1795
David Howells5ab7ffe2007-04-10 15:10:45 +01001796FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001797P: David Howells
1798M: dhowells@redhat.com
1799S: Maintained
1800
Jonathan Woithe20b93732008-06-11 10:14:56 +09301801FUJITSU LAPTOP EXTRAS
1802P: Jonathan Woithe
1803M: jwoithe@physics.adelaide.edu.au
1804L: linux-acpi@vger.kernel.org
1805S: Maintained
1806
Miklos Szeredi04578f12005-09-09 13:10:22 -07001807FUSE: FILESYSTEM IN USERSPACE
1808P: Miklos Szeredi
1809M: miklos@szeredi.hu
1810L: fuse-devel@lists.sourceforge.net
1811W: http://fuse.sourceforge.net/
1812S: Maintained
1813
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1815P: Rik Faith
1816M: faith@cs.unc.edu
1817L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001818S: Odd Fixes (e.g., new signatures)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001819
1820GDT SCSI DISK ARRAY CONTROLLER DRIVER
1821P: Achim Leubner
1822M: achim_leubner@adaptec.com
1823L: linux-scsi@vger.kernel.org
1824W: http://www.icp-vortex.com/
1825S: Supported
1826
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001827GENERIC GPIO I2C DRIVER
1828P: Haavard Skinnemoen
1829M: hskinnemoen@atmel.com
1830S: Supported
1831
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1833P: Krzysztof Halasa
1834M: khc@pm.waw.pl
1835W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1836S: Maintained
1837
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001838GFS2 FILE SYSTEM
1839P: Steven Whitehouse
1840M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001841L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001842W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001843T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1844T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001845S: Supported
1846
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001847GIGASET ISDN DRIVERS
1848P: Hansjoerg Lipp
1849M: hjlipp@web.de
1850P: Tilman Schmidt
1851M: tilman@imap.cc
1852L: gigaset307x-common@lists.sourceforge.net
1853W: http://gigaset307x.sourceforge.net/
1854S: Maintained
1855
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001856HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1857P: Robert Love
1858M: rlove@rlove.org
1859M: linux-kernel@vger.kernel.org
1860W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1861S: Maintained
1862
Jean Delvare5b543962005-08-15 19:51:02 +02001863HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001864L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001865W: http://www.lm-sensors.org/
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001866S: Orphan
Jean Delvare5b543962005-08-15 19:51:02 +02001867
Michael Buesch844dd052006-06-26 00:24:59 -07001868HARDWARE RANDOM NUMBER GENERATOR CORE
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001869S: Orphan
Michael Buesch844dd052006-06-26 00:24:59 -07001870
Linus Torvalds1da177e2005-04-16 15:20:36 -07001871HARMONY SOUND DRIVER
1872P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001873M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001874L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875S: Maintained
1876
1877HAYES ESP SERIAL DRIVER
1878P: Andrew J. Robinson
1879M: arobinso@nyx.net
1880L: linux-kernel@vger.kernel.org
1881W: http://www.nyx.net/~arobinso
1882S: Maintained
1883
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001884HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1885P: Chirag Kantharia
1886M: chirag.kantharia@hp.com
1887L: iss_storagedev@hp.com
1888S: Maintained
1889
1890HEWLETT-PACKARD SMART2 RAID DRIVER
1891P: Chirag Kantharia
1892M: chirag.kantharia@hp.com
1893L: iss_storagedev@hp.com
1894S: Maintained
1895
1896HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1897P: Mike Miller
1898M: mike.miller@hp.com
1899L: iss_storagedev@hp.com
1900S: Supported
1901
Linus Torvalds1da177e2005-04-16 15:20:36 -07001902HFS FILESYSTEM
1903P: Roman Zippel
1904M: zippel@linux-m68k.org
1905L: linux-kernel@vger.kernel.org
1906S: Maintained
1907
1908HGA FRAMEBUFFER DRIVER
1909P: Ferenc Bakonyi
1910M: fero@drama.obuda.kando.hu
1911L: linux-nvidia@lists.surfsouth.com
1912W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1913S: Maintained
1914
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001915HIBERNATION (aka Software Suspend, aka swsusp)
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001916P: Pavel Machek
1917M: pavel@suse.cz
1918P: Rafael J. Wysocki
1919M: rjw@sisk.pl
1920L: linux-pm@lists.linux-foundation.org
1921S: Supported
1922
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001923HID CORE LAYER
1924P: Jiri Kosina
1925M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001926L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001927T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001928S: Maintained
1929
Ingo Molnar38bed542007-02-22 09:09:34 +01001930HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1931P: Thomas Gleixner
1932M: tglx@linutronix.de
1933L: linux-kernel@vger.kernel.org
1934S: Maintained
1935
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936HIGH-SPEED SCC DRIVER FOR AX.25
1937P: Klaus Kudielka
1938M: klaus.kudielka@ieee.org
1939L: linux-hams@vger.kernel.org
1940W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1941S: Maintained
1942
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001943HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1944P: HighPoint Linux Team
1945M: linux@highpoint-tech.com
1946W: http://www.highpoint-tech.com
1947S: Supported
1948
Linus Torvalds1da177e2005-04-16 15:20:36 -07001949HIPPI
1950P: Jes Sorensen
1951M: jes@trained-monkey.org
1952L: linux-hippi@sunsite.dk
1953S: Maintained
1954
Jouni Malinenff1d2762005-05-12 22:54:16 -04001955HOST AP DRIVER
1956P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001957M: j@w1.fi
1958L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001959L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001960W: http://hostap.epitest.fi/
1961S: Maintained
1962
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001963HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1964P: Carlos Corbacho
1965M: carlos@strangeworlds.co.uk
1966S: Odd Fixes
1967
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001968HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1969P: Jaroslav Kysela
1970M: perex@perex.cz
1971S: Maintained
1972
Clemens Ladischd36e74c2008-07-23 21:26:46 -07001973HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08001974P: Clemens Ladisch
1975M: clemens@ladisch.de
1976S: Maintained
1977
1978HPET: i386
1979P: Venkatesh Pallipadi (Venki)
1980M: venkatesh.pallipadi@intel.com
1981S: Maintained
1982
1983HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001984P: Vojtech Pavlik
1985M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001986S: Maintained
1987
1988HPET: ACPI hpet.c
1989P: Bob Picco
1990M: bob.picco@hp.com
1991S: Maintained
1992
Linus Torvalds1da177e2005-04-16 15:20:36 -07001993HPFS FILESYSTEM
1994P: Mikulas Patocka
1995M: mikulas@artax.karlin.mff.cuni.cz
1996W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1997S: Maintained
1998
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04001999HTCPEN TOUCHSCREEN DRIVER
2000P: Pau Oliva Fora
2001M: pof@eslack.org
2002L: linux-input@vger.kernel.org
2003S: Maintained
2004
Linus Torvalds1da177e2005-04-16 15:20:36 -07002005HUGETLB FILESYSTEM
2006P: William Irwin
2007M: wli@holomorphy.com
2008S: Maintained
2009
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002010I2C/SMBUS STUB DRIVER
2011P: Mark M. Hoffman
2012M: mhoffman@lightlink.com
Jean Delvare17a172f2008-09-24 13:39:22 +02002013L: i2c@lm-sensors.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002014S: Maintained
2015
Jean Delvare5b543962005-08-15 19:51:02 +02002016I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002017P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002018M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002019P: Ben Dooks (embedded platforms)
2020M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02002021L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08002022T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002023S: Maintained
2024
Till Harbaume8c76ee2007-05-01 23:26:35 +02002025I2C-TINY-USB DRIVER
2026P: Till Harbaum
2027M: till@harbaum.org
2028L: i2c@lm-sensors.org
2029T: http://www.harbaum.org/till/i2c_tiny_usb
2030S: Maintained
2031
Linus Torvalds1da177e2005-04-16 15:20:36 -07002032i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002033P: H. Peter Anvin
2034M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035L: Linux-Kernel@vger.kernel.org
2036S: Maintained
2037
2038i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002039P: H. Peter Anvin
2040M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002041T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042S: Maintained
2043
Linus Torvalds1da177e2005-04-16 15:20:36 -07002044IA64 (Itanium) PLATFORM
2045P: Tony Luck
2046M: tony.luck@intel.com
2047L: linux-ia64@vger.kernel.org
2048W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002049T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002050S: Maintained
2051
Linus Torvalds1da177e2005-04-16 15:20:36 -07002052IBM MCA SCSI SUBSYSTEM DRIVER
2053P: Michael Lang
2054M: langa2@kph.uni-mainz.de
2055W: http://www.uni-mainz.de/~langm000/linux.html
2056S: Maintained
2057
2058IBM Power Linux RAID adapter
2059P: Brian King
2060M: brking@us.ibm.com
2061S: Supported
2062
2063IBM ServeRAID RAID DRIVER
2064P: Jack Hammer
2065P: Dave Jeffery
2066M: ipslinux@adaptec.com
2067W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002068S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002069
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002070IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002071P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002072M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002073L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002074T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002075S: Maintained
2076
2077IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002078P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002079M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002080L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002081S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002082
2083IDE/ATAPI FLOPPY DRIVERS
2084P: Paul Bristow
2085M: Paul Bristow <paul@paulbristow.net>
2086W: http://paulbristow.net/linux/idefloppy.html
2087L: linux-kernel@vger.kernel.org
2088S: Maintained
2089
2090IDE/ATAPI TAPE DRIVERS
2091P: Gadi Oxman
2092M: Gadi Oxman <gadio@netvision.net.il>
2093L: linux-kernel@vger.kernel.org
2094S: Maintained
2095
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002096IDE-SCSI DRIVER
2097L: linux-ide@vger.kernel.org
2098L: linux-scsi@vger.kernel.org
2099S: Orphan
2100
Stefan Richterf148e202008-01-12 12:32:44 +01002101IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002102P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002103M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002104P: Stefan Richter
2105M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002106L: linux1394-devel@lists.sourceforge.net
2107W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002108T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109S: Maintained
2110
Stefan Richterf51a5a92007-04-23 14:41:10 -07002111IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002112P: Dan Dennedy
2113M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002114P: Stefan Richter
2115M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002117S: Maintained
2118
Linus Torvalds1da177e2005-04-16 15:20:36 -07002119IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002120L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002121S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122
2123INFINIBAND SUBSYSTEM
2124P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002125M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002126P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002127M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128P: Hal Rosenstock
Jean Delvare795fb7e2008-09-20 12:33:08 +02002129M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002130L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002132T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133S: Supported
2134
Robert Lovec9f04f52005-07-15 12:21:07 -04002135INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01002136P: John McCutchan
2137M: ttb@tentacle.dhs.org
2138P: Robert Love
2139M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002140L: linux-kernel@vger.kernel.org
2141S: Maintained
2142
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002143INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2144P: Dmitry Torokhov
2145M: dmitry.torokhov@gmail.com
2146M: dtor@mail.ru
2147L: linux-input@vger.kernel.org
2148T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2149S: Maintained
2150
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002151INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002152P: Sylvain Meyer
2153M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002154L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002155S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002156
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002158P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002159M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002160L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002161S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002162
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163INTEL IA32 MICROCODE UPDATE SUPPORT
2164P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002165M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002166S: Maintained
2167
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002168INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002169P: Maciej Sosnowski
2170M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002171L: linux-kernel@vger.kernel.org
2172S: Supported
2173
Dan Williamsb3e5f262007-08-07 10:26:35 -07002174INTEL IOP-ADMA DMA DRIVER
2175P: Dan Williams
2176M: dan.j.williams@intel.com
2177L: linux-kernel@vger.kernel.org
2178S: Supported
2179
Michael Buesch844dd052006-06-26 00:24:59 -07002180INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2181P: Deepak Saxena
2182M: dsaxena@plexity.net
2183S: Maintained
2184
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002185INTEL IXP2000 ETHERNET DRIVER
2186P: Lennert Buytenhek
2187M: kernel@wantstofly.org
2188L: netdev@vger.kernel.org
2189S: Maintained
2190
Auke Kokd94e6fe2008-03-03 14:37:47 -08002191INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002192P: Jeff Kirsher
2193M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002194P: Jesse Brandeburg
2195M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002196P: Bruce Allan
2197M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002198P: PJ Waskiewicz
2199M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002200P: John Ronciak
2201M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002202L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002203W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002204S: Supported
2205
James Ketrenos826d2ab2005-11-07 18:56:59 -06002206INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002207P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002208M: yi.zhu@intel.com
2209P: James Ketrenos
2210M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002211P: Reinette Chatre
2212M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002213L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002214L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002215W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002216W: http://ipw2100.sourceforge.net
2217S: Supported
2218
2219INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002220P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002221M: yi.zhu@intel.com
2222P: James Ketrenos
2223M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002224P: Reinette Chatre
2225M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002226L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002227L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002228W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002229W: http://ipw2200.sourceforge.net
2230S: Supported
2231
Zhu Yib481de92007-09-25 17:54:57 -07002232INTEL WIRELESS WIFI LINK (iwlwifi)
2233P: Zhu Yi
2234M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002235P: Reinette Chatre
2236M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002237L: linux-wireless@vger.kernel.org
2238L: ipw3945-devel@lists.sourceforge.net
2239W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002240T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002241S: Supported
2242
Ralf Baechlecb109a02007-08-30 23:56:30 -07002243IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244P: Ralf Baechle
2245M: ralf@linux-mips.org
2246L: linux-mips@linux-mips.org
2247S: Maintained
2248
Ralf Baechlecb109a02007-08-30 23:56:30 -07002249IOC3 SERIAL DRIVER
2250P: Pat Gefre
2251M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002252L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002253S: Maintained
2254
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002255IP MASQUERADING
Linus Torvalds1da177e2005-04-16 15:20:36 -07002256P: Juanjo Ciarlante
2257M: jjciarla@raiz.uncu.edu.ar
2258S: Maintained
2259
Francois Romieu1202d6f2007-09-17 17:13:55 -07002260IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2261P: Francois Romieu
2262M: romieu@fr.zoreil.com
2263P: Sorbica Shieh
2264M: sorbica@icplus.com.tw
2265P: Jesse Huang
2266M: jesse@icplus.com.tw
2267L: netdev@vger.kernel.org
2268S: Maintained
2269
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002270IPATH DRIVER
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002271P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002272M: infinipath@qlogic.com
2273L: general@lists.openfabrics.org
2274T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002275S: Supported
2276
Corey Minyard4409ebe2006-04-20 02:43:12 -07002277IPMI SUBSYSTEM
2278P: Corey Minyard
2279M: minyard@acm.org
2280L: openipmi-developer@lists.sourceforge.net
2281W: http://openipmi.sourceforge.net/
2282S: Supported
2283
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002284IPS SCSI RAID DRIVER
2285P: Adaptec OEM Raid Solutions
2286M: aacraid@adaptec.com
2287L: linux-scsi@vger.kernel.org
2288W: http://www.adaptec.com/
2289S: Maintained
2290
2291IPVS
2292P: Wensong Zhang
2293M: wensong@linux-vs.org
2294P: Simon Horman
2295M: horms@verge.net.au
2296P: Julian Anastasov
2297M: ja@ssi.bg
Ralf Baechle979b6c12005-06-13 14:30:40 -07002298L: netdev@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002299L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002300S: Maintained
2301
Randy Dunlape7839f22008-10-12 16:11:45 -07002302IPWIRELESS DRIVER
David Sterba099dc4f2008-02-07 10:57:12 +01002303P: Jiri Kosina
2304M: jkosina@suse.cz
2305P: David Sterba
2306M: dsterba@suse.cz
2307S: Maintained
2308T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2309
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002310IPX NETWORK LAYER
2311P: Arnaldo Carvalho de Melo
2312M: acme@ghostprotocols.net
2313L: netdev@vger.kernel.org
2314S: Maintained
2315
Linus Torvalds1da177e2005-04-16 15:20:36 -07002316IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002317P: Samuel Ortiz
2318M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002319L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002320W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002321S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002322
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002323ISAPNP
2324P: Jaroslav Kysela
2325M: perex@perex.cz
2326S: Maintained
2327
Mike Christie14816b1e2007-11-28 16:22:06 -08002328ISCSI
2329P: Mike Christie
2330M: michaelc@cs.wisc.edu
2331L: open-iscsi@googlegroups.com
2332W: www.open-iscsi.org
2333T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2334S: Maintained
2335
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336ISDN SUBSYSTEM
2337P: Karsten Keil
2338M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002339L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002340W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002341T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002342S: Maintained
2343
2344ISDN SUBSYSTEM (Eicon active card driver)
2345P: Armin Schindler
2346M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002347L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348W: http://www.melware.de
2349S: Maintained
2350
Hans Verkuil91821ff2007-12-02 09:35:33 -03002351IVTV VIDEO4LINUX DRIVER
2352P: Hans Verkuil
2353M: hverkuil@xs4all.nl
2354L: ivtv-devel@ivtvdriver.org
2355L: ivtv-users@ivtvdriver.org
2356L: video4linux-list@redhat.com
2357W: http://www.ivtvdriver.org
2358S: Maintained
2359
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002360JFS FILESYSTEM
2361P: Dave Kleikamp
2362M: shaggy@austin.ibm.com
2363L: jfs-discussion@lists.sourceforge.net
2364W: http://jfs.sourceforge.net/
2365T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2366S: Supported
2367
Guo-Fu Tseng95252232008-09-16 01:00:11 +08002368JME NETWORK DRIVER
2369P: Guo-Fu Tseng
2370M: cooldavid@cooldavid.org
2371L: netdev@vger.kernel.org
2372S: Maintained
2373
Linus Torvalds1da177e2005-04-16 15:20:36 -07002374JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2375P: David Woodhouse
2376M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002377L: linux-mtd@lists.infradead.org
2378W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002379S: Maintained
2380
Josh Triplettde456d32006-07-30 03:04:00 -07002381JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002382P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002383M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002384L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002385S: Maintained
2386
Rudolf Marek4660cb32006-10-08 22:01:26 +02002387K8TEMP HARDWARE MONITORING DRIVER
2388P: Rudolf Marek
2389M: r.marek@assembler.cz
2390L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002391S: Maintained
2392
2393KCONFIG
2394P: Roman Zippel
2395M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002396L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002397S: Maintained
2398
Vivek Goyalea6c2082006-05-20 14:59:55 -07002399KDUMP
2400P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002401M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002402P: Haren Myneni
2403M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002404L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002405L: linux-kernel@vger.kernel.org
2406W: http://lse.sourceforge.net/kdump/
2407S: Maintained
2408
Linus Torvalds1da177e2005-04-16 15:20:36 -07002409KERNEL AUTOMOUNTER (AUTOFS)
2410P: H. Peter Anvin
2411M: hpa@zytor.com
2412L: autofs@linux.kernel.org
2413S: Odd Fixes
2414
2415KERNEL AUTOMOUNTER v4 (AUTOFS4)
2416P: Ian Kent
2417M: raven@themaw.net
2418L: autofs@linux.kernel.org
2419S: Maintained
2420
2421KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002422P: Sam Ravnborg
2423M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002424T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2425T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002426L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002427S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002428
2429KERNEL JANITORS
2430P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002431L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002432W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433S: Maintained
2434
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002435KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002436P: J. Bruce Fields
2437M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002438P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002439M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002440L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002441W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002442S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002443
Avi Kivity426d62e2006-12-13 00:34:03 -08002444KERNEL VIRTUAL MACHINE (KVM)
2445P: Avi Kivity
2446M: avi@qumranet.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002447L: kvm@vger.kernel.org
2448W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002449S: Supported
2450
Hollis Blanchard513014b2008-04-16 23:28:08 -05002451KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2452P: Hollis Blanchard
2453M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002454L: kvm-ppc@vger.kernel.org
2455W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002456S: Supported
2457
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002458KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002459P: Anthony Xu
2460M: anthony.xu@intel.com
2461P: Xiantao Zhang
2462M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002463L: kvm-ia64@vger.kernel.org
2464W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002465S: Supported
2466
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002467KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2468P: Carsten Otte
2469M: cotte@de.ibm.com
2470P: Christian Borntraeger
2471M: borntraeger@de.ibm.com
2472M: linux390@de.ibm.com
2473L: linux-s390@vger.kernel.org
2474W: http://www.ibm.com/developerworks/linux/linux390/
2475S: Supported
2476
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002477KEXEC
2478P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002479M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002480W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002481L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002482L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002483S: Maintained
2484
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002485KGDB
2486P: Jason Wessel
2487M: jason.wessel@windriver.com
2488L: kgdb-bugreport@lists.sourceforge.net
2489S: Maintained
2490
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002491KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002492P: Ananth N Mavinakayanahalli
2493M: ananth@in.ibm.com
2494P: Anil S Keshavamurthy
2495M: anil.s.keshavamurthy@intel.com
2496P: David S. Miller
2497M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002498P: Masami Hiramatsu
2499M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002500L: linux-kernel@vger.kernel.org
2501S: Maintained
2502
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002503KS0108 LCD CONTROLLER DRIVER
2504P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002505M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002506L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002507W: http://miguelojeda.es/auxdisplay.htm
2508W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002509S: Maintained
2510
Linus Torvalds1da177e2005-04-16 15:20:36 -07002511LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002512L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002513S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002514
2515LASI 53c700 driver for PARISC
2516P: James E.J. Bottomley
2517M: James.Bottomley@HansenPartnership.com
2518L: linux-scsi@vger.kernel.org
2519S: Maintained
2520
Richard Purdie263de9b2006-05-15 09:44:16 -07002521LED SUBSYSTEM
2522P: Richard Purdie
2523M: rpurdie@rpsys.net
2524S: Maintained
2525
Linus Torvalds1da177e2005-04-16 15:20:36 -07002526LEGO USB Tower driver
2527P: Juergen Stuber
2528M: starblue@users.sourceforge.net
2529L: legousb-devel@lists.sourceforge.net
2530W: http://legousb.sourceforge.net/
2531S: Maintained
2532
Rusty Russell568a17f2007-10-25 14:12:24 +10002533LGUEST
2534P: Rusty Russell
2535M: rusty@rustcorp.com.au
2536L: lguest@ozlabs.org
2537W: http://lguest.ozlabs.org/
2538S: Maintained
2539
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540LINUX FOR IBM pSERIES (RS/6000)
2541P: Paul Mackerras
2542M: paulus@au.ibm.com
2543W: http://www.ibm.com/linux/ltc/projects/ppc
2544S: Supported
2545
2546LINUX FOR NCR VOYAGER
2547P: James Bottomley
2548M: James.Bottomley@HansenPartnership.com
2549W: http://www.hansenpartnership.com/voyager
2550S: Maintained
2551
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002552LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553P: Paul Mackerras
2554M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002555P: Benjamin Herrenschmidt
2556M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002557W: http://www.penguinppc.org/
2558L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002559T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002560S: Supported
2561
2562LINUX FOR POWER MACINTOSH
2563P: Benjamin Herrenschmidt
2564M: benh@kernel.crashing.org
2565W: http://www.penguinppc.org/
2566L: linuxppc-dev@ozlabs.org
2567S: Maintained
2568
Grant Likely77a76362008-07-12 12:11:43 -06002569LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002570P: Sylvain Munaut
2571M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002572P: Grant Likely
2573M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002574L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002575S: Maintained
2576
2577LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002578P: Josh Boyer
2579M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580P: Matt Porter
2581M: mporter@kernel.crashing.org
2582W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002583L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002584T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002585S: Maintained
2586
Grant Likely260c02a2007-10-02 12:15:34 +10002587LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2588P: Grant Likely
2589M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002590W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002591L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002592S: Maintained
2593
Tom Rinie93adf12005-07-26 12:49:53 -07002594LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002595P: Vitaly Bordug
2596M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002597P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002598M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002599W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002600L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002601S: Maintained
2602
Linus Torvalds1da177e2005-04-16 15:20:36 -07002603LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002604P: Kumar Gala
2605M: galak@kernel.crashing.org
2606W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002607L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002608S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002609
Olof Johanssonab06ff32006-09-06 14:44:54 -05002610LINUX FOR POWERPC PA SEMI PWRFICIENT
2611P: Olof Johansson
2612M: olof@lixom.net
2613W: http://www.pasemi.com/
2614L: linuxppc-dev@ozlabs.org
2615S: Supported
2616
Linus Torvalds1da177e2005-04-16 15:20:36 -07002617LINUX SECURITY MODULE (LSM) FRAMEWORK
2618P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002619M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002620L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002621T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002622S: Supported
2623
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002624LLC (802.2)
2625P: Arnaldo Carvalho de Melo
2626M: acme@ghostprotocols.net
2627S: Maintained
2628
Linus Torvalds1da177e2005-04-16 15:20:36 -07002629LM83 HARDWARE MONITOR DRIVER
2630P: Jean Delvare
2631M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002632L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002633S: Maintained
2634
2635LM90 HARDWARE MONITOR DRIVER
2636P: Jean Delvare
2637M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002638L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002639S: Maintained
2640
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002641LOCKDEP AND LOCKSTAT
2642P: Peter Zijlstra
2643M: peterz@infradead.org
2644P: Ingo Molnar
2645M: mingo@redhat.com
2646L: linux-kernel@vger.kernel.org
2647T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2648S: Maintained
2649
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002650LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002651P: Richard Russon (FlatCap)
2652M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002653L: linux-ntfs-dev@lists.sourceforge.net
2654W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002655S: Maintained
2656
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002657LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2658P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002659M: Eric.Moore@lsi.com
2660M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002661L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002662L: linux-scsi@vger.kernel.org
2663W: http://www.lsilogic.com/support
2664S: Supported
2665
Linus Torvalds1da177e2005-04-16 15:20:36 -07002666LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2667P: Matthew Wilcox
2668M: matthew@wil.cx
2669L: linux-scsi@vger.kernel.org
2670S: Maintained
2671
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002672M32R ARCHITECTURE
2673P: Hirokazu Takata
2674M: takata@linux-m32r.org
2675L: linux-m32r@ml.linux-m32r.org
2676L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2677W: http://www.linux-m32r.org/
2678S: Maintained
2679
Linus Torvalds1da177e2005-04-16 15:20:36 -07002680M68K ARCHITECTURE
2681P: Geert Uytterhoeven
2682M: geert@linux-m68k.org
2683P: Roman Zippel
2684M: zippel@linux-m68k.org
2685L: linux-m68k@lists.linux-m68k.org
2686W: http://www.linux-m68k.org/
2687W: http://linux-m68k-cvs.ubb.ca/
2688S: Maintained
2689
2690M68K ON APPLE MACINTOSH
2691P: Joshua Thompson
2692M: funaho@jurai.org
2693W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002694L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002695S: Maintained
2696
2697M68K ON HP9000/300
2698P: Philip Blundell
2699M: philb@gnu.org
2700W: http://www.tazenda.demon.co.uk/phil/linux-hp
2701S: Maintained
2702
Jiri Benc64a327a2007-05-05 11:47:08 -07002703MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002704P: Johannes Berg
2705M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002706P: Michael Wu
2707M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002708L: linux-wireless@vger.kernel.org
2709W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002710T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002711S: Maintained
2712
Stefano Brivio1036d862007-12-23 04:46:27 +01002713MAC80211 PID RATE CONTROL
2714P: Stefano Brivio
2715M: stefano.brivio@polimi.it
2716P: Mattias Nissler
2717M: mattias.nissler@gmx.de
2718L: linux-wireless@vger.kernel.org
2719W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2720T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2721S: Maintained
2722
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002723MACVLAN DRIVER
2724P: Patrick McHardy
2725M: kaber@trash.net
2726L: netdev@vger.kernel.org
2727S: Maintained
2728
Michael Kerriskfaf16682005-07-31 22:34:47 -07002729MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002730P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002731M: mtk.manpages@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02002732W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07002733L: linux-man@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02002734S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002735
Stefano Brivio74cda162007-11-19 20:27:46 +01002736MARVELL LIBERTAS WIRELESS DRIVER
2737P: Dan Williams
2738M: dcbw@redhat.com
2739L: libertas-dev@lists.infradead.org
2740S: Maintained
2741
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002742MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002743P: Lennert Buytenhek
2744M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002745L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002746S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002748MARVELL YUKON / SYSKONNECT DRIVER
2749P: Mirko Lindner
2750M: mlindner@syskonnect.de
2751P: Ralph Roesler
2752M: rroesler@syskonnect.de
2753W: http://www.syskonnect.com
2754S: Supported
2755
Linus Torvalds1da177e2005-04-16 15:20:36 -07002756MATROX FRAMEBUFFER DRIVER
2757P: Petr Vandrovec
2758M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002759L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002760S: Maintained
2761
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002762MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2763P: Hans J. Koch
2764M: hjk@linutronix.de
2765L: lm-sensors@lm-sensors.org
2766S: Maintained
2767
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002768MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002769P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002770M: megaraidlinux@lsi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002771L: linux-scsi@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002772W: http://megaraid.lsilogic.com
2773S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002774
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002775MEMORY MANAGEMENT
2776L: linux-mm@kvack.org
2777L: linux-kernel@vger.kernel.org
2778W: http://www.linux-mm.org
2779S: Maintained
2780
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002781MEMORY RESOURCE CONTROLLER
2782P: Balbir Singh
2783M: balbir@linux.vnet.ibm.com
2784P: Pavel Emelyanov
2785M: xemul@openvz.org
2786P: KAMEZAWA Hiroyuki
2787M: kamezawa.hiroyu@jp.fujitsu.com
2788L: linux-mm@kvack.org
2789L: linux-kernel@vger.kernel.org
2790S: Maintained
2791
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002792MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002793P: David Woodhouse
2794M: dwmw2@infradead.org
2795W: http://www.linux-mtd.infradead.org/
2796L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002797T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002798S: Maintained
2799
2800MICROTEK X6 SCANNER
2801P: Oliver Neukum
2802M: oliver@neukum.name
2803S: Maintained
2804
2805MIPS
2806P: Ralf Baechle
2807M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002808W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002809L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002810T: git www.linux-mips.org:/pub/scm/linux.git
2811S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002812
2813MISCELLANEOUS MCA-SUPPORT
2814P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002815M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002816L: linux-kernel@vger.kernel.org
2817S: Maintained
2818
2819MODULE SUPPORT
2820P: Rusty Russell
2821M: rusty@rustcorp.com.au
2822L: linux-kernel@vger.kernel.org
2823S: Maintained
2824
2825MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2826P: Stelian Pop
2827M: stelian@popies.net
2828W: http://popies.net/meye/
2829S: Maintained
2830
Pavel Pisac58ff042007-05-16 01:10:41 +02002831MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2832P: Pavel Pisa
2833M: ppisa@pikron.com
2834L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002835S: Maintained
2836
Linus Torvalds1da177e2005-04-16 15:20:36 -07002837MOUSE AND MISC DEVICES [GENERAL]
2838P: Alessandro Rubini
2839M: rubini@ipvvis.unipv.it
2840L: linux-kernel@vger.kernel.org
2841S: Maintained
2842
Jiri Slabyb9705b62008-04-30 00:53:48 -07002843MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002844P: Jiri Slaby
2845M: jirislaby@gmail.com
2846L: linux-kernel@vger.kernel.org
2847S: Maintained
2848
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002849MSI LAPTOP SUPPORT
2850P: Lennart Poettering
2851M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002852W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002853W: http://0pointer.de/lennart/tchibo.html
2854S: Maintained
2855
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002856MULTIFUNCTION DEVICES (MFD)
2857P: Samuel Ortiz
2858M: sameo@openedhand.com
2859L: linux-kernel@vger.kernel.org
2860S: Supported
2861
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002862MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002863P: Pierre Ossman
2864M: drzeus-mmc@drzeus.cx
2865L: linux-kernel@vger.kernel.org
2866S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002867
David Brownell15a05802007-08-08 09:12:54 -07002868MULTIMEDIA CARD (MMC) ETC. OVER SPI
2869P: David Brownell
2870M: dbrownell@users.sourceforge.net
2871L: linux-kernel@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002872S: Odd Fixes
David Brownell15a05802007-08-08 09:12:54 -07002873
Linus Torvalds1da177e2005-04-16 15:20:36 -07002874MULTISOUND SOUND DRIVER
2875P: Andrew Veliath
2876M: andrewtv@usa.net
2877S: Maintained
2878
Jiri Slabyd7354102006-12-08 02:38:35 -08002879MULTITECH MULTIPORT CARD (ISICOM)
2880P: Jiri Slaby
2881M: jirislaby@gmail.com
2882L: linux-kernel@vger.kernel.org
2883S: Maintained
2884
Felipe Balbi550a7372008-07-24 12:27:36 +03002885MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Jean Delvare795fb7e2008-09-20 12:33:08 +02002886P: Felipe Balbi
2887M: felipe.balbi@nokia.com
2888L: linux-usb@vger.kernel.org
2889S: Maintained
Felipe Balbi550a7372008-07-24 12:27:36 +03002890
Brice Goglin2d3cf582008-05-17 12:45:36 +02002891MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2892P: Andrew Gallatin
2893M: gallatin@myri.com
2894P: Brice Goglin
2895M: brice@myri.com
2896L: netdev@vger.kernel.org
2897W: http://www.myri.com/scs/download-Myri10GE.html
2898S: Supported
2899
Linus Torvalds1da177e2005-04-16 15:20:36 -07002900NATSEMI ETHERNET DRIVER (DP8381x)
Jean Delvare795fb7e2008-09-20 12:33:08 +02002901P: Tim Hockin
Linus Torvalds1da177e2005-04-16 15:20:36 -07002902M: thockin@hockin.org
2903S: Maintained
2904
2905NCP FILESYSTEM
2906P: Petr Vandrovec
2907M: vandrove@vc.cvut.cz
2908L: linware@sh.cvut.cz
2909S: Maintained
2910
2911NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2912P: James E.J. Bottomley
2913M: James.Bottomley@HansenPartnership.com
2914L: linux-scsi@vger.kernel.org
2915S: Maintained
2916
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002917NETEFFECT IWARP RNIC DRIVER (IW_NES)
2918P: Faisal Latif
2919M: flatif@neteffect.com
Chien Tung5f625602008-05-26 15:23:32 -07002920P: Chien Tung
2921M: ctung@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002922L: general@lists.openfabrics.org
2923W: http://www.neteffect.com
2924S: Supported
2925F: drivers/infiniband/hw/nes/
2926
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002927NETEM NETWORK EMULATOR
2928P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002929M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002930L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002931S: Maintained
2932
Jiri Slaby4a584482007-08-30 23:56:39 -07002933NETERION (S2IO) Xframe 10GbE DRIVER
2934P: Ramkrishna Vepa
2935M: ram.vepa@neterion.com
2936P: Rastapur Santosh
2937M: santosh.rastapur@neterion.com
2938P: Sivakumar Subramani
2939M: sivakumar.subramani@neterion.com
2940P: Sreenivasa Honnur
2941M: sreenivasa.honnur@neterion.com
2942L: netdev@vger.kernel.org
2943W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2944S: Supported
2945
Linus Torvalds1da177e2005-04-16 15:20:36 -07002946NETFILTER/IPTABLES/IPCHAINS
2947P: Rusty Russell
2948P: Marc Boucher
2949P: James Morris
2950P: Harald Welte
2951P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002952P: Patrick McHardy
2953M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002954L: netfilter-devel@vger.kernel.org
2955L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002956L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002957W: http://www.netfilter.org/
2958W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002959S: Supported
2960
Paul Moore4cc67732006-09-25 15:57:13 -07002961NETLABEL
2962P: Paul Moore
2963M: paul.moore@hp.com
2964W: http://netlabel.sf.net
2965L: netdev@vger.kernel.org
2966S: Supported
2967
Linus Torvalds1da177e2005-04-16 15:20:36 -07002968NETROM NETWORK LAYER
2969P: Ralf Baechle
2970M: ralf@linux-mips.org
2971L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002972W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002973S: Maintained
2974
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002975NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002976P: Paul Clements
2977M: Paul.Clements@steeleye.com
2978S: Maintained
2979
2980NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002981P: Jeff Garzik
2982M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002983L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002984T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002985S: Maintained
2986
2987NETWORKING [GENERAL]
2988P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002989M: netdev@vger.kernel.org
2990L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002991W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002992S: Maintained
2993
2994NETWORKING [IPv4/IPv6]
2995P: David S. Miller
2996M: davem@davemloft.net
2997P: Alexey Kuznetsov
2998M: kuznet@ms2.inr.ac.ru
2999P: Pekka Savola (ipv6)
3000M: pekkas@netcore.fi
3001P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003002M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003003P: Hideaki YOSHIFUJI
3004M: yoshfuji@linux-ipv6.org
3005P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003006M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003007L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003008T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003009S: Maintained
3010
James Morris10e2ff12007-08-25 14:41:28 -07003011NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3012P: Paul Moore
3013M: paul.moore@hp.com
3014L: netdev@vger.kernel.org
3015S: Maintained
3016
John W. Linville29f8f632006-01-18 14:52:48 -08003017NETWORKING [WIRELESS]
3018P: John W. Linville
3019M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003020L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003021T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3022S: Maintained
3023
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003024NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003025P: Dhananjay Phadke
3026M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003027L: netdev@vger.kernel.org
3028W: http://www.netxen.com
3029S: Supported
3030
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003031NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003032P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003033M: Trond.Myklebust@netapp.com
3034L: linux-nfs@vger.kernel.org
3035W: http://client.linux-nfs.org
3036T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003037S: Maintained
3038
3039NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003040P: Jan-Pascal van Best
3041M: janpascal@vanbest.org
3042P: Andreas Mohr
3043M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003044L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003045S: Maintained
3046
3047NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3048P: YOKOTA Hiroshi
3049M: yokota@netlab.is.tsukuba.ac.jp
3050W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3051S: Maintained
3052
3053NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3054P: GOTO Masanori
3055M: gotom@debian.or.jp
3056P: YOKOTA Hiroshi
3057M: yokota@netlab.is.tsukuba.ac.jp
3058W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3059S: Maintained
3060
Linus Torvalds1da177e2005-04-16 15:20:36 -07003061NTFS FILESYSTEM
3062P: Anton Altaparmakov
3063M: aia21@cantab.net
3064L: linux-ntfs-dev@lists.sourceforge.net
3065L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003066W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003067T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068S: Maintained
3069
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003070NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003071P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003072M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003073L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003074S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003075
Bob Copeland0ad122d2008-07-25 19:45:18 -07003076OMFS FILESYSTEM
3077P: Bob Copeland
3078M: me@bobcopeland.com
3079L: linux-karma-devel@lists.sourceforge.net
3080S: Maintained
3081
Harald Weltec1986ee2005-11-13 16:06:29 -08003082OMNIKEY CARDMAN 4000 DRIVER
3083P: Harald Welte
3084M: laforge@gnumonks.org
3085S: Maintained
3086
Harald Welte77c44ab2005-11-13 16:06:26 -08003087OMNIKEY CARDMAN 4040 DRIVER
3088P: Harald Welte
3089M: laforge@gnumonks.org
3090S: Maintained
3091
Jonathan Corbet77d51402007-03-22 19:44:17 -03003092OMNIVISION OV7670 SENSOR DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003093P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03003094M: corbet@lwn.net
3095L: video4linux-list@redhat.com
3096S: Maintained
3097
Thomas Gleixner431bca72007-05-02 09:31:35 +02003098ONENAND FLASH DRIVER
3099P: Kyungmin Park
3100M: kyungmin.park@samsung.com
3101L: linux-mtd@lists.infradead.org
3102S: Maintained
3103
Linus Torvalds1da177e2005-04-16 15:20:36 -07003104ONSTREAM SCSI TAPE DRIVER
3105P: Willem Riede
3106M: osst@riede.org
3107L: osst-users@lists.sourceforge.net
3108L: linux-scsi@vger.kernel.org
3109S: Maintained
3110
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003111OPENCORES I2C BUS DRIVER
3112P: Peter Korsgaard
3113M: jacmet@sunsite.dk
3114L: i2c@lm-sensors.org
3115S: Maintained
3116
Linus Torvalds1da177e2005-04-16 15:20:36 -07003117OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003118P: Robert Richter
3119M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003120L: oprofile-list@lists.sf.net
3121S: Maintained
3122
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003123ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3124P: Mark Fasheh
3125M: mfasheh@suse.com
3126P: Joel Becker
3127M: joel.becker@oracle.com
3128L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3129W: http://oss.oracle.com/projects/ocfs2/
3130T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3131S: Supported
3132
Linus Torvalds1da177e2005-04-16 15:20:36 -07003133ORINOCO DRIVER
3134P: Pavel Roskin
3135M: proski@gnu.org
3136P: David Gibson
3137M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003138L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003139L: orinoco-users@lists.sourceforge.net
3140L: orinoco-devel@lists.sourceforge.net
3141W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003142S: Maintained
3143
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003144P54 WIRELESS DRIVER
3145P: Michael Wu
3146M: flamingice@sourmilk.net
3147L: linux-wireless@vger.kernel.org
3148W: http://prism54.org
3149T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3150S: Maintained
3151
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003152PA SEMI ETHERNET DRIVER
3153P: Olof Johansson
3154M: olof@lixom.net
3155L: netdev@vger.kernel.org
3156S: Maintained
3157
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003158PA SEMI SMBUS DRIVER
3159P: Olof Johansson
3160M: olof@lixom.net
3161L: i2c@lm-sensors.org
3162S: Maintained
3163
David Howells4fa97182008-10-13 10:42:44 +01003164PANASONIC MN10300/AM33 PORT
3165P: David Howells
3166M: dhowells@redhat.com
3167P: Koichi Yasutake
3168M: yasutake.koichi@jp.panasonic.com
3169L: linux-am33-list@redhat.com (moderated for non-subscribers)
3170W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3171S: Maintained
3172
Linus Torvalds1da177e2005-04-16 15:20:36 -07003173PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003174L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003175S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003176
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003177PARAVIRT_OPS INTERFACE
3178P: Jeremy Fitzhardinge
3179M: jeremy@xensource.com
3180P: Chris Wright
3181M: chrisw@sous-sol.org
3182P: Zachary Amsden
3183M: zach@vmware.com
3184P: Rusty Russell
3185M: rusty@rustcorp.com.au
3186L: virtualization@lists.osdl.org
3187L: linux-kernel@vger.kernel.org
3188S: Supported
3189
Linus Torvalds1da177e2005-04-16 15:20:36 -07003190PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3191P: Tim Waugh
3192M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003193L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003194W: http://www.torque.net/linux-pp.html
3195S: Maintained
3196
3197PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003198P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003199M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200P: Matthew Wilcox
3201M: matthew@wil.cx
3202P: Grant Grundler
3203M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003204L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003206T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003207S: Maintained
3208
Jim Cromie1662d322006-10-06 00:43:59 -07003209PC87360 HARDWARE MONITORING DRIVER
3210P: Jim Cromie
3211M: jim.cromie@gmail.com
3212L: lm-sensors@lm-sensors.org
3213S: Maintained
3214
3215PC8736x GPIO DRIVER
3216P: Jim Cromie
3217M: jim.cromie@gmail.com
3218S: Maintained
3219
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003220PCI ERROR RECOVERY
3221P: Linas Vepstas
3222M: linas@austin.ibm.com
3223L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003224L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003225S: Supported
3226
Linus Torvalds1da177e2005-04-16 15:20:36 -07003227PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003228P: Jesse Barnes
3229M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003230L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003231L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003232T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003233S: Supported
3234
3235PCI HOTPLUG CORE
Jean Delvare795fb7e2008-09-20 12:33:08 +02003236P: Kristen Carlson Accardi
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003237M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003238S: Supported
3239
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003240PCIE HOTPLUG DRIVER
3241P: Kristen Carlson Accardi
3242M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003243L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003244S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003245
Linus Torvalds1da177e2005-04-16 15:20:36 -07003246PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003247P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003248L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003249W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003250T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003251S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003252
3253PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003254P: Don Fry
3255M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003256L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003257S: Maintained
3258
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003259PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003260P: Balbir Singh
3261M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003262L: linux-kernel@vger.kernel.org
3263S: Maintained
3264
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003265PERSONALITY HANDLING
3266P: Christoph Hellwig
3267M: hch@infradead.org
3268L: linux-abi-devel@lists.sourceforge.net
3269S: Maintained
3270
Linus Torvalds1da177e2005-04-16 15:20:36 -07003271PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003272P: Joern Engel
3273M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003274L: linux-mtd@lists.infradead.org
3275S: Maintained
3276
Peter Osterlund249a6772005-09-27 21:45:30 -07003277PKTCDVD DRIVER
3278P: Peter Osterlund
3279M: petero2@telia.com
3280L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003281S: Maintained
3282
Linus Torvalds1da177e2005-04-16 15:20:36 -07003283POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003284P: Thomas Gleixner
3285M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003286L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003287S: Supported
3288
Anton Vorontsov3be86142007-07-15 04:43:36 +04003289POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3290P: Anton Vorontsov
3291M: cbou@mail.ru
3292P: David Woodhouse
3293M: dwmw2@infradead.org
3294L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003295T: git git.infradead.org/battery-2.6.git
3296S: Maintained
3297
Linus Torvalds1da177e2005-04-16 15:20:36 -07003298PNP SUPPORT
3299P: Adam Belay
3300M: ambx1@neo.rr.com
3301S: Maintained
3302
Vitaly Wool999445d2007-01-04 13:07:03 +01003303PNXxxxx I2C DRIVER
3304P: Vitaly Wool
3305M: vitalywool@gmail.com
3306L: i2c@lm-sensors.org
3307S: Maintained
3308
Linus Torvalds1da177e2005-04-16 15:20:36 -07003309PPP PROTOCOL DRIVERS AND COMPRESSORS
3310P: Paul Mackerras
3311M: paulus@samba.org
3312L: linux-ppp@vger.kernel.org
3313S: Maintained
3314
3315PPP OVER ATM (RFC 2364)
3316P: Mitchell Blank Jr
3317M: mitch@sfgoth.com
3318S: Maintained
3319
3320PPP OVER ETHERNET
3321P: Michal Ostrowski
Chris Wright5e70b7f32008-06-09 16:07:28 -07003322M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003323S: Maintained
3324
James Chapmana6d23702007-06-27 15:53:17 -07003325PPP OVER L2TP
3326P: James Chapman
3327M: jchapman@katalix.com
3328S: Maintained
3329
Linus Torvalds1da177e2005-04-16 15:20:36 -07003330PREEMPTIBLE KERNEL
3331P: Robert Love
3332M: rml@tech9.net
3333L: linux-kernel@vger.kernel.org
3334L: kpreempt-tech@lists.sourceforge.net
3335W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3336S: Supported
3337
3338PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003339P: Luis R. Rodriguez
3340M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003341L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003342W: http://prism54.org
3343S: Maintained
3344
3345PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3346P: Peter Denison
3347M: promise@pnd-pc.demon.co.uk
3348W: http://www.pnd-pc.demon.co.uk/promise/
3349S: Maintained
3350
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003351PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3352P: Mikael Pettersson
3353M: mikpe@it.uu.se
3354L: linux-ide@vger.kernel.org
3355S: Maintained
3356
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003357PS3 NETWORK SUPPORT
3358P: Masakazu Mokuno
3359M: mokuno@sm.sony.co.jp
3360L: netdev@vger.kernel.org
3361L: cbe-oss-dev@ozlabs.org
3362S: Supported
3363
Geoff Levandf58a9d12006-11-23 00:46:51 +01003364PS3 PLATFORM SUPPORT
3365P: Geoff Levand
3366M: geoffrey.levand@am.sony.com
3367L: linuxppc-dev@ozlabs.org
3368L: cbe-oss-dev@ozlabs.org
3369S: Supported
3370
Michael Krufky83202042006-07-03 00:24:18 -07003371PVRUSB2 VIDEO4LINUX DRIVER
3372P: Mike Isely
3373M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003374L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003375L: video4linux-list@redhat.com
3376W: http://www.isely.net/pvrusb2/
3377S: Maintained
3378
Eric Miao30ec2612008-06-12 15:21:41 -07003379PXA2xx/PXA3xx SUPPORT
3380P: Eric Miao
3381M: eric.miao@marvell.com
3382P: Russell King
3383M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003384L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003385S: Maintained
3386
Pierre Ossman272f1332007-05-14 21:25:26 +02003387PXA MMCI DRIVER
3388S: Orphan
3389
Linus Torvalds1da177e2005-04-16 15:20:36 -07003390QLOGIC QLA2XXX FC-SCSI DRIVER
3391P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003392M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003393L: linux-scsi@vger.kernel.org
3394S: Supported
3395
Ron Mercer5a4faa872006-07-25 00:40:21 -07003396QLOGIC QLA3XXX NETWORK DRIVER
3397P: Ron Mercer
3398M: linux-driver@qlogic.com
3399L: netdev@vger.kernel.org
3400S: Supported
3401
Ron Mercerc4e84bd2008-09-18 11:56:28 -04003402QLOGIC QLGE 10Gb ETHERNET DRIVER
3403P: Ron Mercer
3404M: linux-driver@qlogic.com
3405M: ron.mercer@qlogic.com
3406L: netdev@vger.kernel.org
3407S: Supported
3408
Linus Torvalds1da177e2005-04-16 15:20:36 -07003409QNX4 FILESYSTEM
3410P: Anders Larsen
3411M: al@alarsen.net
3412L: linux-kernel@vger.kernel.org
3413W: http://www.alarsen.net/linux/qnx4fs/
3414S: Maintained
3415
3416RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003417P: Benjamin Herrenschmidt
3418M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003419L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003420S: Maintained
3421
3422RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003423P: Paul Mackerras
3424M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003425L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003426S: Maintained
3427
Randy Dunlape7839f22008-10-12 16:11:45 -07003428RALINK RT2X00 WIRELESS LAN DRIVER
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003429P: rt2x00 project
3430L: linux-wireless@vger.kernel.org
3431L: rt2400-devel@lists.sourceforge.net
3432W: http://rt2x00.serialmonkey.com/
3433S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003434T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003435F: drivers/net/wireless/rt2x00/
3436
Nick Piggin9db55792008-02-08 04:19:49 -08003437RAMDISK RAM BLOCK DEVICE DRIVER
3438P: Nick Piggin
3439M: npiggin@suse.de
3440S: Maintained
3441
Matt Mackall9e95ce22005-04-16 15:25:56 -07003442RANDOM NUMBER DRIVER
3443P: Matt Mackall
3444M: mpm@selenic.com
3445S: Maintained
3446
Matt Porter394b7012005-11-07 01:00:15 -08003447RAPIDIO SUBSYSTEM
3448P: Matt Porter
3449M: mporter@kernel.crashing.org
3450L: linux-kernel@vger.kernel.org
3451S: Maintained
3452
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003453RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3454P: Corey Thomas
3455M: coreythomas@charter.net
3456L: linux-wireless@vger.kernel.org
3457S: Maintained
3458
3459RCUTORTURE MODULE
3460P: Josh Triplett
3461M: josh@freedesktop.org
3462L: linux-kernel@vger.kernel.org
3463S: Maintained
3464
Florian Fainellic1f766b2008-02-06 22:39:44 +01003465RDC R-321X SoC
3466P: Florian Fainelli
3467M: florian.fainelli@telecomint.eu
3468L: linux-kernel@vger.kernel.org
3469S: Maintained
3470
Florian Fainellidb17f392007-12-19 11:30:30 +01003471RDC R6040 FAST ETHERNET DRIVER
3472P: Florian Fainelli
3473M: florian.fainelli@telecomint.eu
3474L: netdev@vger.kernel.org
3475S: Maintained
3476
Josh Triplett595182b2006-10-04 02:17:21 -07003477READ-COPY UPDATE (RCU)
3478P: Dipankar Sarma
3479M: dipankar@in.ibm.com
3480W: http://www.rdrop.com/users/paulmck/rclock/
3481L: linux-kernel@vger.kernel.org
3482S: Supported
3483
Linus Torvalds1da177e2005-04-16 15:20:36 -07003484REAL TIME CLOCK DRIVER
3485P: Paul Gortmaker
3486M: p_gortmaker@yahoo.com
3487L: linux-kernel@vger.kernel.org
3488S: Maintained
3489
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003490REAL TIME CLOCK (RTC) SUBSYSTEM
3491P: Alessandro Zummo
3492M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003493L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003494S: Maintained
3495
Linus Torvalds1da177e2005-04-16 15:20:36 -07003496REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003497L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003498S: Supported
3499
Ivo van Doorne08976452008-04-12 19:23:55 +02003500RFKILL
3501P: Ivo van Doorn
3502M: IvDoorn@gmail.com
3503L: netdev@vger.kernel.org
3504S: Maintained
3505F: net/rfkill
3506
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003507RISCOM8 DRIVER
3508S: Orphan
3509
Linus Torvalds1da177e2005-04-16 15:20:36 -07003510ROCKETPORT DRIVER
3511P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003512W: http://www.comtrol.com
3513S: Maintained
3514
3515ROSE NETWORK LAYER
3516P: Ralf Baechle
3517M: ralf@linux-mips.org
3518L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003519W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003520S: Maintained
3521
Michael Wu605bebe2007-05-14 01:41:02 -04003522RTL818X WIRELESS DRIVER
3523P: Michael Wu
3524M: flamingice@sourmilk.net
3525P: Andrea Merello
3526M: andreamrl@tiscali.it
3527L: linux-wireless@vger.kernel.org
3528W: http://linuxwireless.org/
3529T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3530S: Maintained
3531
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003532S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003533P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003534M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003535L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003536S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003537
Linus Torvalds1da177e2005-04-16 15:20:36 -07003538S390
3539P: Martin Schwidefsky
3540M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003541P: Heiko Carstens
3542M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003543M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003544L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003545W: http://www.ibm.com/developerworks/linux/linux390/
3546S: Supported
3547
3548S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003549P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003550M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003551P: Frank Blaschka
3552M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003553M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003554L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003555W: http://www.ibm.com/developerworks/linux/linux390/
3556S: Supported
3557
3558S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003559P: Christof Schmitt
3560M: christof.schmitt@de.ibm.com
3561P: Martin Peschke
3562M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003563M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003564L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003565W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003566S: Supported
3567
Ursula Braundd96df22007-09-19 13:09:02 +02003568S390 IUCV NETWORK LAYER
3569P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003570M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003571M: linux390@de.ibm.com
3572L: linux-s390@vger.kernel.org
3573W: http://www.ibm.com/developerworks/linux/linux390/
3574S: Supported
3575
Ben Dooks4dde7f72008-06-30 22:40:38 +01003576S3C24XX SD/MMC Driver
3577P: Ben Dooks
3578M: ben-linux@fluff.org
3579L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3580L: linux-kernel@vger.kernel.org
3581S: Supported
3582
Linus Torvalds1da177e2005-04-16 15:20:36 -07003583SAA7146 VIDEO4LINUX-2 DRIVER
3584P: Michael Hunold
3585M: michael@mihu.de
3586W: http://www.mihu.de/linux/saa7146
3587S: Maintained
3588
Linus Torvalds1da177e2005-04-16 15:20:36 -07003589SC1200 WDT DRIVER
3590P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003591M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003592S: Maintained
3593
3594SCHEDULER
3595P: Ingo Molnar
3596M: mingo@elte.hu
3597P: Robert Love [the preemptible kernel bits]
3598M: rml@tech9.net
3599L: linux-kernel@vger.kernel.org
3600S: Maintained
3601
3602SCSI CDROM DRIVER
3603P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003604M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003605L: linux-scsi@vger.kernel.org
3606W: http://www.kernel.dk
3607S: Maintained
3608
3609SCSI SG DRIVER
3610P: Doug Gilbert
3611M: dgilbert@interlog.com
3612L: linux-scsi@vger.kernel.org
3613W: http://www.torque.net/sg
3614S: Maintained
3615
3616SCSI SUBSYSTEM
3617P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003618M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003619L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003620T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003621T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3622T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003623S: Maintained
3624
3625SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003626P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003627M: Kai.Makisara@kolumbus.fi
3628L: linux-scsi@vger.kernel.org
3629S: Maintained
3630
3631SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003632P: Vlad Yasevich
3633M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003634P: Sridhar Samudrala
3635M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003636L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003637W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003638S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003639
3640SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003641P: Jim Cromie
3642M: jim.cromie@gmail.com
3643S: Odd Fixes
3644
3645SCx200 GPIO DRIVER
3646P: Jim Cromie
3647M: jim.cromie@gmail.com
3648S: Maintained
3649
3650SCx200 HRT CLOCKSOURCE DRIVER
3651P: Jim Cromie
3652M: jim.cromie@gmail.com
3653S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003654
Sascha Sommer6a369132008-07-15 14:21:29 +02003655SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3656P: Sascha Sommer
3657M: saschasommer@freenet.de
3658L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3659S: Maintained
3660
Randy Dunlape7839f22008-10-12 16:11:45 -07003661SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003662P: Pierre Ossman
3663M: drzeus-sdhci@drzeus.cx
3664L: sdhci-devel@list.drzeus.cx
3665S: Maintained
3666
Linus Torvalds1da177e2005-04-16 15:20:36 -07003667SECURITY CONTACT
3668P: Security Officers
3669M: security@kernel.org
3670S: Supported
3671
3672SELINUX SECURITY MODULE
3673P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003674M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003675P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003676M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003677P: Eric Paris
3678M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003679L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003680L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Stephen Smalleyf0589252008-09-11 09:20:26 -04003681W: http://selinuxproject.org
3682T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003683S: Supported
3684
Jiri Slabycef2cf02007-05-08 00:31:45 -07003685SENSABLE PHANTOM
3686P: Jiri Slaby
3687M: jirislaby@gmail.com
3688S: Maintained
3689
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003690SERIAL ATA (SATA) SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07003691P: Jeff Garzik
3692M: jgarzik@pobox.com
3693L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003694T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003695S: Supported
3696
Ben Hutchings8ceee662008-04-27 12:55:59 +01003697SFC NETWORK DRIVER
3698P: Steve Hodgson
3699P: Ben Hutchings
3700P: Robert Stonehouse
3701M: linux-net-drivers@solarflare.com
3702S: Supported
3703
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003704SGI GRU DRIVER
3705P: Jack Steiner
3706M: steiner@sgi.com
3707S: Maintained
3708
3709SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3710P: Pat Gefre
3711M: pfg@sgi.com
3712L: linux-ia64@vger.kernel.org
3713S: Supported
3714
Linus Torvalds1da177e2005-04-16 15:20:36 -07003715SGI VISUAL WORKSTATION 320 AND 540
3716P: Andrey Panin
3717M: pazke@donpac.ru
3718L: linux-visws-devel@lists.sf.net
3719W: http://linux-visws.sf.net
3720S: Maintained for 2.6.
3721
Jack Steiner75312612008-08-15 00:40:42 -07003722SGI XP/XPC/XPNET DRIVER
3723P: Dean Nelson
3724M: dcn@sgi.com
3725S: Maintained
3726
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003727SHARP LH SUPPORT (LH7952X & LH7A40X)
3728P: Marc Singer
3729M: elf@buici.com
3730W: http://projects.buici.com/arm
3731L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3732S: Maintained
3733
3734SHPC HOTPLUG DRIVER
3735P: Kristen Carlson Accardi
3736M: kristen.c.accardi@intel.com
3737L: linux-pci@vger.kernel.org
3738S: Supported
3739
Linus Torvalds1da177e2005-04-16 15:20:36 -07003740SIMTEC EB110ATX (Chalice CATS)
3741P: Ben Dooks
3742P: Vincent Sanders
3743M: support@simtec.co.uk
3744W: http://www.simtec.co.uk/products/EB110ATX/
3745S: Supported
3746
3747SIMTEC EB2410ITX (BAST)
3748P: Ben Dooks
3749P: Vincent Sanders
3750M: support@simtec.co.uk
3751W: http://www.simtec.co.uk/products/EB2410ITX/
3752S: Supported
3753
Francois Romieu92aab3c2005-07-30 13:11:18 +02003754SIS 190 ETHERNET DRIVER
3755P: Francois Romieu
3756M: romieu@fr.zoreil.com
3757L: netdev@vger.kernel.org
3758S: Maintained
3759
Linus Torvalds1da177e2005-04-16 15:20:36 -07003760SIS 900/7016 FAST ETHERNET DRIVER
3761P: Daniele Venzano
3762M: venza@brownhat.org
3763W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003764L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003765S: Maintained
3766
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003767SIS 96X I2C/SMBUS DRIVER
3768P: Mark M. Hoffman
3769M: mhoffman@lightlink.com
Jean Delvare17a172f2008-09-24 13:39:22 +02003770L: i2c@lm-sensors.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003771S: Maintained
3772
Linus Torvalds1da177e2005-04-16 15:20:36 -07003773SIS FRAMEBUFFER DRIVER
3774P: Thomas Winischhofer
3775M: thomas@winischhofer.net
3776W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003777S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003778
3779SIS USB2VGA DRIVER
3780P: Thomas Winischhofer
3781M: thomas@winischhofer.net
3782W: http://www.winischhofer.at/linuxsisusbvga.shtml
3783S: Maintained
3784
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003785SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3786P: Stephen Hemminger
3787M: shemminger@linux-foundation.org
3788L: netdev@vger.kernel.org
3789S: Maintained
3790
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003791SLAB ALLOCATOR
3792P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003793M: cl@linux-foundation.org
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003794P: Pekka Enberg
3795M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003796P: Matt Mackall
3797M: mpm@selenic.com
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003798L: linux-mm@kvack.org
3799S: Maintained
3800
Linus Torvalds1da177e2005-04-16 15:20:36 -07003801SMC91x ETHERNET DRIVER
3802P: Nicolas Pitre
3803M: nico@cam.org
3804S: Maintained
3805
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003806SMSC47B397 HARDWARE MONITOR DRIVER
3807P: Mark M. Hoffman
3808M: mhoffman@lightlink.com
3809L: lm-sensors@lm-sensors.org
3810S: Maintained
3811
Ben Nizetteb54f2862008-03-13 22:27:30 +11003812SMX UIO Interface
3813P: Ben Nizette
3814M: bn@niasdigital.com
3815S: Maintained
3816
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003817SN-IA64 (Itanium) SUB-PLATFORM
3818P: Jes Sorensen
3819M: jes@sgi.com
3820L: linux-altix@sgi.com
3821L: linux-ia64@vger.kernel.org
3822W: http://www.sgi.com/altix
3823S: Maintained
3824
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003825SOC-CAMERA V4L2 SUBSYSTEM
Jean Delvare795fb7e2008-09-20 12:33:08 +02003826P: Guennadi Liakhovetski
3827M: g.liakhovetski@gmx.de
3828L: video4linux-list@redhat.com
3829S: Maintained
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003830
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003831SOEKRIS NET48XX LED SUPPORT
3832P: Chris Boot
3833M: bootc@bootc.net
3834S: Maintained
3835
Linus Torvalds1da177e2005-04-16 15:20:36 -07003836SOFTWARE RAID (Multiple Disks) SUPPORT
3837P: Ingo Molnar
3838M: mingo@redhat.com
3839P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003840M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003841L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003842S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003843
Linus Torvalds1da177e2005-04-16 15:20:36 -07003844SONIC NETWORK DRIVER
3845P: Thomas Bogendoerfer
3846M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003847L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003848S: Maintained
3849
Michael Buesch61e115a2007-09-18 15:12:50 -04003850SONICS SILICON BACKPLANE DRIVER (SSB)
3851P: Michael Buesch
3852M: mb@bu3sch.de
3853L: netdev@vger.kernel.org
3854S: Maintained
3855
Linus Torvalds1da177e2005-04-16 15:20:36 -07003856SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003857P: Mattia Dongili
3858M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003859L: linux-acpi@vger.kernel.org
3860W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003861S: Maintained
3862
Alex Dubovbaf85322008-02-09 10:20:54 -08003863SONY MEMORYSTICK CARD SUPPORT
3864P: Alex Dubov
3865M: oakad@yahoo.com
3866L: linux-kernel@vger.kernel.org
3867W: http://tifmxx.berlios.de/
3868S: Maintained
3869
Linus Torvalds1da177e2005-04-16 15:20:36 -07003870SOUND
3871P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003872M: perex@perex.cz
Takashi Iwai281712f2008-08-19 13:10:04 +02003873P: Takashi Iwai
3874M: tiwai@suse.de
Takashi Iwai82622042007-04-16 12:32:52 +02003875L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003876S: Maintained
3877
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003878SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3879P: Liam Girdwood
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01003880M: lrg@slimlogic.co.uk
Mark Brown2cad0ad2008-01-10 14:33:07 +01003881P: Mark Brown
3882M: broonie@opensource.wolfsonmicro.com
3883T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003884L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01003885W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003886S: Supported
3887
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003888SPARC (sparc32)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003889P: William L. Irwin
3890M: wli@holomorphy.com
3891L: sparclinux@vger.kernel.org
3892S: Maintained
3893
3894SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3895P: Roger Wolff
3896M: R.E.Wolff@BitWizard.nl
3897L: linux-kernel@vger.kernel.org ?
3898S: Supported
3899
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003900SPI SUBSYSTEM
3901P: David Brownell
3902M: dbrownell@users.sourceforge.net
3903L: spi-devel-general@lists.sourceforge.net
3904S: Maintained
3905
Jim Lewis2752e402006-09-29 02:01:19 -07003906SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003907P: Ishizaki Kou
3908M: kou.ishizaki@toshiba.co.jp
3909P: Jens Osterkamp
3910M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003911L: netdev@vger.kernel.org
3912S: Supported
3913
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003914SPU FILE SYSTEM
3915P: Jeremy Kerr
3916M: jk@ozlabs.org
3917L: linuxppc-dev@ozlabs.org
3918L: cbe-oss-dev@ozlabs.org
3919W: http://www.ibm.com/developerworks/power/cell/
3920S: Supported
3921
Linus Torvalds1da177e2005-04-16 15:20:36 -07003922SRM (Alpha) environment access
3923P: Jan-Benedict Glaw
3924M: jbglaw@lug-owl.de
3925L: linux-kernel@vger.kernel.org
3926S: Maintained
3927
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003928STABLE BRANCH:
3929P: Greg Kroah-Hartman
3930M: greg@kroah.com
3931P: Chris Wright
3932M: chrisw@sous-sol.org
3933L: stable@kernel.org
3934S: Maintained
3935
Linus Torvalds1da177e2005-04-16 15:20:36 -07003936STARFIRE/DURALAN NETWORK DRIVER
3937P: Ion Badulescu
3938M: ionut@cs.columbia.edu
3939S: Maintained
3940
3941STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3942W: http://mosquitonet.Stanford.EDU/strip.html
Jean Delvarebaaea1d2008-09-20 12:34:33 +02003943S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003944
3945STRADIS MPEG-2 DECODER DRIVER
3946P: Nathan Laredo
3947M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003948W: http://www.stradis.com/
3949S: Maintained
3950
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003951SUN3/3X
3952P: Sam Creasey
3953M: sammy@sammy.net
3954W: http://sammy.net/sun3/
3955S: Maintained
3956
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003957SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003958P: Paul Mundt
3959M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003960L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003961W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003962T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09003963S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003964
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003965SUSPEND TO RAM
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003966P: Len Brown
3967M: len.brown@intel.com
3968P: Pavel Machek
3969M: pavel@suse.cz
3970P: Rafael J. Wysocki
3971M: rjw@sisk.pl
3972L: linux-pm@lists.linux-foundation.org
3973S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003974
3975SVGA HANDLING
3976P: Martin Mares
3977M: mj@ucw.cz
3978L: linux-video@atrey.karlin.mff.cuni.cz
3979S: Maintained
3980
3981SYSV FILESYSTEM
3982P: Christoph Hellwig
3983M: hch@infradead.org
3984S: Maintained
3985
Alan Cox4e688522008-04-30 00:52:11 -07003986TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07003987P: Balbir Singh
3988M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07003989L: linux-kernel@vger.kernel.org
3990S: Maintained
3991
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003992TC CLASSIFIER
3993P: Jamal Hadi Salim
3994M: hadi@cyberus.ca
3995L: netdev@vger.kernel.org
3996S: Maintained
3997
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003998TCP LOW PRIORITY MODULE
3999P: Wong Hoi Sing, Edison
4000M: hswong3i@gmail.com
4001P: Hung Hing Lun, Mike
4002M: hlhung3i@gmail.com
4003W: http://tcp-lp-mod.sourceforge.net/
4004S: Maintained
4005
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004006TEHUTI ETHERNET DRIVER
4007P: Alexander Indenbaum
4008M: baum@tehutinetworks.net
4009P: Andy Gospodarek
4010M: andy@greyhouse.net
4011L: netdev@vger.kernel.org
4012S: Supported
4013
Alan Cox4e688522008-04-30 00:52:11 -07004014Telecom Clock Driver for MCPL0010
4015P: Mark Gross
4016M: mark.gross@intel.com
4017S: Supported
4018
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004019TENSILICA XTENSA PORT (xtensa)
Alan Cox4e688522008-04-30 00:52:11 -07004020P: Chris Zankel
4021M: chris@zankel.net
4022S: Maintained
4023
4024THINKPAD ACPI EXTRAS DRIVER
4025P: Henrique de Moraes Holschuh
4026M: ibm-acpi@hmh.eng.br
4027L: ibm-acpi-devel@lists.sourceforge.net
4028W: http://ibm-acpi.sourceforge.net
4029W: http://thinkwiki.org/wiki/Ibm-acpi
4030T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4031S: Maintained
4032
Alex Dubov4020f2d2006-10-04 02:15:37 -07004033TI FLASH MEDIA INTERFACE DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02004034P: Alex Dubov
4035M: oakad@yahoo.com
4036S: Maintained
Alex Dubov4020f2d2006-10-04 02:15:37 -07004037
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004038TI OMAP MMC INTERFACE DRIVER
4039P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004040M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004041W: http://linux.omap.com
4042W: http://www.muru.com/linux/omap/
4043S: Maintained
4044
Michael Buesch844dd052006-06-26 00:24:59 -07004045TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4046P: Deepak Saxena
4047M: dsaxena@plexity.net
4048S: Maintained
4049
Per Lidene86eaa32006-01-12 16:45:18 +01004050TIPC NETWORK LAYER
4051P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004052M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004053P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004054M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004055P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004056M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004057L: tipc-discussion@lists.sourceforge.net
4058W: http://tipc.sourceforge.net/
4059W: http://tipc.cslab.ericsson.net/
4060T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4061S: Maintained
4062
Linus Torvalds1da177e2005-04-16 15:20:36 -07004063TLAN NETWORK DRIVER
4064P: Samuel Chessman
4065M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004066L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004067W: http://sourceforge.net/projects/tlan/
4068S: Maintained
4069
Linus Torvalds1da177e2005-04-16 15:20:36 -07004070TOSHIBA ACPI EXTRAS DRIVER
4071P: John Belmonte
4072M: toshiba_acpi@memebeam.org
4073W: http://memebeam.org/toys/ToshibaAcpiDriver
4074S: Maintained
4075
4076TOSHIBA SMM DRIVER
4077P: Jonathan Buzzard
4078M: jonathan@buzzard.org.uk
4079L: tlinux-users@tce.toshiba-dme.co.jp
4080W: http://www.buzzard.org.uk/toshiba/
4081S: Maintained
4082
Alan Cox4e688522008-04-30 00:52:11 -07004083TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004084P: Debora Velarde
4085M: debora@linux.vnet.ibm.com
4086P: Rajiv Andrade
4087M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004088W: http://tpmdd.sourceforge.net
4089P: Marcel Selhorst
4090M: tpm@selhorst.net
4091W: http://www.prosec.rub.de/tpm/
4092L: tpmdd-devel@lists.sourceforge.net
4093S: Maintained
4094
Linus Torvalds1da177e2005-04-16 15:20:36 -07004095TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004096P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004097M: trivial@kernel.org
4098L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004099S: Maintained
4100
Alan Cox4e688522008-04-30 00:52:11 -07004101TTY LAYER
4102P: Alan Cox
4103M: alan@lxorguk.ukuu.org.uk
4104L: linux-kernel@vger.kernel.org
4105S: Maintained
4106
Grant Grundler740db6d2008-02-17 11:53:49 -07004107TULIP NETWORK DRIVERS
4108P: Grant Grundler
4109M: grundler@parisc-linux.org
4110P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004111M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004112L: netdev@vger.kernel.org
4113S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004114
4115TUN/TAP driver
4116P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004117M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004118L: vtun@office.satix.net
4119W: http://vtun.sourceforge.net/tun
4120S: Maintained
4121
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004122TURBOCHANNEL SUBSYSTEM
4123P: Maciej W. Rozycki
4124M: macro@linux-mips.org
4125S: Maintained
4126
Linus Torvalds1da177e2005-04-16 15:20:36 -07004127U14-34F SCSI DRIVER
4128P: Dario Ballabio
4129M: ballabio_dario@emc.com
4130L: linux-scsi@vger.kernel.org
4131S: Maintained
4132
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004133UBI FILE SYSTEM (UBIFS)
4134P: Artem Bityutskiy
4135M: dedekind@infradead.org
4136P: Adrian Hunter
4137M: ext-adrian.hunter@nokia.com
4138L: linux-mtd@lists.infradead.org
4139T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
4140W: http://www.linux-mtd.infradead.org/doc/ubifs.html
4141S: Maintained
4142
Alan Coxcc2020e2008-05-19 14:21:51 +01004143UCLINUX (AND M68KNOMMU)
4144P: Greg Ungerer
4145M: gerg@uclinux.org
4146W: http://www.uclinux.org/
4147L: uclinux-dev@uclinux.org (subscribers-only)
4148S: Maintained
4149
Alan Coxcc2020e2008-05-19 14:21:51 +01004150UCLINUX FOR RENESAS H8/300
4151P: Yoshinori Sato
4152M: ysato@users.sourceforge.jp
4153W: http://uclinux-h8.sourceforge.jp/
4154S: Supported
4155
Linus Torvalds1da177e2005-04-16 15:20:36 -07004156UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004157P: Jan Kara
4158M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004159W: http://linux-udf.sourceforge.net
4160S: Maintained
4161
Alan Coxcc2020e2008-05-19 14:21:51 +01004162UFS FILESYSTEM
4163P: Evgeniy Dushistov
4164M: dushistov@mail.ru
4165L: linux-kernel@vger.kernel.org
4166S: Maintained
4167
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004168UltraSPARC (sparc64)
Alan Coxcc2020e2008-05-19 14:21:51 +01004169P: David S. Miller
4170M: davem@davemloft.net
4171L: sparclinux@vger.kernel.org
4172T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4173S: Maintained
4174
Linus Torvalds1da177e2005-04-16 15:20:36 -07004175UNIFORM CDROM DRIVER
4176P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004177M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004178L: linux-kernel@vger.kernel.org
4179W: http://www.kernel.dk
4180S: Maintained
4181
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004182UNSORTED BLOCK IMAGES (UBI)
4183P: Artem Bityutskiy
4184M: dedekind@infradead.org
4185W: http://www.linux-mtd.infradead.org/
4186L: linux-mtd@lists.infradead.org
4187T: git git://git.infradead.org/~dedekind/ubi-2.6.git
4188S: Maintained
4189
Linus Torvalds1da177e2005-04-16 15:20:36 -07004190USB ACM DRIVER
4191P: Oliver Neukum
4192M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004193L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004194S: Maintained
4195
4196USB BLOCK DRIVER (UB ub)
4197P: Pete Zaitcev
4198M: zaitcev@redhat.com
4199L: linux-kernel@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004200L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004201S: Supported
4202
Linus Torvalds1da177e2005-04-16 15:20:36 -07004203USB CDC ETHERNET DRIVER
4204P: Greg Kroah-Hartman
4205M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004206L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004207S: Maintained
4208W: http://www.kroah.com/linux-usb/
4209
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004210USB CYPRESS C67X00 DRIVER
4211P: Peter Korsgaard
4212M: jacmet@sunsite.dk
4213L: linux-usb@vger.kernel.org
4214S: Maintained
4215
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004216USB DAVICOM DM9601 DRIVER
4217P: Peter Korsgaard
4218M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004219L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004220W: http://www.linux-usb.org/usbnet
4221S: Maintained
4222
Alan Coxcc2020e2008-05-19 14:21:51 +01004223USB DIAMOND RIO500 DRIVER
4224P: Cesar Miquel
4225M: miquel@df.uba.ar
4226L: rio500-users@lists.sourceforge.net
4227W: http://rio500.sourceforge.net
4228S: Maintained
4229
Linus Torvalds1da177e2005-04-16 15:20:36 -07004230USB EHCI DRIVER
4231P: David Brownell
4232M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004233L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004234S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004235
Luca Risolia7ce08c92006-01-11 02:06:59 +00004236USB ET61X[12]51 DRIVER
4237P: Luca Risolia
4238M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004239L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004240L: video4linux-list@redhat.com
4241W: http://www.linux-projects.org
4242S: Maintained
4243
David Brownell69ae9e32006-11-14 02:03:31 -08004244USB GADGET/PERIPHERAL SUBSYSTEM
4245P: David Brownell
4246M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004247L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004248W: http://www.linux-usb.org/gadget
4249S: Maintained
4250
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004251USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004252P: Jiri Kosina
4253M: jkosina@suse.cz
Jean Delvare795fb7e2008-09-20 12:33:08 +02004254L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004255T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004256S: Maintained
4257
Olav Kongas959eea22005-11-03 17:38:14 +02004258USB ISP116X DRIVER
4259P: Olav Kongas
4260M: ok@artecdesign.ee
Jean Delvare795fb7e2008-09-20 12:33:08 +02004261L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004262S: Maintained
4263
Linus Torvalds1da177e2005-04-16 15:20:36 -07004264USB KAWASAKI LSI DRIVER
4265P: Oliver Neukum
4266M: oliver@neukum.name
Jean Delvare795fb7e2008-09-20 12:33:08 +02004267L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004268S: Maintained
4269
4270USB MASS STORAGE DRIVER
4271P: Matthew Dharm
4272M: mdharm-usb@one-eyed-alien.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004273L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004274L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004275S: Maintained
4276W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4277
4278USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004279P: David Brownell
4280M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004281L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004282S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004283
Matthias Urlichsba460e42005-07-14 00:33:47 -07004284USB OPTION-CARD DRIVER
4285P: Matthias Urlichs
4286M: smurf@smurf.noris.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004287L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004288S: Maintained
4289
Linus Torvalds1da177e2005-04-16 15:20:36 -07004290USB OV511 DRIVER
4291P: Mark McClelland
4292M: mmcclell@bigfoot.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004293L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004294W: http://alpha.dyndns.org/ov511/
4295S: Maintained
4296
4297USB PEGASUS DRIVER
4298P: Petko Manolov
4299M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004300L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004301L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004302W: http://pegasus2.sourceforge.net/
4303S: Maintained
4304
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004305USB PRINTER DRIVER (usblp)
4306P: Pete Zaitcev
4307M: zaitcev@redhat.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004308L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004309S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004310
4311USB RTL8150 DRIVER
4312P: Petko Manolov
4313M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004314L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004315L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004316W: http://pegasus2.sourceforge.net/
4317S: Maintained
4318
4319USB SE401 DRIVER
4320P: Jeroen Vreeken
4321M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004322L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004323W: http://www.chello.nl/~j.vreeken/se401/
4324S: Maintained
4325
Alan Cox4e688522008-04-30 00:52:11 -07004326USB SERIAL BELKIN F5U103 DRIVER
4327P: William Greathouse
4328M: wgreathouse@smva.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004329L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004330S: Maintained
4331
4332USB SERIAL CYPRESS M8 DRIVER
4333P: Lonnie Mendez
4334M: dignome@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004335L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004336S: Maintained
4337W: http://geocities.com/i0xox0i
4338W: http://firstlight.net/cvs
4339
Linus Torvalds1da177e2005-04-16 15:20:36 -07004340USB SERIAL CYBERJACK DRIVER
4341P: Matthias Bruestle and Harald Welte
4342M: support@reiner-sct.com
4343W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4344S: Maintained
4345
4346USB SERIAL DIGI ACCELEPORT DRIVER
4347P: Peter Berger and Al Borchers
4348M: pberger@brimson.com
4349M: alborchers@steinerpoint.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004350L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004351S: Maintained
4352
4353USB SERIAL DRIVER
4354P: Greg Kroah-Hartman
4355M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004356L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004357S: Supported
4358
Linus Torvalds1da177e2005-04-16 15:20:36 -07004359USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4360P: Gary Brubaker
4361M: xavyer@ix.netcom.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004362L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004363S: Maintained
4364
4365USB SERIAL KEYSPAN DRIVER
4366P: Greg Kroah-Hartman
4367M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004368L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004369W: http://www.kroah.com/linux/
4370S: Maintained
4371
4372USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004373P: Support Department
4374M: support@connecttech.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004375L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004376W: http://www.connecttech.com
4377S: Supported
4378
Steve Glendinning2f7ca802008-10-02 05:27:57 +00004379USB SMSC95XX ETHERNET DRIVER
4380P: Steve Glendinning
4381M: steve.glendinning@smsc.com
4382L: netdev@vger.kernel.org
4383S: Supported
4384
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004385USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004386P: Luca Risolia
4387M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004388L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004389L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004390W: http://www.linux-projects.org
4391S: Maintained
4392
4393USB SUBSYSTEM
4394P: Greg Kroah-Hartman
4395M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004396L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004397W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004398T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004399S: Supported
4400
4401USB UHCI DRIVER
4402P: Alan Stern
4403M: stern@rowland.harvard.edu
Jean Delvare795fb7e2008-09-20 12:33:08 +02004404L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004405S: Maintained
4406
David Brownell69ae9e32006-11-14 02:03:31 -08004407USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004408P: David Brownell
4409M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004410L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004411W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004412S: Maintained
4413
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004414USB VIDEO CLASS
4415P: Laurent Pinchart
4416M: laurent.pinchart@skynet.be
Ming Leiecc9a042008-09-13 02:33:21 -07004417L: linux-uvc-devel@lists.berlios.de
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004418L: video4linux-list@redhat.com
4419W: http://linux-uvc.berlios.de
4420S: Maintained
4421
Linus Torvalds1da177e2005-04-16 15:20:36 -07004422USB W996[87]CF DRIVER
4423P: Luca Risolia
4424M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004425L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004426L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004427W: http://www.linux-projects.org
4428S: Maintained
4429
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004430USB WIRELESS RNDIS DRIVER (rndis_wlan)
4431P: Jussi Kivilinna
4432M: jussi.kivilinna@mbnet.fi
4433L: linux-wireless@vger.kernel.org
4434S: Maintained
4435
Luca Risolia60f78052006-02-06 16:29:35 +00004436USB ZC0301 DRIVER
4437P: Luca Risolia
4438M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004439L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004440L: video4linux-list@redhat.com
4441W: http://www.linux-projects.org
4442S: Maintained
4443
Linus Torvalds1da177e2005-04-16 15:20:36 -07004444USB ZD1201 DRIVER
4445P: Jeroen Vreeken
4446M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004447L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004448W: http://linux-lc100020.sourceforge.net
4449S: Maintained
4450
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004451USB ZR364XX DRIVER
4452P: Antoine Jacquet
4453M: royale@zerezo.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004454L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004455L: video4linux-list@redhat.com
4456W: http://royale.zerezo.com/zr364xx/
4457S: Maintained
4458
Randy Dunlape7839f22008-10-12 16:11:45 -07004459USER-MODE LINUX (UML)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004460P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004461M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004462L: user-mode-linux-devel@lists.sourceforge.net
4463L: user-mode-linux-user@lists.sourceforge.net
4464W: http://user-mode-linux.sourceforge.net
4465S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004466
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004467USERSPACE I/O (UIO)
4468P: Hans J. Koch
4469M: hjk@linutronix.de
4470P: Greg Kroah-Hartman
4471M: gregkh@suse.de
4472L: linux-kernel@vger.kernel.org
4473S: Maintained
4474
Karel Zakf899b0a2008-05-23 13:04:21 -07004475UTIL-LINUX-NG PACKAGE
4476P: Karel Zak
4477M: kzak@redhat.com
4478L: util-linux-ng@vger.kernel.org
4479W: http://kernel.org/~kzak/util-linux-ng/
4480T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4481S: Maintained
4482
Michal Januszewskic1fd1c02008-10-15 22:03:48 -07004483UVESAFB DRIVER
4484P: Michal Januszewski
4485M: spock@gentoo.org
4486L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4487W: http://dev.gentoo.org/~spock/projects/uvesafb/
4488S: Maintained
4489
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004490VFAT/FAT/MSDOS FILESYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07004491P: OGAWA Hirofumi
4492M: hirofumi@mail.parknet.co.jp
4493L: linux-kernel@vger.kernel.org
4494S: Maintained
4495
Linus Torvalds1da177e2005-04-16 15:20:36 -07004496VIA RHINE NETWORK DRIVER
4497P: Roger Luethi
4498M: rl@hellgate.ch
4499S: Maintained
4500
Jean Delvare32c0a522005-09-22 21:47:58 +02004501VIAPRO SMBUS DRIVER
4502P: Jean Delvare
4503M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004504L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004505S: Maintained
4506
Joseph Chan69e4a7c2008-10-15 22:03:31 -07004507VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4508P: Joseph Chan
4509M: JosephChan@via.com.tw
4510P: Scott Fang
4511M: ScottFang@viatech.com.cn
4512L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4513S: Maintained
4514
Francois Romieu01f20732007-01-26 00:57:17 -08004515VIA VELOCITY NETWORK DRIVER
4516P: Francois Romieu
4517M: romieu@fr.zoreil.com
4518L: netdev@vger.kernel.org
4519S: Maintained
4520
Randy Dunlape7839f22008-10-12 16:11:45 -07004521VIDEO FOR LINUX (V4L)
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004522P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004523M: mchehab@infradead.org
4524M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004525L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004526W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004527T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004528S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004529
Patrick McHardybe7f8272007-10-23 20:26:36 -07004530VLAN (802.1Q)
4531P: Patrick McHardy
4532M: kaber@trash.net
4533L: netdev@vger.kernel.org
4534S: Maintained
4535
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004536VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4537P: Liam Girdwood
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004538M: lrg@slimlogic.co.uk
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004539P: Mark Brown
4540M: broonie@opensource.wolfsonmicro.com
4541W: http://opensource.wolfsonmicro.com/node/15
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004542W: http://www.slimlogic.co.uk/?page_id=5
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004543T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4544S: Supported
4545
Juerg Haefligerab413192006-09-24 20:54:04 +02004546VT1211 HARDWARE MONITOR DRIVER
4547P: Juerg Haefliger
4548M: juergh@gmail.com
4549L: lm-sensors@lm-sensors.org
4550S: Maintained
4551
Roger Lucas1de9e372005-11-26 20:20:05 +01004552VT8231 HARDWARE MONITOR DRIVER
4553P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004554M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004555L: lm-sensors@lm-sensors.org
4556S: Maintained
4557
Linus Torvalds1da177e2005-04-16 15:20:36 -07004558W1 DALLAS'S 1-WIRE BUS
4559P: Evgeniy Polyakov
4560M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004561S: Maintained
4562
Charles Spirakis13927072006-07-05 18:05:15 +02004563W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004564P: Marc Hulsman
4565M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004566L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004567S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004568
Rudolf Marek61db0112006-12-12 18:18:30 +01004569W83793 HARDWARE MONITORING DRIVER
4570P: Rudolf Marek
4571M: r.marek@assembler.cz
4572L: lm-sensors@lm-sensors.org
4573S: Maintained
4574
Linus Torvalds1da177e2005-04-16 15:20:36 -07004575W83L51xD SD/MMC CARD INTERFACE DRIVER
4576P: Pierre Ossman
4577M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004578L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004579S: Maintained
4580
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004581WATCHDOG DEVICE DRIVERS
4582P: Wim Van Sebroeck
4583M: wim@iguana.be
4584T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4585S: Maintained
4586
Linus Torvalds1da177e2005-04-16 15:20:36 -07004587WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4588P: Jean Tourrilhes
4589M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004590L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004591W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4592S: Maintained
4593
4594WD7000 SCSI DRIVER
4595P: Miroslav Zagorac
4596M: zaga@fly.cc.fer.hr
4597L: linux-scsi@vger.kernel.org
4598S: Maintained
4599
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004600WISTRON LAPTOP BUTTON DRIVER
4601P: Miloslav Trmac
4602M: mitr@volny.cz
4603S: Maintained
4604
Linus Torvalds1da177e2005-04-16 15:20:36 -07004605WL3501 WIRELESS PCMCIA CARD DRIVER
4606P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004607M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004608L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004609W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004610S: Maintained
4611
Mark Brownfebf1df2008-04-02 00:51:09 -04004612WM97XX TOUCHSCREEN DRIVERS
4613P: Mark Brown
4614M: broonie@opensource.wolfsonmicro.com
4615P: Liam Girdwood
4616M: liam.girdwood@wolfsonmicro.com
4617L: linux-input@vger.kernel.org
4618T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4619W: http://opensource.wolfsonmicro.com/node/7
4620S: Supported
4621
Linus Torvalds1da177e2005-04-16 15:20:36 -07004622X.25 NETWORK LAYER
4623P: Henner Eisen
4624M: eis@baty.hanse.de
4625L: linux-x25@vger.kernel.org
4626S: Maintained
4627
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004628X86 ARCHITECTURE (32-BIT AND 64-BIT)
4629P: Thomas Gleixner
4630M: tglx@linutronix.de
4631P: Ingo Molnar
4632M: mingo@redhat.com
4633P: H. Peter Anvin
4634M: hpa@zytor.com
4635L: linux-kernel@vger.kernel.org
4636T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4637S: Maintained
4638
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004639XEN HYPERVISOR INTERFACE
4640P: Jeremy Fitzhardinge
4641M: jeremy@xensource.com
4642P: Chris Wright
4643M: chrisw@sous-sol.org
4644L: virtualization@lists.osdl.org
4645L: xen-devel@lists.xensource.com
4646S: Supported
4647
Linus Torvalds1da177e2005-04-16 15:20:36 -07004648XFS FILESYSTEM
4649P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004650P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004651M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004652L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004653W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004654T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004655S: Supported
4656
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004657XILINX SYSTEMACE DRIVER
4658P: Grant Likely
4659M: grant.likely@secretlab.ca
4660W: http://www.secretlab.ca/
4661L: linux-kernel@vger.kernel.org
4662S: Maintained
4663
Peter Korsgaard238b8722006-12-06 20:35:17 -08004664XILINX UARTLITE SERIAL DRIVER
4665P: Peter Korsgaard
4666M: jacmet@sunsite.dk
4667L: linux-serial@vger.kernel.org
4668S: Maintained
4669
Linus Torvalds1da177e2005-04-16 15:20:36 -07004670YAM DRIVER FOR AX.25
4671P: Jean-Paul Roubelat
4672M: jpr@f6fbb.org
4673L: linux-hams@vger.kernel.org
4674S: Maintained
4675
Henkaf64a5e2005-10-12 15:02:56 +02004676YEALINK PHONE DRIVER
4677P: Henk Vergonet
4678M: Henk.Vergonet@gmail.com
4679L: usbb2k-api-dev@nongnu.org
4680S: Maintained
4681
Linus Torvalds1da177e2005-04-16 15:20:36 -07004682Z8530 DRIVER FOR AX.25
4683P: Joerg Reuter
4684M: jreuter@yaina.de
4685W: http://yaina.de/jreuter/
4686W: http://www.qsl.net/dl1bke/
4687L: linux-hams@vger.kernel.org
4688S: Maintained
4689
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004690ZD1211RW WIRELESS DRIVER
4691P: Daniel Drake
4692M: dsd@gentoo.org
4693P: Ulrich Kunitz
4694M: kune@deine-taler.de
4695W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004696L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004697L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4698S: Maintained
4699
Linus Torvalds1da177e2005-04-16 15:20:36 -07004700ZR36067 VIDEO FOR LINUX DRIVER
4701P: Ronald Bultje
4702M: rbultje@ronald.bitfreak.net
4703L: mjpeg-users@lists.sourceforge.net
4704W: http://mjpeg.sourceforge.net/driver-zoran/
4705S: Maintained
4706
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004707ZS DECSTATION Z85C30 SERIAL DRIVER
4708P: Maciej W. Rozycki
4709M: macro@linux-mips.org
4710S: Maintained
4711
Linus Torvalds1da177e2005-04-16 15:20:36 -07004712THE REST
4713P: Linus Torvalds
4714S: Buried alive in reporters