blob: 9673cd28a69b3049f1c9f7b5b3eda9aa279404d1 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
Andy Whitcroft0a920b52007-06-01 00:46:48 -070033 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
42
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
45
Alan Coxc9ee1332006-05-20 15:00:12 -070046 PLEASE remember that submissions must be made under the terms
Randy Dunlap45003712007-08-30 23:56:37 -070047 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
Alan Coxc9ee1332006-05-20 15:00:12 -070051
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
54 not you.
55
Alan Coxc9ee1332006-05-20 15:00:12 -0700567. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
58 does not respond.
59
608. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070061
Antoine Jacquetb7eee612007-04-27 12:30:59 -030062 -----------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -070063
64Maintainers List (try to look for most precise areas first)
65
66Note: For the hard of thinking, this list is meant to remain in alphabetical
67order. If you could add yourselves to it in alphabetical order that would be
68so much easier [Ed]
69
70P: Person
71M: Mail patches to
72L: Mailing list that is relevant to this area
73W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080074T: SCM tree type and location. Type is one of: git, hg, quilt.
Randy Dunlape7839f22008-10-12 16:11:45 -070075F: Applicable files and/or directories
Randy Dunlap4501a462008-10-13 09:24:58 -070076S: Status, one of the following:
Linus Torvalds1da177e2005-04-16 15:20:36 -070077
78 Supported: Someone is actually paid to look after this.
79 Maintained: Someone actually looks after it.
80 Odd Fixes: It has a maintainer but they don't have time to do
81 much other than throw the odd patch in. See below..
82 Orphan: No current maintainer [but maybe you could take the
83 role as you write your new code].
84 Obsolete: Old code. Something tagged obsolete generally means
85 it has been replaced by a better system and you
86 should be using that.
87
Linus Torvalds1da177e2005-04-16 15:20:36 -0700883C505 NETWORK DRIVER
89P: Philip Blundell
90M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070091L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070092S: Maintained
93
Steffen Klasserta6d89912007-08-10 14:05:27 -0700943C59X NETWORK DRIVER
95P: Steffen Klassert
96M: klassert@mathematik.tu-chemnitz.de
97L: netdev@vger.kernel.org
98S: Maintained
99
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003CR990 NETWORK DRIVER
101P: David Dillow
102M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700103L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104S: Maintained
105
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001063W-9XXX SATA-RAID CONTROLLER DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107P: Adam Radford
108M: linuxraid@amcc.com
109L: linux-scsi@vger.kernel.org
110W: http://www.amcc.com
111S: Supported
112
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001133W-XXXX ATA-RAID CONTROLLER DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114P: Adam Radford
115M: linuxraid@amcc.com
116L: linux-scsi@vger.kernel.org
117W: http://www.amcc.com
118S: Supported
119
12053C700 AND 53C700-66 SCSI DRIVER
121P: James E.J. Bottomley
122M: James.Bottomley@HansenPartnership.com
123L: linux-scsi@vger.kernel.org
124S: Maintained
125
1266PACK NETWORK DRIVER FOR AX.25
127P: Andreas Koensgen
128M: ajk@iehk.rwth-aachen.de
129L: linux-hams@vger.kernel.org
130S: Maintained
131
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328169 10/100/1000 GIGABIT ETHERNET DRIVER
133P: Francois Romieu
134M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700135L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136S: Maintained
137
1388250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139L: linux-serial@vger.kernel.org
140W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100141S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142
1438390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
144P: Paul Gortmaker
145M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700146L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147S: Maintained
148
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001499P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100150P: Eric Van Hensbergen
151M: ericvh@gmail.com
152P: Ron Minnich
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500153M: rminnich@sandia.gov
Jim Cromiece00f852006-11-30 04:49:44 +0100154P: Latchesar Ionkov
155M: lucho@ionkov.net
156L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500157W: http://swik.net/v9fs
Jim Cromiece00f852006-11-30 04:49:44 +0100158T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
159S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800160
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161A2232 SERIAL BOARD DRIVER
162P: Enver Haase
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163M: A2232@gmx.net
164L: linux-m68k@lists.linux-m68k.org
165S: Maintained
166
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700167AACRAID SCSI RAID DRIVER
168P: Adaptec OEM Raid Solutions
169M: aacraid@adaptec.com
170L: linux-scsi@vger.kernel.org
171W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172S: Supported
173
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700174ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200175P: Hans de Goede
176M: j.w.r.degoede@hhs.nl
177L: lm-sensors@lm-sensors.org
178S: Maintained
179
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700180ABIT UGURU 3 HARDWARE MONITOR DRIVER
181P: Alistair John Strachan
182M: alistair@devzero.co.uk
183L: lm-sensors@lm-sensors.org
184S: Maintained
185
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186ACENIC DRIVER
187P: Jes Sorensen
188M: jes@trained-monkey.org
189L: linux-acenic@sunsite.dk
190S: Maintained
191
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000192ACER WMI LAPTOP EXTRAS
193P: Carlos Corbacho
194M: carlos@strangeworlds.co.uk
195L: aceracpi@googlegroups.com (subscribers-only)
196W: http://code.google.com/p/aceracpi
197S: Maintained
198
Linus Torvalds1da177e2005-04-16 15:20:36 -0700199ACPI
Andi Kleen54cd3142008-09-04 13:30:07 +0200200P: Len Brown
Len Brown8b59a452007-01-08 19:03:28 -0500201M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500202L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400203W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800204T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500205S: Supported
206
207ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400208P: Alexey Starikovskiy
209M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500210L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300211W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500212S: Supported
213
214ACPI EC DRIVER
215P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400216M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500217L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300218W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500219S: Supported
220
221ACPI FAN DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400222P: Zhang Rui
223M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500224L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300225W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500226S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700228ACPI PCI HOTPLUG DRIVER
229P: Kristen Carlson Accardi
230M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -0700231L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -0500232S: Supported
233
234ACPI THERMAL DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400235P: Zhang Rui
236M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500237L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300238W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500239S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700240
Len Brown359acec2007-02-10 01:59:24 -0500241ACPI VIDEO DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400242P: Zhang Rui
Len Brown38e09d82007-10-25 17:55:59 -0400243M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500244L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300245W: http://www.lesswatts.org/projects/acpi/
Len Brown359acec2007-02-10 01:59:24 -0500246S: Supported
247
Carlos Corbachobff431e2008-02-05 02:17:04 +0000248ACPI WMI DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +0200249P: Carlos Corbacho
250M: carlos@strangeworlds.co.uk
251L: linux-acpi@vger.kernel.org
252W: http://www.lesswatts.org/projects/acpi/
253S: Maintained
Carlos Corbachobff431e2008-02-05 02:17:04 +0000254
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100255AD1889 ALSA SOUND DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +0200256P: Kyle McMartin
257M: kyle@mcmartin.ca
258P: Thibaut Varene
259M: T-Bone@parisc-linux.org
260W: http://wiki.parisc-linux.org/AD1889
261L: linux-parisc@vger.kernel.org
262S: Maintained
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100263
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264ADM1025 HARDWARE MONITOR DRIVER
265P: Jean Delvare
266M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200267L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268S: Maintained
269
Corentin Labbecae2caa2007-02-14 21:15:04 +0100270ADM1029 HARDWARE MONITOR DRIVER
271P: Corentin Labbe
272M: corentin.labbe@geomatys.fr
273L: lm-sensors@lm-sensors.org
274S: Maintained
275
Michael Wucc0b88c2007-08-31 01:15:25 -0400276ADM8211 WIRELESS DRIVER
277P: Michael Wu
278M: flamingice@sourmilk.net
279L: linux-wireless@vger.kernel.org
280W: http://linuxwireless.org/
281T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
282S: Maintained
283
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284ADT746X FAN DRIVER
285P: Colin Leroy
286M: colin@colino.net
287S: Maintained
288
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400289ADVANSYS SCSI DRIVER
290P: Matthew Wilcox
291M: matthew@wil.cx
292L: linux-scsi@vger.kernel.org
293S: Maintained
294
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295AEDSP16 DRIVER
296P: Riccardo Facchetti
297M: fizban@tin.it
298S: Maintained
299
300AFFS FILE SYSTEM
301P: Roman Zippel
302M: zippel@linux-m68k.org
303S: Maintained
304
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700305AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
306P: David Howells
307M: dhowells@redhat.com
308L: linux-afs@lists.infradead.org
309S: Supported
310
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400312P: David Airlie
313M: airlied@linux.ie
314T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315S: Maintained
316
317AHA152X SCSI DRIVER
318P: Juergen E. Fischer
319M: Juergen Fischer <fischer@norbit.de>
320L: linux-scsi@vger.kernel.org
321S: Maintained
322
Hannes Reinecke64624d42007-10-19 10:32:29 +0200323AIC7XXX / AIC79XX SCSI DRIVER
324P: Hannes Reinecke
325M: hare@suse.de
326L: linux-scsi@vger.kernel.org
327S: Maintained
328
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700329AIO
330P: Benjamin LaHaise
331M: bcrl@kvack.org
332L: linux-aio@kvack.org
333S: Supported
334
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335ALCATEL SPEEDTOUCH USB DRIVER
336P: Duncan Sands
337M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700338L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700339W: http://www.linux-usb.org/SpeedTouch/
340S: Maintained
341
Pierre Ossman272f1332007-05-14 21:25:26 +0200342ALCHEMY AU1XX0 MMC DRIVER
Manuel Lauss08fcb722008-06-09 08:40:35 +0200343P: Manuel Lauss
344M: manuel.lauss@gmail.com
345S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200346
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000347ALI1563 I2C DRIVER
348P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100349M: r.marek@assembler.cz
Jean Delvare846557d2008-10-30 15:55:47 +0100350L: linux-i2c@vger.kernel.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000351S: Maintained
352
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353ALPHA PORT
354P: Richard Henderson
355M: rth@twiddle.net
356S: Odd Fixes for 2.4; Maintained for 2.6.
357P: Ivan Kokshaysky
358M: ink@jurassic.park.msu.ru
359S: Maintained for 2.4; PCI support for 2.6.
Cheng Renquana9406692009-03-31 15:23:35 -0700360L: linux-alpha@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700361
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700362AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
363P: Thomas Dahlmann
364M: thomas.dahlmann@amd.com
Jordan Crouse67d76712008-05-12 14:02:22 -0700365L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700366S: Supported
367
Jordan Crousef90b8112006-01-06 00:12:14 -0800368AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100369P: Jordan Crouse
Jordan Crouse67d76712008-05-12 14:02:22 -0700370L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Jordan Crousef90b8112006-01-06 00:12:14 -0800371W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
372S: Supported
373
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200374AMD IOMMU (AMD-VI)
375P: Joerg Roedel
376M: joerg.roedel@amd.com
377L: iommu@lists.linux-foundation.org
Joerg Roedelbbd001c2008-09-17 17:22:45 +0200378T: git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200379S: Supported
380
Peter Orubae7f5b302008-07-28 18:44:11 +0200381AMD MICROCODE UPDATE SUPPORT
Peter Oruba8d433c402008-10-16 18:43:48 +0200382P: Andreas Herrmann
383M: andeas.herrmann3@amd.com
384L: amd64-microcode@amd64.org
Peter Orubae7f5b302008-07-28 18:44:11 +0200385S: Supported
386
Stelian Pop284f42b2006-12-12 18:18:31 +0100387AMS (Apple Motion Sensor) DRIVER
388P: Stelian Pop
389M: stelian@popies.net
390P: Michael Hanselmann
391M: linux-kernel@hansmi.ch
392S: Supported
393
Tom Tuckerf94b5332006-09-22 15:22:48 -0700394AMSO1100 RNIC DRIVER
395P: Tom Tucker
396M: tom@opengridcomputing.com
397P: Steve Wise
398M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700399L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700400S: Maintained
401
Johannes Berg42269062006-07-25 16:15:50 +0200402AOA (Apple Onboard Audio) ALSA DRIVER
403P: Johannes Berg
404M: johannes@sipsolutions.net
405L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200406L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200407S: Maintained
408
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409APM DRIVER
410P: Stephen Rothwell
411M: sfr@canb.auug.org.au
412L: linux-laptop@vger.kernel.org
413W: http://www.canb.auug.org.au/~sfr/
414S: Supported
415
Henrik Rydbergbd7aa4b2008-09-02 14:35:43 -0700416APPLE BCM5974 MULTITOUCH DRIVER
417P: Henrik Rydberg
418M: rydberg@euromail.se
419L: linux-input@vger.kernel.org
420S: Maintained
421
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700422APPLE SMC DRIVER
423P: Nicolas Boichat
424M: nicolas@boichat.ch
425L: mactel-linux-devel@lists.sourceforge.net
426S: Maintained
427
Linus Torvalds1da177e2005-04-16 15:20:36 -0700428APPLETALK NETWORK LAYER
429P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300430M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700431S: Maintained
432
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400433APPLETOUCH TOUCHPAD DRIVER
434P: Johannes Berg
435M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400436L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400437S: Maintained
438
Jaya Kumar1154ea72005-06-21 17:17:04 -0700439ARC FRAMEBUFFER DRIVER
440P: Jaya Kumar
441M: jayalk@intworks.biz
442S: Maintained
443
Linus Torvalds1da177e2005-04-16 15:20:36 -0700444ARM MFM AND FLOPPY DRIVERS
445P: Ian Molton
446M: spyro@f2s.com
447S: Maintained
448
Russell King2761f5c2007-05-24 06:56:08 +0200449ARM PRIMECELL MMCI PL180/1 DRIVER
Pierre Ossman6d799472008-07-22 14:36:57 +0200450S: Orphan
Russell King2761f5c2007-05-24 06:56:08 +0200451
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800452ARM/ADI ROADRUNNER MACHINE SUPPORT
453P: Lennert Buytenhek
454M: kernel@wantstofly.org
455L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
456S: Maintained
457
458ARM/ADS SPHERE MACHINE SUPPORT
459P: Lennert Buytenhek
460M: kernel@wantstofly.org
461L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
462S: Maintained
463
Sergey Lapin9c784f92008-08-03 02:29:48 +0100464ARM/AFEB9260 MACHINE SUPPORT
465P: Sergey Lapin
466M: slapin@ossfans.org
467L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
468S: Maintained
469
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800470ARM/AJECO 1ARM MACHINE SUPPORT
471P: Lennert Buytenhek
472M: kernel@wantstofly.org
473L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
474S: Maintained
475
Andrew Victord4a89c72006-12-04 13:56:21 +0100476ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
Jean Delvare795fb7e2008-09-20 12:33:08 +0200477P: Andrew Victor
478M: linux@maxim.org.za
479L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
480W: http://maxim.org.za/at91_26.html
481S: Maintained
Andrew Victord4a89c72006-12-04 13:56:21 +0100482
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800483ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
484P: Lennert Buytenhek
485M: kernel@wantstofly.org
486L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
487S: Maintained
488
489ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
490P: Lennert Buytenhek
491M: kernel@wantstofly.org
492L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
493S: Maintained
494
Mike Rapoportd48134e2008-08-20 09:03:26 +0100495ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
Russell Kinga9da4f72008-07-12 21:42:04 +0100496P: Mike Rapoport
497M: mike@compulab.co.il
498L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
499S: Maintained
500
Linus Torvalds1da177e2005-04-16 15:20:36 -0700501ARM/CORGI MACHINE SUPPORT
502P: Richard Purdie
503M: rpurdie@rpsys.net
504S: Maintained
505
Paulius Zaleckas881a95f2009-03-26 10:06:27 +0200506ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
507P: Paulius Zaleckas
508M: paulius.zaleckas@teltonika.lt
509L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
510T: git gitorious.org/linux-gemini/mainline.git
511S: Maintained
512
Russell Kinga9da4f72008-07-12 21:42:04 +0100513ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
514P: Daniel Ribeiro
515M: drwyrm@gmail.com
516P: Stefan Schmidt
517M: stefan@openezx.org
518P: Harald Welte
519M: laforge@openezx.org
520L: openezx-devel@lists.openezx.org (subscribers-only)
521W: http://www.openezx.org/
522S: Maintained
523
Paulius Zaleckas6a915af2009-03-25 13:10:20 +0200524ARM/FARADAY FA526 PORT
525P: Paulius Zaleckas
526M: paulius.zaleckas@teltonika.lt
527L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
528S: Maintained
529
Sascha Hauer86183a52008-07-24 23:50:35 +0200530ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
531P: Sascha Hauer
532M: kernel@pengutronix.de
533L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
534S: Maintained
535
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800536ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
537P: Lennert Buytenhek
538M: kernel@wantstofly.org
539L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
540S: Maintained
541
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100542ARM/GUMSTIX MACHINE SUPPORT
543P: Steve Sakoman
544M: sakoman@gmail.com
545L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
546S: Maintained
547
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100548ARM/HP JORNADA 7XX MACHINE SUPPORT
Jean Delvare795fb7e2008-09-20 12:33:08 +0200549P: Kristoffer Ericson
550M: kristoffer.ericson@gmail.com
551W: www.jlime.com
552S: Maintained
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100553
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800554ARM/INTEL IOP32X ARM ARCHITECTURE
555P: Lennert Buytenhek
556M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100557P: Dan Williams
558M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800559L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100560S: Supported
561
562ARM/INTEL IOP33X ARM ARCHITECTURE
563P: Dan Williams
564M: dan.j.williams@intel.com
565L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
566S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800567
568ARM/INTEL IOP13XX ARM ARCHITECTURE
569P: Lennert Buytenhek
570M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100571P: Dan Williams
572M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800573L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100574S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800575
576ARM/INTEL IQ81342EX MACHINE SUPPORT
577P: Lennert Buytenhek
578M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100579P: Dan Williams
580M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800581L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100582S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800583
584ARM/INTEL IXP2000 ARM ARCHITECTURE
585P: Lennert Buytenhek
586M: kernel@wantstofly.org
587L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
588S: Maintained
589
590ARM/INTEL IXDP2850 MACHINE SUPPORT
591P: Lennert Buytenhek
592M: kernel@wantstofly.org
593L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
594S: Maintained
595
596ARM/INTEL IXP23XX ARM ARCHITECTURE
597P: Lennert Buytenhek
598M: kernel@wantstofly.org
599L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
600S: Maintained
601
602ARM/INTEL XSC3 (MANZANO) ARM CORE
603P: Lennert Buytenhek
604M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100605P: Dan Williams
606M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800607L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100608S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800609
610ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
611P: Lennert Buytenhek
612M: kernel@wantstofly.org
613L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
614S: Maintained
615
616ARM/LOGICPD PXA270 MACHINE SUPPORT
617P: Lennert Buytenhek
618M: kernel@wantstofly.org
619L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
620S: Maintained
621
Philipp Zabel3b8861712008-07-09 21:27:15 +0100622ARM/MAGICIAN MACHINE SUPPORT
623P: Philipp Zabel
624M: philipp.zabel@gmail.com
625S: Maintained
626
Kristoffer Ericson9624dfe2008-10-09 16:50:46 +0100627ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
628P: Michael Petchkovsky
629M: mkpetch@internode.on.net
630S: Maintained
631
Dirk Opfer8459c152005-11-06 14:27:52 +0000632ARM/TOSA MACHINE SUPPORT
Dmitry Eremin-Solenikovbfa0b1c2009-01-06 14:41:05 -0800633P: Dmitry Eremin-Solenikov
Dmitry Baryshkov93887042008-07-07 10:50:06 +0100634M: dbaryshkov@gmail.com
Dirk Opfer8459c152005-11-06 14:27:52 +0000635P: Dirk Opfer
636M: dirk@opfer-online.de
637S: Maintained
638
Marek Vasuta6450722008-11-20 22:50:46 +0100639ARM/PALMTX,PALMT5,PALMLD SUPPORT
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100640P: Marek Vasut
641M: marek.vasut@gmail.com
642W: http://hackndev.com
643S: Maintained
644
Sergey Lapinc49e1e62008-08-29 15:47:52 +0100645ARM/PALMZ72 SUPPORT
646P: Sergey Lapin
647M: slapin@ossfans.org
648W: http://hackndev.com
649S: Maintained
650
Linus Torvalds1da177e2005-04-16 15:20:36 -0700651ARM/PLEB SUPPORT
652P: Peter Chubb
653M: pleb@gelato.unsw.edu.au
654W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
655S: Maintained
656
657ARM/PT DIGITAL BOARD PORT
658P: Stefan Eletzhofer
659M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700660L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700661W: http://www.arm.linux.org.uk/
662S: Maintained
663
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800664ARM/RADISYS ENP2611 MACHINE SUPPORT
665P: Lennert Buytenhek
666M: kernel@wantstofly.org
667L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
668S: Maintained
669
Linus Torvalds1da177e2005-04-16 15:20:36 -0700670ARM/SHARK MACHINE SUPPORT
671P: Alexander Schulz
672M: alex@shark-linux.de
673W: http://www.shark-linux.de/shark.html
674S: Maintained
675
676ARM/STRONGARM110 PORT
677P: Russell King
678M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700679L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680W: http://www.arm.linux.org.uk/
681S: Maintained
682
683ARM/S3C2410 ARM ARCHITECTURE
684P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800685M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700686L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700687W: http://www.fluff.org/ben/linux/
688S: Maintained
689
690ARM/S3C2440 ARM ARCHITECTURE
691P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800692M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700693L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700694W: http://www.fluff.org/ben/linux/
695S: Maintained
696
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800697ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
698P: Lennert Buytenhek
699M: kernel@wantstofly.org
700L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
701S: Maintained
702
703ARM/THECUS N2100 MACHINE SUPPORT
704P: Lennert Buytenhek
705M: kernel@wantstofly.org
706L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
707S: Maintained
708
wanzongshun98ad6e32009-02-13 06:04:32 +0100709ARM/NUVOTON W90X900 ARM ARCHITECTURE
710P: Wan ZongShun
711M: mcuos.com@gmail.com
712L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
713W: http://www.mcuos.com
714S: Maintained
715
Linus Torvalds1da177e2005-04-16 15:20:36 -0700716ARPD SUPPORT
717P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700718L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700719S: Maintained
720
721ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500722P: Corentin Chary
723M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700724P: Karol Kozimor
725M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700726L: acpi4asus-user@lists.sourceforge.net
727W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500728W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729S: Maintained
730
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400731ASUS ASB100 HARDWARE MONITOR DRIVER
732P: Mark M. Hoffman
733M: mhoffman@lightlink.com
734L: lm-sensors@lm-sensors.org
735S: Maintained
736
Corentin Chary85091b72007-01-26 14:04:30 +0100737ASUS LAPTOP EXTRAS DRIVER
738P: Corentin Chary
739M: corentincj@iksaif.net
740L: acpi4asus-user@lists.sourceforge.net
741W: http://sourceforge.net/projects/acpi4asus
742W: http://xf.iksaif.net/acpi4asus
743S: Maintained
744
Andrew Morton953a6472008-11-06 12:53:28 -0800745ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
Dan Williamsb3e5f262007-08-07 10:26:35 -0700746P: Dan Williams
747M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100748P: Maciej Sosnowski
749M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700750L: linux-kernel@vger.kernel.org
751W: http://sourceforge.net/projects/xscaleiop
752S: Supported
753
Randy Dunlape7839f22008-10-12 16:11:45 -0700754ATA OVER ETHERNET (AOE) DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700755P: Ed L. Cashin
756M: ecashin@coraid.com
757W: http://www.coraid.com/support/linux
758S: Supported
759
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200760ATHEROS ATH5K WIRELESS DRIVER
761P: Jiri Slaby
762M: jirislaby@gmail.com
763P: Nick Kossifidis
764M: mickflemm@gmail.com
765P: Luis R. Rodriguez
Luis R. Rodriguez4fe06572008-10-13 14:08:07 -0700766M: lrodriguez@atheros.com
Bob Copelandadef1992008-10-29 08:30:57 -0400767P: Bob Copeland
768M: me@bobcopeland.com
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200769L: linux-wireless@vger.kernel.org
770L: ath5k-devel@lists.ath5k.org
771S: Maintained
772
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700773ATHEROS ATH9K WIRELESS DRIVER
774P: Luis R. Rodriguez
775M: lrodriguez@atheros.com
776P: Jouni Malinen
777M: jmalinen@atheros.com
778L: linux-wireless@vger.kernel.org
779L: ath9k-devel@lists.ath9k.org
780S: Supported
781
Christian Lamparter75ca88c2009-03-21 23:11:49 +0100782ATHEROS AR9170 WIRELESS DRIVER
783P: Christian Lamparter
784M: chunkeey@web.de
785L: linux-wireless@vger.kernel.org
786W: http://wireless.kernel.org/en/users/Drivers/ar9170
787S: Maintained
788F: drivers/net/wireless/ar9170/
789
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000790ATI_REMOTE2 DRIVER
791P: Ville Syrjala
792M: syrjala@sci.fi
793S: Maintained
794
Chris Snook7ae115b2008-09-09 03:26:57 -0400795ATLX ETHERNET DRIVERS
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600796P: Jay Cliburn
797M: jcliburn@gmail.com
798P: Chris Snook
799M: csnook@redhat.com
Chris Snook7ae115b2008-09-09 03:26:57 -0400800P: Jie Yang
801M: jie.yang@atheros.com
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600802L: atl1-devel@lists.sourceforge.net
803W: http://sourceforge.net/projects/atl1
804W: http://atl1.sourceforge.net
805S: Maintained
806
Linus Torvalds1da177e2005-04-16 15:20:36 -0700807ATM
808P: Chas Williams
809M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700810L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Jiri Slaby44ae98b2008-11-30 23:27:11 -0800811L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700812W: http://linux-atm.sourceforge.net
813S: Maintained
814
Pierre Ossman272f1332007-05-14 21:25:26 +0200815ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200816P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800817M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200818L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
819W: http://www.atmel.com/products/AT91/
820W: http://www.at91.com/
821S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200822
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800823ATMEL AT91 / AT32 SERIAL DRIVER
824P: Haavard Skinnemoen
825M: hskinnemoen@atmel.com
826L: linux-kernel@vger.kernel.org
827S: Supported
828
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800829ATMEL LCDFB DRIVER
830P: Nicolas Ferre
831M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800832L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800833S: Maintained
834
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100835ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100836P: Haavard Skinnemoen
837M: hskinnemoen@atmel.com
838S: Supported
839
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800840ATMEL SPI DRIVER
841P: Haavard Skinnemoen
842M: hskinnemoen@atmel.com
843S: Supported
844
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700845ATMEL USBA UDC DRIVER
846P: Haavard Skinnemoen
847M: hskinnemoen@atmel.com
848L: kernel@avr32linux.org
849W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
850S: Supported
851
Linus Torvalds1da177e2005-04-16 15:20:36 -0700852ATMEL WIRELESS DRIVER
853P: Simon Kelley
854M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700855L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700856W: http://www.thekelleys.org.uk/atmel
857W: http://atmelwlandriver.sourceforge.net/
858S: Maintained
859
Chris Wrighta92b7b82005-07-07 18:12:23 -0700860AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400861P: Al Viro
862M: viro@zeniv.linux.org.uk
863P: Eric Paris
864M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700865L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100866W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400867T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700868S: Maintained
869
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800870AUXILIARY DISPLAY DRIVERS
871P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700872M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800873L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700874W: http://miguelojeda.es/auxdisplay.htm
875W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800876S: Maintained
877
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700878AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700879P: Haavard Skinnemoen
880M: hskinnemoen@atmel.com
881W: http://www.atmel.com/products/AVR32/
882W: http://avr32linux.org/
883W: http://avrfreaks.net/
884S: Supported
885
886AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700887P: Haavard Skinnemoen
888M: hskinnemoen@atmel.com
889S: Supported
890
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891AX.25 NETWORK LAYER
892P: Ralf Baechle
893M: ralf@linux-mips.org
894L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200895W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700896S: Maintained
897
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700898B43 WIRELESS DRIVER
899P: Michael Buesch
900M: mb@bu3sch.de
901P: Stefano Brivio
902M: stefano.brivio@polimi.it
903L: linux-wireless@vger.kernel.org
904W: http://linuxwireless.org/en/users/Drivers/b43
905S: Maintained
906
907B43LEGACY WIRELESS DRIVER
908P: Larry Finger
909M: Larry.Finger@lwfinger.net
910P: Stefano Brivio
911M: stefano.brivio@polimi.it
912L: linux-wireless@vger.kernel.org
913W: http://linuxwireless.org/en/users/Drivers/b43
914S: Maintained
915
Richard Purdie300abeb2007-02-07 22:21:07 +0000916BACKLIGHT CLASS/SUBSYSTEM
917P: Richard Purdie
918M: rpurdie@rpsys.net
919S: Maintained
920
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700921BAYCOM/HDLCDRV DRIVERS FOR AX.25
922P: Thomas Sailer
923M: t.sailer@alumni.ethz.ch
924L: linux-hams@vger.kernel.org
925W: http://www.baycom.org/~tom/ham/ham.html
926S: Maintained
927
928BEFS FILE SYSTEM
929P: Sergey S. Kostyliov
930M: rathamahata@php4.ru
931L: linux-kernel@vger.kernel.org
932S: Maintained
933
934BFS FILE SYSTEM
935P: Tigran A. Aivazian
936M: tigran@aivazian.fsnet.co.uk
937L: linux-kernel@vger.kernel.org
938S: Maintained
939
Bryan Wu1394f032007-05-06 14:50:22 -0700940BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800941P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800942M: cooloney@kernel.org
Mike Frysinger5b93e132009-02-04 16:49:45 +0800943L: uclinux-dist-devel@blackfin.uclinux.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800944W: http://blackfin.uclinux.org
945S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700946
Bryan Wue190d6b2007-07-17 14:43:44 +0800947BLACKFIN EMAC DRIVER
948P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800949M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800950L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
951W: http://blackfin.uclinux.org
952S: Supported
953
Mike Frysinger566da5b2007-06-11 15:31:30 +0800954BLACKFIN RTC DRIVER
955P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800956M: vapier.adi@gmail.com
957L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
958W: http://blackfin.uclinux.org
959S: Supported
960
Bryan Wu1394f032007-05-06 14:50:22 -0700961BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800962P: Sonic Zhang
963M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800964L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
965W: http://blackfin.uclinux.org
966S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700967
Bryan Wu1e6d3202007-07-15 02:50:02 +0800968BLACKFIN WATCHDOG DRIVER
969P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800970M: vapier.adi@gmail.com
971L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
972W: http://blackfin.uclinux.org
973S: Supported
974
Bryan Wud24ecfc2007-05-01 23:26:32 +0200975BLACKFIN I2C TWI DRIVER
976P: Sonic Zhang
977M: sonic.zhang@analog.com
978L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
979W: http://blackfin.uclinux.org/
980S: Supported
981
Linus Torvalds1da177e2005-04-16 15:20:36 -0700982BLOCK LAYER
983P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200984M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800986T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700987S: Maintained
988
Joern Engel2b54aae2008-02-06 01:38:02 -0800989BLOCK2MTD DRIVER
990P: Joern Engel
991M: joern@lazybastard.org
992L: linux-mtd@lists.infradead.org
993S: Maintained
994
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200995BLUETOOTH DRIVERS
996P: Marcel Holtmann
997M: marcel@holtmann.org
998L: linux-bluetooth@vger.kernel.org
999W: http://www.bluez.org/
1000S: Maintained
1001
Linus Torvalds1da177e2005-04-16 15:20:36 -07001002BLUETOOTH SUBSYSTEM
1003P: Marcel Holtmann
1004M: marcel@holtmann.org
Pavel Machek781c2842008-03-20 15:41:02 -07001005L: linux-bluetooth@vger.kernel.org
Marcel Holtmann63fbd242008-08-18 13:23:53 +02001006W: http://www.bluez.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001007T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001008S: Maintained
1009
Linus Torvalds1da177e2005-04-16 15:20:36 -07001010BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001011P: Jay Vosburgh
1012M: fubar@us.ibm.com
1013L: bonding-devel@lists.sourceforge.net
1014W: http://sourceforge.net/projects/bonding/
1015S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001016
Gary Zambrano39105892006-06-22 17:26:20 -07001017BROADCOM B44 10/100 ETHERNET DRIVER
1018P: Gary Zambrano
1019M: zambrano@broadcom.com
1020L: netdev@vger.kernel.org
1021S: Supported
1022
Michael Chan948c51e2006-06-04 02:51:39 -07001023BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1024P: Michael Chan
1025M: mchan@broadcom.com
1026L: netdev@vger.kernel.org
1027S: Supported
1028
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001029BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -07001030P: Eilon Greenstein
1031M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001032L: netdev@vger.kernel.org
1033S: Supported
1034
Michael Chan948c51e2006-06-04 02:51:39 -07001035BROADCOM TG3 GIGABIT ETHERNET DRIVER
Matt Carlson13181362009-02-25 14:41:06 +00001036P: Matt Carlson
1037M: mcarlson@broadcom.com
Michael Chan948c51e2006-06-04 02:51:39 -07001038P: Michael Chan
1039M: mchan@broadcom.com
1040L: netdev@vger.kernel.org
1041S: Supported
1042
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001043BSG (block layer generic sg v4 driver)
1044P: FUJITA Tomonori
1045M: fujita.tomonori@lab.ntt.co.jp
1046L: linux-scsi@vger.kernel.org
1047S: Supported
1048
Michael Bueschff1d5c22008-07-25 01:46:10 -07001049BT8XXGPIO DRIVER
1050P: Michael Buesch
1051M: mb@bu3sch.de
1052W: http://bu3sch.de/btgpio.php
1053S: Maintained
1054
Joe Percheseb1eb042009-01-21 10:49:16 -05001055BTRFS FILE SYSTEM
1056P: Chris Mason
1057M: chris.mason@oracle.com
1058L: linux-btrfs@vger.kernel.org
1059W: http://btrfs.wiki.kernel.org/
1060T: git kernel.org:/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1061S: Maintained
1062
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001064P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001065M: mchehab@infradead.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001066L: linux-media@vger.kernel.org
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001067W: http://linuxtv.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001068T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001069S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001070
Jonathan Corbet77d51402007-03-22 19:44:17 -03001071CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02001072P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03001073M: corbet@lwn.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001074L: linux-media@vger.kernel.org
1075T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03001076S: Maintained
1077
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001078CALGARY x86-64 IOMMU
1079P: Muli Ben-Yehuda
1080M: muli@il.ibm.com
1081P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001082M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001083L: linux-kernel@vger.kernel.org
1084L: discuss@x86-64.org
1085S: Maintained
1086
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001087CAN NETWORK LAYER
1088P: Urs Thuermann
1089M: urs.thuermann@volkswagen.de
1090P: Oliver Hartkopp
1091M: oliver.hartkopp@volkswagen.de
1092L: socketcan-core@lists.berlios.de (subscribers-only)
1093W: http://developer.berlios.de/projects/socketcan/
1094S: Maintained
1095
Arnd Bergmannb8154542008-05-16 11:10:59 +02001096CELL BROADBAND ENGINE ARCHITECTURE
1097P: Arnd Bergmann
1098M: arnd@arndb.de
1099L: linuxppc-dev@ozlabs.org
1100L: cbe-oss-dev@ozlabs.org
1101W: http://www.ibm.com/developerworks/power/cell/
1102S: Supported
1103
David Vrabel18332a82008-09-17 16:34:44 +01001104CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1105P: David Vrabel
1106M: david.vrabel@csr.com
1107L: linux-usb@vger.kernel.org
1108S: Supported
1109
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001110CFAG12864B LCD DRIVER
1111P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001112M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001113L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001114W: http://miguelojeda.es/auxdisplay.htm
1115W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001116S: Maintained
1117
1118CFAG12864BFB LCD FRAMEBUFFER DRIVER
1119P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001120M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001121L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001122W: http://miguelojeda.es/auxdisplay.htm
1123W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001124S: Maintained
1125
Johannes Berg704232c2007-04-23 12:20:05 -07001126CFG80211 and NL80211
1127P: Johannes Berg
1128M: johannes@sipsolutions.net
1129L: linux-wireless@vger.kernel.org
1130S: Maintained
1131
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001132CHECKPATCH
1133P: Andy Whitcroft
Andy Whitcroftb0e0b432009-01-06 14:41:22 -08001134M: apw@canonical.com
1135L: linux-kernel@vger.kernel.org
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001136S: Supported
1137
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001138CISCO 10G ETHERNET DRIVER
1139P: Scott Feldman
1140M: scofeldm@cisco.com
1141P: Joe Eykholt
1142M: jeykholt@cisco.com
Joel Becker7063fbf2005-12-15 14:29:43 -08001143S: Supported
1144
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001145CIRRUS LOGIC EP93XX ETHERNET DRIVER
1146P: Lennert Buytenhek
1147M: kernel@wantstofly.org
1148L: netdev@vger.kernel.org
1149S: Maintained
1150
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001151CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1152P: Lennert Buytenhek
1153M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001154L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001155S: Maintained
1156
Timur Tabid9e9d822008-04-24 08:45:26 +10001157CIRRUS LOGIC CS4270 SOUND DRIVER
1158P: Timur Tabi
1159M: timur@freescale.com
1160L: alsa-devel@alsa-project.org
1161S: Supported
1162
Linus Torvalds1da177e2005-04-16 15:20:36 -07001163CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1164P: Cirrus Logic Corporation (kernel 2.2 driver)
1165M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1166P: Nils Faerber (port to kernel 2.4)
1167M: Nils Faerber <nils@kernelconcepts.de>
1168S: Maintained
1169
1170CODA FILE SYSTEM
1171P: Jan Harkes
1172M: jaharkes@cs.cmu.edu
1173M: coda@cs.cmu.edu
1174L: codalist@coda.cs.cmu.edu
1175W: http://www.coda.cs.cmu.edu/
1176S: Maintained
1177
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001178COMMON INTERNET FILE SYSTEM (CIFS)
1179P: Steve French
1180M: sfrench@samba.org
1181L: linux-cifs-client@lists.samba.org
1182L: samba-technical@lists.samba.org
1183W: http://linux-cifs.samba.org/
1184T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1185S: Supported
1186
Linus Torvalds1da177e2005-04-16 15:20:36 -07001187COMPACTPCI HOTPLUG CORE
1188P: Scott Murray
1189M: scottm@somanetworks.com
1190M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001191L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192S: Supported
1193
1194COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1195P: Scott Murray
1196M: scottm@somanetworks.com
1197M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001198L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199S: Supported
1200
1201COMPACTPCI HOTPLUG GENERIC DRIVER
1202P: Scott Murray
1203M: scottm@somanetworks.com
1204M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001205L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206S: Supported
1207
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001208COMPAL LAPTOP SUPPORT
1209P: Cezary Jackiewicz
1210M: cezary.jackiewicz@gmail.com
1211S: Maintained
1212
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213COMPUTONE INTELLIPORT MULTIPORT CARD
1214P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001215M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001217S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001218
Simon Arlott949be0f2007-03-06 02:47:46 -08001219CONEXANT ACCESSRUNNER USB DRIVER
1220P: Simon Arlott
1221M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001222L: accessrunner-general@lists.sourceforge.net
1223W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001224S: Maintained
1225
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001226CONFIGFS
1227P: Joel Becker
1228M: joel.becker@oracle.com
1229L: linux-kernel@vger.kernel.org
1230S: Supported
1231
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001232CONTROL GROUPS (CGROUPS)
1233P: Paul Menage
1234M: menage@google.com
KOSAKI Motohiro01c4a422009-02-11 13:04:35 -08001235P: Li Zefan
1236M: lizf@cn.fujitsu.com
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001237L: containers@lists.linux-foundation.org
1238S: Maintained
1239
Rudolf Marekbebe4672007-05-08 17:22:02 +02001240CORETEMP HARDWARE MONITORING DRIVER
1241P: Rudolf Marek
1242M: r.marek@assembler.cz
1243L: lm-sensors@lm-sensors.org
1244S: Maintained
1245
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246COSA/SRP SYNC SERIAL DRIVER
1247P: Jan "Yenya" Kasprzak
1248M: kas@fi.muni.cz
1249W: http://www.fi.muni.cz/~kas/cosa/
1250S: Maintained
1251
1252CPU FREQUENCY DRIVERS
1253P: Dave Jones
Dave Jonesf4432c52008-10-20 13:31:45 -04001254M: davej@redhat.com
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001255L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001256W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001257T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001258S: Maintained
1259
1260CPUID/MSR DRIVER
1261P: H. Peter Anvin
1262M: hpa@zytor.com
1263S: Maintained
1264
Paul Jacksoned90fb42005-09-27 21:45:37 -07001265CPUSETS
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001266P: Paul Menage
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001267M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001268L: linux-kernel@vger.kernel.org
1269W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001270W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001271S: Supported
1272
Linus Torvalds1da177e2005-04-16 15:20:36 -07001273CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001274W: http://sourceforge.net/projects/cramfs/
1275S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001276
1277CRIS PORT
1278P: Mikael Starvik
1279M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001280P: Jesper Nilsson
1281M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282L: dev-etrax@axis.com
1283W: http://developer.axis.com
1284S: Maintained
1285
1286CRYPTO API
1287P: Herbert Xu
1288M: herbert@gondor.apana.org.au
1289P: David S. Miller
1290M: davem@davemloft.net
1291L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001292T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293S: Maintained
1294
Neil Horman5b07bd52009-02-05 16:03:04 +11001295CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1296P: Neil Horman
1297M: nhorman@tuxdriver.com
1298L: linux-crypto@vger.kernel.org
1299S: Maintained
1300
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001301CS5535 Audio ALSA driver
1302P: Jaya Kumar
1303M: jayakumar.alsa@gmail.com
1304S: Maintained
1305
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001306CX18 VIDEO4LINUX DRIVER
1307P: Hans Verkuil, Andy Walls
1308M: hverkuil@xs4all.nl, awalls@radix.net
1309L: ivtv-devel@ivtvdriver.org
1310L: ivtv-users@ivtvdriver.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001311L: linux-media@vger.kernel.org
1312T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001313W: http://linuxtv.org
1314S: Maintained
1315
Steve Wisee5ec3782008-05-20 14:06:33 -07001316CXGB3 ETHERNET DRIVER (CXGB3)
1317P: Divy Le Ray
1318M: divy@chelsio.com
1319L: netdev@vger.kernel.org
1320W: http://www.chelsio.com
1321S: Supported
1322
1323CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1324P: Steve Wise
1325M: swise@chelsio.com
1326L: general@lists.openfabrics.org
1327W: http://www.openfabrics.org
1328S: Supported
1329
Linus Torvalds1da177e2005-04-16 15:20:36 -07001330CYBERPRO FB DRIVER
1331P: Russell King
1332M: rmk@arm.linux.org.uk
1333W: http://www.arm.linux.org.uk/
1334S: Maintained
1335
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001336CYBLAFB FRAMEBUFFER DRIVER
1337P: Knut Petersen
1338M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001339L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001340S: Maintained
1341
Linus Torvalds1da177e2005-04-16 15:20:36 -07001342CYCLADES 2X SYNC CARD DRIVER
1343P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001344M: acme@ghostprotocols.net
1345W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001346S: Maintained
1347
1348CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001349W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001350S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001351
1352CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001353W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001354S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355
Linus Torvalds1da177e2005-04-16 15:20:36 -07001356DAMA SLAVE for AX.25
1357P: Joerg Reuter
1358M: jreuter@yaina.de
1359W: http://yaina.de/jreuter/
1360W: http://www.qsl.net/dl1bke/
1361L: linux-hams@vger.kernel.org
1362S: Maintained
1363
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001364DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1365P: Tobias Ringstrom
1366M: tori@unhappy.mine.nu
1367L: netdev@vger.kernel.org
1368S: Maintained
1369
1370DC390/AM53C974 SCSI driver
1371P: Kurt Garloff
1372M: garloff@suse.de
1373W: http://www.garloff.de/kurt/linux/dc390/
1374P: Guennadi Liakhovetski
1375M: g.liakhovetski@gmx.de
1376S: Maintained
1377
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378DC395x SCSI driver
1379P: Oliver Neukum
1380M: oliver@neukum.name
1381P: Ali Akcaagac
1382M: aliakc@web.de
1383P: Jamie Lenehan
1384M: lenehan@twibble.org
1385W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001386L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001387L: http://lists.twibble.org/mailman/listinfo/dc395x/
1388S: Maintained
1389
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001390DCCP PROTOCOL
1391P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001392M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001393L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001394W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001395S: Maintained
1396
Linus Torvalds1da177e2005-04-16 15:20:36 -07001397DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001398P: Christine Caulfield
1399M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001400W: http://linux-decnet.sourceforge.net
1401L: linux-decnet-user@lists.sourceforge.net
1402S: Maintained
1403
1404DEFXX FDDI NETWORK DRIVER
1405P: Maciej W. Rozycki
1406M: macro@linux-mips.org
1407S: Maintained
1408
Matthew Garrettad8f07c2009-01-07 18:08:56 -08001409DELL LAPTOP DRIVER
1410P: Matthew Garrett
1411M: mjg59@srcf.ucam.org
1412S: Maintained
1413
Linus Torvalds1da177e2005-04-16 15:20:36 -07001414DELL LAPTOP SMM DRIVER
1415P: Massimo Dal Zotto
1416M: dz@debian.org
1417W: http://www.debian.org/~dz/i8k/
1418S: Maintained
1419
Doug Warzecha90563ec2005-09-06 15:17:15 -07001420DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1421P: Doug Warzecha
1422M: Douglas_Warzecha@dell.com
1423S: Maintained
1424
Matthew Garrett0b3f6102009-01-09 20:17:11 +00001425DELL WMI EXTRAS DRIVER
1426P: Matthew Garrett
1427M: mjg59@srcf.ucam.org
1428S: Maintained
1429
Linus Torvalds1da177e2005-04-16 15:20:36 -07001430DEVICE NUMBER REGISTRY
1431P: Torben Mathiasen
1432M: device@lanana.org
1433W: http://lanana.org/docs/device-list/index.html
1434L: linux-kernel@vger.kernel.org
1435S: Maintained
1436
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001437DEVICE-MAPPER (LVM)
1438P: Alasdair Kergon
1439L: dm-devel@redhat.com
1440W: http://sources.redhat.com/dm
1441S: Maintained
1442
Linus Torvalds1da177e2005-04-16 15:20:36 -07001443DIGI INTL. EPCA DRIVER
1444P: Digi International, Inc
1445M: Eng.Linux@digi.com
1446L: Eng.Linux@digi.com
1447W: http://www.digi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001448S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449
Randy Dunlape7839f22008-10-12 16:11:45 -07001450DIRECTORY NOTIFICATION (DNOTIFY)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001451P: Stephen Rothwell
1452M: sfr@canb.auug.org.au
1453L: linux-kernel@vger.kernel.org
1454S: Supported
1455
1456DISK GEOMETRY AND PARTITION HANDLING
1457P: Andries Brouwer
1458M: aeb@cwi.nl
1459W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1460W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1461W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1462S: Maintained
1463
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001464DISKQUOTA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001465P: Jan Kara
1466M: jack@suse.cz
1467L: linux-kernel@vger.kernel.org
1468S: Maintained
1469
Randy Dunlape7839f22008-10-12 16:11:45 -07001470DISTRIBUTED LOCK MANAGER (DLM)
Christine Caulfield8943f262008-02-14 19:31:31 -08001471P: Christine Caulfield
1472M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001473P: David Teigland
1474M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001475L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001476W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001477T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001478S: Supported
1479
Dan Williamsb3e5f262007-08-07 10:26:35 -07001480DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001481P: Maciej Sosnowski
1482M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001483P: Dan Williams
1484M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001485L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001486S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001487
Juerg Haefligerb8250372007-06-09 10:11:16 -04001488DME1737 HARDWARE MONITOR DRIVER
1489P: Juerg Haefliger
1490M: juergh@gmail.com
1491L: lm-sensors@lm-sensors.org
1492S: Maintained
1493
Martin Waitzba483d52005-06-17 13:20:59 -07001494DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001495P: Randy Dunlap
1496M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001497S: Maintained
1498
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001499DOCKING STATION DRIVER
Len Brownc5d191b2008-09-24 02:53:25 -04001500P: Shaohua Li
1501M: shaohua.li@intel.com
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001502L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001503S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001504
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001505DOCUMENTATION (/Documentation directory)
Jean Delvare795fb7e2008-09-20 12:33:08 +02001506P: Randy Dunlap
1507M: rdunlap@xenotime.net
1508L: linux-doc@vger.kernel.org
1509S: Maintained
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001510
Linus Torvalds1da177e2005-04-16 15:20:36 -07001511DOUBLETALK DRIVER
1512P: James R. Van Zandt
1513M: jrv@vanzandt.mv.com
1514L: blinux-list@redhat.com
1515S: Maintained
1516
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001517DPT_I2O SCSI RAID DRIVER
1518P: Adaptec OEM Raid Solutions
1519M: aacraid@adaptec.com
1520L: linux-scsi@vger.kernel.org
1521W: http://www.adaptec.com/
1522S: Maintained
1523
Linus Torvalds1da177e2005-04-16 15:20:36 -07001524DRIVER CORE, KOBJECTS, AND SYSFS
1525P: Greg Kroah-Hartman
1526M: gregkh@suse.de
1527L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001528T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001529S: Supported
1530
1531DRM DRIVERS
1532P: David Airlie
1533M: airlied@linux.ie
1534L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001535T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001536S: Maintained
1537
1538DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001539P: Francois Romieu
1540M: romieu@fr.zoreil.com
1541L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001542S: Maintained
1543
1544DVB SUBSYSTEM AND DRIVERS
1545P: LinuxTV.org Project
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001546M: linux-media@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02001547L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001548W: http://linuxtv.org/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001549T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001550S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001551
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001552DZ DECSTATION DZ11 SERIAL DRIVER
1553P: Maciej W. Rozycki
1554M: macro@linux-mips.org
1555S: Maintained
1556
Linus Torvalds1da177e2005-04-16 15:20:36 -07001557EATA-DMA SCSI DRIVER
1558P: Michael Neuffer
1559L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1560S: Maintained
1561
1562EATA ISA/EISA/PCI SCSI DRIVER
1563P: Dario Ballabio
1564M: ballabio_dario@emc.com
1565L: linux-scsi@vger.kernel.org
1566S: Maintained
1567
1568EATA-PIO SCSI DRIVER
1569P: Michael Neuffer
1570M: mike@i-Connect.Net
1571L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1572S: Maintained
1573
1574EBTABLES
1575P: Bart De Schuymer
1576M: bart.de.schuymer@pandora.be
1577L: ebtables-user@lists.sourceforge.net
1578L: ebtables-devel@lists.sourceforge.net
1579W: http://ebtables.sourceforge.net/
1580S: Maintained
1581
Michael Halcrow237fead2006-10-04 02:16:22 -07001582ECRYPT FILE SYSTEM
Michael Halcrow6dc75162008-12-15 13:54:17 -08001583P: Tyler Hicks, Dustin Kirkland
1584M: tyhicks@linux.vnet.ibm.com, kirkland@canonical.com
1585L: ecryptfs-devel@lists.launchpad.net
1586W: https://launchpad.net/ecryptfs
Michael Halcrow237fead2006-10-04 02:16:22 -07001587S: Supported
1588
Alan Coxda9bb1d2006-01-18 17:44:13 -08001589EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001590P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001591M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001592L: bluesmoke-devel@lists.sourceforge.net
1593W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001594S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001595
1596EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001597P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001598P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001599M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001600M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001601L: bluesmoke-devel@lists.sourceforge.net
1602W: bluesmoke.sourceforge.net
1603S: Maintained
1604
1605EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001606P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001607M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001608L: bluesmoke-devel@lists.sourceforge.net
1609W: bluesmoke.sourceforge.net
1610S: Maintained
1611
Douglas Thompson6bc78402007-07-19 01:50:12 -07001612EDAC-I82443BXGX
1613P: Tim Small
1614M: tim@buttersideup.com
1615L: bluesmoke-devel@lists.sourceforge.net
1616W: bluesmoke.sourceforge.net
1617S: Maintained
1618
1619EDAC-I3000
1620P: Jason Uhlenkott
1621M: juhlenko@akamai.com
1622L: bluesmoke-devel@lists.sourceforge.net
1623W: bluesmoke.sourceforge.net
1624S: Maintained
1625
1626EDAC-I5000
1627P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001628M: dougthompson@xmission.com
1629L: bluesmoke-devel@lists.sourceforge.net
1630W: bluesmoke.sourceforge.net
1631S: Maintained
1632
Mauro Carvalho Chehab44c12cb2009-01-15 13:50:49 -08001633EDAC-I5400
1634P: Mauro Carvalho Chehab
1635M: mchehab@redhat.com
1636L: bluesmoke-devel@lists.sourceforge.net
1637W: bluesmoke.sourceforge.net
1638S: Maintained
1639
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001640EDAC-I82975X
1641P: Ranganathan Desikan
1642P: Arvind R.
1643M: rdesikan@jetzbroadband.com
1644M: arvind@acarlab.com
1645L: bluesmoke-devel@lists.sourceforge.net
1646W: bluesmoke.sourceforge.net
1647S: Maintained
1648
1649EDAC-PASEMI
1650P: Egor Martovetsky
1651M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001652L: bluesmoke-devel@lists.sourceforge.net
1653W: bluesmoke.sourceforge.net
1654S: Maintained
1655
Dave Peterson0e438e32006-03-26 01:38:55 -08001656EDAC-R82600
1657P: Tim Small
1658M: tim@buttersideup.com
1659L: bluesmoke-devel@lists.sourceforge.net
1660W: bluesmoke.sourceforge.net
1661S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001662
Eric Coopere59f8792008-03-13 12:55:46 +01001663EEEPC LAPTOP EXTRAS DRIVER
1664P: Corentin Chary
1665M: corentincj@iksaif.net
1666L: acpi4asus-user@lists.sourceforge.net
1667W: http://sourceforge.net/projects/acpi4asus
1668S: Maintained
1669
Josh Triplett0bee8d22006-07-30 03:03:58 -07001670EFS FILESYSTEM
1671W: http://aeschi.ch.eu.org/efs/
1672S: Orphan
1673
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001674EHCA (IBM GX bus InfiniBand adapter) DRIVER
Heiko J Schickfab97222006-09-22 15:22:22 -07001675P: Hoang-Nam Nguyen
1676M: hnguyen@de.ibm.com
1677P: Christoph Raisch
1678M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001679L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001680S: Supported
1681
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001682EMBEDDED LINUX
1683P: Paul Gortmaker
1684M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001685P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001686M: dwmw2@infradead.org
1687L: linux-embedded@vger.kernel.org
1688S: Maintained
1689
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001690EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001691P: James Smart
1692M: james.smart@emulex.com
1693L: linux-scsi@vger.kernel.org
1694W: http://sourceforge.net/projects/lpfcxxxx
1695S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001696
Linus Torvalds1da177e2005-04-16 15:20:36 -07001697EPSON 1355 FRAMEBUFFER DRIVER
1698P: Christopher Hoover
1699M: ch@murgatroid.com, ch@hpl.hp.com
1700S: Maintained
1701
Kristoffer Ericsond5ca9002008-10-15 22:03:54 -07001702EPSON S1D13XXX FRAMEBUFFER DRIVER
1703P: Kristoffer Ericson
1704M: kristoffer.ericson@gmail.com
1705S: Maintained
1706
Linus Torvalds1da177e2005-04-16 15:20:36 -07001707ETHEREXPRESS-16 NETWORK DRIVER
1708P: Philip Blundell
1709M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001710L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001711S: Maintained
1712
1713ETHERNET BRIDGE
1714P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001715M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001716L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001717W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001718S: Maintained
1719
1720ETHERTEAM 16I DRIVER
1721P: Mika Kuoppala
1722M: miku@iki.fi
1723S: Maintained
1724
1725EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001726L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001727S: Maintained
1728
1729EXT3 FILE SYSTEM
1730P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001731M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001732L: linux-ext4@vger.kernel.org
1733S: Maintained
1734
1735EXT4 FILE SYSTEM
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001736P: Theodore Ts'o
1737M: tytso@mit.edu, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001738L: linux-ext4@vger.kernel.org
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001739W: http://ext4.wiki.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001740S: Maintained
1741
Jean Delvaree53004e2006-01-09 23:26:14 +01001742F71805F HARDWARE MONITORING DRIVER
1743P: Jean Delvare
1744M: khali@linux-fr.org
1745L: lm-sensors@lm-sensors.org
1746S: Maintained
1747
Linus Torvalds1da177e2005-04-16 15:20:36 -07001748FARSYNC SYNCHRONOUS DRIVER
1749P: Kevin Curtis
1750M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001751W: http://www.farsite.co.uk/
1752S: Supported
1753
Akinobu Mitac5408b82007-04-23 14:41:20 -07001754FAULT INJECTION SUPPORT
1755P: Akinobu Mita
1756M: akinobu.mita@gmail.com
1757S: Supported
1758
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001759FILE LOCKING (flock() and fcntl()/lockf())
1760P: Matthew Wilcox
1761M: matthew@wil.cx
1762L: linux-fsdevel@vger.kernel.org
1763S: Maintained
1764
1765FILESYSTEMS (VFS and infrastructure)
1766P: Alexander Viro
1767M: viro@zeniv.linux.org.uk
1768L: linux-fsdevel@vger.kernel.org
1769S: Maintained
1770
Riku Voipiob26e0ed2009-03-03 21:37:17 +02001771FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
1772P: Riku Voipio
1773M: riku.vipio@iki.fi
1774L: lm-sensors@lm-sensors.org
1775S: Maintained
1776
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001777FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1778P: Kristian Hoegsberg, Stefan Richter
1779M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1780L: linux1394-devel@lists.sourceforge.net
1781W: http://www.linux1394.org/
1782T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1783S: Maintained
1784
1785FIRMWARE LOADER (request_firmware)
1786L: linux-kernel@vger.kernel.org
1787S: Orphan
1788
1789FPU EMULATOR
1790P: Bill Metzenthen
1791M: billm@suburbia.net
1792W: http://suburbia.net/~billm/floating-point/emulator/
1793S: Maintained
1794
1795FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1796P: Mike McLagan
1797M: mike.mclagan@linux.org
1798L: netdev@vger.kernel.org
1799S: Maintained
1800
Linus Torvalds1da177e2005-04-16 15:20:36 -07001801FRAMEBUFFER LAYER
1802P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001803M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001804L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001805W: http://linux-fbdev.sourceforge.net/
1806S: Maintained
1807
Zhang Wei173acc72008-03-01 07:42:48 -07001808FREESCALE DMA DRIVER
Zhang Wei76b0c7882008-05-13 14:44:59 -07001809P: Li Yang
1810M: leoli@freescale.com
1811P: Zhang Wei
1812M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001813L: linuxppc-embedded@ozlabs.org
1814L: linux-kernel@vger.kernel.org
1815S: Maintained
1816
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001817FREESCALE I2C CPM DRIVER
1818P: Jochen Friedrich
1819M: jochen@scram.de
1820L: linuxppc-dev@ozlabs.org
Jean Delvare846557d2008-10-30 15:55:47 +01001821L: linux-i2c@vger.kernel.org
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001822S: Maintained
1823
Sascha Hauer60e8c5a2008-12-16 11:44:06 +01001824FREESCALE IMX / MXC FRAMEBUFFER DRIVER
1825P: Sascha Hauer
1826M: kernel@pengutronix.de
1827L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1828L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1829S: Maintained
1830
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001831FREESCALE SOC FS_ENET DRIVER
1832P: Pantelis Antoniou
1833M: pantelis.antoniou@gmail.com
1834P: Vitaly Bordug
1835M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001836L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001837L: netdev@vger.kernel.org
1838S: Maintained
1839
Timur Tabid9e9d822008-04-24 08:45:26 +10001840FREESCALE QUICC ENGINE LIBRARY
1841P: Timur Tabi
1842M: timur@freescale.com
1843L: linuxppc-dev@ozlabs.org
1844S: Supported
1845
Li Yanga7205b32007-04-23 10:38:18 -07001846FREESCALE HIGHSPEED USB DEVICE DRIVER
1847P: Li Yang
1848M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001849L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001850L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001851S: Maintained
1852
Li Yangbeaf53b2007-05-25 13:54:02 +08001853FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1854P: Li Yang
1855M: leoli@freescale.com
1856L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001857L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001858S: Maintained
1859
Timur Tabid9e9d822008-04-24 08:45:26 +10001860FREESCALE QUICC ENGINE UCC UART DRIVER
1861P: Timur Tabi
1862M: timur@freescale.com
1863L: linuxppc-dev@ozlabs.org
1864S: Supported
1865
1866FREESCALE SOC SOUND DRIVERS
1867P: Timur Tabi
1868M: timur@freescale.com
1869L: alsa-devel@alsa-project.org
1870L: linuxppc-dev@ozlabs.org
1871S: Supported
1872
Linus Torvalds1da177e2005-04-16 15:20:36 -07001873FREEVXFS FILESYSTEM
1874P: Christoph Hellwig
1875M: hch@infradead.org
1876W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1877S: Maintained
1878
Pavel Machek71038f52009-01-15 13:51:02 -08001879FREEZER
1880P: Pavel Machek
1881M: pavel@suse.cz
1882P: Rafael J. Wysocki
1883M: rjw@sisk.pl
1884L: linux-pm@lists.linux-foundation.org
1885S: Supported
1886
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001887FTRACE
1888P: Steven Rostedt
Steven Rostedt8e324c12008-11-19 15:36:43 -08001889M: rostedt@goodmis.org
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001890S: Maintained
1891
David Howells5ab7ffe2007-04-10 15:10:45 +01001892FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893P: David Howells
1894M: dhowells@redhat.com
1895S: Maintained
1896
Jonathan Woithe20b93732008-06-11 10:14:56 +09301897FUJITSU LAPTOP EXTRAS
1898P: Jonathan Woithe
1899M: jwoithe@physics.adelaide.edu.au
1900L: linux-acpi@vger.kernel.org
1901S: Maintained
1902
Miklos Szeredi04578f12005-09-09 13:10:22 -07001903FUSE: FILESYSTEM IN USERSPACE
1904P: Miklos Szeredi
1905M: miklos@szeredi.hu
1906L: fuse-devel@lists.sourceforge.net
1907W: http://fuse.sourceforge.net/
1908S: Maintained
1909
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1911P: Rik Faith
1912M: faith@cs.unc.edu
1913L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001914S: Odd Fixes (e.g., new signatures)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915
1916GDT SCSI DISK ARRAY CONTROLLER DRIVER
1917P: Achim Leubner
1918M: achim_leubner@adaptec.com
1919L: linux-scsi@vger.kernel.org
1920W: http://www.icp-vortex.com/
1921S: Supported
1922
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001923GENERIC GPIO I2C DRIVER
1924P: Haavard Skinnemoen
1925M: hskinnemoen@atmel.com
1926S: Supported
1927
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01001928GENERIC HDLC (WAN) DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929P: Krzysztof Halasa
1930M: khc@pm.waw.pl
1931W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1932S: Maintained
1933
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001934GFS2 FILE SYSTEM
1935P: Steven Whitehouse
1936M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001937L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001938W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001939T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1940T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001941S: Supported
1942
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001943GIGASET ISDN DRIVERS
1944P: Hansjoerg Lipp
1945M: hjlipp@web.de
1946P: Tilman Schmidt
1947M: tilman@imap.cc
1948L: gigaset307x-common@lists.sourceforge.net
1949W: http://gigaset307x.sourceforge.net/
1950S: Maintained
1951
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001952HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
Frank Seidel211e3e02009-02-17 19:59:54 +01001953P: Frank Seidel
1954M: frank@f-seidel.de
1955L: lm-sensors@lm-sensors.org
1956W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001957S: Maintained
1958
Michael Ellermanc90bfeb2009-04-02 16:56:43 -07001959HYPERVISOR VIRTUAL CONSOLE DRIVER
1960L: linuxppc-dev@ozlabs.org
1961L: linux-kernel@vger.kernel.org
1962S: Odd Fixes
1963F: drivers/char/hvc_*
1964
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001965GSPCA FINEPIX SUBDRIVER
1966P: Frank Zago
1967M: frank@zago.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001968L: linux-media@vger.kernel.org
1969T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001970S: Maintained
1971
1972GSPCA M5602 SUBDRIVER
1973P: Erik Andren
1974M: erik.andren@gmail.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001975L: linux-media@vger.kernel.org
1976T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001977S: Maintained
1978
1979GSPCA PAC207 SONIXB SUBDRIVER
1980P: Hans de Goede
1981M: hdegoede@redhat.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001982L: linux-media@vger.kernel.org
1983T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001984S: Maintained
1985
1986GSPCA T613 SUBDRIVER
1987P: Leandro Costantino
1988M: lcostantino@gmail.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001989L: linux-media@vger.kernel.org
1990T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001991S: Maintained
1992
1993GSPCA USB WEBCAM DRIVER
1994P: Jean-Francois Moine
1995M: moinejf@free.fr
1996W: http://moinejf.free.fr
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001997L: linux-media@vger.kernel.org
1998T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001999S: Maintained
2000
Jean Delvare5b543962005-08-15 19:51:02 +02002001HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02002002L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08002003W: http://www.lm-sensors.org/
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002004S: Orphan
Jean Delvare5b543962005-08-15 19:51:02 +02002005
Michael Buesch844dd052006-06-26 00:24:59 -07002006HARDWARE RANDOM NUMBER GENERATOR CORE
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002007S: Orphan
Michael Buesch844dd052006-06-26 00:24:59 -07002008
Linus Torvalds1da177e2005-04-16 15:20:36 -07002009HARMONY SOUND DRIVER
2010P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04002011M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002012L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002013S: Maintained
2014
2015HAYES ESP SERIAL DRIVER
2016P: Andrew J. Robinson
2017M: arobinso@nyx.net
2018L: linux-kernel@vger.kernel.org
2019W: http://www.nyx.net/~arobinso
2020S: Maintained
2021
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002022HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
2023P: Chirag Kantharia
2024M: chirag.kantharia@hp.com
2025L: iss_storagedev@hp.com
2026S: Maintained
2027
2028HEWLETT-PACKARD SMART2 RAID DRIVER
2029P: Chirag Kantharia
2030M: chirag.kantharia@hp.com
2031L: iss_storagedev@hp.com
2032S: Maintained
2033
2034HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2035P: Mike Miller
2036M: mike.miller@hp.com
2037L: iss_storagedev@hp.com
2038S: Supported
2039
Linus Torvalds1da177e2005-04-16 15:20:36 -07002040HFS FILESYSTEM
2041P: Roman Zippel
2042M: zippel@linux-m68k.org
2043L: linux-kernel@vger.kernel.org
2044S: Maintained
2045
2046HGA FRAMEBUFFER DRIVER
2047P: Ferenc Bakonyi
2048M: fero@drama.obuda.kando.hu
2049L: linux-nvidia@lists.surfsouth.com
2050W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2051S: Maintained
2052
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002053HIBERNATION (aka Software Suspend, aka swsusp)
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002054P: Pavel Machek
Pavel Machekef35ce22009-02-18 14:48:16 -08002055M: pavel@ucw.cz
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002056P: Rafael J. Wysocki
2057M: rjw@sisk.pl
2058L: linux-pm@lists.linux-foundation.org
2059S: Supported
2060
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01002061HID CORE LAYER
2062P: Jiri Kosina
2063M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002064L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01002065T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01002066S: Maintained
2067
Ingo Molnar38bed542007-02-22 09:09:34 +01002068HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2069P: Thomas Gleixner
2070M: tglx@linutronix.de
2071L: linux-kernel@vger.kernel.org
2072S: Maintained
2073
Linus Torvalds1da177e2005-04-16 15:20:36 -07002074HIGH-SPEED SCC DRIVER FOR AX.25
2075P: Klaus Kudielka
2076M: klaus.kudielka@ieee.org
2077L: linux-hams@vger.kernel.org
2078W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2079S: Maintained
2080
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08002081HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2082P: HighPoint Linux Team
2083M: linux@highpoint-tech.com
2084W: http://www.highpoint-tech.com
2085S: Supported
2086
Linus Torvalds1da177e2005-04-16 15:20:36 -07002087HIPPI
2088P: Jes Sorensen
2089M: jes@trained-monkey.org
2090L: linux-hippi@sunsite.dk
2091S: Maintained
2092
Jouni Malinenff1d2762005-05-12 22:54:16 -04002093HOST AP DRIVER
2094P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07002095M: j@w1.fi
2096L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07002097L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04002098W: http://hostap.epitest.fi/
2099S: Maintained
2100
Carlos Corbachodd8cd772008-02-05 02:17:15 +00002101HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2102P: Carlos Corbacho
2103M: carlos@strangeworlds.co.uk
2104S: Odd Fixes
2105
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002106HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2107P: Jaroslav Kysela
2108M: perex@perex.cz
2109S: Maintained
2110
Clemens Ladischd36e74c2008-07-23 21:26:46 -07002111HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08002112P: Clemens Ladisch
2113M: clemens@ladisch.de
2114S: Maintained
2115
2116HPET: i386
2117P: Venkatesh Pallipadi (Venki)
2118M: venkatesh.pallipadi@intel.com
2119S: Maintained
2120
2121HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02002122P: Vojtech Pavlik
2123M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08002124S: Maintained
2125
2126HPET: ACPI hpet.c
2127P: Bob Picco
2128M: bob.picco@hp.com
2129S: Maintained
2130
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131HPFS FILESYSTEM
2132P: Mikulas Patocka
2133M: mikulas@artax.karlin.mff.cuni.cz
2134W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2135S: Maintained
2136
Denis Joseph Barrow11cd29b2009-01-02 13:50:36 +00002137HSO 3G Modem Driver (hso.c)
2138P: Denis Joseph Barrow
2139M: d.barow@option.com
2140W: http://www.pharscape.org
2141S: Maintained
2142
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002143HTCPEN TOUCHSCREEN DRIVER
2144P: Pau Oliva Fora
2145M: pof@eslack.org
2146L: linux-input@vger.kernel.org
2147S: Maintained
2148
Linus Torvalds1da177e2005-04-16 15:20:36 -07002149HUGETLB FILESYSTEM
2150P: William Irwin
2151M: wli@holomorphy.com
2152S: Maintained
2153
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002154I2C/SMBUS STUB DRIVER
2155P: Mark M. Hoffman
2156M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01002157L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002158S: Maintained
2159
Jean Delvare5b543962005-08-15 19:51:02 +02002160I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002161P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002162M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002163P: Ben Dooks (embedded platforms)
2164M: ben-linux@fluff.org
Jean Delvare846557d2008-10-30 15:55:47 +01002165L: linux-i2c@vger.kernel.org
Jean Delvarea01064a2009-01-26 21:19:53 +01002166W: http://i2c.wiki.kernel.org/
2167T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002168S: Maintained
2169
Till Harbaume8c76ee2007-05-01 23:26:35 +02002170I2C-TINY-USB DRIVER
2171P: Till Harbaum
2172M: till@harbaum.org
Jean Delvare846557d2008-10-30 15:55:47 +01002173L: linux-i2c@vger.kernel.org
Till Harbaume8c76ee2007-05-01 23:26:35 +02002174T: http://www.harbaum.org/till/i2c_tiny_usb
2175S: Maintained
2176
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002178P: H. Peter Anvin
2179M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180L: Linux-Kernel@vger.kernel.org
2181S: Maintained
2182
2183i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002184P: H. Peter Anvin
2185M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002186T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187S: Maintained
2188
Linus Torvalds1da177e2005-04-16 15:20:36 -07002189IA64 (Itanium) PLATFORM
2190P: Tony Luck
2191M: tony.luck@intel.com
2192L: linux-ia64@vger.kernel.org
2193W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002194T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002195S: Maintained
2196
Linus Torvalds1da177e2005-04-16 15:20:36 -07002197IBM MCA SCSI SUBSYSTEM DRIVER
2198P: Michael Lang
2199M: langa2@kph.uni-mainz.de
2200W: http://www.uni-mainz.de/~langm000/linux.html
2201S: Maintained
2202
2203IBM Power Linux RAID adapter
2204P: Brian King
2205M: brking@us.ibm.com
2206S: Supported
2207
2208IBM ServeRAID RAID DRIVER
2209P: Jack Hammer
2210P: Dave Jeffery
2211M: ipslinux@adaptec.com
2212W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002213S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002214
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002215IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002216P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002217M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002218L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002219T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002220S: Maintained
2221
Bartlomiej Zolnierkiewicz0f861e82009-03-31 20:15:31 +02002222IDE/ATAPI DRIVERS
Borislav Petkovc404c192007-12-24 15:23:44 +01002223P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002224M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002225L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002226S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002227
Andy Henroid27471fd2008-10-09 11:45:22 -07002228IDLE-I7300
2229P: Andy Henroid
2230M: andrew.d.henroid@intel.com
2231L: linux-pm@lists.linux-foundation.org
2232S: Supported
2233
Stefan Richterf148e202008-01-12 12:32:44 +01002234IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002235P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002236M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002237P: Stefan Richter
2238M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002239L: linux1394-devel@lists.sourceforge.net
2240W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002241T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242S: Maintained
2243
Stefan Richterf51a5a92007-04-23 14:41:10 -07002244IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002245P: Dan Dennedy
2246M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002247P: Stefan Richter
2248M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002249L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002250S: Maintained
2251
Mimi Zoharaa7168f2009-02-04 09:07:03 -05002252INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2253P: Mimi Zohar
2254M: zohar@us.ibm.com
2255S: Supported
2256
Linus Torvalds1da177e2005-04-16 15:20:36 -07002257IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002258L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002259S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002260
2261INFINIBAND SUBSYSTEM
2262P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002263M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002264P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002265M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002266P: Hal Rosenstock
Jean Delvare795fb7e2008-09-20 12:33:08 +02002267M: hal.rosenstock@gmail.com
Randy Dunlap40b0bb12009-02-04 15:12:13 -08002268L: general@lists.openfabrics.org (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002269W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002270T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271S: Supported
2272
Robert Lovec9f04f52005-07-15 12:21:07 -04002273INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01002274P: John McCutchan
John McCutchan52af8942008-12-17 17:43:02 -08002275M: john@johnmccutchan.com
Cal Peake18b36c712006-12-12 20:18:16 +01002276P: Robert Love
John McCutchan52af8942008-12-17 17:43:02 -08002277M: rlove@rlove.org
Robert Lovec9f04f52005-07-15 12:21:07 -04002278L: linux-kernel@vger.kernel.org
2279S: Maintained
2280
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002281INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2282P: Dmitry Torokhov
2283M: dmitry.torokhov@gmail.com
2284M: dtor@mail.ru
2285L: linux-input@vger.kernel.org
2286T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2287S: Maintained
2288
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002289INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002290P: Sylvain Meyer
2291M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002292L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002293S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002294
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002296P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002297M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002298L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002299S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002300
Thomas, Sujithf4a9bc42008-11-05 16:15:31 +05302301INTEL MENLOW THERMAL DRIVER
2302P: Sujith Thomas
2303M: sujith.thomas@intel.com
2304L: linux-acpi@vger.kernel.org
2305W: http://www.lesswatts.org/projects/acpi/
2306S: Supported
2307
Linus Torvalds1da177e2005-04-16 15:20:36 -07002308INTEL IA32 MICROCODE UPDATE SUPPORT
2309P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002310M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002311S: Maintained
2312
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002313INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002314P: Maciej Sosnowski
2315M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002316L: linux-kernel@vger.kernel.org
2317S: Supported
2318
David Woodhouse6c8909b2008-10-18 16:12:17 +01002319INTEL IOMMU (VT-d)
2320P: David Woodhouse
2321M: dwmw2@infradead.org
2322L: iommu@lists.linux-foundation.org
2323T: git://git.infradead.org/iommu-2.6.git
2324S: Supported
2325
Dan Williamsb3e5f262007-08-07 10:26:35 -07002326INTEL IOP-ADMA DMA DRIVER
2327P: Dan Williams
2328M: dan.j.williams@intel.com
2329L: linux-kernel@vger.kernel.org
2330S: Supported
2331
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01002332INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2333P: Krzysztof Halasa
2334M: khc@pm.waw.pl
2335S: Maintained
2336
Michael Buesch844dd052006-06-26 00:24:59 -07002337INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2338P: Deepak Saxena
2339M: dsaxena@plexity.net
2340S: Maintained
2341
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002342INTEL IXP2000 ETHERNET DRIVER
2343P: Lennert Buytenhek
2344M: kernel@wantstofly.org
2345L: netdev@vger.kernel.org
2346S: Maintained
2347
Auke Kokd94e6fe2008-03-03 14:37:47 -08002348INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002349P: Jeff Kirsher
2350M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002351P: Jesse Brandeburg
2352M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002353P: Bruce Allan
2354M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002355P: PJ Waskiewicz
2356M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002357P: John Ronciak
2358M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002359L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002360W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002361S: Supported
2362
James Ketrenos826d2ab2005-11-07 18:56:59 -06002363INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002364P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002365M: yi.zhu@intel.com
2366P: James Ketrenos
2367M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002368P: Reinette Chatre
2369M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002370L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002371L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002372W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002373W: http://ipw2100.sourceforge.net
2374S: Supported
2375
2376INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002377P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002378M: yi.zhu@intel.com
2379P: James Ketrenos
2380M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002381P: Reinette Chatre
2382M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002383L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002384L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002385W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002386W: http://ipw2200.sourceforge.net
2387S: Supported
2388
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08002389INTEL WIRELESS WIMAX CONNECTION 2400
2390P: Inaky Perez-Gonzalez
2391M: inaky.perez-gonzalez@intel.com
2392M: linux-wimax@intel.com
2393L: wimax@linuxwimax.org
2394S: Supported
2395W: http://linuxwimax.org
2396
Zhu Yib481de92007-09-25 17:54:57 -07002397INTEL WIRELESS WIFI LINK (iwlwifi)
2398P: Zhu Yi
2399M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002400P: Reinette Chatre
2401M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002402L: linux-wireless@vger.kernel.org
2403L: ipw3945-devel@lists.sourceforge.net
2404W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002405T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002406S: Supported
2407
Ralf Baechlecb109a02007-08-30 23:56:30 -07002408IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002409P: Ralf Baechle
2410M: ralf@linux-mips.org
2411L: linux-mips@linux-mips.org
2412S: Maintained
2413
Ralf Baechlecb109a02007-08-30 23:56:30 -07002414IOC3 SERIAL DRIVER
2415P: Pat Gefre
2416M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002417L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002418S: Maintained
2419
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002420IP MASQUERADING
Linus Torvalds1da177e2005-04-16 15:20:36 -07002421P: Juanjo Ciarlante
2422M: jjciarla@raiz.uncu.edu.ar
2423S: Maintained
2424
Francois Romieu1202d6f2007-09-17 17:13:55 -07002425IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2426P: Francois Romieu
2427M: romieu@fr.zoreil.com
2428P: Sorbica Shieh
2429M: sorbica@icplus.com.tw
2430P: Jesse Huang
2431M: jesse@icplus.com.tw
2432L: netdev@vger.kernel.org
2433S: Maintained
2434
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002435IPATH DRIVER
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002436P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002437M: infinipath@qlogic.com
2438L: general@lists.openfabrics.org
2439T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002440S: Supported
2441
Corey Minyard4409ebe2006-04-20 02:43:12 -07002442IPMI SUBSYSTEM
2443P: Corey Minyard
2444M: minyard@acm.org
2445L: openipmi-developer@lists.sourceforge.net
2446W: http://openipmi.sourceforge.net/
2447S: Supported
2448
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002449IPS SCSI RAID DRIVER
2450P: Adaptec OEM Raid Solutions
2451M: aacraid@adaptec.com
2452L: linux-scsi@vger.kernel.org
2453W: http://www.adaptec.com/
2454S: Maintained
2455
2456IPVS
2457P: Wensong Zhang
2458M: wensong@linux-vs.org
2459P: Simon Horman
2460M: horms@verge.net.au
2461P: Julian Anastasov
2462M: ja@ssi.bg
Ralf Baechle979b6c12005-06-13 14:30:40 -07002463L: netdev@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002464L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002465S: Maintained
2466
Randy Dunlape7839f22008-10-12 16:11:45 -07002467IPWIRELESS DRIVER
David Sterba099dc4f2008-02-07 10:57:12 +01002468P: Jiri Kosina
2469M: jkosina@suse.cz
2470P: David Sterba
2471M: dsterba@suse.cz
2472S: Maintained
2473T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2474
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002475IPX NETWORK LAYER
2476P: Arnaldo Carvalho de Melo
2477M: acme@ghostprotocols.net
2478L: netdev@vger.kernel.org
2479S: Maintained
2480
Linus Torvalds1da177e2005-04-16 15:20:36 -07002481IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002482P: Samuel Ortiz
2483M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002484L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002485W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002486S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002487
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002488ISAPNP
2489P: Jaroslav Kysela
2490M: perex@perex.cz
2491S: Maintained
2492
Mike Christie14816b1e2007-11-28 16:22:06 -08002493ISCSI
2494P: Mike Christie
2495M: michaelc@cs.wisc.edu
2496L: open-iscsi@googlegroups.com
2497W: www.open-iscsi.org
2498T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2499S: Maintained
2500
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501ISDN SUBSYSTEM
2502P: Karsten Keil
Karsten Keilfbfd8b52009-03-01 18:04:53 +01002503M: isdn@linux-pingi.de
Paul Bolled5d52272008-04-15 00:40:48 -07002504L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002505W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002506T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002507S: Maintained
2508
2509ISDN SUBSYSTEM (Eicon active card driver)
2510P: Armin Schindler
2511M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002512L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002513W: http://www.melware.de
2514S: Maintained
2515
Hans Verkuil91821ff2007-12-02 09:35:33 -03002516IVTV VIDEO4LINUX DRIVER
2517P: Hans Verkuil
2518M: hverkuil@xs4all.nl
2519L: ivtv-devel@ivtvdriver.org
2520L: ivtv-users@ivtvdriver.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03002521L: linux-media@vger.kernel.org
2522T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Hans Verkuil91821ff2007-12-02 09:35:33 -03002523W: http://www.ivtvdriver.org
2524S: Maintained
2525
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002526JFS FILESYSTEM
2527P: Dave Kleikamp
2528M: shaggy@austin.ibm.com
2529L: jfs-discussion@lists.sourceforge.net
2530W: http://jfs.sourceforge.net/
2531T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2532S: Supported
2533
Guo-Fu Tseng95252232008-09-16 01:00:11 +08002534JME NETWORK DRIVER
2535P: Guo-Fu Tseng
2536M: cooldavid@cooldavid.org
2537L: netdev@vger.kernel.org
2538S: Maintained
2539
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2541P: David Woodhouse
2542M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002543L: linux-mtd@lists.infradead.org
2544W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002545S: Maintained
2546
Josh Triplettde456d32006-07-30 03:04:00 -07002547JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002548P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002549M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002550L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002551S: Maintained
2552
Rudolf Marek4660cb32006-10-08 22:01:26 +02002553K8TEMP HARDWARE MONITORING DRIVER
2554P: Rudolf Marek
2555M: r.marek@assembler.cz
2556L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002557S: Maintained
2558
2559KCONFIG
2560P: Roman Zippel
2561M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002562L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002563S: Maintained
2564
Vivek Goyalea6c2082006-05-20 14:59:55 -07002565KDUMP
2566P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002567M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002568P: Haren Myneni
2569M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002570L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002571L: linux-kernel@vger.kernel.org
2572W: http://lse.sourceforge.net/kdump/
2573S: Maintained
2574
Linus Torvalds1da177e2005-04-16 15:20:36 -07002575KERNEL AUTOMOUNTER (AUTOFS)
2576P: H. Peter Anvin
2577M: hpa@zytor.com
2578L: autofs@linux.kernel.org
2579S: Odd Fixes
2580
2581KERNEL AUTOMOUNTER v4 (AUTOFS4)
2582P: Ian Kent
2583M: raven@themaw.net
2584L: autofs@linux.kernel.org
2585S: Maintained
2586
2587KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588P: Sam Ravnborg
2589M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002590T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2591T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002592L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002593S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002594
2595KERNEL JANITORS
2596P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002597L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002598W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599S: Maintained
2600
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002601KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002602P: J. Bruce Fields
2603M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002604P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002605M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002606L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002607W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002608S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002609
Avi Kivity426d62e2006-12-13 00:34:03 -08002610KERNEL VIRTUAL MACHINE (KVM)
2611P: Avi Kivity
Avi Kivity9ea1de42008-09-19 19:25:30 -07002612M: avi@redhat.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002613L: kvm@vger.kernel.org
2614W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002615S: Supported
2616
Joerg Roedelad8003d2008-09-10 20:01:07 +02002617KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2618P: Joerg Roedel
2619M: joerg.roedel@amd.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002620L: kvm@vger.kernel.org
2621W: http://kvm.qumranet.com
2622S: Supported
2623
Hollis Blanchard513014b2008-04-16 23:28:08 -05002624KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2625P: Hollis Blanchard
2626M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002627L: kvm-ppc@vger.kernel.org
2628W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002629S: Supported
2630
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002631KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002632P: Xiantao Zhang
2633M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002634L: kvm-ia64@vger.kernel.org
2635W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002636S: Supported
2637
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002638KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2639P: Carsten Otte
2640M: cotte@de.ibm.com
2641P: Christian Borntraeger
2642M: borntraeger@de.ibm.com
2643M: linux390@de.ibm.com
2644L: linux-s390@vger.kernel.org
2645W: http://www.ibm.com/developerworks/linux/linux390/
2646S: Supported
2647
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002648KEXEC
2649P: Eric Biederman
2650M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002651W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002652L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002653L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002654S: Maintained
2655
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002656KGDB
2657P: Jason Wessel
2658M: jason.wessel@windriver.com
2659L: kgdb-bugreport@lists.sourceforge.net
2660S: Maintained
2661
Eduard - Gabriel Munteanub9ce08c2008-08-10 20:14:03 +03002662KMEMTRACE
2663P: Eduard - Gabriel Munteanu
2664M: eduard.munteanu@linux360.ro
2665L: linux-kernel@vger.kernel.org
2666S: Maintained
2667
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002668KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002669P: Ananth N Mavinakayanahalli
2670M: ananth@in.ibm.com
2671P: Anil S Keshavamurthy
2672M: anil.s.keshavamurthy@intel.com
2673P: David S. Miller
2674M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002675P: Masami Hiramatsu
2676M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002677L: linux-kernel@vger.kernel.org
2678S: Maintained
2679
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002680KS0108 LCD CONTROLLER DRIVER
2681P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002682M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002683L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002684W: http://miguelojeda.es/auxdisplay.htm
2685W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002686S: Maintained
2687
Linus Torvalds1da177e2005-04-16 15:20:36 -07002688LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002689L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002690S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002691
2692LASI 53c700 driver for PARISC
2693P: James E.J. Bottomley
2694M: James.Bottomley@HansenPartnership.com
2695L: linux-scsi@vger.kernel.org
2696S: Maintained
2697
Richard Purdie263de9b2006-05-15 09:44:16 -07002698LED SUBSYSTEM
2699P: Richard Purdie
2700M: rpurdie@rpsys.net
2701S: Maintained
2702
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703LEGO USB Tower driver
2704P: Juergen Stuber
2705M: starblue@users.sourceforge.net
2706L: legousb-devel@lists.sourceforge.net
2707W: http://legousb.sourceforge.net/
2708S: Maintained
2709
Rusty Russell568a17f2007-10-25 14:12:24 +10002710LGUEST
2711P: Rusty Russell
2712M: rusty@rustcorp.com.au
2713L: lguest@ozlabs.org
2714W: http://lguest.ozlabs.org/
2715S: Maintained
2716
Linus Torvalds1da177e2005-04-16 15:20:36 -07002717LINUX FOR IBM pSERIES (RS/6000)
2718P: Paul Mackerras
2719M: paulus@au.ibm.com
2720W: http://www.ibm.com/linux/ltc/projects/ppc
2721S: Supported
2722
2723LINUX FOR NCR VOYAGER
2724P: James Bottomley
2725M: James.Bottomley@HansenPartnership.com
2726W: http://www.hansenpartnership.com/voyager
2727S: Maintained
2728
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002729LINUX FOR POWERPC (32-BIT AND 64-BIT)
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002730P: Benjamin Herrenschmidt
2731M: benh@kernel.crashing.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002732P: Paul Mackerras
2733M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002734W: http://www.penguinppc.org/
2735L: linuxppc-dev@ozlabs.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002736T: git kernel.org:/pub/scm/linux/kernel/git/benh/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002737S: Supported
2738
2739LINUX FOR POWER MACINTOSH
2740P: Benjamin Herrenschmidt
2741M: benh@kernel.crashing.org
2742W: http://www.penguinppc.org/
2743L: linuxppc-dev@ozlabs.org
2744S: Maintained
2745
Grant Likely77a76362008-07-12 12:11:43 -06002746LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747P: Sylvain Munaut
2748M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002749P: Grant Likely
2750M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002751L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002752S: Maintained
2753
2754LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002755P: Josh Boyer
2756M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002757P: Matt Porter
2758M: mporter@kernel.crashing.org
2759W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002760L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002761T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002762S: Maintained
2763
Grant Likely260c02a2007-10-02 12:15:34 +10002764LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2765P: Grant Likely
2766M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002767W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002768L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002769S: Maintained
2770
Tom Rinie93adf12005-07-26 12:49:53 -07002771LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002772P: Vitaly Bordug
2773M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002774P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002775M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002776W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002777L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002778S: Maintained
2779
Linus Torvalds1da177e2005-04-16 15:20:36 -07002780LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002781P: Kumar Gala
2782M: galak@kernel.crashing.org
2783W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002784L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002785S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002786
Olof Johanssonab06ff32006-09-06 14:44:54 -05002787LINUX FOR POWERPC PA SEMI PWRFICIENT
2788P: Olof Johansson
2789M: olof@lixom.net
2790W: http://www.pasemi.com/
2791L: linuxppc-dev@ozlabs.org
2792S: Supported
2793
Linus Torvalds1da177e2005-04-16 15:20:36 -07002794LINUX SECURITY MODULE (LSM) FRAMEWORK
2795P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002796M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002797L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002798T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002799S: Supported
2800
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002801LLC (802.2)
2802P: Arnaldo Carvalho de Melo
2803M: acme@ghostprotocols.net
2804S: Maintained
2805
Pavel Machek455fbdd2008-11-12 13:27:02 -08002806LIS3LV02D ACCELEROMETER DRIVER
2807P: Eric Piel
2808M: eric.piel@tremplin-utc.net
2809S: Maintained
2810
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811LM83 HARDWARE MONITOR DRIVER
2812P: Jean Delvare
2813M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002814L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002815S: Maintained
2816
2817LM90 HARDWARE MONITOR DRIVER
2818P: Jean Delvare
2819M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002820L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002821S: Maintained
2822
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002823LOCKDEP AND LOCKSTAT
2824P: Peter Zijlstra
2825M: peterz@infradead.org
2826P: Ingo Molnar
2827M: mingo@redhat.com
2828L: linux-kernel@vger.kernel.org
2829T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2830S: Maintained
2831
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002832LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002833P: Richard Russon (FlatCap)
2834M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002835L: linux-ntfs-dev@lists.sourceforge.net
2836W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002837S: Maintained
2838
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002839LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2840P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002841M: Eric.Moore@lsi.com
2842M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002843L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002844L: linux-scsi@vger.kernel.org
2845W: http://www.lsilogic.com/support
2846S: Supported
2847
Linus Torvalds1da177e2005-04-16 15:20:36 -07002848LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2849P: Matthew Wilcox
2850M: matthew@wil.cx
2851L: linux-scsi@vger.kernel.org
2852S: Maintained
2853
Mike Frysinger81365c32008-10-29 14:01:12 -07002854LTP (Linux Test Project)
2855P: Subrata Modak
2856M: subrata@linux.vnet.ibm.com
2857P: Mike Frysinger
2858M: vapier@gentoo.org
2859L: ltp-list@lists.sourceforge.net (subscribers-only)
2860W: http://ltp.sourceforge.net/
2861T: git kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
2862S: Maintained
2863
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002864M32R ARCHITECTURE
2865P: Hirokazu Takata
2866M: takata@linux-m32r.org
2867L: linux-m32r@ml.linux-m32r.org
2868L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2869W: http://www.linux-m32r.org/
2870S: Maintained
2871
Linus Torvalds1da177e2005-04-16 15:20:36 -07002872M68K ARCHITECTURE
2873P: Geert Uytterhoeven
2874M: geert@linux-m68k.org
2875P: Roman Zippel
2876M: zippel@linux-m68k.org
2877L: linux-m68k@lists.linux-m68k.org
2878W: http://www.linux-m68k.org/
Geert Uytterhoeven0e750aa2008-11-24 21:37:09 +01002879T: git git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002880S: Maintained
2881
2882M68K ON APPLE MACINTOSH
2883P: Joshua Thompson
2884M: funaho@jurai.org
2885W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002886L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002887S: Maintained
2888
2889M68K ON HP9000/300
2890P: Philip Blundell
2891M: philb@gnu.org
2892W: http://www.tazenda.demon.co.uk/phil/linux-hp
2893S: Maintained
2894
Jiri Benc64a327a2007-05-05 11:47:08 -07002895MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002896P: Johannes Berg
2897M: johannes@sipsolutions.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002898L: linux-wireless@vger.kernel.org
2899W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002900T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002901S: Maintained
2902
Stefano Brivio1036d862007-12-23 04:46:27 +01002903MAC80211 PID RATE CONTROL
2904P: Stefano Brivio
2905M: stefano.brivio@polimi.it
2906P: Mattias Nissler
2907M: mattias.nissler@gmx.de
2908L: linux-wireless@vger.kernel.org
2909W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2910T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2911S: Maintained
2912
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002913MACVLAN DRIVER
2914P: Patrick McHardy
2915M: kaber@trash.net
2916L: netdev@vger.kernel.org
2917S: Maintained
2918
Michael Kerriskfaf16682005-07-31 22:34:47 -07002919MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002920P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002921M: mtk.manpages@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02002922W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07002923L: linux-man@vger.kernel.org
Michael Kerrisk1b53dc72009-03-12 14:31:32 -07002924S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002925
Stefano Brivio74cda162007-11-19 20:27:46 +01002926MARVELL LIBERTAS WIRELESS DRIVER
2927P: Dan Williams
2928M: dcbw@redhat.com
2929L: libertas-dev@lists.infradead.org
2930S: Maintained
2931
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002932MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002933P: Lennert Buytenhek
2934M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002935L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002936S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002937
Pierre Ossman2a695672009-03-16 19:52:26 +01002938MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
2939P: Nicolas Pitre
2940M: nico@cam.org
2941L: linux-kernel@vger.kernel.org
2942S: Maintained
2943
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002944MARVELL YUKON / SYSKONNECT DRIVER
2945P: Mirko Lindner
2946M: mlindner@syskonnect.de
2947P: Ralph Roesler
2948M: rroesler@syskonnect.de
2949W: http://www.syskonnect.com
2950S: Supported
2951
Linus Torvalds1da177e2005-04-16 15:20:36 -07002952MATROX FRAMEBUFFER DRIVER
2953P: Petr Vandrovec
2954M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002955L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002956S: Maintained
2957
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002958MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2959P: Hans J. Koch
2960M: hjk@linutronix.de
2961L: lm-sensors@lm-sensors.org
2962S: Maintained
2963
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002964MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002965P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002966M: megaraidlinux@lsi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002967L: linux-scsi@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002968W: http://megaraid.lsilogic.com
2969S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002970
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002971MEMORY MANAGEMENT
2972L: linux-mm@kvack.org
2973L: linux-kernel@vger.kernel.org
2974W: http://www.linux-mm.org
2975S: Maintained
2976
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002977MEMORY RESOURCE CONTROLLER
2978P: Balbir Singh
2979M: balbir@linux.vnet.ibm.com
2980P: Pavel Emelyanov
2981M: xemul@openvz.org
2982P: KAMEZAWA Hiroyuki
2983M: kamezawa.hiroyu@jp.fujitsu.com
2984L: linux-mm@kvack.org
2985L: linux-kernel@vger.kernel.org
2986S: Maintained
2987
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002988MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002989P: David Woodhouse
2990M: dwmw2@infradead.org
2991W: http://www.linux-mtd.infradead.org/
2992L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002993T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002994S: Maintained
2995
2996MICROTEK X6 SCANNER
2997P: Oliver Neukum
2998M: oliver@neukum.name
2999S: Maintained
3000
3001MIPS
3002P: Ralf Baechle
3003M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01003004W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003005L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00003006T: git www.linux-mips.org:/pub/scm/linux.git
3007S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003008
3009MISCELLANEOUS MCA-SUPPORT
3010P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003011M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003012L: linux-kernel@vger.kernel.org
3013S: Maintained
3014
3015MODULE SUPPORT
3016P: Rusty Russell
3017M: rusty@rustcorp.com.au
3018L: linux-kernel@vger.kernel.org
3019S: Maintained
3020
3021MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3022P: Stelian Pop
3023M: stelian@popies.net
3024W: http://popies.net/meye/
3025S: Maintained
3026
Pavel Pisac58ff042007-05-16 01:10:41 +02003027MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3028P: Pavel Pisa
3029M: ppisa@pikron.com
3030L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02003031S: Maintained
3032
Linus Torvalds1da177e2005-04-16 15:20:36 -07003033MOUSE AND MISC DEVICES [GENERAL]
3034P: Alessandro Rubini
3035M: rubini@ipvvis.unipv.it
3036L: linux-kernel@vger.kernel.org
3037S: Maintained
3038
Jiri Slabyb9705b62008-04-30 00:53:48 -07003039MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08003040P: Jiri Slaby
3041M: jirislaby@gmail.com
3042L: linux-kernel@vger.kernel.org
3043S: Maintained
3044
Lennart Poettering8c4c7312006-10-06 01:27:02 -04003045MSI LAPTOP SUPPORT
3046P: Lennart Poettering
3047M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08003048W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04003049W: http://0pointer.de/lennart/tchibo.html
3050S: Maintained
3051
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07003052MULTIFUNCTION DEVICES (MFD)
3053P: Samuel Ortiz
Samuel Ortiz895d9f02009-03-23 00:46:18 +01003054M: sameo@linux.intel.com
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07003055L: linux-kernel@vger.kernel.org
Samuel Ortiz895d9f02009-03-23 00:46:18 +01003056T: git kernel.org:/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07003057S: Supported
3058
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02003059MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07003060P: Pierre Ossman
3061M: drzeus-mmc@drzeus.cx
3062L: linux-kernel@vger.kernel.org
3063S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01003064
David Brownell15a05802007-08-08 09:12:54 -07003065MULTIMEDIA CARD (MMC) ETC. OVER SPI
3066P: David Brownell
3067M: dbrownell@users.sourceforge.net
3068L: linux-kernel@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02003069S: Odd Fixes
David Brownell15a05802007-08-08 09:12:54 -07003070
Linus Torvalds1da177e2005-04-16 15:20:36 -07003071MULTISOUND SOUND DRIVER
3072P: Andrew Veliath
3073M: andrewtv@usa.net
3074S: Maintained
3075
Jiri Slabyd7354102006-12-08 02:38:35 -08003076MULTITECH MULTIPORT CARD (ISICOM)
3077P: Jiri Slaby
3078M: jirislaby@gmail.com
3079L: linux-kernel@vger.kernel.org
3080S: Maintained
3081
Felipe Balbi550a7372008-07-24 12:27:36 +03003082MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003083P: Felipe Balbi
3084M: felipe.balbi@nokia.com
3085L: linux-usb@vger.kernel.org
Felipe Balbib6a49b82008-11-24 13:06:51 +02003086T: git gitorious.org:/musb/mainline.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02003087S: Maintained
Felipe Balbi550a7372008-07-24 12:27:36 +03003088
Brice Goglin2d3cf582008-05-17 12:45:36 +02003089MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3090P: Andrew Gallatin
3091M: gallatin@myri.com
3092P: Brice Goglin
3093M: brice@myri.com
3094L: netdev@vger.kernel.org
3095W: http://www.myri.com/scs/download-Myri10GE.html
3096S: Supported
3097
Linus Torvalds1da177e2005-04-16 15:20:36 -07003098NATSEMI ETHERNET DRIVER (DP8381x)
Jean Delvare795fb7e2008-09-20 12:33:08 +02003099P: Tim Hockin
Linus Torvalds1da177e2005-04-16 15:20:36 -07003100M: thockin@hockin.org
3101S: Maintained
3102
3103NCP FILESYSTEM
3104P: Petr Vandrovec
3105M: vandrove@vc.cvut.cz
3106L: linware@sh.cvut.cz
3107S: Maintained
3108
3109NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3110P: James E.J. Bottomley
3111M: James.Bottomley@HansenPartnership.com
3112L: linux-scsi@vger.kernel.org
3113S: Maintained
3114
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003115NETEFFECT IWARP RNIC DRIVER (IW_NES)
3116P: Faisal Latif
Roland Dreier7b49d952008-10-16 15:39:14 -07003117M: faisal.latif@intel.com
Chien Tung5f625602008-05-26 15:23:32 -07003118P: Chien Tung
Roland Dreier7b49d952008-10-16 15:39:14 -07003119M: chien.tin.tung@intel.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003120L: general@lists.openfabrics.org
3121W: http://www.neteffect.com
3122S: Supported
3123F: drivers/infiniband/hw/nes/
3124
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003125NETEM NETWORK EMULATOR
3126P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003127M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07003128L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003129S: Maintained
3130
Ramkrishna Vepab136d1c2009-04-01 18:14:25 +00003131NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
Jiri Slaby4a584482007-08-30 23:56:39 -07003132P: Ramkrishna Vepa
3133M: ram.vepa@neterion.com
3134P: Rastapur Santosh
3135M: santosh.rastapur@neterion.com
3136P: Sivakumar Subramani
3137M: sivakumar.subramani@neterion.com
3138P: Sreenivasa Honnur
3139M: sreenivasa.honnur@neterion.com
Ramkrishna Vepab136d1c2009-04-01 18:14:25 +00003140P: Anil Murthy
3141M: anil.murthy@neterion.com
Jiri Slaby4a584482007-08-30 23:56:39 -07003142L: netdev@vger.kernel.org
Ramkrishna Vepab136d1c2009-04-01 18:14:25 +00003143W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3144W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
Jiri Slaby4a584482007-08-30 23:56:39 -07003145S: Supported
3146
Linus Torvalds1da177e2005-04-16 15:20:36 -07003147NETFILTER/IPTABLES/IPCHAINS
3148P: Rusty Russell
3149P: Marc Boucher
3150P: James Morris
3151P: Harald Welte
3152P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07003153P: Patrick McHardy
3154M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07003155L: netfilter-devel@vger.kernel.org
3156L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07003157L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003158W: http://www.netfilter.org/
3159W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003160S: Supported
3161
Paul Moore4cc67732006-09-25 15:57:13 -07003162NETLABEL
3163P: Paul Moore
3164M: paul.moore@hp.com
3165W: http://netlabel.sf.net
3166L: netdev@vger.kernel.org
3167S: Supported
3168
Linus Torvalds1da177e2005-04-16 15:20:36 -07003169NETROM NETWORK LAYER
3170P: Ralf Baechle
3171M: ralf@linux-mips.org
3172L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003173W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003174S: Maintained
3175
Pavel Machek5ddb88c2006-09-29 02:01:29 -07003176NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003177P: Paul Clements
3178M: Paul.Clements@steeleye.com
3179S: Maintained
3180
3181NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003182P: Jeff Garzik
3183M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003184L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003185T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003186S: Maintained
3187
3188NETWORKING [GENERAL]
3189P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003190M: netdev@vger.kernel.org
3191L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003192W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003193S: Maintained
3194
3195NETWORKING [IPv4/IPv6]
3196P: David S. Miller
3197M: davem@davemloft.net
3198P: Alexey Kuznetsov
3199M: kuznet@ms2.inr.ac.ru
3200P: Pekka Savola (ipv6)
3201M: pekkas@netcore.fi
3202P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003203M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204P: Hideaki YOSHIFUJI
3205M: yoshfuji@linux-ipv6.org
3206P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003207M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003208L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003209T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003210S: Maintained
3211
James Morris10e2ff12007-08-25 14:41:28 -07003212NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3213P: Paul Moore
3214M: paul.moore@hp.com
3215L: netdev@vger.kernel.org
3216S: Maintained
3217
John W. Linville29f8f632006-01-18 14:52:48 -08003218NETWORKING [WIRELESS]
3219P: John W. Linville
3220M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003221L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003222T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3223S: Maintained
3224
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003225NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003226P: Dhananjay Phadke
3227M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003228L: netdev@vger.kernel.org
3229W: http://www.netxen.com
3230S: Supported
3231
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003232NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003233P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003234M: Trond.Myklebust@netapp.com
3235L: linux-nfs@vger.kernel.org
3236W: http://client.linux-nfs.org
3237T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003238S: Maintained
3239
3240NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003241P: Jan-Pascal van Best
3242M: janpascal@vanbest.org
3243P: Andreas Mohr
3244M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003245L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003246S: Maintained
3247
3248NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3249P: YOKOTA Hiroshi
3250M: yokota@netlab.is.tsukuba.ac.jp
3251W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3252S: Maintained
3253
3254NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3255P: GOTO Masanori
3256M: gotom@debian.or.jp
3257P: YOKOTA Hiroshi
3258M: yokota@netlab.is.tsukuba.ac.jp
3259W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3260S: Maintained
3261
Linus Torvalds1da177e2005-04-16 15:20:36 -07003262NTFS FILESYSTEM
3263P: Anton Altaparmakov
3264M: aia21@cantab.net
3265L: linux-ntfs-dev@lists.sourceforge.net
3266L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003267W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003268T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003269S: Maintained
3270
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003271NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003272P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003273M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003274L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003275S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003276
Bob Copeland0ad122d2008-07-25 19:45:18 -07003277OMFS FILESYSTEM
3278P: Bob Copeland
3279M: me@bobcopeland.com
3280L: linux-karma-devel@lists.sourceforge.net
3281S: Maintained
3282
Harald Weltec1986ee2005-11-13 16:06:29 -08003283OMNIKEY CARDMAN 4000 DRIVER
3284P: Harald Welte
3285M: laforge@gnumonks.org
3286S: Maintained
3287
Harald Welte77c44ab2005-11-13 16:06:26 -08003288OMNIKEY CARDMAN 4040 DRIVER
3289P: Harald Welte
3290M: laforge@gnumonks.org
3291S: Maintained
3292
Jonathan Corbet77d51402007-03-22 19:44:17 -03003293OMNIVISION OV7670 SENSOR DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003294P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03003295M: corbet@lwn.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003296L: linux-media@vger.kernel.org
3297T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03003298S: Maintained
3299
Thomas Gleixner431bca72007-05-02 09:31:35 +02003300ONENAND FLASH DRIVER
3301P: Kyungmin Park
3302M: kyungmin.park@samsung.com
3303L: linux-mtd@lists.infradead.org
3304S: Maintained
3305
Linus Torvalds1da177e2005-04-16 15:20:36 -07003306ONSTREAM SCSI TAPE DRIVER
3307P: Willem Riede
3308M: osst@riede.org
3309L: osst-users@lists.sourceforge.net
3310L: linux-scsi@vger.kernel.org
3311S: Maintained
3312
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003313OPENCORES I2C BUS DRIVER
3314P: Peter Korsgaard
3315M: jacmet@sunsite.dk
Jean Delvare846557d2008-10-30 15:55:47 +01003316L: linux-i2c@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003317S: Maintained
3318
Linus Torvalds1da177e2005-04-16 15:20:36 -07003319OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003320P: Robert Richter
3321M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003322L: oprofile-list@lists.sf.net
3323S: Maintained
3324
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003325ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3326P: Mark Fasheh
3327M: mfasheh@suse.com
3328P: Joel Becker
3329M: joel.becker@oracle.com
3330L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3331W: http://oss.oracle.com/projects/ocfs2/
3332T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3333S: Supported
3334
Linus Torvalds1da177e2005-04-16 15:20:36 -07003335ORINOCO DRIVER
3336P: Pavel Roskin
3337M: proski@gnu.org
3338P: David Gibson
3339M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003340L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003341L: orinoco-users@lists.sourceforge.net
3342L: orinoco-devel@lists.sourceforge.net
3343W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003344S: Maintained
3345
Boaz Harrosh68274792009-01-25 17:24:14 +02003346OSD LIBRARY
3347P: Boaz Harrosh
3348M: bharrosh@panasas.com
3349P: Benny Halevy
3350M: bhalevy@panasas.com
3351L: osd-dev@open-osd.org
3352W: http://open-osd.org
3353T: git://git.open-osd.org/open-osd.git
3354S: Maintained
3355
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003356P54 WIRELESS DRIVER
3357P: Michael Wu
3358M: flamingice@sourmilk.net
3359L: linux-wireless@vger.kernel.org
3360W: http://prism54.org
3361T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3362S: Maintained
3363
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003364PA SEMI ETHERNET DRIVER
3365P: Olof Johansson
3366M: olof@lixom.net
3367L: netdev@vger.kernel.org
3368S: Maintained
3369
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003370PA SEMI SMBUS DRIVER
3371P: Olof Johansson
3372M: olof@lixom.net
Jean Delvare846557d2008-10-30 15:55:47 +01003373L: linux-i2c@vger.kernel.org
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003374S: Maintained
3375
Harald Welte709ee532008-09-23 17:46:57 +02003376PANASONIC LAPTOP ACPI EXTRAS DRIVER
3377P: Harald Welte
3378M: laforge@gnumonks.org
3379S: Maintained
3380
David Howells4fa97182008-10-13 10:42:44 +01003381PANASONIC MN10300/AM33 PORT
3382P: David Howells
3383M: dhowells@redhat.com
3384P: Koichi Yasutake
3385M: yasutake.koichi@jp.panasonic.com
3386L: linux-am33-list@redhat.com (moderated for non-subscribers)
3387W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3388S: Maintained
3389
Linus Torvalds1da177e2005-04-16 15:20:36 -07003390PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003391L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003392S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003393
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003394PARAVIRT_OPS INTERFACE
3395P: Jeremy Fitzhardinge
3396M: jeremy@xensource.com
3397P: Chris Wright
3398M: chrisw@sous-sol.org
Zachary Amsden8cbb5bc2009-02-20 11:27:46 -08003399P: Alok Kataria
3400M: akataria@vmware.com
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003401P: Rusty Russell
3402M: rusty@rustcorp.com.au
3403L: virtualization@lists.osdl.org
3404L: linux-kernel@vger.kernel.org
3405S: Supported
3406
Linus Torvalds1da177e2005-04-16 15:20:36 -07003407PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3408P: Tim Waugh
3409M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003410L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003411W: http://www.torque.net/linux-pp.html
3412S: Maintained
3413
3414PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003415P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003416M: kyle@mcmartin.ca
Grant Grundler763461192008-12-01 00:21:35 -07003417P: Helge Deller
3418M: deller@gmx.de
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003419L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003420W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003421T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003422S: Maintained
3423
Jim Cromie1662d322006-10-06 00:43:59 -07003424PC87360 HARDWARE MONITORING DRIVER
3425P: Jim Cromie
3426M: jim.cromie@gmail.com
3427L: lm-sensors@lm-sensors.org
3428S: Maintained
3429
3430PC8736x GPIO DRIVER
3431P: Jim Cromie
3432M: jim.cromie@gmail.com
3433S: Maintained
3434
Riku Voipiob26e0ed2009-03-03 21:37:17 +02003435PCA9532 LED DRIVER
3436P: Riku Voipio
3437M: riku.voipio@iki.fi
3438S: Maintained
3439
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003440PCI ERROR RECOVERY
3441P: Linas Vepstas
3442M: linas@austin.ibm.com
3443L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003444L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003445S: Supported
3446
Linus Torvalds1da177e2005-04-16 15:20:36 -07003447PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003448P: Jesse Barnes
3449M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003450L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003451L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003452T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003453S: Supported
3454
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003455PCIE HOTPLUG DRIVER
3456P: Kristen Carlson Accardi
3457M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003458L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003459S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003460
Linus Torvalds1da177e2005-04-16 15:20:36 -07003461PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003462P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003463L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003464W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003465T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003466S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003467
3468PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003469P: Don Fry
3470M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003471L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003472S: Maintained
3473
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003474PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003475P: Balbir Singh
3476M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003477L: linux-kernel@vger.kernel.org
3478S: Maintained
3479
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003480PERSONALITY HANDLING
3481P: Christoph Hellwig
3482M: hch@infradead.org
3483L: linux-abi-devel@lists.sourceforge.net
3484S: Maintained
3485
Linus Torvalds1da177e2005-04-16 15:20:36 -07003486PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003487P: Joern Engel
3488M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003489L: linux-mtd@lists.infradead.org
3490S: Maintained
3491
Peter Osterlund249a6772005-09-27 21:45:30 -07003492PKTCDVD DRIVER
3493P: Peter Osterlund
3494M: petero2@telia.com
3495L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003496S: Maintained
3497
Linus Torvalds1da177e2005-04-16 15:20:36 -07003498POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003499P: Thomas Gleixner
3500M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003501L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003502S: Supported
3503
Anton Vorontsov3be86142007-07-15 04:43:36 +04003504POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3505P: Anton Vorontsov
3506M: cbou@mail.ru
3507P: David Woodhouse
3508M: dwmw2@infradead.org
3509L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003510T: git git.infradead.org/battery-2.6.git
3511S: Maintained
3512
Linus Torvalds1da177e2005-04-16 15:20:36 -07003513PNP SUPPORT
3514P: Adam Belay
Bjorn Helgaas2d59f6a2008-08-01 10:01:12 -06003515M: abelay@mit.edu
3516P: Bjorn Helgaas
3517M: bjorn.helgaas@hp.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003518S: Maintained
3519
Vitaly Wool999445d2007-01-04 13:07:03 +01003520PNXxxxx I2C DRIVER
3521P: Vitaly Wool
3522M: vitalywool@gmail.com
Jean Delvare846557d2008-10-30 15:55:47 +01003523L: linux-i2c@vger.kernel.org
Vitaly Wool999445d2007-01-04 13:07:03 +01003524S: Maintained
3525
Linus Torvalds1da177e2005-04-16 15:20:36 -07003526PPP PROTOCOL DRIVERS AND COMPRESSORS
3527P: Paul Mackerras
3528M: paulus@samba.org
3529L: linux-ppp@vger.kernel.org
3530S: Maintained
3531
3532PPP OVER ATM (RFC 2364)
3533P: Mitchell Blank Jr
3534M: mitch@sfgoth.com
3535S: Maintained
3536
3537PPP OVER ETHERNET
3538P: Michal Ostrowski
Chris Wright5e70b7f32008-06-09 16:07:28 -07003539M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003540S: Maintained
3541
James Chapmana6d23702007-06-27 15:53:17 -07003542PPP OVER L2TP
3543P: James Chapman
3544M: jchapman@katalix.com
3545S: Maintained
3546
Linus Torvalds1da177e2005-04-16 15:20:36 -07003547PREEMPTIBLE KERNEL
3548P: Robert Love
3549M: rml@tech9.net
3550L: linux-kernel@vger.kernel.org
3551L: kpreempt-tech@lists.sourceforge.net
3552W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3553S: Supported
3554
3555PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003556P: Luis R. Rodriguez
3557M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003558L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003559W: http://prism54.org
3560S: Maintained
3561
3562PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3563P: Peter Denison
3564M: promise@pnd-pc.demon.co.uk
3565W: http://www.pnd-pc.demon.co.uk/promise/
3566S: Maintained
3567
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003568PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3569P: Mikael Pettersson
3570M: mikpe@it.uu.se
3571L: linux-ide@vger.kernel.org
3572S: Maintained
3573
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003574PS3 NETWORK SUPPORT
3575P: Masakazu Mokuno
3576M: mokuno@sm.sony.co.jp
3577L: netdev@vger.kernel.org
3578L: cbe-oss-dev@ozlabs.org
3579S: Supported
3580
Geoff Levandf58a9d12006-11-23 00:46:51 +01003581PS3 PLATFORM SUPPORT
3582P: Geoff Levand
3583M: geoffrey.levand@am.sony.com
3584L: linuxppc-dev@ozlabs.org
3585L: cbe-oss-dev@ozlabs.org
3586S: Supported
3587
Jim Pariscffb4add2009-01-06 11:32:10 +00003588PS3VRAM DRIVER
3589P: Jim Paris
3590M: jim@jtan.com
3591L: cbe-oss-dev@ozlabs.org
3592S: Maintained
3593
Michael Krufky83202042006-07-03 00:24:18 -07003594PVRUSB2 VIDEO4LINUX DRIVER
3595P: Mike Isely
3596M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003597L: pvrusb2@isely.net (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003598L: linux-media@vger.kernel.org
Michael Krufky83202042006-07-03 00:24:18 -07003599W: http://www.isely.net/pvrusb2/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003600T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Michael Krufky83202042006-07-03 00:24:18 -07003601S: Maintained
3602
Eric Miao30ec2612008-06-12 15:21:41 -07003603PXA2xx/PXA3xx SUPPORT
3604P: Eric Miao
3605M: eric.miao@marvell.com
3606P: Russell King
3607M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003608L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003609S: Maintained
3610
Eric Miaoa6bb4ba2009-02-19 21:13:21 +08003611PXA168 SUPPORT
3612P: Eric Miao
3613M: eric.miao@marvell.com
3614P: Jason Chagas
3615M: jason.chagas@marvell.com
3616L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3617T: git kernel.org:/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
3618S: Supported
3619
Eric Miao5fa82eb2009-03-20 12:52:24 +08003620PXA910 SUPPORT
3621P: Eric Miao
3622M: eric.miao@marvell.com
3623L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3624T: git kernel.org:/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
3625S: Supported
3626
Pierre Ossman272f1332007-05-14 21:25:26 +02003627PXA MMCI DRIVER
3628S: Orphan
3629
Robert Jarzmik57f63bc2009-02-11 13:04:19 -08003630PXA RTC DRIVER
3631P: Robert Jarzmik
3632M: robert.jarzmik@free.fr
3633L: rtc-linux@googlegroups.com
3634S: Maintained
3635
Linus Torvalds1da177e2005-04-16 15:20:36 -07003636QLOGIC QLA2XXX FC-SCSI DRIVER
3637P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003638M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003639L: linux-scsi@vger.kernel.org
3640S: Supported
3641
Ron Mercer5a4faa872006-07-25 00:40:21 -07003642QLOGIC QLA3XXX NETWORK DRIVER
3643P: Ron Mercer
3644M: linux-driver@qlogic.com
3645L: netdev@vger.kernel.org
3646S: Supported
3647
Ron Mercerc4e84bd2008-09-18 11:56:28 -04003648QLOGIC QLGE 10Gb ETHERNET DRIVER
3649P: Ron Mercer
3650M: linux-driver@qlogic.com
3651M: ron.mercer@qlogic.com
3652L: netdev@vger.kernel.org
3653S: Supported
3654
Linus Torvalds1da177e2005-04-16 15:20:36 -07003655QNX4 FILESYSTEM
3656P: Anders Larsen
3657M: al@alarsen.net
3658L: linux-kernel@vger.kernel.org
3659W: http://www.alarsen.net/linux/qnx4fs/
3660S: Maintained
3661
3662RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003663P: Benjamin Herrenschmidt
3664M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003665L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003666S: Maintained
3667
3668RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003669P: Paul Mackerras
3670M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003671L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003672S: Maintained
3673
Randy Dunlape7839f22008-10-12 16:11:45 -07003674RALINK RT2X00 WIRELESS LAN DRIVER
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003675P: rt2x00 project
3676L: linux-wireless@vger.kernel.org
Ivo van Doorn6d5eaaf2009-03-17 11:29:19 +01003677L: users@rt2x00.serialmonkey.com
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003678W: http://rt2x00.serialmonkey.com/
3679S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003680T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003681F: drivers/net/wireless/rt2x00/
3682
Nick Piggin9db55792008-02-08 04:19:49 -08003683RAMDISK RAM BLOCK DEVICE DRIVER
3684P: Nick Piggin
3685M: npiggin@suse.de
3686S: Maintained
3687
Matt Mackall9e95ce22005-04-16 15:25:56 -07003688RANDOM NUMBER DRIVER
3689P: Matt Mackall
3690M: mpm@selenic.com
3691S: Maintained
3692
Matt Porter394b7012005-11-07 01:00:15 -08003693RAPIDIO SUBSYSTEM
3694P: Matt Porter
3695M: mporter@kernel.crashing.org
3696L: linux-kernel@vger.kernel.org
3697S: Maintained
3698
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003699RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3700P: Corey Thomas
3701M: coreythomas@charter.net
3702L: linux-wireless@vger.kernel.org
3703S: Maintained
3704
3705RCUTORTURE MODULE
3706P: Josh Triplett
3707M: josh@freedesktop.org
3708L: linux-kernel@vger.kernel.org
3709S: Maintained
3710
Florian Fainellic1f766b2008-02-06 22:39:44 +01003711RDC R-321X SoC
3712P: Florian Fainelli
3713M: florian.fainelli@telecomint.eu
3714L: linux-kernel@vger.kernel.org
3715S: Maintained
3716
Florian Fainellidb17f392007-12-19 11:30:30 +01003717RDC R6040 FAST ETHERNET DRIVER
3718P: Florian Fainelli
3719M: florian.fainelli@telecomint.eu
3720L: netdev@vger.kernel.org
3721S: Maintained
3722
Andy Grovera09ed662009-02-24 15:30:41 +00003723RDS - RELIABLE DATAGRAM SOCKETS
3724P: Andy Grover
3725M: andy.grover@oracle.com
3726L: rds-devel@oss.oracle.com
3727S: Supported
3728
Josh Triplett595182b2006-10-04 02:17:21 -07003729READ-COPY UPDATE (RCU)
3730P: Dipankar Sarma
3731M: dipankar@in.ibm.com
3732W: http://www.rdrop.com/users/paulmck/rclock/
3733L: linux-kernel@vger.kernel.org
3734S: Supported
3735
Linus Torvalds1da177e2005-04-16 15:20:36 -07003736REAL TIME CLOCK DRIVER
3737P: Paul Gortmaker
3738M: p_gortmaker@yahoo.com
3739L: linux-kernel@vger.kernel.org
3740S: Maintained
3741
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003742REAL TIME CLOCK (RTC) SUBSYSTEM
3743P: Alessandro Zummo
3744M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003745L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003746S: Maintained
3747
Linus Torvalds1da177e2005-04-16 15:20:36 -07003748REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003749L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003750S: Supported
3751
Ivo van Doorne08976452008-04-12 19:23:55 +02003752RFKILL
3753P: Ivo van Doorn
3754M: IvDoorn@gmail.com
3755L: netdev@vger.kernel.org
3756S: Maintained
3757F: net/rfkill
3758
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003759RISCOM8 DRIVER
3760S: Orphan
3761
Linus Torvalds1da177e2005-04-16 15:20:36 -07003762ROCKETPORT DRIVER
3763P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003764W: http://www.comtrol.com
3765S: Maintained
3766
3767ROSE NETWORK LAYER
3768P: Ralf Baechle
3769M: ralf@linux-mips.org
3770L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003771W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003772S: Maintained
3773
Larry Finger59840482008-11-12 17:13:09 -06003774RTL8180 WIRELESS DRIVER
John W. Linville96dd6032008-11-12 14:51:56 -05003775P: John W. Linville
3776M: linville@tuxdriver.com
Michael Wu605bebe2007-05-14 01:41:02 -04003777L: linux-wireless@vger.kernel.org
3778W: http://linuxwireless.org/
John W. Linville96dd6032008-11-12 14:51:56 -05003779T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
Michael Wu605bebe2007-05-14 01:41:02 -04003780S: Maintained
3781
Larry Finger59840482008-11-12 17:13:09 -06003782RTL8187 WIRELESS DRIVER
3783P: Herton Ronaldo Krzesinski
3784M: herton@mandriva.com.br
3785P: Hin-Tak Leung
3786M htl10@users.sourceforge.net
3787P: Larry Finger
3788M: Larry.Finger@lwfinger.net
3789L: linux-wireless@vger.kernel.org
3790W: http://linuxwireless.org/
3791T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
3792S: Maintained
3793
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003794S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003795P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003796M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003797L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003798S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003799
Linus Torvalds1da177e2005-04-16 15:20:36 -07003800S390
3801P: Martin Schwidefsky
3802M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003803P: Heiko Carstens
3804M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003806L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003807W: http://www.ibm.com/developerworks/linux/linux390/
3808S: Supported
3809
3810S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003811P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003812M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003813P: Frank Blaschka
3814M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003815M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003816L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003817W: http://www.ibm.com/developerworks/linux/linux390/
3818S: Supported
3819
Felix Beckfeed9b62009-03-26 15:24:23 +01003820S390 ZCRYPT DRIVER
3821P: Felix Beck
3822M: felix.beck@de.ibm.com
3823P: Ralph Wuerthner
3824M: ralph.wuerthner@de.ibm.com
3825M: linux390@de.ibm.com
3826L: linux-s390@vger.kernel.org
3827S: Supported
3828
Heiko Carstens5238da42006-02-11 17:56:01 -08003829S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003830P: Christof Schmitt
3831M: christof.schmitt@de.ibm.com
3832P: Martin Peschke
3833M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003834M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003835L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003836W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003837S: Supported
3838
Ursula Braundd96df22007-09-19 13:09:02 +02003839S390 IUCV NETWORK LAYER
3840P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003841M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003842M: linux390@de.ibm.com
3843L: linux-s390@vger.kernel.org
3844W: http://www.ibm.com/developerworks/linux/linux390/
3845S: Supported
3846
Ben Dooks4dde7f72008-06-30 22:40:38 +01003847S3C24XX SD/MMC Driver
3848P: Ben Dooks
3849M: ben-linux@fluff.org
3850L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3851L: linux-kernel@vger.kernel.org
3852S: Supported
3853
Linus Torvalds1da177e2005-04-16 15:20:36 -07003854SAA7146 VIDEO4LINUX-2 DRIVER
3855P: Michael Hunold
3856M: michael@mihu.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003857L: linux-media@vger.kernel.org
3858T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003859W: http://www.mihu.de/linux/saa7146
3860S: Maintained
3861
Linus Torvalds1da177e2005-04-16 15:20:36 -07003862SC1200 WDT DRIVER
3863P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003864M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003865S: Maintained
3866
3867SCHEDULER
3868P: Ingo Molnar
3869M: mingo@elte.hu
3870P: Robert Love [the preemptible kernel bits]
3871M: rml@tech9.net
3872L: linux-kernel@vger.kernel.org
3873S: Maintained
3874
3875SCSI CDROM DRIVER
3876P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003877M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003878L: linux-scsi@vger.kernel.org
3879W: http://www.kernel.dk
3880S: Maintained
3881
3882SCSI SG DRIVER
3883P: Doug Gilbert
3884M: dgilbert@interlog.com
3885L: linux-scsi@vger.kernel.org
3886W: http://www.torque.net/sg
3887S: Maintained
3888
3889SCSI SUBSYSTEM
3890P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003891M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003892L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003893T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003894T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3895T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003896S: Maintained
3897
3898SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003899P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003900M: Kai.Makisara@kolumbus.fi
3901L: linux-scsi@vger.kernel.org
3902S: Maintained
3903
3904SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003905P: Vlad Yasevich
3906M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003907P: Sridhar Samudrala
3908M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003909L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003910W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003911S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003912
3913SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003914P: Jim Cromie
3915M: jim.cromie@gmail.com
3916S: Odd Fixes
3917
3918SCx200 GPIO DRIVER
3919P: Jim Cromie
3920M: jim.cromie@gmail.com
3921S: Maintained
3922
3923SCx200 HRT CLOCKSOURCE DRIVER
3924P: Jim Cromie
3925M: jim.cromie@gmail.com
3926S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003927
Sascha Sommer6a369132008-07-15 14:21:29 +02003928SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3929P: Sascha Sommer
3930M: saschasommer@freenet.de
3931L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3932S: Maintained
3933
Randy Dunlape7839f22008-10-12 16:11:45 -07003934SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003935P: Pierre Ossman
3936M: drzeus-sdhci@drzeus.cx
Pierre Ossmanb8e20062009-03-14 21:17:32 +01003937L: sdhci-devel@lists.ossman.eu
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003938S: Maintained
3939
Anton Vorontsov3085e9c2009-03-17 00:14:05 +03003940SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
3941P: Anton Vorontsov
3942M: avorontsov@ru.mvista.com
3943L: linuxppc-dev@ozlabs.org
3944L: sdhci-devel@lists.ossman.eu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003945S: Maintained
Jody McIntyre6fb04252005-11-18 09:31:06 -08003946
James Morris8711cca2008-12-04 03:19:45 +11003947SECURITY SUBSYSTEM
3948F: security/
3949P: James Morris
3950M: jmorris@namei.org
3951L: linux-kernel@vger.kernel.org
3952L: linux-security-module@vger.kernel.org (suggested Cc:)
3953T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
James Morrisc8334dc2009-01-07 20:06:18 +11003954W: http://security.wiki.kernel.org/
James Morris8711cca2008-12-04 03:19:45 +11003955S: Supported
3956
Linus Torvalds1da177e2005-04-16 15:20:36 -07003957SECURITY CONTACT
3958P: Security Officers
3959M: security@kernel.org
3960S: Supported
3961
3962SELINUX SECURITY MODULE
3963P: Stephen Smalley
3964M: sds@tycho.nsa.gov
3965P: James Morris
3966M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003967P: Eric Paris
3968M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003969L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003970L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Stephen Smalleyf0589252008-09-11 09:20:26 -04003971W: http://selinuxproject.org
3972T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003973S: Supported
3974
Jiri Slabycef2cf02007-05-08 00:31:45 -07003975SENSABLE PHANTOM
3976P: Jiri Slaby
3977M: jirislaby@gmail.com
3978S: Maintained
3979
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003980SERIAL ATA (SATA) SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07003981P: Jeff Garzik
3982M: jgarzik@pobox.com
3983L: linux-ide@vger.kernel.org
3984T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
3985S: Supported
3986
Sathya Perla6b7c5b92009-03-11 23:32:03 -07003987SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
3988P: Sathya Perla
3989M: sathyap@serverengines.com
3990P: Subbu Seetharaman
3991M: subbus@serverengines.com
3992L: netdev@vger.kernel.org
3993W: http://www.serverengines.com
3994S: Supported
3995
Ben Hutchings8ceee662008-04-27 12:55:59 +01003996SFC NETWORK DRIVER
3997P: Steve Hodgson
3998P: Ben Hutchings
3999P: Robert Stonehouse
4000M: linux-net-drivers@solarflare.com
4001S: Supported
4002
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004003SGI GRU DRIVER
4004P: Jack Steiner
4005M: steiner@sgi.com
4006S: Maintained
4007
4008SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
4009P: Pat Gefre
4010M: pfg@sgi.com
4011L: linux-ia64@vger.kernel.org
4012S: Supported
4013
Linus Torvalds1da177e2005-04-16 15:20:36 -07004014SGI VISUAL WORKSTATION 320 AND 540
4015P: Andrey Panin
4016M: pazke@donpac.ru
4017L: linux-visws-devel@lists.sf.net
4018W: http://linux-visws.sf.net
4019S: Maintained for 2.6.
4020
Jack Steiner75312612008-08-15 00:40:42 -07004021SGI XP/XPC/XPNET DRIVER
4022P: Dean Nelson
4023M: dcn@sgi.com
4024S: Maintained
4025
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004026SHARP LH SUPPORT (LH7952X & LH7A40X)
4027P: Marc Singer
4028M: elf@buici.com
4029W: http://projects.buici.com/arm
4030L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4031S: Maintained
4032
4033SHPC HOTPLUG DRIVER
4034P: Kristen Carlson Accardi
4035M: kristen.c.accardi@intel.com
4036L: linux-pci@vger.kernel.org
4037S: Supported
4038
Linus Torvalds1da177e2005-04-16 15:20:36 -07004039SIMTEC EB110ATX (Chalice CATS)
4040P: Ben Dooks
4041P: Vincent Sanders
4042M: support@simtec.co.uk
4043W: http://www.simtec.co.uk/products/EB110ATX/
4044S: Supported
4045
4046SIMTEC EB2410ITX (BAST)
4047P: Ben Dooks
4048P: Vincent Sanders
4049M: support@simtec.co.uk
4050W: http://www.simtec.co.uk/products/EB2410ITX/
4051S: Supported
4052
Francois Romieu92aab3c2005-07-30 13:11:18 +02004053SIS 190 ETHERNET DRIVER
4054P: Francois Romieu
4055M: romieu@fr.zoreil.com
4056L: netdev@vger.kernel.org
4057S: Maintained
4058
Linus Torvalds1da177e2005-04-16 15:20:36 -07004059SIS 900/7016 FAST ETHERNET DRIVER
4060P: Daniele Venzano
4061M: venza@brownhat.org
4062W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07004063L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004064S: Maintained
4065
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004066SIS 96X I2C/SMBUS DRIVER
4067P: Mark M. Hoffman
4068M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01004069L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004070S: Maintained
4071
Linus Torvalds1da177e2005-04-16 15:20:36 -07004072SIS FRAMEBUFFER DRIVER
4073P: Thomas Winischhofer
4074M: thomas@winischhofer.net
4075W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004076S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004077
4078SIS USB2VGA DRIVER
4079P: Thomas Winischhofer
4080M: thomas@winischhofer.net
4081W: http://www.winischhofer.at/linuxsisusbvga.shtml
4082S: Maintained
4083
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004084SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
4085P: Stephen Hemminger
4086M: shemminger@linux-foundation.org
4087L: netdev@vger.kernel.org
4088S: Maintained
4089
Christoph Lameter415ad26d2007-07-26 10:40:56 -07004090SLAB ALLOCATOR
4091P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07004092M: cl@linux-foundation.org
Christoph Lameter415ad26d2007-07-26 10:40:56 -07004093P: Pekka Enberg
4094M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02004095P: Matt Mackall
4096M: mpm@selenic.com
Christoph Lameter415ad26d2007-07-26 10:40:56 -07004097L: linux-mm@kvack.org
4098S: Maintained
4099
Linus Torvalds1da177e2005-04-16 15:20:36 -07004100SMC91x ETHERNET DRIVER
4101P: Nicolas Pitre
4102M: nico@cam.org
4103S: Maintained
4104
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004105SMSC47B397 HARDWARE MONITOR DRIVER
4106P: Mark M. Hoffman
4107M: mhoffman@lightlink.com
4108L: lm-sensors@lm-sensors.org
4109S: Maintained
4110
Steve Glendinningfd9abb32008-11-05 00:35:37 +00004111SMSC911x ETHERNET DRIVER
4112P: Steve Glendinning
4113M: steve.glendinning@smsc.com
4114L: netdev@vger.kernel.org
4115S: Supported
4116
Steve Glendinning2cb37722008-12-11 20:54:30 -08004117SMSC9420 PCI ETHERNET DRIVER
4118P: Steve Glendinning
4119M: steve.glendinning@smsc.com
4120L: netdev@vger.kernel.org
4121S: Supported
4122
Ben Nizetteb54f2862008-03-13 22:27:30 +11004123SMX UIO Interface
4124P: Ben Nizette
4125M: bn@niasdigital.com
4126S: Maintained
4127
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004128SN-IA64 (Itanium) SUB-PLATFORM
4129P: Jes Sorensen
4130M: jes@sgi.com
4131L: linux-altix@sgi.com
4132L: linux-ia64@vger.kernel.org
4133W: http://www.sgi.com/altix
4134S: Maintained
4135
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03004136SOC-CAMERA V4L2 SUBSYSTEM
Jean Delvare795fb7e2008-09-20 12:33:08 +02004137P: Guennadi Liakhovetski
4138M: g.liakhovetski@gmx.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004139L: linux-media@vger.kernel.org
4140T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02004141S: Maintained
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03004142
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004143SOEKRIS NET48XX LED SUPPORT
4144P: Chris Boot
4145M: bootc@bootc.net
4146S: Maintained
4147
Linus Torvalds1da177e2005-04-16 15:20:36 -07004148SOFTWARE RAID (Multiple Disks) SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07004149P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08004150M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004151L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08004152S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004153
Linus Torvalds1da177e2005-04-16 15:20:36 -07004154SONIC NETWORK DRIVER
4155P: Thomas Bogendoerfer
4156M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07004157L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004158S: Maintained
4159
Michael Buesch61e115a2007-09-18 15:12:50 -04004160SONICS SILICON BACKPLANE DRIVER (SSB)
4161P: Michael Buesch
4162M: mb@bu3sch.de
4163L: netdev@vger.kernel.org
4164S: Maintained
4165
Linus Torvalds1da177e2005-04-16 15:20:36 -07004166SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01004167P: Mattia Dongili
4168M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01004169L: linux-acpi@vger.kernel.org
4170W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07004171S: Maintained
4172
Alex Dubovbaf85322008-02-09 10:20:54 -08004173SONY MEMORYSTICK CARD SUPPORT
4174P: Alex Dubov
4175M: oakad@yahoo.com
4176L: linux-kernel@vger.kernel.org
4177W: http://tifmxx.berlios.de/
4178S: Maintained
4179
Linus Torvalds1da177e2005-04-16 15:20:36 -07004180SOUND
4181P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02004182M: perex@perex.cz
Takashi Iwai281712f2008-08-19 13:10:04 +02004183P: Takashi Iwai
4184M: tiwai@suse.de
Takashi Iwai82622042007-04-16 12:32:52 +02004185L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004186S: Maintained
4187
Mark Brownbd903bd2008-11-19 19:16:05 +00004188SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004189P: Liam Girdwood
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004190M: lrg@slimlogic.co.uk
Mark Brown2cad0ad2008-01-10 14:33:07 +01004191P: Mark Brown
4192M: broonie@opensource.wolfsonmicro.com
4193T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02004194L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004195W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004196S: Supported
4197
Sam Ravnborg473321f2009-01-04 15:47:49 -08004198SPARC + UltraSPARC (sparc/sparc64)
4199P: David S. Miller
4200M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004201L: sparclinux@vger.kernel.org
Sam Ravnborg473321f2009-01-04 15:47:49 -08004202T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4203T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004204S: Maintained
4205
4206SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4207P: Roger Wolff
4208M: R.E.Wolff@BitWizard.nl
4209L: linux-kernel@vger.kernel.org ?
4210S: Supported
4211
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004212SPI SUBSYSTEM
4213P: David Brownell
4214M: dbrownell@users.sourceforge.net
4215L: spi-devel-general@lists.sourceforge.net
4216S: Maintained
4217
Jim Lewis2752e402006-09-29 02:01:19 -07004218SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01004219P: Ishizaki Kou
4220M: kou.ishizaki@toshiba.co.jp
4221P: Jens Osterkamp
4222M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07004223L: netdev@vger.kernel.org
4224S: Supported
4225
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004226SPU FILE SYSTEM
4227P: Jeremy Kerr
4228M: jk@ozlabs.org
4229L: linuxppc-dev@ozlabs.org
4230L: cbe-oss-dev@ozlabs.org
4231W: http://www.ibm.com/developerworks/power/cell/
4232S: Supported
4233
Phillip Lougherfc555842009-01-05 08:46:29 +00004234SQUASHFS FILE SYSTEM
4235P: Phillip Lougher
4236M: phillip@lougher.demon.co.uk
4237L: squashfs-devel@lists.sourceforge.net (subscribers-only)
4238W: http://squashfs.org.uk
4239S: Maintained
4240
Linus Torvalds1da177e2005-04-16 15:20:36 -07004241SRM (Alpha) environment access
4242P: Jan-Benedict Glaw
4243M: jbglaw@lug-owl.de
4244L: linux-kernel@vger.kernel.org
4245S: Maintained
4246
Linus Torvalds26e9a392008-10-17 09:50:12 -07004247STABLE BRANCH
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004248P: Greg Kroah-Hartman
4249M: greg@kroah.com
4250P: Chris Wright
4251M: chrisw@sous-sol.org
4252L: stable@kernel.org
4253S: Maintained
4254
Linus Torvalds26e9a392008-10-17 09:50:12 -07004255STAGING SUBSYSTEM
4256P: Greg Kroah-Hartman
4257M: gregkh@suse.de
4258L: linux-kernel@vger.kernel.org
4259T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4260S: Maintained
4261
Linus Torvalds1da177e2005-04-16 15:20:36 -07004262STARFIRE/DURALAN NETWORK DRIVER
4263P: Ion Badulescu
4264M: ionut@cs.columbia.edu
4265S: Maintained
4266
4267STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4268W: http://mosquitonet.Stanford.EDU/strip.html
Jean Delvarebaaea1d2008-09-20 12:34:33 +02004269S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07004270
4271STRADIS MPEG-2 DECODER DRIVER
4272P: Nathan Laredo
4273M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004274W: http://www.stradis.com/
4275S: Maintained
4276
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004277SUN3/3X
4278P: Sam Creasey
4279M: sammy@sammy.net
4280W: http://sammy.net/sun3/
4281S: Maintained
4282
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004283SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07004284P: Paul Mundt
4285M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004286L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004287W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004288T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09004289S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004290
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004291SUSPEND TO RAM
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004292P: Len Brown
4293M: len.brown@intel.com
4294P: Pavel Machek
Pavel Machekef35ce22009-02-18 14:48:16 -08004295M: pavel@ucw.cz
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004296P: Rafael J. Wysocki
4297M: rjw@sisk.pl
4298L: linux-pm@lists.linux-foundation.org
4299S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004300
4301SVGA HANDLING
4302P: Martin Mares
4303M: mj@ucw.cz
4304L: linux-video@atrey.karlin.mff.cuni.cz
4305S: Maintained
4306
4307SYSV FILESYSTEM
4308P: Christoph Hellwig
4309M: hch@infradead.org
4310S: Maintained
4311
Alan Cox4e688522008-04-30 00:52:11 -07004312TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07004313P: Balbir Singh
4314M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004315L: linux-kernel@vger.kernel.org
4316S: Maintained
4317
Stephen Hemminger781b456a2006-07-10 20:25:29 -07004318TC CLASSIFIER
4319P: Jamal Hadi Salim
4320M: hadi@cyberus.ca
4321L: netdev@vger.kernel.org
4322S: Maintained
4323
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004324TCP LOW PRIORITY MODULE
4325P: Wong Hoi Sing, Edison
4326M: hswong3i@gmail.com
4327P: Hung Hing Lun, Mike
4328M: hlhung3i@gmail.com
4329W: http://tcp-lp-mod.sourceforge.net/
4330S: Maintained
4331
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004332TEHUTI ETHERNET DRIVER
4333P: Alexander Indenbaum
4334M: baum@tehutinetworks.net
4335P: Andy Gospodarek
4336M: andy@greyhouse.net
4337L: netdev@vger.kernel.org
4338S: Supported
4339
Alan Cox4e688522008-04-30 00:52:11 -07004340Telecom Clock Driver for MCPL0010
4341P: Mark Gross
4342M: mark.gross@intel.com
4343S: Supported
4344
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004345TENSILICA XTENSA PORT (xtensa)
Alan Cox4e688522008-04-30 00:52:11 -07004346P: Chris Zankel
4347M: chris@zankel.net
4348S: Maintained
4349
4350THINKPAD ACPI EXTRAS DRIVER
4351P: Henrique de Moraes Holschuh
4352M: ibm-acpi@hmh.eng.br
4353L: ibm-acpi-devel@lists.sourceforge.net
4354W: http://ibm-acpi.sourceforge.net
4355W: http://thinkwiki.org/wiki/Ibm-acpi
4356T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4357S: Maintained
4358
Alex Dubov4020f2d2006-10-04 02:15:37 -07004359TI FLASH MEDIA INTERFACE DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02004360P: Alex Dubov
4361M: oakad@yahoo.com
4362S: Maintained
Alex Dubov4020f2d2006-10-04 02:15:37 -07004363
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004364TI OMAP MMC INTERFACE DRIVER
4365P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004366M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004367W: http://linux.omap.com
4368W: http://www.muru.com/linux/omap/
4369S: Maintained
4370
Michael Buesch844dd052006-06-26 00:24:59 -07004371TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4372P: Deepak Saxena
4373M: dsaxena@plexity.net
4374S: Maintained
4375
Per Lidene86eaa32006-01-12 16:45:18 +01004376TIPC NETWORK LAYER
4377P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004378M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004379P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004380M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004381P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004382M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004383L: tipc-discussion@lists.sourceforge.net
4384W: http://tipc.sourceforge.net/
4385W: http://tipc.cslab.ericsson.net/
4386T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4387S: Maintained
4388
Linus Torvalds1da177e2005-04-16 15:20:36 -07004389TLAN NETWORK DRIVER
4390P: Samuel Chessman
4391M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004392L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004393W: http://sourceforge.net/projects/tlan/
4394S: Maintained
4395
Kentaro Takedad74db3b2009-02-05 17:18:18 +09004396TOMOYO SECURITY MODULE
4397P: Kentaro Takeda
4398M: takedakn@nttdata.co.jp
4399P: Tetsuo Handa
4400M: penguin-kernel@I-love.SAKURA.ne.jp
4401L: linux-kernel@vger.kernel.org (kernel issues)
4402L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
4403L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
4404L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
4405W: http://tomoyo.sourceforge.jp/
4406T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
4407S: Maintained
4408
Linus Torvalds1da177e2005-04-16 15:20:36 -07004409TOSHIBA ACPI EXTRAS DRIVER
Johannes Berg15065532009-03-30 12:02:35 +02004410S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07004411
4412TOSHIBA SMM DRIVER
4413P: Jonathan Buzzard
4414M: jonathan@buzzard.org.uk
4415L: tlinux-users@tce.toshiba-dme.co.jp
4416W: http://www.buzzard.org.uk/toshiba/
4417S: Maintained
4418
Pierre Ossmand719f902009-03-24 21:06:09 +01004419TMIO MMC DRIVER
4420P: Ian Molton
4421M: ian@mnementh.co.uk
4422S: Maintained
4423
Alan Cox4e688522008-04-30 00:52:11 -07004424TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004425P: Debora Velarde
4426M: debora@linux.vnet.ibm.com
4427P: Rajiv Andrade
4428M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004429W: http://tpmdd.sourceforge.net
4430P: Marcel Selhorst
Marcel Selhorst7dcce132009-02-11 13:04:27 -08004431M: m.selhorst@sirrix.com
4432W: http://www.sirrix.com
Rajiv Andrade63a10df2008-10-15 22:04:36 -07004433L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
Alan Cox4e688522008-04-30 00:52:11 -07004434S: Maintained
4435
Linus Torvalds1da177e2005-04-16 15:20:36 -07004436TRIVIAL PATCHES
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004437P: Jiri Kosina
Jim Cromiece00f852006-11-30 04:49:44 +01004438M: trivial@kernel.org
4439L: linux-kernel@vger.kernel.org
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004440T: git kernel.org:/pub/scm/linux/kernel/git/jikos/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004441S: Maintained
4442
Alan Cox4e688522008-04-30 00:52:11 -07004443TTY LAYER
4444P: Alan Cox
4445M: alan@lxorguk.ukuu.org.uk
4446L: linux-kernel@vger.kernel.org
4447S: Maintained
4448
Grant Grundler740db6d2008-02-17 11:53:49 -07004449TULIP NETWORK DRIVERS
4450P: Grant Grundler
4451M: grundler@parisc-linux.org
4452P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004453M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004454L: netdev@vger.kernel.org
4455S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004456
4457TUN/TAP driver
4458P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004459M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004460L: vtun@office.satix.net
4461W: http://vtun.sourceforge.net/tun
4462S: Maintained
4463
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004464TURBOCHANNEL SUBSYSTEM
4465P: Maciej W. Rozycki
4466M: macro@linux-mips.org
4467S: Maintained
4468
Linus Torvalds1da177e2005-04-16 15:20:36 -07004469U14-34F SCSI DRIVER
4470P: Dario Ballabio
4471M: ballabio_dario@emc.com
4472L: linux-scsi@vger.kernel.org
4473S: Maintained
4474
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004475UBI FILE SYSTEM (UBIFS)
4476P: Artem Bityutskiy
4477M: dedekind@infradead.org
4478P: Adrian Hunter
4479M: ext-adrian.hunter@nokia.com
4480L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004481T: git git://git.infradead.org/ubifs-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004482W: http://www.linux-mtd.infradead.org/doc/ubifs.html
4483S: Maintained
4484
Alan Coxcc2020e2008-05-19 14:21:51 +01004485UCLINUX (AND M68KNOMMU)
4486P: Greg Ungerer
4487M: gerg@uclinux.org
4488W: http://www.uclinux.org/
4489L: uclinux-dev@uclinux.org (subscribers-only)
4490S: Maintained
4491
Alan Coxcc2020e2008-05-19 14:21:51 +01004492UCLINUX FOR RENESAS H8/300
4493P: Yoshinori Sato
4494M: ysato@users.sourceforge.jp
4495W: http://uclinux-h8.sourceforge.jp/
4496S: Supported
4497
Linus Torvalds1da177e2005-04-16 15:20:36 -07004498UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004499P: Jan Kara
4500M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004501W: http://linux-udf.sourceforge.net
4502S: Maintained
4503
Alan Coxcc2020e2008-05-19 14:21:51 +01004504UFS FILESYSTEM
4505P: Evgeniy Dushistov
4506M: dushistov@mail.ru
4507L: linux-kernel@vger.kernel.org
4508S: Maintained
4509
David Vrabel18332a82008-09-17 16:34:44 +01004510ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4511P: David Vrabel
4512M: david.vrabel@csr.com
4513L: linux-usb@vger.kernel.org
4514S: Supported
4515
Linus Torvalds1da177e2005-04-16 15:20:36 -07004516UNIFORM CDROM DRIVER
4517P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004518M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004519L: linux-kernel@vger.kernel.org
4520W: http://www.kernel.dk
4521S: Maintained
4522
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004523UNSORTED BLOCK IMAGES (UBI)
4524P: Artem Bityutskiy
4525M: dedekind@infradead.org
4526W: http://www.linux-mtd.infradead.org/
4527L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004528T: git git://git.infradead.org/ubi-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004529S: Maintained
4530
Linus Torvalds1da177e2005-04-16 15:20:36 -07004531USB ACM DRIVER
4532P: Oliver Neukum
4533M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004534L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004535S: Maintained
4536
4537USB BLOCK DRIVER (UB ub)
4538P: Pete Zaitcev
4539M: zaitcev@redhat.com
4540L: linux-kernel@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004541L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004542S: Supported
4543
Linus Torvalds1da177e2005-04-16 15:20:36 -07004544USB CDC ETHERNET DRIVER
4545P: Greg Kroah-Hartman
4546M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004547L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004548S: Maintained
4549W: http://www.kroah.com/linux-usb/
4550
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004551USB CYPRESS C67X00 DRIVER
4552P: Peter Korsgaard
4553M: jacmet@sunsite.dk
4554L: linux-usb@vger.kernel.org
4555S: Maintained
4556
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004557USB DAVICOM DM9601 DRIVER
4558P: Peter Korsgaard
4559M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004560L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004561W: http://www.linux-usb.org/usbnet
4562S: Maintained
4563
Alan Coxcc2020e2008-05-19 14:21:51 +01004564USB DIAMOND RIO500 DRIVER
4565P: Cesar Miquel
4566M: miquel@df.uba.ar
4567L: rio500-users@lists.sourceforge.net
4568W: http://rio500.sourceforge.net
4569S: Maintained
4570
Linus Torvalds1da177e2005-04-16 15:20:36 -07004571USB EHCI DRIVER
4572P: David Brownell
4573M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004574L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004575S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004576
Luca Risolia7ce08c92006-01-11 02:06:59 +00004577USB ET61X[12]51 DRIVER
4578P: Luca Risolia
4579M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004580L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004581L: linux-media@vger.kernel.org
4582T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia7ce08c92006-01-11 02:06:59 +00004583W: http://www.linux-projects.org
4584S: Maintained
4585
David Brownell69ae9e32006-11-14 02:03:31 -08004586USB GADGET/PERIPHERAL SUBSYSTEM
4587P: David Brownell
4588M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004589L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004590W: http://www.linux-usb.org/gadget
4591S: Maintained
4592
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004593USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004594P: Jiri Kosina
4595M: jkosina@suse.cz
Jean Delvare795fb7e2008-09-20 12:33:08 +02004596L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004597T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004598S: Maintained
4599
Olav Kongas959eea22005-11-03 17:38:14 +02004600USB ISP116X DRIVER
4601P: Olav Kongas
4602M: ok@artecdesign.ee
Jean Delvare795fb7e2008-09-20 12:33:08 +02004603L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004604S: Maintained
4605
Linus Torvalds1da177e2005-04-16 15:20:36 -07004606USB KAWASAKI LSI DRIVER
4607P: Oliver Neukum
4608M: oliver@neukum.name
Jean Delvare795fb7e2008-09-20 12:33:08 +02004609L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004610S: Maintained
4611
4612USB MASS STORAGE DRIVER
4613P: Matthew Dharm
4614M: mdharm-usb@one-eyed-alien.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004615L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004616L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004617S: Maintained
4618W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4619
4620USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004621P: David Brownell
4622M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004623L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004624S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004625
Matthias Urlichsba460e42005-07-14 00:33:47 -07004626USB OPTION-CARD DRIVER
4627P: Matthias Urlichs
4628M: smurf@smurf.noris.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004629L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004630S: Maintained
4631
Linus Torvalds1da177e2005-04-16 15:20:36 -07004632USB OV511 DRIVER
4633P: Mark McClelland
4634M: mmcclell@bigfoot.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004635L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004636W: http://alpha.dyndns.org/ov511/
4637S: Maintained
4638
4639USB PEGASUS DRIVER
4640P: Petko Manolov
4641M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004642L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004643L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004644W: http://pegasus2.sourceforge.net/
4645S: Maintained
4646
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004647USB PRINTER DRIVER (usblp)
4648P: Pete Zaitcev
4649M: zaitcev@redhat.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004650L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004651S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004652
4653USB RTL8150 DRIVER
4654P: Petko Manolov
4655M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004656L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004657L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004658W: http://pegasus2.sourceforge.net/
4659S: Maintained
4660
4661USB SE401 DRIVER
4662P: Jeroen Vreeken
4663M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004664L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004665W: http://www.chello.nl/~j.vreeken/se401/
4666S: Maintained
4667
Alan Cox4e688522008-04-30 00:52:11 -07004668USB SERIAL BELKIN F5U103 DRIVER
4669P: William Greathouse
4670M: wgreathouse@smva.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004671L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004672S: Maintained
4673
4674USB SERIAL CYPRESS M8 DRIVER
4675P: Lonnie Mendez
4676M: dignome@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004677L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004678S: Maintained
4679W: http://geocities.com/i0xox0i
4680W: http://firstlight.net/cvs
4681
Linus Torvalds1da177e2005-04-16 15:20:36 -07004682USB SERIAL CYBERJACK DRIVER
4683P: Matthias Bruestle and Harald Welte
4684M: support@reiner-sct.com
4685W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4686S: Maintained
4687
4688USB SERIAL DIGI ACCELEPORT DRIVER
4689P: Peter Berger and Al Borchers
4690M: pberger@brimson.com
4691M: alborchers@steinerpoint.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004692L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004693S: Maintained
4694
4695USB SERIAL DRIVER
4696P: Greg Kroah-Hartman
4697M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004698L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004699S: Supported
4700
Linus Torvalds1da177e2005-04-16 15:20:36 -07004701USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4702P: Gary Brubaker
4703M: xavyer@ix.netcom.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004704L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004705S: Maintained
4706
4707USB SERIAL KEYSPAN DRIVER
4708P: Greg Kroah-Hartman
4709M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004710L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004711W: http://www.kroah.com/linux/
4712S: Maintained
4713
4714USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004715P: Support Department
4716M: support@connecttech.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004717L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004718W: http://www.connecttech.com
4719S: Supported
4720
Steve Glendinning2f7ca802008-10-02 05:27:57 +00004721USB SMSC95XX ETHERNET DRIVER
4722P: Steve Glendinning
4723M: steve.glendinning@smsc.com
4724L: netdev@vger.kernel.org
4725S: Supported
4726
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004727USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004728P: Luca Risolia
4729M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004730L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004731L: linux-media@vger.kernel.org
4732T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004733W: http://www.linux-projects.org
4734S: Maintained
4735
4736USB SUBSYSTEM
4737P: Greg Kroah-Hartman
4738M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004739L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004740W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004741T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004742S: Supported
4743
4744USB UHCI DRIVER
4745P: Alan Stern
4746M: stern@rowland.harvard.edu
Jean Delvare795fb7e2008-09-20 12:33:08 +02004747L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004748S: Maintained
4749
David Brownell69ae9e32006-11-14 02:03:31 -08004750USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004751P: David Brownell
4752M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004753L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004754W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004755S: Maintained
4756
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004757USB VIDEO CLASS
4758P: Laurent Pinchart
4759M: laurent.pinchart@skynet.be
Jiri Slabya67534a2008-12-10 09:09:27 -03004760L: linux-uvc-devel@lists.berlios.de (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004761L: linux-media@vger.kernel.org
4762T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004763W: http://linux-uvc.berlios.de
4764S: Maintained
4765
Linus Torvalds1da177e2005-04-16 15:20:36 -07004766USB W996[87]CF DRIVER
4767P: Luca Risolia
4768M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004769L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004770L: linux-media@vger.kernel.org
4771T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004772W: http://www.linux-projects.org
4773S: Maintained
4774
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004775USB WIRELESS RNDIS DRIVER (rndis_wlan)
4776P: Jussi Kivilinna
4777M: jussi.kivilinna@mbnet.fi
4778L: linux-wireless@vger.kernel.org
4779S: Maintained
4780
Luca Risolia60f78052006-02-06 16:29:35 +00004781USB ZC0301 DRIVER
4782P: Luca Risolia
4783M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004784L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004785L: linux-media@vger.kernel.org
4786T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia60f78052006-02-06 16:29:35 +00004787W: http://www.linux-projects.org
4788S: Maintained
4789
Linus Torvalds1da177e2005-04-16 15:20:36 -07004790USB ZD1201 DRIVER
4791P: Jeroen Vreeken
4792M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004793L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004794W: http://linux-lc100020.sourceforge.net
4795S: Maintained
4796
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004797USB ZR364XX DRIVER
4798P: Antoine Jacquet
4799M: royale@zerezo.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004800L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004801L: linux-media@vger.kernel.org
4802T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004803W: http://royale.zerezo.com/zr364xx/
4804S: Maintained
4805
Randy Dunlape7839f22008-10-12 16:11:45 -07004806USER-MODE LINUX (UML)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004807P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004808M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004809L: user-mode-linux-devel@lists.sourceforge.net
4810L: user-mode-linux-user@lists.sourceforge.net
4811W: http://user-mode-linux.sourceforge.net
4812S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004813
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004814USERSPACE I/O (UIO)
4815P: Hans J. Koch
4816M: hjk@linutronix.de
4817P: Greg Kroah-Hartman
4818M: gregkh@suse.de
4819L: linux-kernel@vger.kernel.org
4820S: Maintained
4821
Karel Zakf899b0a2008-05-23 13:04:21 -07004822UTIL-LINUX-NG PACKAGE
4823P: Karel Zak
4824M: kzak@redhat.com
4825L: util-linux-ng@vger.kernel.org
4826W: http://kernel.org/~kzak/util-linux-ng/
4827T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4828S: Maintained
4829
Michal Januszewskic1fd1c02008-10-15 22:03:48 -07004830UVESAFB DRIVER
4831P: Michal Januszewski
4832M: spock@gentoo.org
4833L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4834W: http://dev.gentoo.org/~spock/projects/uvesafb/
4835S: Maintained
4836
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004837VFAT/FAT/MSDOS FILESYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07004838P: OGAWA Hirofumi
4839M: hirofumi@mail.parknet.co.jp
4840L: linux-kernel@vger.kernel.org
4841S: Maintained
4842
Linus Torvalds1da177e2005-04-16 15:20:36 -07004843VIA RHINE NETWORK DRIVER
4844P: Roger Luethi
4845M: rl@hellgate.ch
4846S: Maintained
4847
Jean Delvare32c0a522005-09-22 21:47:58 +02004848VIAPRO SMBUS DRIVER
4849P: Jean Delvare
4850M: khali@linux-fr.org
Jean Delvare846557d2008-10-30 15:55:47 +01004851L: linux-i2c@vger.kernel.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004852S: Maintained
4853
Joseph Chan69e4a7c2008-10-15 22:03:31 -07004854VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4855P: Joseph Chan
4856M: JosephChan@via.com.tw
4857P: Scott Fang
4858M: ScottFang@viatech.com.cn
4859L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4860S: Maintained
4861
Francois Romieu01f20732007-01-26 00:57:17 -08004862VIA VELOCITY NETWORK DRIVER
4863P: Francois Romieu
4864M: romieu@fr.zoreil.com
4865L: netdev@vger.kernel.org
4866S: Maintained
4867
Randy Dunlape7839f22008-10-12 16:11:45 -07004868VIDEO FOR LINUX (V4L)
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004869P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004870M: mchehab@infradead.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004871L: linux-media@vger.kernel.org
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004872W: http://linuxtv.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004873T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004874S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004875
Patrick McHardybe7f8272007-10-23 20:26:36 -07004876VLAN (802.1Q)
4877P: Patrick McHardy
4878M: kaber@trash.net
4879L: netdev@vger.kernel.org
4880S: Maintained
4881
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004882VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4883P: Liam Girdwood
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004884M: lrg@slimlogic.co.uk
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004885P: Mark Brown
4886M: broonie@opensource.wolfsonmicro.com
4887W: http://opensource.wolfsonmicro.com/node/15
Liam Girdwood1dd68f02009-02-02 21:43:31 +00004888W: http://www.slimlogic.co.uk/?p=48
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004889T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4890S: Supported
4891
Juerg Haefligerab413192006-09-24 20:54:04 +02004892VT1211 HARDWARE MONITOR DRIVER
4893P: Juerg Haefliger
4894M: juergh@gmail.com
4895L: lm-sensors@lm-sensors.org
4896S: Maintained
4897
Roger Lucas1de9e372005-11-26 20:20:05 +01004898VT8231 HARDWARE MONITOR DRIVER
4899P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004900M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004901L: lm-sensors@lm-sensors.org
4902S: Maintained
4903
Linus Torvalds1da177e2005-04-16 15:20:36 -07004904W1 DALLAS'S 1-WIRE BUS
4905P: Evgeniy Polyakov
4906M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004907S: Maintained
4908
Charles Spirakis13927072006-07-05 18:05:15 +02004909W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004910P: Marc Hulsman
4911M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004912L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004913S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004914
Rudolf Marek61db0112006-12-12 18:18:30 +01004915W83793 HARDWARE MONITORING DRIVER
4916P: Rudolf Marek
4917M: r.marek@assembler.cz
4918L: lm-sensors@lm-sensors.org
4919S: Maintained
4920
Linus Torvalds1da177e2005-04-16 15:20:36 -07004921W83L51xD SD/MMC CARD INTERFACE DRIVER
4922P: Pierre Ossman
4923M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004924L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004925S: Maintained
4926
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004927WATCHDOG DEVICE DRIVERS
4928P: Wim Van Sebroeck
4929M: wim@iguana.be
4930T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4931S: Maintained
4932
Linus Torvalds1da177e2005-04-16 15:20:36 -07004933WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4934P: Jean Tourrilhes
4935M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004936L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004937W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4938S: Maintained
4939
4940WD7000 SCSI DRIVER
4941P: Miroslav Zagorac
4942M: zaga@fly.cc.fer.hr
4943L: linux-scsi@vger.kernel.org
4944S: Maintained
4945
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08004946WIMAX STACK
4947P: Inaky Perez-Gonzalez
4948M: inaky.perez-gonzalez@intel.com
4949M: linux-wimax@intel.com
4950L: wimax@linuxwimax.org
4951S: Supported
4952W: http://linuxwimax.org
4953
David Vrabel18332a82008-09-17 16:34:44 +01004954WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4955P: David Vrabel
4956M: david.vrabel@csr.com
4957S: Maintained
4958
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004959WISTRON LAPTOP BUTTON DRIVER
4960P: Miloslav Trmac
4961M: mitr@volny.cz
4962S: Maintained
4963
Linus Torvalds1da177e2005-04-16 15:20:36 -07004964WL3501 WIRELESS PCMCIA CARD DRIVER
4965P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004966M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004967L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004968W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004969S: Maintained
4970
Mark Brownfebf1df2008-04-02 00:51:09 -04004971WM97XX TOUCHSCREEN DRIVERS
4972P: Mark Brown
4973M: broonie@opensource.wolfsonmicro.com
4974P: Liam Girdwood
Liam Girdwoodb8d055a2008-10-13 23:00:15 -04004975M: lrg@slimlogic.co.uk
Mark Brownfebf1df2008-04-02 00:51:09 -04004976L: linux-input@vger.kernel.org
4977T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4978W: http://opensource.wolfsonmicro.com/node/7
4979S: Supported
4980
Linus Torvalds1da177e2005-04-16 15:20:36 -07004981X.25 NETWORK LAYER
4982P: Henner Eisen
4983M: eis@baty.hanse.de
4984L: linux-x25@vger.kernel.org
4985S: Maintained
4986
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004987X86 ARCHITECTURE (32-BIT AND 64-BIT)
4988P: Thomas Gleixner
4989M: tglx@linutronix.de
4990P: Ingo Molnar
4991M: mingo@redhat.com
4992P: H. Peter Anvin
4993M: hpa@zytor.com
H. Peter Anvinbcde5632009-02-02 21:42:40 -08004994M: x86@kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004995L: linux-kernel@vger.kernel.org
4996T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4997S: Maintained
4998
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004999XEN HYPERVISOR INTERFACE
5000P: Jeremy Fitzhardinge
5001M: jeremy@xensource.com
5002P: Chris Wright
5003M: chrisw@sous-sol.org
5004L: virtualization@lists.osdl.org
5005L: xen-devel@lists.xensource.com
5006S: Supported
5007
Linus Torvalds1da177e2005-04-16 15:20:36 -07005008XFS FILESYSTEM
5009P: Silicon Graphics Inc
Felix Blyakherb58a4cc2009-02-03 15:37:18 -06005010P: Felix Blyakher
5011M: felixb@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07005012M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10005013L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07005014W: http://oss.sgi.com/projects/xfs
Lachlan McIlroy0335cb72008-12-31 12:10:12 +11005015T: git://oss.sgi.com/xfs/xfs.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07005016S: Supported
5017
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02005018XILINX SYSTEMACE DRIVER
5019P: Grant Likely
5020M: grant.likely@secretlab.ca
5021W: http://www.secretlab.ca/
5022L: linux-kernel@vger.kernel.org
5023S: Maintained
5024
Peter Korsgaard238b8722006-12-06 20:35:17 -08005025XILINX UARTLITE SERIAL DRIVER
5026P: Peter Korsgaard
5027M: jacmet@sunsite.dk
5028L: linux-serial@vger.kernel.org
5029S: Maintained
5030
Linus Torvalds1da177e2005-04-16 15:20:36 -07005031YAM DRIVER FOR AX.25
5032P: Jean-Paul Roubelat
5033M: jpr@f6fbb.org
5034L: linux-hams@vger.kernel.org
5035S: Maintained
5036
Henkaf64a5e2005-10-12 15:02:56 +02005037YEALINK PHONE DRIVER
5038P: Henk Vergonet
5039M: Henk.Vergonet@gmail.com
5040L: usbb2k-api-dev@nongnu.org
5041S: Maintained
5042
Linus Torvalds1da177e2005-04-16 15:20:36 -07005043Z8530 DRIVER FOR AX.25
5044P: Joerg Reuter
5045M: jreuter@yaina.de
5046W: http://yaina.de/jreuter/
5047W: http://www.qsl.net/dl1bke/
5048L: linux-hams@vger.kernel.org
5049S: Maintained
5050
Daniel Drake7c0c3af2006-07-16 13:55:17 +01005051ZD1211RW WIRELESS DRIVER
5052P: Daniel Drake
5053M: dsd@gentoo.org
5054P: Ulrich Kunitz
5055M: kune@deine-taler.de
5056W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07005057L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01005058L: zd1211-devs@lists.sourceforge.net (subscribers-only)
5059S: Maintained
5060
Linus Torvalds1da177e2005-04-16 15:20:36 -07005061ZR36067 VIDEO FOR LINUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07005062L: mjpeg-users@lists.sourceforge.net
Trent Piephof63145e2009-01-24 20:52:41 -03005063L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07005064W: http://mjpeg.sourceforge.net/driver-zoran/
Trent Piephof63145e2009-01-24 20:52:41 -03005065T: Mercurial http://linuxtv.org/hg/v4l-dvb
5066S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07005067
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07005068ZS DECSTATION Z85C30 SERIAL DRIVER
5069P: Maciej W. Rozycki
5070M: macro@linux-mips.org
5071S: Maintained
5072
Linus Torvalds1da177e2005-04-16 15:20:36 -07005073THE REST
5074P: Linus Torvalds
5075S: Buried alive in reporters