blob: 808bb858da272293abc48f75b85ea578f95aa45c [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
Peter Oruba8d433c402008-10-16 18:43:48 +0200381P: Andreas Herrmann
382M: andeas.herrmann3@amd.com
383L: amd64-microcode@amd64.org
Peter Orubae7f5b302008-07-28 18:44:11 +0200384S: Supported
385
Stelian Pop284f42b2006-12-12 18:18:31 +0100386AMS (Apple Motion Sensor) DRIVER
387P: Stelian Pop
388M: stelian@popies.net
389P: Michael Hanselmann
390M: linux-kernel@hansmi.ch
391S: Supported
392
Tom Tuckerf94b5332006-09-22 15:22:48 -0700393AMSO1100 RNIC DRIVER
394P: Tom Tucker
395M: tom@opengridcomputing.com
396P: Steve Wise
397M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700398L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700399S: Maintained
400
Johannes Berg42269062006-07-25 16:15:50 +0200401AOA (Apple Onboard Audio) ALSA DRIVER
402P: Johannes Berg
403M: johannes@sipsolutions.net
404L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200405L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200406S: Maintained
407
Linus Torvalds1da177e2005-04-16 15:20:36 -0700408APM DRIVER
409P: Stephen Rothwell
410M: sfr@canb.auug.org.au
411L: linux-laptop@vger.kernel.org
412W: http://www.canb.auug.org.au/~sfr/
413S: Supported
414
Henrik Rydbergbd7aa4b2008-09-02 14:35:43 -0700415APPLE BCM5974 MULTITOUCH DRIVER
416P: Henrik Rydberg
417M: rydberg@euromail.se
418L: linux-input@vger.kernel.org
419S: Maintained
420
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700421APPLE SMC DRIVER
422P: Nicolas Boichat
423M: nicolas@boichat.ch
424L: mactel-linux-devel@lists.sourceforge.net
425S: Maintained
426
Linus Torvalds1da177e2005-04-16 15:20:36 -0700427APPLETALK NETWORK LAYER
428P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300429M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430S: Maintained
431
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400432APPLETOUCH TOUCHPAD DRIVER
433P: Johannes Berg
434M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400435L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400436S: Maintained
437
Jaya Kumar1154ea72005-06-21 17:17:04 -0700438ARC FRAMEBUFFER DRIVER
439P: Jaya Kumar
440M: jayalk@intworks.biz
441S: Maintained
442
Linus Torvalds1da177e2005-04-16 15:20:36 -0700443ARM MFM AND FLOPPY DRIVERS
444P: Ian Molton
445M: spyro@f2s.com
446S: Maintained
447
Russell King2761f5c2007-05-24 06:56:08 +0200448ARM PRIMECELL MMCI PL180/1 DRIVER
Pierre Ossman6d799472008-07-22 14:36:57 +0200449S: Orphan
Russell King2761f5c2007-05-24 06:56:08 +0200450
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800451ARM/ADI ROADRUNNER MACHINE SUPPORT
452P: Lennert Buytenhek
453M: kernel@wantstofly.org
454L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
455S: Maintained
456
457ARM/ADS SPHERE MACHINE SUPPORT
458P: Lennert Buytenhek
459M: kernel@wantstofly.org
460L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
461S: Maintained
462
Sergey Lapin9c784f92008-08-03 02:29:48 +0100463ARM/AFEB9260 MACHINE SUPPORT
464P: Sergey Lapin
465M: slapin@ossfans.org
466L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
467S: Maintained
468
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800469ARM/AJECO 1ARM MACHINE SUPPORT
470P: Lennert Buytenhek
471M: kernel@wantstofly.org
472L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
473S: Maintained
474
Andrew Victord4a89c72006-12-04 13:56:21 +0100475ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
Jean Delvare795fb7e2008-09-20 12:33:08 +0200476P: Andrew Victor
477M: linux@maxim.org.za
478L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
479W: http://maxim.org.za/at91_26.html
480S: Maintained
Andrew Victord4a89c72006-12-04 13:56:21 +0100481
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800482ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
483P: Lennert Buytenhek
484M: kernel@wantstofly.org
485L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
486S: Maintained
487
488ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
489P: Lennert Buytenhek
490M: kernel@wantstofly.org
491L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
492S: Maintained
493
Mike Rapoportd48134e2008-08-20 09:03:26 +0100494ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
Russell Kinga9da4f72008-07-12 21:42:04 +0100495P: Mike Rapoport
496M: mike@compulab.co.il
497L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
498S: Maintained
499
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500ARM/CORGI MACHINE SUPPORT
501P: Richard Purdie
502M: rpurdie@rpsys.net
503S: Maintained
504
Russell Kinga9da4f72008-07-12 21:42:04 +0100505ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
506P: Daniel Ribeiro
507M: drwyrm@gmail.com
508P: Stefan Schmidt
509M: stefan@openezx.org
510P: Harald Welte
511M: laforge@openezx.org
512L: openezx-devel@lists.openezx.org (subscribers-only)
513W: http://www.openezx.org/
514S: Maintained
515
Sascha Hauer86183a52008-07-24 23:50:35 +0200516ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
517P: Sascha Hauer
518M: kernel@pengutronix.de
519L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
520S: Maintained
521
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800522ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
523P: Lennert Buytenhek
524M: kernel@wantstofly.org
525L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
526S: Maintained
527
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100528ARM/GUMSTIX MACHINE SUPPORT
529P: Steve Sakoman
530M: sakoman@gmail.com
531L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
532S: Maintained
533
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100534ARM/HP JORNADA 7XX MACHINE SUPPORT
Jean Delvare795fb7e2008-09-20 12:33:08 +0200535P: Kristoffer Ericson
536M: kristoffer.ericson@gmail.com
537W: www.jlime.com
538S: Maintained
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100539
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800540ARM/INTEL IOP32X ARM ARCHITECTURE
541P: Lennert Buytenhek
542M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100543P: Dan Williams
544M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800545L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100546S: Supported
547
548ARM/INTEL IOP33X ARM ARCHITECTURE
549P: Dan Williams
550M: dan.j.williams@intel.com
551L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
552S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800553
554ARM/INTEL IOP13XX ARM ARCHITECTURE
555P: Lennert Buytenhek
556M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100557P: Dan Williams
558M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800559L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100560S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800561
562ARM/INTEL IQ81342EX MACHINE SUPPORT
563P: Lennert Buytenhek
564M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100565P: Dan Williams
566M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800567L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100568S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800569
570ARM/INTEL IXP2000 ARM ARCHITECTURE
571P: Lennert Buytenhek
572M: kernel@wantstofly.org
573L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
574S: Maintained
575
576ARM/INTEL IXDP2850 MACHINE SUPPORT
577P: Lennert Buytenhek
578M: kernel@wantstofly.org
579L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
580S: Maintained
581
582ARM/INTEL IXP23XX ARM ARCHITECTURE
583P: Lennert Buytenhek
584M: kernel@wantstofly.org
585L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
586S: Maintained
587
588ARM/INTEL XSC3 (MANZANO) ARM CORE
589P: Lennert Buytenhek
590M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100591P: Dan Williams
592M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800593L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100594S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800595
596ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
597P: Lennert Buytenhek
598M: kernel@wantstofly.org
599L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
600S: Maintained
601
602ARM/LOGICPD PXA270 MACHINE SUPPORT
603P: Lennert Buytenhek
604M: kernel@wantstofly.org
605L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
606S: Maintained
607
Philipp Zabel3b8861712008-07-09 21:27:15 +0100608ARM/MAGICIAN MACHINE SUPPORT
609P: Philipp Zabel
610M: philipp.zabel@gmail.com
611S: Maintained
612
Dirk Opfer8459c152005-11-06 14:27:52 +0000613ARM/TOSA MACHINE SUPPORT
Dmitry Baryshkov93887042008-07-07 10:50:06 +0100614P: Dmitry Baryshkov
615M: dbaryshkov@gmail.com
Dirk Opfer8459c152005-11-06 14:27:52 +0000616P: Dirk Opfer
617M: dirk@opfer-online.de
618S: Maintained
619
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100620ARM/PALMTX SUPPORT
621P: Marek Vasut
622M: marek.vasut@gmail.com
623W: http://hackndev.com
624S: Maintained
625
Sergey Lapinc49e1e62008-08-29 15:47:52 +0100626ARM/PALMZ72 SUPPORT
627P: Sergey Lapin
628M: slapin@ossfans.org
629W: http://hackndev.com
630S: Maintained
631
Linus Torvalds1da177e2005-04-16 15:20:36 -0700632ARM/PLEB SUPPORT
633P: Peter Chubb
634M: pleb@gelato.unsw.edu.au
635W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
636S: Maintained
637
638ARM/PT DIGITAL BOARD PORT
639P: Stefan Eletzhofer
640M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700641L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700642W: http://www.arm.linux.org.uk/
643S: Maintained
644
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800645ARM/RADISYS ENP2611 MACHINE SUPPORT
646P: Lennert Buytenhek
647M: kernel@wantstofly.org
648L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
649S: Maintained
650
Linus Torvalds1da177e2005-04-16 15:20:36 -0700651ARM/SHARK MACHINE SUPPORT
652P: Alexander Schulz
653M: alex@shark-linux.de
654W: http://www.shark-linux.de/shark.html
655S: Maintained
656
657ARM/STRONGARM110 PORT
658P: Russell King
659M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700660L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700661W: http://www.arm.linux.org.uk/
662S: Maintained
663
664ARM/S3C2410 ARM ARCHITECTURE
665P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800666M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700667L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700668W: http://www.fluff.org/ben/linux/
669S: Maintained
670
671ARM/S3C2440 ARM ARCHITECTURE
672P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800673M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700674L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675W: http://www.fluff.org/ben/linux/
676S: Maintained
677
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800678ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
679P: Lennert Buytenhek
680M: kernel@wantstofly.org
681L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
682S: Maintained
683
684ARM/THECUS N2100 MACHINE SUPPORT
685P: Lennert Buytenhek
686M: kernel@wantstofly.org
687L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
688S: Maintained
689
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690ARPD SUPPORT
691P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700692L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693S: Maintained
694
695ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500696P: Corentin Chary
697M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700698P: Karol Kozimor
699M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700700L: acpi4asus-user@lists.sourceforge.net
701W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500702W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700703S: Maintained
704
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400705ASUS ASB100 HARDWARE MONITOR DRIVER
706P: Mark M. Hoffman
707M: mhoffman@lightlink.com
708L: lm-sensors@lm-sensors.org
709S: Maintained
710
Corentin Chary85091b72007-01-26 14:04:30 +0100711ASUS LAPTOP EXTRAS DRIVER
712P: Corentin Chary
713M: corentincj@iksaif.net
714L: acpi4asus-user@lists.sourceforge.net
715W: http://sourceforge.net/projects/acpi4asus
716W: http://xf.iksaif.net/acpi4asus
717S: Maintained
718
Dan Williamsb3e5f262007-08-07 10:26:35 -0700719ASYNCHRONOUS TRANSFERS/TRANSFORMS API
720P: Dan Williams
721M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100722P: Maciej Sosnowski
723M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700724L: linux-kernel@vger.kernel.org
725W: http://sourceforge.net/projects/xscaleiop
726S: Supported
727
Randy Dunlape7839f22008-10-12 16:11:45 -0700728ATA OVER ETHERNET (AOE) DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729P: Ed L. Cashin
730M: ecashin@coraid.com
731W: http://www.coraid.com/support/linux
732S: Supported
733
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200734ATHEROS ATH5K WIRELESS DRIVER
735P: Jiri Slaby
736M: jirislaby@gmail.com
737P: Nick Kossifidis
738M: mickflemm@gmail.com
739P: Luis R. Rodriguez
740M: mcgrof@gmail.com
741L: linux-wireless@vger.kernel.org
742L: ath5k-devel@lists.ath5k.org
743S: Maintained
744
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700745ATHEROS ATH9K WIRELESS DRIVER
746P: Luis R. Rodriguez
747M: lrodriguez@atheros.com
748P: Jouni Malinen
749M: jmalinen@atheros.com
750L: linux-wireless@vger.kernel.org
751L: ath9k-devel@lists.ath9k.org
752S: Supported
753
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000754ATI_REMOTE2 DRIVER
755P: Ville Syrjala
756M: syrjala@sci.fi
757S: Maintained
758
Chris Snook7ae115b2008-09-09 03:26:57 -0400759ATLX ETHERNET DRIVERS
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600760P: Jay Cliburn
761M: jcliburn@gmail.com
762P: Chris Snook
763M: csnook@redhat.com
Chris Snook7ae115b2008-09-09 03:26:57 -0400764P: Jie Yang
765M: jie.yang@atheros.com
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600766L: atl1-devel@lists.sourceforge.net
767W: http://sourceforge.net/projects/atl1
768W: http://atl1.sourceforge.net
769S: Maintained
770
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771ATM
772P: Chas Williams
773M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700774L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700775W: http://linux-atm.sourceforge.net
776S: Maintained
777
Pierre Ossman272f1332007-05-14 21:25:26 +0200778ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200779P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800780M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200781L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
782W: http://www.atmel.com/products/AT91/
783W: http://www.at91.com/
784S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200785
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800786ATMEL AT91 / AT32 SERIAL DRIVER
787P: Haavard Skinnemoen
788M: hskinnemoen@atmel.com
789L: linux-kernel@vger.kernel.org
790S: Supported
791
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800792ATMEL LCDFB DRIVER
793P: Nicolas Ferre
794M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800795L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800796S: Maintained
797
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100798ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100799P: Haavard Skinnemoen
800M: hskinnemoen@atmel.com
801S: Supported
802
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800803ATMEL SPI DRIVER
804P: Haavard Skinnemoen
805M: hskinnemoen@atmel.com
806S: Supported
807
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700808ATMEL USBA UDC DRIVER
809P: Haavard Skinnemoen
810M: hskinnemoen@atmel.com
811L: kernel@avr32linux.org
812W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
813S: Supported
814
Linus Torvalds1da177e2005-04-16 15:20:36 -0700815ATMEL WIRELESS DRIVER
816P: Simon Kelley
817M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700818L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819W: http://www.thekelleys.org.uk/atmel
820W: http://atmelwlandriver.sourceforge.net/
821S: Maintained
822
Chris Wrighta92b7b82005-07-07 18:12:23 -0700823AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400824P: Al Viro
825M: viro@zeniv.linux.org.uk
826P: Eric Paris
827M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700828L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100829W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400830T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700831S: Maintained
832
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800833AUXILIARY DISPLAY DRIVERS
834P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700835M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800836L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700837W: http://miguelojeda.es/auxdisplay.htm
838W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800839S: Maintained
840
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700841AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700842P: Haavard Skinnemoen
843M: hskinnemoen@atmel.com
844W: http://www.atmel.com/products/AVR32/
845W: http://avr32linux.org/
846W: http://avrfreaks.net/
847S: Supported
848
849AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700850P: Haavard Skinnemoen
851M: hskinnemoen@atmel.com
852S: Supported
853
Linus Torvalds1da177e2005-04-16 15:20:36 -0700854AX.25 NETWORK LAYER
855P: Ralf Baechle
856M: ralf@linux-mips.org
857L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200858W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700859S: Maintained
860
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700861B43 WIRELESS DRIVER
862P: Michael Buesch
863M: mb@bu3sch.de
864P: Stefano Brivio
865M: stefano.brivio@polimi.it
866L: linux-wireless@vger.kernel.org
867W: http://linuxwireless.org/en/users/Drivers/b43
868S: Maintained
869
870B43LEGACY WIRELESS DRIVER
871P: Larry Finger
872M: Larry.Finger@lwfinger.net
873P: Stefano Brivio
874M: stefano.brivio@polimi.it
875L: linux-wireless@vger.kernel.org
876W: http://linuxwireless.org/en/users/Drivers/b43
877S: Maintained
878
Richard Purdie300abeb2007-02-07 22:21:07 +0000879BACKLIGHT CLASS/SUBSYSTEM
880P: Richard Purdie
881M: rpurdie@rpsys.net
882S: Maintained
883
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700884BAYCOM/HDLCDRV DRIVERS FOR AX.25
885P: Thomas Sailer
886M: t.sailer@alumni.ethz.ch
887L: linux-hams@vger.kernel.org
888W: http://www.baycom.org/~tom/ham/ham.html
889S: Maintained
890
891BEFS FILE SYSTEM
892P: Sergey S. Kostyliov
893M: rathamahata@php4.ru
894L: linux-kernel@vger.kernel.org
895S: Maintained
896
897BFS FILE SYSTEM
898P: Tigran A. Aivazian
899M: tigran@aivazian.fsnet.co.uk
900L: linux-kernel@vger.kernel.org
901S: Maintained
902
Bryan Wu1394f032007-05-06 14:50:22 -0700903BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800904P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800905M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800906L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
907W: http://blackfin.uclinux.org
908S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700909
Bryan Wue190d6b2007-07-17 14:43:44 +0800910BLACKFIN EMAC DRIVER
911P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800912M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800913L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
914W: http://blackfin.uclinux.org
915S: Supported
916
Mike Frysinger566da5b2007-06-11 15:31:30 +0800917BLACKFIN RTC DRIVER
918P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800919M: vapier.adi@gmail.com
920L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
921W: http://blackfin.uclinux.org
922S: Supported
923
Bryan Wu1394f032007-05-06 14:50:22 -0700924BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800925P: Sonic Zhang
926M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800927L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
928W: http://blackfin.uclinux.org
929S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700930
Bryan Wu1e6d3202007-07-15 02:50:02 +0800931BLACKFIN WATCHDOG DRIVER
932P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800933M: vapier.adi@gmail.com
934L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
935W: http://blackfin.uclinux.org
936S: Supported
937
Bryan Wud24ecfc2007-05-01 23:26:32 +0200938BLACKFIN I2C TWI DRIVER
939P: Sonic Zhang
940M: sonic.zhang@analog.com
941L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
942W: http://blackfin.uclinux.org/
943S: Supported
944
Linus Torvalds1da177e2005-04-16 15:20:36 -0700945BLOCK LAYER
946P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200947M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700948L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800949T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700950S: Maintained
951
Joern Engel2b54aae2008-02-06 01:38:02 -0800952BLOCK2MTD DRIVER
953P: Joern Engel
954M: joern@lazybastard.org
955L: linux-mtd@lists.infradead.org
956S: Maintained
957
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200958BLUETOOTH DRIVERS
959P: Marcel Holtmann
960M: marcel@holtmann.org
961L: linux-bluetooth@vger.kernel.org
962W: http://www.bluez.org/
963S: Maintained
964
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965BLUETOOTH SUBSYSTEM
966P: Marcel Holtmann
967M: marcel@holtmann.org
Pavel Machek781c2842008-03-20 15:41:02 -0700968L: linux-bluetooth@vger.kernel.org
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200969W: http://www.bluez.org/
Josh Boyer1adc1232005-11-23 15:44:15 -0800970T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700971S: Maintained
972
Linus Torvalds1da177e2005-04-16 15:20:36 -0700973BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100974P: Jay Vosburgh
975M: fubar@us.ibm.com
976L: bonding-devel@lists.sourceforge.net
977W: http://sourceforge.net/projects/bonding/
978S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979
Gary Zambrano39105892006-06-22 17:26:20 -0700980BROADCOM B44 10/100 ETHERNET DRIVER
981P: Gary Zambrano
982M: zambrano@broadcom.com
983L: netdev@vger.kernel.org
984S: Supported
985
Michael Chan948c51e2006-06-04 02:51:39 -0700986BROADCOM BNX2 GIGABIT ETHERNET DRIVER
987P: Michael Chan
988M: mchan@broadcom.com
989L: netdev@vger.kernel.org
990S: Supported
991
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -0800992BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -0700993P: Eilon Greenstein
994M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -0800995L: netdev@vger.kernel.org
996S: Supported
997
Michael Chan948c51e2006-06-04 02:51:39 -0700998BROADCOM TG3 GIGABIT ETHERNET DRIVER
999P: Michael Chan
1000M: mchan@broadcom.com
1001L: netdev@vger.kernel.org
1002S: Supported
1003
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001004BSG (block layer generic sg v4 driver)
1005P: FUJITA Tomonori
1006M: fujita.tomonori@lab.ntt.co.jp
1007L: linux-scsi@vger.kernel.org
1008S: Supported
1009
Michael Bueschff1d5c22008-07-25 01:46:10 -07001010BT8XXGPIO DRIVER
1011P: Michael Buesch
1012M: mb@bu3sch.de
1013W: http://bu3sch.de/btgpio.php
1014S: Maintained
1015
Linus Torvalds1da177e2005-04-16 15:20:36 -07001016BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001017P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001018M: mchehab@infradead.org
1019M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001020L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001021W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001022T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001023S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001024
Jonathan Corbet77d51402007-03-22 19:44:17 -03001025CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02001026P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03001027M: corbet@lwn.net
1028L: video4linux-list@redhat.com
1029S: Maintained
1030
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001031CALGARY x86-64 IOMMU
1032P: Muli Ben-Yehuda
1033M: muli@il.ibm.com
1034P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001035M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001036L: linux-kernel@vger.kernel.org
1037L: discuss@x86-64.org
1038S: Maintained
1039
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001040CAN NETWORK LAYER
1041P: Urs Thuermann
1042M: urs.thuermann@volkswagen.de
1043P: Oliver Hartkopp
1044M: oliver.hartkopp@volkswagen.de
1045L: socketcan-core@lists.berlios.de (subscribers-only)
1046W: http://developer.berlios.de/projects/socketcan/
1047S: Maintained
1048
Arnd Bergmannb8154542008-05-16 11:10:59 +02001049CELL BROADBAND ENGINE ARCHITECTURE
1050P: Arnd Bergmann
1051M: arnd@arndb.de
1052L: linuxppc-dev@ozlabs.org
1053L: cbe-oss-dev@ozlabs.org
1054W: http://www.ibm.com/developerworks/power/cell/
1055S: Supported
1056
David Vrabel18332a82008-09-17 16:34:44 +01001057CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1058P: David Vrabel
1059M: david.vrabel@csr.com
1060L: linux-usb@vger.kernel.org
1061S: Supported
1062
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001063CFAG12864B LCD DRIVER
1064P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001065M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001066L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001067W: http://miguelojeda.es/auxdisplay.htm
1068W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001069S: Maintained
1070
1071CFAG12864BFB LCD FRAMEBUFFER DRIVER
1072P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001073M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001074L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001075W: http://miguelojeda.es/auxdisplay.htm
1076W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001077S: Maintained
1078
Johannes Berg704232c2007-04-23 12:20:05 -07001079CFG80211 and NL80211
1080P: Johannes Berg
1081M: johannes@sipsolutions.net
1082L: linux-wireless@vger.kernel.org
1083S: Maintained
1084
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001085CHECKPATCH
1086P: Andy Whitcroft
1087M: apw@shadowen.org
1088P: Randy Dunlap
1089M: rdunlap@xenotime.net
1090P: Joel Schopp
1091M: jschopp@austin.ibm.com
1092S: Supported
1093
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001094CISCO 10G ETHERNET DRIVER
1095P: Scott Feldman
1096M: scofeldm@cisco.com
1097P: Joe Eykholt
1098M: jeykholt@cisco.com
Joel Becker7063fbf2005-12-15 14:29:43 -08001099S: Supported
1100
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001101CIRRUS LOGIC EP93XX ETHERNET DRIVER
1102P: Lennert Buytenhek
1103M: kernel@wantstofly.org
1104L: netdev@vger.kernel.org
1105S: Maintained
1106
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001107CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1108P: Lennert Buytenhek
1109M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001110L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001111S: Maintained
1112
Timur Tabid9e9d822008-04-24 08:45:26 +10001113CIRRUS LOGIC CS4270 SOUND DRIVER
1114P: Timur Tabi
1115M: timur@freescale.com
1116L: alsa-devel@alsa-project.org
1117S: Supported
1118
Linus Torvalds1da177e2005-04-16 15:20:36 -07001119CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1120P: Cirrus Logic Corporation (kernel 2.2 driver)
1121M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1122P: Nils Faerber (port to kernel 2.4)
1123M: Nils Faerber <nils@kernelconcepts.de>
1124S: Maintained
1125
1126CODA FILE SYSTEM
1127P: Jan Harkes
1128M: jaharkes@cs.cmu.edu
1129M: coda@cs.cmu.edu
1130L: codalist@coda.cs.cmu.edu
1131W: http://www.coda.cs.cmu.edu/
1132S: Maintained
1133
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001134COMMON INTERNET FILE SYSTEM (CIFS)
1135P: Steve French
1136M: sfrench@samba.org
1137L: linux-cifs-client@lists.samba.org
1138L: samba-technical@lists.samba.org
1139W: http://linux-cifs.samba.org/
1140T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1141S: Supported
1142
Linus Torvalds1da177e2005-04-16 15:20:36 -07001143COMPACTPCI HOTPLUG CORE
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 ZIATECH ZT5550 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
1157COMPACTPCI HOTPLUG GENERIC DRIVER
1158P: Scott Murray
1159M: scottm@somanetworks.com
1160M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001161L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001162S: Supported
1163
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001164COMPAL LAPTOP SUPPORT
1165P: Cezary Jackiewicz
1166M: cezary.jackiewicz@gmail.com
1167S: Maintained
1168
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169COMPUTONE INTELLIPORT MULTIPORT CARD
1170P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001171M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001172W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001173S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001174
Simon Arlott949be0f2007-03-06 02:47:46 -08001175CONEXANT ACCESSRUNNER USB DRIVER
1176P: Simon Arlott
1177M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001178L: accessrunner-general@lists.sourceforge.net
1179W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001180S: Maintained
1181
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001182CONFIGFS
1183P: Joel Becker
1184M: joel.becker@oracle.com
1185L: linux-kernel@vger.kernel.org
1186S: Supported
1187
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001188CONTROL GROUPS (CGROUPS)
1189P: Paul Menage
1190M: menage@google.com
1191L: containers@lists.linux-foundation.org
1192S: Maintained
1193
Rudolf Marekbebe4672007-05-08 17:22:02 +02001194CORETEMP HARDWARE MONITORING DRIVER
1195P: Rudolf Marek
1196M: r.marek@assembler.cz
1197L: lm-sensors@lm-sensors.org
1198S: Maintained
1199
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200COSA/SRP SYNC SERIAL DRIVER
1201P: Jan "Yenya" Kasprzak
1202M: kas@fi.muni.cz
1203W: http://www.fi.muni.cz/~kas/cosa/
1204S: Maintained
1205
1206CPU FREQUENCY DRIVERS
1207P: Dave Jones
Dave Jonesf4432c52008-10-20 13:31:45 -04001208M: davej@redhat.com
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001209L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001211T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001212S: Maintained
1213
1214CPUID/MSR DRIVER
1215P: H. Peter Anvin
1216M: hpa@zytor.com
1217S: Maintained
1218
Paul Jacksoned90fb42005-09-27 21:45:37 -07001219CPUSETS
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001220P: Paul Menage
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001221M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001222L: linux-kernel@vger.kernel.org
1223W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001224W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001225S: Supported
1226
Linus Torvalds1da177e2005-04-16 15:20:36 -07001227CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001228W: http://sourceforge.net/projects/cramfs/
1229S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001230
1231CRIS PORT
1232P: Mikael Starvik
1233M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001234P: Jesper Nilsson
1235M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001236L: dev-etrax@axis.com
1237W: http://developer.axis.com
1238S: Maintained
1239
1240CRYPTO API
1241P: Herbert Xu
1242M: herbert@gondor.apana.org.au
1243P: David S. Miller
1244M: davem@davemloft.net
1245L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001246T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001247S: Maintained
1248
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001249CS5535 Audio ALSA driver
1250P: Jaya Kumar
1251M: jayakumar.alsa@gmail.com
1252S: Maintained
1253
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001254CX18 VIDEO4LINUX DRIVER
1255P: Hans Verkuil, Andy Walls
1256M: hverkuil@xs4all.nl, awalls@radix.net
1257L: ivtv-devel@ivtvdriver.org
1258L: ivtv-users@ivtvdriver.org
1259L: video4linux-list@redhat.com
1260W: http://linuxtv.org
1261S: Maintained
1262
Steve Wisee5ec3782008-05-20 14:06:33 -07001263CXGB3 ETHERNET DRIVER (CXGB3)
1264P: Divy Le Ray
1265M: divy@chelsio.com
1266L: netdev@vger.kernel.org
1267W: http://www.chelsio.com
1268S: Supported
1269
1270CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1271P: Steve Wise
1272M: swise@chelsio.com
1273L: general@lists.openfabrics.org
1274W: http://www.openfabrics.org
1275S: Supported
1276
Linus Torvalds1da177e2005-04-16 15:20:36 -07001277CYBERPRO FB DRIVER
1278P: Russell King
1279M: rmk@arm.linux.org.uk
1280W: http://www.arm.linux.org.uk/
1281S: Maintained
1282
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001283CYBLAFB FRAMEBUFFER DRIVER
1284P: Knut Petersen
1285M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001286L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001287S: Maintained
1288
Linus Torvalds1da177e2005-04-16 15:20:36 -07001289CYCLADES 2X SYNC CARD DRIVER
1290P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001291M: acme@ghostprotocols.net
1292W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293S: Maintained
1294
1295CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001296W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001297S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001298
1299CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001300W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001301S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302
Linus Torvalds1da177e2005-04-16 15:20:36 -07001303DAMA SLAVE for AX.25
1304P: Joerg Reuter
1305M: jreuter@yaina.de
1306W: http://yaina.de/jreuter/
1307W: http://www.qsl.net/dl1bke/
1308L: linux-hams@vger.kernel.org
1309S: Maintained
1310
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001311DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1312P: Tobias Ringstrom
1313M: tori@unhappy.mine.nu
1314L: netdev@vger.kernel.org
1315S: Maintained
1316
1317DC390/AM53C974 SCSI driver
1318P: Kurt Garloff
1319M: garloff@suse.de
1320W: http://www.garloff.de/kurt/linux/dc390/
1321P: Guennadi Liakhovetski
1322M: g.liakhovetski@gmx.de
1323S: Maintained
1324
Linus Torvalds1da177e2005-04-16 15:20:36 -07001325DC395x SCSI driver
1326P: Oliver Neukum
1327M: oliver@neukum.name
1328P: Ali Akcaagac
1329M: aliakc@web.de
1330P: Jamie Lenehan
1331M: lenehan@twibble.org
1332W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001333L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001334L: http://lists.twibble.org/mailman/listinfo/dc395x/
1335S: Maintained
1336
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001337DCCP PROTOCOL
1338P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001339M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001340L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001341W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001342S: Maintained
1343
Linus Torvalds1da177e2005-04-16 15:20:36 -07001344DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001345P: Christine Caulfield
1346M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001347W: http://linux-decnet.sourceforge.net
1348L: linux-decnet-user@lists.sourceforge.net
1349S: Maintained
1350
1351DEFXX FDDI NETWORK DRIVER
1352P: Maciej W. Rozycki
1353M: macro@linux-mips.org
1354S: Maintained
1355
1356DELL LAPTOP SMM DRIVER
1357P: Massimo Dal Zotto
1358M: dz@debian.org
1359W: http://www.debian.org/~dz/i8k/
1360S: Maintained
1361
Doug Warzecha90563ec2005-09-06 15:17:15 -07001362DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1363P: Doug Warzecha
1364M: Douglas_Warzecha@dell.com
1365S: Maintained
1366
Linus Torvalds1da177e2005-04-16 15:20:36 -07001367DEVICE NUMBER REGISTRY
1368P: Torben Mathiasen
1369M: device@lanana.org
1370W: http://lanana.org/docs/device-list/index.html
1371L: linux-kernel@vger.kernel.org
1372S: Maintained
1373
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001374DEVICE-MAPPER (LVM)
1375P: Alasdair Kergon
1376L: dm-devel@redhat.com
1377W: http://sources.redhat.com/dm
1378S: Maintained
1379
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380DIGI INTL. EPCA DRIVER
1381P: Digi International, Inc
1382M: Eng.Linux@digi.com
1383L: Eng.Linux@digi.com
1384W: http://www.digi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001385S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001386
Randy Dunlape7839f22008-10-12 16:11:45 -07001387DIRECTORY NOTIFICATION (DNOTIFY)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001388P: Stephen Rothwell
1389M: sfr@canb.auug.org.au
1390L: linux-kernel@vger.kernel.org
1391S: Supported
1392
1393DISK GEOMETRY AND PARTITION HANDLING
1394P: Andries Brouwer
1395M: aeb@cwi.nl
1396W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1397W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1398W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1399S: Maintained
1400
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001401DISKQUOTA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001402P: Jan Kara
1403M: jack@suse.cz
1404L: linux-kernel@vger.kernel.org
1405S: Maintained
1406
Randy Dunlape7839f22008-10-12 16:11:45 -07001407DISTRIBUTED LOCK MANAGER (DLM)
Christine Caulfield8943f262008-02-14 19:31:31 -08001408P: Christine Caulfield
1409M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001410P: David Teigland
1411M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001412L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001413W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001414T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001415S: Supported
1416
Dan Williamsb3e5f262007-08-07 10:26:35 -07001417DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001418P: Maciej Sosnowski
1419M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001420P: Dan Williams
1421M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001422L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001423S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001424
Juerg Haefligerb8250372007-06-09 10:11:16 -04001425DME1737 HARDWARE MONITOR DRIVER
1426P: Juerg Haefliger
1427M: juergh@gmail.com
1428L: lm-sensors@lm-sensors.org
1429S: Maintained
1430
Martin Waitzba483d52005-06-17 13:20:59 -07001431DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001432P: Randy Dunlap
1433M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001434S: Maintained
1435
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001436DOCKING STATION DRIVER
Len Brownc5d191b2008-09-24 02:53:25 -04001437P: Shaohua Li
1438M: shaohua.li@intel.com
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001439L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001440S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001441
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001442DOCUMENTATION (/Documentation directory)
Jean Delvare795fb7e2008-09-20 12:33:08 +02001443P: Michael Kerrisk
1444M: mtk.manpages@gmail.com
1445P: Randy Dunlap
1446M: rdunlap@xenotime.net
1447L: linux-doc@vger.kernel.org
1448S: Maintained
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001449
Linus Torvalds1da177e2005-04-16 15:20:36 -07001450DOUBLETALK DRIVER
1451P: James R. Van Zandt
1452M: jrv@vanzandt.mv.com
1453L: blinux-list@redhat.com
1454S: Maintained
1455
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001456DPT_I2O SCSI RAID DRIVER
1457P: Adaptec OEM Raid Solutions
1458M: aacraid@adaptec.com
1459L: linux-scsi@vger.kernel.org
1460W: http://www.adaptec.com/
1461S: Maintained
1462
Linus Torvalds1da177e2005-04-16 15:20:36 -07001463DRIVER CORE, KOBJECTS, AND SYSFS
1464P: Greg Kroah-Hartman
1465M: gregkh@suse.de
1466L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001467T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001468S: Supported
1469
1470DRM DRIVERS
1471P: David Airlie
1472M: airlied@linux.ie
1473L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001474T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475S: Maintained
1476
1477DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001478P: Francois Romieu
1479M: romieu@fr.zoreil.com
1480L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001481S: Maintained
1482
1483DVB SUBSYSTEM AND DRIVERS
1484P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001485M: v4l-dvb-maintainer@linuxtv.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02001486L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001487W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001488T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001489S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001490
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001491DZ DECSTATION DZ11 SERIAL DRIVER
1492P: Maciej W. Rozycki
1493M: macro@linux-mips.org
1494S: Maintained
1495
Linus Torvalds1da177e2005-04-16 15:20:36 -07001496EATA-DMA SCSI DRIVER
1497P: Michael Neuffer
1498L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1499S: Maintained
1500
1501EATA ISA/EISA/PCI SCSI DRIVER
1502P: Dario Ballabio
1503M: ballabio_dario@emc.com
1504L: linux-scsi@vger.kernel.org
1505S: Maintained
1506
1507EATA-PIO SCSI DRIVER
1508P: Michael Neuffer
1509M: mike@i-Connect.Net
1510L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1511S: Maintained
1512
1513EBTABLES
1514P: Bart De Schuymer
1515M: bart.de.schuymer@pandora.be
1516L: ebtables-user@lists.sourceforge.net
1517L: ebtables-devel@lists.sourceforge.net
1518W: http://ebtables.sourceforge.net/
1519S: Maintained
1520
Michael Halcrow237fead2006-10-04 02:16:22 -07001521ECRYPT FILE SYSTEM
1522P: Mike Halcrow, Phillip Hellewell
1523M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1524L: ecryptfs-devel@lists.sourceforge.net
1525W: http://ecryptfs.sourceforge.net/
1526S: Supported
1527
Alan Coxda9bb1d2006-01-18 17:44:13 -08001528EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001529P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001530M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001531L: bluesmoke-devel@lists.sourceforge.net
1532W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001533S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001534
1535EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001536P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001537P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001538M: mark.gross@intel.com
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
1544EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001545P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001546M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001547L: bluesmoke-devel@lists.sourceforge.net
1548W: bluesmoke.sourceforge.net
1549S: Maintained
1550
Douglas Thompson6bc78402007-07-19 01:50:12 -07001551EDAC-I82443BXGX
1552P: Tim Small
1553M: tim@buttersideup.com
1554L: bluesmoke-devel@lists.sourceforge.net
1555W: bluesmoke.sourceforge.net
1556S: Maintained
1557
1558EDAC-I3000
1559P: Jason Uhlenkott
1560M: juhlenko@akamai.com
1561L: bluesmoke-devel@lists.sourceforge.net
1562W: bluesmoke.sourceforge.net
1563S: Maintained
1564
1565EDAC-I5000
1566P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001567M: dougthompson@xmission.com
1568L: bluesmoke-devel@lists.sourceforge.net
1569W: bluesmoke.sourceforge.net
1570S: Maintained
1571
1572EDAC-I82975X
1573P: Ranganathan Desikan
1574P: Arvind R.
1575M: rdesikan@jetzbroadband.com
1576M: arvind@acarlab.com
1577L: bluesmoke-devel@lists.sourceforge.net
1578W: bluesmoke.sourceforge.net
1579S: Maintained
1580
1581EDAC-PASEMI
1582P: Egor Martovetsky
1583M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001584L: bluesmoke-devel@lists.sourceforge.net
1585W: bluesmoke.sourceforge.net
1586S: Maintained
1587
Dave Peterson0e438e32006-03-26 01:38:55 -08001588EDAC-R82600
1589P: Tim Small
1590M: tim@buttersideup.com
1591L: bluesmoke-devel@lists.sourceforge.net
1592W: bluesmoke.sourceforge.net
1593S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001594
Eric Coopere59f8792008-03-13 12:55:46 +01001595EEEPC LAPTOP EXTRAS DRIVER
1596P: Corentin Chary
1597M: corentincj@iksaif.net
1598L: acpi4asus-user@lists.sourceforge.net
1599W: http://sourceforge.net/projects/acpi4asus
1600S: Maintained
1601
Linus Torvalds1da177e2005-04-16 15:20:36 -07001602EEPRO100 NETWORK DRIVER
1603P: Andrey V. Savochkin
1604M: saw@saw.sw.com.sg
1605S: Maintained
1606
Josh Triplett0bee8d22006-07-30 03:03:58 -07001607EFS FILESYSTEM
1608W: http://aeschi.ch.eu.org/efs/
1609S: Orphan
1610
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001611EHCA (IBM GX bus InfiniBand adapter) DRIVER
Heiko J Schickfab97222006-09-22 15:22:22 -07001612P: Hoang-Nam Nguyen
1613M: hnguyen@de.ibm.com
1614P: Christoph Raisch
1615M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001616L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001617S: Supported
1618
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001619EMBEDDED LINUX
1620P: Paul Gortmaker
1621M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001622P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001623M: dwmw2@infradead.org
1624L: linux-embedded@vger.kernel.org
1625S: Maintained
1626
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001627EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001628P: James Smart
1629M: james.smart@emulex.com
1630L: linux-scsi@vger.kernel.org
1631W: http://sourceforge.net/projects/lpfcxxxx
1632S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001633
Linus Torvalds1da177e2005-04-16 15:20:36 -07001634EPSON 1355 FRAMEBUFFER DRIVER
1635P: Christopher Hoover
1636M: ch@murgatroid.com, ch@hpl.hp.com
1637S: Maintained
1638
Kristoffer Ericsond5ca9002008-10-15 22:03:54 -07001639EPSON S1D13XXX FRAMEBUFFER DRIVER
1640P: Kristoffer Ericson
1641M: kristoffer.ericson@gmail.com
1642S: Maintained
1643
Linus Torvalds1da177e2005-04-16 15:20:36 -07001644ETHEREXPRESS-16 NETWORK DRIVER
1645P: Philip Blundell
1646M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001647L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001648S: Maintained
1649
1650ETHERNET BRIDGE
1651P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001652M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001653L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001654W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001655S: Maintained
1656
1657ETHERTEAM 16I DRIVER
1658P: Mika Kuoppala
1659M: miku@iki.fi
1660S: Maintained
1661
1662EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001663L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664S: Maintained
1665
1666EXT3 FILE SYSTEM
1667P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001668M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001669L: linux-ext4@vger.kernel.org
1670S: Maintained
1671
1672EXT4 FILE SYSTEM
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001673P: Theodore Ts'o
1674M: tytso@mit.edu, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001675L: linux-ext4@vger.kernel.org
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001676W: http://ext4.wiki.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677S: Maintained
1678
Jean Delvaree53004e2006-01-09 23:26:14 +01001679F71805F HARDWARE MONITORING DRIVER
1680P: Jean Delvare
1681M: khali@linux-fr.org
1682L: lm-sensors@lm-sensors.org
1683S: Maintained
1684
Linus Torvalds1da177e2005-04-16 15:20:36 -07001685FARSYNC SYNCHRONOUS DRIVER
1686P: Kevin Curtis
1687M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001688W: http://www.farsite.co.uk/
1689S: Supported
1690
Akinobu Mitac5408b82007-04-23 14:41:20 -07001691FAULT INJECTION SUPPORT
1692P: Akinobu Mita
1693M: akinobu.mita@gmail.com
1694S: Supported
1695
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001696FILE LOCKING (flock() and fcntl()/lockf())
1697P: Matthew Wilcox
1698M: matthew@wil.cx
1699L: linux-fsdevel@vger.kernel.org
1700S: Maintained
1701
1702FILESYSTEMS (VFS and infrastructure)
1703P: Alexander Viro
1704M: viro@zeniv.linux.org.uk
1705L: linux-fsdevel@vger.kernel.org
1706S: Maintained
1707
1708FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1709P: Kristian Hoegsberg, Stefan Richter
1710M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1711L: linux1394-devel@lists.sourceforge.net
1712W: http://www.linux1394.org/
1713T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1714S: Maintained
1715
1716FIRMWARE LOADER (request_firmware)
1717L: linux-kernel@vger.kernel.org
1718S: Orphan
1719
1720FPU EMULATOR
1721P: Bill Metzenthen
1722M: billm@suburbia.net
1723W: http://suburbia.net/~billm/floating-point/emulator/
1724S: Maintained
1725
1726FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1727P: Mike McLagan
1728M: mike.mclagan@linux.org
1729L: netdev@vger.kernel.org
1730S: Maintained
1731
Linus Torvalds1da177e2005-04-16 15:20:36 -07001732FRAMEBUFFER LAYER
1733P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001734M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001735L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001736W: http://linux-fbdev.sourceforge.net/
1737S: Maintained
1738
Zhang Wei173acc72008-03-01 07:42:48 -07001739FREESCALE DMA DRIVER
Zhang Wei76b0c782008-05-13 14:44:59 -07001740P: Li Yang
1741M: leoli@freescale.com
1742P: Zhang Wei
1743M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001744L: linuxppc-embedded@ozlabs.org
1745L: linux-kernel@vger.kernel.org
1746S: Maintained
1747
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001748FREESCALE I2C CPM DRIVER
1749P: Jochen Friedrich
1750M: jochen@scram.de
1751L: linuxppc-dev@ozlabs.org
1752L: i2c@lm-sensors.org
1753S: Maintained
1754
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001755FREESCALE SOC FS_ENET DRIVER
1756P: Pantelis Antoniou
1757M: pantelis.antoniou@gmail.com
1758P: Vitaly Bordug
1759M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001760L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001761L: netdev@vger.kernel.org
1762S: Maintained
1763
Timur Tabid9e9d822008-04-24 08:45:26 +10001764FREESCALE QUICC ENGINE LIBRARY
1765P: Timur Tabi
1766M: timur@freescale.com
1767L: linuxppc-dev@ozlabs.org
1768S: Supported
1769
Li Yanga7205b32007-04-23 10:38:18 -07001770FREESCALE HIGHSPEED USB DEVICE DRIVER
1771P: Li Yang
1772M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001773L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001774L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001775S: Maintained
1776
Li Yangbeaf53b2007-05-25 13:54:02 +08001777FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1778P: Li Yang
1779M: leoli@freescale.com
1780L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001781L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001782S: Maintained
1783
Timur Tabid9e9d822008-04-24 08:45:26 +10001784FREESCALE QUICC ENGINE UCC UART DRIVER
1785P: Timur Tabi
1786M: timur@freescale.com
1787L: linuxppc-dev@ozlabs.org
1788S: Supported
1789
1790FREESCALE SOC SOUND DRIVERS
1791P: Timur Tabi
1792M: timur@freescale.com
1793L: alsa-devel@alsa-project.org
1794L: linuxppc-dev@ozlabs.org
1795S: Supported
1796
Linus Torvalds1da177e2005-04-16 15:20:36 -07001797FREEVXFS FILESYSTEM
1798P: Christoph Hellwig
1799M: hch@infradead.org
1800W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1801S: Maintained
1802
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001803FTRACE
1804P: Steven Rostedt
1805M: srostedt@redhat.com
1806S: Maintained
1807
David Howells5ab7ffe2007-04-10 15:10:45 +01001808FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001809P: David Howells
1810M: dhowells@redhat.com
1811S: Maintained
1812
Jonathan Woithe20b93732008-06-11 10:14:56 +09301813FUJITSU LAPTOP EXTRAS
1814P: Jonathan Woithe
1815M: jwoithe@physics.adelaide.edu.au
1816L: linux-acpi@vger.kernel.org
1817S: Maintained
1818
Miklos Szeredi04578f12005-09-09 13:10:22 -07001819FUSE: FILESYSTEM IN USERSPACE
1820P: Miklos Szeredi
1821M: miklos@szeredi.hu
1822L: fuse-devel@lists.sourceforge.net
1823W: http://fuse.sourceforge.net/
1824S: Maintained
1825
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1827P: Rik Faith
1828M: faith@cs.unc.edu
1829L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001830S: Odd Fixes (e.g., new signatures)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831
1832GDT SCSI DISK ARRAY CONTROLLER DRIVER
1833P: Achim Leubner
1834M: achim_leubner@adaptec.com
1835L: linux-scsi@vger.kernel.org
1836W: http://www.icp-vortex.com/
1837S: Supported
1838
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001839GENERIC GPIO I2C DRIVER
1840P: Haavard Skinnemoen
1841M: hskinnemoen@atmel.com
1842S: Supported
1843
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1845P: Krzysztof Halasa
1846M: khc@pm.waw.pl
1847W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1848S: Maintained
1849
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001850GFS2 FILE SYSTEM
1851P: Steven Whitehouse
1852M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001853L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001854W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001855T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1856T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001857S: Supported
1858
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001859GIGASET ISDN DRIVERS
1860P: Hansjoerg Lipp
1861M: hjlipp@web.de
1862P: Tilman Schmidt
1863M: tilman@imap.cc
1864L: gigaset307x-common@lists.sourceforge.net
1865W: http://gigaset307x.sourceforge.net/
1866S: Maintained
1867
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001868HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1869P: Robert Love
1870M: rlove@rlove.org
1871M: linux-kernel@vger.kernel.org
1872W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1873S: Maintained
1874
Jean Delvare5b543962005-08-15 19:51:02 +02001875HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001876L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001877W: http://www.lm-sensors.org/
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001878S: Orphan
Jean Delvare5b543962005-08-15 19:51:02 +02001879
Michael Buesch844dd052006-06-26 00:24:59 -07001880HARDWARE RANDOM NUMBER GENERATOR CORE
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001881S: Orphan
Michael Buesch844dd052006-06-26 00:24:59 -07001882
Linus Torvalds1da177e2005-04-16 15:20:36 -07001883HARMONY SOUND DRIVER
1884P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001885M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001886L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001887S: Maintained
1888
1889HAYES ESP SERIAL DRIVER
1890P: Andrew J. Robinson
1891M: arobinso@nyx.net
1892L: linux-kernel@vger.kernel.org
1893W: http://www.nyx.net/~arobinso
1894S: Maintained
1895
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001896HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1897P: Chirag Kantharia
1898M: chirag.kantharia@hp.com
1899L: iss_storagedev@hp.com
1900S: Maintained
1901
1902HEWLETT-PACKARD SMART2 RAID DRIVER
1903P: Chirag Kantharia
1904M: chirag.kantharia@hp.com
1905L: iss_storagedev@hp.com
1906S: Maintained
1907
1908HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1909P: Mike Miller
1910M: mike.miller@hp.com
1911L: iss_storagedev@hp.com
1912S: Supported
1913
Linus Torvalds1da177e2005-04-16 15:20:36 -07001914HFS FILESYSTEM
1915P: Roman Zippel
1916M: zippel@linux-m68k.org
1917L: linux-kernel@vger.kernel.org
1918S: Maintained
1919
1920HGA FRAMEBUFFER DRIVER
1921P: Ferenc Bakonyi
1922M: fero@drama.obuda.kando.hu
1923L: linux-nvidia@lists.surfsouth.com
1924W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1925S: Maintained
1926
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001927HIBERNATION (aka Software Suspend, aka swsusp)
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001928P: Pavel Machek
1929M: pavel@suse.cz
1930P: Rafael J. Wysocki
1931M: rjw@sisk.pl
1932L: linux-pm@lists.linux-foundation.org
1933S: Supported
1934
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001935HID CORE LAYER
1936P: Jiri Kosina
1937M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001938L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001939T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001940S: Maintained
1941
Ingo Molnar38bed542007-02-22 09:09:34 +01001942HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1943P: Thomas Gleixner
1944M: tglx@linutronix.de
1945L: linux-kernel@vger.kernel.org
1946S: Maintained
1947
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948HIGH-SPEED SCC DRIVER FOR AX.25
1949P: Klaus Kudielka
1950M: klaus.kudielka@ieee.org
1951L: linux-hams@vger.kernel.org
1952W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1953S: Maintained
1954
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001955HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1956P: HighPoint Linux Team
1957M: linux@highpoint-tech.com
1958W: http://www.highpoint-tech.com
1959S: Supported
1960
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961HIPPI
1962P: Jes Sorensen
1963M: jes@trained-monkey.org
1964L: linux-hippi@sunsite.dk
1965S: Maintained
1966
Jouni Malinenff1d2762005-05-12 22:54:16 -04001967HOST AP DRIVER
1968P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001969M: j@w1.fi
1970L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001971L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001972W: http://hostap.epitest.fi/
1973S: Maintained
1974
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001975HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1976P: Carlos Corbacho
1977M: carlos@strangeworlds.co.uk
1978S: Odd Fixes
1979
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001980HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1981P: Jaroslav Kysela
1982M: perex@perex.cz
1983S: Maintained
1984
Clemens Ladischd36e74c2008-07-23 21:26:46 -07001985HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08001986P: Clemens Ladisch
1987M: clemens@ladisch.de
1988S: Maintained
1989
1990HPET: i386
1991P: Venkatesh Pallipadi (Venki)
1992M: venkatesh.pallipadi@intel.com
1993S: Maintained
1994
1995HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001996P: Vojtech Pavlik
1997M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001998S: Maintained
1999
2000HPET: ACPI hpet.c
2001P: Bob Picco
2002M: bob.picco@hp.com
2003S: Maintained
2004
Linus Torvalds1da177e2005-04-16 15:20:36 -07002005HPFS FILESYSTEM
2006P: Mikulas Patocka
2007M: mikulas@artax.karlin.mff.cuni.cz
2008W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2009S: Maintained
2010
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002011HTCPEN TOUCHSCREEN DRIVER
2012P: Pau Oliva Fora
2013M: pof@eslack.org
2014L: linux-input@vger.kernel.org
2015S: Maintained
2016
Linus Torvalds1da177e2005-04-16 15:20:36 -07002017HUGETLB FILESYSTEM
2018P: William Irwin
2019M: wli@holomorphy.com
2020S: Maintained
2021
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002022I2C/SMBUS STUB DRIVER
2023P: Mark M. Hoffman
2024M: mhoffman@lightlink.com
Jean Delvare17a172f2008-09-24 13:39:22 +02002025L: i2c@lm-sensors.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002026S: Maintained
2027
Jean Delvare5b543962005-08-15 19:51:02 +02002028I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002029P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002030M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002031P: Ben Dooks (embedded platforms)
2032M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02002033L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08002034T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035S: Maintained
2036
Till Harbaume8c76ee2007-05-01 23:26:35 +02002037I2C-TINY-USB DRIVER
2038P: Till Harbaum
2039M: till@harbaum.org
2040L: i2c@lm-sensors.org
2041T: http://www.harbaum.org/till/i2c_tiny_usb
2042S: Maintained
2043
Linus Torvalds1da177e2005-04-16 15:20:36 -07002044i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002045P: H. Peter Anvin
2046M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002047L: Linux-Kernel@vger.kernel.org
2048S: Maintained
2049
2050i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002051P: H. Peter Anvin
2052M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002053T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002054S: Maintained
2055
Linus Torvalds1da177e2005-04-16 15:20:36 -07002056IA64 (Itanium) PLATFORM
2057P: Tony Luck
2058M: tony.luck@intel.com
2059L: linux-ia64@vger.kernel.org
2060W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002061T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002062S: Maintained
2063
Linus Torvalds1da177e2005-04-16 15:20:36 -07002064IBM MCA SCSI SUBSYSTEM DRIVER
2065P: Michael Lang
2066M: langa2@kph.uni-mainz.de
2067W: http://www.uni-mainz.de/~langm000/linux.html
2068S: Maintained
2069
2070IBM Power Linux RAID adapter
2071P: Brian King
2072M: brking@us.ibm.com
2073S: Supported
2074
2075IBM ServeRAID RAID DRIVER
2076P: Jack Hammer
2077P: Dave Jeffery
2078M: ipslinux@adaptec.com
2079W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002080S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002082IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002083P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002084M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002085L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002086T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002087S: Maintained
2088
2089IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002090P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002091M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002092L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002093S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094
2095IDE/ATAPI FLOPPY DRIVERS
2096P: Paul Bristow
2097M: Paul Bristow <paul@paulbristow.net>
2098W: http://paulbristow.net/linux/idefloppy.html
2099L: linux-kernel@vger.kernel.org
2100S: Maintained
2101
2102IDE/ATAPI TAPE DRIVERS
2103P: Gadi Oxman
2104M: Gadi Oxman <gadio@netvision.net.il>
2105L: linux-kernel@vger.kernel.org
2106S: Maintained
2107
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002108IDE-SCSI DRIVER
2109L: linux-ide@vger.kernel.org
2110L: linux-scsi@vger.kernel.org
2111S: Orphan
2112
Andy Henroid27471fd2008-10-09 11:45:22 -07002113IDLE-I7300
2114P: Andy Henroid
2115M: andrew.d.henroid@intel.com
2116L: linux-pm@lists.linux-foundation.org
2117S: Supported
2118
Stefan Richterf148e202008-01-12 12:32:44 +01002119IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002121M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002122P: Stefan Richter
2123M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002124L: linux1394-devel@lists.sourceforge.net
2125W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002126T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127S: Maintained
2128
Stefan Richterf51a5a92007-04-23 14:41:10 -07002129IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002130P: Dan Dennedy
2131M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002132P: Stefan Richter
2133M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002135S: Maintained
2136
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002138L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002139S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140
2141INFINIBAND SUBSYSTEM
2142P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002143M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002145M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002146P: Hal Rosenstock
Jean Delvare795fb7e2008-09-20 12:33:08 +02002147M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002148L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002149W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002150T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151S: Supported
2152
Robert Lovec9f04f52005-07-15 12:21:07 -04002153INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01002154P: John McCutchan
2155M: ttb@tentacle.dhs.org
2156P: Robert Love
2157M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002158L: linux-kernel@vger.kernel.org
2159S: Maintained
2160
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002161INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2162P: Dmitry Torokhov
2163M: dmitry.torokhov@gmail.com
2164M: dtor@mail.ru
2165L: linux-input@vger.kernel.org
2166T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2167S: Maintained
2168
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002169INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002170P: Sylvain Meyer
2171M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002172L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002173S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002174
Linus Torvalds1da177e2005-04-16 15:20:36 -07002175INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002176P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002177M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002178L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002179S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180
Thomas, Sujithf4a9bc42008-11-05 16:15:31 +05302181INTEL MENLOW THERMAL DRIVER
2182P: Sujith Thomas
2183M: sujith.thomas@intel.com
2184L: linux-acpi@vger.kernel.org
2185W: http://www.lesswatts.org/projects/acpi/
2186S: Supported
2187
Linus Torvalds1da177e2005-04-16 15:20:36 -07002188INTEL IA32 MICROCODE UPDATE SUPPORT
2189P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002190M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002191S: Maintained
2192
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002193INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002194P: Maciej Sosnowski
2195M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002196L: linux-kernel@vger.kernel.org
2197S: Supported
2198
David Woodhouse6c8909b2008-10-18 16:12:17 +01002199INTEL IOMMU (VT-d)
2200P: David Woodhouse
2201M: dwmw2@infradead.org
2202L: iommu@lists.linux-foundation.org
2203T: git://git.infradead.org/iommu-2.6.git
2204S: Supported
2205
Dan Williamsb3e5f262007-08-07 10:26:35 -07002206INTEL IOP-ADMA DMA DRIVER
2207P: Dan Williams
2208M: dan.j.williams@intel.com
2209L: linux-kernel@vger.kernel.org
2210S: Supported
2211
Michael Buesch844dd052006-06-26 00:24:59 -07002212INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2213P: Deepak Saxena
2214M: dsaxena@plexity.net
2215S: Maintained
2216
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002217INTEL IXP2000 ETHERNET DRIVER
2218P: Lennert Buytenhek
2219M: kernel@wantstofly.org
2220L: netdev@vger.kernel.org
2221S: Maintained
2222
Auke Kokd94e6fe2008-03-03 14:37:47 -08002223INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002224P: Jeff Kirsher
2225M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002226P: Jesse Brandeburg
2227M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002228P: Bruce Allan
2229M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002230P: PJ Waskiewicz
2231M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002232P: John Ronciak
2233M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002234L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002235W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002236S: Supported
2237
James Ketrenos826d2ab2005-11-07 18:56:59 -06002238INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002239P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002240M: yi.zhu@intel.com
2241P: James Ketrenos
2242M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002243P: Reinette Chatre
2244M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002245L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002246L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002247W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002248W: http://ipw2100.sourceforge.net
2249S: Supported
2250
2251INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002252P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002253M: yi.zhu@intel.com
2254P: James Ketrenos
2255M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002256P: Reinette Chatre
2257M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002258L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002259L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002260W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002261W: http://ipw2200.sourceforge.net
2262S: Supported
2263
Zhu Yib481de92007-09-25 17:54:57 -07002264INTEL WIRELESS WIFI LINK (iwlwifi)
2265P: Zhu Yi
2266M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002267P: Reinette Chatre
2268M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002269L: linux-wireless@vger.kernel.org
2270L: ipw3945-devel@lists.sourceforge.net
2271W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002272T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002273S: Supported
2274
Ralf Baechlecb109a02007-08-30 23:56:30 -07002275IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002276P: Ralf Baechle
2277M: ralf@linux-mips.org
2278L: linux-mips@linux-mips.org
2279S: Maintained
2280
Ralf Baechlecb109a02007-08-30 23:56:30 -07002281IOC3 SERIAL DRIVER
2282P: Pat Gefre
2283M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002284L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002285S: Maintained
2286
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002287IP MASQUERADING
Linus Torvalds1da177e2005-04-16 15:20:36 -07002288P: Juanjo Ciarlante
2289M: jjciarla@raiz.uncu.edu.ar
2290S: Maintained
2291
Francois Romieu1202d6f2007-09-17 17:13:55 -07002292IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2293P: Francois Romieu
2294M: romieu@fr.zoreil.com
2295P: Sorbica Shieh
2296M: sorbica@icplus.com.tw
2297P: Jesse Huang
2298M: jesse@icplus.com.tw
2299L: netdev@vger.kernel.org
2300S: Maintained
2301
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002302IPATH DRIVER
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002303P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002304M: infinipath@qlogic.com
2305L: general@lists.openfabrics.org
2306T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002307S: Supported
2308
Corey Minyard4409ebe2006-04-20 02:43:12 -07002309IPMI SUBSYSTEM
2310P: Corey Minyard
2311M: minyard@acm.org
2312L: openipmi-developer@lists.sourceforge.net
2313W: http://openipmi.sourceforge.net/
2314S: Supported
2315
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002316IPS SCSI RAID DRIVER
2317P: Adaptec OEM Raid Solutions
2318M: aacraid@adaptec.com
2319L: linux-scsi@vger.kernel.org
2320W: http://www.adaptec.com/
2321S: Maintained
2322
2323IPVS
2324P: Wensong Zhang
2325M: wensong@linux-vs.org
2326P: Simon Horman
2327M: horms@verge.net.au
2328P: Julian Anastasov
2329M: ja@ssi.bg
Ralf Baechle979b6c12005-06-13 14:30:40 -07002330L: netdev@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002331L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002332S: Maintained
2333
Randy Dunlape7839f22008-10-12 16:11:45 -07002334IPWIRELESS DRIVER
David Sterba099dc4f2008-02-07 10:57:12 +01002335P: Jiri Kosina
2336M: jkosina@suse.cz
2337P: David Sterba
2338M: dsterba@suse.cz
2339S: Maintained
2340T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2341
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002342IPX NETWORK LAYER
2343P: Arnaldo Carvalho de Melo
2344M: acme@ghostprotocols.net
2345L: netdev@vger.kernel.org
2346S: Maintained
2347
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002349P: Samuel Ortiz
2350M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002351L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002353S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002355ISAPNP
2356P: Jaroslav Kysela
2357M: perex@perex.cz
2358S: Maintained
2359
Mike Christie14816b12007-11-28 16:22:06 -08002360ISCSI
2361P: Mike Christie
2362M: michaelc@cs.wisc.edu
2363L: open-iscsi@googlegroups.com
2364W: www.open-iscsi.org
2365T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2366S: Maintained
2367
Linus Torvalds1da177e2005-04-16 15:20:36 -07002368ISDN SUBSYSTEM
2369P: Karsten Keil
2370M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002371L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002372W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002373T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002374S: Maintained
2375
2376ISDN SUBSYSTEM (Eicon active card driver)
2377P: Armin Schindler
2378M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002379L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002380W: http://www.melware.de
2381S: Maintained
2382
Hans Verkuil91821ff2007-12-02 09:35:33 -03002383IVTV VIDEO4LINUX DRIVER
2384P: Hans Verkuil
2385M: hverkuil@xs4all.nl
2386L: ivtv-devel@ivtvdriver.org
2387L: ivtv-users@ivtvdriver.org
2388L: video4linux-list@redhat.com
2389W: http://www.ivtvdriver.org
2390S: Maintained
2391
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002392JFS FILESYSTEM
2393P: Dave Kleikamp
2394M: shaggy@austin.ibm.com
2395L: jfs-discussion@lists.sourceforge.net
2396W: http://jfs.sourceforge.net/
2397T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2398S: Supported
2399
Guo-Fu Tseng95252232008-09-16 01:00:11 +08002400JME NETWORK DRIVER
2401P: Guo-Fu Tseng
2402M: cooldavid@cooldavid.org
2403L: netdev@vger.kernel.org
2404S: Maintained
2405
Linus Torvalds1da177e2005-04-16 15:20:36 -07002406JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2407P: David Woodhouse
2408M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002409L: linux-mtd@lists.infradead.org
2410W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411S: Maintained
2412
Josh Triplettde456d32006-07-30 03:04:00 -07002413JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002414P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002415M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002416L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002417S: Maintained
2418
Rudolf Marek4660cb32006-10-08 22:01:26 +02002419K8TEMP HARDWARE MONITORING DRIVER
2420P: Rudolf Marek
2421M: r.marek@assembler.cz
2422L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002423S: Maintained
2424
2425KCONFIG
2426P: Roman Zippel
2427M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002428L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002429S: Maintained
2430
Vivek Goyalea6c2082006-05-20 14:59:55 -07002431KDUMP
2432P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002433M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002434P: Haren Myneni
2435M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002436L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002437L: linux-kernel@vger.kernel.org
2438W: http://lse.sourceforge.net/kdump/
2439S: Maintained
2440
Linus Torvalds1da177e2005-04-16 15:20:36 -07002441KERNEL AUTOMOUNTER (AUTOFS)
2442P: H. Peter Anvin
2443M: hpa@zytor.com
2444L: autofs@linux.kernel.org
2445S: Odd Fixes
2446
2447KERNEL AUTOMOUNTER v4 (AUTOFS4)
2448P: Ian Kent
2449M: raven@themaw.net
2450L: autofs@linux.kernel.org
2451S: Maintained
2452
2453KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002454P: Sam Ravnborg
2455M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002456T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2457T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002458L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002459S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002460
2461KERNEL JANITORS
2462P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002463L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002464W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002465S: Maintained
2466
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002467KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002468P: J. Bruce Fields
2469M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002470P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002471M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002472L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002473W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002474S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002475
Avi Kivity426d62e2006-12-13 00:34:03 -08002476KERNEL VIRTUAL MACHINE (KVM)
2477P: Avi Kivity
Avi Kivity9ea1de42008-09-19 19:25:30 -07002478M: avi@redhat.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002479L: kvm@vger.kernel.org
2480W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002481S: Supported
2482
Joerg Roedelad8003d2008-09-10 20:01:07 +02002483KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2484P: Joerg Roedel
2485M: joerg.roedel@amd.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002486L: kvm@vger.kernel.org
2487W: http://kvm.qumranet.com
2488S: Supported
2489
Hollis Blanchard513014b2008-04-16 23:28:08 -05002490KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2491P: Hollis Blanchard
2492M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002493L: kvm-ppc@vger.kernel.org
2494W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002495S: Supported
2496
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002497KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002498P: Anthony Xu
2499M: anthony.xu@intel.com
2500P: Xiantao Zhang
2501M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002502L: kvm-ia64@vger.kernel.org
2503W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002504S: Supported
2505
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002506KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2507P: Carsten Otte
2508M: cotte@de.ibm.com
2509P: Christian Borntraeger
2510M: borntraeger@de.ibm.com
2511M: linux390@de.ibm.com
2512L: linux-s390@vger.kernel.org
2513W: http://www.ibm.com/developerworks/linux/linux390/
2514S: Supported
2515
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002516KEXEC
2517P: Eric Biederman
2518M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002519W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002520L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002521L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002522S: Maintained
2523
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002524KGDB
2525P: Jason Wessel
2526M: jason.wessel@windriver.com
2527L: kgdb-bugreport@lists.sourceforge.net
2528S: Maintained
2529
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002530KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002531P: Ananth N Mavinakayanahalli
2532M: ananth@in.ibm.com
2533P: Anil S Keshavamurthy
2534M: anil.s.keshavamurthy@intel.com
2535P: David S. Miller
2536M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002537P: Masami Hiramatsu
2538M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002539L: linux-kernel@vger.kernel.org
2540S: Maintained
2541
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002542KS0108 LCD CONTROLLER DRIVER
2543P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002544M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002545L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002546W: http://miguelojeda.es/auxdisplay.htm
2547W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002548S: Maintained
2549
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002551L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002552S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553
2554LASI 53c700 driver for PARISC
2555P: James E.J. Bottomley
2556M: James.Bottomley@HansenPartnership.com
2557L: linux-scsi@vger.kernel.org
2558S: Maintained
2559
Richard Purdie263de9b2006-05-15 09:44:16 -07002560LED SUBSYSTEM
2561P: Richard Purdie
2562M: rpurdie@rpsys.net
2563S: Maintained
2564
Linus Torvalds1da177e2005-04-16 15:20:36 -07002565LEGO USB Tower driver
2566P: Juergen Stuber
2567M: starblue@users.sourceforge.net
2568L: legousb-devel@lists.sourceforge.net
2569W: http://legousb.sourceforge.net/
2570S: Maintained
2571
Rusty Russell568a17f2007-10-25 14:12:24 +10002572LGUEST
2573P: Rusty Russell
2574M: rusty@rustcorp.com.au
2575L: lguest@ozlabs.org
2576W: http://lguest.ozlabs.org/
2577S: Maintained
2578
Linus Torvalds1da177e2005-04-16 15:20:36 -07002579LINUX FOR IBM pSERIES (RS/6000)
2580P: Paul Mackerras
2581M: paulus@au.ibm.com
2582W: http://www.ibm.com/linux/ltc/projects/ppc
2583S: Supported
2584
2585LINUX FOR NCR VOYAGER
2586P: James Bottomley
2587M: James.Bottomley@HansenPartnership.com
2588W: http://www.hansenpartnership.com/voyager
2589S: Maintained
2590
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002591LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002592P: Paul Mackerras
2593M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002594P: Benjamin Herrenschmidt
2595M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596W: http://www.penguinppc.org/
2597L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002598T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599S: Supported
2600
2601LINUX FOR POWER MACINTOSH
2602P: Benjamin Herrenschmidt
2603M: benh@kernel.crashing.org
2604W: http://www.penguinppc.org/
2605L: linuxppc-dev@ozlabs.org
2606S: Maintained
2607
Grant Likely77a76362008-07-12 12:11:43 -06002608LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002609P: Sylvain Munaut
2610M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002611P: Grant Likely
2612M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002614S: Maintained
2615
2616LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002617P: Josh Boyer
2618M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002619P: Matt Porter
2620M: mporter@kernel.crashing.org
2621W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002622L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002623T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002624S: Maintained
2625
Grant Likely260c02a2007-10-02 12:15:34 +10002626LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2627P: Grant Likely
2628M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002629W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002630L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002631S: Maintained
2632
Tom Rinie93adf12005-07-26 12:49:53 -07002633LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002634P: Vitaly Bordug
2635M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002636P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002637M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002638W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002639L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002640S: Maintained
2641
Linus Torvalds1da177e2005-04-16 15:20:36 -07002642LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002643P: Kumar Gala
2644M: galak@kernel.crashing.org
2645W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002646L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002647S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002648
Olof Johanssonab06ff32006-09-06 14:44:54 -05002649LINUX FOR POWERPC PA SEMI PWRFICIENT
2650P: Olof Johansson
2651M: olof@lixom.net
2652W: http://www.pasemi.com/
2653L: linuxppc-dev@ozlabs.org
2654S: Supported
2655
Linus Torvalds1da177e2005-04-16 15:20:36 -07002656LINUX SECURITY MODULE (LSM) FRAMEWORK
2657P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002658M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002659L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002660T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002661S: Supported
2662
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002663LLC (802.2)
2664P: Arnaldo Carvalho de Melo
2665M: acme@ghostprotocols.net
2666S: Maintained
2667
Linus Torvalds1da177e2005-04-16 15:20:36 -07002668LM83 HARDWARE MONITOR DRIVER
2669P: Jean Delvare
2670M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002671L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002672S: Maintained
2673
2674LM90 HARDWARE MONITOR DRIVER
2675P: Jean Delvare
2676M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002677L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002678S: Maintained
2679
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002680LOCKDEP AND LOCKSTAT
2681P: Peter Zijlstra
2682M: peterz@infradead.org
2683P: Ingo Molnar
2684M: mingo@redhat.com
2685L: linux-kernel@vger.kernel.org
2686T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2687S: Maintained
2688
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002689LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690P: Richard Russon (FlatCap)
2691M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002692L: linux-ntfs-dev@lists.sourceforge.net
2693W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002694S: Maintained
2695
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002696LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2697P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002698M: Eric.Moore@lsi.com
2699M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002700L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002701L: linux-scsi@vger.kernel.org
2702W: http://www.lsilogic.com/support
2703S: Supported
2704
Linus Torvalds1da177e2005-04-16 15:20:36 -07002705LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2706P: Matthew Wilcox
2707M: matthew@wil.cx
2708L: linux-scsi@vger.kernel.org
2709S: Maintained
2710
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002711M32R ARCHITECTURE
2712P: Hirokazu Takata
2713M: takata@linux-m32r.org
2714L: linux-m32r@ml.linux-m32r.org
2715L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2716W: http://www.linux-m32r.org/
2717S: Maintained
2718
Linus Torvalds1da177e2005-04-16 15:20:36 -07002719M68K ARCHITECTURE
2720P: Geert Uytterhoeven
2721M: geert@linux-m68k.org
2722P: Roman Zippel
2723M: zippel@linux-m68k.org
2724L: linux-m68k@lists.linux-m68k.org
2725W: http://www.linux-m68k.org/
2726W: http://linux-m68k-cvs.ubb.ca/
2727S: Maintained
2728
2729M68K ON APPLE MACINTOSH
2730P: Joshua Thompson
2731M: funaho@jurai.org
2732W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002733L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002734S: Maintained
2735
2736M68K ON HP9000/300
2737P: Philip Blundell
2738M: philb@gnu.org
2739W: http://www.tazenda.demon.co.uk/phil/linux-hp
2740S: Maintained
2741
Jiri Benc64a327a2007-05-05 11:47:08 -07002742MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002743P: Johannes Berg
2744M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002745P: Michael Wu
2746M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002747L: linux-wireless@vger.kernel.org
2748W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002749T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002750S: Maintained
2751
Stefano Brivio1036d862007-12-23 04:46:27 +01002752MAC80211 PID RATE CONTROL
2753P: Stefano Brivio
2754M: stefano.brivio@polimi.it
2755P: Mattias Nissler
2756M: mattias.nissler@gmx.de
2757L: linux-wireless@vger.kernel.org
2758W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2759T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2760S: Maintained
2761
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002762MACVLAN DRIVER
2763P: Patrick McHardy
2764M: kaber@trash.net
2765L: netdev@vger.kernel.org
2766S: Maintained
2767
Michael Kerriskfaf16682005-07-31 22:34:47 -07002768MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002769P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002770M: mtk.manpages@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02002771W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07002772L: linux-man@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02002773S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002774
Stefano Brivio74cda162007-11-19 20:27:46 +01002775MARVELL LIBERTAS WIRELESS DRIVER
2776P: Dan Williams
2777M: dcbw@redhat.com
2778L: libertas-dev@lists.infradead.org
2779S: Maintained
2780
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002781MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002782P: Lennert Buytenhek
2783M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002784L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002785S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002786
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002787MARVELL YUKON / SYSKONNECT DRIVER
2788P: Mirko Lindner
2789M: mlindner@syskonnect.de
2790P: Ralph Roesler
2791M: rroesler@syskonnect.de
2792W: http://www.syskonnect.com
2793S: Supported
2794
Linus Torvalds1da177e2005-04-16 15:20:36 -07002795MATROX FRAMEBUFFER DRIVER
2796P: Petr Vandrovec
2797M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002798L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002799S: Maintained
2800
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002801MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2802P: Hans J. Koch
2803M: hjk@linutronix.de
2804L: lm-sensors@lm-sensors.org
2805S: Maintained
2806
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002807MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002808P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002809M: megaraidlinux@lsi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002810L: linux-scsi@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002811W: http://megaraid.lsilogic.com
2812S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002813
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002814MEMORY MANAGEMENT
2815L: linux-mm@kvack.org
2816L: linux-kernel@vger.kernel.org
2817W: http://www.linux-mm.org
2818S: Maintained
2819
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002820MEMORY RESOURCE CONTROLLER
2821P: Balbir Singh
2822M: balbir@linux.vnet.ibm.com
2823P: Pavel Emelyanov
2824M: xemul@openvz.org
2825P: KAMEZAWA Hiroyuki
2826M: kamezawa.hiroyu@jp.fujitsu.com
2827L: linux-mm@kvack.org
2828L: linux-kernel@vger.kernel.org
2829S: Maintained
2830
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002831MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002832P: David Woodhouse
2833M: dwmw2@infradead.org
2834W: http://www.linux-mtd.infradead.org/
2835L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002836T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002837S: Maintained
2838
2839MICROTEK X6 SCANNER
2840P: Oliver Neukum
2841M: oliver@neukum.name
2842S: Maintained
2843
2844MIPS
2845P: Ralf Baechle
2846M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002847W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002848L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002849T: git www.linux-mips.org:/pub/scm/linux.git
2850S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002851
2852MISCELLANEOUS MCA-SUPPORT
2853P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002854M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002855L: linux-kernel@vger.kernel.org
2856S: Maintained
2857
2858MODULE SUPPORT
2859P: Rusty Russell
2860M: rusty@rustcorp.com.au
2861L: linux-kernel@vger.kernel.org
2862S: Maintained
2863
2864MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2865P: Stelian Pop
2866M: stelian@popies.net
2867W: http://popies.net/meye/
2868S: Maintained
2869
Pavel Pisac58ff042007-05-16 01:10:41 +02002870MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2871P: Pavel Pisa
2872M: ppisa@pikron.com
2873L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002874S: Maintained
2875
Linus Torvalds1da177e2005-04-16 15:20:36 -07002876MOUSE AND MISC DEVICES [GENERAL]
2877P: Alessandro Rubini
2878M: rubini@ipvvis.unipv.it
2879L: linux-kernel@vger.kernel.org
2880S: Maintained
2881
Jiri Slabyb9705b62008-04-30 00:53:48 -07002882MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002883P: Jiri Slaby
2884M: jirislaby@gmail.com
2885L: linux-kernel@vger.kernel.org
2886S: Maintained
2887
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002888MSI LAPTOP SUPPORT
2889P: Lennart Poettering
2890M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002891W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002892W: http://0pointer.de/lennart/tchibo.html
2893S: Maintained
2894
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002895MULTIFUNCTION DEVICES (MFD)
2896P: Samuel Ortiz
2897M: sameo@openedhand.com
2898L: linux-kernel@vger.kernel.org
2899S: Supported
2900
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002901MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002902P: Pierre Ossman
2903M: drzeus-mmc@drzeus.cx
2904L: linux-kernel@vger.kernel.org
2905S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002906
David Brownell15a05802007-08-08 09:12:54 -07002907MULTIMEDIA CARD (MMC) ETC. OVER SPI
2908P: David Brownell
2909M: dbrownell@users.sourceforge.net
2910L: linux-kernel@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002911S: Odd Fixes
David Brownell15a05802007-08-08 09:12:54 -07002912
Linus Torvalds1da177e2005-04-16 15:20:36 -07002913MULTISOUND SOUND DRIVER
2914P: Andrew Veliath
2915M: andrewtv@usa.net
2916S: Maintained
2917
Jiri Slabyd7354102006-12-08 02:38:35 -08002918MULTITECH MULTIPORT CARD (ISICOM)
2919P: Jiri Slaby
2920M: jirislaby@gmail.com
2921L: linux-kernel@vger.kernel.org
2922S: Maintained
2923
Felipe Balbi550a7372008-07-24 12:27:36 +03002924MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Jean Delvare795fb7e2008-09-20 12:33:08 +02002925P: Felipe Balbi
2926M: felipe.balbi@nokia.com
2927L: linux-usb@vger.kernel.org
2928S: Maintained
Felipe Balbi550a7372008-07-24 12:27:36 +03002929
Brice Goglin2d3cf582008-05-17 12:45:36 +02002930MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2931P: Andrew Gallatin
2932M: gallatin@myri.com
2933P: Brice Goglin
2934M: brice@myri.com
2935L: netdev@vger.kernel.org
2936W: http://www.myri.com/scs/download-Myri10GE.html
2937S: Supported
2938
Linus Torvalds1da177e2005-04-16 15:20:36 -07002939NATSEMI ETHERNET DRIVER (DP8381x)
Jean Delvare795fb7e2008-09-20 12:33:08 +02002940P: Tim Hockin
Linus Torvalds1da177e2005-04-16 15:20:36 -07002941M: thockin@hockin.org
2942S: Maintained
2943
2944NCP FILESYSTEM
2945P: Petr Vandrovec
2946M: vandrove@vc.cvut.cz
2947L: linware@sh.cvut.cz
2948S: Maintained
2949
2950NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2951P: James E.J. Bottomley
2952M: James.Bottomley@HansenPartnership.com
2953L: linux-scsi@vger.kernel.org
2954S: Maintained
2955
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002956NETEFFECT IWARP RNIC DRIVER (IW_NES)
2957P: Faisal Latif
Roland Dreier7b49d952008-10-16 15:39:14 -07002958M: faisal.latif@intel.com
Chien Tung5f625602008-05-26 15:23:32 -07002959P: Chien Tung
Roland Dreier7b49d952008-10-16 15:39:14 -07002960M: chien.tin.tung@intel.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002961L: general@lists.openfabrics.org
2962W: http://www.neteffect.com
2963S: Supported
2964F: drivers/infiniband/hw/nes/
2965
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002966NETEM NETWORK EMULATOR
2967P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002968M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002969L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002970S: Maintained
2971
Jiri Slaby4a584482007-08-30 23:56:39 -07002972NETERION (S2IO) Xframe 10GbE DRIVER
2973P: Ramkrishna Vepa
2974M: ram.vepa@neterion.com
2975P: Rastapur Santosh
2976M: santosh.rastapur@neterion.com
2977P: Sivakumar Subramani
2978M: sivakumar.subramani@neterion.com
2979P: Sreenivasa Honnur
2980M: sreenivasa.honnur@neterion.com
2981L: netdev@vger.kernel.org
2982W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2983S: Supported
2984
Linus Torvalds1da177e2005-04-16 15:20:36 -07002985NETFILTER/IPTABLES/IPCHAINS
2986P: Rusty Russell
2987P: Marc Boucher
2988P: James Morris
2989P: Harald Welte
2990P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002991P: Patrick McHardy
2992M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002993L: netfilter-devel@vger.kernel.org
2994L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002995L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996W: http://www.netfilter.org/
2997W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002998S: Supported
2999
Paul Moore4cc67732006-09-25 15:57:13 -07003000NETLABEL
3001P: Paul Moore
3002M: paul.moore@hp.com
3003W: http://netlabel.sf.net
3004L: netdev@vger.kernel.org
3005S: Supported
3006
Linus Torvalds1da177e2005-04-16 15:20:36 -07003007NETROM NETWORK LAYER
3008P: Ralf Baechle
3009M: ralf@linux-mips.org
3010L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003011W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003012S: Maintained
3013
Pavel Machek5ddb88c2006-09-29 02:01:29 -07003014NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003015P: Paul Clements
3016M: Paul.Clements@steeleye.com
3017S: Maintained
3018
3019NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003020P: Jeff Garzik
3021M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003022L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003023T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003024S: Maintained
3025
3026NETWORKING [GENERAL]
3027P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003028M: netdev@vger.kernel.org
3029L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003030W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003031S: Maintained
3032
3033NETWORKING [IPv4/IPv6]
3034P: David S. Miller
3035M: davem@davemloft.net
3036P: Alexey Kuznetsov
3037M: kuznet@ms2.inr.ac.ru
3038P: Pekka Savola (ipv6)
3039M: pekkas@netcore.fi
3040P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003041M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003042P: Hideaki YOSHIFUJI
3043M: yoshfuji@linux-ipv6.org
3044P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003045M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003046L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003047T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003048S: Maintained
3049
James Morris10e2ff12007-08-25 14:41:28 -07003050NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3051P: Paul Moore
3052M: paul.moore@hp.com
3053L: netdev@vger.kernel.org
3054S: Maintained
3055
John W. Linville29f8f632006-01-18 14:52:48 -08003056NETWORKING [WIRELESS]
3057P: John W. Linville
3058M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003059L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003060T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3061S: Maintained
3062
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003063NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003064P: Dhananjay Phadke
3065M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003066L: netdev@vger.kernel.org
3067W: http://www.netxen.com
3068S: Supported
3069
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003070NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003071P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003072M: Trond.Myklebust@netapp.com
3073L: linux-nfs@vger.kernel.org
3074W: http://client.linux-nfs.org
3075T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003076S: Maintained
3077
3078NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003079P: Jan-Pascal van Best
3080M: janpascal@vanbest.org
3081P: Andreas Mohr
3082M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003083L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003084S: Maintained
3085
3086NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3087P: YOKOTA Hiroshi
3088M: yokota@netlab.is.tsukuba.ac.jp
3089W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3090S: Maintained
3091
3092NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3093P: GOTO Masanori
3094M: gotom@debian.or.jp
3095P: YOKOTA Hiroshi
3096M: yokota@netlab.is.tsukuba.ac.jp
3097W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3098S: Maintained
3099
Linus Torvalds1da177e2005-04-16 15:20:36 -07003100NTFS FILESYSTEM
3101P: Anton Altaparmakov
3102M: aia21@cantab.net
3103L: linux-ntfs-dev@lists.sourceforge.net
3104L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003105W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003106T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003107S: Maintained
3108
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003109NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003110P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003111M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003112L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003113S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003114
Bob Copeland0ad122d2008-07-25 19:45:18 -07003115OMFS FILESYSTEM
3116P: Bob Copeland
3117M: me@bobcopeland.com
3118L: linux-karma-devel@lists.sourceforge.net
3119S: Maintained
3120
Harald Weltec1986ee2005-11-13 16:06:29 -08003121OMNIKEY CARDMAN 4000 DRIVER
3122P: Harald Welte
3123M: laforge@gnumonks.org
3124S: Maintained
3125
Harald Welte77c44ab2005-11-13 16:06:26 -08003126OMNIKEY CARDMAN 4040 DRIVER
3127P: Harald Welte
3128M: laforge@gnumonks.org
3129S: Maintained
3130
Jonathan Corbet77d51402007-03-22 19:44:17 -03003131OMNIVISION OV7670 SENSOR DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003132P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03003133M: corbet@lwn.net
3134L: video4linux-list@redhat.com
3135S: Maintained
3136
Thomas Gleixner431bca72007-05-02 09:31:35 +02003137ONENAND FLASH DRIVER
3138P: Kyungmin Park
3139M: kyungmin.park@samsung.com
3140L: linux-mtd@lists.infradead.org
3141S: Maintained
3142
Linus Torvalds1da177e2005-04-16 15:20:36 -07003143ONSTREAM SCSI TAPE DRIVER
3144P: Willem Riede
3145M: osst@riede.org
3146L: osst-users@lists.sourceforge.net
3147L: linux-scsi@vger.kernel.org
3148S: Maintained
3149
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003150OPENCORES I2C BUS DRIVER
3151P: Peter Korsgaard
3152M: jacmet@sunsite.dk
3153L: i2c@lm-sensors.org
3154S: Maintained
3155
Linus Torvalds1da177e2005-04-16 15:20:36 -07003156OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003157P: Robert Richter
3158M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003159L: oprofile-list@lists.sf.net
3160S: Maintained
3161
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003162ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3163P: Mark Fasheh
3164M: mfasheh@suse.com
3165P: Joel Becker
3166M: joel.becker@oracle.com
3167L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3168W: http://oss.oracle.com/projects/ocfs2/
3169T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3170S: Supported
3171
Linus Torvalds1da177e2005-04-16 15:20:36 -07003172ORINOCO DRIVER
3173P: Pavel Roskin
3174M: proski@gnu.org
3175P: David Gibson
3176M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003177L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003178L: orinoco-users@lists.sourceforge.net
3179L: orinoco-devel@lists.sourceforge.net
3180W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003181S: Maintained
3182
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003183P54 WIRELESS DRIVER
3184P: Michael Wu
3185M: flamingice@sourmilk.net
3186L: linux-wireless@vger.kernel.org
3187W: http://prism54.org
3188T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3189S: Maintained
3190
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003191PA SEMI ETHERNET DRIVER
3192P: Olof Johansson
3193M: olof@lixom.net
3194L: netdev@vger.kernel.org
3195S: Maintained
3196
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003197PA SEMI SMBUS DRIVER
3198P: Olof Johansson
3199M: olof@lixom.net
3200L: i2c@lm-sensors.org
3201S: Maintained
3202
Harald Welte709ee532008-09-23 17:46:57 +02003203PANASONIC LAPTOP ACPI EXTRAS DRIVER
3204P: Harald Welte
3205M: laforge@gnumonks.org
3206S: Maintained
3207
David Howells4fa97182008-10-13 10:42:44 +01003208PANASONIC MN10300/AM33 PORT
3209P: David Howells
3210M: dhowells@redhat.com
3211P: Koichi Yasutake
3212M: yasutake.koichi@jp.panasonic.com
3213L: linux-am33-list@redhat.com (moderated for non-subscribers)
3214W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3215S: Maintained
3216
Linus Torvalds1da177e2005-04-16 15:20:36 -07003217PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003218L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003219S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003220
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003221PARAVIRT_OPS INTERFACE
3222P: Jeremy Fitzhardinge
3223M: jeremy@xensource.com
3224P: Chris Wright
3225M: chrisw@sous-sol.org
3226P: Zachary Amsden
3227M: zach@vmware.com
3228P: Rusty Russell
3229M: rusty@rustcorp.com.au
3230L: virtualization@lists.osdl.org
3231L: linux-kernel@vger.kernel.org
3232S: Supported
3233
Linus Torvalds1da177e2005-04-16 15:20:36 -07003234PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3235P: Tim Waugh
3236M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003237L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003238W: http://www.torque.net/linux-pp.html
3239S: Maintained
3240
3241PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003242P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003243M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003244P: Matthew Wilcox
3245M: matthew@wil.cx
3246P: Grant Grundler
3247M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003248L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003249W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003250T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003251S: Maintained
3252
Jim Cromie1662d322006-10-06 00:43:59 -07003253PC87360 HARDWARE MONITORING DRIVER
3254P: Jim Cromie
3255M: jim.cromie@gmail.com
3256L: lm-sensors@lm-sensors.org
3257S: Maintained
3258
3259PC8736x GPIO DRIVER
3260P: Jim Cromie
3261M: jim.cromie@gmail.com
3262S: Maintained
3263
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003264PCI ERROR RECOVERY
3265P: Linas Vepstas
3266M: linas@austin.ibm.com
3267L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003268L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003269S: Supported
3270
Linus Torvalds1da177e2005-04-16 15:20:36 -07003271PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003272P: Jesse Barnes
3273M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003274L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003275L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003276T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003277S: Supported
3278
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003279PCIE HOTPLUG DRIVER
3280P: Kristen Carlson Accardi
3281M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003282L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003283S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003284
Linus Torvalds1da177e2005-04-16 15:20:36 -07003285PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003286P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003287L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003288W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003289T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003290S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291
3292PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003293P: Don Fry
3294M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003295L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003296S: Maintained
3297
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003298PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003299P: Balbir Singh
3300M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003301L: linux-kernel@vger.kernel.org
3302S: Maintained
3303
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003304PERSONALITY HANDLING
3305P: Christoph Hellwig
3306M: hch@infradead.org
3307L: linux-abi-devel@lists.sourceforge.net
3308S: Maintained
3309
Linus Torvalds1da177e2005-04-16 15:20:36 -07003310PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003311P: Joern Engel
3312M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003313L: linux-mtd@lists.infradead.org
3314S: Maintained
3315
Peter Osterlund249a6772005-09-27 21:45:30 -07003316PKTCDVD DRIVER
3317P: Peter Osterlund
3318M: petero2@telia.com
3319L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003320S: Maintained
3321
Linus Torvalds1da177e2005-04-16 15:20:36 -07003322POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003323P: Thomas Gleixner
3324M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003325L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003326S: Supported
3327
Anton Vorontsov3be86142007-07-15 04:43:36 +04003328POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3329P: Anton Vorontsov
3330M: cbou@mail.ru
3331P: David Woodhouse
3332M: dwmw2@infradead.org
3333L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003334T: git git.infradead.org/battery-2.6.git
3335S: Maintained
3336
Linus Torvalds1da177e2005-04-16 15:20:36 -07003337PNP SUPPORT
3338P: Adam Belay
3339M: ambx1@neo.rr.com
3340S: Maintained
3341
Vitaly Wool999445d2007-01-04 13:07:03 +01003342PNXxxxx I2C DRIVER
3343P: Vitaly Wool
3344M: vitalywool@gmail.com
3345L: i2c@lm-sensors.org
3346S: Maintained
3347
Linus Torvalds1da177e2005-04-16 15:20:36 -07003348PPP PROTOCOL DRIVERS AND COMPRESSORS
3349P: Paul Mackerras
3350M: paulus@samba.org
3351L: linux-ppp@vger.kernel.org
3352S: Maintained
3353
3354PPP OVER ATM (RFC 2364)
3355P: Mitchell Blank Jr
3356M: mitch@sfgoth.com
3357S: Maintained
3358
3359PPP OVER ETHERNET
3360P: Michal Ostrowski
Chris Wright5e70b7f2008-06-09 16:07:28 -07003361M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003362S: Maintained
3363
James Chapmana6d23702007-06-27 15:53:17 -07003364PPP OVER L2TP
3365P: James Chapman
3366M: jchapman@katalix.com
3367S: Maintained
3368
Linus Torvalds1da177e2005-04-16 15:20:36 -07003369PREEMPTIBLE KERNEL
3370P: Robert Love
3371M: rml@tech9.net
3372L: linux-kernel@vger.kernel.org
3373L: kpreempt-tech@lists.sourceforge.net
3374W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3375S: Supported
3376
3377PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003378P: Luis R. Rodriguez
3379M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003380L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003381W: http://prism54.org
3382S: Maintained
3383
3384PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3385P: Peter Denison
3386M: promise@pnd-pc.demon.co.uk
3387W: http://www.pnd-pc.demon.co.uk/promise/
3388S: Maintained
3389
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003390PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3391P: Mikael Pettersson
3392M: mikpe@it.uu.se
3393L: linux-ide@vger.kernel.org
3394S: Maintained
3395
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003396PS3 NETWORK SUPPORT
3397P: Masakazu Mokuno
3398M: mokuno@sm.sony.co.jp
3399L: netdev@vger.kernel.org
3400L: cbe-oss-dev@ozlabs.org
3401S: Supported
3402
Geoff Levandf58a9d12006-11-23 00:46:51 +01003403PS3 PLATFORM SUPPORT
3404P: Geoff Levand
3405M: geoffrey.levand@am.sony.com
3406L: linuxppc-dev@ozlabs.org
3407L: cbe-oss-dev@ozlabs.org
3408S: Supported
3409
Michael Krufky83202042006-07-03 00:24:18 -07003410PVRUSB2 VIDEO4LINUX DRIVER
3411P: Mike Isely
3412M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003413L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003414L: video4linux-list@redhat.com
3415W: http://www.isely.net/pvrusb2/
3416S: Maintained
3417
Eric Miao30ec2612008-06-12 15:21:41 -07003418PXA2xx/PXA3xx SUPPORT
3419P: Eric Miao
3420M: eric.miao@marvell.com
3421P: Russell King
3422M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003423L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003424S: Maintained
3425
Pierre Ossman272f1332007-05-14 21:25:26 +02003426PXA MMCI DRIVER
3427S: Orphan
3428
Linus Torvalds1da177e2005-04-16 15:20:36 -07003429QLOGIC QLA2XXX FC-SCSI DRIVER
3430P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003431M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003432L: linux-scsi@vger.kernel.org
3433S: Supported
3434
Ron Mercer5a4faa82006-07-25 00:40:21 -07003435QLOGIC QLA3XXX NETWORK DRIVER
3436P: Ron Mercer
3437M: linux-driver@qlogic.com
3438L: netdev@vger.kernel.org
3439S: Supported
3440
Ron Mercerc4e84bd2008-09-18 11:56:28 -04003441QLOGIC QLGE 10Gb ETHERNET DRIVER
3442P: Ron Mercer
3443M: linux-driver@qlogic.com
3444M: ron.mercer@qlogic.com
3445L: netdev@vger.kernel.org
3446S: Supported
3447
Linus Torvalds1da177e2005-04-16 15:20:36 -07003448QNX4 FILESYSTEM
3449P: Anders Larsen
3450M: al@alarsen.net
3451L: linux-kernel@vger.kernel.org
3452W: http://www.alarsen.net/linux/qnx4fs/
3453S: Maintained
3454
3455RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003456P: Benjamin Herrenschmidt
3457M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003458L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003459S: Maintained
3460
3461RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003462P: Paul Mackerras
3463M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003464L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003465S: Maintained
3466
Randy Dunlape7839f22008-10-12 16:11:45 -07003467RALINK RT2X00 WIRELESS LAN DRIVER
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003468P: rt2x00 project
3469L: linux-wireless@vger.kernel.org
3470L: rt2400-devel@lists.sourceforge.net
3471W: http://rt2x00.serialmonkey.com/
3472S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003473T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003474F: drivers/net/wireless/rt2x00/
3475
Nick Piggin9db55792008-02-08 04:19:49 -08003476RAMDISK RAM BLOCK DEVICE DRIVER
3477P: Nick Piggin
3478M: npiggin@suse.de
3479S: Maintained
3480
Matt Mackall9e95ce22005-04-16 15:25:56 -07003481RANDOM NUMBER DRIVER
3482P: Matt Mackall
3483M: mpm@selenic.com
3484S: Maintained
3485
Matt Porter394b7012005-11-07 01:00:15 -08003486RAPIDIO SUBSYSTEM
3487P: Matt Porter
3488M: mporter@kernel.crashing.org
3489L: linux-kernel@vger.kernel.org
3490S: Maintained
3491
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003492RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3493P: Corey Thomas
3494M: coreythomas@charter.net
3495L: linux-wireless@vger.kernel.org
3496S: Maintained
3497
3498RCUTORTURE MODULE
3499P: Josh Triplett
3500M: josh@freedesktop.org
3501L: linux-kernel@vger.kernel.org
3502S: Maintained
3503
Florian Fainellic1f766b2008-02-06 22:39:44 +01003504RDC R-321X SoC
3505P: Florian Fainelli
3506M: florian.fainelli@telecomint.eu
3507L: linux-kernel@vger.kernel.org
3508S: Maintained
3509
Florian Fainellidb17f392007-12-19 11:30:30 +01003510RDC R6040 FAST ETHERNET DRIVER
3511P: Florian Fainelli
3512M: florian.fainelli@telecomint.eu
3513L: netdev@vger.kernel.org
3514S: Maintained
3515
Josh Triplett595182b2006-10-04 02:17:21 -07003516READ-COPY UPDATE (RCU)
3517P: Dipankar Sarma
3518M: dipankar@in.ibm.com
3519W: http://www.rdrop.com/users/paulmck/rclock/
3520L: linux-kernel@vger.kernel.org
3521S: Supported
3522
Linus Torvalds1da177e2005-04-16 15:20:36 -07003523REAL TIME CLOCK DRIVER
3524P: Paul Gortmaker
3525M: p_gortmaker@yahoo.com
3526L: linux-kernel@vger.kernel.org
3527S: Maintained
3528
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003529REAL TIME CLOCK (RTC) SUBSYSTEM
3530P: Alessandro Zummo
3531M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003532L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003533S: Maintained
3534
Linus Torvalds1da177e2005-04-16 15:20:36 -07003535REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003536L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003537S: Supported
3538
Ivo van Doorne08976452008-04-12 19:23:55 +02003539RFKILL
3540P: Ivo van Doorn
3541M: IvDoorn@gmail.com
3542L: netdev@vger.kernel.org
3543S: Maintained
3544F: net/rfkill
3545
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003546RISCOM8 DRIVER
3547S: Orphan
3548
Linus Torvalds1da177e2005-04-16 15:20:36 -07003549ROCKETPORT DRIVER
3550P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003551W: http://www.comtrol.com
3552S: Maintained
3553
3554ROSE NETWORK LAYER
3555P: Ralf Baechle
3556M: ralf@linux-mips.org
3557L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003558W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003559S: Maintained
3560
Michael Wu605bebe2007-05-14 01:41:02 -04003561RTL818X WIRELESS DRIVER
3562P: Michael Wu
3563M: flamingice@sourmilk.net
3564P: Andrea Merello
3565M: andreamrl@tiscali.it
3566L: linux-wireless@vger.kernel.org
3567W: http://linuxwireless.org/
3568T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3569S: Maintained
3570
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003571S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003572P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003573M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003574L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003575S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003576
Linus Torvalds1da177e2005-04-16 15:20:36 -07003577S390
3578P: Martin Schwidefsky
3579M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003580P: Heiko Carstens
3581M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003582M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003583L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003584W: http://www.ibm.com/developerworks/linux/linux390/
3585S: Supported
3586
3587S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003588P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003589M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003590P: Frank Blaschka
3591M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003592M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003593L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003594W: http://www.ibm.com/developerworks/linux/linux390/
3595S: Supported
3596
3597S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003598P: Christof Schmitt
3599M: christof.schmitt@de.ibm.com
3600P: Martin Peschke
3601M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003602M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003603L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003604W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003605S: Supported
3606
Ursula Braundd96df22007-09-19 13:09:02 +02003607S390 IUCV NETWORK LAYER
3608P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003609M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003610M: linux390@de.ibm.com
3611L: linux-s390@vger.kernel.org
3612W: http://www.ibm.com/developerworks/linux/linux390/
3613S: Supported
3614
Ben Dooks4dde7f72008-06-30 22:40:38 +01003615S3C24XX SD/MMC Driver
3616P: Ben Dooks
3617M: ben-linux@fluff.org
3618L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3619L: linux-kernel@vger.kernel.org
3620S: Supported
3621
Linus Torvalds1da177e2005-04-16 15:20:36 -07003622SAA7146 VIDEO4LINUX-2 DRIVER
3623P: Michael Hunold
3624M: michael@mihu.de
3625W: http://www.mihu.de/linux/saa7146
3626S: Maintained
3627
Linus Torvalds1da177e2005-04-16 15:20:36 -07003628SC1200 WDT DRIVER
3629P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003630M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003631S: Maintained
3632
3633SCHEDULER
3634P: Ingo Molnar
3635M: mingo@elte.hu
3636P: Robert Love [the preemptible kernel bits]
3637M: rml@tech9.net
3638L: linux-kernel@vger.kernel.org
3639S: Maintained
3640
3641SCSI CDROM DRIVER
3642P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003643M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003644L: linux-scsi@vger.kernel.org
3645W: http://www.kernel.dk
3646S: Maintained
3647
3648SCSI SG DRIVER
3649P: Doug Gilbert
3650M: dgilbert@interlog.com
3651L: linux-scsi@vger.kernel.org
3652W: http://www.torque.net/sg
3653S: Maintained
3654
3655SCSI SUBSYSTEM
3656P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003657M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003658L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003659T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003660T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3661T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003662S: Maintained
3663
3664SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003665P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003666M: Kai.Makisara@kolumbus.fi
3667L: linux-scsi@vger.kernel.org
3668S: Maintained
3669
3670SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003671P: Vlad Yasevich
3672M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003673P: Sridhar Samudrala
3674M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003675L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003676W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003677S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003678
3679SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003680P: Jim Cromie
3681M: jim.cromie@gmail.com
3682S: Odd Fixes
3683
3684SCx200 GPIO DRIVER
3685P: Jim Cromie
3686M: jim.cromie@gmail.com
3687S: Maintained
3688
3689SCx200 HRT CLOCKSOURCE DRIVER
3690P: Jim Cromie
3691M: jim.cromie@gmail.com
3692S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003693
Sascha Sommer6a369132008-07-15 14:21:29 +02003694SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3695P: Sascha Sommer
3696M: saschasommer@freenet.de
3697L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3698S: Maintained
3699
Randy Dunlape7839f22008-10-12 16:11:45 -07003700SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003701P: Pierre Ossman
3702M: drzeus-sdhci@drzeus.cx
3703L: sdhci-devel@list.drzeus.cx
3704S: Maintained
3705
Linus Torvalds1da177e2005-04-16 15:20:36 -07003706SECURITY CONTACT
3707P: Security Officers
3708M: security@kernel.org
3709S: Supported
3710
3711SELINUX SECURITY MODULE
3712P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003713M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003714P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003715M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003716P: Eric Paris
3717M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003718L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003719L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Stephen Smalleyf0589252008-09-11 09:20:26 -04003720W: http://selinuxproject.org
3721T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003722S: Supported
3723
Jiri Slabycef2cf02007-05-08 00:31:45 -07003724SENSABLE PHANTOM
3725P: Jiri Slaby
3726M: jirislaby@gmail.com
3727S: Maintained
3728
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003729SERIAL ATA (SATA) SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07003730P: Jeff Garzik
3731M: jgarzik@pobox.com
3732L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003733T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003734S: Supported
3735
Ben Hutchings8ceee662008-04-27 12:55:59 +01003736SFC NETWORK DRIVER
3737P: Steve Hodgson
3738P: Ben Hutchings
3739P: Robert Stonehouse
3740M: linux-net-drivers@solarflare.com
3741S: Supported
3742
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003743SGI GRU DRIVER
3744P: Jack Steiner
3745M: steiner@sgi.com
3746S: Maintained
3747
3748SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3749P: Pat Gefre
3750M: pfg@sgi.com
3751L: linux-ia64@vger.kernel.org
3752S: Supported
3753
Linus Torvalds1da177e2005-04-16 15:20:36 -07003754SGI VISUAL WORKSTATION 320 AND 540
3755P: Andrey Panin
3756M: pazke@donpac.ru
3757L: linux-visws-devel@lists.sf.net
3758W: http://linux-visws.sf.net
3759S: Maintained for 2.6.
3760
Jack Steiner75312612008-08-15 00:40:42 -07003761SGI XP/XPC/XPNET DRIVER
3762P: Dean Nelson
3763M: dcn@sgi.com
3764S: Maintained
3765
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003766SHARP LH SUPPORT (LH7952X & LH7A40X)
3767P: Marc Singer
3768M: elf@buici.com
3769W: http://projects.buici.com/arm
3770L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3771S: Maintained
3772
3773SHPC HOTPLUG DRIVER
3774P: Kristen Carlson Accardi
3775M: kristen.c.accardi@intel.com
3776L: linux-pci@vger.kernel.org
3777S: Supported
3778
Linus Torvalds1da177e2005-04-16 15:20:36 -07003779SIMTEC EB110ATX (Chalice CATS)
3780P: Ben Dooks
3781P: Vincent Sanders
3782M: support@simtec.co.uk
3783W: http://www.simtec.co.uk/products/EB110ATX/
3784S: Supported
3785
3786SIMTEC EB2410ITX (BAST)
3787P: Ben Dooks
3788P: Vincent Sanders
3789M: support@simtec.co.uk
3790W: http://www.simtec.co.uk/products/EB2410ITX/
3791S: Supported
3792
Francois Romieu92aab3c2005-07-30 13:11:18 +02003793SIS 190 ETHERNET DRIVER
3794P: Francois Romieu
3795M: romieu@fr.zoreil.com
3796L: netdev@vger.kernel.org
3797S: Maintained
3798
Linus Torvalds1da177e2005-04-16 15:20:36 -07003799SIS 900/7016 FAST ETHERNET DRIVER
3800P: Daniele Venzano
3801M: venza@brownhat.org
3802W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003803L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003804S: Maintained
3805
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003806SIS 96X I2C/SMBUS DRIVER
3807P: Mark M. Hoffman
3808M: mhoffman@lightlink.com
Jean Delvare17a172f2008-09-24 13:39:22 +02003809L: i2c@lm-sensors.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003810S: Maintained
3811
Linus Torvalds1da177e2005-04-16 15:20:36 -07003812SIS FRAMEBUFFER DRIVER
3813P: Thomas Winischhofer
3814M: thomas@winischhofer.net
3815W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003816S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003817
3818SIS USB2VGA DRIVER
3819P: Thomas Winischhofer
3820M: thomas@winischhofer.net
3821W: http://www.winischhofer.at/linuxsisusbvga.shtml
3822S: Maintained
3823
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003824SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3825P: Stephen Hemminger
3826M: shemminger@linux-foundation.org
3827L: netdev@vger.kernel.org
3828S: Maintained
3829
Christoph Lameter415ad262007-07-26 10:40:56 -07003830SLAB ALLOCATOR
3831P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003832M: cl@linux-foundation.org
Christoph Lameter415ad262007-07-26 10:40:56 -07003833P: Pekka Enberg
3834M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003835P: Matt Mackall
3836M: mpm@selenic.com
Christoph Lameter415ad262007-07-26 10:40:56 -07003837L: linux-mm@kvack.org
3838S: Maintained
3839
Linus Torvalds1da177e2005-04-16 15:20:36 -07003840SMC91x ETHERNET DRIVER
3841P: Nicolas Pitre
3842M: nico@cam.org
3843S: Maintained
3844
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003845SMSC47B397 HARDWARE MONITOR DRIVER
3846P: Mark M. Hoffman
3847M: mhoffman@lightlink.com
3848L: lm-sensors@lm-sensors.org
3849S: Maintained
3850
Ben Nizetteb54f2862008-03-13 22:27:30 +11003851SMX UIO Interface
3852P: Ben Nizette
3853M: bn@niasdigital.com
3854S: Maintained
3855
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003856SN-IA64 (Itanium) SUB-PLATFORM
3857P: Jes Sorensen
3858M: jes@sgi.com
3859L: linux-altix@sgi.com
3860L: linux-ia64@vger.kernel.org
3861W: http://www.sgi.com/altix
3862S: Maintained
3863
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003864SOC-CAMERA V4L2 SUBSYSTEM
Jean Delvare795fb7e2008-09-20 12:33:08 +02003865P: Guennadi Liakhovetski
3866M: g.liakhovetski@gmx.de
3867L: video4linux-list@redhat.com
3868S: Maintained
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003869
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003870SOEKRIS NET48XX LED SUPPORT
3871P: Chris Boot
3872M: bootc@bootc.net
3873S: Maintained
3874
Linus Torvalds1da177e2005-04-16 15:20:36 -07003875SOFTWARE RAID (Multiple Disks) SUPPORT
3876P: Ingo Molnar
3877M: mingo@redhat.com
3878P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003879M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003880L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003881S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003882
Linus Torvalds1da177e2005-04-16 15:20:36 -07003883SONIC NETWORK DRIVER
3884P: Thomas Bogendoerfer
3885M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003886L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003887S: Maintained
3888
Michael Buesch61e115a2007-09-18 15:12:50 -04003889SONICS SILICON BACKPLANE DRIVER (SSB)
3890P: Michael Buesch
3891M: mb@bu3sch.de
3892L: netdev@vger.kernel.org
3893S: Maintained
3894
Linus Torvalds1da177e2005-04-16 15:20:36 -07003895SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003896P: Mattia Dongili
3897M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003898L: linux-acpi@vger.kernel.org
3899W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003900S: Maintained
3901
Alex Dubovbaf85322008-02-09 10:20:54 -08003902SONY MEMORYSTICK CARD SUPPORT
3903P: Alex Dubov
3904M: oakad@yahoo.com
3905L: linux-kernel@vger.kernel.org
3906W: http://tifmxx.berlios.de/
3907S: Maintained
3908
Linus Torvalds1da177e2005-04-16 15:20:36 -07003909SOUND
3910P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003911M: perex@perex.cz
Takashi Iwai281712f2008-08-19 13:10:04 +02003912P: Takashi Iwai
3913M: tiwai@suse.de
Takashi Iwai82622042007-04-16 12:32:52 +02003914L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003915S: Maintained
3916
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003917SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3918P: Liam Girdwood
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01003919M: lrg@slimlogic.co.uk
Mark Brown2cad0ad2008-01-10 14:33:07 +01003920P: Mark Brown
3921M: broonie@opensource.wolfsonmicro.com
3922T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003923L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01003924W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003925S: Supported
3926
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003927SPARC (sparc32)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003928P: William L. Irwin
3929M: wli@holomorphy.com
3930L: sparclinux@vger.kernel.org
3931S: Maintained
3932
3933SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3934P: Roger Wolff
3935M: R.E.Wolff@BitWizard.nl
3936L: linux-kernel@vger.kernel.org ?
3937S: Supported
3938
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003939SPI SUBSYSTEM
3940P: David Brownell
3941M: dbrownell@users.sourceforge.net
3942L: spi-devel-general@lists.sourceforge.net
3943S: Maintained
3944
Jim Lewis2752e402006-09-29 02:01:19 -07003945SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003946P: Ishizaki Kou
3947M: kou.ishizaki@toshiba.co.jp
3948P: Jens Osterkamp
3949M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003950L: netdev@vger.kernel.org
3951S: Supported
3952
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003953SPU FILE SYSTEM
3954P: Jeremy Kerr
3955M: jk@ozlabs.org
3956L: linuxppc-dev@ozlabs.org
3957L: cbe-oss-dev@ozlabs.org
3958W: http://www.ibm.com/developerworks/power/cell/
3959S: Supported
3960
Linus Torvalds1da177e2005-04-16 15:20:36 -07003961SRM (Alpha) environment access
3962P: Jan-Benedict Glaw
3963M: jbglaw@lug-owl.de
3964L: linux-kernel@vger.kernel.org
3965S: Maintained
3966
Linus Torvalds26e9a392008-10-17 09:50:12 -07003967STABLE BRANCH
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003968P: Greg Kroah-Hartman
3969M: greg@kroah.com
3970P: Chris Wright
3971M: chrisw@sous-sol.org
3972L: stable@kernel.org
3973S: Maintained
3974
Linus Torvalds26e9a392008-10-17 09:50:12 -07003975STAGING SUBSYSTEM
3976P: Greg Kroah-Hartman
3977M: gregkh@suse.de
3978L: linux-kernel@vger.kernel.org
3979T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3980S: Maintained
3981
Linus Torvalds1da177e2005-04-16 15:20:36 -07003982STARFIRE/DURALAN NETWORK DRIVER
3983P: Ion Badulescu
3984M: ionut@cs.columbia.edu
3985S: Maintained
3986
3987STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3988W: http://mosquitonet.Stanford.EDU/strip.html
Jean Delvarebaaea1d2008-09-20 12:34:33 +02003989S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003990
3991STRADIS MPEG-2 DECODER DRIVER
3992P: Nathan Laredo
3993M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003994W: http://www.stradis.com/
3995S: Maintained
3996
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003997SUN3/3X
3998P: Sam Creasey
3999M: sammy@sammy.net
4000W: http://sammy.net/sun3/
4001S: Maintained
4002
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004003SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07004004P: Paul Mundt
4005M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004006L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004007W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004008T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09004009S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004010
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004011SUSPEND TO RAM
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004012P: Len Brown
4013M: len.brown@intel.com
4014P: Pavel Machek
4015M: pavel@suse.cz
4016P: Rafael J. Wysocki
4017M: rjw@sisk.pl
4018L: linux-pm@lists.linux-foundation.org
4019S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004020
4021SVGA HANDLING
4022P: Martin Mares
4023M: mj@ucw.cz
4024L: linux-video@atrey.karlin.mff.cuni.cz
4025S: Maintained
4026
4027SYSV FILESYSTEM
4028P: Christoph Hellwig
4029M: hch@infradead.org
4030S: Maintained
4031
Alan Cox4e688522008-04-30 00:52:11 -07004032TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07004033P: Balbir Singh
4034M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004035L: linux-kernel@vger.kernel.org
4036S: Maintained
4037
Stephen Hemminger781b4562006-07-10 20:25:29 -07004038TC CLASSIFIER
4039P: Jamal Hadi Salim
4040M: hadi@cyberus.ca
4041L: netdev@vger.kernel.org
4042S: Maintained
4043
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004044TCP LOW PRIORITY MODULE
4045P: Wong Hoi Sing, Edison
4046M: hswong3i@gmail.com
4047P: Hung Hing Lun, Mike
4048M: hlhung3i@gmail.com
4049W: http://tcp-lp-mod.sourceforge.net/
4050S: Maintained
4051
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004052TEHUTI ETHERNET DRIVER
4053P: Alexander Indenbaum
4054M: baum@tehutinetworks.net
4055P: Andy Gospodarek
4056M: andy@greyhouse.net
4057L: netdev@vger.kernel.org
4058S: Supported
4059
Alan Cox4e688522008-04-30 00:52:11 -07004060Telecom Clock Driver for MCPL0010
4061P: Mark Gross
4062M: mark.gross@intel.com
4063S: Supported
4064
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004065TENSILICA XTENSA PORT (xtensa)
Alan Cox4e688522008-04-30 00:52:11 -07004066P: Chris Zankel
4067M: chris@zankel.net
4068S: Maintained
4069
4070THINKPAD ACPI EXTRAS DRIVER
4071P: Henrique de Moraes Holschuh
4072M: ibm-acpi@hmh.eng.br
4073L: ibm-acpi-devel@lists.sourceforge.net
4074W: http://ibm-acpi.sourceforge.net
4075W: http://thinkwiki.org/wiki/Ibm-acpi
4076T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4077S: Maintained
4078
Alex Dubov4020f2d2006-10-04 02:15:37 -07004079TI FLASH MEDIA INTERFACE DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02004080P: Alex Dubov
4081M: oakad@yahoo.com
4082S: Maintained
Alex Dubov4020f2d2006-10-04 02:15:37 -07004083
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004084TI OMAP MMC INTERFACE DRIVER
4085P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004086M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004087W: http://linux.omap.com
4088W: http://www.muru.com/linux/omap/
4089S: Maintained
4090
Michael Buesch844dd052006-06-26 00:24:59 -07004091TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4092P: Deepak Saxena
4093M: dsaxena@plexity.net
4094S: Maintained
4095
Per Lidene86eaa32006-01-12 16:45:18 +01004096TIPC NETWORK LAYER
4097P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004098M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004099P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004100M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004101P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004102M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004103L: tipc-discussion@lists.sourceforge.net
4104W: http://tipc.sourceforge.net/
4105W: http://tipc.cslab.ericsson.net/
4106T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4107S: Maintained
4108
Linus Torvalds1da177e2005-04-16 15:20:36 -07004109TLAN NETWORK DRIVER
4110P: Samuel Chessman
4111M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004112L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004113W: http://sourceforge.net/projects/tlan/
4114S: Maintained
4115
Linus Torvalds1da177e2005-04-16 15:20:36 -07004116TOSHIBA ACPI EXTRAS DRIVER
4117P: John Belmonte
4118M: toshiba_acpi@memebeam.org
4119W: http://memebeam.org/toys/ToshibaAcpiDriver
4120S: Maintained
4121
4122TOSHIBA SMM DRIVER
4123P: Jonathan Buzzard
4124M: jonathan@buzzard.org.uk
4125L: tlinux-users@tce.toshiba-dme.co.jp
4126W: http://www.buzzard.org.uk/toshiba/
4127S: Maintained
4128
Alan Cox4e688522008-04-30 00:52:11 -07004129TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004130P: Debora Velarde
4131M: debora@linux.vnet.ibm.com
4132P: Rajiv Andrade
4133M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004134W: http://tpmdd.sourceforge.net
4135P: Marcel Selhorst
4136M: tpm@selhorst.net
4137W: http://www.prosec.rub.de/tpm/
Rajiv Andrade63a10df2008-10-15 22:04:36 -07004138L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
Alan Cox4e688522008-04-30 00:52:11 -07004139S: Maintained
4140
Linus Torvalds1da177e2005-04-16 15:20:36 -07004141TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004142P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004143M: trivial@kernel.org
4144L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004145S: Maintained
4146
Alan Cox4e688522008-04-30 00:52:11 -07004147TTY LAYER
4148P: Alan Cox
4149M: alan@lxorguk.ukuu.org.uk
4150L: linux-kernel@vger.kernel.org
4151S: Maintained
4152
Grant Grundler740db6d2008-02-17 11:53:49 -07004153TULIP NETWORK DRIVERS
4154P: Grant Grundler
4155M: grundler@parisc-linux.org
4156P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004157M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004158L: netdev@vger.kernel.org
4159S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004160
4161TUN/TAP driver
4162P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004163M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004164L: vtun@office.satix.net
4165W: http://vtun.sourceforge.net/tun
4166S: Maintained
4167
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004168TURBOCHANNEL SUBSYSTEM
4169P: Maciej W. Rozycki
4170M: macro@linux-mips.org
4171S: Maintained
4172
Linus Torvalds1da177e2005-04-16 15:20:36 -07004173U14-34F SCSI DRIVER
4174P: Dario Ballabio
4175M: ballabio_dario@emc.com
4176L: linux-scsi@vger.kernel.org
4177S: Maintained
4178
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004179UBI FILE SYSTEM (UBIFS)
4180P: Artem Bityutskiy
4181M: dedekind@infradead.org
4182P: Adrian Hunter
4183M: ext-adrian.hunter@nokia.com
4184L: linux-mtd@lists.infradead.org
4185T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
4186W: http://www.linux-mtd.infradead.org/doc/ubifs.html
4187S: Maintained
4188
Alan Coxcc2020e2008-05-19 14:21:51 +01004189UCLINUX (AND M68KNOMMU)
4190P: Greg Ungerer
4191M: gerg@uclinux.org
4192W: http://www.uclinux.org/
4193L: uclinux-dev@uclinux.org (subscribers-only)
4194S: Maintained
4195
Alan Coxcc2020e2008-05-19 14:21:51 +01004196UCLINUX FOR RENESAS H8/300
4197P: Yoshinori Sato
4198M: ysato@users.sourceforge.jp
4199W: http://uclinux-h8.sourceforge.jp/
4200S: Supported
4201
Linus Torvalds1da177e2005-04-16 15:20:36 -07004202UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004203P: Jan Kara
4204M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004205W: http://linux-udf.sourceforge.net
4206S: Maintained
4207
Alan Coxcc2020e2008-05-19 14:21:51 +01004208UFS FILESYSTEM
4209P: Evgeniy Dushistov
4210M: dushistov@mail.ru
4211L: linux-kernel@vger.kernel.org
4212S: Maintained
4213
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004214UltraSPARC (sparc64)
Alan Coxcc2020e2008-05-19 14:21:51 +01004215P: David S. Miller
4216M: davem@davemloft.net
4217L: sparclinux@vger.kernel.org
4218T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4219S: Maintained
4220
David Vrabel18332a82008-09-17 16:34:44 +01004221ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4222P: David Vrabel
4223M: david.vrabel@csr.com
4224L: linux-usb@vger.kernel.org
4225S: Supported
4226
Linus Torvalds1da177e2005-04-16 15:20:36 -07004227UNIFORM CDROM DRIVER
4228P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004229M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004230L: linux-kernel@vger.kernel.org
4231W: http://www.kernel.dk
4232S: Maintained
4233
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004234UNSORTED BLOCK IMAGES (UBI)
4235P: Artem Bityutskiy
4236M: dedekind@infradead.org
4237W: http://www.linux-mtd.infradead.org/
4238L: linux-mtd@lists.infradead.org
4239T: git git://git.infradead.org/~dedekind/ubi-2.6.git
4240S: Maintained
4241
Linus Torvalds1da177e2005-04-16 15:20:36 -07004242USB ACM DRIVER
4243P: Oliver Neukum
4244M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004245L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004246S: Maintained
4247
4248USB BLOCK DRIVER (UB ub)
4249P: Pete Zaitcev
4250M: zaitcev@redhat.com
4251L: linux-kernel@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004252L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004253S: Supported
4254
Linus Torvalds1da177e2005-04-16 15:20:36 -07004255USB CDC ETHERNET DRIVER
4256P: Greg Kroah-Hartman
4257M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004258L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004259S: Maintained
4260W: http://www.kroah.com/linux-usb/
4261
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004262USB CYPRESS C67X00 DRIVER
4263P: Peter Korsgaard
4264M: jacmet@sunsite.dk
4265L: linux-usb@vger.kernel.org
4266S: Maintained
4267
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004268USB DAVICOM DM9601 DRIVER
4269P: Peter Korsgaard
4270M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004271L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004272W: http://www.linux-usb.org/usbnet
4273S: Maintained
4274
Alan Coxcc2020e2008-05-19 14:21:51 +01004275USB DIAMOND RIO500 DRIVER
4276P: Cesar Miquel
4277M: miquel@df.uba.ar
4278L: rio500-users@lists.sourceforge.net
4279W: http://rio500.sourceforge.net
4280S: Maintained
4281
Linus Torvalds1da177e2005-04-16 15:20:36 -07004282USB EHCI DRIVER
4283P: David Brownell
4284M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004285L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004286S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004287
Luca Risolia7ce08c92006-01-11 02:06:59 +00004288USB ET61X[12]51 DRIVER
4289P: Luca Risolia
4290M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004291L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004292L: video4linux-list@redhat.com
4293W: http://www.linux-projects.org
4294S: Maintained
4295
David Brownell69ae9e32006-11-14 02:03:31 -08004296USB GADGET/PERIPHERAL SUBSYSTEM
4297P: David Brownell
4298M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004299L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004300W: http://www.linux-usb.org/gadget
4301S: Maintained
4302
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004303USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01004304P: Jiri Kosina
4305M: jkosina@suse.cz
Jean Delvare795fb7e2008-09-20 12:33:08 +02004306L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004307T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004308S: Maintained
4309
Olav Kongas959eea22005-11-03 17:38:14 +02004310USB ISP116X DRIVER
4311P: Olav Kongas
4312M: ok@artecdesign.ee
Jean Delvare795fb7e2008-09-20 12:33:08 +02004313L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004314S: Maintained
4315
Linus Torvalds1da177e2005-04-16 15:20:36 -07004316USB KAWASAKI LSI DRIVER
4317P: Oliver Neukum
4318M: oliver@neukum.name
Jean Delvare795fb7e2008-09-20 12:33:08 +02004319L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004320S: Maintained
4321
4322USB MASS STORAGE DRIVER
4323P: Matthew Dharm
4324M: mdharm-usb@one-eyed-alien.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004325L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004326L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004327S: Maintained
4328W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4329
4330USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004331P: David Brownell
4332M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004333L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004334S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004335
Matthias Urlichsba460e42005-07-14 00:33:47 -07004336USB OPTION-CARD DRIVER
4337P: Matthias Urlichs
4338M: smurf@smurf.noris.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004339L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004340S: Maintained
4341
Linus Torvalds1da177e2005-04-16 15:20:36 -07004342USB OV511 DRIVER
4343P: Mark McClelland
4344M: mmcclell@bigfoot.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004345L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004346W: http://alpha.dyndns.org/ov511/
4347S: Maintained
4348
4349USB PEGASUS DRIVER
4350P: Petko Manolov
4351M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004352L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004353L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004354W: http://pegasus2.sourceforge.net/
4355S: Maintained
4356
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004357USB PRINTER DRIVER (usblp)
4358P: Pete Zaitcev
4359M: zaitcev@redhat.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004360L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004361S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004362
4363USB RTL8150 DRIVER
4364P: Petko Manolov
4365M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004366L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004367L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004368W: http://pegasus2.sourceforge.net/
4369S: Maintained
4370
4371USB SE401 DRIVER
4372P: Jeroen Vreeken
4373M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004374L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004375W: http://www.chello.nl/~j.vreeken/se401/
4376S: Maintained
4377
Alan Cox4e688522008-04-30 00:52:11 -07004378USB SERIAL BELKIN F5U103 DRIVER
4379P: William Greathouse
4380M: wgreathouse@smva.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004381L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004382S: Maintained
4383
4384USB SERIAL CYPRESS M8 DRIVER
4385P: Lonnie Mendez
4386M: dignome@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004387L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004388S: Maintained
4389W: http://geocities.com/i0xox0i
4390W: http://firstlight.net/cvs
4391
Linus Torvalds1da177e2005-04-16 15:20:36 -07004392USB SERIAL CYBERJACK DRIVER
4393P: Matthias Bruestle and Harald Welte
4394M: support@reiner-sct.com
4395W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4396S: Maintained
4397
4398USB SERIAL DIGI ACCELEPORT DRIVER
4399P: Peter Berger and Al Borchers
4400M: pberger@brimson.com
4401M: alborchers@steinerpoint.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004402L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004403S: Maintained
4404
4405USB SERIAL DRIVER
4406P: Greg Kroah-Hartman
4407M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004408L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004409S: Supported
4410
Linus Torvalds1da177e2005-04-16 15:20:36 -07004411USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4412P: Gary Brubaker
4413M: xavyer@ix.netcom.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004414L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004415S: Maintained
4416
4417USB SERIAL KEYSPAN DRIVER
4418P: Greg Kroah-Hartman
4419M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004420L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004421W: http://www.kroah.com/linux/
4422S: Maintained
4423
4424USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004425P: Support Department
4426M: support@connecttech.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004427L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004428W: http://www.connecttech.com
4429S: Supported
4430
Steve Glendinning2f7ca802008-10-02 05:27:57 +00004431USB SMSC95XX ETHERNET DRIVER
4432P: Steve Glendinning
4433M: steve.glendinning@smsc.com
4434L: netdev@vger.kernel.org
4435S: Supported
4436
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004437USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004438P: Luca Risolia
4439M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004440L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004441L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004442W: http://www.linux-projects.org
4443S: Maintained
4444
4445USB SUBSYSTEM
4446P: Greg Kroah-Hartman
4447M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004448L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004449W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004450T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004451S: Supported
4452
4453USB UHCI DRIVER
4454P: Alan Stern
4455M: stern@rowland.harvard.edu
Jean Delvare795fb7e2008-09-20 12:33:08 +02004456L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004457S: Maintained
4458
David Brownell69ae9e32006-11-14 02:03:31 -08004459USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004460P: David Brownell
4461M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004462L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004463W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004464S: Maintained
4465
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004466USB VIDEO CLASS
4467P: Laurent Pinchart
4468M: laurent.pinchart@skynet.be
Ming Leiecc9a042008-09-13 02:33:21 -07004469L: linux-uvc-devel@lists.berlios.de
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004470L: video4linux-list@redhat.com
4471W: http://linux-uvc.berlios.de
4472S: Maintained
4473
Linus Torvalds1da177e2005-04-16 15:20:36 -07004474USB W996[87]CF DRIVER
4475P: Luca Risolia
4476M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004477L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004478L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004479W: http://www.linux-projects.org
4480S: Maintained
4481
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004482USB WIRELESS RNDIS DRIVER (rndis_wlan)
4483P: Jussi Kivilinna
4484M: jussi.kivilinna@mbnet.fi
4485L: linux-wireless@vger.kernel.org
4486S: Maintained
4487
Luca Risolia60f78052006-02-06 16:29:35 +00004488USB ZC0301 DRIVER
4489P: Luca Risolia
4490M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004491L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004492L: video4linux-list@redhat.com
4493W: http://www.linux-projects.org
4494S: Maintained
4495
Linus Torvalds1da177e2005-04-16 15:20:36 -07004496USB ZD1201 DRIVER
4497P: Jeroen Vreeken
4498M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004499L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004500W: http://linux-lc100020.sourceforge.net
4501S: Maintained
4502
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004503USB ZR364XX DRIVER
4504P: Antoine Jacquet
4505M: royale@zerezo.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004506L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004507L: video4linux-list@redhat.com
4508W: http://royale.zerezo.com/zr364xx/
4509S: Maintained
4510
Randy Dunlape7839f22008-10-12 16:11:45 -07004511USER-MODE LINUX (UML)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004512P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004513M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004514L: user-mode-linux-devel@lists.sourceforge.net
4515L: user-mode-linux-user@lists.sourceforge.net
4516W: http://user-mode-linux.sourceforge.net
4517S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004518
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004519USERSPACE I/O (UIO)
4520P: Hans J. Koch
4521M: hjk@linutronix.de
4522P: Greg Kroah-Hartman
4523M: gregkh@suse.de
4524L: linux-kernel@vger.kernel.org
4525S: Maintained
4526
Karel Zakf899b0a2008-05-23 13:04:21 -07004527UTIL-LINUX-NG PACKAGE
4528P: Karel Zak
4529M: kzak@redhat.com
4530L: util-linux-ng@vger.kernel.org
4531W: http://kernel.org/~kzak/util-linux-ng/
4532T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4533S: Maintained
4534
Michal Januszewskic1fd1c02008-10-15 22:03:48 -07004535UVESAFB DRIVER
4536P: Michal Januszewski
4537M: spock@gentoo.org
4538L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4539W: http://dev.gentoo.org/~spock/projects/uvesafb/
4540S: Maintained
4541
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004542VFAT/FAT/MSDOS FILESYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07004543P: OGAWA Hirofumi
4544M: hirofumi@mail.parknet.co.jp
4545L: linux-kernel@vger.kernel.org
4546S: Maintained
4547
Linus Torvalds1da177e2005-04-16 15:20:36 -07004548VIA RHINE NETWORK DRIVER
4549P: Roger Luethi
4550M: rl@hellgate.ch
4551S: Maintained
4552
Jean Delvare32c0a522005-09-22 21:47:58 +02004553VIAPRO SMBUS DRIVER
4554P: Jean Delvare
4555M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004556L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004557S: Maintained
4558
Joseph Chan69e4a7c2008-10-15 22:03:31 -07004559VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4560P: Joseph Chan
4561M: JosephChan@via.com.tw
4562P: Scott Fang
4563M: ScottFang@viatech.com.cn
4564L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4565S: Maintained
4566
Francois Romieu01f20732007-01-26 00:57:17 -08004567VIA VELOCITY NETWORK DRIVER
4568P: Francois Romieu
4569M: romieu@fr.zoreil.com
4570L: netdev@vger.kernel.org
4571S: Maintained
4572
Randy Dunlape7839f22008-10-12 16:11:45 -07004573VIDEO FOR LINUX (V4L)
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004574P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004575M: mchehab@infradead.org
4576M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004577L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004578W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004579T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004580S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004581
Patrick McHardybe7f8272007-10-23 20:26:36 -07004582VLAN (802.1Q)
4583P: Patrick McHardy
4584M: kaber@trash.net
4585L: netdev@vger.kernel.org
4586S: Maintained
4587
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004588VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4589P: Liam Girdwood
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004590M: lrg@slimlogic.co.uk
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004591P: Mark Brown
4592M: broonie@opensource.wolfsonmicro.com
4593W: http://opensource.wolfsonmicro.com/node/15
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004594W: http://www.slimlogic.co.uk/?page_id=5
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004595T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4596S: Supported
4597
Juerg Haefligerab413192006-09-24 20:54:04 +02004598VT1211 HARDWARE MONITOR DRIVER
4599P: Juerg Haefliger
4600M: juergh@gmail.com
4601L: lm-sensors@lm-sensors.org
4602S: Maintained
4603
Roger Lucas1de9e372005-11-26 20:20:05 +01004604VT8231 HARDWARE MONITOR DRIVER
4605P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004606M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004607L: lm-sensors@lm-sensors.org
4608S: Maintained
4609
Linus Torvalds1da177e2005-04-16 15:20:36 -07004610W1 DALLAS'S 1-WIRE BUS
4611P: Evgeniy Polyakov
4612M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004613S: Maintained
4614
Charles Spirakis13927072006-07-05 18:05:15 +02004615W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004616P: Marc Hulsman
4617M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004618L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004619S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004620
Rudolf Marek61db0112006-12-12 18:18:30 +01004621W83793 HARDWARE MONITORING DRIVER
4622P: Rudolf Marek
4623M: r.marek@assembler.cz
4624L: lm-sensors@lm-sensors.org
4625S: Maintained
4626
Linus Torvalds1da177e2005-04-16 15:20:36 -07004627W83L51xD SD/MMC CARD INTERFACE DRIVER
4628P: Pierre Ossman
4629M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004630L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004631S: Maintained
4632
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004633WATCHDOG DEVICE DRIVERS
4634P: Wim Van Sebroeck
4635M: wim@iguana.be
4636T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4637S: Maintained
4638
Linus Torvalds1da177e2005-04-16 15:20:36 -07004639WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4640P: Jean Tourrilhes
4641M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004642L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004643W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4644S: Maintained
4645
4646WD7000 SCSI DRIVER
4647P: Miroslav Zagorac
4648M: zaga@fly.cc.fer.hr
4649L: linux-scsi@vger.kernel.org
4650S: Maintained
4651
David Vrabel18332a82008-09-17 16:34:44 +01004652WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4653P: David Vrabel
4654M: david.vrabel@csr.com
4655S: Maintained
4656
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004657WISTRON LAPTOP BUTTON DRIVER
4658P: Miloslav Trmac
4659M: mitr@volny.cz
4660S: Maintained
4661
Linus Torvalds1da177e2005-04-16 15:20:36 -07004662WL3501 WIRELESS PCMCIA CARD DRIVER
4663P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004664M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004665L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004666W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004667S: Maintained
4668
Mark Brownfebf1df2008-04-02 00:51:09 -04004669WM97XX TOUCHSCREEN DRIVERS
4670P: Mark Brown
4671M: broonie@opensource.wolfsonmicro.com
4672P: Liam Girdwood
Liam Girdwoodb8d055a2008-10-13 23:00:15 -04004673M: lrg@slimlogic.co.uk
Mark Brownfebf1df2008-04-02 00:51:09 -04004674L: linux-input@vger.kernel.org
4675T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4676W: http://opensource.wolfsonmicro.com/node/7
4677S: Supported
4678
Linus Torvalds1da177e2005-04-16 15:20:36 -07004679X.25 NETWORK LAYER
4680P: Henner Eisen
4681M: eis@baty.hanse.de
4682L: linux-x25@vger.kernel.org
4683S: Maintained
4684
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004685X86 ARCHITECTURE (32-BIT AND 64-BIT)
4686P: Thomas Gleixner
4687M: tglx@linutronix.de
4688P: Ingo Molnar
4689M: mingo@redhat.com
4690P: H. Peter Anvin
4691M: hpa@zytor.com
4692L: linux-kernel@vger.kernel.org
4693T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4694S: Maintained
4695
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004696XEN HYPERVISOR INTERFACE
4697P: Jeremy Fitzhardinge
4698M: jeremy@xensource.com
4699P: Chris Wright
4700M: chrisw@sous-sol.org
4701L: virtualization@lists.osdl.org
4702L: xen-devel@lists.xensource.com
4703S: Supported
4704
Linus Torvalds1da177e2005-04-16 15:20:36 -07004705XFS FILESYSTEM
4706P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004707P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004708M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004709L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004710W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004711T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004712S: Supported
4713
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004714XILINX SYSTEMACE DRIVER
4715P: Grant Likely
4716M: grant.likely@secretlab.ca
4717W: http://www.secretlab.ca/
4718L: linux-kernel@vger.kernel.org
4719S: Maintained
4720
Peter Korsgaard238b8722006-12-06 20:35:17 -08004721XILINX UARTLITE SERIAL DRIVER
4722P: Peter Korsgaard
4723M: jacmet@sunsite.dk
4724L: linux-serial@vger.kernel.org
4725S: Maintained
4726
Linus Torvalds1da177e2005-04-16 15:20:36 -07004727YAM DRIVER FOR AX.25
4728P: Jean-Paul Roubelat
4729M: jpr@f6fbb.org
4730L: linux-hams@vger.kernel.org
4731S: Maintained
4732
Henkaf64a5e2005-10-12 15:02:56 +02004733YEALINK PHONE DRIVER
4734P: Henk Vergonet
4735M: Henk.Vergonet@gmail.com
4736L: usbb2k-api-dev@nongnu.org
4737S: Maintained
4738
Linus Torvalds1da177e2005-04-16 15:20:36 -07004739Z8530 DRIVER FOR AX.25
4740P: Joerg Reuter
4741M: jreuter@yaina.de
4742W: http://yaina.de/jreuter/
4743W: http://www.qsl.net/dl1bke/
4744L: linux-hams@vger.kernel.org
4745S: Maintained
4746
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004747ZD1211RW WIRELESS DRIVER
4748P: Daniel Drake
4749M: dsd@gentoo.org
4750P: Ulrich Kunitz
4751M: kune@deine-taler.de
4752W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004753L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004754L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4755S: Maintained
4756
Linus Torvalds1da177e2005-04-16 15:20:36 -07004757ZR36067 VIDEO FOR LINUX DRIVER
4758P: Ronald Bultje
4759M: rbultje@ronald.bitfreak.net
4760L: mjpeg-users@lists.sourceforge.net
4761W: http://mjpeg.sourceforge.net/driver-zoran/
4762S: Maintained
4763
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004764ZS DECSTATION Z85C30 SERIAL DRIVER
4765P: Maciej W. Rozycki
4766M: macro@linux-mips.org
4767S: Maintained
4768
Linus Torvalds1da177e2005-04-16 15:20:36 -07004769THE REST
4770P: Linus Torvalds
4771S: Buried alive in reporters