blob: cecf1592609ead4a2597c7b3b5ae8d8e9c122372 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
Andy Whitcroft0a920b52007-06-01 00:46:48 -070033 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
42
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
45
Alan Coxc9ee1332006-05-20 15:00:12 -070046 PLEASE remember that submissions must be made under the terms
Randy Dunlap45003712007-08-30 23:56:37 -070047 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
Alan Coxc9ee1332006-05-20 15:00:12 -070051
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
54 not you.
55
Alan Coxc9ee1332006-05-20 15:00:12 -0700567. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
58 does not respond.
59
608. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070061
Antoine Jacquetb7eee612007-04-27 12:30:59 -030062 -----------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -070063
64Maintainers List (try to look for most precise areas first)
65
66Note: For the hard of thinking, this list is meant to remain in alphabetical
67order. If you could add yourselves to it in alphabetical order that would be
68so much easier [Ed]
69
70P: Person
71M: Mail patches to
72L: Mailing list that is relevant to this area
73W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080074T: SCM tree type and location. Type is one of: git, hg, quilt.
Randy Dunlape7839f22008-10-12 16:11:45 -070075F: Applicable files and/or directories
Randy Dunlap4501a462008-10-13 09:24:58 -070076S: Status, one of the following:
Linus Torvalds1da177e2005-04-16 15:20:36 -070077
78 Supported: Someone is actually paid to look after this.
79 Maintained: Someone actually looks after it.
80 Odd Fixes: It has a maintainer but they don't have time to do
81 much other than throw the odd patch in. See below..
82 Orphan: No current maintainer [but maybe you could take the
83 role as you write your new code].
84 Obsolete: Old code. Something tagged obsolete generally means
85 it has been replaced by a better system and you
86 should be using that.
87
Linus Torvalds1da177e2005-04-16 15:20:36 -0700883C505 NETWORK DRIVER
89P: Philip Blundell
90M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070091L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070092S: Maintained
93
Steffen Klasserta6d89912007-08-10 14:05:27 -0700943C59X NETWORK DRIVER
95P: Steffen Klassert
96M: klassert@mathematik.tu-chemnitz.de
97L: netdev@vger.kernel.org
98S: Maintained
99
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003CR990 NETWORK DRIVER
101P: David Dillow
102M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700103L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104S: Maintained
105
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001063W-9XXX SATA-RAID CONTROLLER DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107P: Adam Radford
108M: linuxraid@amcc.com
109L: linux-scsi@vger.kernel.org
110W: http://www.amcc.com
111S: Supported
112
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001133W-XXXX ATA-RAID CONTROLLER DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114P: Adam Radford
115M: linuxraid@amcc.com
116L: linux-scsi@vger.kernel.org
117W: http://www.amcc.com
118S: Supported
119
12053C700 AND 53C700-66 SCSI DRIVER
121P: James E.J. Bottomley
122M: James.Bottomley@HansenPartnership.com
123L: linux-scsi@vger.kernel.org
124S: Maintained
125
1266PACK NETWORK DRIVER FOR AX.25
127P: Andreas Koensgen
128M: ajk@iehk.rwth-aachen.de
129L: linux-hams@vger.kernel.org
130S: Maintained
131
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328169 10/100/1000 GIGABIT ETHERNET DRIVER
133P: Francois Romieu
134M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700135L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136S: Maintained
137
1388250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139L: linux-serial@vger.kernel.org
140W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100141S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142
1438390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
144P: Paul Gortmaker
145M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700146L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147S: Maintained
148
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001499P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100150P: Eric Van Hensbergen
151M: ericvh@gmail.com
152P: Ron Minnich
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500153M: rminnich@sandia.gov
Jim Cromiece00f852006-11-30 04:49:44 +0100154P: Latchesar Ionkov
155M: lucho@ionkov.net
156L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500157W: http://swik.net/v9fs
Jim Cromiece00f852006-11-30 04:49:44 +0100158T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
159S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800160
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161A2232 SERIAL BOARD DRIVER
162P: Enver Haase
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163M: A2232@gmx.net
164L: linux-m68k@lists.linux-m68k.org
165S: Maintained
166
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700167AACRAID SCSI RAID DRIVER
168P: Adaptec OEM Raid Solutions
169M: aacraid@adaptec.com
170L: linux-scsi@vger.kernel.org
171W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172S: Supported
173
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700174ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200175P: Hans de Goede
176M: j.w.r.degoede@hhs.nl
177L: lm-sensors@lm-sensors.org
178S: Maintained
179
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700180ABIT UGURU 3 HARDWARE MONITOR DRIVER
181P: Alistair John Strachan
182M: alistair@devzero.co.uk
183L: lm-sensors@lm-sensors.org
184S: Maintained
185
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186ACENIC DRIVER
187P: Jes Sorensen
188M: jes@trained-monkey.org
189L: linux-acenic@sunsite.dk
190S: Maintained
191
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000192ACER WMI LAPTOP EXTRAS
193P: Carlos Corbacho
194M: carlos@strangeworlds.co.uk
195L: aceracpi@googlegroups.com (subscribers-only)
196W: http://code.google.com/p/aceracpi
197S: Maintained
198
Linus Torvalds1da177e2005-04-16 15:20:36 -0700199ACPI
Andi Kleen54cd3142008-09-04 13:30:07 +0200200P: Len Brown
Len Brown8b59a452007-01-08 19:03:28 -0500201M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500202L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400203W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800204T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500205S: Supported
206
207ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400208P: Alexey Starikovskiy
209M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500210L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300211W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500212S: Supported
213
214ACPI EC DRIVER
215P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400216M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500217L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300218W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500219S: Supported
220
221ACPI FAN DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400222P: Zhang Rui
223M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500224L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300225W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500226S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700228ACPI PCI HOTPLUG DRIVER
229P: Kristen Carlson Accardi
230M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -0700231L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -0500232S: Supported
233
234ACPI THERMAL DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400235P: Zhang Rui
236M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500237L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300238W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500239S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700240
Len Brown359acec2007-02-10 01:59:24 -0500241ACPI VIDEO DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400242P: Zhang Rui
Len Brown38e09d82007-10-25 17:55:59 -0400243M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500244L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300245W: http://www.lesswatts.org/projects/acpi/
Len Brown359acec2007-02-10 01:59:24 -0500246S: Supported
247
Carlos Corbachobff431e2008-02-05 02:17:04 +0000248ACPI WMI DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +0200249P: Carlos Corbacho
250M: carlos@strangeworlds.co.uk
251L: linux-acpi@vger.kernel.org
252W: http://www.lesswatts.org/projects/acpi/
253S: Maintained
Carlos Corbachobff431e2008-02-05 02:17:04 +0000254
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100255AD1889 ALSA SOUND DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +0200256P: Kyle McMartin
257M: kyle@mcmartin.ca
258P: Thibaut Varene
259M: T-Bone@parisc-linux.org
260W: http://wiki.parisc-linux.org/AD1889
261L: linux-parisc@vger.kernel.org
262S: Maintained
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100263
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264ADM1025 HARDWARE MONITOR DRIVER
265P: Jean Delvare
266M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200267L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268S: Maintained
269
Corentin Labbecae2caa2007-02-14 21:15:04 +0100270ADM1029 HARDWARE MONITOR DRIVER
271P: Corentin Labbe
272M: corentin.labbe@geomatys.fr
273L: lm-sensors@lm-sensors.org
274S: Maintained
275
Michael Wucc0b88c2007-08-31 01:15:25 -0400276ADM8211 WIRELESS DRIVER
277P: Michael Wu
278M: flamingice@sourmilk.net
279L: linux-wireless@vger.kernel.org
280W: http://linuxwireless.org/
281T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
282S: Maintained
283
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284ADT746X FAN DRIVER
285P: Colin Leroy
286M: colin@colino.net
287S: Maintained
288
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400289ADVANSYS SCSI DRIVER
290P: Matthew Wilcox
291M: matthew@wil.cx
292L: linux-scsi@vger.kernel.org
293S: Maintained
294
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295AEDSP16 DRIVER
296P: Riccardo Facchetti
297M: fizban@tin.it
298S: Maintained
299
300AFFS FILE SYSTEM
301P: Roman Zippel
302M: zippel@linux-m68k.org
303S: Maintained
304
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700305AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
306P: David Howells
307M: dhowells@redhat.com
308L: linux-afs@lists.infradead.org
309S: Supported
310
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400312P: David Airlie
313M: airlied@linux.ie
314T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315S: Maintained
316
317AHA152X SCSI DRIVER
318P: Juergen E. Fischer
319M: Juergen Fischer <fischer@norbit.de>
320L: linux-scsi@vger.kernel.org
321S: Maintained
322
Hannes Reinecke64624d42007-10-19 10:32:29 +0200323AIC7XXX / AIC79XX SCSI DRIVER
324P: Hannes Reinecke
325M: hare@suse.de
326L: linux-scsi@vger.kernel.org
327S: Maintained
328
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700329AIO
330P: Benjamin LaHaise
331M: bcrl@kvack.org
332L: linux-aio@kvack.org
333S: Supported
334
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335ALCATEL SPEEDTOUCH USB DRIVER
336P: Duncan Sands
337M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700338L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700339W: http://www.linux-usb.org/SpeedTouch/
340S: Maintained
341
Pierre Ossman272f1332007-05-14 21:25:26 +0200342ALCHEMY AU1XX0 MMC DRIVER
Manuel Lauss08fcb722008-06-09 08:40:35 +0200343P: Manuel Lauss
344M: manuel.lauss@gmail.com
345S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200346
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000347ALI1563 I2C DRIVER
348P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100349M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200350L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000351S: Maintained
352
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353ALPHA PORT
354P: Richard Henderson
355M: rth@twiddle.net
356S: Odd Fixes for 2.4; Maintained for 2.6.
357P: Ivan Kokshaysky
358M: ink@jurassic.park.msu.ru
359S: Maintained for 2.4; PCI support for 2.6.
360
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700361AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
362P: Thomas Dahlmann
363M: thomas.dahlmann@amd.com
Jordan Crouse67d76712008-05-12 14:02:22 -0700364L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700365S: Supported
366
Jordan Crousef90b8112006-01-06 00:12:14 -0800367AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100368P: Jordan Crouse
Jordan Crouse67d76712008-05-12 14:02:22 -0700369L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Jordan Crousef90b8112006-01-06 00:12:14 -0800370W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
371S: Supported
372
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200373AMD IOMMU (AMD-VI)
374P: Joerg Roedel
375M: joerg.roedel@amd.com
376L: iommu@lists.linux-foundation.org
Joerg Roedelbbd001c2008-09-17 17:22:45 +0200377T: git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200378S: Supported
379
Peter Orubae7f5b302008-07-28 18:44:11 +0200380AMD MICROCODE UPDATE SUPPORT
381P: Peter Oruba
382M: peter.oruba@amd.com
383S: Supported
384
Stelian Pop284f42b2006-12-12 18:18:31 +0100385AMS (Apple Motion Sensor) DRIVER
386P: Stelian Pop
387M: stelian@popies.net
388P: Michael Hanselmann
389M: linux-kernel@hansmi.ch
390S: Supported
391
Tom Tuckerf94b5332006-09-22 15:22:48 -0700392AMSO1100 RNIC DRIVER
393P: Tom Tucker
394M: tom@opengridcomputing.com
395P: Steve Wise
396M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700397L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700398S: Maintained
399
Johannes Berg42269062006-07-25 16:15:50 +0200400AOA (Apple Onboard Audio) ALSA DRIVER
401P: Johannes Berg
402M: johannes@sipsolutions.net
403L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200404L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200405S: Maintained
406
Linus Torvalds1da177e2005-04-16 15:20:36 -0700407APM DRIVER
408P: Stephen Rothwell
409M: sfr@canb.auug.org.au
410L: linux-laptop@vger.kernel.org
411W: http://www.canb.auug.org.au/~sfr/
412S: Supported
413
Henrik Rydbergbd7aa4b2008-09-02 14:35:43 -0700414APPLE BCM5974 MULTITOUCH DRIVER
415P: Henrik Rydberg
416M: rydberg@euromail.se
417L: linux-input@vger.kernel.org
418S: Maintained
419
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700420APPLE SMC DRIVER
421P: Nicolas Boichat
422M: nicolas@boichat.ch
423L: mactel-linux-devel@lists.sourceforge.net
424S: Maintained
425
Linus Torvalds1da177e2005-04-16 15:20:36 -0700426APPLETALK NETWORK LAYER
427P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300428M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700429S: Maintained
430
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400431APPLETOUCH TOUCHPAD DRIVER
432P: Johannes Berg
433M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400434L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400435S: Maintained
436
Jaya Kumar1154ea72005-06-21 17:17:04 -0700437ARC FRAMEBUFFER DRIVER
438P: Jaya Kumar
439M: jayalk@intworks.biz
440S: Maintained
441
Linus Torvalds1da177e2005-04-16 15:20:36 -0700442ARM MFM AND FLOPPY DRIVERS
443P: Ian Molton
444M: spyro@f2s.com
445S: Maintained
446
Russell King2761f5c2007-05-24 06:56:08 +0200447ARM PRIMECELL MMCI PL180/1 DRIVER
Pierre Ossman6d799472008-07-22 14:36:57 +0200448S: Orphan
Russell King2761f5c2007-05-24 06:56:08 +0200449
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800450ARM/ADI ROADRUNNER MACHINE SUPPORT
451P: Lennert Buytenhek
452M: kernel@wantstofly.org
453L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
454S: Maintained
455
456ARM/ADS SPHERE MACHINE SUPPORT
457P: Lennert Buytenhek
458M: kernel@wantstofly.org
459L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
460S: Maintained
461
Sergey Lapin9c784f92008-08-03 02:29:48 +0100462ARM/AFEB9260 MACHINE SUPPORT
463P: Sergey Lapin
464M: slapin@ossfans.org
465L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
466S: Maintained
467
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800468ARM/AJECO 1ARM MACHINE SUPPORT
469P: Lennert Buytenhek
470M: kernel@wantstofly.org
471L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
472S: Maintained
473
Andrew Victord4a89c72006-12-04 13:56:21 +0100474ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
Jean Delvare795fb7e2008-09-20 12:33:08 +0200475P: Andrew Victor
476M: linux@maxim.org.za
477L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
478W: http://maxim.org.za/at91_26.html
479S: Maintained
Andrew Victord4a89c72006-12-04 13:56:21 +0100480
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800481ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
482P: Lennert Buytenhek
483M: kernel@wantstofly.org
484L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
485S: Maintained
486
487ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
488P: Lennert Buytenhek
489M: kernel@wantstofly.org
490L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
491S: Maintained
492
Mike Rapoportd48134e2008-08-20 09:03:26 +0100493ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
Russell Kinga9da4f72008-07-12 21:42:04 +0100494P: Mike Rapoport
495M: mike@compulab.co.il
496L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
497S: Maintained
498
Linus Torvalds1da177e2005-04-16 15:20:36 -0700499ARM/CORGI MACHINE SUPPORT
500P: Richard Purdie
501M: rpurdie@rpsys.net
502S: Maintained
503
Russell Kinga9da4f72008-07-12 21:42:04 +0100504ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
505P: Daniel Ribeiro
506M: drwyrm@gmail.com
507P: Stefan Schmidt
508M: stefan@openezx.org
509P: Harald Welte
510M: laforge@openezx.org
511L: openezx-devel@lists.openezx.org (subscribers-only)
512W: http://www.openezx.org/
513S: Maintained
514
Sascha Hauer86183a52008-07-24 23:50:35 +0200515ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
516P: Sascha Hauer
517M: kernel@pengutronix.de
518L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
519S: Maintained
520
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800521ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
522P: Lennert Buytenhek
523M: kernel@wantstofly.org
524L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
525S: Maintained
526
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100527ARM/GUMSTIX MACHINE SUPPORT
528P: Steve Sakoman
529M: sakoman@gmail.com
530L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
531S: Maintained
532
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100533ARM/HP JORNADA 7XX MACHINE SUPPORT
Jean Delvare795fb7e2008-09-20 12:33:08 +0200534P: Kristoffer Ericson
535M: kristoffer.ericson@gmail.com
536W: www.jlime.com
537S: Maintained
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100538
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800539ARM/INTEL IOP32X ARM ARCHITECTURE
540P: Lennert Buytenhek
541M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100542P: Dan Williams
543M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800544L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100545S: Supported
546
547ARM/INTEL IOP33X ARM ARCHITECTURE
548P: Dan Williams
549M: dan.j.williams@intel.com
550L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
551S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800552
553ARM/INTEL IOP13XX ARM ARCHITECTURE
554P: Lennert Buytenhek
555M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100556P: Dan Williams
557M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800558L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100559S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800560
561ARM/INTEL IQ81342EX MACHINE SUPPORT
562P: Lennert Buytenhek
563M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100564P: Dan Williams
565M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800566L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100567S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800568
569ARM/INTEL IXP2000 ARM ARCHITECTURE
570P: Lennert Buytenhek
571M: kernel@wantstofly.org
572L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
573S: Maintained
574
575ARM/INTEL IXDP2850 MACHINE SUPPORT
576P: Lennert Buytenhek
577M: kernel@wantstofly.org
578L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
579S: Maintained
580
581ARM/INTEL IXP23XX ARM ARCHITECTURE
582P: Lennert Buytenhek
583M: kernel@wantstofly.org
584L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
585S: Maintained
586
587ARM/INTEL XSC3 (MANZANO) ARM CORE
588P: Lennert Buytenhek
589M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100590P: Dan Williams
591M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800592L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100593S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800594
595ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
596P: Lennert Buytenhek
597M: kernel@wantstofly.org
598L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
599S: Maintained
600
601ARM/LOGICPD PXA270 MACHINE SUPPORT
602P: Lennert Buytenhek
603M: kernel@wantstofly.org
604L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
605S: Maintained
606
Philipp Zabel3b8861712008-07-09 21:27:15 +0100607ARM/MAGICIAN MACHINE SUPPORT
608P: Philipp Zabel
609M: philipp.zabel@gmail.com
610S: Maintained
611
Dirk Opfer8459c152005-11-06 14:27:52 +0000612ARM/TOSA MACHINE SUPPORT
Dmitry Baryshkov93887042008-07-07 10:50:06 +0100613P: Dmitry Baryshkov
614M: dbaryshkov@gmail.com
Dirk Opfer8459c152005-11-06 14:27:52 +0000615P: Dirk Opfer
616M: dirk@opfer-online.de
617S: Maintained
618
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100619ARM/PALMTX SUPPORT
620P: Marek Vasut
621M: marek.vasut@gmail.com
622W: http://hackndev.com
623S: Maintained
624
Sergey Lapinc49e1e62008-08-29 15:47:52 +0100625ARM/PALMZ72 SUPPORT
626P: Sergey Lapin
627M: slapin@ossfans.org
628W: http://hackndev.com
629S: Maintained
630
Linus Torvalds1da177e2005-04-16 15:20:36 -0700631ARM/PLEB SUPPORT
632P: Peter Chubb
633M: pleb@gelato.unsw.edu.au
634W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
635S: Maintained
636
637ARM/PT DIGITAL BOARD PORT
638P: Stefan Eletzhofer
639M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700640L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641W: http://www.arm.linux.org.uk/
642S: Maintained
643
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800644ARM/RADISYS ENP2611 MACHINE SUPPORT
645P: Lennert Buytenhek
646M: kernel@wantstofly.org
647L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
648S: Maintained
649
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650ARM/SHARK MACHINE SUPPORT
651P: Alexander Schulz
652M: alex@shark-linux.de
653W: http://www.shark-linux.de/shark.html
654S: Maintained
655
656ARM/STRONGARM110 PORT
657P: Russell King
658M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700659L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700660W: http://www.arm.linux.org.uk/
661S: Maintained
662
663ARM/S3C2410 ARM ARCHITECTURE
664P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800665M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700666L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667W: http://www.fluff.org/ben/linux/
668S: Maintained
669
670ARM/S3C2440 ARM ARCHITECTURE
671P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800672M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700673L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700674W: http://www.fluff.org/ben/linux/
675S: Maintained
676
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800677ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
678P: Lennert Buytenhek
679M: kernel@wantstofly.org
680L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
681S: Maintained
682
683ARM/THECUS N2100 MACHINE SUPPORT
684P: Lennert Buytenhek
685M: kernel@wantstofly.org
686L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
687S: Maintained
688
Linus Torvalds1da177e2005-04-16 15:20:36 -0700689ARPD SUPPORT
690P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700691L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700692S: Maintained
693
694ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500695P: Corentin Chary
696M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700697P: Karol Kozimor
698M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700699L: acpi4asus-user@lists.sourceforge.net
700W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500701W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700702S: Maintained
703
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400704ASUS ASB100 HARDWARE MONITOR DRIVER
705P: Mark M. Hoffman
706M: mhoffman@lightlink.com
707L: lm-sensors@lm-sensors.org
708S: Maintained
709
Corentin Chary85091b72007-01-26 14:04:30 +0100710ASUS LAPTOP EXTRAS DRIVER
711P: Corentin Chary
712M: corentincj@iksaif.net
713L: acpi4asus-user@lists.sourceforge.net
714W: http://sourceforge.net/projects/acpi4asus
715W: http://xf.iksaif.net/acpi4asus
716S: Maintained
717
Dan Williamsb3e5f262007-08-07 10:26:35 -0700718ASYNCHRONOUS TRANSFERS/TRANSFORMS API
719P: Dan Williams
720M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100721P: Maciej Sosnowski
722M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700723L: linux-kernel@vger.kernel.org
724W: http://sourceforge.net/projects/xscaleiop
725S: Supported
726
Randy Dunlape7839f22008-10-12 16:11:45 -0700727ATA OVER ETHERNET (AOE) DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700728P: Ed L. Cashin
729M: ecashin@coraid.com
730W: http://www.coraid.com/support/linux
731S: Supported
732
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200733ATHEROS ATH5K WIRELESS DRIVER
734P: Jiri Slaby
735M: jirislaby@gmail.com
736P: Nick Kossifidis
737M: mickflemm@gmail.com
738P: Luis R. Rodriguez
739M: mcgrof@gmail.com
740L: linux-wireless@vger.kernel.org
741L: ath5k-devel@lists.ath5k.org
742S: Maintained
743
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700744ATHEROS ATH9K WIRELESS DRIVER
745P: Luis R. Rodriguez
746M: lrodriguez@atheros.com
747P: Jouni Malinen
748M: jmalinen@atheros.com
749L: linux-wireless@vger.kernel.org
750L: ath9k-devel@lists.ath9k.org
751S: Supported
752
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000753ATI_REMOTE2 DRIVER
754P: Ville Syrjala
755M: syrjala@sci.fi
756S: Maintained
757
Chris Snook7ae115b2008-09-09 03:26:57 -0400758ATLX ETHERNET DRIVERS
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600759P: Jay Cliburn
760M: jcliburn@gmail.com
761P: Chris Snook
762M: csnook@redhat.com
Chris Snook7ae115b2008-09-09 03:26:57 -0400763P: Jie Yang
764M: jie.yang@atheros.com
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600765L: atl1-devel@lists.sourceforge.net
766W: http://sourceforge.net/projects/atl1
767W: http://atl1.sourceforge.net
768S: Maintained
769
Linus Torvalds1da177e2005-04-16 15:20:36 -0700770ATM
771P: Chas Williams
772M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700773L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700774W: http://linux-atm.sourceforge.net
775S: Maintained
776
Pierre Ossman272f1332007-05-14 21:25:26 +0200777ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200778P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800779M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200780L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
781W: http://www.atmel.com/products/AT91/
782W: http://www.at91.com/
783S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200784
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800785ATMEL AT91 / AT32 SERIAL DRIVER
786P: Haavard Skinnemoen
787M: hskinnemoen@atmel.com
788L: linux-kernel@vger.kernel.org
789S: Supported
790
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800791ATMEL LCDFB DRIVER
792P: Nicolas Ferre
793M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800794L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800795S: Maintained
796
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100797ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100798P: Haavard Skinnemoen
799M: hskinnemoen@atmel.com
800S: Supported
801
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800802ATMEL SPI DRIVER
803P: Haavard Skinnemoen
804M: hskinnemoen@atmel.com
805S: Supported
806
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700807ATMEL USBA UDC DRIVER
808P: Haavard Skinnemoen
809M: hskinnemoen@atmel.com
810L: kernel@avr32linux.org
811W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
812S: Supported
813
Linus Torvalds1da177e2005-04-16 15:20:36 -0700814ATMEL WIRELESS DRIVER
815P: Simon Kelley
816M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700817L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700818W: http://www.thekelleys.org.uk/atmel
819W: http://atmelwlandriver.sourceforge.net/
820S: Maintained
821
Chris Wrighta92b7b82005-07-07 18:12:23 -0700822AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400823P: Al Viro
824M: viro@zeniv.linux.org.uk
825P: Eric Paris
826M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700827L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100828W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400829T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700830S: Maintained
831
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800832AUXILIARY DISPLAY DRIVERS
833P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700834M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800835L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700836W: http://miguelojeda.es/auxdisplay.htm
837W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800838S: Maintained
839
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700840AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700841P: Haavard Skinnemoen
842M: hskinnemoen@atmel.com
843W: http://www.atmel.com/products/AVR32/
844W: http://avr32linux.org/
845W: http://avrfreaks.net/
846S: Supported
847
848AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700849P: Haavard Skinnemoen
850M: hskinnemoen@atmel.com
851S: Supported
852
Linus Torvalds1da177e2005-04-16 15:20:36 -0700853AX.25 NETWORK LAYER
854P: Ralf Baechle
855M: ralf@linux-mips.org
856L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200857W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700858S: Maintained
859
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700860B43 WIRELESS DRIVER
861P: Michael Buesch
862M: mb@bu3sch.de
863P: Stefano Brivio
864M: stefano.brivio@polimi.it
865L: linux-wireless@vger.kernel.org
866W: http://linuxwireless.org/en/users/Drivers/b43
867S: Maintained
868
869B43LEGACY WIRELESS DRIVER
870P: Larry Finger
871M: Larry.Finger@lwfinger.net
872P: Stefano Brivio
873M: stefano.brivio@polimi.it
874L: linux-wireless@vger.kernel.org
875W: http://linuxwireless.org/en/users/Drivers/b43
876S: Maintained
877
Richard Purdie300abeb2007-02-07 22:21:07 +0000878BACKLIGHT CLASS/SUBSYSTEM
879P: Richard Purdie
880M: rpurdie@rpsys.net
881S: Maintained
882
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700883BAYCOM/HDLCDRV DRIVERS FOR AX.25
884P: Thomas Sailer
885M: t.sailer@alumni.ethz.ch
886L: linux-hams@vger.kernel.org
887W: http://www.baycom.org/~tom/ham/ham.html
888S: Maintained
889
890BEFS FILE SYSTEM
891P: Sergey S. Kostyliov
892M: rathamahata@php4.ru
893L: linux-kernel@vger.kernel.org
894S: Maintained
895
896BFS FILE SYSTEM
897P: Tigran A. Aivazian
898M: tigran@aivazian.fsnet.co.uk
899L: linux-kernel@vger.kernel.org
900S: Maintained
901
Bryan Wu1394f032007-05-06 14:50:22 -0700902BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800903P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800904M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800905L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
906W: http://blackfin.uclinux.org
907S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700908
Bryan Wue190d6b2007-07-17 14:43:44 +0800909BLACKFIN EMAC DRIVER
910P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800911M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800912L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
913W: http://blackfin.uclinux.org
914S: Supported
915
Mike Frysinger566da5b2007-06-11 15:31:30 +0800916BLACKFIN RTC DRIVER
917P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800918M: vapier.adi@gmail.com
919L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
920W: http://blackfin.uclinux.org
921S: Supported
922
Bryan Wu1394f032007-05-06 14:50:22 -0700923BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800924P: Sonic Zhang
925M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800926L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
927W: http://blackfin.uclinux.org
928S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700929
Bryan Wu1e6d3202007-07-15 02:50:02 +0800930BLACKFIN WATCHDOG DRIVER
931P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800932M: vapier.adi@gmail.com
933L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
934W: http://blackfin.uclinux.org
935S: Supported
936
Bryan Wud24ecfc2007-05-01 23:26:32 +0200937BLACKFIN I2C TWI DRIVER
938P: Sonic Zhang
939M: sonic.zhang@analog.com
940L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
941W: http://blackfin.uclinux.org/
942S: Supported
943
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944BLOCK LAYER
945P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200946M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700947L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800948T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700949S: Maintained
950
Joern Engel2b54aae2008-02-06 01:38:02 -0800951BLOCK2MTD DRIVER
952P: Joern Engel
953M: joern@lazybastard.org
954L: linux-mtd@lists.infradead.org
955S: Maintained
956
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200957BLUETOOTH DRIVERS
958P: Marcel Holtmann
959M: marcel@holtmann.org
960L: linux-bluetooth@vger.kernel.org
961W: http://www.bluez.org/
962S: Maintained
963
Linus Torvalds1da177e2005-04-16 15:20:36 -0700964BLUETOOTH SUBSYSTEM
965P: Marcel Holtmann
966M: marcel@holtmann.org
Pavel Machek781c2842008-03-20 15:41:02 -0700967L: linux-bluetooth@vger.kernel.org
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200968W: http://www.bluez.org/
Josh Boyer1adc1232005-11-23 15:44:15 -0800969T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700970S: Maintained
971
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100973P: Jay Vosburgh
974M: fubar@us.ibm.com
975L: bonding-devel@lists.sourceforge.net
976W: http://sourceforge.net/projects/bonding/
977S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978
Gary Zambrano39105892006-06-22 17:26:20 -0700979BROADCOM B44 10/100 ETHERNET DRIVER
980P: Gary Zambrano
981M: zambrano@broadcom.com
982L: netdev@vger.kernel.org
983S: Supported
984
Michael Chan948c51e2006-06-04 02:51:39 -0700985BROADCOM BNX2 GIGABIT ETHERNET DRIVER
986P: Michael Chan
987M: mchan@broadcom.com
988L: netdev@vger.kernel.org
989S: Supported
990
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -0800991BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -0700992P: Eilon Greenstein
993M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -0800994L: netdev@vger.kernel.org
995S: Supported
996
Michael Chan948c51e2006-06-04 02:51:39 -0700997BROADCOM TG3 GIGABIT ETHERNET DRIVER
998P: Michael Chan
999M: mchan@broadcom.com
1000L: netdev@vger.kernel.org
1001S: Supported
1002
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001003BSG (block layer generic sg v4 driver)
1004P: FUJITA Tomonori
1005M: fujita.tomonori@lab.ntt.co.jp
1006L: linux-scsi@vger.kernel.org
1007S: Supported
1008
Michael Bueschff1d5c22008-07-25 01:46:10 -07001009BT8XXGPIO DRIVER
1010P: Michael Buesch
1011M: mb@bu3sch.de
1012W: http://bu3sch.de/btgpio.php
1013S: Maintained
1014
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001016P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001017M: mchehab@infradead.org
1018M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001019L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001020W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001021T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001022S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001023
Jonathan Corbet77d51402007-03-22 19:44:17 -03001024CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02001025P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03001026M: corbet@lwn.net
1027L: video4linux-list@redhat.com
1028S: Maintained
1029
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001030CALGARY x86-64 IOMMU
1031P: Muli Ben-Yehuda
1032M: muli@il.ibm.com
1033P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001034M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001035L: linux-kernel@vger.kernel.org
1036L: discuss@x86-64.org
1037S: Maintained
1038
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001039CAN NETWORK LAYER
1040P: Urs Thuermann
1041M: urs.thuermann@volkswagen.de
1042P: Oliver Hartkopp
1043M: oliver.hartkopp@volkswagen.de
1044L: socketcan-core@lists.berlios.de (subscribers-only)
1045W: http://developer.berlios.de/projects/socketcan/
1046S: Maintained
1047
Arnd Bergmannb8154542008-05-16 11:10:59 +02001048CELL BROADBAND ENGINE ARCHITECTURE
1049P: Arnd Bergmann
1050M: arnd@arndb.de
1051L: linuxppc-dev@ozlabs.org
1052L: cbe-oss-dev@ozlabs.org
1053W: http://www.ibm.com/developerworks/power/cell/
1054S: Supported
1055
David Vrabel18332a82008-09-17 16:34:44 +01001056CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1057P: David Vrabel
1058M: david.vrabel@csr.com
1059L: linux-usb@vger.kernel.org
1060S: Supported
1061
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001062CFAG12864B LCD DRIVER
1063P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001064M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001065L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001066W: http://miguelojeda.es/auxdisplay.htm
1067W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001068S: Maintained
1069
1070CFAG12864BFB LCD FRAMEBUFFER DRIVER
1071P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001072M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001073L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001074W: http://miguelojeda.es/auxdisplay.htm
1075W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001076S: Maintained
1077
Johannes Berg704232c2007-04-23 12:20:05 -07001078CFG80211 and NL80211
1079P: Johannes Berg
1080M: johannes@sipsolutions.net
1081L: linux-wireless@vger.kernel.org
1082S: Maintained
1083
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001084CHECKPATCH
1085P: Andy Whitcroft
1086M: apw@shadowen.org
1087P: Randy Dunlap
1088M: rdunlap@xenotime.net
1089P: Joel Schopp
1090M: jschopp@austin.ibm.com
1091S: Supported
1092
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001093CISCO 10G ETHERNET DRIVER
1094P: Scott Feldman
1095M: scofeldm@cisco.com
1096P: Joe Eykholt
1097M: jeykholt@cisco.com
Joel Becker7063fbf2005-12-15 14:29:43 -08001098S: Supported
1099
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001100CIRRUS LOGIC EP93XX ETHERNET DRIVER
1101P: Lennert Buytenhek
1102M: kernel@wantstofly.org
1103L: netdev@vger.kernel.org
1104S: Maintained
1105
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001106CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1107P: Lennert Buytenhek
1108M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001109L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001110S: Maintained
1111
Timur Tabid9e9d822008-04-24 08:45:26 +10001112CIRRUS LOGIC CS4270 SOUND DRIVER
1113P: Timur Tabi
1114M: timur@freescale.com
1115L: alsa-devel@alsa-project.org
1116S: Supported
1117
Linus Torvalds1da177e2005-04-16 15:20:36 -07001118CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1119P: Cirrus Logic Corporation (kernel 2.2 driver)
1120M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1121P: Nils Faerber (port to kernel 2.4)
1122M: Nils Faerber <nils@kernelconcepts.de>
1123S: Maintained
1124
1125CODA FILE SYSTEM
1126P: Jan Harkes
1127M: jaharkes@cs.cmu.edu
1128M: coda@cs.cmu.edu
1129L: codalist@coda.cs.cmu.edu
1130W: http://www.coda.cs.cmu.edu/
1131S: Maintained
1132
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001133COMMON INTERNET FILE SYSTEM (CIFS)
1134P: Steve French
1135M: sfrench@samba.org
1136L: linux-cifs-client@lists.samba.org
1137L: samba-technical@lists.samba.org
1138W: http://linux-cifs.samba.org/
1139T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1140S: Supported
1141
Linus Torvalds1da177e2005-04-16 15:20:36 -07001142COMPACTPCI HOTPLUG CORE
1143P: Scott Murray
1144M: scottm@somanetworks.com
1145M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001146L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001147S: Supported
1148
1149COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1150P: Scott Murray
1151M: scottm@somanetworks.com
1152M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001153L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001154S: Supported
1155
1156COMPACTPCI HOTPLUG GENERIC DRIVER
1157P: Scott Murray
1158M: scottm@somanetworks.com
1159M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001160L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001161S: Supported
1162
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001163COMPAL LAPTOP SUPPORT
1164P: Cezary Jackiewicz
1165M: cezary.jackiewicz@gmail.com
1166S: Maintained
1167
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168COMPUTONE INTELLIPORT MULTIPORT CARD
1169P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001170M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001171W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001172S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173
Simon Arlott949be0f2007-03-06 02:47:46 -08001174CONEXANT ACCESSRUNNER USB DRIVER
1175P: Simon Arlott
1176M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001177L: accessrunner-general@lists.sourceforge.net
1178W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001179S: Maintained
1180
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001181CONFIGFS
1182P: Joel Becker
1183M: joel.becker@oracle.com
1184L: linux-kernel@vger.kernel.org
1185S: Supported
1186
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001187CONTROL GROUPS (CGROUPS)
1188P: Paul Menage
1189M: menage@google.com
1190L: containers@lists.linux-foundation.org
1191S: Maintained
1192
Rudolf Marekbebe4672007-05-08 17:22:02 +02001193CORETEMP HARDWARE MONITORING DRIVER
1194P: Rudolf Marek
1195M: r.marek@assembler.cz
1196L: lm-sensors@lm-sensors.org
1197S: Maintained
1198
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199COSA/SRP SYNC SERIAL DRIVER
1200P: Jan "Yenya" Kasprzak
1201M: kas@fi.muni.cz
1202W: http://www.fi.muni.cz/~kas/cosa/
1203S: Maintained
1204
1205CPU FREQUENCY DRIVERS
1206P: Dave Jones
Dave Jonesf4432c52008-10-20 13:31:45 -04001207M: davej@redhat.com
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001208L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001209W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001210T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211S: Maintained
1212
1213CPUID/MSR DRIVER
1214P: H. Peter Anvin
1215M: hpa@zytor.com
1216S: Maintained
1217
Paul Jacksoned90fb42005-09-27 21:45:37 -07001218CPUSETS
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001219P: Paul Menage
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001220M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001221L: linux-kernel@vger.kernel.org
1222W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001223W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001224S: Supported
1225
Linus Torvalds1da177e2005-04-16 15:20:36 -07001226CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001227W: http://sourceforge.net/projects/cramfs/
1228S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001229
1230CRIS PORT
1231P: Mikael Starvik
1232M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001233P: Jesper Nilsson
1234M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235L: dev-etrax@axis.com
1236W: http://developer.axis.com
1237S: Maintained
1238
1239CRYPTO API
1240P: Herbert Xu
1241M: herbert@gondor.apana.org.au
1242P: David S. Miller
1243M: davem@davemloft.net
1244L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001245T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246S: Maintained
1247
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001248CS5535 Audio ALSA driver
1249P: Jaya Kumar
1250M: jayakumar.alsa@gmail.com
1251S: Maintained
1252
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001253CX18 VIDEO4LINUX DRIVER
1254P: Hans Verkuil, Andy Walls
1255M: hverkuil@xs4all.nl, awalls@radix.net
1256L: ivtv-devel@ivtvdriver.org
1257L: ivtv-users@ivtvdriver.org
1258L: video4linux-list@redhat.com
1259W: http://linuxtv.org
1260S: Maintained
1261
Steve Wisee5ec3782008-05-20 14:06:33 -07001262CXGB3 ETHERNET DRIVER (CXGB3)
1263P: Divy Le Ray
1264M: divy@chelsio.com
1265L: netdev@vger.kernel.org
1266W: http://www.chelsio.com
1267S: Supported
1268
1269CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1270P: Steve Wise
1271M: swise@chelsio.com
1272L: general@lists.openfabrics.org
1273W: http://www.openfabrics.org
1274S: Supported
1275
Linus Torvalds1da177e2005-04-16 15:20:36 -07001276CYBERPRO FB DRIVER
1277P: Russell King
1278M: rmk@arm.linux.org.uk
1279W: http://www.arm.linux.org.uk/
1280S: Maintained
1281
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001282CYBLAFB FRAMEBUFFER DRIVER
1283P: Knut Petersen
1284M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001285L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001286S: Maintained
1287
Linus Torvalds1da177e2005-04-16 15:20:36 -07001288CYCLADES 2X SYNC CARD DRIVER
1289P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001290M: acme@ghostprotocols.net
1291W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001292S: Maintained
1293
1294CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001296S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001297
1298CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001299W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001300S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302DAMA SLAVE for AX.25
1303P: Joerg Reuter
1304M: jreuter@yaina.de
1305W: http://yaina.de/jreuter/
1306W: http://www.qsl.net/dl1bke/
1307L: linux-hams@vger.kernel.org
1308S: Maintained
1309
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001310DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1311P: Tobias Ringstrom
1312M: tori@unhappy.mine.nu
1313L: netdev@vger.kernel.org
1314S: Maintained
1315
1316DC390/AM53C974 SCSI driver
1317P: Kurt Garloff
1318M: garloff@suse.de
1319W: http://www.garloff.de/kurt/linux/dc390/
1320P: Guennadi Liakhovetski
1321M: g.liakhovetski@gmx.de
1322S: Maintained
1323
Linus Torvalds1da177e2005-04-16 15:20:36 -07001324DC395x SCSI driver
1325P: Oliver Neukum
1326M: oliver@neukum.name
1327P: Ali Akcaagac
1328M: aliakc@web.de
1329P: Jamie Lenehan
1330M: lenehan@twibble.org
1331W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001332L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333L: http://lists.twibble.org/mailman/listinfo/dc395x/
1334S: Maintained
1335
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001336DCCP PROTOCOL
1337P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001338M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001339L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001340W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001341S: Maintained
1342
Linus Torvalds1da177e2005-04-16 15:20:36 -07001343DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001344P: Christine Caulfield
1345M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001346W: http://linux-decnet.sourceforge.net
1347L: linux-decnet-user@lists.sourceforge.net
1348S: Maintained
1349
1350DEFXX FDDI NETWORK DRIVER
1351P: Maciej W. Rozycki
1352M: macro@linux-mips.org
1353S: Maintained
1354
1355DELL LAPTOP SMM DRIVER
1356P: Massimo Dal Zotto
1357M: dz@debian.org
1358W: http://www.debian.org/~dz/i8k/
1359S: Maintained
1360
Doug Warzecha90563ec2005-09-06 15:17:15 -07001361DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1362P: Doug Warzecha
1363M: Douglas_Warzecha@dell.com
1364S: Maintained
1365
Linus Torvalds1da177e2005-04-16 15:20:36 -07001366DEVICE NUMBER REGISTRY
1367P: Torben Mathiasen
1368M: device@lanana.org
1369W: http://lanana.org/docs/device-list/index.html
1370L: linux-kernel@vger.kernel.org
1371S: Maintained
1372
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001373DEVICE-MAPPER (LVM)
1374P: Alasdair Kergon
1375L: dm-devel@redhat.com
1376W: http://sources.redhat.com/dm
1377S: Maintained
1378
Linus Torvalds1da177e2005-04-16 15:20:36 -07001379DIGI INTL. EPCA DRIVER
1380P: Digi International, Inc
1381M: Eng.Linux@digi.com
1382L: Eng.Linux@digi.com
1383W: http://www.digi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001384S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001385
Randy Dunlape7839f22008-10-12 16:11:45 -07001386DIRECTORY NOTIFICATION (DNOTIFY)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001387P: Stephen Rothwell
1388M: sfr@canb.auug.org.au
1389L: linux-kernel@vger.kernel.org
1390S: Supported
1391
1392DISK GEOMETRY AND PARTITION HANDLING
1393P: Andries Brouwer
1394M: aeb@cwi.nl
1395W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1396W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1397W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1398S: Maintained
1399
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001400DISKQUOTA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001401P: Jan Kara
1402M: jack@suse.cz
1403L: linux-kernel@vger.kernel.org
1404S: Maintained
1405
Randy Dunlape7839f22008-10-12 16:11:45 -07001406DISTRIBUTED LOCK MANAGER (DLM)
Christine Caulfield8943f262008-02-14 19:31:31 -08001407P: Christine Caulfield
1408M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001409P: David Teigland
1410M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001411L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001412W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001413T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001414S: Supported
1415
Dan Williamsb3e5f262007-08-07 10:26:35 -07001416DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001417P: Maciej Sosnowski
1418M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001419P: Dan Williams
1420M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001421L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001422S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001423
Juerg Haefligerb8250372007-06-09 10:11:16 -04001424DME1737 HARDWARE MONITOR DRIVER
1425P: Juerg Haefliger
1426M: juergh@gmail.com
1427L: lm-sensors@lm-sensors.org
1428S: Maintained
1429
Martin Waitzba483d52005-06-17 13:20:59 -07001430DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001431P: Randy Dunlap
1432M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001433S: Maintained
1434
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001435DOCKING STATION DRIVER
1436P: Kristen Carlson Accardi
1437M: kristen.c.accardi@intel.com
1438L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001439S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001440
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001441DOCUMENTATION (/Documentation directory)
Jean Delvare795fb7e2008-09-20 12:33:08 +02001442P: Michael Kerrisk
1443M: mtk.manpages@gmail.com
1444P: Randy Dunlap
1445M: rdunlap@xenotime.net
1446L: linux-doc@vger.kernel.org
1447S: Maintained
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001448
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449DOUBLETALK DRIVER
1450P: James R. Van Zandt
1451M: jrv@vanzandt.mv.com
1452L: blinux-list@redhat.com
1453S: Maintained
1454
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001455DPT_I2O SCSI RAID DRIVER
1456P: Adaptec OEM Raid Solutions
1457M: aacraid@adaptec.com
1458L: linux-scsi@vger.kernel.org
1459W: http://www.adaptec.com/
1460S: Maintained
1461
Linus Torvalds1da177e2005-04-16 15:20:36 -07001462DRIVER CORE, KOBJECTS, AND SYSFS
1463P: Greg Kroah-Hartman
1464M: gregkh@suse.de
1465L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001466T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001467S: Supported
1468
1469DRM DRIVERS
1470P: David Airlie
1471M: airlied@linux.ie
1472L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001473T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001474S: Maintained
1475
1476DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001477P: Francois Romieu
1478M: romieu@fr.zoreil.com
1479L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001480S: Maintained
1481
1482DVB SUBSYSTEM AND DRIVERS
1483P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001484M: v4l-dvb-maintainer@linuxtv.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02001485L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001486W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001487T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001488S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001489
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001490DZ DECSTATION DZ11 SERIAL DRIVER
1491P: Maciej W. Rozycki
1492M: macro@linux-mips.org
1493S: Maintained
1494
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495EATA-DMA SCSI DRIVER
1496P: Michael Neuffer
1497L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1498S: Maintained
1499
1500EATA ISA/EISA/PCI SCSI DRIVER
1501P: Dario Ballabio
1502M: ballabio_dario@emc.com
1503L: linux-scsi@vger.kernel.org
1504S: Maintained
1505
1506EATA-PIO SCSI DRIVER
1507P: Michael Neuffer
1508M: mike@i-Connect.Net
1509L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1510S: Maintained
1511
1512EBTABLES
1513P: Bart De Schuymer
1514M: bart.de.schuymer@pandora.be
1515L: ebtables-user@lists.sourceforge.net
1516L: ebtables-devel@lists.sourceforge.net
1517W: http://ebtables.sourceforge.net/
1518S: Maintained
1519
Michael Halcrow237fead2006-10-04 02:16:22 -07001520ECRYPT FILE SYSTEM
1521P: Mike Halcrow, Phillip Hellewell
1522M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1523L: ecryptfs-devel@lists.sourceforge.net
1524W: http://ecryptfs.sourceforge.net/
1525S: Supported
1526
Alan Coxda9bb1d2006-01-18 17:44:13 -08001527EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001528P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001529M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001530L: bluesmoke-devel@lists.sourceforge.net
1531W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001532S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001533
1534EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001535P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001536P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001537M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001538M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001539L: bluesmoke-devel@lists.sourceforge.net
1540W: bluesmoke.sourceforge.net
1541S: Maintained
1542
1543EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001544P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001545M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001546L: bluesmoke-devel@lists.sourceforge.net
1547W: bluesmoke.sourceforge.net
1548S: Maintained
1549
Douglas Thompson6bc78402007-07-19 01:50:12 -07001550EDAC-I82443BXGX
1551P: Tim Small
1552M: tim@buttersideup.com
1553L: bluesmoke-devel@lists.sourceforge.net
1554W: bluesmoke.sourceforge.net
1555S: Maintained
1556
1557EDAC-I3000
1558P: Jason Uhlenkott
1559M: juhlenko@akamai.com
1560L: bluesmoke-devel@lists.sourceforge.net
1561W: bluesmoke.sourceforge.net
1562S: Maintained
1563
1564EDAC-I5000
1565P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001566M: dougthompson@xmission.com
1567L: bluesmoke-devel@lists.sourceforge.net
1568W: bluesmoke.sourceforge.net
1569S: Maintained
1570
1571EDAC-I82975X
1572P: Ranganathan Desikan
1573P: Arvind R.
1574M: rdesikan@jetzbroadband.com
1575M: arvind@acarlab.com
1576L: bluesmoke-devel@lists.sourceforge.net
1577W: bluesmoke.sourceforge.net
1578S: Maintained
1579
1580EDAC-PASEMI
1581P: Egor Martovetsky
1582M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001583L: bluesmoke-devel@lists.sourceforge.net
1584W: bluesmoke.sourceforge.net
1585S: Maintained
1586
Dave Peterson0e438e32006-03-26 01:38:55 -08001587EDAC-R82600
1588P: Tim Small
1589M: tim@buttersideup.com
1590L: bluesmoke-devel@lists.sourceforge.net
1591W: bluesmoke.sourceforge.net
1592S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001593
Eric Coopere59f8792008-03-13 12:55:46 +01001594EEEPC LAPTOP EXTRAS DRIVER
1595P: Corentin Chary
1596M: corentincj@iksaif.net
1597L: acpi4asus-user@lists.sourceforge.net
1598W: http://sourceforge.net/projects/acpi4asus
1599S: Maintained
1600
Linus Torvalds1da177e2005-04-16 15:20:36 -07001601EEPRO100 NETWORK DRIVER
1602P: Andrey V. Savochkin
1603M: saw@saw.sw.com.sg
1604S: Maintained
1605
Josh Triplett0bee8d22006-07-30 03:03:58 -07001606EFS FILESYSTEM
1607W: http://aeschi.ch.eu.org/efs/
1608S: Orphan
1609
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001610EHCA (IBM GX bus InfiniBand adapter) DRIVER
Heiko J Schickfab97222006-09-22 15:22:22 -07001611P: Hoang-Nam Nguyen
1612M: hnguyen@de.ibm.com
1613P: Christoph Raisch
1614M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001615L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001616S: Supported
1617
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001618EMBEDDED LINUX
1619P: Paul Gortmaker
1620M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001621P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001622M: dwmw2@infradead.org
1623L: linux-embedded@vger.kernel.org
1624S: Maintained
1625
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001626EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001627P: James Smart
1628M: james.smart@emulex.com
1629L: linux-scsi@vger.kernel.org
1630W: http://sourceforge.net/projects/lpfcxxxx
1631S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001632
Linus Torvalds1da177e2005-04-16 15:20:36 -07001633EPSON 1355 FRAMEBUFFER DRIVER
1634P: Christopher Hoover
1635M: ch@murgatroid.com, ch@hpl.hp.com
1636S: Maintained
1637
Kristoffer Ericsond5ca9002008-10-15 22:03:54 -07001638EPSON S1D13XXX FRAMEBUFFER DRIVER
1639P: Kristoffer Ericson
1640M: kristoffer.ericson@gmail.com
1641S: Maintained
1642
Linus Torvalds1da177e2005-04-16 15:20:36 -07001643ETHEREXPRESS-16 NETWORK DRIVER
1644P: Philip Blundell
1645M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001646L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001647S: Maintained
1648
1649ETHERNET BRIDGE
1650P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001651M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001652L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001653W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001654S: Maintained
1655
1656ETHERTEAM 16I DRIVER
1657P: Mika Kuoppala
1658M: miku@iki.fi
1659S: Maintained
1660
1661EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001662L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663S: Maintained
1664
1665EXT3 FILE SYSTEM
1666P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001667M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001668L: linux-ext4@vger.kernel.org
1669S: Maintained
1670
1671EXT4 FILE SYSTEM
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001672P: Theodore Ts'o
1673M: tytso@mit.edu, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001674L: linux-ext4@vger.kernel.org
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001675W: http://ext4.wiki.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001676S: Maintained
1677
Jean Delvaree53004e2006-01-09 23:26:14 +01001678F71805F HARDWARE MONITORING DRIVER
1679P: Jean Delvare
1680M: khali@linux-fr.org
1681L: lm-sensors@lm-sensors.org
1682S: Maintained
1683
Linus Torvalds1da177e2005-04-16 15:20:36 -07001684FARSYNC SYNCHRONOUS DRIVER
1685P: Kevin Curtis
1686M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001687W: http://www.farsite.co.uk/
1688S: Supported
1689
Akinobu Mitac5408b82007-04-23 14:41:20 -07001690FAULT INJECTION SUPPORT
1691P: Akinobu Mita
1692M: akinobu.mita@gmail.com
1693S: Supported
1694
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001695FILE LOCKING (flock() and fcntl()/lockf())
1696P: Matthew Wilcox
1697M: matthew@wil.cx
1698L: linux-fsdevel@vger.kernel.org
1699S: Maintained
1700
1701FILESYSTEMS (VFS and infrastructure)
1702P: Alexander Viro
1703M: viro@zeniv.linux.org.uk
1704L: linux-fsdevel@vger.kernel.org
1705S: Maintained
1706
1707FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1708P: Kristian Hoegsberg, Stefan Richter
1709M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1710L: linux1394-devel@lists.sourceforge.net
1711W: http://www.linux1394.org/
1712T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1713S: Maintained
1714
1715FIRMWARE LOADER (request_firmware)
1716L: linux-kernel@vger.kernel.org
1717S: Orphan
1718
1719FPU EMULATOR
1720P: Bill Metzenthen
1721M: billm@suburbia.net
1722W: http://suburbia.net/~billm/floating-point/emulator/
1723S: Maintained
1724
1725FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1726P: Mike McLagan
1727M: mike.mclagan@linux.org
1728L: netdev@vger.kernel.org
1729S: Maintained
1730
Linus Torvalds1da177e2005-04-16 15:20:36 -07001731FRAMEBUFFER LAYER
1732P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001733M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001734L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001735W: http://linux-fbdev.sourceforge.net/
1736S: Maintained
1737
Zhang Wei173acc72008-03-01 07:42:48 -07001738FREESCALE DMA DRIVER
Zhang Wei76b0c782008-05-13 14:44:59 -07001739P: Li Yang
1740M: leoli@freescale.com
1741P: Zhang Wei
1742M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001743L: linuxppc-embedded@ozlabs.org
1744L: linux-kernel@vger.kernel.org
1745S: Maintained
1746
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001747FREESCALE I2C CPM DRIVER
1748P: Jochen Friedrich
1749M: jochen@scram.de
1750L: linuxppc-dev@ozlabs.org
1751L: i2c@lm-sensors.org
1752S: Maintained
1753
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001754FREESCALE SOC FS_ENET DRIVER
1755P: Pantelis Antoniou
1756M: pantelis.antoniou@gmail.com
1757P: Vitaly Bordug
1758M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001759L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001760L: netdev@vger.kernel.org
1761S: Maintained
1762
Timur Tabid9e9d822008-04-24 08:45:26 +10001763FREESCALE QUICC ENGINE LIBRARY
1764P: Timur Tabi
1765M: timur@freescale.com
1766L: linuxppc-dev@ozlabs.org
1767S: Supported
1768
Li Yanga7205b32007-04-23 10:38:18 -07001769FREESCALE HIGHSPEED USB DEVICE DRIVER
1770P: Li Yang
1771M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001772L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001773L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001774S: Maintained
1775
Li Yangbeaf53b2007-05-25 13:54:02 +08001776FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1777P: Li Yang
1778M: leoli@freescale.com
1779L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001780L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001781S: Maintained
1782
Timur Tabid9e9d822008-04-24 08:45:26 +10001783FREESCALE QUICC ENGINE UCC UART DRIVER
1784P: Timur Tabi
1785M: timur@freescale.com
1786L: linuxppc-dev@ozlabs.org
1787S: Supported
1788
1789FREESCALE SOC SOUND DRIVERS
1790P: Timur Tabi
1791M: timur@freescale.com
1792L: alsa-devel@alsa-project.org
1793L: linuxppc-dev@ozlabs.org
1794S: Supported
1795
Linus Torvalds1da177e2005-04-16 15:20:36 -07001796FREEVXFS FILESYSTEM
1797P: Christoph Hellwig
1798M: hch@infradead.org
1799W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1800S: Maintained
1801
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001802FTRACE
1803P: Steven Rostedt
1804M: srostedt@redhat.com
1805S: Maintained
1806
David Howells5ab7ffe2007-04-10 15:10:45 +01001807FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001808P: David Howells
1809M: dhowells@redhat.com
1810S: Maintained
1811
Jonathan Woithe20b93732008-06-11 10:14:56 +09301812FUJITSU LAPTOP EXTRAS
1813P: Jonathan Woithe
1814M: jwoithe@physics.adelaide.edu.au
1815L: linux-acpi@vger.kernel.org
1816S: Maintained
1817
Miklos Szeredi04578f12005-09-09 13:10:22 -07001818FUSE: FILESYSTEM IN USERSPACE
1819P: Miklos Szeredi
1820M: miklos@szeredi.hu
1821L: fuse-devel@lists.sourceforge.net
1822W: http://fuse.sourceforge.net/
1823S: Maintained
1824
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1826P: Rik Faith
1827M: faith@cs.unc.edu
1828L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001829S: Odd Fixes (e.g., new signatures)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001830
1831GDT SCSI DISK ARRAY CONTROLLER DRIVER
1832P: Achim Leubner
1833M: achim_leubner@adaptec.com
1834L: linux-scsi@vger.kernel.org
1835W: http://www.icp-vortex.com/
1836S: Supported
1837
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001838GENERIC GPIO I2C DRIVER
1839P: Haavard Skinnemoen
1840M: hskinnemoen@atmel.com
1841S: Supported
1842
Linus Torvalds1da177e2005-04-16 15:20:36 -07001843GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1844P: Krzysztof Halasa
1845M: khc@pm.waw.pl
1846W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1847S: Maintained
1848
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001849GFS2 FILE SYSTEM
1850P: Steven Whitehouse
1851M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001852L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001853W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001854T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1855T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001856S: Supported
1857
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001858GIGASET ISDN DRIVERS
1859P: Hansjoerg Lipp
1860M: hjlipp@web.de
1861P: Tilman Schmidt
1862M: tilman@imap.cc
1863L: gigaset307x-common@lists.sourceforge.net
1864W: http://gigaset307x.sourceforge.net/
1865S: Maintained
1866
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001867HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1868P: Robert Love
1869M: rlove@rlove.org
1870M: linux-kernel@vger.kernel.org
1871W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1872S: Maintained
1873
Jean Delvare5b543962005-08-15 19:51:02 +02001874HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001875L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001876W: http://www.lm-sensors.org/
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001877S: Orphan
Jean Delvare5b543962005-08-15 19:51:02 +02001878
Michael Buesch844dd052006-06-26 00:24:59 -07001879HARDWARE RANDOM NUMBER GENERATOR CORE
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001880S: Orphan
Michael Buesch844dd052006-06-26 00:24:59 -07001881
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882HARMONY SOUND DRIVER
1883P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001884M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001885L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001886S: Maintained
1887
1888HAYES ESP SERIAL DRIVER
1889P: Andrew J. Robinson
1890M: arobinso@nyx.net
1891L: linux-kernel@vger.kernel.org
1892W: http://www.nyx.net/~arobinso
1893S: Maintained
1894
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001895HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1896P: Chirag Kantharia
1897M: chirag.kantharia@hp.com
1898L: iss_storagedev@hp.com
1899S: Maintained
1900
1901HEWLETT-PACKARD SMART2 RAID DRIVER
1902P: Chirag Kantharia
1903M: chirag.kantharia@hp.com
1904L: iss_storagedev@hp.com
1905S: Maintained
1906
1907HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1908P: Mike Miller
1909M: mike.miller@hp.com
1910L: iss_storagedev@hp.com
1911S: Supported
1912
Linus Torvalds1da177e2005-04-16 15:20:36 -07001913HFS FILESYSTEM
1914P: Roman Zippel
1915M: zippel@linux-m68k.org
1916L: linux-kernel@vger.kernel.org
1917S: Maintained
1918
1919HGA FRAMEBUFFER DRIVER
1920P: Ferenc Bakonyi
1921M: fero@drama.obuda.kando.hu
1922L: linux-nvidia@lists.surfsouth.com
1923W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1924S: Maintained
1925
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001926HIBERNATION (aka Software Suspend, aka swsusp)
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001927P: Pavel Machek
1928M: pavel@suse.cz
1929P: Rafael J. Wysocki
1930M: rjw@sisk.pl
1931L: linux-pm@lists.linux-foundation.org
1932S: Supported
1933
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001934HID CORE LAYER
1935P: Jiri Kosina
1936M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001937L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001938T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001939S: Maintained
1940
Ingo Molnar38bed542007-02-22 09:09:34 +01001941HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1942P: Thomas Gleixner
1943M: tglx@linutronix.de
1944L: linux-kernel@vger.kernel.org
1945S: Maintained
1946
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947HIGH-SPEED SCC DRIVER FOR AX.25
1948P: Klaus Kudielka
1949M: klaus.kudielka@ieee.org
1950L: linux-hams@vger.kernel.org
1951W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1952S: Maintained
1953
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001954HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1955P: HighPoint Linux Team
1956M: linux@highpoint-tech.com
1957W: http://www.highpoint-tech.com
1958S: Supported
1959
Linus Torvalds1da177e2005-04-16 15:20:36 -07001960HIPPI
1961P: Jes Sorensen
1962M: jes@trained-monkey.org
1963L: linux-hippi@sunsite.dk
1964S: Maintained
1965
Jouni Malinenff1d2762005-05-12 22:54:16 -04001966HOST AP DRIVER
1967P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001968M: j@w1.fi
1969L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001970L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001971W: http://hostap.epitest.fi/
1972S: Maintained
1973
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001974HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1975P: Carlos Corbacho
1976M: carlos@strangeworlds.co.uk
1977S: Odd Fixes
1978
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001979HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1980P: Jaroslav Kysela
1981M: perex@perex.cz
1982S: Maintained
1983
Clemens Ladischd36e74c2008-07-23 21:26:46 -07001984HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08001985P: Clemens Ladisch
1986M: clemens@ladisch.de
1987S: Maintained
1988
1989HPET: i386
1990P: Venkatesh Pallipadi (Venki)
1991M: venkatesh.pallipadi@intel.com
1992S: Maintained
1993
1994HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001995P: Vojtech Pavlik
1996M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001997S: Maintained
1998
1999HPET: ACPI hpet.c
2000P: Bob Picco
2001M: bob.picco@hp.com
2002S: Maintained
2003
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004HPFS FILESYSTEM
2005P: Mikulas Patocka
2006M: mikulas@artax.karlin.mff.cuni.cz
2007W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2008S: Maintained
2009
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002010HTCPEN TOUCHSCREEN DRIVER
2011P: Pau Oliva Fora
2012M: pof@eslack.org
2013L: linux-input@vger.kernel.org
2014S: Maintained
2015
Linus Torvalds1da177e2005-04-16 15:20:36 -07002016HUGETLB FILESYSTEM
2017P: William Irwin
2018M: wli@holomorphy.com
2019S: Maintained
2020
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002021I2C/SMBUS STUB DRIVER
2022P: Mark M. Hoffman
2023M: mhoffman@lightlink.com
Jean Delvare17a172f2008-09-24 13:39:22 +02002024L: i2c@lm-sensors.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002025S: Maintained
2026
Jean Delvare5b543962005-08-15 19:51:02 +02002027I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002028P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002030P: Ben Dooks (embedded platforms)
2031M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02002032L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08002033T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034S: Maintained
2035
Till Harbaume8c76ee2007-05-01 23:26:35 +02002036I2C-TINY-USB DRIVER
2037P: Till Harbaum
2038M: till@harbaum.org
2039L: i2c@lm-sensors.org
2040T: http://www.harbaum.org/till/i2c_tiny_usb
2041S: Maintained
2042
Linus Torvalds1da177e2005-04-16 15:20:36 -07002043i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002044P: H. Peter Anvin
2045M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002046L: Linux-Kernel@vger.kernel.org
2047S: Maintained
2048
2049i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002050P: H. Peter Anvin
2051M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002052T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002053S: Maintained
2054
Linus Torvalds1da177e2005-04-16 15:20:36 -07002055IA64 (Itanium) PLATFORM
2056P: Tony Luck
2057M: tony.luck@intel.com
2058L: linux-ia64@vger.kernel.org
2059W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002060T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002061S: Maintained
2062
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063IBM MCA SCSI SUBSYSTEM DRIVER
2064P: Michael Lang
2065M: langa2@kph.uni-mainz.de
2066W: http://www.uni-mainz.de/~langm000/linux.html
2067S: Maintained
2068
2069IBM Power Linux RAID adapter
2070P: Brian King
2071M: brking@us.ibm.com
2072S: Supported
2073
2074IBM ServeRAID RAID DRIVER
2075P: Jack Hammer
2076P: Dave Jeffery
2077M: ipslinux@adaptec.com
2078W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002079S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002080
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002081IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002082P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002083M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002084L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002085T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002086S: Maintained
2087
2088IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002089P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002090M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002091L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002092S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002093
2094IDE/ATAPI FLOPPY DRIVERS
2095P: Paul Bristow
2096M: Paul Bristow <paul@paulbristow.net>
2097W: http://paulbristow.net/linux/idefloppy.html
2098L: linux-kernel@vger.kernel.org
2099S: Maintained
2100
2101IDE/ATAPI TAPE DRIVERS
2102P: Gadi Oxman
2103M: Gadi Oxman <gadio@netvision.net.il>
2104L: linux-kernel@vger.kernel.org
2105S: Maintained
2106
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002107IDE-SCSI DRIVER
2108L: linux-ide@vger.kernel.org
2109L: linux-scsi@vger.kernel.org
2110S: Orphan
2111
Stefan Richterf148e202008-01-12 12:32:44 +01002112IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002114M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002115P: Stefan Richter
2116M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002117L: linux1394-devel@lists.sourceforge.net
2118W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002119T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120S: Maintained
2121
Stefan Richterf51a5a92007-04-23 14:41:10 -07002122IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002123P: Dan Dennedy
2124M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002125P: Stefan Richter
2126M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002128S: Maintained
2129
Linus Torvalds1da177e2005-04-16 15:20:36 -07002130IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002131L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002132S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133
2134INFINIBAND SUBSYSTEM
2135P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002136M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002138M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002139P: Hal Rosenstock
Jean Delvare795fb7e2008-09-20 12:33:08 +02002140M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002141L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002142W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002143T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144S: Supported
2145
Robert Lovec9f04f52005-07-15 12:21:07 -04002146INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01002147P: John McCutchan
2148M: ttb@tentacle.dhs.org
2149P: Robert Love
2150M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002151L: linux-kernel@vger.kernel.org
2152S: Maintained
2153
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002154INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2155P: Dmitry Torokhov
2156M: dmitry.torokhov@gmail.com
2157M: dtor@mail.ru
2158L: linux-input@vger.kernel.org
2159T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2160S: Maintained
2161
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002162INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002163P: Sylvain Meyer
2164M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002165L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002166S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002167
Linus Torvalds1da177e2005-04-16 15:20:36 -07002168INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002169P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002170M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002171L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002172S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002173
Linus Torvalds1da177e2005-04-16 15:20:36 -07002174INTEL IA32 MICROCODE UPDATE SUPPORT
2175P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002176M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177S: Maintained
2178
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002179INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002180P: Maciej Sosnowski
2181M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002182L: linux-kernel@vger.kernel.org
2183S: Supported
2184
David Woodhouse6c8909b2008-10-18 16:12:17 +01002185INTEL IOMMU (VT-d)
2186P: David Woodhouse
2187M: dwmw2@infradead.org
2188L: iommu@lists.linux-foundation.org
2189T: git://git.infradead.org/iommu-2.6.git
2190S: Supported
2191
Dan Williamsb3e5f262007-08-07 10:26:35 -07002192INTEL IOP-ADMA DMA DRIVER
2193P: Dan Williams
2194M: dan.j.williams@intel.com
2195L: linux-kernel@vger.kernel.org
2196S: Supported
2197
Michael Buesch844dd052006-06-26 00:24:59 -07002198INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2199P: Deepak Saxena
2200M: dsaxena@plexity.net
2201S: Maintained
2202
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002203INTEL IXP2000 ETHERNET DRIVER
2204P: Lennert Buytenhek
2205M: kernel@wantstofly.org
2206L: netdev@vger.kernel.org
2207S: Maintained
2208
Auke Kokd94e6fe2008-03-03 14:37:47 -08002209INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002210P: Jeff Kirsher
2211M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002212P: Jesse Brandeburg
2213M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002214P: Bruce Allan
2215M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002216P: PJ Waskiewicz
2217M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002218P: John Ronciak
2219M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002220L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002221W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222S: Supported
2223
James Ketrenos826d2ab2005-11-07 18:56:59 -06002224INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002225P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002226M: yi.zhu@intel.com
2227P: James Ketrenos
2228M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002229P: Reinette Chatre
2230M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002231L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002232L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002233W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002234W: http://ipw2100.sourceforge.net
2235S: Supported
2236
2237INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002238P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002239M: yi.zhu@intel.com
2240P: James Ketrenos
2241M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002242P: Reinette Chatre
2243M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002244L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002245L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002246W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002247W: http://ipw2200.sourceforge.net
2248S: Supported
2249
Zhu Yib481de92007-09-25 17:54:57 -07002250INTEL WIRELESS WIFI LINK (iwlwifi)
2251P: Zhu Yi
2252M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002253P: Reinette Chatre
2254M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002255L: linux-wireless@vger.kernel.org
2256L: ipw3945-devel@lists.sourceforge.net
2257W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002258T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002259S: Supported
2260
Ralf Baechlecb109a02007-08-30 23:56:30 -07002261IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002262P: Ralf Baechle
2263M: ralf@linux-mips.org
2264L: linux-mips@linux-mips.org
2265S: Maintained
2266
Ralf Baechlecb109a02007-08-30 23:56:30 -07002267IOC3 SERIAL DRIVER
2268P: Pat Gefre
2269M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002270L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002271S: Maintained
2272
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002273IP MASQUERADING
Linus Torvalds1da177e2005-04-16 15:20:36 -07002274P: Juanjo Ciarlante
2275M: jjciarla@raiz.uncu.edu.ar
2276S: Maintained
2277
Francois Romieu1202d6f2007-09-17 17:13:55 -07002278IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2279P: Francois Romieu
2280M: romieu@fr.zoreil.com
2281P: Sorbica Shieh
2282M: sorbica@icplus.com.tw
2283P: Jesse Huang
2284M: jesse@icplus.com.tw
2285L: netdev@vger.kernel.org
2286S: Maintained
2287
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002288IPATH DRIVER
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002289P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002290M: infinipath@qlogic.com
2291L: general@lists.openfabrics.org
2292T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002293S: Supported
2294
Corey Minyard4409ebe2006-04-20 02:43:12 -07002295IPMI SUBSYSTEM
2296P: Corey Minyard
2297M: minyard@acm.org
2298L: openipmi-developer@lists.sourceforge.net
2299W: http://openipmi.sourceforge.net/
2300S: Supported
2301
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002302IPS SCSI RAID DRIVER
2303P: Adaptec OEM Raid Solutions
2304M: aacraid@adaptec.com
2305L: linux-scsi@vger.kernel.org
2306W: http://www.adaptec.com/
2307S: Maintained
2308
2309IPVS
2310P: Wensong Zhang
2311M: wensong@linux-vs.org
2312P: Simon Horman
2313M: horms@verge.net.au
2314P: Julian Anastasov
2315M: ja@ssi.bg
Ralf Baechle979b6c12005-06-13 14:30:40 -07002316L: netdev@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002317L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002318S: Maintained
2319
Randy Dunlape7839f22008-10-12 16:11:45 -07002320IPWIRELESS DRIVER
David Sterba099dc4f2008-02-07 10:57:12 +01002321P: Jiri Kosina
2322M: jkosina@suse.cz
2323P: David Sterba
2324M: dsterba@suse.cz
2325S: Maintained
2326T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2327
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002328IPX NETWORK LAYER
2329P: Arnaldo Carvalho de Melo
2330M: acme@ghostprotocols.net
2331L: netdev@vger.kernel.org
2332S: Maintained
2333
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002335P: Samuel Ortiz
2336M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002337L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002338W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002339S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002340
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002341ISAPNP
2342P: Jaroslav Kysela
2343M: perex@perex.cz
2344S: Maintained
2345
Mike Christie14816b12007-11-28 16:22:06 -08002346ISCSI
2347P: Mike Christie
2348M: michaelc@cs.wisc.edu
2349L: open-iscsi@googlegroups.com
2350W: www.open-iscsi.org
2351T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2352S: Maintained
2353
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354ISDN SUBSYSTEM
2355P: Karsten Keil
2356M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002357L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002358W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002359T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002360S: Maintained
2361
2362ISDN SUBSYSTEM (Eicon active card driver)
2363P: Armin Schindler
2364M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002365L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002366W: http://www.melware.de
2367S: Maintained
2368
Hans Verkuil91821ff2007-12-02 09:35:33 -03002369IVTV VIDEO4LINUX DRIVER
2370P: Hans Verkuil
2371M: hverkuil@xs4all.nl
2372L: ivtv-devel@ivtvdriver.org
2373L: ivtv-users@ivtvdriver.org
2374L: video4linux-list@redhat.com
2375W: http://www.ivtvdriver.org
2376S: Maintained
2377
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002378JFS FILESYSTEM
2379P: Dave Kleikamp
2380M: shaggy@austin.ibm.com
2381L: jfs-discussion@lists.sourceforge.net
2382W: http://jfs.sourceforge.net/
2383T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2384S: Supported
2385
Guo-Fu Tseng95252232008-09-16 01:00:11 +08002386JME NETWORK DRIVER
2387P: Guo-Fu Tseng
2388M: cooldavid@cooldavid.org
2389L: netdev@vger.kernel.org
2390S: Maintained
2391
Linus Torvalds1da177e2005-04-16 15:20:36 -07002392JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2393P: David Woodhouse
2394M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002395L: linux-mtd@lists.infradead.org
2396W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002397S: Maintained
2398
Josh Triplettde456d32006-07-30 03:04:00 -07002399JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002400P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002401M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002402L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002403S: Maintained
2404
Rudolf Marek4660cb32006-10-08 22:01:26 +02002405K8TEMP HARDWARE MONITORING DRIVER
2406P: Rudolf Marek
2407M: r.marek@assembler.cz
2408L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002409S: Maintained
2410
2411KCONFIG
2412P: Roman Zippel
2413M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002414L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002415S: Maintained
2416
Vivek Goyalea6c2082006-05-20 14:59:55 -07002417KDUMP
2418P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002419M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002420P: Haren Myneni
2421M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002422L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002423L: linux-kernel@vger.kernel.org
2424W: http://lse.sourceforge.net/kdump/
2425S: Maintained
2426
Linus Torvalds1da177e2005-04-16 15:20:36 -07002427KERNEL AUTOMOUNTER (AUTOFS)
2428P: H. Peter Anvin
2429M: hpa@zytor.com
2430L: autofs@linux.kernel.org
2431S: Odd Fixes
2432
2433KERNEL AUTOMOUNTER v4 (AUTOFS4)
2434P: Ian Kent
2435M: raven@themaw.net
2436L: autofs@linux.kernel.org
2437S: Maintained
2438
2439KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002440P: Sam Ravnborg
2441M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002442T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2443T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002444L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002445S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002446
2447KERNEL JANITORS
2448P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002449L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002450W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002451S: Maintained
2452
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002453KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002454P: J. Bruce Fields
2455M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002456P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002457M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002458L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002459W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002460S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002461
Avi Kivity426d62e2006-12-13 00:34:03 -08002462KERNEL VIRTUAL MACHINE (KVM)
2463P: Avi Kivity
Avi Kivity9ea1de42008-09-19 19:25:30 -07002464M: avi@redhat.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002465L: kvm@vger.kernel.org
2466W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002467S: Supported
2468
Joerg Roedelad8003d2008-09-10 20:01:07 +02002469KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2470P: Joerg Roedel
2471M: joerg.roedel@amd.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002472L: kvm@vger.kernel.org
2473W: http://kvm.qumranet.com
2474S: Supported
2475
Hollis Blanchard513014b2008-04-16 23:28:08 -05002476KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2477P: Hollis Blanchard
2478M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002479L: kvm-ppc@vger.kernel.org
2480W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002481S: Supported
2482
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002483KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002484P: Anthony Xu
2485M: anthony.xu@intel.com
2486P: Xiantao Zhang
2487M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002488L: kvm-ia64@vger.kernel.org
2489W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002490S: Supported
2491
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002492KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2493P: Carsten Otte
2494M: cotte@de.ibm.com
2495P: Christian Borntraeger
2496M: borntraeger@de.ibm.com
2497M: linux390@de.ibm.com
2498L: linux-s390@vger.kernel.org
2499W: http://www.ibm.com/developerworks/linux/linux390/
2500S: Supported
2501
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002502KEXEC
2503P: Eric Biederman
2504M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002505W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002506L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002507L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002508S: Maintained
2509
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002510KGDB
2511P: Jason Wessel
2512M: jason.wessel@windriver.com
2513L: kgdb-bugreport@lists.sourceforge.net
2514S: Maintained
2515
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002516KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002517P: Ananth N Mavinakayanahalli
2518M: ananth@in.ibm.com
2519P: Anil S Keshavamurthy
2520M: anil.s.keshavamurthy@intel.com
2521P: David S. Miller
2522M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002523P: Masami Hiramatsu
2524M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002525L: linux-kernel@vger.kernel.org
2526S: Maintained
2527
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002528KS0108 LCD CONTROLLER DRIVER
2529P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002530M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002531L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002532W: http://miguelojeda.es/auxdisplay.htm
2533W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002534S: Maintained
2535
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002537L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002538S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002539
2540LASI 53c700 driver for PARISC
2541P: James E.J. Bottomley
2542M: James.Bottomley@HansenPartnership.com
2543L: linux-scsi@vger.kernel.org
2544S: Maintained
2545
Richard Purdie263de9b2006-05-15 09:44:16 -07002546LED SUBSYSTEM
2547P: Richard Purdie
2548M: rpurdie@rpsys.net
2549S: Maintained
2550
Linus Torvalds1da177e2005-04-16 15:20:36 -07002551LEGO USB Tower driver
2552P: Juergen Stuber
2553M: starblue@users.sourceforge.net
2554L: legousb-devel@lists.sourceforge.net
2555W: http://legousb.sourceforge.net/
2556S: Maintained
2557
Rusty Russell568a17f2007-10-25 14:12:24 +10002558LGUEST
2559P: Rusty Russell
2560M: rusty@rustcorp.com.au
2561L: lguest@ozlabs.org
2562W: http://lguest.ozlabs.org/
2563S: Maintained
2564
Linus Torvalds1da177e2005-04-16 15:20:36 -07002565LINUX FOR IBM pSERIES (RS/6000)
2566P: Paul Mackerras
2567M: paulus@au.ibm.com
2568W: http://www.ibm.com/linux/ltc/projects/ppc
2569S: Supported
2570
2571LINUX FOR NCR VOYAGER
2572P: James Bottomley
2573M: James.Bottomley@HansenPartnership.com
2574W: http://www.hansenpartnership.com/voyager
2575S: Maintained
2576
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002577LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002578P: Paul Mackerras
2579M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002580P: Benjamin Herrenschmidt
2581M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002582W: http://www.penguinppc.org/
2583L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002584T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002585S: Supported
2586
2587LINUX FOR POWER MACINTOSH
2588P: Benjamin Herrenschmidt
2589M: benh@kernel.crashing.org
2590W: http://www.penguinppc.org/
2591L: linuxppc-dev@ozlabs.org
2592S: Maintained
2593
Grant Likely77a76362008-07-12 12:11:43 -06002594LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002595P: Sylvain Munaut
2596M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002597P: Grant Likely
2598M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002600S: Maintained
2601
2602LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002603P: Josh Boyer
2604M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605P: Matt Porter
2606M: mporter@kernel.crashing.org
2607W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002608L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002609T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610S: Maintained
2611
Grant Likely260c02a2007-10-02 12:15:34 +10002612LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2613P: Grant Likely
2614M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002615W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002616L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002617S: Maintained
2618
Tom Rinie93adf12005-07-26 12:49:53 -07002619LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002620P: Vitaly Bordug
2621M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002622P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002623M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002624W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002625L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002626S: Maintained
2627
Linus Torvalds1da177e2005-04-16 15:20:36 -07002628LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002629P: Kumar Gala
2630M: galak@kernel.crashing.org
2631W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002632L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002633S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002634
Olof Johanssonab06ff32006-09-06 14:44:54 -05002635LINUX FOR POWERPC PA SEMI PWRFICIENT
2636P: Olof Johansson
2637M: olof@lixom.net
2638W: http://www.pasemi.com/
2639L: linuxppc-dev@ozlabs.org
2640S: Supported
2641
Linus Torvalds1da177e2005-04-16 15:20:36 -07002642LINUX SECURITY MODULE (LSM) FRAMEWORK
2643P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002644M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002645L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002646T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002647S: Supported
2648
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002649LLC (802.2)
2650P: Arnaldo Carvalho de Melo
2651M: acme@ghostprotocols.net
2652S: Maintained
2653
Linus Torvalds1da177e2005-04-16 15:20:36 -07002654LM83 HARDWARE MONITOR DRIVER
2655P: Jean Delvare
2656M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002657L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002658S: Maintained
2659
2660LM90 HARDWARE MONITOR DRIVER
2661P: Jean Delvare
2662M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002663L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002664S: Maintained
2665
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002666LOCKDEP AND LOCKSTAT
2667P: Peter Zijlstra
2668M: peterz@infradead.org
2669P: Ingo Molnar
2670M: mingo@redhat.com
2671L: linux-kernel@vger.kernel.org
2672T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2673S: Maintained
2674
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002675LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002676P: Richard Russon (FlatCap)
2677M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002678L: linux-ntfs-dev@lists.sourceforge.net
2679W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002680S: Maintained
2681
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002682LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2683P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002684M: Eric.Moore@lsi.com
2685M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002686L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002687L: linux-scsi@vger.kernel.org
2688W: http://www.lsilogic.com/support
2689S: Supported
2690
Linus Torvalds1da177e2005-04-16 15:20:36 -07002691LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2692P: Matthew Wilcox
2693M: matthew@wil.cx
2694L: linux-scsi@vger.kernel.org
2695S: Maintained
2696
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002697M32R ARCHITECTURE
2698P: Hirokazu Takata
2699M: takata@linux-m32r.org
2700L: linux-m32r@ml.linux-m32r.org
2701L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2702W: http://www.linux-m32r.org/
2703S: Maintained
2704
Linus Torvalds1da177e2005-04-16 15:20:36 -07002705M68K ARCHITECTURE
2706P: Geert Uytterhoeven
2707M: geert@linux-m68k.org
2708P: Roman Zippel
2709M: zippel@linux-m68k.org
2710L: linux-m68k@lists.linux-m68k.org
2711W: http://www.linux-m68k.org/
2712W: http://linux-m68k-cvs.ubb.ca/
2713S: Maintained
2714
2715M68K ON APPLE MACINTOSH
2716P: Joshua Thompson
2717M: funaho@jurai.org
2718W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002719L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002720S: Maintained
2721
2722M68K ON HP9000/300
2723P: Philip Blundell
2724M: philb@gnu.org
2725W: http://www.tazenda.demon.co.uk/phil/linux-hp
2726S: Maintained
2727
Jiri Benc64a327a2007-05-05 11:47:08 -07002728MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002729P: Johannes Berg
2730M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002731P: Michael Wu
2732M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002733L: linux-wireless@vger.kernel.org
2734W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002735T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002736S: Maintained
2737
Stefano Brivio1036d862007-12-23 04:46:27 +01002738MAC80211 PID RATE CONTROL
2739P: Stefano Brivio
2740M: stefano.brivio@polimi.it
2741P: Mattias Nissler
2742M: mattias.nissler@gmx.de
2743L: linux-wireless@vger.kernel.org
2744W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2745T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2746S: Maintained
2747
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002748MACVLAN DRIVER
2749P: Patrick McHardy
2750M: kaber@trash.net
2751L: netdev@vger.kernel.org
2752S: Maintained
2753
Michael Kerriskfaf16682005-07-31 22:34:47 -07002754MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002755P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002756M: mtk.manpages@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02002757W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07002758L: linux-man@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02002759S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002760
Stefano Brivio74cda162007-11-19 20:27:46 +01002761MARVELL LIBERTAS WIRELESS DRIVER
2762P: Dan Williams
2763M: dcbw@redhat.com
2764L: libertas-dev@lists.infradead.org
2765S: Maintained
2766
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002767MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002768P: Lennert Buytenhek
2769M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002770L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002771S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002772
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002773MARVELL YUKON / SYSKONNECT DRIVER
2774P: Mirko Lindner
2775M: mlindner@syskonnect.de
2776P: Ralph Roesler
2777M: rroesler@syskonnect.de
2778W: http://www.syskonnect.com
2779S: Supported
2780
Linus Torvalds1da177e2005-04-16 15:20:36 -07002781MATROX FRAMEBUFFER DRIVER
2782P: Petr Vandrovec
2783M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002784L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002785S: Maintained
2786
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002787MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2788P: Hans J. Koch
2789M: hjk@linutronix.de
2790L: lm-sensors@lm-sensors.org
2791S: Maintained
2792
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002793MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002794P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002795M: megaraidlinux@lsi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002796L: linux-scsi@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002797W: http://megaraid.lsilogic.com
2798S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002799
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002800MEMORY MANAGEMENT
2801L: linux-mm@kvack.org
2802L: linux-kernel@vger.kernel.org
2803W: http://www.linux-mm.org
2804S: Maintained
2805
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002806MEMORY RESOURCE CONTROLLER
2807P: Balbir Singh
2808M: balbir@linux.vnet.ibm.com
2809P: Pavel Emelyanov
2810M: xemul@openvz.org
2811P: KAMEZAWA Hiroyuki
2812M: kamezawa.hiroyu@jp.fujitsu.com
2813L: linux-mm@kvack.org
2814L: linux-kernel@vger.kernel.org
2815S: Maintained
2816
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002817MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002818P: David Woodhouse
2819M: dwmw2@infradead.org
2820W: http://www.linux-mtd.infradead.org/
2821L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002822T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002823S: Maintained
2824
2825MICROTEK X6 SCANNER
2826P: Oliver Neukum
2827M: oliver@neukum.name
2828S: Maintained
2829
2830MIPS
2831P: Ralf Baechle
2832M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002833W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002834L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002835T: git www.linux-mips.org:/pub/scm/linux.git
2836S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002837
2838MISCELLANEOUS MCA-SUPPORT
2839P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002840M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002841L: linux-kernel@vger.kernel.org
2842S: Maintained
2843
2844MODULE SUPPORT
2845P: Rusty Russell
2846M: rusty@rustcorp.com.au
2847L: linux-kernel@vger.kernel.org
2848S: Maintained
2849
2850MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2851P: Stelian Pop
2852M: stelian@popies.net
2853W: http://popies.net/meye/
2854S: Maintained
2855
Pavel Pisac58ff042007-05-16 01:10:41 +02002856MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2857P: Pavel Pisa
2858M: ppisa@pikron.com
2859L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002860S: Maintained
2861
Linus Torvalds1da177e2005-04-16 15:20:36 -07002862MOUSE AND MISC DEVICES [GENERAL]
2863P: Alessandro Rubini
2864M: rubini@ipvvis.unipv.it
2865L: linux-kernel@vger.kernel.org
2866S: Maintained
2867
Jiri Slabyb9705b62008-04-30 00:53:48 -07002868MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002869P: Jiri Slaby
2870M: jirislaby@gmail.com
2871L: linux-kernel@vger.kernel.org
2872S: Maintained
2873
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002874MSI LAPTOP SUPPORT
2875P: Lennart Poettering
2876M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002877W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002878W: http://0pointer.de/lennart/tchibo.html
2879S: Maintained
2880
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002881MULTIFUNCTION DEVICES (MFD)
2882P: Samuel Ortiz
2883M: sameo@openedhand.com
2884L: linux-kernel@vger.kernel.org
2885S: Supported
2886
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002887MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002888P: Pierre Ossman
2889M: drzeus-mmc@drzeus.cx
2890L: linux-kernel@vger.kernel.org
2891S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002892
David Brownell15a05802007-08-08 09:12:54 -07002893MULTIMEDIA CARD (MMC) ETC. OVER SPI
2894P: David Brownell
2895M: dbrownell@users.sourceforge.net
2896L: linux-kernel@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002897S: Odd Fixes
David Brownell15a05802007-08-08 09:12:54 -07002898
Linus Torvalds1da177e2005-04-16 15:20:36 -07002899MULTISOUND SOUND DRIVER
2900P: Andrew Veliath
2901M: andrewtv@usa.net
2902S: Maintained
2903
Jiri Slabyd7354102006-12-08 02:38:35 -08002904MULTITECH MULTIPORT CARD (ISICOM)
2905P: Jiri Slaby
2906M: jirislaby@gmail.com
2907L: linux-kernel@vger.kernel.org
2908S: Maintained
2909
Felipe Balbi550a7372008-07-24 12:27:36 +03002910MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Jean Delvare795fb7e2008-09-20 12:33:08 +02002911P: Felipe Balbi
2912M: felipe.balbi@nokia.com
2913L: linux-usb@vger.kernel.org
2914S: Maintained
Felipe Balbi550a7372008-07-24 12:27:36 +03002915
Brice Goglin2d3cf582008-05-17 12:45:36 +02002916MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2917P: Andrew Gallatin
2918M: gallatin@myri.com
2919P: Brice Goglin
2920M: brice@myri.com
2921L: netdev@vger.kernel.org
2922W: http://www.myri.com/scs/download-Myri10GE.html
2923S: Supported
2924
Linus Torvalds1da177e2005-04-16 15:20:36 -07002925NATSEMI ETHERNET DRIVER (DP8381x)
Jean Delvare795fb7e2008-09-20 12:33:08 +02002926P: Tim Hockin
Linus Torvalds1da177e2005-04-16 15:20:36 -07002927M: thockin@hockin.org
2928S: Maintained
2929
2930NCP FILESYSTEM
2931P: Petr Vandrovec
2932M: vandrove@vc.cvut.cz
2933L: linware@sh.cvut.cz
2934S: Maintained
2935
2936NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2937P: James E.J. Bottomley
2938M: James.Bottomley@HansenPartnership.com
2939L: linux-scsi@vger.kernel.org
2940S: Maintained
2941
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002942NETEFFECT IWARP RNIC DRIVER (IW_NES)
2943P: Faisal Latif
Roland Dreier7b49d952008-10-16 15:39:14 -07002944M: faisal.latif@intel.com
Chien Tung5f625602008-05-26 15:23:32 -07002945P: Chien Tung
Roland Dreier7b49d952008-10-16 15:39:14 -07002946M: chien.tin.tung@intel.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002947L: general@lists.openfabrics.org
2948W: http://www.neteffect.com
2949S: Supported
2950F: drivers/infiniband/hw/nes/
2951
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002952NETEM NETWORK EMULATOR
2953P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002954M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002955L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002956S: Maintained
2957
Jiri Slaby4a584482007-08-30 23:56:39 -07002958NETERION (S2IO) Xframe 10GbE DRIVER
2959P: Ramkrishna Vepa
2960M: ram.vepa@neterion.com
2961P: Rastapur Santosh
2962M: santosh.rastapur@neterion.com
2963P: Sivakumar Subramani
2964M: sivakumar.subramani@neterion.com
2965P: Sreenivasa Honnur
2966M: sreenivasa.honnur@neterion.com
2967L: netdev@vger.kernel.org
2968W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2969S: Supported
2970
Linus Torvalds1da177e2005-04-16 15:20:36 -07002971NETFILTER/IPTABLES/IPCHAINS
2972P: Rusty Russell
2973P: Marc Boucher
2974P: James Morris
2975P: Harald Welte
2976P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002977P: Patrick McHardy
2978M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002979L: netfilter-devel@vger.kernel.org
2980L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002981L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002982W: http://www.netfilter.org/
2983W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002984S: Supported
2985
Paul Moore4cc67732006-09-25 15:57:13 -07002986NETLABEL
2987P: Paul Moore
2988M: paul.moore@hp.com
2989W: http://netlabel.sf.net
2990L: netdev@vger.kernel.org
2991S: Supported
2992
Linus Torvalds1da177e2005-04-16 15:20:36 -07002993NETROM NETWORK LAYER
2994P: Ralf Baechle
2995M: ralf@linux-mips.org
2996L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002997W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002998S: Maintained
2999
Pavel Machek5ddb88c2006-09-29 02:01:29 -07003000NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003001P: Paul Clements
3002M: Paul.Clements@steeleye.com
3003S: Maintained
3004
3005NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003006P: Jeff Garzik
3007M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003008L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003009T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003010S: Maintained
3011
3012NETWORKING [GENERAL]
3013P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003014M: netdev@vger.kernel.org
3015L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003016W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003017S: Maintained
3018
3019NETWORKING [IPv4/IPv6]
3020P: David S. Miller
3021M: davem@davemloft.net
3022P: Alexey Kuznetsov
3023M: kuznet@ms2.inr.ac.ru
3024P: Pekka Savola (ipv6)
3025M: pekkas@netcore.fi
3026P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003027M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003028P: Hideaki YOSHIFUJI
3029M: yoshfuji@linux-ipv6.org
3030P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003031M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003032L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003033T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003034S: Maintained
3035
James Morris10e2ff12007-08-25 14:41:28 -07003036NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3037P: Paul Moore
3038M: paul.moore@hp.com
3039L: netdev@vger.kernel.org
3040S: Maintained
3041
John W. Linville29f8f632006-01-18 14:52:48 -08003042NETWORKING [WIRELESS]
3043P: John W. Linville
3044M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003045L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003046T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3047S: Maintained
3048
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003049NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003050P: Dhananjay Phadke
3051M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003052L: netdev@vger.kernel.org
3053W: http://www.netxen.com
3054S: Supported
3055
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003056NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003057P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003058M: Trond.Myklebust@netapp.com
3059L: linux-nfs@vger.kernel.org
3060W: http://client.linux-nfs.org
3061T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003062S: Maintained
3063
3064NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003065P: Jan-Pascal van Best
3066M: janpascal@vanbest.org
3067P: Andreas Mohr
3068M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003069L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003070S: Maintained
3071
3072NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3073P: YOKOTA Hiroshi
3074M: yokota@netlab.is.tsukuba.ac.jp
3075W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3076S: Maintained
3077
3078NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3079P: GOTO Masanori
3080M: gotom@debian.or.jp
3081P: YOKOTA Hiroshi
3082M: yokota@netlab.is.tsukuba.ac.jp
3083W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3084S: Maintained
3085
Linus Torvalds1da177e2005-04-16 15:20:36 -07003086NTFS FILESYSTEM
3087P: Anton Altaparmakov
3088M: aia21@cantab.net
3089L: linux-ntfs-dev@lists.sourceforge.net
3090L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003091W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003092T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003093S: Maintained
3094
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003095NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003096P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003097M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003098L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003099S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003100
Bob Copeland0ad122d2008-07-25 19:45:18 -07003101OMFS FILESYSTEM
3102P: Bob Copeland
3103M: me@bobcopeland.com
3104L: linux-karma-devel@lists.sourceforge.net
3105S: Maintained
3106
Harald Weltec1986ee2005-11-13 16:06:29 -08003107OMNIKEY CARDMAN 4000 DRIVER
3108P: Harald Welte
3109M: laforge@gnumonks.org
3110S: Maintained
3111
Harald Welte77c44ab2005-11-13 16:06:26 -08003112OMNIKEY CARDMAN 4040 DRIVER
3113P: Harald Welte
3114M: laforge@gnumonks.org
3115S: Maintained
3116
Jonathan Corbet77d51402007-03-22 19:44:17 -03003117OMNIVISION OV7670 SENSOR DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003118P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03003119M: corbet@lwn.net
3120L: video4linux-list@redhat.com
3121S: Maintained
3122
Thomas Gleixner431bca72007-05-02 09:31:35 +02003123ONENAND FLASH DRIVER
3124P: Kyungmin Park
3125M: kyungmin.park@samsung.com
3126L: linux-mtd@lists.infradead.org
3127S: Maintained
3128
Linus Torvalds1da177e2005-04-16 15:20:36 -07003129ONSTREAM SCSI TAPE DRIVER
3130P: Willem Riede
3131M: osst@riede.org
3132L: osst-users@lists.sourceforge.net
3133L: linux-scsi@vger.kernel.org
3134S: Maintained
3135
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003136OPENCORES I2C BUS DRIVER
3137P: Peter Korsgaard
3138M: jacmet@sunsite.dk
3139L: i2c@lm-sensors.org
3140S: Maintained
3141
Linus Torvalds1da177e2005-04-16 15:20:36 -07003142OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003143P: Robert Richter
3144M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003145L: oprofile-list@lists.sf.net
3146S: Maintained
3147
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003148ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3149P: Mark Fasheh
3150M: mfasheh@suse.com
3151P: Joel Becker
3152M: joel.becker@oracle.com
3153L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3154W: http://oss.oracle.com/projects/ocfs2/
3155T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3156S: Supported
3157
Linus Torvalds1da177e2005-04-16 15:20:36 -07003158ORINOCO DRIVER
3159P: Pavel Roskin
3160M: proski@gnu.org
3161P: David Gibson
3162M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003163L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003164L: orinoco-users@lists.sourceforge.net
3165L: orinoco-devel@lists.sourceforge.net
3166W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003167S: Maintained
3168
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003169P54 WIRELESS DRIVER
3170P: Michael Wu
3171M: flamingice@sourmilk.net
3172L: linux-wireless@vger.kernel.org
3173W: http://prism54.org
3174T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3175S: Maintained
3176
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003177PA SEMI ETHERNET DRIVER
3178P: Olof Johansson
3179M: olof@lixom.net
3180L: netdev@vger.kernel.org
3181S: Maintained
3182
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003183PA SEMI SMBUS DRIVER
3184P: Olof Johansson
3185M: olof@lixom.net
3186L: i2c@lm-sensors.org
3187S: Maintained
3188
David Howells4fa97182008-10-13 10:42:44 +01003189PANASONIC MN10300/AM33 PORT
3190P: David Howells
3191M: dhowells@redhat.com
3192P: Koichi Yasutake
3193M: yasutake.koichi@jp.panasonic.com
3194L: linux-am33-list@redhat.com (moderated for non-subscribers)
3195W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3196S: Maintained
3197
Linus Torvalds1da177e2005-04-16 15:20:36 -07003198PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003199L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003200S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003201
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003202PARAVIRT_OPS INTERFACE
3203P: Jeremy Fitzhardinge
3204M: jeremy@xensource.com
3205P: Chris Wright
3206M: chrisw@sous-sol.org
3207P: Zachary Amsden
3208M: zach@vmware.com
3209P: Rusty Russell
3210M: rusty@rustcorp.com.au
3211L: virtualization@lists.osdl.org
3212L: linux-kernel@vger.kernel.org
3213S: Supported
3214
Linus Torvalds1da177e2005-04-16 15:20:36 -07003215PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3216P: Tim Waugh
3217M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003218L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219W: http://www.torque.net/linux-pp.html
3220S: Maintained
3221
3222PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003223P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003224M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003225P: Matthew Wilcox
3226M: matthew@wil.cx
3227P: Grant Grundler
3228M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003229L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003230W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003231T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003232S: Maintained
3233
Jim Cromie1662d322006-10-06 00:43:59 -07003234PC87360 HARDWARE MONITORING DRIVER
3235P: Jim Cromie
3236M: jim.cromie@gmail.com
3237L: lm-sensors@lm-sensors.org
3238S: Maintained
3239
3240PC8736x GPIO DRIVER
3241P: Jim Cromie
3242M: jim.cromie@gmail.com
3243S: Maintained
3244
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003245PCI ERROR RECOVERY
3246P: Linas Vepstas
3247M: linas@austin.ibm.com
3248L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003249L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003250S: Supported
3251
Linus Torvalds1da177e2005-04-16 15:20:36 -07003252PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003253P: Jesse Barnes
3254M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003255L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003256L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003257T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003258S: Supported
3259
3260PCI HOTPLUG CORE
Jean Delvare795fb7e2008-09-20 12:33:08 +02003261P: Kristen Carlson Accardi
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003262M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003263S: Supported
3264
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003265PCIE HOTPLUG DRIVER
3266P: Kristen Carlson Accardi
3267M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003268L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003269S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003270
Linus Torvalds1da177e2005-04-16 15:20:36 -07003271PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003272P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003273L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003274W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003275T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003276S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003277
3278PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003279P: Don Fry
3280M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003281L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003282S: Maintained
3283
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003284PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003285P: Balbir Singh
3286M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003287L: linux-kernel@vger.kernel.org
3288S: Maintained
3289
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003290PERSONALITY HANDLING
3291P: Christoph Hellwig
3292M: hch@infradead.org
3293L: linux-abi-devel@lists.sourceforge.net
3294S: Maintained
3295
Linus Torvalds1da177e2005-04-16 15:20:36 -07003296PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003297P: Joern Engel
3298M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003299L: linux-mtd@lists.infradead.org
3300S: Maintained
3301
Peter Osterlund249a6772005-09-27 21:45:30 -07003302PKTCDVD DRIVER
3303P: Peter Osterlund
3304M: petero2@telia.com
3305L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003306S: Maintained
3307
Linus Torvalds1da177e2005-04-16 15:20:36 -07003308POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003309P: Thomas Gleixner
3310M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003311L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003312S: Supported
3313
Anton Vorontsov3be86142007-07-15 04:43:36 +04003314POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3315P: Anton Vorontsov
3316M: cbou@mail.ru
3317P: David Woodhouse
3318M: dwmw2@infradead.org
3319L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003320T: git git.infradead.org/battery-2.6.git
3321S: Maintained
3322
Linus Torvalds1da177e2005-04-16 15:20:36 -07003323PNP SUPPORT
3324P: Adam Belay
3325M: ambx1@neo.rr.com
3326S: Maintained
3327
Vitaly Wool999445d2007-01-04 13:07:03 +01003328PNXxxxx I2C DRIVER
3329P: Vitaly Wool
3330M: vitalywool@gmail.com
3331L: i2c@lm-sensors.org
3332S: Maintained
3333
Linus Torvalds1da177e2005-04-16 15:20:36 -07003334PPP PROTOCOL DRIVERS AND COMPRESSORS
3335P: Paul Mackerras
3336M: paulus@samba.org
3337L: linux-ppp@vger.kernel.org
3338S: Maintained
3339
3340PPP OVER ATM (RFC 2364)
3341P: Mitchell Blank Jr
3342M: mitch@sfgoth.com
3343S: Maintained
3344
3345PPP OVER ETHERNET
3346P: Michal Ostrowski
Chris Wright5e70b7f2008-06-09 16:07:28 -07003347M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003348S: Maintained
3349
James Chapmana6d23702007-06-27 15:53:17 -07003350PPP OVER L2TP
3351P: James Chapman
3352M: jchapman@katalix.com
3353S: Maintained
3354
Linus Torvalds1da177e2005-04-16 15:20:36 -07003355PREEMPTIBLE KERNEL
3356P: Robert Love
3357M: rml@tech9.net
3358L: linux-kernel@vger.kernel.org
3359L: kpreempt-tech@lists.sourceforge.net
3360W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3361S: Supported
3362
3363PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003364P: Luis R. Rodriguez
3365M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003366L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003367W: http://prism54.org
3368S: Maintained
3369
3370PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3371P: Peter Denison
3372M: promise@pnd-pc.demon.co.uk
3373W: http://www.pnd-pc.demon.co.uk/promise/
3374S: Maintained
3375
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003376PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3377P: Mikael Pettersson
3378M: mikpe@it.uu.se
3379L: linux-ide@vger.kernel.org
3380S: Maintained
3381
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003382PS3 NETWORK SUPPORT
3383P: Masakazu Mokuno
3384M: mokuno@sm.sony.co.jp
3385L: netdev@vger.kernel.org
3386L: cbe-oss-dev@ozlabs.org
3387S: Supported
3388
Geoff Levandf58a9d12006-11-23 00:46:51 +01003389PS3 PLATFORM SUPPORT
3390P: Geoff Levand
3391M: geoffrey.levand@am.sony.com
3392L: linuxppc-dev@ozlabs.org
3393L: cbe-oss-dev@ozlabs.org
3394S: Supported
3395
Michael Krufky83202042006-07-03 00:24:18 -07003396PVRUSB2 VIDEO4LINUX DRIVER
3397P: Mike Isely
3398M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003399L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003400L: video4linux-list@redhat.com
3401W: http://www.isely.net/pvrusb2/
3402S: Maintained
3403
Eric Miao30ec2612008-06-12 15:21:41 -07003404PXA2xx/PXA3xx SUPPORT
3405P: Eric Miao
3406M: eric.miao@marvell.com
3407P: Russell King
3408M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003409L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003410S: Maintained
3411
Pierre Ossman272f1332007-05-14 21:25:26 +02003412PXA MMCI DRIVER
3413S: Orphan
3414
Linus Torvalds1da177e2005-04-16 15:20:36 -07003415QLOGIC QLA2XXX FC-SCSI DRIVER
3416P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003417M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003418L: linux-scsi@vger.kernel.org
3419S: Supported
3420
Ron Mercer5a4faa82006-07-25 00:40:21 -07003421QLOGIC QLA3XXX NETWORK DRIVER
3422P: Ron Mercer
3423M: linux-driver@qlogic.com
3424L: netdev@vger.kernel.org
3425S: Supported
3426
Ron Mercerc4e84bd2008-09-18 11:56:28 -04003427QLOGIC QLGE 10Gb ETHERNET DRIVER
3428P: Ron Mercer
3429M: linux-driver@qlogic.com
3430M: ron.mercer@qlogic.com
3431L: netdev@vger.kernel.org
3432S: Supported
3433
Linus Torvalds1da177e2005-04-16 15:20:36 -07003434QNX4 FILESYSTEM
3435P: Anders Larsen
3436M: al@alarsen.net
3437L: linux-kernel@vger.kernel.org
3438W: http://www.alarsen.net/linux/qnx4fs/
3439S: Maintained
3440
3441RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003442P: Benjamin Herrenschmidt
3443M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003444L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003445S: Maintained
3446
3447RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003448P: Paul Mackerras
3449M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003450L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003451S: Maintained
3452
Randy Dunlape7839f22008-10-12 16:11:45 -07003453RALINK RT2X00 WIRELESS LAN DRIVER
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003454P: rt2x00 project
3455L: linux-wireless@vger.kernel.org
3456L: rt2400-devel@lists.sourceforge.net
3457W: http://rt2x00.serialmonkey.com/
3458S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003459T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003460F: drivers/net/wireless/rt2x00/
3461
Nick Piggin9db55792008-02-08 04:19:49 -08003462RAMDISK RAM BLOCK DEVICE DRIVER
3463P: Nick Piggin
3464M: npiggin@suse.de
3465S: Maintained
3466
Matt Mackall9e95ce22005-04-16 15:25:56 -07003467RANDOM NUMBER DRIVER
3468P: Matt Mackall
3469M: mpm@selenic.com
3470S: Maintained
3471
Matt Porter394b7012005-11-07 01:00:15 -08003472RAPIDIO SUBSYSTEM
3473P: Matt Porter
3474M: mporter@kernel.crashing.org
3475L: linux-kernel@vger.kernel.org
3476S: Maintained
3477
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003478RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3479P: Corey Thomas
3480M: coreythomas@charter.net
3481L: linux-wireless@vger.kernel.org
3482S: Maintained
3483
3484RCUTORTURE MODULE
3485P: Josh Triplett
3486M: josh@freedesktop.org
3487L: linux-kernel@vger.kernel.org
3488S: Maintained
3489
Florian Fainellic1f766b2008-02-06 22:39:44 +01003490RDC R-321X SoC
3491P: Florian Fainelli
3492M: florian.fainelli@telecomint.eu
3493L: linux-kernel@vger.kernel.org
3494S: Maintained
3495
Florian Fainellidb17f392007-12-19 11:30:30 +01003496RDC R6040 FAST ETHERNET DRIVER
3497P: Florian Fainelli
3498M: florian.fainelli@telecomint.eu
3499L: netdev@vger.kernel.org
3500S: Maintained
3501
Josh Triplett595182b2006-10-04 02:17:21 -07003502READ-COPY UPDATE (RCU)
3503P: Dipankar Sarma
3504M: dipankar@in.ibm.com
3505W: http://www.rdrop.com/users/paulmck/rclock/
3506L: linux-kernel@vger.kernel.org
3507S: Supported
3508
Linus Torvalds1da177e2005-04-16 15:20:36 -07003509REAL TIME CLOCK DRIVER
3510P: Paul Gortmaker
3511M: p_gortmaker@yahoo.com
3512L: linux-kernel@vger.kernel.org
3513S: Maintained
3514
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003515REAL TIME CLOCK (RTC) SUBSYSTEM
3516P: Alessandro Zummo
3517M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003518L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003519S: Maintained
3520
Linus Torvalds1da177e2005-04-16 15:20:36 -07003521REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003522L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003523S: Supported
3524
Ivo van Doorne08976452008-04-12 19:23:55 +02003525RFKILL
3526P: Ivo van Doorn
3527M: IvDoorn@gmail.com
3528L: netdev@vger.kernel.org
3529S: Maintained
3530F: net/rfkill
3531
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003532RISCOM8 DRIVER
3533S: Orphan
3534
Linus Torvalds1da177e2005-04-16 15:20:36 -07003535ROCKETPORT DRIVER
3536P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003537W: http://www.comtrol.com
3538S: Maintained
3539
3540ROSE NETWORK LAYER
3541P: Ralf Baechle
3542M: ralf@linux-mips.org
3543L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003544W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003545S: Maintained
3546
Michael Wu605bebe2007-05-14 01:41:02 -04003547RTL818X WIRELESS DRIVER
3548P: Michael Wu
3549M: flamingice@sourmilk.net
3550P: Andrea Merello
3551M: andreamrl@tiscali.it
3552L: linux-wireless@vger.kernel.org
3553W: http://linuxwireless.org/
3554T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3555S: Maintained
3556
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003557S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003558P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003559M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003560L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003561S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003562
Linus Torvalds1da177e2005-04-16 15:20:36 -07003563S390
3564P: Martin Schwidefsky
3565M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003566P: Heiko Carstens
3567M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003568M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003569L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003570W: http://www.ibm.com/developerworks/linux/linux390/
3571S: Supported
3572
3573S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003574P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003575M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003576P: Frank Blaschka
3577M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003578M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003579L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003580W: http://www.ibm.com/developerworks/linux/linux390/
3581S: Supported
3582
3583S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003584P: Christof Schmitt
3585M: christof.schmitt@de.ibm.com
3586P: Martin Peschke
3587M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003588M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003589L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003590W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003591S: Supported
3592
Ursula Braundd96df22007-09-19 13:09:02 +02003593S390 IUCV NETWORK LAYER
3594P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003595M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003596M: linux390@de.ibm.com
3597L: linux-s390@vger.kernel.org
3598W: http://www.ibm.com/developerworks/linux/linux390/
3599S: Supported
3600
Ben Dooks4dde7f72008-06-30 22:40:38 +01003601S3C24XX SD/MMC Driver
3602P: Ben Dooks
3603M: ben-linux@fluff.org
3604L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3605L: linux-kernel@vger.kernel.org
3606S: Supported
3607
Linus Torvalds1da177e2005-04-16 15:20:36 -07003608SAA7146 VIDEO4LINUX-2 DRIVER
3609P: Michael Hunold
3610M: michael@mihu.de
3611W: http://www.mihu.de/linux/saa7146
3612S: Maintained
3613
Linus Torvalds1da177e2005-04-16 15:20:36 -07003614SC1200 WDT DRIVER
3615P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003616M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003617S: Maintained
3618
3619SCHEDULER
3620P: Ingo Molnar
3621M: mingo@elte.hu
3622P: Robert Love [the preemptible kernel bits]
3623M: rml@tech9.net
3624L: linux-kernel@vger.kernel.org
3625S: Maintained
3626
3627SCSI CDROM DRIVER
3628P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003629M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003630L: linux-scsi@vger.kernel.org
3631W: http://www.kernel.dk
3632S: Maintained
3633
3634SCSI SG DRIVER
3635P: Doug Gilbert
3636M: dgilbert@interlog.com
3637L: linux-scsi@vger.kernel.org
3638W: http://www.torque.net/sg
3639S: Maintained
3640
3641SCSI SUBSYSTEM
3642P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003643M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003644L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003645T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003646T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3647T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003648S: Maintained
3649
3650SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003651P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003652M: Kai.Makisara@kolumbus.fi
3653L: linux-scsi@vger.kernel.org
3654S: Maintained
3655
3656SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003657P: Vlad Yasevich
3658M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003659P: Sridhar Samudrala
3660M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003661L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003662W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003663S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003664
3665SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003666P: Jim Cromie
3667M: jim.cromie@gmail.com
3668S: Odd Fixes
3669
3670SCx200 GPIO DRIVER
3671P: Jim Cromie
3672M: jim.cromie@gmail.com
3673S: Maintained
3674
3675SCx200 HRT CLOCKSOURCE DRIVER
3676P: Jim Cromie
3677M: jim.cromie@gmail.com
3678S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003679
Sascha Sommer6a369132008-07-15 14:21:29 +02003680SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3681P: Sascha Sommer
3682M: saschasommer@freenet.de
3683L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3684S: Maintained
3685
Randy Dunlape7839f22008-10-12 16:11:45 -07003686SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003687P: Pierre Ossman
3688M: drzeus-sdhci@drzeus.cx
3689L: sdhci-devel@list.drzeus.cx
3690S: Maintained
3691
Linus Torvalds1da177e2005-04-16 15:20:36 -07003692SECURITY CONTACT
3693P: Security Officers
3694M: security@kernel.org
3695S: Supported
3696
3697SELINUX SECURITY MODULE
3698P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003699M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003700P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003701M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003702P: Eric Paris
3703M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003704L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003705L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Stephen Smalleyf0589252008-09-11 09:20:26 -04003706W: http://selinuxproject.org
3707T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003708S: Supported
3709
Jiri Slabycef2cf02007-05-08 00:31:45 -07003710SENSABLE PHANTOM
3711P: Jiri Slaby
3712M: jirislaby@gmail.com
3713S: Maintained
3714
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003715SERIAL ATA (SATA) SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07003716P: Jeff Garzik
3717M: jgarzik@pobox.com
3718L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003719T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003720S: Supported
3721
Ben Hutchings8ceee662008-04-27 12:55:59 +01003722SFC NETWORK DRIVER
3723P: Steve Hodgson
3724P: Ben Hutchings
3725P: Robert Stonehouse
3726M: linux-net-drivers@solarflare.com
3727S: Supported
3728
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003729SGI GRU DRIVER
3730P: Jack Steiner
3731M: steiner@sgi.com
3732S: Maintained
3733
3734SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3735P: Pat Gefre
3736M: pfg@sgi.com
3737L: linux-ia64@vger.kernel.org
3738S: Supported
3739
Linus Torvalds1da177e2005-04-16 15:20:36 -07003740SGI VISUAL WORKSTATION 320 AND 540
3741P: Andrey Panin
3742M: pazke@donpac.ru
3743L: linux-visws-devel@lists.sf.net
3744W: http://linux-visws.sf.net
3745S: Maintained for 2.6.
3746
Jack Steiner75312612008-08-15 00:40:42 -07003747SGI XP/XPC/XPNET DRIVER
3748P: Dean Nelson
3749M: dcn@sgi.com
3750S: Maintained
3751
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003752SHARP LH SUPPORT (LH7952X & LH7A40X)
3753P: Marc Singer
3754M: elf@buici.com
3755W: http://projects.buici.com/arm
3756L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3757S: Maintained
3758
3759SHPC HOTPLUG DRIVER
3760P: Kristen Carlson Accardi
3761M: kristen.c.accardi@intel.com
3762L: linux-pci@vger.kernel.org
3763S: Supported
3764
Linus Torvalds1da177e2005-04-16 15:20:36 -07003765SIMTEC EB110ATX (Chalice CATS)
3766P: Ben Dooks
3767P: Vincent Sanders
3768M: support@simtec.co.uk
3769W: http://www.simtec.co.uk/products/EB110ATX/
3770S: Supported
3771
3772SIMTEC EB2410ITX (BAST)
3773P: Ben Dooks
3774P: Vincent Sanders
3775M: support@simtec.co.uk
3776W: http://www.simtec.co.uk/products/EB2410ITX/
3777S: Supported
3778
Francois Romieu92aab3c2005-07-30 13:11:18 +02003779SIS 190 ETHERNET DRIVER
3780P: Francois Romieu
3781M: romieu@fr.zoreil.com
3782L: netdev@vger.kernel.org
3783S: Maintained
3784
Linus Torvalds1da177e2005-04-16 15:20:36 -07003785SIS 900/7016 FAST ETHERNET DRIVER
3786P: Daniele Venzano
3787M: venza@brownhat.org
3788W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003789L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003790S: Maintained
3791
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003792SIS 96X I2C/SMBUS DRIVER
3793P: Mark M. Hoffman
3794M: mhoffman@lightlink.com
Jean Delvare17a172f2008-09-24 13:39:22 +02003795L: i2c@lm-sensors.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003796S: Maintained
3797
Linus Torvalds1da177e2005-04-16 15:20:36 -07003798SIS FRAMEBUFFER DRIVER
3799P: Thomas Winischhofer
3800M: thomas@winischhofer.net
3801W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003802S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003803
3804SIS USB2VGA DRIVER
3805P: Thomas Winischhofer
3806M: thomas@winischhofer.net
3807W: http://www.winischhofer.at/linuxsisusbvga.shtml
3808S: Maintained
3809
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003810SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3811P: Stephen Hemminger
3812M: shemminger@linux-foundation.org
3813L: netdev@vger.kernel.org
3814S: Maintained
3815
Christoph Lameter415ad262007-07-26 10:40:56 -07003816SLAB ALLOCATOR
3817P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003818M: cl@linux-foundation.org
Christoph Lameter415ad262007-07-26 10:40:56 -07003819P: Pekka Enberg
3820M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003821P: Matt Mackall
3822M: mpm@selenic.com
Christoph Lameter415ad262007-07-26 10:40:56 -07003823L: linux-mm@kvack.org
3824S: Maintained
3825
Linus Torvalds1da177e2005-04-16 15:20:36 -07003826SMC91x ETHERNET DRIVER
3827P: Nicolas Pitre
3828M: nico@cam.org
3829S: Maintained
3830
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003831SMSC47B397 HARDWARE MONITOR DRIVER
3832P: Mark M. Hoffman
3833M: mhoffman@lightlink.com
3834L: lm-sensors@lm-sensors.org
3835S: Maintained
3836
Ben Nizetteb54f2862008-03-13 22:27:30 +11003837SMX UIO Interface
3838P: Ben Nizette
3839M: bn@niasdigital.com
3840S: Maintained
3841
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003842SN-IA64 (Itanium) SUB-PLATFORM
3843P: Jes Sorensen
3844M: jes@sgi.com
3845L: linux-altix@sgi.com
3846L: linux-ia64@vger.kernel.org
3847W: http://www.sgi.com/altix
3848S: Maintained
3849
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003850SOC-CAMERA V4L2 SUBSYSTEM
Jean Delvare795fb7e2008-09-20 12:33:08 +02003851P: Guennadi Liakhovetski
3852M: g.liakhovetski@gmx.de
3853L: video4linux-list@redhat.com
3854S: Maintained
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003855
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003856SOEKRIS NET48XX LED SUPPORT
3857P: Chris Boot
3858M: bootc@bootc.net
3859S: Maintained
3860
Linus Torvalds1da177e2005-04-16 15:20:36 -07003861SOFTWARE RAID (Multiple Disks) SUPPORT
3862P: Ingo Molnar
3863M: mingo@redhat.com
3864P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003865M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003866L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003867S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003868
Linus Torvalds1da177e2005-04-16 15:20:36 -07003869SONIC NETWORK DRIVER
3870P: Thomas Bogendoerfer
3871M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003872L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003873S: Maintained
3874
Michael Buesch61e115a2007-09-18 15:12:50 -04003875SONICS SILICON BACKPLANE DRIVER (SSB)
3876P: Michael Buesch
3877M: mb@bu3sch.de
3878L: netdev@vger.kernel.org
3879S: Maintained
3880
Linus Torvalds1da177e2005-04-16 15:20:36 -07003881SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003882P: Mattia Dongili
3883M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003884L: linux-acpi@vger.kernel.org
3885W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003886S: Maintained
3887
Alex Dubovbaf85322008-02-09 10:20:54 -08003888SONY MEMORYSTICK CARD SUPPORT
3889P: Alex Dubov
3890M: oakad@yahoo.com
3891L: linux-kernel@vger.kernel.org
3892W: http://tifmxx.berlios.de/
3893S: Maintained
3894
Linus Torvalds1da177e2005-04-16 15:20:36 -07003895SOUND
3896P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003897M: perex@perex.cz
Takashi Iwai281712f2008-08-19 13:10:04 +02003898P: Takashi Iwai
3899M: tiwai@suse.de
Takashi Iwai82622042007-04-16 12:32:52 +02003900L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003901S: Maintained
3902
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003903SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3904P: Liam Girdwood
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01003905M: lrg@slimlogic.co.uk
Mark Brown2cad0ad2008-01-10 14:33:07 +01003906P: Mark Brown
3907M: broonie@opensource.wolfsonmicro.com
3908T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003909L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01003910W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003911S: Supported
3912
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003913SPARC (sparc32)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003914P: William L. Irwin
3915M: wli@holomorphy.com
3916L: sparclinux@vger.kernel.org
3917S: Maintained
3918
3919SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3920P: Roger Wolff
3921M: R.E.Wolff@BitWizard.nl
3922L: linux-kernel@vger.kernel.org ?
3923S: Supported
3924
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003925SPI SUBSYSTEM
3926P: David Brownell
3927M: dbrownell@users.sourceforge.net
3928L: spi-devel-general@lists.sourceforge.net
3929S: Maintained
3930
Jim Lewis2752e402006-09-29 02:01:19 -07003931SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003932P: Ishizaki Kou
3933M: kou.ishizaki@toshiba.co.jp
3934P: Jens Osterkamp
3935M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003936L: netdev@vger.kernel.org
3937S: Supported
3938
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003939SPU FILE SYSTEM
3940P: Jeremy Kerr
3941M: jk@ozlabs.org
3942L: linuxppc-dev@ozlabs.org
3943L: cbe-oss-dev@ozlabs.org
3944W: http://www.ibm.com/developerworks/power/cell/
3945S: Supported
3946
Linus Torvalds1da177e2005-04-16 15:20:36 -07003947SRM (Alpha) environment access
3948P: Jan-Benedict Glaw
3949M: jbglaw@lug-owl.de
3950L: linux-kernel@vger.kernel.org
3951S: Maintained
3952
Linus Torvalds26e9a392008-10-17 09:50:12 -07003953STABLE BRANCH
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003954P: Greg Kroah-Hartman
3955M: greg@kroah.com
3956P: Chris Wright
3957M: chrisw@sous-sol.org
3958L: stable@kernel.org
3959S: Maintained
3960
Linus Torvalds26e9a392008-10-17 09:50:12 -07003961STAGING SUBSYSTEM
3962P: Greg Kroah-Hartman
3963M: gregkh@suse.de
3964L: linux-kernel@vger.kernel.org
3965T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3966S: Maintained
3967
Linus Torvalds1da177e2005-04-16 15:20:36 -07003968STARFIRE/DURALAN NETWORK DRIVER
3969P: Ion Badulescu
3970M: ionut@cs.columbia.edu
3971S: Maintained
3972
3973STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3974W: http://mosquitonet.Stanford.EDU/strip.html
Jean Delvarebaaea1d2008-09-20 12:34:33 +02003975S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003976
3977STRADIS MPEG-2 DECODER DRIVER
3978P: Nathan Laredo
3979M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003980W: http://www.stradis.com/
3981S: Maintained
3982
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003983SUN3/3X
3984P: Sam Creasey
3985M: sammy@sammy.net
3986W: http://sammy.net/sun3/
3987S: Maintained
3988
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003989SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003990P: Paul Mundt
3991M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003992L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003993W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003994T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09003995S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003996
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003997SUSPEND TO RAM
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003998P: Len Brown
3999M: len.brown@intel.com
4000P: Pavel Machek
4001M: pavel@suse.cz
4002P: Rafael J. Wysocki
4003M: rjw@sisk.pl
4004L: linux-pm@lists.linux-foundation.org
4005S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004006
4007SVGA HANDLING
4008P: Martin Mares
4009M: mj@ucw.cz
4010L: linux-video@atrey.karlin.mff.cuni.cz
4011S: Maintained
4012
4013SYSV FILESYSTEM
4014P: Christoph Hellwig
4015M: hch@infradead.org
4016S: Maintained
4017
Alan Cox4e688522008-04-30 00:52:11 -07004018TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07004019P: Balbir Singh
4020M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004021L: linux-kernel@vger.kernel.org
4022S: Maintained
4023
Stephen Hemminger781b4562006-07-10 20:25:29 -07004024TC CLASSIFIER
4025P: Jamal Hadi Salim
4026M: hadi@cyberus.ca
4027L: netdev@vger.kernel.org
4028S: Maintained
4029
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004030TCP LOW PRIORITY MODULE
4031P: Wong Hoi Sing, Edison
4032M: hswong3i@gmail.com
4033P: Hung Hing Lun, Mike
4034M: hlhung3i@gmail.com
4035W: http://tcp-lp-mod.sourceforge.net/
4036S: Maintained
4037
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004038TEHUTI ETHERNET DRIVER
4039P: Alexander Indenbaum
4040M: baum@tehutinetworks.net
4041P: Andy Gospodarek
4042M: andy@greyhouse.net
4043L: netdev@vger.kernel.org
4044S: Supported
4045
Alan Cox4e688522008-04-30 00:52:11 -07004046Telecom Clock Driver for MCPL0010
4047P: Mark Gross
4048M: mark.gross@intel.com
4049S: Supported
4050
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004051TENSILICA XTENSA PORT (xtensa)
Alan Cox4e688522008-04-30 00:52:11 -07004052P: Chris Zankel
4053M: chris@zankel.net
4054S: Maintained
4055
4056THINKPAD ACPI EXTRAS DRIVER
4057P: Henrique de Moraes Holschuh
4058M: ibm-acpi@hmh.eng.br
4059L: ibm-acpi-devel@lists.sourceforge.net
4060W: http://ibm-acpi.sourceforge.net
4061W: http://thinkwiki.org/wiki/Ibm-acpi
4062T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4063S: Maintained
4064
Alex Dubov4020f2d2006-10-04 02:15:37 -07004065TI FLASH MEDIA INTERFACE DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02004066P: Alex Dubov
4067M: oakad@yahoo.com
4068S: Maintained
Alex Dubov4020f2d2006-10-04 02:15:37 -07004069
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004070TI OMAP MMC INTERFACE DRIVER
4071P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004072M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004073W: http://linux.omap.com
4074W: http://www.muru.com/linux/omap/
4075S: Maintained
4076
Michael Buesch844dd052006-06-26 00:24:59 -07004077TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4078P: Deepak Saxena
4079M: dsaxena@plexity.net
4080S: Maintained
4081
Per Lidene86eaa32006-01-12 16:45:18 +01004082TIPC NETWORK LAYER
4083P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004084M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004085P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004086M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004087P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004088M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004089L: tipc-discussion@lists.sourceforge.net
4090W: http://tipc.sourceforge.net/
4091W: http://tipc.cslab.ericsson.net/
4092T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4093S: Maintained
4094
Linus Torvalds1da177e2005-04-16 15:20:36 -07004095TLAN NETWORK DRIVER
4096P: Samuel Chessman
4097M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004098L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004099W: http://sourceforge.net/projects/tlan/
4100S: Maintained
4101
Linus Torvalds1da177e2005-04-16 15:20:36 -07004102TOSHIBA ACPI EXTRAS DRIVER
4103P: John Belmonte
4104M: toshiba_acpi@memebeam.org
4105W: http://memebeam.org/toys/ToshibaAcpiDriver
4106S: Maintained
4107
4108TOSHIBA SMM DRIVER
4109P: Jonathan Buzzard
4110M: jonathan@buzzard.org.uk
4111L: tlinux-users@tce.toshiba-dme.co.jp
4112W: http://www.buzzard.org.uk/toshiba/
4113S: Maintained
4114
Alan Cox4e688522008-04-30 00:52:11 -07004115TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004116P: Debora Velarde
4117M: debora@linux.vnet.ibm.com
4118P: Rajiv Andrade
4119M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004120W: http://tpmdd.sourceforge.net
4121P: Marcel Selhorst
4122M: tpm@selhorst.net
4123W: http://www.prosec.rub.de/tpm/
Rajiv Andrade63a10df2008-10-15 22:04:36 -07004124L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
Alan Cox4e688522008-04-30 00:52:11 -07004125S: Maintained
4126
Linus Torvalds1da177e2005-04-16 15:20:36 -07004127TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004128P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004129M: trivial@kernel.org
4130L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004131S: Maintained
4132
Alan Cox4e688522008-04-30 00:52:11 -07004133TTY LAYER
4134P: Alan Cox
4135M: alan@lxorguk.ukuu.org.uk
4136L: linux-kernel@vger.kernel.org
4137S: Maintained
4138
Grant Grundler740db6d2008-02-17 11:53:49 -07004139TULIP NETWORK DRIVERS
4140P: Grant Grundler
4141M: grundler@parisc-linux.org
4142P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004143M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004144L: netdev@vger.kernel.org
4145S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004146
4147TUN/TAP driver
4148P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004149M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004150L: vtun@office.satix.net
4151W: http://vtun.sourceforge.net/tun
4152S: Maintained
4153
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004154TURBOCHANNEL SUBSYSTEM
4155P: Maciej W. Rozycki
4156M: macro@linux-mips.org
4157S: Maintained
4158
Linus Torvalds1da177e2005-04-16 15:20:36 -07004159U14-34F SCSI DRIVER
4160P: Dario Ballabio
4161M: ballabio_dario@emc.com
4162L: linux-scsi@vger.kernel.org
4163S: Maintained
4164
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004165UBI FILE SYSTEM (UBIFS)
4166P: Artem Bityutskiy
4167M: dedekind@infradead.org
4168P: Adrian Hunter
4169M: ext-adrian.hunter@nokia.com
4170L: linux-mtd@lists.infradead.org
4171T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
4172W: http://www.linux-mtd.infradead.org/doc/ubifs.html
4173S: Maintained
4174
Alan Coxcc2020e2008-05-19 14:21:51 +01004175UCLINUX (AND M68KNOMMU)
4176P: Greg Ungerer
4177M: gerg@uclinux.org
4178W: http://www.uclinux.org/
4179L: uclinux-dev@uclinux.org (subscribers-only)
4180S: Maintained
4181
Alan Coxcc2020e2008-05-19 14:21:51 +01004182UCLINUX FOR RENESAS H8/300
4183P: Yoshinori Sato
4184M: ysato@users.sourceforge.jp
4185W: http://uclinux-h8.sourceforge.jp/
4186S: Supported
4187
Linus Torvalds1da177e2005-04-16 15:20:36 -07004188UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004189P: Jan Kara
4190M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004191W: http://linux-udf.sourceforge.net
4192S: Maintained
4193
Alan Coxcc2020e2008-05-19 14:21:51 +01004194UFS FILESYSTEM
4195P: Evgeniy Dushistov
4196M: dushistov@mail.ru
4197L: linux-kernel@vger.kernel.org
4198S: Maintained
4199
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004200UltraSPARC (sparc64)
Alan Coxcc2020e2008-05-19 14:21:51 +01004201P: David S. Miller
4202M: davem@davemloft.net
4203L: sparclinux@vger.kernel.org
4204T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4205S: Maintained
4206
David Vrabel18332a82008-09-17 16:34:44 +01004207ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4208P: David Vrabel
4209M: david.vrabel@csr.com
4210L: linux-usb@vger.kernel.org
4211S: Supported
4212
Linus Torvalds1da177e2005-04-16 15:20:36 -07004213UNIFORM CDROM DRIVER
4214P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004215M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004216L: linux-kernel@vger.kernel.org
4217W: http://www.kernel.dk
4218S: Maintained
4219
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004220UNSORTED BLOCK IMAGES (UBI)
4221P: Artem Bityutskiy
4222M: dedekind@infradead.org
4223W: http://www.linux-mtd.infradead.org/
4224L: linux-mtd@lists.infradead.org
4225T: git git://git.infradead.org/~dedekind/ubi-2.6.git
4226S: Maintained
4227
Linus Torvalds1da177e2005-04-16 15:20:36 -07004228USB ACM DRIVER
4229P: Oliver Neukum
4230M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004231L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004232S: Maintained
4233
4234USB BLOCK DRIVER (UB ub)
4235P: Pete Zaitcev
4236M: zaitcev@redhat.com
4237L: linux-kernel@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004238L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004239S: Supported
4240
Linus Torvalds1da177e2005-04-16 15:20:36 -07004241USB CDC ETHERNET DRIVER
4242P: Greg Kroah-Hartman
4243M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004244L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004245S: Maintained
4246W: http://www.kroah.com/linux-usb/
4247
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004248USB CYPRESS C67X00 DRIVER
4249P: Peter Korsgaard
4250M: jacmet@sunsite.dk
4251L: linux-usb@vger.kernel.org
4252S: Maintained
4253
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004254USB DAVICOM DM9601 DRIVER
4255P: Peter Korsgaard
4256M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004257L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004258W: http://www.linux-usb.org/usbnet
4259S: Maintained
4260
Alan Coxcc2020e2008-05-19 14:21:51 +01004261USB DIAMOND RIO500 DRIVER
4262P: Cesar Miquel
4263M: miquel@df.uba.ar
4264L: rio500-users@lists.sourceforge.net
4265W: http://rio500.sourceforge.net
4266S: Maintained
4267
Linus Torvalds1da177e2005-04-16 15:20:36 -07004268USB EHCI DRIVER
4269P: David Brownell
4270M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004271L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004272S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004273
Luca Risolia7ce08c92006-01-11 02:06:59 +00004274USB ET61X[12]51 DRIVER
4275P: Luca Risolia
4276M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004277L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004278L: video4linux-list@redhat.com
4279W: http://www.linux-projects.org
4280S: Maintained
4281
David Brownell69ae9e32006-11-14 02:03:31 -08004282USB GADGET/PERIPHERAL SUBSYSTEM
4283P: David Brownell
4284M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004285L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004286W: http://www.linux-usb.org/gadget
4287S: Maintained
4288
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004289USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01004290P: Jiri Kosina
4291M: jkosina@suse.cz
Jean Delvare795fb7e2008-09-20 12:33:08 +02004292L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004293T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004294S: Maintained
4295
Olav Kongas959eea22005-11-03 17:38:14 +02004296USB ISP116X DRIVER
4297P: Olav Kongas
4298M: ok@artecdesign.ee
Jean Delvare795fb7e2008-09-20 12:33:08 +02004299L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004300S: Maintained
4301
Linus Torvalds1da177e2005-04-16 15:20:36 -07004302USB KAWASAKI LSI DRIVER
4303P: Oliver Neukum
4304M: oliver@neukum.name
Jean Delvare795fb7e2008-09-20 12:33:08 +02004305L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004306S: Maintained
4307
4308USB MASS STORAGE DRIVER
4309P: Matthew Dharm
4310M: mdharm-usb@one-eyed-alien.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004311L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004312L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004313S: Maintained
4314W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4315
4316USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004317P: David Brownell
4318M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004319L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004320S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004321
Matthias Urlichsba460e42005-07-14 00:33:47 -07004322USB OPTION-CARD DRIVER
4323P: Matthias Urlichs
4324M: smurf@smurf.noris.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004325L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004326S: Maintained
4327
Linus Torvalds1da177e2005-04-16 15:20:36 -07004328USB OV511 DRIVER
4329P: Mark McClelland
4330M: mmcclell@bigfoot.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004331L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004332W: http://alpha.dyndns.org/ov511/
4333S: Maintained
4334
4335USB PEGASUS DRIVER
4336P: Petko Manolov
4337M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004338L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004339L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004340W: http://pegasus2.sourceforge.net/
4341S: Maintained
4342
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004343USB PRINTER DRIVER (usblp)
4344P: Pete Zaitcev
4345M: zaitcev@redhat.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004346L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004347S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004348
4349USB RTL8150 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
4357USB SE401 DRIVER
4358P: Jeroen Vreeken
4359M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004360L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004361W: http://www.chello.nl/~j.vreeken/se401/
4362S: Maintained
4363
Alan Cox4e688522008-04-30 00:52:11 -07004364USB SERIAL BELKIN F5U103 DRIVER
4365P: William Greathouse
4366M: wgreathouse@smva.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004367L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004368S: Maintained
4369
4370USB SERIAL CYPRESS M8 DRIVER
4371P: Lonnie Mendez
4372M: dignome@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004373L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004374S: Maintained
4375W: http://geocities.com/i0xox0i
4376W: http://firstlight.net/cvs
4377
Linus Torvalds1da177e2005-04-16 15:20:36 -07004378USB SERIAL CYBERJACK DRIVER
4379P: Matthias Bruestle and Harald Welte
4380M: support@reiner-sct.com
4381W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4382S: Maintained
4383
4384USB SERIAL DIGI ACCELEPORT DRIVER
4385P: Peter Berger and Al Borchers
4386M: pberger@brimson.com
4387M: alborchers@steinerpoint.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004388L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004389S: Maintained
4390
4391USB SERIAL DRIVER
4392P: Greg Kroah-Hartman
4393M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004394L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004395S: Supported
4396
Linus Torvalds1da177e2005-04-16 15:20:36 -07004397USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4398P: Gary Brubaker
4399M: xavyer@ix.netcom.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004400L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004401S: Maintained
4402
4403USB SERIAL KEYSPAN DRIVER
4404P: Greg Kroah-Hartman
4405M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004406L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004407W: http://www.kroah.com/linux/
4408S: Maintained
4409
4410USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004411P: Support Department
4412M: support@connecttech.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004413L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004414W: http://www.connecttech.com
4415S: Supported
4416
Steve Glendinning2f7ca802008-10-02 05:27:57 +00004417USB SMSC95XX ETHERNET DRIVER
4418P: Steve Glendinning
4419M: steve.glendinning@smsc.com
4420L: netdev@vger.kernel.org
4421S: Supported
4422
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004423USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004424P: Luca Risolia
4425M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004426L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004427L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004428W: http://www.linux-projects.org
4429S: Maintained
4430
4431USB SUBSYSTEM
4432P: Greg Kroah-Hartman
4433M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004434L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004435W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004436T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004437S: Supported
4438
4439USB UHCI DRIVER
4440P: Alan Stern
4441M: stern@rowland.harvard.edu
Jean Delvare795fb7e2008-09-20 12:33:08 +02004442L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004443S: Maintained
4444
David Brownell69ae9e32006-11-14 02:03:31 -08004445USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004446P: David Brownell
4447M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004448L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004449W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004450S: Maintained
4451
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004452USB VIDEO CLASS
4453P: Laurent Pinchart
4454M: laurent.pinchart@skynet.be
Ming Leiecc9a042008-09-13 02:33:21 -07004455L: linux-uvc-devel@lists.berlios.de
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004456L: video4linux-list@redhat.com
4457W: http://linux-uvc.berlios.de
4458S: Maintained
4459
Linus Torvalds1da177e2005-04-16 15:20:36 -07004460USB W996[87]CF DRIVER
4461P: Luca Risolia
4462M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004463L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004464L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004465W: http://www.linux-projects.org
4466S: Maintained
4467
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004468USB WIRELESS RNDIS DRIVER (rndis_wlan)
4469P: Jussi Kivilinna
4470M: jussi.kivilinna@mbnet.fi
4471L: linux-wireless@vger.kernel.org
4472S: Maintained
4473
Luca Risolia60f78052006-02-06 16:29:35 +00004474USB ZC0301 DRIVER
4475P: Luca Risolia
4476M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004477L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004478L: video4linux-list@redhat.com
4479W: http://www.linux-projects.org
4480S: Maintained
4481
Linus Torvalds1da177e2005-04-16 15:20:36 -07004482USB ZD1201 DRIVER
4483P: Jeroen Vreeken
4484M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004485L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004486W: http://linux-lc100020.sourceforge.net
4487S: Maintained
4488
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004489USB ZR364XX DRIVER
4490P: Antoine Jacquet
4491M: royale@zerezo.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004492L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004493L: video4linux-list@redhat.com
4494W: http://royale.zerezo.com/zr364xx/
4495S: Maintained
4496
Randy Dunlape7839f22008-10-12 16:11:45 -07004497USER-MODE LINUX (UML)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004498P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004499M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004500L: user-mode-linux-devel@lists.sourceforge.net
4501L: user-mode-linux-user@lists.sourceforge.net
4502W: http://user-mode-linux.sourceforge.net
4503S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004504
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004505USERSPACE I/O (UIO)
4506P: Hans J. Koch
4507M: hjk@linutronix.de
4508P: Greg Kroah-Hartman
4509M: gregkh@suse.de
4510L: linux-kernel@vger.kernel.org
4511S: Maintained
4512
Karel Zakf899b0a2008-05-23 13:04:21 -07004513UTIL-LINUX-NG PACKAGE
4514P: Karel Zak
4515M: kzak@redhat.com
4516L: util-linux-ng@vger.kernel.org
4517W: http://kernel.org/~kzak/util-linux-ng/
4518T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4519S: Maintained
4520
Michal Januszewskic1fd1c02008-10-15 22:03:48 -07004521UVESAFB DRIVER
4522P: Michal Januszewski
4523M: spock@gentoo.org
4524L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4525W: http://dev.gentoo.org/~spock/projects/uvesafb/
4526S: Maintained
4527
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004528VFAT/FAT/MSDOS FILESYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07004529P: OGAWA Hirofumi
4530M: hirofumi@mail.parknet.co.jp
4531L: linux-kernel@vger.kernel.org
4532S: Maintained
4533
Linus Torvalds1da177e2005-04-16 15:20:36 -07004534VIA RHINE NETWORK DRIVER
4535P: Roger Luethi
4536M: rl@hellgate.ch
4537S: Maintained
4538
Jean Delvare32c0a522005-09-22 21:47:58 +02004539VIAPRO SMBUS DRIVER
4540P: Jean Delvare
4541M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004542L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004543S: Maintained
4544
Joseph Chan69e4a7c2008-10-15 22:03:31 -07004545VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4546P: Joseph Chan
4547M: JosephChan@via.com.tw
4548P: Scott Fang
4549M: ScottFang@viatech.com.cn
4550L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4551S: Maintained
4552
Francois Romieu01f20732007-01-26 00:57:17 -08004553VIA VELOCITY NETWORK DRIVER
4554P: Francois Romieu
4555M: romieu@fr.zoreil.com
4556L: netdev@vger.kernel.org
4557S: Maintained
4558
Randy Dunlape7839f22008-10-12 16:11:45 -07004559VIDEO FOR LINUX (V4L)
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004560P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004561M: mchehab@infradead.org
4562M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004563L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004564W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004565T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004566S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004567
Patrick McHardybe7f8272007-10-23 20:26:36 -07004568VLAN (802.1Q)
4569P: Patrick McHardy
4570M: kaber@trash.net
4571L: netdev@vger.kernel.org
4572S: Maintained
4573
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004574VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4575P: Liam Girdwood
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004576M: lrg@slimlogic.co.uk
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004577P: Mark Brown
4578M: broonie@opensource.wolfsonmicro.com
4579W: http://opensource.wolfsonmicro.com/node/15
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004580W: http://www.slimlogic.co.uk/?page_id=5
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004581T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4582S: Supported
4583
Juerg Haefligerab413192006-09-24 20:54:04 +02004584VT1211 HARDWARE MONITOR DRIVER
4585P: Juerg Haefliger
4586M: juergh@gmail.com
4587L: lm-sensors@lm-sensors.org
4588S: Maintained
4589
Roger Lucas1de9e372005-11-26 20:20:05 +01004590VT8231 HARDWARE MONITOR DRIVER
4591P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004592M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004593L: lm-sensors@lm-sensors.org
4594S: Maintained
4595
Linus Torvalds1da177e2005-04-16 15:20:36 -07004596W1 DALLAS'S 1-WIRE BUS
4597P: Evgeniy Polyakov
4598M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004599S: Maintained
4600
Charles Spirakis13927072006-07-05 18:05:15 +02004601W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004602P: Marc Hulsman
4603M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004604L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004605S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004606
Rudolf Marek61db0112006-12-12 18:18:30 +01004607W83793 HARDWARE MONITORING DRIVER
4608P: Rudolf Marek
4609M: r.marek@assembler.cz
4610L: lm-sensors@lm-sensors.org
4611S: Maintained
4612
Linus Torvalds1da177e2005-04-16 15:20:36 -07004613W83L51xD SD/MMC CARD INTERFACE DRIVER
4614P: Pierre Ossman
4615M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004616L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004617S: Maintained
4618
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004619WATCHDOG DEVICE DRIVERS
4620P: Wim Van Sebroeck
4621M: wim@iguana.be
4622T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4623S: Maintained
4624
Linus Torvalds1da177e2005-04-16 15:20:36 -07004625WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4626P: Jean Tourrilhes
4627M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004628L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004629W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4630S: Maintained
4631
4632WD7000 SCSI DRIVER
4633P: Miroslav Zagorac
4634M: zaga@fly.cc.fer.hr
4635L: linux-scsi@vger.kernel.org
4636S: Maintained
4637
David Vrabel18332a82008-09-17 16:34:44 +01004638WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4639P: David Vrabel
4640M: david.vrabel@csr.com
4641S: Maintained
4642
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004643WISTRON LAPTOP BUTTON DRIVER
4644P: Miloslav Trmac
4645M: mitr@volny.cz
4646S: Maintained
4647
Linus Torvalds1da177e2005-04-16 15:20:36 -07004648WL3501 WIRELESS PCMCIA CARD DRIVER
4649P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004650M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004651L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004652W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004653S: Maintained
4654
Mark Brownfebf1df2008-04-02 00:51:09 -04004655WM97XX TOUCHSCREEN DRIVERS
4656P: Mark Brown
4657M: broonie@opensource.wolfsonmicro.com
4658P: Liam Girdwood
Liam Girdwoodb8d055a2008-10-13 23:00:15 -04004659M: lrg@slimlogic.co.uk
Mark Brownfebf1df2008-04-02 00:51:09 -04004660L: linux-input@vger.kernel.org
4661T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4662W: http://opensource.wolfsonmicro.com/node/7
4663S: Supported
4664
Linus Torvalds1da177e2005-04-16 15:20:36 -07004665X.25 NETWORK LAYER
4666P: Henner Eisen
4667M: eis@baty.hanse.de
4668L: linux-x25@vger.kernel.org
4669S: Maintained
4670
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004671X86 ARCHITECTURE (32-BIT AND 64-BIT)
4672P: Thomas Gleixner
4673M: tglx@linutronix.de
4674P: Ingo Molnar
4675M: mingo@redhat.com
4676P: H. Peter Anvin
4677M: hpa@zytor.com
4678L: linux-kernel@vger.kernel.org
4679T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4680S: Maintained
4681
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004682XEN HYPERVISOR INTERFACE
4683P: Jeremy Fitzhardinge
4684M: jeremy@xensource.com
4685P: Chris Wright
4686M: chrisw@sous-sol.org
4687L: virtualization@lists.osdl.org
4688L: xen-devel@lists.xensource.com
4689S: Supported
4690
Linus Torvalds1da177e2005-04-16 15:20:36 -07004691XFS FILESYSTEM
4692P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004693P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004694M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004695L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004696W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004697T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004698S: Supported
4699
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004700XILINX SYSTEMACE DRIVER
4701P: Grant Likely
4702M: grant.likely@secretlab.ca
4703W: http://www.secretlab.ca/
4704L: linux-kernel@vger.kernel.org
4705S: Maintained
4706
Peter Korsgaard238b8722006-12-06 20:35:17 -08004707XILINX UARTLITE SERIAL DRIVER
4708P: Peter Korsgaard
4709M: jacmet@sunsite.dk
4710L: linux-serial@vger.kernel.org
4711S: Maintained
4712
Linus Torvalds1da177e2005-04-16 15:20:36 -07004713YAM DRIVER FOR AX.25
4714P: Jean-Paul Roubelat
4715M: jpr@f6fbb.org
4716L: linux-hams@vger.kernel.org
4717S: Maintained
4718
Henkaf64a5e2005-10-12 15:02:56 +02004719YEALINK PHONE DRIVER
4720P: Henk Vergonet
4721M: Henk.Vergonet@gmail.com
4722L: usbb2k-api-dev@nongnu.org
4723S: Maintained
4724
Linus Torvalds1da177e2005-04-16 15:20:36 -07004725Z8530 DRIVER FOR AX.25
4726P: Joerg Reuter
4727M: jreuter@yaina.de
4728W: http://yaina.de/jreuter/
4729W: http://www.qsl.net/dl1bke/
4730L: linux-hams@vger.kernel.org
4731S: Maintained
4732
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004733ZD1211RW WIRELESS DRIVER
4734P: Daniel Drake
4735M: dsd@gentoo.org
4736P: Ulrich Kunitz
4737M: kune@deine-taler.de
4738W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004739L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004740L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4741S: Maintained
4742
Linus Torvalds1da177e2005-04-16 15:20:36 -07004743ZR36067 VIDEO FOR LINUX DRIVER
4744P: Ronald Bultje
4745M: rbultje@ronald.bitfreak.net
4746L: mjpeg-users@lists.sourceforge.net
4747W: http://mjpeg.sourceforge.net/driver-zoran/
4748S: Maintained
4749
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004750ZS DECSTATION Z85C30 SERIAL DRIVER
4751P: Maciej W. Rozycki
4752M: macro@linux-mips.org
4753S: Maintained
4754
Linus Torvalds1da177e2005-04-16 15:20:36 -07004755THE REST
4756P: Linus Torvalds
4757S: Buried alive in reporters