blob: 587bc8bd6f732dafd86e324ae44b2db018e4ef12 [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
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425DEVICE NUMBER REGISTRY
1426P: Torben Mathiasen
1427M: device@lanana.org
1428W: http://lanana.org/docs/device-list/index.html
1429L: linux-kernel@vger.kernel.org
1430S: Maintained
1431
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001432DEVICE-MAPPER (LVM)
1433P: Alasdair Kergon
1434L: dm-devel@redhat.com
1435W: http://sources.redhat.com/dm
1436S: Maintained
1437
Linus Torvalds1da177e2005-04-16 15:20:36 -07001438DIGI INTL. EPCA DRIVER
1439P: Digi International, Inc
1440M: Eng.Linux@digi.com
1441L: Eng.Linux@digi.com
1442W: http://www.digi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001443S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001444
Randy Dunlape7839f22008-10-12 16:11:45 -07001445DIRECTORY NOTIFICATION (DNOTIFY)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001446P: Stephen Rothwell
1447M: sfr@canb.auug.org.au
1448L: linux-kernel@vger.kernel.org
1449S: Supported
1450
1451DISK GEOMETRY AND PARTITION HANDLING
1452P: Andries Brouwer
1453M: aeb@cwi.nl
1454W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1455W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1456W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1457S: Maintained
1458
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001459DISKQUOTA
Linus Torvalds1da177e2005-04-16 15:20:36 -07001460P: Jan Kara
1461M: jack@suse.cz
1462L: linux-kernel@vger.kernel.org
1463S: Maintained
1464
Randy Dunlape7839f22008-10-12 16:11:45 -07001465DISTRIBUTED LOCK MANAGER (DLM)
Christine Caulfield8943f262008-02-14 19:31:31 -08001466P: Christine Caulfield
1467M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001468P: David Teigland
1469M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001470L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001471W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001472T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001473S: Supported
1474
Dan Williamsb3e5f262007-08-07 10:26:35 -07001475DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001476P: Maciej Sosnowski
1477M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001478P: Dan Williams
1479M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001480L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001481S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001482
Juerg Haefligerb8250372007-06-09 10:11:16 -04001483DME1737 HARDWARE MONITOR DRIVER
1484P: Juerg Haefliger
1485M: juergh@gmail.com
1486L: lm-sensors@lm-sensors.org
1487S: Maintained
1488
Martin Waitzba483d52005-06-17 13:20:59 -07001489DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001490P: Randy Dunlap
1491M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001492S: Maintained
1493
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001494DOCKING STATION DRIVER
Len Brownc5d191b2008-09-24 02:53:25 -04001495P: Shaohua Li
1496M: shaohua.li@intel.com
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001497L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001498S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001499
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001500DOCUMENTATION (/Documentation directory)
Jean Delvare795fb7e2008-09-20 12:33:08 +02001501P: Randy Dunlap
1502M: rdunlap@xenotime.net
1503L: linux-doc@vger.kernel.org
1504S: Maintained
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001505
Linus Torvalds1da177e2005-04-16 15:20:36 -07001506DOUBLETALK DRIVER
1507P: James R. Van Zandt
1508M: jrv@vanzandt.mv.com
1509L: blinux-list@redhat.com
1510S: Maintained
1511
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001512DPT_I2O SCSI RAID DRIVER
1513P: Adaptec OEM Raid Solutions
1514M: aacraid@adaptec.com
1515L: linux-scsi@vger.kernel.org
1516W: http://www.adaptec.com/
1517S: Maintained
1518
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519DRIVER CORE, KOBJECTS, AND SYSFS
1520P: Greg Kroah-Hartman
1521M: gregkh@suse.de
1522L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001523T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001524S: Supported
1525
1526DRM DRIVERS
1527P: David Airlie
1528M: airlied@linux.ie
1529L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001530T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531S: Maintained
1532
1533DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001534P: Francois Romieu
1535M: romieu@fr.zoreil.com
1536L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001537S: Maintained
1538
1539DVB SUBSYSTEM AND DRIVERS
1540P: LinuxTV.org Project
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001541M: linux-media@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02001542L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001543W: http://linuxtv.org/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001544T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001545S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001547DZ DECSTATION DZ11 SERIAL DRIVER
1548P: Maciej W. Rozycki
1549M: macro@linux-mips.org
1550S: Maintained
1551
Linus Torvalds1da177e2005-04-16 15:20:36 -07001552EATA-DMA SCSI DRIVER
1553P: Michael Neuffer
1554L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1555S: Maintained
1556
1557EATA ISA/EISA/PCI SCSI DRIVER
1558P: Dario Ballabio
1559M: ballabio_dario@emc.com
1560L: linux-scsi@vger.kernel.org
1561S: Maintained
1562
1563EATA-PIO SCSI DRIVER
1564P: Michael Neuffer
1565M: mike@i-Connect.Net
1566L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1567S: Maintained
1568
1569EBTABLES
1570P: Bart De Schuymer
1571M: bart.de.schuymer@pandora.be
1572L: ebtables-user@lists.sourceforge.net
1573L: ebtables-devel@lists.sourceforge.net
1574W: http://ebtables.sourceforge.net/
1575S: Maintained
1576
Michael Halcrow237fead2006-10-04 02:16:22 -07001577ECRYPT FILE SYSTEM
Michael Halcrow6dc75162008-12-15 13:54:17 -08001578P: Tyler Hicks, Dustin Kirkland
1579M: tyhicks@linux.vnet.ibm.com, kirkland@canonical.com
1580L: ecryptfs-devel@lists.launchpad.net
1581W: https://launchpad.net/ecryptfs
Michael Halcrow237fead2006-10-04 02:16:22 -07001582S: Supported
1583
Alan Coxda9bb1d2006-01-18 17:44:13 -08001584EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001585P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001586M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001587L: bluesmoke-devel@lists.sourceforge.net
1588W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001589S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001590
1591EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001592P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001593P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001594M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001595M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001596L: bluesmoke-devel@lists.sourceforge.net
1597W: bluesmoke.sourceforge.net
1598S: Maintained
1599
1600EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001601P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001602M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001603L: bluesmoke-devel@lists.sourceforge.net
1604W: bluesmoke.sourceforge.net
1605S: Maintained
1606
Douglas Thompson6bc78402007-07-19 01:50:12 -07001607EDAC-I82443BXGX
1608P: Tim Small
1609M: tim@buttersideup.com
1610L: bluesmoke-devel@lists.sourceforge.net
1611W: bluesmoke.sourceforge.net
1612S: Maintained
1613
1614EDAC-I3000
1615P: Jason Uhlenkott
1616M: juhlenko@akamai.com
1617L: bluesmoke-devel@lists.sourceforge.net
1618W: bluesmoke.sourceforge.net
1619S: Maintained
1620
1621EDAC-I5000
1622P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001623M: dougthompson@xmission.com
1624L: bluesmoke-devel@lists.sourceforge.net
1625W: bluesmoke.sourceforge.net
1626S: Maintained
1627
Mauro Carvalho Chehab44c12cb2009-01-15 13:50:49 -08001628EDAC-I5400
1629P: Mauro Carvalho Chehab
1630M: mchehab@redhat.com
1631L: bluesmoke-devel@lists.sourceforge.net
1632W: bluesmoke.sourceforge.net
1633S: Maintained
1634
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001635EDAC-I82975X
1636P: Ranganathan Desikan
1637P: Arvind R.
1638M: rdesikan@jetzbroadband.com
1639M: arvind@acarlab.com
1640L: bluesmoke-devel@lists.sourceforge.net
1641W: bluesmoke.sourceforge.net
1642S: Maintained
1643
1644EDAC-PASEMI
1645P: Egor Martovetsky
1646M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001647L: bluesmoke-devel@lists.sourceforge.net
1648W: bluesmoke.sourceforge.net
1649S: Maintained
1650
Dave Peterson0e438e32006-03-26 01:38:55 -08001651EDAC-R82600
1652P: Tim Small
1653M: tim@buttersideup.com
1654L: bluesmoke-devel@lists.sourceforge.net
1655W: bluesmoke.sourceforge.net
1656S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001657
Eric Coopere59f8792008-03-13 12:55:46 +01001658EEEPC LAPTOP EXTRAS DRIVER
1659P: Corentin Chary
1660M: corentincj@iksaif.net
1661L: acpi4asus-user@lists.sourceforge.net
1662W: http://sourceforge.net/projects/acpi4asus
1663S: Maintained
1664
Josh Triplett0bee8d22006-07-30 03:03:58 -07001665EFS FILESYSTEM
1666W: http://aeschi.ch.eu.org/efs/
1667S: Orphan
1668
Randy Dunlap4480f15b2008-10-12 16:11:58 -07001669EHCA (IBM GX bus InfiniBand adapter) DRIVER
Heiko J Schickfab97222006-09-22 15:22:22 -07001670P: Hoang-Nam Nguyen
1671M: hnguyen@de.ibm.com
1672P: Christoph Raisch
1673M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001674L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001675S: Supported
1676
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001677EMBEDDED LINUX
1678P: Paul Gortmaker
1679M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001680P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001681M: dwmw2@infradead.org
1682L: linux-embedded@vger.kernel.org
1683S: Maintained
1684
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001685EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001686P: James Smart
1687M: james.smart@emulex.com
1688L: linux-scsi@vger.kernel.org
1689W: http://sourceforge.net/projects/lpfcxxxx
1690S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001691
Linus Torvalds1da177e2005-04-16 15:20:36 -07001692EPSON 1355 FRAMEBUFFER DRIVER
1693P: Christopher Hoover
1694M: ch@murgatroid.com, ch@hpl.hp.com
1695S: Maintained
1696
Kristoffer Ericsond5ca9002008-10-15 22:03:54 -07001697EPSON S1D13XXX FRAMEBUFFER DRIVER
1698P: Kristoffer Ericson
1699M: kristoffer.ericson@gmail.com
1700S: Maintained
1701
Linus Torvalds1da177e2005-04-16 15:20:36 -07001702ETHEREXPRESS-16 NETWORK DRIVER
1703P: Philip Blundell
1704M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001705L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001706S: Maintained
1707
1708ETHERNET BRIDGE
1709P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001710M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001711L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001712W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001713S: Maintained
1714
1715ETHERTEAM 16I DRIVER
1716P: Mika Kuoppala
1717M: miku@iki.fi
1718S: Maintained
1719
1720EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001721L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001722S: Maintained
1723
1724EXT3 FILE SYSTEM
1725P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001726M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001727L: linux-ext4@vger.kernel.org
1728S: Maintained
1729
1730EXT4 FILE SYSTEM
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001731P: Theodore Ts'o
1732M: tytso@mit.edu, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001733L: linux-ext4@vger.kernel.org
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001734W: http://ext4.wiki.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001735S: Maintained
1736
Jean Delvaree53004e2006-01-09 23:26:14 +01001737F71805F HARDWARE MONITORING DRIVER
1738P: Jean Delvare
1739M: khali@linux-fr.org
1740L: lm-sensors@lm-sensors.org
1741S: Maintained
1742
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743FARSYNC SYNCHRONOUS DRIVER
1744P: Kevin Curtis
1745M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001746W: http://www.farsite.co.uk/
1747S: Supported
1748
Akinobu Mitac5408b82007-04-23 14:41:20 -07001749FAULT INJECTION SUPPORT
1750P: Akinobu Mita
1751M: akinobu.mita@gmail.com
1752S: Supported
1753
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001754FILE LOCKING (flock() and fcntl()/lockf())
1755P: Matthew Wilcox
1756M: matthew@wil.cx
1757L: linux-fsdevel@vger.kernel.org
1758S: Maintained
1759
1760FILESYSTEMS (VFS and infrastructure)
1761P: Alexander Viro
1762M: viro@zeniv.linux.org.uk
1763L: linux-fsdevel@vger.kernel.org
1764S: Maintained
1765
Riku Voipiob26e0ed2009-03-03 21:37:17 +02001766FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
1767P: Riku Voipio
1768M: riku.vipio@iki.fi
1769L: lm-sensors@lm-sensors.org
1770S: Maintained
1771
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001772FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1773P: Kristian Hoegsberg, Stefan Richter
1774M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1775L: linux1394-devel@lists.sourceforge.net
1776W: http://www.linux1394.org/
1777T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1778S: Maintained
1779
1780FIRMWARE LOADER (request_firmware)
1781L: linux-kernel@vger.kernel.org
1782S: Orphan
1783
1784FPU EMULATOR
1785P: Bill Metzenthen
1786M: billm@suburbia.net
1787W: http://suburbia.net/~billm/floating-point/emulator/
1788S: Maintained
1789
1790FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1791P: Mike McLagan
1792M: mike.mclagan@linux.org
1793L: netdev@vger.kernel.org
1794S: Maintained
1795
Linus Torvalds1da177e2005-04-16 15:20:36 -07001796FRAMEBUFFER LAYER
1797P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001798M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001799L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001800W: http://linux-fbdev.sourceforge.net/
1801S: Maintained
1802
Zhang Wei173acc72008-03-01 07:42:48 -07001803FREESCALE DMA DRIVER
Zhang Wei76b0c7882008-05-13 14:44:59 -07001804P: Li Yang
1805M: leoli@freescale.com
1806P: Zhang Wei
1807M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001808L: linuxppc-embedded@ozlabs.org
1809L: linux-kernel@vger.kernel.org
1810S: Maintained
1811
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001812FREESCALE I2C CPM DRIVER
1813P: Jochen Friedrich
1814M: jochen@scram.de
1815L: linuxppc-dev@ozlabs.org
Jean Delvare846557d2008-10-30 15:55:47 +01001816L: linux-i2c@vger.kernel.org
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001817S: Maintained
1818
Sascha Hauer60e8c5a2008-12-16 11:44:06 +01001819FREESCALE IMX / MXC FRAMEBUFFER DRIVER
1820P: Sascha Hauer
1821M: kernel@pengutronix.de
1822L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1823L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1824S: Maintained
1825
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001826FREESCALE SOC FS_ENET DRIVER
1827P: Pantelis Antoniou
1828M: pantelis.antoniou@gmail.com
1829P: Vitaly Bordug
1830M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001831L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001832L: netdev@vger.kernel.org
1833S: Maintained
1834
Timur Tabid9e9d822008-04-24 08:45:26 +10001835FREESCALE QUICC ENGINE LIBRARY
1836P: Timur Tabi
1837M: timur@freescale.com
1838L: linuxppc-dev@ozlabs.org
1839S: Supported
1840
Li Yanga7205b32007-04-23 10:38:18 -07001841FREESCALE HIGHSPEED USB DEVICE DRIVER
1842P: Li Yang
1843M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001844L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001845L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001846S: Maintained
1847
Li Yangbeaf53b2007-05-25 13:54:02 +08001848FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1849P: Li Yang
1850M: leoli@freescale.com
1851L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001852L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001853S: Maintained
1854
Timur Tabid9e9d822008-04-24 08:45:26 +10001855FREESCALE QUICC ENGINE UCC UART DRIVER
1856P: Timur Tabi
1857M: timur@freescale.com
1858L: linuxppc-dev@ozlabs.org
1859S: Supported
1860
1861FREESCALE SOC SOUND DRIVERS
1862P: Timur Tabi
1863M: timur@freescale.com
1864L: alsa-devel@alsa-project.org
1865L: linuxppc-dev@ozlabs.org
1866S: Supported
1867
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868FREEVXFS FILESYSTEM
1869P: Christoph Hellwig
1870M: hch@infradead.org
1871W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1872S: Maintained
1873
Pavel Machek71038f52009-01-15 13:51:02 -08001874FREEZER
1875P: Pavel Machek
1876M: pavel@suse.cz
1877P: Rafael J. Wysocki
1878M: rjw@sisk.pl
1879L: linux-pm@lists.linux-foundation.org
1880S: Supported
1881
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001882FTRACE
1883P: Steven Rostedt
Steven Rostedt8e324c12008-11-19 15:36:43 -08001884M: rostedt@goodmis.org
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001885S: Maintained
1886
David Howells5ab7ffe2007-04-10 15:10:45 +01001887FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888P: David Howells
1889M: dhowells@redhat.com
1890S: Maintained
1891
Jonathan Woithe20b93732008-06-11 10:14:56 +09301892FUJITSU LAPTOP EXTRAS
1893P: Jonathan Woithe
1894M: jwoithe@physics.adelaide.edu.au
1895L: linux-acpi@vger.kernel.org
1896S: Maintained
1897
Miklos Szeredi04578f12005-09-09 13:10:22 -07001898FUSE: FILESYSTEM IN USERSPACE
1899P: Miklos Szeredi
1900M: miklos@szeredi.hu
1901L: fuse-devel@lists.sourceforge.net
1902W: http://fuse.sourceforge.net/
1903S: Maintained
1904
Linus Torvalds1da177e2005-04-16 15:20:36 -07001905FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1906P: Rik Faith
1907M: faith@cs.unc.edu
1908L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001909S: Odd Fixes (e.g., new signatures)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910
1911GDT SCSI DISK ARRAY CONTROLLER DRIVER
1912P: Achim Leubner
1913M: achim_leubner@adaptec.com
1914L: linux-scsi@vger.kernel.org
1915W: http://www.icp-vortex.com/
1916S: Supported
1917
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001918GENERIC GPIO I2C DRIVER
1919P: Haavard Skinnemoen
1920M: hskinnemoen@atmel.com
1921S: Supported
1922
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01001923GENERIC HDLC (WAN) DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924P: Krzysztof Halasa
1925M: khc@pm.waw.pl
1926W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1927S: Maintained
1928
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001929GFS2 FILE SYSTEM
1930P: Steven Whitehouse
1931M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001932L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001933W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001934T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1935T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001936S: Supported
1937
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001938GIGASET ISDN DRIVERS
1939P: Hansjoerg Lipp
1940M: hjlipp@web.de
1941P: Tilman Schmidt
1942M: tilman@imap.cc
1943L: gigaset307x-common@lists.sourceforge.net
1944W: http://gigaset307x.sourceforge.net/
1945S: Maintained
1946
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001947HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
Frank Seidel211e3e02009-02-17 19:59:54 +01001948P: Frank Seidel
1949M: frank@f-seidel.de
1950L: lm-sensors@lm-sensors.org
1951W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07001952S: Maintained
1953
Michael Ellermanc90bfeb2009-04-02 16:56:43 -07001954HYPERVISOR VIRTUAL CONSOLE DRIVER
1955L: linuxppc-dev@ozlabs.org
1956L: linux-kernel@vger.kernel.org
1957S: Odd Fixes
1958F: drivers/char/hvc_*
1959
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001960GSPCA FINEPIX SUBDRIVER
1961P: Frank Zago
1962M: frank@zago.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001963L: linux-media@vger.kernel.org
1964T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001965S: Maintained
1966
1967GSPCA M5602 SUBDRIVER
1968P: Erik Andren
1969M: erik.andren@gmail.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001970L: linux-media@vger.kernel.org
1971T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001972S: Maintained
1973
1974GSPCA PAC207 SONIXB SUBDRIVER
1975P: Hans de Goede
1976M: hdegoede@redhat.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001977L: linux-media@vger.kernel.org
1978T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001979S: Maintained
1980
1981GSPCA T613 SUBDRIVER
1982P: Leandro Costantino
1983M: lcostantino@gmail.com
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001984L: linux-media@vger.kernel.org
1985T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001986S: Maintained
1987
1988GSPCA USB WEBCAM DRIVER
1989P: Jean-Francois Moine
1990M: moinejf@free.fr
1991W: http://moinejf.free.fr
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03001992L: linux-media@vger.kernel.org
1993T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03001994S: Maintained
1995
Jean Delvare5b543962005-08-15 19:51:02 +02001996HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001997L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001998W: http://www.lm-sensors.org/
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001999S: Orphan
Jean Delvare5b543962005-08-15 19:51:02 +02002000
Michael Buesch844dd052006-06-26 00:24:59 -07002001HARDWARE RANDOM NUMBER GENERATOR CORE
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002002S: Orphan
Michael Buesch844dd052006-06-26 00:24:59 -07002003
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004HARMONY SOUND DRIVER
2005P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04002006M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00002007L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002008S: Maintained
2009
2010HAYES ESP SERIAL DRIVER
2011P: Andrew J. Robinson
2012M: arobinso@nyx.net
2013L: linux-kernel@vger.kernel.org
2014W: http://www.nyx.net/~arobinso
2015S: Maintained
2016
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002017HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
2018P: Chirag Kantharia
2019M: chirag.kantharia@hp.com
2020L: iss_storagedev@hp.com
2021S: Maintained
2022
2023HEWLETT-PACKARD SMART2 RAID DRIVER
2024P: Chirag Kantharia
2025M: chirag.kantharia@hp.com
2026L: iss_storagedev@hp.com
2027S: Maintained
2028
2029HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2030P: Mike Miller
2031M: mike.miller@hp.com
2032L: iss_storagedev@hp.com
2033S: Supported
2034
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035HFS FILESYSTEM
2036P: Roman Zippel
2037M: zippel@linux-m68k.org
2038L: linux-kernel@vger.kernel.org
2039S: Maintained
2040
2041HGA FRAMEBUFFER DRIVER
2042P: Ferenc Bakonyi
2043M: fero@drama.obuda.kando.hu
2044L: linux-nvidia@lists.surfsouth.com
2045W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2046S: Maintained
2047
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002048HIBERNATION (aka Software Suspend, aka swsusp)
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002049P: Pavel Machek
Pavel Machekef35ce22009-02-18 14:48:16 -08002050M: pavel@ucw.cz
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002051P: Rafael J. Wysocki
2052M: rjw@sisk.pl
2053L: linux-pm@lists.linux-foundation.org
2054S: Supported
2055
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01002056HID CORE LAYER
2057P: Jiri Kosina
2058M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002059L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01002060T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01002061S: Maintained
2062
Ingo Molnar38bed542007-02-22 09:09:34 +01002063HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2064P: Thomas Gleixner
2065M: tglx@linutronix.de
2066L: linux-kernel@vger.kernel.org
2067S: Maintained
2068
Linus Torvalds1da177e2005-04-16 15:20:36 -07002069HIGH-SPEED SCC DRIVER FOR AX.25
2070P: Klaus Kudielka
2071M: klaus.kudielka@ieee.org
2072L: linux-hams@vger.kernel.org
2073W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2074S: Maintained
2075
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08002076HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2077P: HighPoint Linux Team
2078M: linux@highpoint-tech.com
2079W: http://www.highpoint-tech.com
2080S: Supported
2081
Linus Torvalds1da177e2005-04-16 15:20:36 -07002082HIPPI
2083P: Jes Sorensen
2084M: jes@trained-monkey.org
2085L: linux-hippi@sunsite.dk
2086S: Maintained
2087
Jouni Malinenff1d2762005-05-12 22:54:16 -04002088HOST AP DRIVER
2089P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07002090M: j@w1.fi
2091L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07002092L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04002093W: http://hostap.epitest.fi/
2094S: Maintained
2095
Carlos Corbachodd8cd772008-02-05 02:17:15 +00002096HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2097P: Carlos Corbacho
2098M: carlos@strangeworlds.co.uk
2099S: Odd Fixes
2100
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002101HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2102P: Jaroslav Kysela
2103M: perex@perex.cz
2104S: Maintained
2105
Clemens Ladischd36e74c2008-07-23 21:26:46 -07002106HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08002107P: Clemens Ladisch
2108M: clemens@ladisch.de
2109S: Maintained
2110
2111HPET: i386
2112P: Venkatesh Pallipadi (Venki)
2113M: venkatesh.pallipadi@intel.com
2114S: Maintained
2115
2116HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02002117P: Vojtech Pavlik
2118M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08002119S: Maintained
2120
2121HPET: ACPI hpet.c
2122P: Bob Picco
2123M: bob.picco@hp.com
2124S: Maintained
2125
Linus Torvalds1da177e2005-04-16 15:20:36 -07002126HPFS FILESYSTEM
2127P: Mikulas Patocka
2128M: mikulas@artax.karlin.mff.cuni.cz
2129W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2130S: Maintained
2131
Denis Joseph Barrow11cd29b2009-01-02 13:50:36 +00002132HSO 3G Modem Driver (hso.c)
2133P: Denis Joseph Barrow
2134M: d.barow@option.com
2135W: http://www.pharscape.org
2136S: Maintained
2137
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002138HTCPEN TOUCHSCREEN DRIVER
2139P: Pau Oliva Fora
2140M: pof@eslack.org
2141L: linux-input@vger.kernel.org
2142S: Maintained
2143
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144HUGETLB FILESYSTEM
2145P: William Irwin
2146M: wli@holomorphy.com
2147S: Maintained
2148
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002149I2C/SMBUS STUB DRIVER
2150P: Mark M. Hoffman
2151M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01002152L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002153S: Maintained
2154
Jean Delvare5b543962005-08-15 19:51:02 +02002155I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002156P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002158P: Ben Dooks (embedded platforms)
2159M: ben-linux@fluff.org
Jean Delvare846557d2008-10-30 15:55:47 +01002160L: linux-i2c@vger.kernel.org
Jean Delvarea01064a2009-01-26 21:19:53 +01002161W: http://i2c.wiki.kernel.org/
2162T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163S: Maintained
2164
Till Harbaume8c76ee2007-05-01 23:26:35 +02002165I2C-TINY-USB DRIVER
2166P: Till Harbaum
2167M: till@harbaum.org
Jean Delvare846557d2008-10-30 15:55:47 +01002168L: linux-i2c@vger.kernel.org
Till Harbaume8c76ee2007-05-01 23:26:35 +02002169T: http://www.harbaum.org/till/i2c_tiny_usb
2170S: Maintained
2171
Linus Torvalds1da177e2005-04-16 15:20:36 -07002172i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002173P: H. Peter Anvin
2174M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002175L: Linux-Kernel@vger.kernel.org
2176S: Maintained
2177
2178i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002179P: H. Peter Anvin
2180M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002181T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002182S: Maintained
2183
Linus Torvalds1da177e2005-04-16 15:20:36 -07002184IA64 (Itanium) PLATFORM
2185P: Tony Luck
2186M: tony.luck@intel.com
2187L: linux-ia64@vger.kernel.org
2188W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002189T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190S: Maintained
2191
Linus Torvalds1da177e2005-04-16 15:20:36 -07002192IBM MCA SCSI SUBSYSTEM DRIVER
2193P: Michael Lang
2194M: langa2@kph.uni-mainz.de
2195W: http://www.uni-mainz.de/~langm000/linux.html
2196S: Maintained
2197
2198IBM Power Linux RAID adapter
2199P: Brian King
2200M: brking@us.ibm.com
2201S: Supported
2202
2203IBM ServeRAID RAID DRIVER
2204P: Jack Hammer
2205P: Dave Jeffery
2206M: ipslinux@adaptec.com
2207W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002208S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002210IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002211P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002212M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002213L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002214T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215S: Maintained
2216
Bartlomiej Zolnierkiewicz0f861e82009-03-31 20:15:31 +02002217IDE/ATAPI DRIVERS
Borislav Petkovc404c192007-12-24 15:23:44 +01002218P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002219M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002220L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002221S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222
Andy Henroid27471fd2008-10-09 11:45:22 -07002223IDLE-I7300
2224P: Andy Henroid
2225M: andrew.d.henroid@intel.com
2226L: linux-pm@lists.linux-foundation.org
2227S: Supported
2228
Stefan Richterf148e202008-01-12 12:32:44 +01002229IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002230P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002231M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002232P: Stefan Richter
2233M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002234L: linux1394-devel@lists.sourceforge.net
2235W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002236T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002237S: Maintained
2238
Stefan Richterf51a5a92007-04-23 14:41:10 -07002239IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002240P: Dan Dennedy
2241M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002242P: Stefan Richter
2243M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002245S: Maintained
2246
Mimi Zoharaa7168f2009-02-04 09:07:03 -05002247INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2248P: Mimi Zohar
2249M: zohar@us.ibm.com
2250S: Supported
2251
Linus Torvalds1da177e2005-04-16 15:20:36 -07002252IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002253L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002254S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002255
2256INFINIBAND SUBSYSTEM
2257P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002258M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002259P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002260M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002261P: Hal Rosenstock
Jean Delvare795fb7e2008-09-20 12:33:08 +02002262M: hal.rosenstock@gmail.com
Randy Dunlap40b0bb12009-02-04 15:12:13 -08002263L: general@lists.openfabrics.org (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002264W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002265T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002266S: Supported
2267
Robert Lovec9f04f52005-07-15 12:21:07 -04002268INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01002269P: John McCutchan
John McCutchan52af8942008-12-17 17:43:02 -08002270M: john@johnmccutchan.com
Cal Peake18b36c712006-12-12 20:18:16 +01002271P: Robert Love
John McCutchan52af8942008-12-17 17:43:02 -08002272M: rlove@rlove.org
Robert Lovec9f04f52005-07-15 12:21:07 -04002273L: linux-kernel@vger.kernel.org
2274S: Maintained
2275
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002276INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2277P: Dmitry Torokhov
2278M: dmitry.torokhov@gmail.com
2279M: dtor@mail.ru
2280L: linux-input@vger.kernel.org
2281T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2282S: Maintained
2283
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002284INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002285P: Sylvain Meyer
2286M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002287L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002288S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002289
Linus Torvalds1da177e2005-04-16 15:20:36 -07002290INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002291P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002292M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002293L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002294S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295
Thomas, Sujithf4a9bc42008-11-05 16:15:31 +05302296INTEL MENLOW THERMAL DRIVER
2297P: Sujith Thomas
2298M: sujith.thomas@intel.com
2299L: linux-acpi@vger.kernel.org
2300W: http://www.lesswatts.org/projects/acpi/
2301S: Supported
2302
Linus Torvalds1da177e2005-04-16 15:20:36 -07002303INTEL IA32 MICROCODE UPDATE SUPPORT
2304P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002305M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002306S: Maintained
2307
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002308INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002309P: Maciej Sosnowski
2310M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002311L: linux-kernel@vger.kernel.org
2312S: Supported
2313
David Woodhouse6c8909b2008-10-18 16:12:17 +01002314INTEL IOMMU (VT-d)
2315P: David Woodhouse
2316M: dwmw2@infradead.org
2317L: iommu@lists.linux-foundation.org
2318T: git://git.infradead.org/iommu-2.6.git
2319S: Supported
2320
Dan Williamsb3e5f262007-08-07 10:26:35 -07002321INTEL IOP-ADMA DMA DRIVER
2322P: Dan Williams
2323M: dan.j.williams@intel.com
2324L: linux-kernel@vger.kernel.org
2325S: Supported
2326
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01002327INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2328P: Krzysztof Halasa
2329M: khc@pm.waw.pl
2330S: Maintained
2331
Michael Buesch844dd052006-06-26 00:24:59 -07002332INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2333P: Deepak Saxena
2334M: dsaxena@plexity.net
2335S: Maintained
2336
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002337INTEL IXP2000 ETHERNET DRIVER
2338P: Lennert Buytenhek
2339M: kernel@wantstofly.org
2340L: netdev@vger.kernel.org
2341S: Maintained
2342
Auke Kokd94e6fe2008-03-03 14:37:47 -08002343INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002344P: Jeff Kirsher
2345M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002346P: Jesse Brandeburg
2347M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002348P: Bruce Allan
2349M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002350P: PJ Waskiewicz
2351M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002352P: John Ronciak
2353M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002354L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002355W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002356S: Supported
2357
James Ketrenos826d2ab2005-11-07 18:56:59 -06002358INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002359P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002360M: yi.zhu@intel.com
2361P: James Ketrenos
2362M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002363P: Reinette Chatre
2364M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002365L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002366L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002367W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002368W: http://ipw2100.sourceforge.net
2369S: Supported
2370
2371INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002372P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002373M: yi.zhu@intel.com
2374P: James Ketrenos
2375M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002376P: Reinette Chatre
2377M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002378L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002379L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002380W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002381W: http://ipw2200.sourceforge.net
2382S: Supported
2383
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08002384INTEL WIRELESS WIMAX CONNECTION 2400
2385P: Inaky Perez-Gonzalez
2386M: inaky.perez-gonzalez@intel.com
2387M: linux-wimax@intel.com
2388L: wimax@linuxwimax.org
2389S: Supported
2390W: http://linuxwimax.org
2391
Zhu Yib481de92007-09-25 17:54:57 -07002392INTEL WIRELESS WIFI LINK (iwlwifi)
2393P: Zhu Yi
2394M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002395P: Reinette Chatre
2396M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002397L: linux-wireless@vger.kernel.org
2398L: ipw3945-devel@lists.sourceforge.net
2399W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002400T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002401S: Supported
2402
Ralf Baechlecb109a02007-08-30 23:56:30 -07002403IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404P: Ralf Baechle
2405M: ralf@linux-mips.org
2406L: linux-mips@linux-mips.org
2407S: Maintained
2408
Ralf Baechlecb109a02007-08-30 23:56:30 -07002409IOC3 SERIAL DRIVER
2410P: Pat Gefre
2411M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002412L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002413S: Maintained
2414
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002415IP MASQUERADING
Linus Torvalds1da177e2005-04-16 15:20:36 -07002416P: Juanjo Ciarlante
2417M: jjciarla@raiz.uncu.edu.ar
2418S: Maintained
2419
Francois Romieu1202d6f2007-09-17 17:13:55 -07002420IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2421P: Francois Romieu
2422M: romieu@fr.zoreil.com
2423P: Sorbica Shieh
2424M: sorbica@icplus.com.tw
2425P: Jesse Huang
2426M: jesse@icplus.com.tw
2427L: netdev@vger.kernel.org
2428S: Maintained
2429
Randy Dunlap4480f15b2008-10-12 16:11:58 -07002430IPATH DRIVER
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002431P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002432M: infinipath@qlogic.com
2433L: general@lists.openfabrics.org
2434T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002435S: Supported
2436
Corey Minyard4409ebe2006-04-20 02:43:12 -07002437IPMI SUBSYSTEM
2438P: Corey Minyard
2439M: minyard@acm.org
2440L: openipmi-developer@lists.sourceforge.net
2441W: http://openipmi.sourceforge.net/
2442S: Supported
2443
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002444IPS SCSI RAID DRIVER
2445P: Adaptec OEM Raid Solutions
2446M: aacraid@adaptec.com
2447L: linux-scsi@vger.kernel.org
2448W: http://www.adaptec.com/
2449S: Maintained
2450
2451IPVS
2452P: Wensong Zhang
2453M: wensong@linux-vs.org
2454P: Simon Horman
2455M: horms@verge.net.au
2456P: Julian Anastasov
2457M: ja@ssi.bg
Ralf Baechle979b6c12005-06-13 14:30:40 -07002458L: netdev@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002459L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002460S: Maintained
2461
Randy Dunlape7839f22008-10-12 16:11:45 -07002462IPWIRELESS DRIVER
David Sterba099dc4f2008-02-07 10:57:12 +01002463P: Jiri Kosina
2464M: jkosina@suse.cz
2465P: David Sterba
2466M: dsterba@suse.cz
2467S: Maintained
2468T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2469
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002470IPX NETWORK LAYER
2471P: Arnaldo Carvalho de Melo
2472M: acme@ghostprotocols.net
2473L: netdev@vger.kernel.org
2474S: Maintained
2475
Linus Torvalds1da177e2005-04-16 15:20:36 -07002476IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002477P: Samuel Ortiz
2478M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002479L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002480W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002481S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002482
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002483ISAPNP
2484P: Jaroslav Kysela
2485M: perex@perex.cz
2486S: Maintained
2487
Mike Christie14816b1e2007-11-28 16:22:06 -08002488ISCSI
2489P: Mike Christie
2490M: michaelc@cs.wisc.edu
2491L: open-iscsi@googlegroups.com
2492W: www.open-iscsi.org
2493T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2494S: Maintained
2495
Linus Torvalds1da177e2005-04-16 15:20:36 -07002496ISDN SUBSYSTEM
2497P: Karsten Keil
Karsten Keilfbfd8b52009-03-01 18:04:53 +01002498M: isdn@linux-pingi.de
Paul Bolled5d52272008-04-15 00:40:48 -07002499L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002500W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002501T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002502S: Maintained
2503
2504ISDN SUBSYSTEM (Eicon active card driver)
2505P: Armin Schindler
2506M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002507L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002508W: http://www.melware.de
2509S: Maintained
2510
Hans Verkuil91821ff2007-12-02 09:35:33 -03002511IVTV VIDEO4LINUX DRIVER
2512P: Hans Verkuil
2513M: hverkuil@xs4all.nl
2514L: ivtv-devel@ivtvdriver.org
2515L: ivtv-users@ivtvdriver.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03002516L: linux-media@vger.kernel.org
2517T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Hans Verkuil91821ff2007-12-02 09:35:33 -03002518W: http://www.ivtvdriver.org
2519S: Maintained
2520
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002521JFS FILESYSTEM
2522P: Dave Kleikamp
2523M: shaggy@austin.ibm.com
2524L: jfs-discussion@lists.sourceforge.net
2525W: http://jfs.sourceforge.net/
2526T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2527S: Supported
2528
Guo-Fu Tseng95252232008-09-16 01:00:11 +08002529JME NETWORK DRIVER
2530P: Guo-Fu Tseng
2531M: cooldavid@cooldavid.org
2532L: netdev@vger.kernel.org
2533S: Maintained
2534
Linus Torvalds1da177e2005-04-16 15:20:36 -07002535JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2536P: David Woodhouse
2537M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002538L: linux-mtd@lists.infradead.org
2539W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540S: Maintained
2541
Josh Triplettde456d32006-07-30 03:04:00 -07002542JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002543P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002544M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002545L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002546S: Maintained
2547
Rudolf Marek4660cb32006-10-08 22:01:26 +02002548K8TEMP HARDWARE MONITORING DRIVER
2549P: Rudolf Marek
2550M: r.marek@assembler.cz
2551L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002552S: Maintained
2553
2554KCONFIG
2555P: Roman Zippel
2556M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002557L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002558S: Maintained
2559
Vivek Goyalea6c2082006-05-20 14:59:55 -07002560KDUMP
2561P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002562M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002563P: Haren Myneni
2564M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002565L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002566L: linux-kernel@vger.kernel.org
2567W: http://lse.sourceforge.net/kdump/
2568S: Maintained
2569
Linus Torvalds1da177e2005-04-16 15:20:36 -07002570KERNEL AUTOMOUNTER (AUTOFS)
2571P: H. Peter Anvin
2572M: hpa@zytor.com
2573L: autofs@linux.kernel.org
2574S: Odd Fixes
2575
2576KERNEL AUTOMOUNTER v4 (AUTOFS4)
2577P: Ian Kent
2578M: raven@themaw.net
2579L: autofs@linux.kernel.org
2580S: Maintained
2581
2582KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002583P: Sam Ravnborg
2584M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002585T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2586T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002587L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002588S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002589
2590KERNEL JANITORS
2591P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002592L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002593W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002594S: Maintained
2595
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002596KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002597P: J. Bruce Fields
2598M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002600M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002601L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002602W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002603S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002604
Avi Kivity426d62e2006-12-13 00:34:03 -08002605KERNEL VIRTUAL MACHINE (KVM)
2606P: Avi Kivity
Avi Kivity9ea1de42008-09-19 19:25:30 -07002607M: avi@redhat.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002608L: kvm@vger.kernel.org
2609W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002610S: Supported
2611
Joerg Roedelad8003d2008-09-10 20:01:07 +02002612KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2613P: Joerg Roedel
2614M: joerg.roedel@amd.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002615L: kvm@vger.kernel.org
2616W: http://kvm.qumranet.com
2617S: Supported
2618
Hollis Blanchard513014b2008-04-16 23:28:08 -05002619KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2620P: Hollis Blanchard
2621M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002622L: kvm-ppc@vger.kernel.org
2623W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002624S: Supported
2625
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002626KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002627P: Xiantao Zhang
2628M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002629L: kvm-ia64@vger.kernel.org
2630W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002631S: Supported
2632
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002633KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2634P: Carsten Otte
2635M: cotte@de.ibm.com
2636P: Christian Borntraeger
2637M: borntraeger@de.ibm.com
2638M: linux390@de.ibm.com
2639L: linux-s390@vger.kernel.org
2640W: http://www.ibm.com/developerworks/linux/linux390/
2641S: Supported
2642
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002643KEXEC
2644P: Eric Biederman
2645M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002646W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002647L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002648L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002649S: Maintained
2650
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002651KGDB
2652P: Jason Wessel
2653M: jason.wessel@windriver.com
2654L: kgdb-bugreport@lists.sourceforge.net
2655S: Maintained
2656
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002657KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002658P: Ananth N Mavinakayanahalli
2659M: ananth@in.ibm.com
2660P: Anil S Keshavamurthy
2661M: anil.s.keshavamurthy@intel.com
2662P: David S. Miller
2663M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002664P: Masami Hiramatsu
2665M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002666L: linux-kernel@vger.kernel.org
2667S: Maintained
2668
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002669KS0108 LCD CONTROLLER DRIVER
2670P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002671M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002672L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002673W: http://miguelojeda.es/auxdisplay.htm
2674W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002675S: Maintained
2676
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002678L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002679S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002680
2681LASI 53c700 driver for PARISC
2682P: James E.J. Bottomley
2683M: James.Bottomley@HansenPartnership.com
2684L: linux-scsi@vger.kernel.org
2685S: Maintained
2686
Richard Purdie263de9b2006-05-15 09:44:16 -07002687LED SUBSYSTEM
2688P: Richard Purdie
2689M: rpurdie@rpsys.net
2690S: Maintained
2691
Linus Torvalds1da177e2005-04-16 15:20:36 -07002692LEGO USB Tower driver
2693P: Juergen Stuber
2694M: starblue@users.sourceforge.net
2695L: legousb-devel@lists.sourceforge.net
2696W: http://legousb.sourceforge.net/
2697S: Maintained
2698
Rusty Russell568a17f2007-10-25 14:12:24 +10002699LGUEST
2700P: Rusty Russell
2701M: rusty@rustcorp.com.au
2702L: lguest@ozlabs.org
2703W: http://lguest.ozlabs.org/
2704S: Maintained
2705
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706LINUX FOR IBM pSERIES (RS/6000)
2707P: Paul Mackerras
2708M: paulus@au.ibm.com
2709W: http://www.ibm.com/linux/ltc/projects/ppc
2710S: Supported
2711
2712LINUX FOR NCR VOYAGER
2713P: James Bottomley
2714M: James.Bottomley@HansenPartnership.com
2715W: http://www.hansenpartnership.com/voyager
2716S: Maintained
2717
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002718LINUX FOR POWERPC (32-BIT AND 64-BIT)
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002719P: Benjamin Herrenschmidt
2720M: benh@kernel.crashing.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002721P: Paul Mackerras
2722M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002723W: http://www.penguinppc.org/
2724L: linuxppc-dev@ozlabs.org
Paul Mackerras92cde4d2009-01-02 15:40:55 +11002725T: git kernel.org:/pub/scm/linux/kernel/git/benh/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002726S: Supported
2727
2728LINUX FOR POWER MACINTOSH
2729P: Benjamin Herrenschmidt
2730M: benh@kernel.crashing.org
2731W: http://www.penguinppc.org/
2732L: linuxppc-dev@ozlabs.org
2733S: Maintained
2734
Grant Likely77a76362008-07-12 12:11:43 -06002735LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002736P: Sylvain Munaut
2737M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002738P: Grant Likely
2739M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002740L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002741S: Maintained
2742
2743LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002744P: Josh Boyer
2745M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002746P: Matt Porter
2747M: mporter@kernel.crashing.org
2748W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002749L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002750T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002751S: Maintained
2752
Grant Likely260c02a2007-10-02 12:15:34 +10002753LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2754P: Grant Likely
2755M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002756W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002757L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002758S: Maintained
2759
Tom Rinie93adf12005-07-26 12:49:53 -07002760LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002761P: Vitaly Bordug
2762M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002763P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002764M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002765W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002766L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002767S: Maintained
2768
Linus Torvalds1da177e2005-04-16 15:20:36 -07002769LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002770P: Kumar Gala
2771M: galak@kernel.crashing.org
2772W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002773L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002774S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002775
Olof Johanssonab06ff32006-09-06 14:44:54 -05002776LINUX FOR POWERPC PA SEMI PWRFICIENT
2777P: Olof Johansson
2778M: olof@lixom.net
2779W: http://www.pasemi.com/
2780L: linuxppc-dev@ozlabs.org
2781S: Supported
2782
Linus Torvalds1da177e2005-04-16 15:20:36 -07002783LINUX SECURITY MODULE (LSM) FRAMEWORK
2784P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002785M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002786L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002787T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002788S: Supported
2789
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002790LLC (802.2)
2791P: Arnaldo Carvalho de Melo
2792M: acme@ghostprotocols.net
2793S: Maintained
2794
Pavel Machek455fbdd2008-11-12 13:27:02 -08002795LIS3LV02D ACCELEROMETER DRIVER
2796P: Eric Piel
2797M: eric.piel@tremplin-utc.net
2798S: Maintained
2799
Linus Torvalds1da177e2005-04-16 15:20:36 -07002800LM83 HARDWARE MONITOR DRIVER
2801P: Jean Delvare
2802M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002803L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002804S: Maintained
2805
2806LM90 HARDWARE MONITOR DRIVER
2807P: Jean Delvare
2808M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002809L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002810S: Maintained
2811
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002812LOCKDEP AND LOCKSTAT
2813P: Peter Zijlstra
2814M: peterz@infradead.org
2815P: Ingo Molnar
2816M: mingo@redhat.com
2817L: linux-kernel@vger.kernel.org
2818T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2819S: Maintained
2820
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002821LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002822P: Richard Russon (FlatCap)
2823M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002824L: linux-ntfs-dev@lists.sourceforge.net
2825W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002826S: Maintained
2827
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002828LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2829P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002830M: Eric.Moore@lsi.com
2831M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002832L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002833L: linux-scsi@vger.kernel.org
2834W: http://www.lsilogic.com/support
2835S: Supported
2836
Linus Torvalds1da177e2005-04-16 15:20:36 -07002837LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2838P: Matthew Wilcox
2839M: matthew@wil.cx
2840L: linux-scsi@vger.kernel.org
2841S: Maintained
2842
Mike Frysinger81365c32008-10-29 14:01:12 -07002843LTP (Linux Test Project)
2844P: Subrata Modak
2845M: subrata@linux.vnet.ibm.com
2846P: Mike Frysinger
2847M: vapier@gentoo.org
2848L: ltp-list@lists.sourceforge.net (subscribers-only)
2849W: http://ltp.sourceforge.net/
2850T: git kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
2851S: Maintained
2852
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002853M32R ARCHITECTURE
2854P: Hirokazu Takata
2855M: takata@linux-m32r.org
2856L: linux-m32r@ml.linux-m32r.org
2857L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2858W: http://www.linux-m32r.org/
2859S: Maintained
2860
Linus Torvalds1da177e2005-04-16 15:20:36 -07002861M68K ARCHITECTURE
2862P: Geert Uytterhoeven
2863M: geert@linux-m68k.org
2864P: Roman Zippel
2865M: zippel@linux-m68k.org
2866L: linux-m68k@lists.linux-m68k.org
2867W: http://www.linux-m68k.org/
Geert Uytterhoeven0e750aa2008-11-24 21:37:09 +01002868T: git git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002869S: Maintained
2870
2871M68K ON APPLE MACINTOSH
2872P: Joshua Thompson
2873M: funaho@jurai.org
2874W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002875L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002876S: Maintained
2877
2878M68K ON HP9000/300
2879P: Philip Blundell
2880M: philb@gnu.org
2881W: http://www.tazenda.demon.co.uk/phil/linux-hp
2882S: Maintained
2883
Jiri Benc64a327a2007-05-05 11:47:08 -07002884MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002885P: Johannes Berg
2886M: johannes@sipsolutions.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002887L: linux-wireless@vger.kernel.org
2888W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002889T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002890S: Maintained
2891
Stefano Brivio1036d862007-12-23 04:46:27 +01002892MAC80211 PID RATE CONTROL
2893P: Stefano Brivio
2894M: stefano.brivio@polimi.it
2895P: Mattias Nissler
2896M: mattias.nissler@gmx.de
2897L: linux-wireless@vger.kernel.org
2898W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2899T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2900S: Maintained
2901
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002902MACVLAN DRIVER
2903P: Patrick McHardy
2904M: kaber@trash.net
2905L: netdev@vger.kernel.org
2906S: Maintained
2907
Michael Kerriskfaf16682005-07-31 22:34:47 -07002908MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002909P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002910M: mtk.manpages@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02002911W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07002912L: linux-man@vger.kernel.org
Michael Kerrisk1b53dc72009-03-12 14:31:32 -07002913S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002914
Stefano Brivio74cda162007-11-19 20:27:46 +01002915MARVELL LIBERTAS WIRELESS DRIVER
2916P: Dan Williams
2917M: dcbw@redhat.com
2918L: libertas-dev@lists.infradead.org
2919S: Maintained
2920
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002921MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002922P: Lennert Buytenhek
2923M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002924L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002925S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002926
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002927MARVELL YUKON / SYSKONNECT DRIVER
2928P: Mirko Lindner
2929M: mlindner@syskonnect.de
2930P: Ralph Roesler
2931M: rroesler@syskonnect.de
2932W: http://www.syskonnect.com
2933S: Supported
2934
Linus Torvalds1da177e2005-04-16 15:20:36 -07002935MATROX FRAMEBUFFER DRIVER
2936P: Petr Vandrovec
2937M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002938L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002939S: Maintained
2940
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002941MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2942P: Hans J. Koch
2943M: hjk@linutronix.de
2944L: lm-sensors@lm-sensors.org
2945S: Maintained
2946
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002947MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002948P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002949M: megaraidlinux@lsi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002950L: linux-scsi@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002951W: http://megaraid.lsilogic.com
2952S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002953
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002954MEMORY MANAGEMENT
2955L: linux-mm@kvack.org
2956L: linux-kernel@vger.kernel.org
2957W: http://www.linux-mm.org
2958S: Maintained
2959
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002960MEMORY RESOURCE CONTROLLER
2961P: Balbir Singh
2962M: balbir@linux.vnet.ibm.com
2963P: Pavel Emelyanov
2964M: xemul@openvz.org
2965P: KAMEZAWA Hiroyuki
2966M: kamezawa.hiroyu@jp.fujitsu.com
2967L: linux-mm@kvack.org
2968L: linux-kernel@vger.kernel.org
2969S: Maintained
2970
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002971MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002972P: David Woodhouse
2973M: dwmw2@infradead.org
2974W: http://www.linux-mtd.infradead.org/
2975L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002976T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002977S: Maintained
2978
2979MICROTEK X6 SCANNER
2980P: Oliver Neukum
2981M: oliver@neukum.name
2982S: Maintained
2983
2984MIPS
2985P: Ralf Baechle
2986M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002987W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002988L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002989T: git www.linux-mips.org:/pub/scm/linux.git
2990S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002991
2992MISCELLANEOUS MCA-SUPPORT
2993P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002994M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002995L: linux-kernel@vger.kernel.org
2996S: Maintained
2997
2998MODULE SUPPORT
2999P: Rusty Russell
3000M: rusty@rustcorp.com.au
3001L: linux-kernel@vger.kernel.org
3002S: Maintained
3003
3004MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3005P: Stelian Pop
3006M: stelian@popies.net
3007W: http://popies.net/meye/
3008S: Maintained
3009
Pavel Pisac58ff042007-05-16 01:10:41 +02003010MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3011P: Pavel Pisa
3012M: ppisa@pikron.com
3013L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02003014S: Maintained
3015
Linus Torvalds1da177e2005-04-16 15:20:36 -07003016MOUSE AND MISC DEVICES [GENERAL]
3017P: Alessandro Rubini
3018M: rubini@ipvvis.unipv.it
3019L: linux-kernel@vger.kernel.org
3020S: Maintained
3021
Jiri Slabyb9705b62008-04-30 00:53:48 -07003022MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08003023P: Jiri Slaby
3024M: jirislaby@gmail.com
3025L: linux-kernel@vger.kernel.org
3026S: Maintained
3027
Lennart Poettering8c4c7312006-10-06 01:27:02 -04003028MSI LAPTOP SUPPORT
3029P: Lennart Poettering
3030M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08003031W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04003032W: http://0pointer.de/lennart/tchibo.html
3033S: Maintained
3034
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07003035MULTIFUNCTION DEVICES (MFD)
3036P: Samuel Ortiz
Samuel Ortiz895d9f02009-03-23 00:46:18 +01003037M: sameo@linux.intel.com
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07003038L: linux-kernel@vger.kernel.org
Samuel Ortiz895d9f02009-03-23 00:46:18 +01003039T: git kernel.org:/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07003040S: Supported
3041
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02003042MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07003043P: Pierre Ossman
3044M: drzeus-mmc@drzeus.cx
3045L: linux-kernel@vger.kernel.org
3046S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01003047
David Brownell15a05802007-08-08 09:12:54 -07003048MULTIMEDIA CARD (MMC) ETC. OVER SPI
3049P: David Brownell
3050M: dbrownell@users.sourceforge.net
3051L: linux-kernel@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02003052S: Odd Fixes
David Brownell15a05802007-08-08 09:12:54 -07003053
Linus Torvalds1da177e2005-04-16 15:20:36 -07003054MULTISOUND SOUND DRIVER
3055P: Andrew Veliath
3056M: andrewtv@usa.net
3057S: Maintained
3058
Jiri Slabyd7354102006-12-08 02:38:35 -08003059MULTITECH MULTIPORT CARD (ISICOM)
3060P: Jiri Slaby
3061M: jirislaby@gmail.com
3062L: linux-kernel@vger.kernel.org
3063S: Maintained
3064
Felipe Balbi550a7372008-07-24 12:27:36 +03003065MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003066P: Felipe Balbi
3067M: felipe.balbi@nokia.com
3068L: linux-usb@vger.kernel.org
Felipe Balbib6a49b82008-11-24 13:06:51 +02003069T: git gitorious.org:/musb/mainline.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02003070S: Maintained
Felipe Balbi550a7372008-07-24 12:27:36 +03003071
Brice Goglin2d3cf582008-05-17 12:45:36 +02003072MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3073P: Andrew Gallatin
3074M: gallatin@myri.com
3075P: Brice Goglin
3076M: brice@myri.com
3077L: netdev@vger.kernel.org
3078W: http://www.myri.com/scs/download-Myri10GE.html
3079S: Supported
3080
Linus Torvalds1da177e2005-04-16 15:20:36 -07003081NATSEMI ETHERNET DRIVER (DP8381x)
Jean Delvare795fb7e2008-09-20 12:33:08 +02003082P: Tim Hockin
Linus Torvalds1da177e2005-04-16 15:20:36 -07003083M: thockin@hockin.org
3084S: Maintained
3085
3086NCP FILESYSTEM
3087P: Petr Vandrovec
3088M: vandrove@vc.cvut.cz
3089L: linware@sh.cvut.cz
3090S: Maintained
3091
3092NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3093P: James E.J. Bottomley
3094M: James.Bottomley@HansenPartnership.com
3095L: linux-scsi@vger.kernel.org
3096S: Maintained
3097
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003098NETEFFECT IWARP RNIC DRIVER (IW_NES)
3099P: Faisal Latif
Roland Dreier7b49d952008-10-16 15:39:14 -07003100M: faisal.latif@intel.com
Chien Tung5f625602008-05-26 15:23:32 -07003101P: Chien Tung
Roland Dreier7b49d952008-10-16 15:39:14 -07003102M: chien.tin.tung@intel.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08003103L: general@lists.openfabrics.org
3104W: http://www.neteffect.com
3105S: Supported
3106F: drivers/infiniband/hw/nes/
3107
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003108NETEM NETWORK EMULATOR
3109P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003110M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07003111L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07003112S: Maintained
3113
Ramkrishna Vepab136d1c2009-04-01 18:14:25 +00003114NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
Jiri Slaby4a584482007-08-30 23:56:39 -07003115P: Ramkrishna Vepa
3116M: ram.vepa@neterion.com
3117P: Rastapur Santosh
3118M: santosh.rastapur@neterion.com
3119P: Sivakumar Subramani
3120M: sivakumar.subramani@neterion.com
3121P: Sreenivasa Honnur
3122M: sreenivasa.honnur@neterion.com
Ramkrishna Vepab136d1c2009-04-01 18:14:25 +00003123P: Anil Murthy
3124M: anil.murthy@neterion.com
Jiri Slaby4a584482007-08-30 23:56:39 -07003125L: netdev@vger.kernel.org
Ramkrishna Vepab136d1c2009-04-01 18:14:25 +00003126W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3127W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
Jiri Slaby4a584482007-08-30 23:56:39 -07003128S: Supported
3129
Linus Torvalds1da177e2005-04-16 15:20:36 -07003130NETFILTER/IPTABLES/IPCHAINS
3131P: Rusty Russell
3132P: Marc Boucher
3133P: James Morris
3134P: Harald Welte
3135P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07003136P: Patrick McHardy
3137M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07003138L: netfilter-devel@vger.kernel.org
3139L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07003140L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003141W: http://www.netfilter.org/
3142W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003143S: Supported
3144
Paul Moore4cc67732006-09-25 15:57:13 -07003145NETLABEL
3146P: Paul Moore
3147M: paul.moore@hp.com
3148W: http://netlabel.sf.net
3149L: netdev@vger.kernel.org
3150S: Supported
3151
Linus Torvalds1da177e2005-04-16 15:20:36 -07003152NETROM NETWORK LAYER
3153P: Ralf Baechle
3154M: ralf@linux-mips.org
3155L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003156W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157S: Maintained
3158
Pavel Machek5ddb88c2006-09-29 02:01:29 -07003159NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003160P: Paul Clements
3161M: Paul.Clements@steeleye.com
3162S: Maintained
3163
3164NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003165P: Jeff Garzik
3166M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003167L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003168T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003169S: Maintained
3170
3171NETWORKING [GENERAL]
3172P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003173M: netdev@vger.kernel.org
3174L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003175W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003176S: Maintained
3177
3178NETWORKING [IPv4/IPv6]
3179P: David S. Miller
3180M: davem@davemloft.net
3181P: Alexey Kuznetsov
3182M: kuznet@ms2.inr.ac.ru
3183P: Pekka Savola (ipv6)
3184M: pekkas@netcore.fi
3185P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003186M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003187P: Hideaki YOSHIFUJI
3188M: yoshfuji@linux-ipv6.org
3189P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003190M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003191L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003192T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003193S: Maintained
3194
James Morris10e2ff12007-08-25 14:41:28 -07003195NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3196P: Paul Moore
3197M: paul.moore@hp.com
3198L: netdev@vger.kernel.org
3199S: Maintained
3200
John W. Linville29f8f632006-01-18 14:52:48 -08003201NETWORKING [WIRELESS]
3202P: John W. Linville
3203M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003204L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003205T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3206S: Maintained
3207
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003208NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003209P: Dhananjay Phadke
3210M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003211L: netdev@vger.kernel.org
3212W: http://www.netxen.com
3213S: Supported
3214
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003215NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003216P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003217M: Trond.Myklebust@netapp.com
3218L: linux-nfs@vger.kernel.org
3219W: http://client.linux-nfs.org
3220T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003221S: Maintained
3222
3223NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003224P: Jan-Pascal van Best
3225M: janpascal@vanbest.org
3226P: Andreas Mohr
3227M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003228L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003229S: Maintained
3230
3231NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3232P: YOKOTA Hiroshi
3233M: yokota@netlab.is.tsukuba.ac.jp
3234W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3235S: Maintained
3236
3237NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3238P: GOTO Masanori
3239M: gotom@debian.or.jp
3240P: YOKOTA Hiroshi
3241M: yokota@netlab.is.tsukuba.ac.jp
3242W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3243S: Maintained
3244
Linus Torvalds1da177e2005-04-16 15:20:36 -07003245NTFS FILESYSTEM
3246P: Anton Altaparmakov
3247M: aia21@cantab.net
3248L: linux-ntfs-dev@lists.sourceforge.net
3249L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003250W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003251T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003252S: Maintained
3253
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003254NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003255P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003256M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003257L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003258S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003259
Bob Copeland0ad122d2008-07-25 19:45:18 -07003260OMFS FILESYSTEM
3261P: Bob Copeland
3262M: me@bobcopeland.com
3263L: linux-karma-devel@lists.sourceforge.net
3264S: Maintained
3265
Harald Weltec1986ee2005-11-13 16:06:29 -08003266OMNIKEY CARDMAN 4000 DRIVER
3267P: Harald Welte
3268M: laforge@gnumonks.org
3269S: Maintained
3270
Harald Welte77c44ab2005-11-13 16:06:26 -08003271OMNIKEY CARDMAN 4040 DRIVER
3272P: Harald Welte
3273M: laforge@gnumonks.org
3274S: Maintained
3275
Jonathan Corbet77d51402007-03-22 19:44:17 -03003276OMNIVISION OV7670 SENSOR DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003277P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03003278M: corbet@lwn.net
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003279L: linux-media@vger.kernel.org
3280T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03003281S: Maintained
3282
Thomas Gleixner431bca72007-05-02 09:31:35 +02003283ONENAND FLASH DRIVER
3284P: Kyungmin Park
3285M: kyungmin.park@samsung.com
3286L: linux-mtd@lists.infradead.org
3287S: Maintained
3288
Linus Torvalds1da177e2005-04-16 15:20:36 -07003289ONSTREAM SCSI TAPE DRIVER
3290P: Willem Riede
3291M: osst@riede.org
3292L: osst-users@lists.sourceforge.net
3293L: linux-scsi@vger.kernel.org
3294S: Maintained
3295
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003296OPENCORES I2C BUS DRIVER
3297P: Peter Korsgaard
3298M: jacmet@sunsite.dk
Jean Delvare846557d2008-10-30 15:55:47 +01003299L: linux-i2c@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003300S: Maintained
3301
Linus Torvalds1da177e2005-04-16 15:20:36 -07003302OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003303P: Robert Richter
3304M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003305L: oprofile-list@lists.sf.net
3306S: Maintained
3307
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003308ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3309P: Mark Fasheh
3310M: mfasheh@suse.com
3311P: Joel Becker
3312M: joel.becker@oracle.com
3313L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3314W: http://oss.oracle.com/projects/ocfs2/
3315T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3316S: Supported
3317
Linus Torvalds1da177e2005-04-16 15:20:36 -07003318ORINOCO DRIVER
3319P: Pavel Roskin
3320M: proski@gnu.org
3321P: David Gibson
3322M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003323L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003324L: orinoco-users@lists.sourceforge.net
3325L: orinoco-devel@lists.sourceforge.net
3326W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003327S: Maintained
3328
Boaz Harrosh68274792009-01-25 17:24:14 +02003329OSD LIBRARY
3330P: Boaz Harrosh
3331M: bharrosh@panasas.com
3332P: Benny Halevy
3333M: bhalevy@panasas.com
3334L: osd-dev@open-osd.org
3335W: http://open-osd.org
3336T: git://git.open-osd.org/open-osd.git
3337S: Maintained
3338
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003339P54 WIRELESS DRIVER
3340P: Michael Wu
3341M: flamingice@sourmilk.net
3342L: linux-wireless@vger.kernel.org
3343W: http://prism54.org
3344T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3345S: Maintained
3346
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003347PA SEMI ETHERNET DRIVER
3348P: Olof Johansson
3349M: olof@lixom.net
3350L: netdev@vger.kernel.org
3351S: Maintained
3352
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003353PA SEMI SMBUS DRIVER
3354P: Olof Johansson
3355M: olof@lixom.net
Jean Delvare846557d2008-10-30 15:55:47 +01003356L: linux-i2c@vger.kernel.org
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003357S: Maintained
3358
Harald Welte709ee532008-09-23 17:46:57 +02003359PANASONIC LAPTOP ACPI EXTRAS DRIVER
3360P: Harald Welte
3361M: laforge@gnumonks.org
3362S: Maintained
3363
David Howells4fa97182008-10-13 10:42:44 +01003364PANASONIC MN10300/AM33 PORT
3365P: David Howells
3366M: dhowells@redhat.com
3367P: Koichi Yasutake
3368M: yasutake.koichi@jp.panasonic.com
3369L: linux-am33-list@redhat.com (moderated for non-subscribers)
3370W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3371S: Maintained
3372
Linus Torvalds1da177e2005-04-16 15:20:36 -07003373PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003374L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003375S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003376
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003377PARAVIRT_OPS INTERFACE
3378P: Jeremy Fitzhardinge
3379M: jeremy@xensource.com
3380P: Chris Wright
3381M: chrisw@sous-sol.org
Zachary Amsden8cbb5bc2009-02-20 11:27:46 -08003382P: Alok Kataria
3383M: akataria@vmware.com
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003384P: Rusty Russell
3385M: rusty@rustcorp.com.au
3386L: virtualization@lists.osdl.org
3387L: linux-kernel@vger.kernel.org
3388S: Supported
3389
Linus Torvalds1da177e2005-04-16 15:20:36 -07003390PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3391P: Tim Waugh
3392M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003393L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003394W: http://www.torque.net/linux-pp.html
3395S: Maintained
3396
3397PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003398P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003399M: kyle@mcmartin.ca
Grant Grundler763461192008-12-01 00:21:35 -07003400P: Helge Deller
3401M: deller@gmx.de
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003402L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003403W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003404T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003405S: Maintained
3406
Jim Cromie1662d322006-10-06 00:43:59 -07003407PC87360 HARDWARE MONITORING DRIVER
3408P: Jim Cromie
3409M: jim.cromie@gmail.com
3410L: lm-sensors@lm-sensors.org
3411S: Maintained
3412
3413PC8736x GPIO DRIVER
3414P: Jim Cromie
3415M: jim.cromie@gmail.com
3416S: Maintained
3417
Riku Voipiob26e0ed2009-03-03 21:37:17 +02003418PCA9532 LED DRIVER
3419P: Riku Voipio
3420M: riku.voipio@iki.fi
3421S: Maintained
3422
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003423PCI ERROR RECOVERY
3424P: Linas Vepstas
3425M: linas@austin.ibm.com
3426L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003427L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003428S: Supported
3429
Linus Torvalds1da177e2005-04-16 15:20:36 -07003430PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003431P: Jesse Barnes
3432M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003433L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003434L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003435T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003436S: Supported
3437
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003438PCIE HOTPLUG DRIVER
3439P: Kristen Carlson Accardi
3440M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003441L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003442S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003443
Linus Torvalds1da177e2005-04-16 15:20:36 -07003444PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003445P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003446L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003447W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003448T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003449S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003450
3451PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003452P: Don Fry
3453M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003454L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003455S: Maintained
3456
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003457PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003458P: Balbir Singh
3459M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003460L: linux-kernel@vger.kernel.org
3461S: Maintained
3462
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003463PERSONALITY HANDLING
3464P: Christoph Hellwig
3465M: hch@infradead.org
3466L: linux-abi-devel@lists.sourceforge.net
3467S: Maintained
3468
Linus Torvalds1da177e2005-04-16 15:20:36 -07003469PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003470P: Joern Engel
3471M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003472L: linux-mtd@lists.infradead.org
3473S: Maintained
3474
Peter Osterlund249a6772005-09-27 21:45:30 -07003475PKTCDVD DRIVER
3476P: Peter Osterlund
3477M: petero2@telia.com
3478L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003479S: Maintained
3480
Linus Torvalds1da177e2005-04-16 15:20:36 -07003481POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003482P: Thomas Gleixner
3483M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003484L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003485S: Supported
3486
Anton Vorontsov3be86142007-07-15 04:43:36 +04003487POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3488P: Anton Vorontsov
3489M: cbou@mail.ru
3490P: David Woodhouse
3491M: dwmw2@infradead.org
3492L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003493T: git git.infradead.org/battery-2.6.git
3494S: Maintained
3495
Linus Torvalds1da177e2005-04-16 15:20:36 -07003496PNP SUPPORT
3497P: Adam Belay
Bjorn Helgaas2d59f6a2008-08-01 10:01:12 -06003498M: abelay@mit.edu
3499P: Bjorn Helgaas
3500M: bjorn.helgaas@hp.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003501S: Maintained
3502
Vitaly Wool999445d2007-01-04 13:07:03 +01003503PNXxxxx I2C DRIVER
3504P: Vitaly Wool
3505M: vitalywool@gmail.com
Jean Delvare846557d2008-10-30 15:55:47 +01003506L: linux-i2c@vger.kernel.org
Vitaly Wool999445d2007-01-04 13:07:03 +01003507S: Maintained
3508
Linus Torvalds1da177e2005-04-16 15:20:36 -07003509PPP PROTOCOL DRIVERS AND COMPRESSORS
3510P: Paul Mackerras
3511M: paulus@samba.org
3512L: linux-ppp@vger.kernel.org
3513S: Maintained
3514
3515PPP OVER ATM (RFC 2364)
3516P: Mitchell Blank Jr
3517M: mitch@sfgoth.com
3518S: Maintained
3519
3520PPP OVER ETHERNET
3521P: Michal Ostrowski
Chris Wright5e70b7f32008-06-09 16:07:28 -07003522M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003523S: Maintained
3524
James Chapmana6d23702007-06-27 15:53:17 -07003525PPP OVER L2TP
3526P: James Chapman
3527M: jchapman@katalix.com
3528S: Maintained
3529
Linus Torvalds1da177e2005-04-16 15:20:36 -07003530PREEMPTIBLE KERNEL
3531P: Robert Love
3532M: rml@tech9.net
3533L: linux-kernel@vger.kernel.org
3534L: kpreempt-tech@lists.sourceforge.net
3535W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3536S: Supported
3537
3538PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003539P: Luis R. Rodriguez
3540M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003541L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003542W: http://prism54.org
3543S: Maintained
3544
3545PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3546P: Peter Denison
3547M: promise@pnd-pc.demon.co.uk
3548W: http://www.pnd-pc.demon.co.uk/promise/
3549S: Maintained
3550
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003551PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3552P: Mikael Pettersson
3553M: mikpe@it.uu.se
3554L: linux-ide@vger.kernel.org
3555S: Maintained
3556
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003557PS3 NETWORK SUPPORT
3558P: Masakazu Mokuno
3559M: mokuno@sm.sony.co.jp
3560L: netdev@vger.kernel.org
3561L: cbe-oss-dev@ozlabs.org
3562S: Supported
3563
Geoff Levandf58a9d12006-11-23 00:46:51 +01003564PS3 PLATFORM SUPPORT
3565P: Geoff Levand
3566M: geoffrey.levand@am.sony.com
3567L: linuxppc-dev@ozlabs.org
3568L: cbe-oss-dev@ozlabs.org
3569S: Supported
3570
Jim Pariscffb4add2009-01-06 11:32:10 +00003571PS3VRAM DRIVER
3572P: Jim Paris
3573M: jim@jtan.com
3574L: cbe-oss-dev@ozlabs.org
3575S: Maintained
3576
Michael Krufky83202042006-07-03 00:24:18 -07003577PVRUSB2 VIDEO4LINUX DRIVER
3578P: Mike Isely
3579M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003580L: pvrusb2@isely.net (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003581L: linux-media@vger.kernel.org
Michael Krufky83202042006-07-03 00:24:18 -07003582W: http://www.isely.net/pvrusb2/
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003583T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Michael Krufky83202042006-07-03 00:24:18 -07003584S: Maintained
3585
Eric Miao30ec2612008-06-12 15:21:41 -07003586PXA2xx/PXA3xx SUPPORT
3587P: Eric Miao
3588M: eric.miao@marvell.com
3589P: Russell King
3590M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003591L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003592S: Maintained
3593
Eric Miaoa6bb4ba2009-02-19 21:13:21 +08003594PXA168 SUPPORT
3595P: Eric Miao
3596M: eric.miao@marvell.com
3597P: Jason Chagas
3598M: jason.chagas@marvell.com
3599L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3600T: git kernel.org:/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
3601S: Supported
3602
Eric Miao5fa82eb2009-03-20 12:52:24 +08003603PXA910 SUPPORT
3604P: Eric Miao
3605M: eric.miao@marvell.com
3606L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3607T: git kernel.org:/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
3608S: Supported
3609
Pierre Ossman272f1332007-05-14 21:25:26 +02003610PXA MMCI DRIVER
3611S: Orphan
3612
Robert Jarzmik57f63bc2009-02-11 13:04:19 -08003613PXA RTC DRIVER
3614P: Robert Jarzmik
3615M: robert.jarzmik@free.fr
3616L: rtc-linux@googlegroups.com
3617S: Maintained
3618
Linus Torvalds1da177e2005-04-16 15:20:36 -07003619QLOGIC QLA2XXX FC-SCSI DRIVER
3620P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003621M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003622L: linux-scsi@vger.kernel.org
3623S: Supported
3624
Ron Mercer5a4faa872006-07-25 00:40:21 -07003625QLOGIC QLA3XXX NETWORK DRIVER
3626P: Ron Mercer
3627M: linux-driver@qlogic.com
3628L: netdev@vger.kernel.org
3629S: Supported
3630
Ron Mercerc4e84bd2008-09-18 11:56:28 -04003631QLOGIC QLGE 10Gb ETHERNET DRIVER
3632P: Ron Mercer
3633M: linux-driver@qlogic.com
3634M: ron.mercer@qlogic.com
3635L: netdev@vger.kernel.org
3636S: Supported
3637
Linus Torvalds1da177e2005-04-16 15:20:36 -07003638QNX4 FILESYSTEM
3639P: Anders Larsen
3640M: al@alarsen.net
3641L: linux-kernel@vger.kernel.org
3642W: http://www.alarsen.net/linux/qnx4fs/
3643S: Maintained
3644
3645RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003646P: Benjamin Herrenschmidt
3647M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003648L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003649S: Maintained
3650
3651RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003652P: Paul Mackerras
3653M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003654L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003655S: Maintained
3656
Randy Dunlape7839f22008-10-12 16:11:45 -07003657RALINK RT2X00 WIRELESS LAN DRIVER
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003658P: rt2x00 project
3659L: linux-wireless@vger.kernel.org
Ivo van Doorn6d5eaaf2009-03-17 11:29:19 +01003660L: users@rt2x00.serialmonkey.com
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003661W: http://rt2x00.serialmonkey.com/
3662S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003663T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003664F: drivers/net/wireless/rt2x00/
3665
Nick Piggin9db55792008-02-08 04:19:49 -08003666RAMDISK RAM BLOCK DEVICE DRIVER
3667P: Nick Piggin
3668M: npiggin@suse.de
3669S: Maintained
3670
Matt Mackall9e95ce22005-04-16 15:25:56 -07003671RANDOM NUMBER DRIVER
3672P: Matt Mackall
3673M: mpm@selenic.com
3674S: Maintained
3675
Matt Porter394b7012005-11-07 01:00:15 -08003676RAPIDIO SUBSYSTEM
3677P: Matt Porter
3678M: mporter@kernel.crashing.org
3679L: linux-kernel@vger.kernel.org
3680S: Maintained
3681
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003682RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3683P: Corey Thomas
3684M: coreythomas@charter.net
3685L: linux-wireless@vger.kernel.org
3686S: Maintained
3687
3688RCUTORTURE MODULE
3689P: Josh Triplett
3690M: josh@freedesktop.org
3691L: linux-kernel@vger.kernel.org
3692S: Maintained
3693
Florian Fainellic1f766b2008-02-06 22:39:44 +01003694RDC R-321X SoC
3695P: Florian Fainelli
3696M: florian.fainelli@telecomint.eu
3697L: linux-kernel@vger.kernel.org
3698S: Maintained
3699
Florian Fainellidb17f392007-12-19 11:30:30 +01003700RDC R6040 FAST ETHERNET DRIVER
3701P: Florian Fainelli
3702M: florian.fainelli@telecomint.eu
3703L: netdev@vger.kernel.org
3704S: Maintained
3705
Andy Grovera09ed662009-02-24 15:30:41 +00003706RDS - RELIABLE DATAGRAM SOCKETS
3707P: Andy Grover
3708M: andy.grover@oracle.com
3709L: rds-devel@oss.oracle.com
3710S: Supported
3711
Josh Triplett595182b2006-10-04 02:17:21 -07003712READ-COPY UPDATE (RCU)
3713P: Dipankar Sarma
3714M: dipankar@in.ibm.com
3715W: http://www.rdrop.com/users/paulmck/rclock/
3716L: linux-kernel@vger.kernel.org
3717S: Supported
3718
Linus Torvalds1da177e2005-04-16 15:20:36 -07003719REAL TIME CLOCK DRIVER
3720P: Paul Gortmaker
3721M: p_gortmaker@yahoo.com
3722L: linux-kernel@vger.kernel.org
3723S: Maintained
3724
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003725REAL TIME CLOCK (RTC) SUBSYSTEM
3726P: Alessandro Zummo
3727M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003728L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003729S: Maintained
3730
Linus Torvalds1da177e2005-04-16 15:20:36 -07003731REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003732L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003733S: Supported
3734
Ivo van Doorne08976452008-04-12 19:23:55 +02003735RFKILL
3736P: Ivo van Doorn
3737M: IvDoorn@gmail.com
3738L: netdev@vger.kernel.org
3739S: Maintained
3740F: net/rfkill
3741
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003742RISCOM8 DRIVER
3743S: Orphan
3744
Linus Torvalds1da177e2005-04-16 15:20:36 -07003745ROCKETPORT DRIVER
3746P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003747W: http://www.comtrol.com
3748S: Maintained
3749
3750ROSE NETWORK LAYER
3751P: Ralf Baechle
3752M: ralf@linux-mips.org
3753L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003754W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003755S: Maintained
3756
Larry Finger59840482008-11-12 17:13:09 -06003757RTL8180 WIRELESS DRIVER
John W. Linville96dd6032008-11-12 14:51:56 -05003758P: John W. Linville
3759M: linville@tuxdriver.com
Michael Wu605bebe2007-05-14 01:41:02 -04003760L: linux-wireless@vger.kernel.org
3761W: http://linuxwireless.org/
John W. Linville96dd6032008-11-12 14:51:56 -05003762T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
Michael Wu605bebe2007-05-14 01:41:02 -04003763S: Maintained
3764
Larry Finger59840482008-11-12 17:13:09 -06003765RTL8187 WIRELESS DRIVER
3766P: Herton Ronaldo Krzesinski
3767M: herton@mandriva.com.br
3768P: Hin-Tak Leung
3769M htl10@users.sourceforge.net
3770P: Larry Finger
3771M: Larry.Finger@lwfinger.net
3772L: linux-wireless@vger.kernel.org
3773W: http://linuxwireless.org/
3774T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
3775S: Maintained
3776
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003777S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003778P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003779M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003780L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003781S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003782
Linus Torvalds1da177e2005-04-16 15:20:36 -07003783S390
3784P: Martin Schwidefsky
3785M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003786P: Heiko Carstens
3787M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003788M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003789L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003790W: http://www.ibm.com/developerworks/linux/linux390/
3791S: Supported
3792
3793S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003794P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003795M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003796P: Frank Blaschka
3797M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003798M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003799L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003800W: http://www.ibm.com/developerworks/linux/linux390/
3801S: Supported
3802
Felix Beckfeed9b62009-03-26 15:24:23 +01003803S390 ZCRYPT DRIVER
3804P: Felix Beck
3805M: felix.beck@de.ibm.com
3806P: Ralph Wuerthner
3807M: ralph.wuerthner@de.ibm.com
3808M: linux390@de.ibm.com
3809L: linux-s390@vger.kernel.org
3810S: Supported
3811
Heiko Carstens5238da42006-02-11 17:56:01 -08003812S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003813P: Christof Schmitt
3814M: christof.schmitt@de.ibm.com
3815P: Martin Peschke
3816M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003817M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003818L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003819W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003820S: Supported
3821
Ursula Braundd96df22007-09-19 13:09:02 +02003822S390 IUCV NETWORK LAYER
3823P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003824M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003825M: linux390@de.ibm.com
3826L: linux-s390@vger.kernel.org
3827W: http://www.ibm.com/developerworks/linux/linux390/
3828S: Supported
3829
Ben Dooks4dde7f72008-06-30 22:40:38 +01003830S3C24XX SD/MMC Driver
3831P: Ben Dooks
3832M: ben-linux@fluff.org
3833L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3834L: linux-kernel@vger.kernel.org
3835S: Supported
3836
Linus Torvalds1da177e2005-04-16 15:20:36 -07003837SAA7146 VIDEO4LINUX-2 DRIVER
3838P: Michael Hunold
3839M: michael@mihu.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003840L: linux-media@vger.kernel.org
3841T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003842W: http://www.mihu.de/linux/saa7146
3843S: Maintained
3844
Linus Torvalds1da177e2005-04-16 15:20:36 -07003845SC1200 WDT DRIVER
3846P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003847M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003848S: Maintained
3849
3850SCHEDULER
3851P: Ingo Molnar
3852M: mingo@elte.hu
3853P: Robert Love [the preemptible kernel bits]
3854M: rml@tech9.net
3855L: linux-kernel@vger.kernel.org
3856S: Maintained
3857
3858SCSI CDROM DRIVER
3859P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003860M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003861L: linux-scsi@vger.kernel.org
3862W: http://www.kernel.dk
3863S: Maintained
3864
3865SCSI SG DRIVER
3866P: Doug Gilbert
3867M: dgilbert@interlog.com
3868L: linux-scsi@vger.kernel.org
3869W: http://www.torque.net/sg
3870S: Maintained
3871
3872SCSI SUBSYSTEM
3873P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003874M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003875L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003876T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003877T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3878T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003879S: Maintained
3880
3881SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003882P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003883M: Kai.Makisara@kolumbus.fi
3884L: linux-scsi@vger.kernel.org
3885S: Maintained
3886
3887SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003888P: Vlad Yasevich
3889M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003890P: Sridhar Samudrala
3891M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003892L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003893W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003894S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003895
3896SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003897P: Jim Cromie
3898M: jim.cromie@gmail.com
3899S: Odd Fixes
3900
3901SCx200 GPIO DRIVER
3902P: Jim Cromie
3903M: jim.cromie@gmail.com
3904S: Maintained
3905
3906SCx200 HRT CLOCKSOURCE DRIVER
3907P: Jim Cromie
3908M: jim.cromie@gmail.com
3909S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003910
Sascha Sommer6a369132008-07-15 14:21:29 +02003911SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3912P: Sascha Sommer
3913M: saschasommer@freenet.de
3914L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3915S: Maintained
3916
Randy Dunlape7839f22008-10-12 16:11:45 -07003917SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003918P: Pierre Ossman
3919M: drzeus-sdhci@drzeus.cx
3920L: sdhci-devel@list.drzeus.cx
3921S: Maintained
3922
James Morris8711cca2008-12-04 03:19:45 +11003923SECURITY SUBSYSTEM
3924F: security/
3925P: James Morris
3926M: jmorris@namei.org
3927L: linux-kernel@vger.kernel.org
3928L: linux-security-module@vger.kernel.org (suggested Cc:)
3929T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
James Morrisc8334dc2009-01-07 20:06:18 +11003930W: http://security.wiki.kernel.org/
James Morris8711cca2008-12-04 03:19:45 +11003931S: Supported
3932
Linus Torvalds1da177e2005-04-16 15:20:36 -07003933SECURITY CONTACT
3934P: Security Officers
3935M: security@kernel.org
3936S: Supported
3937
3938SELINUX SECURITY MODULE
3939P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003940M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003941P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003942M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003943P: Eric Paris
3944M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003945L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003946L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Stephen Smalleyf0589252008-09-11 09:20:26 -04003947W: http://selinuxproject.org
3948T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003949S: Supported
3950
Jiri Slabycef2cf02007-05-08 00:31:45 -07003951SENSABLE PHANTOM
3952P: Jiri Slaby
3953M: jirislaby@gmail.com
3954S: Maintained
3955
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003956SERIAL ATA (SATA) SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07003957P: Jeff Garzik
3958M: jgarzik@pobox.com
3959L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003960T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003961S: Supported
3962
Sathya Perla6b7c5b92009-03-11 23:32:03 -07003963SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
3964P: Sathya Perla
3965M: sathyap@serverengines.com
3966P: Subbu Seetharaman
3967M: subbus@serverengines.com
3968L: netdev@vger.kernel.org
3969W: http://www.serverengines.com
3970S: Supported
3971
Ben Hutchings8ceee662008-04-27 12:55:59 +01003972SFC NETWORK DRIVER
3973P: Steve Hodgson
3974P: Ben Hutchings
3975P: Robert Stonehouse
3976M: linux-net-drivers@solarflare.com
3977S: Supported
3978
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003979SGI GRU DRIVER
3980P: Jack Steiner
3981M: steiner@sgi.com
3982S: Maintained
3983
3984SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3985P: Pat Gefre
3986M: pfg@sgi.com
3987L: linux-ia64@vger.kernel.org
3988S: Supported
3989
Linus Torvalds1da177e2005-04-16 15:20:36 -07003990SGI VISUAL WORKSTATION 320 AND 540
3991P: Andrey Panin
3992M: pazke@donpac.ru
3993L: linux-visws-devel@lists.sf.net
3994W: http://linux-visws.sf.net
3995S: Maintained for 2.6.
3996
Jack Steiner75312612008-08-15 00:40:42 -07003997SGI XP/XPC/XPNET DRIVER
3998P: Dean Nelson
3999M: dcn@sgi.com
4000S: Maintained
4001
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004002SHARP LH SUPPORT (LH7952X & LH7A40X)
4003P: Marc Singer
4004M: elf@buici.com
4005W: http://projects.buici.com/arm
4006L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4007S: Maintained
4008
4009SHPC HOTPLUG DRIVER
4010P: Kristen Carlson Accardi
4011M: kristen.c.accardi@intel.com
4012L: linux-pci@vger.kernel.org
4013S: Supported
4014
Linus Torvalds1da177e2005-04-16 15:20:36 -07004015SIMTEC EB110ATX (Chalice CATS)
4016P: Ben Dooks
4017P: Vincent Sanders
4018M: support@simtec.co.uk
4019W: http://www.simtec.co.uk/products/EB110ATX/
4020S: Supported
4021
4022SIMTEC EB2410ITX (BAST)
4023P: Ben Dooks
4024P: Vincent Sanders
4025M: support@simtec.co.uk
4026W: http://www.simtec.co.uk/products/EB2410ITX/
4027S: Supported
4028
Francois Romieu92aab3c2005-07-30 13:11:18 +02004029SIS 190 ETHERNET DRIVER
4030P: Francois Romieu
4031M: romieu@fr.zoreil.com
4032L: netdev@vger.kernel.org
4033S: Maintained
4034
Linus Torvalds1da177e2005-04-16 15:20:36 -07004035SIS 900/7016 FAST ETHERNET DRIVER
4036P: Daniele Venzano
4037M: venza@brownhat.org
4038W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07004039L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004040S: Maintained
4041
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004042SIS 96X I2C/SMBUS DRIVER
4043P: Mark M. Hoffman
4044M: mhoffman@lightlink.com
Jean Delvare846557d2008-10-30 15:55:47 +01004045L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004046S: Maintained
4047
Linus Torvalds1da177e2005-04-16 15:20:36 -07004048SIS FRAMEBUFFER DRIVER
4049P: Thomas Winischhofer
4050M: thomas@winischhofer.net
4051W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004052S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004053
4054SIS USB2VGA DRIVER
4055P: Thomas Winischhofer
4056M: thomas@winischhofer.net
4057W: http://www.winischhofer.at/linuxsisusbvga.shtml
4058S: Maintained
4059
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004060SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
4061P: Stephen Hemminger
4062M: shemminger@linux-foundation.org
4063L: netdev@vger.kernel.org
4064S: Maintained
4065
Christoph Lameter415ad26d2007-07-26 10:40:56 -07004066SLAB ALLOCATOR
4067P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07004068M: cl@linux-foundation.org
Christoph Lameter415ad26d2007-07-26 10:40:56 -07004069P: Pekka Enberg
4070M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02004071P: Matt Mackall
4072M: mpm@selenic.com
Christoph Lameter415ad26d2007-07-26 10:40:56 -07004073L: linux-mm@kvack.org
4074S: Maintained
4075
Linus Torvalds1da177e2005-04-16 15:20:36 -07004076SMC91x ETHERNET DRIVER
4077P: Nicolas Pitre
4078M: nico@cam.org
4079S: Maintained
4080
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04004081SMSC47B397 HARDWARE MONITOR DRIVER
4082P: Mark M. Hoffman
4083M: mhoffman@lightlink.com
4084L: lm-sensors@lm-sensors.org
4085S: Maintained
4086
Steve Glendinningfd9abb32008-11-05 00:35:37 +00004087SMSC911x ETHERNET DRIVER
4088P: Steve Glendinning
4089M: steve.glendinning@smsc.com
4090L: netdev@vger.kernel.org
4091S: Supported
4092
Steve Glendinning2cb37722008-12-11 20:54:30 -08004093SMSC9420 PCI ETHERNET DRIVER
4094P: Steve Glendinning
4095M: steve.glendinning@smsc.com
4096L: netdev@vger.kernel.org
4097S: Supported
4098
Ben Nizetteb54f2862008-03-13 22:27:30 +11004099SMX UIO Interface
4100P: Ben Nizette
4101M: bn@niasdigital.com
4102S: Maintained
4103
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004104SN-IA64 (Itanium) SUB-PLATFORM
4105P: Jes Sorensen
4106M: jes@sgi.com
4107L: linux-altix@sgi.com
4108L: linux-ia64@vger.kernel.org
4109W: http://www.sgi.com/altix
4110S: Maintained
4111
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03004112SOC-CAMERA V4L2 SUBSYSTEM
Jean Delvare795fb7e2008-09-20 12:33:08 +02004113P: Guennadi Liakhovetski
4114M: g.liakhovetski@gmx.de
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004115L: linux-media@vger.kernel.org
4116T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02004117S: Maintained
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03004118
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004119SOEKRIS NET48XX LED SUPPORT
4120P: Chris Boot
4121M: bootc@bootc.net
4122S: Maintained
4123
Linus Torvalds1da177e2005-04-16 15:20:36 -07004124SOFTWARE RAID (Multiple Disks) SUPPORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07004125P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08004126M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004127L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08004128S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004129
Linus Torvalds1da177e2005-04-16 15:20:36 -07004130SONIC NETWORK DRIVER
4131P: Thomas Bogendoerfer
4132M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07004133L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004134S: Maintained
4135
Michael Buesch61e115a2007-09-18 15:12:50 -04004136SONICS SILICON BACKPLANE DRIVER (SSB)
4137P: Michael Buesch
4138M: mb@bu3sch.de
4139L: netdev@vger.kernel.org
4140S: Maintained
4141
Linus Torvalds1da177e2005-04-16 15:20:36 -07004142SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01004143P: Mattia Dongili
4144M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01004145L: linux-acpi@vger.kernel.org
4146W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07004147S: Maintained
4148
Alex Dubovbaf85322008-02-09 10:20:54 -08004149SONY MEMORYSTICK CARD SUPPORT
4150P: Alex Dubov
4151M: oakad@yahoo.com
4152L: linux-kernel@vger.kernel.org
4153W: http://tifmxx.berlios.de/
4154S: Maintained
4155
Linus Torvalds1da177e2005-04-16 15:20:36 -07004156SOUND
4157P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02004158M: perex@perex.cz
Takashi Iwai281712f2008-08-19 13:10:04 +02004159P: Takashi Iwai
4160M: tiwai@suse.de
Takashi Iwai82622042007-04-16 12:32:52 +02004161L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004162S: Maintained
4163
Mark Brownbd903bd2008-11-19 19:16:05 +00004164SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004165P: Liam Girdwood
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004166M: lrg@slimlogic.co.uk
Mark Brown2cad0ad2008-01-10 14:33:07 +01004167P: Mark Brown
4168M: broonie@opensource.wolfsonmicro.com
4169T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02004170L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01004171W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02004172S: Supported
4173
Sam Ravnborg473321f2009-01-04 15:47:49 -08004174SPARC + UltraSPARC (sparc/sparc64)
4175P: David S. Miller
4176M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004177L: sparclinux@vger.kernel.org
Sam Ravnborg473321f2009-01-04 15:47:49 -08004178T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4179T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004180S: Maintained
4181
4182SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4183P: Roger Wolff
4184M: R.E.Wolff@BitWizard.nl
4185L: linux-kernel@vger.kernel.org ?
4186S: Supported
4187
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004188SPI SUBSYSTEM
4189P: David Brownell
4190M: dbrownell@users.sourceforge.net
4191L: spi-devel-general@lists.sourceforge.net
4192S: Maintained
4193
Jim Lewis2752e402006-09-29 02:01:19 -07004194SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01004195P: Ishizaki Kou
4196M: kou.ishizaki@toshiba.co.jp
4197P: Jens Osterkamp
4198M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07004199L: netdev@vger.kernel.org
4200S: Supported
4201
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004202SPU FILE SYSTEM
4203P: Jeremy Kerr
4204M: jk@ozlabs.org
4205L: linuxppc-dev@ozlabs.org
4206L: cbe-oss-dev@ozlabs.org
4207W: http://www.ibm.com/developerworks/power/cell/
4208S: Supported
4209
Phillip Lougherfc555842009-01-05 08:46:29 +00004210SQUASHFS FILE SYSTEM
4211P: Phillip Lougher
4212M: phillip@lougher.demon.co.uk
4213L: squashfs-devel@lists.sourceforge.net (subscribers-only)
4214W: http://squashfs.org.uk
4215S: Maintained
4216
Linus Torvalds1da177e2005-04-16 15:20:36 -07004217SRM (Alpha) environment access
4218P: Jan-Benedict Glaw
4219M: jbglaw@lug-owl.de
4220L: linux-kernel@vger.kernel.org
4221S: Maintained
4222
Linus Torvalds26e9a392008-10-17 09:50:12 -07004223STABLE BRANCH
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004224P: Greg Kroah-Hartman
4225M: greg@kroah.com
4226P: Chris Wright
4227M: chrisw@sous-sol.org
4228L: stable@kernel.org
4229S: Maintained
4230
Linus Torvalds26e9a392008-10-17 09:50:12 -07004231STAGING SUBSYSTEM
4232P: Greg Kroah-Hartman
4233M: gregkh@suse.de
4234L: linux-kernel@vger.kernel.org
4235T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4236S: Maintained
4237
Linus Torvalds1da177e2005-04-16 15:20:36 -07004238STARFIRE/DURALAN NETWORK DRIVER
4239P: Ion Badulescu
4240M: ionut@cs.columbia.edu
4241S: Maintained
4242
4243STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4244W: http://mosquitonet.Stanford.EDU/strip.html
Jean Delvarebaaea1d2008-09-20 12:34:33 +02004245S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07004246
4247STRADIS MPEG-2 DECODER DRIVER
4248P: Nathan Laredo
4249M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004250W: http://www.stradis.com/
4251S: Maintained
4252
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004253SUN3/3X
4254P: Sam Creasey
4255M: sammy@sammy.net
4256W: http://sammy.net/sun3/
4257S: Maintained
4258
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004259SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07004260P: Paul Mundt
4261M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004262L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004263W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004264T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09004265S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004266
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004267SUSPEND TO RAM
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004268P: Len Brown
4269M: len.brown@intel.com
4270P: Pavel Machek
Pavel Machekef35ce22009-02-18 14:48:16 -08004271M: pavel@ucw.cz
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004272P: Rafael J. Wysocki
4273M: rjw@sisk.pl
4274L: linux-pm@lists.linux-foundation.org
4275S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004276
4277SVGA HANDLING
4278P: Martin Mares
4279M: mj@ucw.cz
4280L: linux-video@atrey.karlin.mff.cuni.cz
4281S: Maintained
4282
4283SYSV FILESYSTEM
4284P: Christoph Hellwig
4285M: hch@infradead.org
4286S: Maintained
4287
Alan Cox4e688522008-04-30 00:52:11 -07004288TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07004289P: Balbir Singh
4290M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004291L: linux-kernel@vger.kernel.org
4292S: Maintained
4293
Stephen Hemminger781b456a2006-07-10 20:25:29 -07004294TC CLASSIFIER
4295P: Jamal Hadi Salim
4296M: hadi@cyberus.ca
4297L: netdev@vger.kernel.org
4298S: Maintained
4299
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004300TCP LOW PRIORITY MODULE
4301P: Wong Hoi Sing, Edison
4302M: hswong3i@gmail.com
4303P: Hung Hing Lun, Mike
4304M: hlhung3i@gmail.com
4305W: http://tcp-lp-mod.sourceforge.net/
4306S: Maintained
4307
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004308TEHUTI ETHERNET DRIVER
4309P: Alexander Indenbaum
4310M: baum@tehutinetworks.net
4311P: Andy Gospodarek
4312M: andy@greyhouse.net
4313L: netdev@vger.kernel.org
4314S: Supported
4315
Alan Cox4e688522008-04-30 00:52:11 -07004316Telecom Clock Driver for MCPL0010
4317P: Mark Gross
4318M: mark.gross@intel.com
4319S: Supported
4320
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004321TENSILICA XTENSA PORT (xtensa)
Alan Cox4e688522008-04-30 00:52:11 -07004322P: Chris Zankel
4323M: chris@zankel.net
4324S: Maintained
4325
4326THINKPAD ACPI EXTRAS DRIVER
4327P: Henrique de Moraes Holschuh
4328M: ibm-acpi@hmh.eng.br
4329L: ibm-acpi-devel@lists.sourceforge.net
4330W: http://ibm-acpi.sourceforge.net
4331W: http://thinkwiki.org/wiki/Ibm-acpi
4332T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4333S: Maintained
4334
Alex Dubov4020f2d2006-10-04 02:15:37 -07004335TI FLASH MEDIA INTERFACE DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02004336P: Alex Dubov
4337M: oakad@yahoo.com
4338S: Maintained
Alex Dubov4020f2d2006-10-04 02:15:37 -07004339
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004340TI OMAP MMC INTERFACE DRIVER
4341P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004342M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004343W: http://linux.omap.com
4344W: http://www.muru.com/linux/omap/
4345S: Maintained
4346
Michael Buesch844dd052006-06-26 00:24:59 -07004347TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4348P: Deepak Saxena
4349M: dsaxena@plexity.net
4350S: Maintained
4351
Per Lidene86eaa32006-01-12 16:45:18 +01004352TIPC NETWORK LAYER
4353P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004354M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004355P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004356M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004357P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004358M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004359L: tipc-discussion@lists.sourceforge.net
4360W: http://tipc.sourceforge.net/
4361W: http://tipc.cslab.ericsson.net/
4362T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4363S: Maintained
4364
Linus Torvalds1da177e2005-04-16 15:20:36 -07004365TLAN NETWORK DRIVER
4366P: Samuel Chessman
4367M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004368L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004369W: http://sourceforge.net/projects/tlan/
4370S: Maintained
4371
Kentaro Takedad74db3b2009-02-05 17:18:18 +09004372TOMOYO SECURITY MODULE
4373P: Kentaro Takeda
4374M: takedakn@nttdata.co.jp
4375P: Tetsuo Handa
4376M: penguin-kernel@I-love.SAKURA.ne.jp
4377L: linux-kernel@vger.kernel.org (kernel issues)
4378L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
4379L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
4380L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
4381W: http://tomoyo.sourceforge.jp/
4382T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
4383S: Maintained
4384
Linus Torvalds1da177e2005-04-16 15:20:36 -07004385TOSHIBA ACPI EXTRAS DRIVER
4386P: John Belmonte
4387M: toshiba_acpi@memebeam.org
4388W: http://memebeam.org/toys/ToshibaAcpiDriver
4389S: Maintained
4390
4391TOSHIBA SMM DRIVER
4392P: Jonathan Buzzard
4393M: jonathan@buzzard.org.uk
4394L: tlinux-users@tce.toshiba-dme.co.jp
4395W: http://www.buzzard.org.uk/toshiba/
4396S: Maintained
4397
Alan Cox4e688522008-04-30 00:52:11 -07004398TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004399P: Debora Velarde
4400M: debora@linux.vnet.ibm.com
4401P: Rajiv Andrade
4402M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004403W: http://tpmdd.sourceforge.net
4404P: Marcel Selhorst
Marcel Selhorst7dcce132009-02-11 13:04:27 -08004405M: m.selhorst@sirrix.com
4406W: http://www.sirrix.com
Rajiv Andrade63a10df2008-10-15 22:04:36 -07004407L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
Alan Cox4e688522008-04-30 00:52:11 -07004408S: Maintained
4409
Linus Torvalds1da177e2005-04-16 15:20:36 -07004410TRIVIAL PATCHES
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004411P: Jiri Kosina
Jim Cromiece00f852006-11-30 04:49:44 +01004412M: trivial@kernel.org
4413L: linux-kernel@vger.kernel.org
Jiri Kosina2b6a2f52008-11-14 11:55:03 +01004414T: git kernel.org:/pub/scm/linux/kernel/git/jikos/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004415S: Maintained
4416
Alan Cox4e688522008-04-30 00:52:11 -07004417TTY LAYER
4418P: Alan Cox
4419M: alan@lxorguk.ukuu.org.uk
4420L: linux-kernel@vger.kernel.org
4421S: Maintained
4422
Grant Grundler740db6d2008-02-17 11:53:49 -07004423TULIP NETWORK DRIVERS
4424P: Grant Grundler
4425M: grundler@parisc-linux.org
4426P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004427M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004428L: netdev@vger.kernel.org
4429S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004430
4431TUN/TAP driver
4432P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004433M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004434L: vtun@office.satix.net
4435W: http://vtun.sourceforge.net/tun
4436S: Maintained
4437
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004438TURBOCHANNEL SUBSYSTEM
4439P: Maciej W. Rozycki
4440M: macro@linux-mips.org
4441S: Maintained
4442
Linus Torvalds1da177e2005-04-16 15:20:36 -07004443U14-34F SCSI DRIVER
4444P: Dario Ballabio
4445M: ballabio_dario@emc.com
4446L: linux-scsi@vger.kernel.org
4447S: Maintained
4448
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004449UBI FILE SYSTEM (UBIFS)
4450P: Artem Bityutskiy
4451M: dedekind@infradead.org
4452P: Adrian Hunter
4453M: ext-adrian.hunter@nokia.com
4454L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004455T: git git://git.infradead.org/ubifs-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004456W: http://www.linux-mtd.infradead.org/doc/ubifs.html
4457S: Maintained
4458
Alan Coxcc2020e2008-05-19 14:21:51 +01004459UCLINUX (AND M68KNOMMU)
4460P: Greg Ungerer
4461M: gerg@uclinux.org
4462W: http://www.uclinux.org/
4463L: uclinux-dev@uclinux.org (subscribers-only)
4464S: Maintained
4465
Alan Coxcc2020e2008-05-19 14:21:51 +01004466UCLINUX FOR RENESAS H8/300
4467P: Yoshinori Sato
4468M: ysato@users.sourceforge.jp
4469W: http://uclinux-h8.sourceforge.jp/
4470S: Supported
4471
Linus Torvalds1da177e2005-04-16 15:20:36 -07004472UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004473P: Jan Kara
4474M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004475W: http://linux-udf.sourceforge.net
4476S: Maintained
4477
Alan Coxcc2020e2008-05-19 14:21:51 +01004478UFS FILESYSTEM
4479P: Evgeniy Dushistov
4480M: dushistov@mail.ru
4481L: linux-kernel@vger.kernel.org
4482S: Maintained
4483
David Vrabel18332a82008-09-17 16:34:44 +01004484ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4485P: David Vrabel
4486M: david.vrabel@csr.com
4487L: linux-usb@vger.kernel.org
4488S: Supported
4489
Linus Torvalds1da177e2005-04-16 15:20:36 -07004490UNIFORM CDROM DRIVER
4491P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004492M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004493L: linux-kernel@vger.kernel.org
4494W: http://www.kernel.dk
4495S: Maintained
4496
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004497UNSORTED BLOCK IMAGES (UBI)
4498P: Artem Bityutskiy
4499M: dedekind@infradead.org
4500W: http://www.linux-mtd.infradead.org/
4501L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +03004502T: git git://git.infradead.org/ubi-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004503S: Maintained
4504
Linus Torvalds1da177e2005-04-16 15:20:36 -07004505USB ACM DRIVER
4506P: Oliver Neukum
4507M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004508L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004509S: Maintained
4510
4511USB BLOCK DRIVER (UB ub)
4512P: Pete Zaitcev
4513M: zaitcev@redhat.com
4514L: linux-kernel@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004515L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004516S: Supported
4517
Linus Torvalds1da177e2005-04-16 15:20:36 -07004518USB CDC ETHERNET DRIVER
4519P: Greg Kroah-Hartman
4520M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004521L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004522S: Maintained
4523W: http://www.kroah.com/linux-usb/
4524
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004525USB CYPRESS C67X00 DRIVER
4526P: Peter Korsgaard
4527M: jacmet@sunsite.dk
4528L: linux-usb@vger.kernel.org
4529S: Maintained
4530
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004531USB DAVICOM DM9601 DRIVER
4532P: Peter Korsgaard
4533M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004534L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004535W: http://www.linux-usb.org/usbnet
4536S: Maintained
4537
Alan Coxcc2020e2008-05-19 14:21:51 +01004538USB DIAMOND RIO500 DRIVER
4539P: Cesar Miquel
4540M: miquel@df.uba.ar
4541L: rio500-users@lists.sourceforge.net
4542W: http://rio500.sourceforge.net
4543S: Maintained
4544
Linus Torvalds1da177e2005-04-16 15:20:36 -07004545USB EHCI DRIVER
4546P: David Brownell
4547M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004548L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004549S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004550
Luca Risolia7ce08c92006-01-11 02:06:59 +00004551USB ET61X[12]51 DRIVER
4552P: Luca Risolia
4553M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004554L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004555L: linux-media@vger.kernel.org
4556T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia7ce08c92006-01-11 02:06:59 +00004557W: http://www.linux-projects.org
4558S: Maintained
4559
David Brownell69ae9e32006-11-14 02:03:31 -08004560USB GADGET/PERIPHERAL SUBSYSTEM
4561P: David Brownell
4562M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004563L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004564W: http://www.linux-usb.org/gadget
4565S: Maintained
4566
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004567USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004568P: Jiri Kosina
4569M: jkosina@suse.cz
Jean Delvare795fb7e2008-09-20 12:33:08 +02004570L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004571T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004572S: Maintained
4573
Olav Kongas959eea22005-11-03 17:38:14 +02004574USB ISP116X DRIVER
4575P: Olav Kongas
4576M: ok@artecdesign.ee
Jean Delvare795fb7e2008-09-20 12:33:08 +02004577L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004578S: Maintained
4579
Linus Torvalds1da177e2005-04-16 15:20:36 -07004580USB KAWASAKI LSI DRIVER
4581P: Oliver Neukum
4582M: oliver@neukum.name
Jean Delvare795fb7e2008-09-20 12:33:08 +02004583L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004584S: Maintained
4585
4586USB MASS STORAGE DRIVER
4587P: Matthew Dharm
4588M: mdharm-usb@one-eyed-alien.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004589L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004590L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004591S: Maintained
4592W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4593
4594USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004595P: David Brownell
4596M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004597L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004598S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004599
Matthias Urlichsba460e42005-07-14 00:33:47 -07004600USB OPTION-CARD DRIVER
4601P: Matthias Urlichs
4602M: smurf@smurf.noris.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004603L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004604S: Maintained
4605
Linus Torvalds1da177e2005-04-16 15:20:36 -07004606USB OV511 DRIVER
4607P: Mark McClelland
4608M: mmcclell@bigfoot.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004609L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004610W: http://alpha.dyndns.org/ov511/
4611S: Maintained
4612
4613USB PEGASUS DRIVER
4614P: Petko Manolov
4615M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004616L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004617L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004618W: http://pegasus2.sourceforge.net/
4619S: Maintained
4620
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004621USB PRINTER DRIVER (usblp)
4622P: Pete Zaitcev
4623M: zaitcev@redhat.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004624L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004625S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004626
4627USB RTL8150 DRIVER
4628P: Petko Manolov
4629M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004630L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004631L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004632W: http://pegasus2.sourceforge.net/
4633S: Maintained
4634
4635USB SE401 DRIVER
4636P: Jeroen Vreeken
4637M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004638L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004639W: http://www.chello.nl/~j.vreeken/se401/
4640S: Maintained
4641
Alan Cox4e688522008-04-30 00:52:11 -07004642USB SERIAL BELKIN F5U103 DRIVER
4643P: William Greathouse
4644M: wgreathouse@smva.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004645L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004646S: Maintained
4647
4648USB SERIAL CYPRESS M8 DRIVER
4649P: Lonnie Mendez
4650M: dignome@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004651L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004652S: Maintained
4653W: http://geocities.com/i0xox0i
4654W: http://firstlight.net/cvs
4655
Linus Torvalds1da177e2005-04-16 15:20:36 -07004656USB SERIAL CYBERJACK DRIVER
4657P: Matthias Bruestle and Harald Welte
4658M: support@reiner-sct.com
4659W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4660S: Maintained
4661
4662USB SERIAL DIGI ACCELEPORT DRIVER
4663P: Peter Berger and Al Borchers
4664M: pberger@brimson.com
4665M: alborchers@steinerpoint.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004666L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004667S: Maintained
4668
4669USB SERIAL DRIVER
4670P: Greg Kroah-Hartman
4671M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004672L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004673S: Supported
4674
Linus Torvalds1da177e2005-04-16 15:20:36 -07004675USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4676P: Gary Brubaker
4677M: xavyer@ix.netcom.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004678L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004679S: Maintained
4680
4681USB SERIAL KEYSPAN DRIVER
4682P: Greg Kroah-Hartman
4683M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004684L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004685W: http://www.kroah.com/linux/
4686S: Maintained
4687
4688USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004689P: Support Department
4690M: support@connecttech.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004691L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004692W: http://www.connecttech.com
4693S: Supported
4694
Steve Glendinning2f7ca802008-10-02 05:27:57 +00004695USB SMSC95XX ETHERNET DRIVER
4696P: Steve Glendinning
4697M: steve.glendinning@smsc.com
4698L: netdev@vger.kernel.org
4699S: Supported
4700
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004701USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004702P: Luca Risolia
4703M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004704L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004705L: linux-media@vger.kernel.org
4706T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004707W: http://www.linux-projects.org
4708S: Maintained
4709
4710USB SUBSYSTEM
4711P: Greg Kroah-Hartman
4712M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004713L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004714W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004715T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004716S: Supported
4717
4718USB UHCI DRIVER
4719P: Alan Stern
4720M: stern@rowland.harvard.edu
Jean Delvare795fb7e2008-09-20 12:33:08 +02004721L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004722S: Maintained
4723
David Brownell69ae9e32006-11-14 02:03:31 -08004724USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004725P: David Brownell
4726M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004727L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004728W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004729S: Maintained
4730
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004731USB VIDEO CLASS
4732P: Laurent Pinchart
4733M: laurent.pinchart@skynet.be
Jiri Slabya67534a2008-12-10 09:09:27 -03004734L: linux-uvc-devel@lists.berlios.de (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004735L: linux-media@vger.kernel.org
4736T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004737W: http://linux-uvc.berlios.de
4738S: Maintained
4739
Linus Torvalds1da177e2005-04-16 15:20:36 -07004740USB W996[87]CF DRIVER
4741P: Luca Risolia
4742M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004743L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004744L: linux-media@vger.kernel.org
4745T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004746W: http://www.linux-projects.org
4747S: Maintained
4748
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004749USB WIRELESS RNDIS DRIVER (rndis_wlan)
4750P: Jussi Kivilinna
4751M: jussi.kivilinna@mbnet.fi
4752L: linux-wireless@vger.kernel.org
4753S: Maintained
4754
Luca Risolia60f78052006-02-06 16:29:35 +00004755USB ZC0301 DRIVER
4756P: Luca Risolia
4757M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004758L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004759L: linux-media@vger.kernel.org
4760T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Luca Risolia60f78052006-02-06 16:29:35 +00004761W: http://www.linux-projects.org
4762S: Maintained
4763
Linus Torvalds1da177e2005-04-16 15:20:36 -07004764USB ZD1201 DRIVER
4765P: Jeroen Vreeken
4766M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004767L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004768W: http://linux-lc100020.sourceforge.net
4769S: Maintained
4770
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004771USB ZR364XX DRIVER
4772P: Antoine Jacquet
4773M: royale@zerezo.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004774L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004775L: linux-media@vger.kernel.org
4776T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004777W: http://royale.zerezo.com/zr364xx/
4778S: Maintained
4779
Randy Dunlape7839f22008-10-12 16:11:45 -07004780USER-MODE LINUX (UML)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004781P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004782M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004783L: user-mode-linux-devel@lists.sourceforge.net
4784L: user-mode-linux-user@lists.sourceforge.net
4785W: http://user-mode-linux.sourceforge.net
4786S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004787
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004788USERSPACE I/O (UIO)
4789P: Hans J. Koch
4790M: hjk@linutronix.de
4791P: Greg Kroah-Hartman
4792M: gregkh@suse.de
4793L: linux-kernel@vger.kernel.org
4794S: Maintained
4795
Karel Zakf899b0a2008-05-23 13:04:21 -07004796UTIL-LINUX-NG PACKAGE
4797P: Karel Zak
4798M: kzak@redhat.com
4799L: util-linux-ng@vger.kernel.org
4800W: http://kernel.org/~kzak/util-linux-ng/
4801T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4802S: Maintained
4803
Michal Januszewskic1fd1c02008-10-15 22:03:48 -07004804UVESAFB DRIVER
4805P: Michal Januszewski
4806M: spock@gentoo.org
4807L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4808W: http://dev.gentoo.org/~spock/projects/uvesafb/
4809S: Maintained
4810
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004811VFAT/FAT/MSDOS FILESYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07004812P: OGAWA Hirofumi
4813M: hirofumi@mail.parknet.co.jp
4814L: linux-kernel@vger.kernel.org
4815S: Maintained
4816
Linus Torvalds1da177e2005-04-16 15:20:36 -07004817VIA RHINE NETWORK DRIVER
4818P: Roger Luethi
4819M: rl@hellgate.ch
4820S: Maintained
4821
Jean Delvare32c0a522005-09-22 21:47:58 +02004822VIAPRO SMBUS DRIVER
4823P: Jean Delvare
4824M: khali@linux-fr.org
Jean Delvare846557d2008-10-30 15:55:47 +01004825L: linux-i2c@vger.kernel.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004826S: Maintained
4827
Joseph Chan69e4a7c2008-10-15 22:03:31 -07004828VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4829P: Joseph Chan
4830M: JosephChan@via.com.tw
4831P: Scott Fang
4832M: ScottFang@viatech.com.cn
4833L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4834S: Maintained
4835
Francois Romieu01f20732007-01-26 00:57:17 -08004836VIA VELOCITY NETWORK DRIVER
4837P: Francois Romieu
4838M: romieu@fr.zoreil.com
4839L: netdev@vger.kernel.org
4840S: Maintained
4841
Randy Dunlape7839f22008-10-12 16:11:45 -07004842VIDEO FOR LINUX (V4L)
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004843P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004844M: mchehab@infradead.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004845L: linux-media@vger.kernel.org
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004846W: http://linuxtv.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004847T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004848S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004849
Patrick McHardybe7f8272007-10-23 20:26:36 -07004850VLAN (802.1Q)
4851P: Patrick McHardy
4852M: kaber@trash.net
4853L: netdev@vger.kernel.org
4854S: Maintained
4855
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004856VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4857P: Liam Girdwood
Liam Girdwood8a62ab42008-09-14 17:40:21 +01004858M: lrg@slimlogic.co.uk
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004859P: Mark Brown
4860M: broonie@opensource.wolfsonmicro.com
4861W: http://opensource.wolfsonmicro.com/node/15
Liam Girdwood1dd68f02009-02-02 21:43:31 +00004862W: http://www.slimlogic.co.uk/?p=48
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004863T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4864S: Supported
4865
Juerg Haefligerab413192006-09-24 20:54:04 +02004866VT1211 HARDWARE MONITOR DRIVER
4867P: Juerg Haefliger
4868M: juergh@gmail.com
4869L: lm-sensors@lm-sensors.org
4870S: Maintained
4871
Roger Lucas1de9e372005-11-26 20:20:05 +01004872VT8231 HARDWARE MONITOR DRIVER
4873P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004874M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004875L: lm-sensors@lm-sensors.org
4876S: Maintained
4877
Linus Torvalds1da177e2005-04-16 15:20:36 -07004878W1 DALLAS'S 1-WIRE BUS
4879P: Evgeniy Polyakov
4880M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004881S: Maintained
4882
Charles Spirakis13927072006-07-05 18:05:15 +02004883W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004884P: Marc Hulsman
4885M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004886L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004887S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004888
Rudolf Marek61db0112006-12-12 18:18:30 +01004889W83793 HARDWARE MONITORING DRIVER
4890P: Rudolf Marek
4891M: r.marek@assembler.cz
4892L: lm-sensors@lm-sensors.org
4893S: Maintained
4894
Linus Torvalds1da177e2005-04-16 15:20:36 -07004895W83L51xD SD/MMC CARD INTERFACE DRIVER
4896P: Pierre Ossman
4897M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004898L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004899S: Maintained
4900
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004901WATCHDOG DEVICE DRIVERS
4902P: Wim Van Sebroeck
4903M: wim@iguana.be
4904T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4905S: Maintained
4906
Linus Torvalds1da177e2005-04-16 15:20:36 -07004907WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4908P: Jean Tourrilhes
4909M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004910L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004911W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4912S: Maintained
4913
4914WD7000 SCSI DRIVER
4915P: Miroslav Zagorac
4916M: zaga@fly.cc.fer.hr
4917L: linux-scsi@vger.kernel.org
4918S: Maintained
4919
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08004920WIMAX STACK
4921P: Inaky Perez-Gonzalez
4922M: inaky.perez-gonzalez@intel.com
4923M: linux-wimax@intel.com
4924L: wimax@linuxwimax.org
4925S: Supported
4926W: http://linuxwimax.org
4927
David Vrabel18332a82008-09-17 16:34:44 +01004928WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4929P: David Vrabel
4930M: david.vrabel@csr.com
4931S: Maintained
4932
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004933WISTRON LAPTOP BUTTON DRIVER
4934P: Miloslav Trmac
4935M: mitr@volny.cz
4936S: Maintained
4937
Linus Torvalds1da177e2005-04-16 15:20:36 -07004938WL3501 WIRELESS PCMCIA CARD DRIVER
4939P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004940M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004941L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004942W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004943S: Maintained
4944
Mark Brownfebf1df2008-04-02 00:51:09 -04004945WM97XX TOUCHSCREEN DRIVERS
4946P: Mark Brown
4947M: broonie@opensource.wolfsonmicro.com
4948P: Liam Girdwood
Liam Girdwoodb8d055a2008-10-13 23:00:15 -04004949M: lrg@slimlogic.co.uk
Mark Brownfebf1df2008-04-02 00:51:09 -04004950L: linux-input@vger.kernel.org
4951T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4952W: http://opensource.wolfsonmicro.com/node/7
4953S: Supported
4954
Linus Torvalds1da177e2005-04-16 15:20:36 -07004955X.25 NETWORK LAYER
4956P: Henner Eisen
4957M: eis@baty.hanse.de
4958L: linux-x25@vger.kernel.org
4959S: Maintained
4960
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004961X86 ARCHITECTURE (32-BIT AND 64-BIT)
4962P: Thomas Gleixner
4963M: tglx@linutronix.de
4964P: Ingo Molnar
4965M: mingo@redhat.com
4966P: H. Peter Anvin
4967M: hpa@zytor.com
H. Peter Anvinbcde5632009-02-02 21:42:40 -08004968M: x86@kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004969L: linux-kernel@vger.kernel.org
4970T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4971S: Maintained
4972
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004973XEN HYPERVISOR INTERFACE
4974P: Jeremy Fitzhardinge
4975M: jeremy@xensource.com
4976P: Chris Wright
4977M: chrisw@sous-sol.org
4978L: virtualization@lists.osdl.org
4979L: xen-devel@lists.xensource.com
4980S: Supported
4981
Linus Torvalds1da177e2005-04-16 15:20:36 -07004982XFS FILESYSTEM
4983P: Silicon Graphics Inc
Felix Blyakherb58a4cc2009-02-03 15:37:18 -06004984P: Felix Blyakher
4985M: felixb@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004986M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004987L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004988W: http://oss.sgi.com/projects/xfs
Lachlan McIlroy0335cb72008-12-31 12:10:12 +11004989T: git://oss.sgi.com/xfs/xfs.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004990S: Supported
4991
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004992XILINX SYSTEMACE DRIVER
4993P: Grant Likely
4994M: grant.likely@secretlab.ca
4995W: http://www.secretlab.ca/
4996L: linux-kernel@vger.kernel.org
4997S: Maintained
4998
Peter Korsgaard238b8722006-12-06 20:35:17 -08004999XILINX UARTLITE SERIAL DRIVER
5000P: Peter Korsgaard
5001M: jacmet@sunsite.dk
5002L: linux-serial@vger.kernel.org
5003S: Maintained
5004
Linus Torvalds1da177e2005-04-16 15:20:36 -07005005YAM DRIVER FOR AX.25
5006P: Jean-Paul Roubelat
5007M: jpr@f6fbb.org
5008L: linux-hams@vger.kernel.org
5009S: Maintained
5010
Henkaf64a5e2005-10-12 15:02:56 +02005011YEALINK PHONE DRIVER
5012P: Henk Vergonet
5013M: Henk.Vergonet@gmail.com
5014L: usbb2k-api-dev@nongnu.org
5015S: Maintained
5016
Linus Torvalds1da177e2005-04-16 15:20:36 -07005017Z8530 DRIVER FOR AX.25
5018P: Joerg Reuter
5019M: jreuter@yaina.de
5020W: http://yaina.de/jreuter/
5021W: http://www.qsl.net/dl1bke/
5022L: linux-hams@vger.kernel.org
5023S: Maintained
5024
Daniel Drake7c0c3af2006-07-16 13:55:17 +01005025ZD1211RW WIRELESS DRIVER
5026P: Daniel Drake
5027M: dsd@gentoo.org
5028P: Ulrich Kunitz
5029M: kune@deine-taler.de
5030W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07005031L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01005032L: zd1211-devs@lists.sourceforge.net (subscribers-only)
5033S: Maintained
5034
Linus Torvalds1da177e2005-04-16 15:20:36 -07005035ZR36067 VIDEO FOR LINUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07005036L: mjpeg-users@lists.sourceforge.net
Trent Piephof63145e2009-01-24 20:52:41 -03005037L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07005038W: http://mjpeg.sourceforge.net/driver-zoran/
Trent Piephof63145e2009-01-24 20:52:41 -03005039T: Mercurial http://linuxtv.org/hg/v4l-dvb
5040S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07005041
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07005042ZS DECSTATION Z85C30 SERIAL DRIVER
5043P: Maciej W. Rozycki
5044M: macro@linux-mips.org
5045S: Maintained
5046
Linus Torvalds1da177e2005-04-16 15:20:36 -07005047THE REST
5048P: Linus Torvalds
5049S: Buried alive in reporters