blob: 9fc7c1c7e1bb3d71ca01999b336fd263343176ad [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.
Linus Torvalds1da177e2005-04-16 15:20:36 -070075S: Status, one of the following:
76
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
85 should be using that.
86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873C505 NETWORK DRIVER
88P: Philip Blundell
89M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070090L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070091S: Maintained
92
Steffen Klasserta6d89912007-08-10 14:05:27 -0700933C59X NETWORK DRIVER
94P: Steffen Klassert
95M: klassert@mathematik.tu-chemnitz.de
96L: netdev@vger.kernel.org
97S: Maintained
98
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993CR990 NETWORK DRIVER
100P: David Dillow
101M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700102L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700103S: Maintained
104
1053W-XXXX ATA-RAID CONTROLLER DRIVER
106P: Adam Radford
107M: linuxraid@amcc.com
108L: linux-scsi@vger.kernel.org
109W: http://www.amcc.com
110S: Supported
111
1123W-9XXX SATA-RAID CONTROLLER DRIVER
113P: Adam Radford
114M: linuxraid@amcc.com
115L: linux-scsi@vger.kernel.org
116W: http://www.amcc.com
117S: Supported
118
11953C700 AND 53C700-66 SCSI DRIVER
120P: James E.J. Bottomley
121M: James.Bottomley@HansenPartnership.com
122L: linux-scsi@vger.kernel.org
123S: Maintained
124
1256PACK NETWORK DRIVER FOR AX.25
126P: Andreas Koensgen
127M: ajk@iehk.rwth-aachen.de
128L: linux-hams@vger.kernel.org
129S: Maintained
130
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318169 10/100/1000 GIGABIT ETHERNET DRIVER
132P: Francois Romieu
133M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700134L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135S: Maintained
136
1378250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700138L: linux-serial@vger.kernel.org
139W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100140S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141
1428390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
143P: Paul Gortmaker
144M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700145L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146S: Maintained
147
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001489P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100149P: Eric Van Hensbergen
150M: ericvh@gmail.com
151P: Ron Minnich
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500152M: rminnich@sandia.gov
Jim Cromiece00f852006-11-30 04:49:44 +0100153P: Latchesar Ionkov
154M: lucho@ionkov.net
155L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500156W: http://swik.net/v9fs
Jim Cromiece00f852006-11-30 04:49:44 +0100157T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
158S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800159
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160A2232 SERIAL BOARD DRIVER
161P: Enver Haase
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162M: A2232@gmx.net
163L: linux-m68k@lists.linux-m68k.org
164S: Maintained
165
David Howellsfac533c2008-03-28 14:15:54 -0700166AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
167P: David Howells
168M: dhowells@redhat.com
169L: linux-afs@lists.infradead.org
170S: Supported
171
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172AIO
173P: Benjamin LaHaise
174M: bcrl@kvack.org
175L: linux-aio@kvack.org
176S: Supported
177
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700178ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200179P: Hans de Goede
180M: j.w.r.degoede@hhs.nl
181L: lm-sensors@lm-sensors.org
182S: Maintained
183
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700184ABIT UGURU 3 HARDWARE MONITOR DRIVER
185P: Alistair John Strachan
186M: alistair@devzero.co.uk
187L: lm-sensors@lm-sensors.org
188S: Maintained
189
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190ACENIC DRIVER
191P: Jes Sorensen
192M: jes@trained-monkey.org
193L: linux-acenic@sunsite.dk
194S: Maintained
195
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700196IPS SCSI RAID DRIVER
197P: Adaptec OEM Raid Solutions
198M: aacraid@adaptec.com
199L: linux-scsi@vger.kernel.org
200W: http://www.adaptec.com/
201S: Maintained
202
203DPT_I2O SCSI RAID DRIVER
204P: Adaptec OEM Raid Solutions
205M: aacraid@adaptec.com
206L: linux-scsi@vger.kernel.org
207W: http://www.adaptec.com/
208S: Maintained
209
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210AACRAID SCSI RAID DRIVER
211P: Adaptec OEM Raid Solutions
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700212M: aacraid@adaptec.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213L: linux-scsi@vger.kernel.org
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700214W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215S: Supported
216
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000217ACER WMI LAPTOP EXTRAS
218P: Carlos Corbacho
219M: carlos@strangeworlds.co.uk
220L: aceracpi@googlegroups.com (subscribers-only)
221W: http://code.google.com/p/aceracpi
222S: Maintained
223
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224ACPI
Andi Kleen54cd3142008-09-04 13:30:07 +0200225P: Len Brown
Len Brown8b59a452007-01-08 19:03:28 -0500226M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500227L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400228W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800229T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500230S: Supported
231
232ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400233P: Alexey Starikovskiy
234M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500235L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300236W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500237S: Supported
238
239ACPI EC DRIVER
240P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400241M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500242L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300243W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500244S: Supported
245
246ACPI FAN DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400247P: Zhang Rui
248M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500249L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300250W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500251S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700252
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700253ACPI PCI HOTPLUG DRIVER
254P: Kristen Carlson Accardi
255M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -0700256L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -0500257S: Supported
258
259ACPI THERMAL DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400260P: Zhang Rui
261M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500262L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300263W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500264S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700265
Len Brown359acec2007-02-10 01:59:24 -0500266ACPI VIDEO DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400267P: Zhang Rui
Len Brown38e09d82007-10-25 17:55:59 -0400268M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500269L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300270W: http://www.lesswatts.org/projects/acpi/
Len Brown359acec2007-02-10 01:59:24 -0500271S: Supported
272
Carlos Corbachobff431e2008-02-05 02:17:04 +0000273ACPI WMI DRIVER
274P: Carlos Corbacho
275M: carlos@strangeworlds.co.uk
276L: linux-acpi@vger.kernel.org
277W: http://www.lesswatts.org/projects/acpi/
278S: Maintained
279
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100280AD1889 ALSA SOUND DRIVER
281P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -0400282M: kyle@mcmartin.ca
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100283P: Thibaut Varene
284M: T-Bone@parisc-linux.org
285W: http://wiki.parisc-linux.org/AD1889
286L: linux-parisc@vger.kernel.org
287S: Maintained
288
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289ADM1025 HARDWARE MONITOR DRIVER
290P: Jean Delvare
291M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200292L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700293S: Maintained
294
Corentin Labbecae2caa2007-02-14 21:15:04 +0100295ADM1029 HARDWARE MONITOR DRIVER
296P: Corentin Labbe
297M: corentin.labbe@geomatys.fr
298L: lm-sensors@lm-sensors.org
299S: Maintained
300
Michael Wucc0b88c2007-08-31 01:15:25 -0400301ADM8211 WIRELESS DRIVER
302P: Michael Wu
303M: flamingice@sourmilk.net
304L: linux-wireless@vger.kernel.org
305W: http://linuxwireless.org/
306T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
307S: Maintained
308
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309ADT746X FAN DRIVER
310P: Colin Leroy
311M: colin@colino.net
312S: Maintained
313
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400314ADVANSYS SCSI DRIVER
315P: Matthew Wilcox
316M: matthew@wil.cx
317L: linux-scsi@vger.kernel.org
318S: Maintained
319
Linus Torvalds1da177e2005-04-16 15:20:36 -0700320AEDSP16 DRIVER
321P: Riccardo Facchetti
322M: fizban@tin.it
323S: Maintained
324
325AFFS FILE SYSTEM
326P: Roman Zippel
327M: zippel@linux-m68k.org
328S: Maintained
329
330AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400331P: David Airlie
332M: airlied@linux.ie
333T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700334S: Maintained
335
336AHA152X SCSI DRIVER
337P: Juergen E. Fischer
338M: Juergen Fischer <fischer@norbit.de>
339L: linux-scsi@vger.kernel.org
340S: Maintained
341
Hannes Reinecke64624d42007-10-19 10:32:29 +0200342AIC7XXX / AIC79XX SCSI DRIVER
343P: Hannes Reinecke
344M: hare@suse.de
345L: linux-scsi@vger.kernel.org
346S: Maintained
347
Linus Torvalds1da177e2005-04-16 15:20:36 -0700348ALCATEL SPEEDTOUCH USB DRIVER
349P: Duncan Sands
350M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700351L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352W: http://www.linux-usb.org/SpeedTouch/
353S: Maintained
354
Pierre Ossman272f1332007-05-14 21:25:26 +0200355ALCHEMY AU1XX0 MMC DRIVER
Manuel Lauss08fcb722008-06-09 08:40:35 +0200356P: Manuel Lauss
357M: manuel.lauss@gmail.com
358S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200359
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000360ALI1563 I2C DRIVER
361P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100362M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200363L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000364S: Maintained
365
Linus Torvalds1da177e2005-04-16 15:20:36 -0700366ALPHA PORT
367P: Richard Henderson
368M: rth@twiddle.net
369S: Odd Fixes for 2.4; Maintained for 2.6.
370P: Ivan Kokshaysky
371M: ink@jurassic.park.msu.ru
372S: Maintained for 2.4; PCI support for 2.6.
373
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700374AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
375P: Thomas Dahlmann
376M: thomas.dahlmann@amd.com
Jordan Crouse67d76712008-05-12 14:02:22 -0700377L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700378S: Supported
379
Jordan Crousef90b8112006-01-06 00:12:14 -0800380AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100381P: Jordan Crouse
Jordan Crouse67d76712008-05-12 14:02:22 -0700382L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Jordan Crousef90b8112006-01-06 00:12:14 -0800383W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
384S: Supported
385
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200386AMD IOMMU (AMD-VI)
387P: Joerg Roedel
388M: joerg.roedel@amd.com
389L: iommu@lists.linux-foundation.org
390S: Supported
391
Stelian Pop284f42b2006-12-12 18:18:31 +0100392AMS (Apple Motion Sensor) DRIVER
393P: Stelian Pop
394M: stelian@popies.net
395P: Michael Hanselmann
396M: linux-kernel@hansmi.ch
397S: Supported
398
Tom Tuckerf94b5332006-09-22 15:22:48 -0700399AMSO1100 RNIC DRIVER
400P: Tom Tucker
401M: tom@opengridcomputing.com
402P: Steve Wise
403M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700404L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700405S: Maintained
406
Johannes Berg42269062006-07-25 16:15:50 +0200407AOA (Apple Onboard Audio) ALSA DRIVER
408P: Johannes Berg
409M: johannes@sipsolutions.net
410L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200411L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200412S: Maintained
413
Linus Torvalds1da177e2005-04-16 15:20:36 -0700414APM DRIVER
415P: Stephen Rothwell
416M: sfr@canb.auug.org.au
417L: linux-laptop@vger.kernel.org
418W: http://www.canb.auug.org.au/~sfr/
419S: Supported
420
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700421APPLE SMC DRIVER
422P: Nicolas Boichat
423M: nicolas@boichat.ch
424L: mactel-linux-devel@lists.sourceforge.net
425S: Maintained
426
Linus Torvalds1da177e2005-04-16 15:20:36 -0700427APPLETALK NETWORK LAYER
428P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300429M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430S: Maintained
431
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400432APPLETOUCH TOUCHPAD DRIVER
433P: Johannes Berg
434M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400435L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400436S: Maintained
437
Jaya Kumar1154ea72005-06-21 17:17:04 -0700438ARC FRAMEBUFFER DRIVER
439P: Jaya Kumar
440M: jayalk@intworks.biz
441S: Maintained
442
Linus Torvalds1da177e2005-04-16 15:20:36 -0700443ARM MFM AND FLOPPY DRIVERS
444P: Ian Molton
445M: spyro@f2s.com
446S: Maintained
447
Russell King2761f5c2007-05-24 06:56:08 +0200448ARM PRIMECELL MMCI PL180/1 DRIVER
Pierre Ossman6d799472008-07-22 14:36:57 +0200449S: Orphan
Russell King2761f5c2007-05-24 06:56:08 +0200450
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800451ARM/ADI ROADRUNNER MACHINE SUPPORT
452P: Lennert Buytenhek
453M: kernel@wantstofly.org
454L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
455S: Maintained
456
457ARM/ADS SPHERE MACHINE SUPPORT
458P: Lennert Buytenhek
459M: kernel@wantstofly.org
460L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
461S: Maintained
462
463ARM/AJECO 1ARM MACHINE SUPPORT
464P: Lennert Buytenhek
465M: kernel@wantstofly.org
466L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
467S: Maintained
468
Andrew Victord4a89c72006-12-04 13:56:21 +0100469ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
470P: Andrew Victor
Andrew Victorc5215f32008-03-12 21:29:09 +0100471M: linux@maxim.org.za
Andrew Victord4a89c72006-12-04 13:56:21 +0100472L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
473W: http://maxim.org.za/at91_26.html
474S: Maintained
475
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800476ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
477P: Lennert Buytenhek
478M: kernel@wantstofly.org
479L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
480S: Maintained
481
482ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
483P: Lennert Buytenhek
484M: kernel@wantstofly.org
485L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
486S: Maintained
487
Russell Kinga9da4f72008-07-12 21:42:04 +0100488ARM/COMPULAB CM-X270/EM-X270 MACHINE SUPPORT
489P: Mike Rapoport
490M: mike@compulab.co.il
491L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
492S: Maintained
493
Linus Torvalds1da177e2005-04-16 15:20:36 -0700494ARM/CORGI MACHINE SUPPORT
495P: Richard Purdie
496M: rpurdie@rpsys.net
497S: Maintained
498
Russell Kinga9da4f72008-07-12 21:42:04 +0100499ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
500P: Daniel Ribeiro
501M: drwyrm@gmail.com
502P: Stefan Schmidt
503M: stefan@openezx.org
504P: Harald Welte
505M: laforge@openezx.org
506L: openezx-devel@lists.openezx.org (subscribers-only)
507W: http://www.openezx.org/
508S: Maintained
509
Sascha Hauer86183a52008-07-24 23:50:35 +0200510ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
511P: Sascha Hauer
512M: kernel@pengutronix.de
513L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
514S: Maintained
515
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800516ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
517P: Lennert Buytenhek
518M: kernel@wantstofly.org
519L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
520S: Maintained
521
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100522ARM/GUMSTIX MACHINE SUPPORT
523P: Steve Sakoman
524M: sakoman@gmail.com
525L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
526S: Maintained
527
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100528ARM/HP JORNADA 7XX MACHINE SUPPORT
529P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100530M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100531W: www.jlime.com
532S: Maintained
533
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800534ARM/INTEL IOP32X ARM ARCHITECTURE
535P: Lennert Buytenhek
536M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100537P: Dan Williams
538M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800539L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100540S: Supported
541
542ARM/INTEL IOP33X ARM ARCHITECTURE
543P: Dan Williams
544M: dan.j.williams@intel.com
545L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
546S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800547
548ARM/INTEL IOP13XX ARM ARCHITECTURE
549P: Lennert Buytenhek
550M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100551P: Dan Williams
552M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800553L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100554S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800555
556ARM/INTEL IQ81342EX MACHINE SUPPORT
557P: Lennert Buytenhek
558M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100559P: Dan Williams
560M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800561L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100562S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800563
564ARM/INTEL IXP2000 ARM ARCHITECTURE
565P: Lennert Buytenhek
566M: kernel@wantstofly.org
567L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
568S: Maintained
569
570ARM/INTEL IXDP2850 MACHINE SUPPORT
571P: Lennert Buytenhek
572M: kernel@wantstofly.org
573L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
574S: Maintained
575
576ARM/INTEL IXP23XX ARM ARCHITECTURE
577P: Lennert Buytenhek
578M: kernel@wantstofly.org
579L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
580S: Maintained
581
582ARM/INTEL XSC3 (MANZANO) ARM CORE
583P: Lennert Buytenhek
584M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100585P: Dan Williams
586M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800587L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100588S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800589
590ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
591P: Lennert Buytenhek
592M: kernel@wantstofly.org
593L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
594S: Maintained
595
596ARM/LOGICPD PXA270 MACHINE SUPPORT
597P: Lennert Buytenhek
598M: kernel@wantstofly.org
599L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
600S: Maintained
601
Philipp Zabel3b8861712008-07-09 21:27:15 +0100602ARM/MAGICIAN MACHINE SUPPORT
603P: Philipp Zabel
604M: philipp.zabel@gmail.com
605S: Maintained
606
Dirk Opfer8459c152005-11-06 14:27:52 +0000607ARM/TOSA MACHINE SUPPORT
Dmitry Baryshkov93887042008-07-07 10:50:06 +0100608P: Dmitry Baryshkov
609M: dbaryshkov@gmail.com
Dirk Opfer8459c152005-11-06 14:27:52 +0000610P: Dirk Opfer
611M: dirk@opfer-online.de
612S: Maintained
613
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100614ARM/PALMTX SUPPORT
615P: Marek Vasut
616M: marek.vasut@gmail.com
617W: http://hackndev.com
618S: Maintained
619
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620ARM/PLEB SUPPORT
621P: Peter Chubb
622M: pleb@gelato.unsw.edu.au
623W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
624S: Maintained
625
626ARM/PT DIGITAL BOARD PORT
627P: Stefan Eletzhofer
628M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700629L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700630W: http://www.arm.linux.org.uk/
631S: Maintained
632
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800633ARM/RADISYS ENP2611 MACHINE SUPPORT
634P: Lennert Buytenhek
635M: kernel@wantstofly.org
636L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
637S: Maintained
638
Linus Torvalds1da177e2005-04-16 15:20:36 -0700639ARM/SHARK MACHINE SUPPORT
640P: Alexander Schulz
641M: alex@shark-linux.de
642W: http://www.shark-linux.de/shark.html
643S: Maintained
644
645ARM/STRONGARM110 PORT
646P: Russell King
647M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700648L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700649W: http://www.arm.linux.org.uk/
650S: Maintained
651
652ARM/S3C2410 ARM ARCHITECTURE
653P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800654M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700655L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656W: http://www.fluff.org/ben/linux/
657S: Maintained
658
659ARM/S3C2440 ARM ARCHITECTURE
660P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800661M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700662L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700663W: http://www.fluff.org/ben/linux/
664S: Maintained
665
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800666ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
667P: Lennert Buytenhek
668M: kernel@wantstofly.org
669L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
670S: Maintained
671
672ARM/THECUS N2100 MACHINE SUPPORT
673P: Lennert Buytenhek
674M: kernel@wantstofly.org
675L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
676S: Maintained
677
Linus Torvalds1da177e2005-04-16 15:20:36 -0700678ARPD SUPPORT
679P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700680L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700681S: Maintained
682
683ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500684P: Corentin Chary
685M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700686P: Karol Kozimor
687M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700688L: acpi4asus-user@lists.sourceforge.net
689W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500690W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700691S: Maintained
692
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400693ASUS ASB100 HARDWARE MONITOR DRIVER
694P: Mark M. Hoffman
695M: mhoffman@lightlink.com
696L: lm-sensors@lm-sensors.org
697S: Maintained
698
Corentin Chary85091b72007-01-26 14:04:30 +0100699ASUS LAPTOP EXTRAS DRIVER
700P: Corentin Chary
701M: corentincj@iksaif.net
702L: acpi4asus-user@lists.sourceforge.net
703W: http://sourceforge.net/projects/acpi4asus
704W: http://xf.iksaif.net/acpi4asus
705S: Maintained
706
Dan Williamsb3e5f262007-08-07 10:26:35 -0700707ASYNCHRONOUS TRANSFERS/TRANSFORMS API
708P: Dan Williams
709M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100710P: Maciej Sosnowski
711M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700712L: linux-kernel@vger.kernel.org
713W: http://sourceforge.net/projects/xscaleiop
714S: Supported
715
Linus Torvalds1da177e2005-04-16 15:20:36 -0700716ATA OVER ETHERNET DRIVER
717P: Ed L. Cashin
718M: ecashin@coraid.com
719W: http://www.coraid.com/support/linux
720S: Supported
721
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200722ATHEROS ATH5K WIRELESS DRIVER
723P: Jiri Slaby
724M: jirislaby@gmail.com
725P: Nick Kossifidis
726M: mickflemm@gmail.com
727P: Luis R. Rodriguez
728M: mcgrof@gmail.com
729L: linux-wireless@vger.kernel.org
730L: ath5k-devel@lists.ath5k.org
731S: Maintained
732
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700733ATHEROS ATH9K WIRELESS DRIVER
734P: Luis R. Rodriguez
735M: lrodriguez@atheros.com
736P: Jouni Malinen
737M: jmalinen@atheros.com
738L: linux-wireless@vger.kernel.org
739L: ath9k-devel@lists.ath9k.org
740S: Supported
741
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000742ATI_REMOTE2 DRIVER
743P: Ville Syrjala
744M: syrjala@sci.fi
745S: Maintained
746
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600747ATL1 ETHERNET DRIVER
748P: Jay Cliburn
749M: jcliburn@gmail.com
750P: Chris Snook
751M: csnook@redhat.com
752L: atl1-devel@lists.sourceforge.net
753W: http://sourceforge.net/projects/atl1
754W: http://atl1.sourceforge.net
755S: Maintained
756
Linus Torvalds1da177e2005-04-16 15:20:36 -0700757ATM
758P: Chas Williams
759M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700760L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700761W: http://linux-atm.sourceforge.net
762S: Maintained
763
Pierre Ossman272f1332007-05-14 21:25:26 +0200764ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200765P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800766M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200767L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
768W: http://www.atmel.com/products/AT91/
769W: http://www.at91.com/
770S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200771
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800772ATMEL AT91 / AT32 SERIAL DRIVER
773P: Haavard Skinnemoen
774M: hskinnemoen@atmel.com
775L: linux-kernel@vger.kernel.org
776S: Supported
777
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800778ATMEL LCDFB DRIVER
779P: Nicolas Ferre
780M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800781L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800782S: Maintained
783
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100784ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100785P: Haavard Skinnemoen
786M: hskinnemoen@atmel.com
787S: Supported
788
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800789ATMEL SPI DRIVER
790P: Haavard Skinnemoen
791M: hskinnemoen@atmel.com
792S: Supported
793
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700794ATMEL USBA UDC DRIVER
795P: Haavard Skinnemoen
796M: hskinnemoen@atmel.com
797L: kernel@avr32linux.org
798W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
799S: Supported
800
Linus Torvalds1da177e2005-04-16 15:20:36 -0700801ATMEL WIRELESS DRIVER
802P: Simon Kelley
803M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700804L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700805W: http://www.thekelleys.org.uk/atmel
806W: http://atmelwlandriver.sourceforge.net/
807S: Maintained
808
Chris Wrighta92b7b82005-07-07 18:12:23 -0700809AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400810P: Al Viro
811M: viro@zeniv.linux.org.uk
812P: Eric Paris
813M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700814L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100815W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400816T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700817S: Maintained
818
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800819AUXILIARY DISPLAY DRIVERS
820P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700821M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800822L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700823W: http://miguelojeda.es/auxdisplay.htm
824W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800825S: Maintained
826
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700827AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700828P: Haavard Skinnemoen
829M: hskinnemoen@atmel.com
830W: http://www.atmel.com/products/AVR32/
831W: http://avr32linux.org/
832W: http://avrfreaks.net/
833S: Supported
834
835AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700836P: Haavard Skinnemoen
837M: hskinnemoen@atmel.com
838S: Supported
839
Linus Torvalds1da177e2005-04-16 15:20:36 -0700840AX.25 NETWORK LAYER
841P: Ralf Baechle
842M: ralf@linux-mips.org
843L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200844W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700845S: Maintained
846
Richard Purdie300abeb2007-02-07 22:21:07 +0000847BACKLIGHT CLASS/SUBSYSTEM
848P: Richard Purdie
849M: rpurdie@rpsys.net
850S: Maintained
851
Bryan Wu1394f032007-05-06 14:50:22 -0700852BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800853P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800854M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800855L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
856W: http://blackfin.uclinux.org
857S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700858
Bryan Wue190d6b2007-07-17 14:43:44 +0800859BLACKFIN EMAC DRIVER
860P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800861M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800862L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
863W: http://blackfin.uclinux.org
864S: Supported
865
Mike Frysinger566da5b2007-06-11 15:31:30 +0800866BLACKFIN RTC DRIVER
867P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800868M: vapier.adi@gmail.com
869L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
870W: http://blackfin.uclinux.org
871S: Supported
872
Bryan Wu1394f032007-05-06 14:50:22 -0700873BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800874P: Sonic Zhang
875M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800876L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
877W: http://blackfin.uclinux.org
878S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700879
Bryan Wu1e6d3202007-07-15 02:50:02 +0800880BLACKFIN WATCHDOG DRIVER
881P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800882M: vapier.adi@gmail.com
883L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
884W: http://blackfin.uclinux.org
885S: Supported
886
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887BAYCOM/HDLCDRV DRIVERS FOR AX.25
888P: Thomas Sailer
889M: t.sailer@alumni.ethz.ch
890L: linux-hams@vger.kernel.org
891W: http://www.baycom.org/~tom/ham/ham.html
892S: Maintained
893
Michael Buesche4d6b792007-09-18 15:39:42 -0400894B43 WIRELESS DRIVER
895P: Michael Buesch
896M: mb@bu3sch.de
897P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100898M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400899L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100900W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400901S: Maintained
902
Larry Finger75388ac2007-09-25 16:46:54 -0700903B43LEGACY WIRELESS DRIVER
904P: Larry Finger
905M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100906P: Stefano Brivio
907M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700908L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100909W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700910S: Maintained
911
Linus Torvalds1da177e2005-04-16 15:20:36 -0700912BEFS FILE SYSTEM
913P: Sergey S. Kostyliov
914M: rathamahata@php4.ru
915L: linux-kernel@vger.kernel.org
916S: Maintained
917
Linus Torvalds1da177e2005-04-16 15:20:36 -0700918BFS FILE SYSTEM
919P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800920M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700921L: linux-kernel@vger.kernel.org
922S: Maintained
923
Bryan Wud24ecfc2007-05-01 23:26:32 +0200924BLACKFIN I2C TWI DRIVER
925P: Sonic Zhang
926M: sonic.zhang@analog.com
927L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
928W: http://blackfin.uclinux.org/
929S: Supported
930
Linus Torvalds1da177e2005-04-16 15:20:36 -0700931BLOCK LAYER
932P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200933M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700934L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800935T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700936S: Maintained
937
Joern Engel2b54aae2008-02-06 01:38:02 -0800938BLOCK2MTD DRIVER
939P: Joern Engel
940M: joern@lazybastard.org
941L: linux-mtd@lists.infradead.org
942S: Maintained
943
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944BLUETOOTH SUBSYSTEM
945P: Marcel Holtmann
946M: marcel@holtmann.org
947P: Maxim Krasnyansky
948M: maxk@qualcomm.com
Pavel Machek781c2842008-03-20 15:41:02 -0700949L: linux-bluetooth@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700950W: http://bluez.sf.net
951W: http://www.bluez.org
952W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800953T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700954S: Maintained
955
956BLUETOOTH RFCOMM LAYER
957P: Marcel Holtmann
958M: marcel@holtmann.org
959P: Maxim Krasnyansky
960M: maxk@qualcomm.com
961S: Maintained
962
963BLUETOOTH BNEP LAYER
964P: Marcel Holtmann
965M: marcel@holtmann.org
966P: Maxim Krasnyansky
967M: maxk@qualcomm.com
968S: Maintained
969
970BLUETOOTH CMTP LAYER
971P: Marcel Holtmann
972M: marcel@holtmann.org
973S: Maintained
974
975BLUETOOTH HIDP LAYER
976P: Marcel Holtmann
977M: marcel@holtmann.org
978S: Maintained
979
980BLUETOOTH HCI UART DRIVER
981P: Marcel Holtmann
982M: marcel@holtmann.org
983P: Maxim Krasnyansky
984M: maxk@qualcomm.com
985S: Maintained
986
987BLUETOOTH HCI USB DRIVER
988P: Marcel Holtmann
989M: marcel@holtmann.org
990P: Maxim Krasnyansky
991M: maxk@qualcomm.com
992S: Maintained
993
994BLUETOOTH HCI BCM203X DRIVER
995P: Marcel Holtmann
996M: marcel@holtmann.org
997S: Maintained
998
999BLUETOOTH HCI BPA10X DRIVER
1000P: Marcel Holtmann
1001M: marcel@holtmann.org
1002S: Maintained
1003
1004BLUETOOTH HCI BFUSB DRIVER
1005P: Marcel Holtmann
1006M: marcel@holtmann.org
1007S: Maintained
1008
1009BLUETOOTH HCI DTL1 DRIVER
1010P: Marcel Holtmann
1011M: marcel@holtmann.org
1012S: Maintained
1013
1014BLUETOOTH HCI BLUECARD DRIVER
1015P: Marcel Holtmann
1016M: marcel@holtmann.org
1017S: Maintained
1018
1019BLUETOOTH HCI BT3C DRIVER
1020P: Marcel Holtmann
1021M: marcel@holtmann.org
1022S: Maintained
1023
1024BLUETOOTH HCI BTUART DRIVER
1025P: Marcel Holtmann
1026M: marcel@holtmann.org
1027S: Maintained
1028
1029BLUETOOTH HCI VHCI DRIVER
1030P: Maxim Krasnyansky
1031M: maxk@qualcomm.com
1032S: Maintained
1033
1034BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001035P: Jay Vosburgh
1036M: fubar@us.ibm.com
1037L: bonding-devel@lists.sourceforge.net
1038W: http://sourceforge.net/projects/bonding/
1039S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001040
Gary Zambrano39105892006-06-22 17:26:20 -07001041BROADCOM B44 10/100 ETHERNET DRIVER
1042P: Gary Zambrano
1043M: zambrano@broadcom.com
1044L: netdev@vger.kernel.org
1045S: Supported
1046
Michael Chan948c51e2006-06-04 02:51:39 -07001047BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1048P: Michael Chan
1049M: mchan@broadcom.com
1050L: netdev@vger.kernel.org
1051S: Supported
1052
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001053BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -07001054P: Eilon Greenstein
1055M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001056L: netdev@vger.kernel.org
1057S: Supported
1058
Michael Chan948c51e2006-06-04 02:51:39 -07001059BROADCOM TG3 GIGABIT ETHERNET DRIVER
1060P: Michael Chan
1061M: mchan@broadcom.com
1062L: netdev@vger.kernel.org
1063S: Supported
1064
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001065BSG (block layer generic sg v4 driver)
1066P: FUJITA Tomonori
1067M: fujita.tomonori@lab.ntt.co.jp
1068L: linux-scsi@vger.kernel.org
1069S: Supported
1070
Michael Bueschff1d5c22008-07-25 01:46:10 -07001071BT8XXGPIO DRIVER
1072P: Michael Buesch
1073M: mb@bu3sch.de
1074W: http://bu3sch.de/btgpio.php
1075S: Maintained
1076
Linus Torvalds1da177e2005-04-16 15:20:36 -07001077BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001078P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001079M: mchehab@infradead.org
1080M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001081L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001082W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001083T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001084S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001085
Jonathan Corbet77d51402007-03-22 19:44:17 -03001086CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1087P: Jonathan Corbet
1088M: corbet@lwn.net
1089L: video4linux-list@redhat.com
1090S: Maintained
1091
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001092CAN NETWORK LAYER
1093P: Urs Thuermann
1094M: urs.thuermann@volkswagen.de
1095P: Oliver Hartkopp
1096M: oliver.hartkopp@volkswagen.de
Pavel Emelyanov220fc3f2008-04-29 03:37:41 -07001097L: socketcan-core@lists.berlios.de (subscribers-only)
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001098W: http://developer.berlios.de/projects/socketcan/
1099S: Maintained
1100
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001101CALGARY x86-64 IOMMU
1102P: Muli Ben-Yehuda
1103M: muli@il.ibm.com
1104P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001105M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001106L: linux-kernel@vger.kernel.org
1107L: discuss@x86-64.org
1108S: Maintained
1109
Arnd Bergmannb8154542008-05-16 11:10:59 +02001110CELL BROADBAND ENGINE ARCHITECTURE
1111P: Arnd Bergmann
1112M: arnd@arndb.de
1113L: linuxppc-dev@ozlabs.org
1114L: cbe-oss-dev@ozlabs.org
1115W: http://www.ibm.com/developerworks/power/cell/
1116S: Supported
1117
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001118CFAG12864B LCD 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
1126CFAG12864BFB LCD FRAMEBUFFER DRIVER
1127P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001128M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001129L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001130W: http://miguelojeda.es/auxdisplay.htm
1131W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001132S: Maintained
1133
Johannes Berg704232c2007-04-23 12:20:05 -07001134CFG80211 and NL80211
1135P: Johannes Berg
1136M: johannes@sipsolutions.net
1137L: linux-wireless@vger.kernel.org
1138S: Maintained
1139
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001140CHECKPATCH
1141P: Andy Whitcroft
1142M: apw@shadowen.org
1143P: Randy Dunlap
1144M: rdunlap@xenotime.net
1145P: Joel Schopp
1146M: jschopp@austin.ibm.com
1147S: Supported
1148
Linus Torvalds1da177e2005-04-16 15:20:36 -07001149COMMON INTERNET FILE SYSTEM (CIFS)
1150P: Steve French
1151M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001152L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001154W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001155T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001156S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001157
Joel Becker7063fbf2005-12-15 14:29:43 -08001158CONFIGFS
1159P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -08001160M: joel.becker@oracle.com
1161L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001162S: Supported
1163
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001164CIRRUS LOGIC EP93XX ETHERNET DRIVER
1165P: Lennert Buytenhek
1166M: kernel@wantstofly.org
1167L: netdev@vger.kernel.org
1168S: Maintained
1169
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001170CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1171P: Lennert Buytenhek
1172M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001173L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001174S: Maintained
1175
Timur Tabid9e9d822008-04-24 08:45:26 +10001176CIRRUS LOGIC CS4270 SOUND DRIVER
1177P: Timur Tabi
1178M: timur@freescale.com
1179L: alsa-devel@alsa-project.org
1180S: Supported
1181
Linus Torvalds1da177e2005-04-16 15:20:36 -07001182CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1183P: Cirrus Logic Corporation (kernel 2.2 driver)
1184M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1185P: Nils Faerber (port to kernel 2.4)
1186M: Nils Faerber <nils@kernelconcepts.de>
1187S: Maintained
1188
1189CODA FILE SYSTEM
1190P: Jan Harkes
1191M: jaharkes@cs.cmu.edu
1192M: coda@cs.cmu.edu
1193L: codalist@coda.cs.cmu.edu
1194W: http://www.coda.cs.cmu.edu/
1195S: Maintained
1196
1197COMPACTPCI HOTPLUG CORE
1198P: Scott Murray
1199M: scottm@somanetworks.com
1200M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001201L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001202S: Supported
1203
1204COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1205P: Scott Murray
1206M: scottm@somanetworks.com
1207M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001208L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001209S: Supported
1210
1211COMPACTPCI HOTPLUG GENERIC DRIVER
1212P: Scott Murray
1213M: scottm@somanetworks.com
1214M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001215L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216S: Supported
1217
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001218COMPAL LAPTOP SUPPORT
1219P: Cezary Jackiewicz
1220M: cezary.jackiewicz@gmail.com
1221S: Maintained
1222
Linus Torvalds1da177e2005-04-16 15:20:36 -07001223COMPUTONE INTELLIPORT MULTIPORT CARD
1224P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001225M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001226W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001227S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001228
Simon Arlott949be0f2007-03-06 02:47:46 -08001229CONEXANT ACCESSRUNNER USB DRIVER
1230P: Simon Arlott
1231M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001232L: accessrunner-general@lists.sourceforge.net
1233W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001234S: Maintained
1235
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001236CONTROL GROUPS (CGROUPS)
1237P: Paul Menage
1238M: menage@google.com
1239L: containers@lists.linux-foundation.org
1240S: Maintained
1241
Rudolf Marekbebe4672007-05-08 17:22:02 +02001242CORETEMP HARDWARE MONITORING DRIVER
1243P: Rudolf Marek
1244M: r.marek@assembler.cz
1245L: lm-sensors@lm-sensors.org
1246S: Maintained
1247
Linus Torvalds1da177e2005-04-16 15:20:36 -07001248COSA/SRP SYNC SERIAL DRIVER
1249P: Jan "Yenya" Kasprzak
1250M: kas@fi.muni.cz
1251W: http://www.fi.muni.cz/~kas/cosa/
1252S: Maintained
1253
1254CPU FREQUENCY DRIVERS
1255P: Dave Jones
1256M: davej@codemonkey.org.uk
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001257L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001258W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001259T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001260S: Maintained
1261
1262CPUID/MSR DRIVER
1263P: H. Peter Anvin
1264M: hpa@zytor.com
1265S: Maintained
1266
Paul Jacksoned90fb42005-09-27 21:45:37 -07001267CPUSETS
1268P: Paul Jackson
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001269P: Paul Menage
Paul Jacksoned90fb42005-09-27 21:45:37 -07001270M: pj@sgi.com
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001271M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001272L: linux-kernel@vger.kernel.org
1273W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001274W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001275S: Supported
1276
Linus Torvalds1da177e2005-04-16 15:20:36 -07001277CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001278W: http://sourceforge.net/projects/cramfs/
1279S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001280
1281CRIS PORT
1282P: Mikael Starvik
1283M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001284P: Jesper Nilsson
1285M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286L: dev-etrax@axis.com
1287W: http://developer.axis.com
1288S: Maintained
1289
1290CRYPTO API
1291P: Herbert Xu
1292M: herbert@gondor.apana.org.au
1293P: David S. Miller
1294M: davem@davemloft.net
1295L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001296T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001297S: Maintained
1298
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001299CS5535 Audio ALSA driver
1300P: Jaya Kumar
1301M: jayakumar.alsa@gmail.com
1302S: Maintained
1303
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001304CX18 VIDEO4LINUX DRIVER
1305P: Hans Verkuil, Andy Walls
1306M: hverkuil@xs4all.nl, awalls@radix.net
1307L: ivtv-devel@ivtvdriver.org
1308L: ivtv-users@ivtvdriver.org
1309L: video4linux-list@redhat.com
1310W: http://linuxtv.org
1311S: Maintained
1312
Steve Wisee5ec3782008-05-20 14:06:33 -07001313CXGB3 ETHERNET DRIVER (CXGB3)
1314P: Divy Le Ray
1315M: divy@chelsio.com
1316L: netdev@vger.kernel.org
1317W: http://www.chelsio.com
1318S: Supported
1319
1320CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1321P: Steve Wise
1322M: swise@chelsio.com
1323L: general@lists.openfabrics.org
1324W: http://www.openfabrics.org
1325S: Supported
1326
Linus Torvalds1da177e2005-04-16 15:20:36 -07001327CYBERPRO FB DRIVER
1328P: Russell King
1329M: rmk@arm.linux.org.uk
1330W: http://www.arm.linux.org.uk/
1331S: Maintained
1332
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001333CYBLAFB FRAMEBUFFER DRIVER
1334P: Knut Petersen
1335M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001336L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001337S: Maintained
1338
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339CYCLADES 2X SYNC CARD DRIVER
1340P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001341M: acme@ghostprotocols.net
1342W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001343S: Maintained
1344
1345CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001346W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001347S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001348
1349CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001350W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001351S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001352
Linus Torvalds1da177e2005-04-16 15:20:36 -07001353DAMA SLAVE for AX.25
1354P: Joerg Reuter
1355M: jreuter@yaina.de
1356W: http://yaina.de/jreuter/
1357W: http://www.qsl.net/dl1bke/
1358L: linux-hams@vger.kernel.org
1359S: Maintained
1360
1361DC395x SCSI driver
1362P: Oliver Neukum
1363M: oliver@neukum.name
1364P: Ali Akcaagac
1365M: aliakc@web.de
1366P: Jamie Lenehan
1367M: lenehan@twibble.org
1368W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001369L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001370L: http://lists.twibble.org/mailman/listinfo/dc395x/
1371S: Maintained
1372
1373DC390/AM53C974 SCSI driver
1374P: Kurt Garloff
1375M: garloff@suse.de
1376W: http://www.garloff.de/kurt/linux/dc390/
1377P: Guennadi Liakhovetski
1378M: g.liakhovetski@gmx.de
1379S: Maintained
1380
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001381DCCP PROTOCOL
1382P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001383M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001384L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001385W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001386S: Maintained
1387
Linus Torvalds1da177e2005-04-16 15:20:36 -07001388DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001389P: Christine Caulfield
1390M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001391W: http://linux-decnet.sourceforge.net
1392L: linux-decnet-user@lists.sourceforge.net
1393S: Maintained
1394
1395DEFXX FDDI NETWORK DRIVER
1396P: Maciej W. Rozycki
1397M: macro@linux-mips.org
1398S: Maintained
1399
1400DELL LAPTOP SMM DRIVER
1401P: Massimo Dal Zotto
1402M: dz@debian.org
1403W: http://www.debian.org/~dz/i8k/
1404S: Maintained
1405
Doug Warzecha90563ec2005-09-06 15:17:15 -07001406DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1407P: Doug Warzecha
1408M: Douglas_Warzecha@dell.com
1409S: Maintained
1410
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001411DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001412P: Alasdair Kergon
1413L: dm-devel@redhat.com
1414W: http://sources.redhat.com/dm
1415S: Maintained
1416
1417DEVICE NUMBER REGISTRY
1418P: Torben Mathiasen
1419M: device@lanana.org
1420W: http://lanana.org/docs/device-list/index.html
1421L: linux-kernel@vger.kernel.org
1422S: Maintained
1423
Linus Torvalds1da177e2005-04-16 15:20:36 -07001424DIGI INTL. EPCA DRIVER
1425P: Digi International, Inc
1426M: Eng.Linux@digi.com
1427L: Eng.Linux@digi.com
1428W: http://www.digi.com
1429S: Orphaned
1430
Linus Torvalds1da177e2005-04-16 15:20:36 -07001431DIRECTORY NOTIFICATION
1432P: Stephen Rothwell
1433M: sfr@canb.auug.org.au
1434L: linux-kernel@vger.kernel.org
1435S: Supported
1436
1437DISK GEOMETRY AND PARTITION HANDLING
1438P: Andries Brouwer
1439M: aeb@cwi.nl
1440W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1441W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1442W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1443S: Maintained
1444
1445DISKQUOTA:
1446P: Jan Kara
1447M: jack@suse.cz
1448L: linux-kernel@vger.kernel.org
1449S: Maintained
1450
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001451DISTRIBUTED LOCK MANAGER
Christine Caulfield8943f262008-02-14 19:31:31 -08001452P: Christine Caulfield
1453M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001454P: David Teigland
1455M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001456L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001457W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001458T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001459S: Supported
1460
Linus Torvalds1da177e2005-04-16 15:20:36 -07001461DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1462P: Tobias Ringstrom
1463M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001464L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001465S: Maintained
1466
Dan Williamsb3e5f262007-08-07 10:26:35 -07001467DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001468P: Maciej Sosnowski
1469M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001470P: Dan Williams
1471M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001472L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001473S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001474
Juerg Haefligerb8250372007-06-09 10:11:16 -04001475DME1737 HARDWARE MONITOR DRIVER
1476P: Juerg Haefliger
1477M: juergh@gmail.com
1478L: lm-sensors@lm-sensors.org
1479S: Maintained
1480
Martin Waitzba483d52005-06-17 13:20:59 -07001481DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001482P: Randy Dunlap
1483M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001484S: Maintained
1485
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001486DOCKING STATION DRIVER
1487P: Kristen Carlson Accardi
1488M: kristen.c.accardi@intel.com
1489L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001490S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001491
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001492DOCUMENTATION (/Documentation directory)
1493P: Michael Kerrisk
1494M: mtk.manpages@gmail.com
1495P: Randy Dunlap
1496M: rdunlap@xenotime.net
1497L: linux-doc@vger.kernel.org
1498S: Maintained
1499
Linus Torvalds1da177e2005-04-16 15:20:36 -07001500DOUBLETALK DRIVER
1501P: James R. Van Zandt
1502M: jrv@vanzandt.mv.com
1503L: blinux-list@redhat.com
1504S: Maintained
1505
1506DRIVER CORE, KOBJECTS, AND SYSFS
1507P: Greg Kroah-Hartman
1508M: gregkh@suse.de
1509L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001510T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001511S: Supported
1512
1513DRM DRIVERS
1514P: David Airlie
1515M: airlied@linux.ie
1516L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001517T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001518S: Maintained
1519
1520DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001521P: Francois Romieu
1522M: romieu@fr.zoreil.com
1523L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001524S: Maintained
1525
1526DVB SUBSYSTEM AND DRIVERS
1527P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001528M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001529L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001530W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001531T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001532S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001533
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001534DZ DECSTATION DZ11 SERIAL DRIVER
1535P: Maciej W. Rozycki
1536M: macro@linux-mips.org
1537S: Maintained
1538
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539EATA-DMA SCSI DRIVER
1540P: Michael Neuffer
1541L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1542S: Maintained
1543
1544EATA ISA/EISA/PCI SCSI DRIVER
1545P: Dario Ballabio
1546M: ballabio_dario@emc.com
1547L: linux-scsi@vger.kernel.org
1548S: Maintained
1549
1550EATA-PIO SCSI DRIVER
1551P: Michael Neuffer
1552M: mike@i-Connect.Net
1553L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1554S: Maintained
1555
1556EBTABLES
1557P: Bart De Schuymer
1558M: bart.de.schuymer@pandora.be
1559L: ebtables-user@lists.sourceforge.net
1560L: ebtables-devel@lists.sourceforge.net
1561W: http://ebtables.sourceforge.net/
1562S: Maintained
1563
Michael Halcrow237fead2006-10-04 02:16:22 -07001564ECRYPT FILE SYSTEM
1565P: Mike Halcrow, Phillip Hellewell
1566M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1567L: ecryptfs-devel@lists.sourceforge.net
1568W: http://ecryptfs.sourceforge.net/
1569S: Supported
1570
Alan Coxda9bb1d2006-01-18 17:44:13 -08001571EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001572P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001573M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001574L: bluesmoke-devel@lists.sourceforge.net
1575W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001576S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001577
1578EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001579P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001580P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001581M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001582M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001583L: bluesmoke-devel@lists.sourceforge.net
1584W: bluesmoke.sourceforge.net
1585S: Maintained
1586
1587EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001588P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001589M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001590L: bluesmoke-devel@lists.sourceforge.net
1591W: bluesmoke.sourceforge.net
1592S: Maintained
1593
Douglas Thompson6bc78402007-07-19 01:50:12 -07001594EDAC-I82443BXGX
1595P: Tim Small
1596M: tim@buttersideup.com
1597L: bluesmoke-devel@lists.sourceforge.net
1598W: bluesmoke.sourceforge.net
1599S: Maintained
1600
1601EDAC-I3000
1602P: Jason Uhlenkott
1603M: juhlenko@akamai.com
1604L: bluesmoke-devel@lists.sourceforge.net
1605W: bluesmoke.sourceforge.net
1606S: Maintained
1607
1608EDAC-I5000
1609P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001610M: dougthompson@xmission.com
1611L: bluesmoke-devel@lists.sourceforge.net
1612W: bluesmoke.sourceforge.net
1613S: Maintained
1614
1615EDAC-I82975X
1616P: Ranganathan Desikan
1617P: Arvind R.
1618M: rdesikan@jetzbroadband.com
1619M: arvind@acarlab.com
1620L: bluesmoke-devel@lists.sourceforge.net
1621W: bluesmoke.sourceforge.net
1622S: Maintained
1623
1624EDAC-PASEMI
1625P: Egor Martovetsky
1626M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001627L: bluesmoke-devel@lists.sourceforge.net
1628W: bluesmoke.sourceforge.net
1629S: Maintained
1630
Dave Peterson0e438e32006-03-26 01:38:55 -08001631EDAC-R82600
1632P: Tim Small
1633M: tim@buttersideup.com
1634L: bluesmoke-devel@lists.sourceforge.net
1635W: bluesmoke.sourceforge.net
1636S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001637
Eric Coopere59f8792008-03-13 12:55:46 +01001638EEEPC LAPTOP EXTRAS DRIVER
1639P: Corentin Chary
1640M: corentincj@iksaif.net
1641L: acpi4asus-user@lists.sourceforge.net
1642W: http://sourceforge.net/projects/acpi4asus
1643S: Maintained
1644
Linus Torvalds1da177e2005-04-16 15:20:36 -07001645EEPRO100 NETWORK DRIVER
1646P: Andrey V. Savochkin
1647M: saw@saw.sw.com.sg
1648S: Maintained
1649
Josh Triplett0bee8d22006-07-30 03:03:58 -07001650EFS FILESYSTEM
1651W: http://aeschi.ch.eu.org/efs/
1652S: Orphan
1653
Heiko J Schickfab97222006-09-22 15:22:22 -07001654EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1655P: Hoang-Nam Nguyen
1656M: hnguyen@de.ibm.com
1657P: Christoph Raisch
1658M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001659L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001660S: Supported
1661
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001662EMBEDDED LINUX
1663P: Paul Gortmaker
1664M: paul.gortmaker@windriver.com
1665P David Woodhouse
1666M: dwmw2@infradead.org
1667L: linux-embedded@vger.kernel.org
1668S: Maintained
1669
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001670EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001671P: James Smart
1672M: james.smart@emulex.com
1673L: linux-scsi@vger.kernel.org
1674W: http://sourceforge.net/projects/lpfcxxxx
1675S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001676
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677EPSON 1355 FRAMEBUFFER DRIVER
1678P: Christopher Hoover
1679M: ch@murgatroid.com, ch@hpl.hp.com
1680S: Maintained
1681
1682ETHEREXPRESS-16 NETWORK DRIVER
1683P: Philip Blundell
1684M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001685L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001686S: Maintained
1687
1688ETHERNET BRIDGE
1689P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001690M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001691L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001692W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001693S: Maintained
1694
1695ETHERTEAM 16I DRIVER
1696P: Mika Kuoppala
1697M: miku@iki.fi
1698S: Maintained
1699
1700EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001701L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001702S: Maintained
1703
1704EXT3 FILE SYSTEM
1705P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001706M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001707L: linux-ext4@vger.kernel.org
1708S: Maintained
1709
1710EXT4 FILE SYSTEM
1711P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001712M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001713L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001714S: Maintained
1715
Jean Delvaree53004e2006-01-09 23:26:14 +01001716F71805F HARDWARE MONITORING DRIVER
1717P: Jean Delvare
1718M: khali@linux-fr.org
1719L: lm-sensors@lm-sensors.org
1720S: Maintained
1721
Linus Torvalds1da177e2005-04-16 15:20:36 -07001722FARSYNC SYNCHRONOUS DRIVER
1723P: Kevin Curtis
1724M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001725W: http://www.farsite.co.uk/
1726S: Supported
1727
Akinobu Mitac5408b82007-04-23 14:41:20 -07001728FAULT INJECTION SUPPORT
1729P: Akinobu Mita
1730M: akinobu.mita@gmail.com
1731S: Supported
1732
Linus Torvalds1da177e2005-04-16 15:20:36 -07001733FRAMEBUFFER LAYER
1734P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001735M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001736L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001737W: http://linux-fbdev.sourceforge.net/
1738S: Maintained
1739
Zhang Wei173acc72008-03-01 07:42:48 -07001740FREESCALE DMA DRIVER
Zhang Wei76b0c782008-05-13 14:44:59 -07001741P: Li Yang
1742M: leoli@freescale.com
1743P: Zhang Wei
1744M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001745L: linuxppc-embedded@ozlabs.org
1746L: linux-kernel@vger.kernel.org
1747S: Maintained
1748
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001749FREESCALE I2C CPM DRIVER
1750P: Jochen Friedrich
1751M: jochen@scram.de
1752L: linuxppc-dev@ozlabs.org
1753L: i2c@lm-sensors.org
1754S: Maintained
1755
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001756FREESCALE SOC FS_ENET DRIVER
1757P: Pantelis Antoniou
1758M: pantelis.antoniou@gmail.com
1759P: Vitaly Bordug
1760M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001761L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001762L: netdev@vger.kernel.org
1763S: Maintained
1764
Timur Tabid9e9d822008-04-24 08:45:26 +10001765FREESCALE QUICC ENGINE LIBRARY
1766P: Timur Tabi
1767M: timur@freescale.com
1768L: linuxppc-dev@ozlabs.org
1769S: Supported
1770
Li Yanga7205b32007-04-23 10:38:18 -07001771FREESCALE HIGHSPEED USB DEVICE DRIVER
1772P: Li Yang
1773M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001774L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001775L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001776S: Maintained
1777
Li Yangbeaf53b2007-05-25 13:54:02 +08001778FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1779P: Li Yang
1780M: leoli@freescale.com
1781L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001782L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001783S: Maintained
1784
Timur Tabid9e9d822008-04-24 08:45:26 +10001785FREESCALE QUICC ENGINE UCC UART DRIVER
1786P: Timur Tabi
1787M: timur@freescale.com
1788L: linuxppc-dev@ozlabs.org
1789S: Supported
1790
1791FREESCALE SOC SOUND DRIVERS
1792P: Timur Tabi
1793M: timur@freescale.com
1794L: alsa-devel@alsa-project.org
1795L: linuxppc-dev@ozlabs.org
1796S: Supported
1797
Linus Torvalds1da177e2005-04-16 15:20:36 -07001798FILE LOCKING (flock() and fcntl()/lockf())
1799P: Matthew Wilcox
1800M: matthew@wil.cx
1801L: linux-fsdevel@vger.kernel.org
1802S: Maintained
1803
1804FILESYSTEMS (VFS and infrastructure)
1805P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001806M: viro@zeniv.linux.org.uk
Paul Menageb9cf92e2008-02-14 19:31:24 -08001807L: linux-fsdevel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001808S: Maintained
1809
Stefan Richterf148e202008-01-12 12:32:44 +01001810FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001811P: Kristian Hoegsberg, Stefan Richter
1812M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1813L: linux1394-devel@lists.sourceforge.net
1814W: http://www.linux1394.org/
1815T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1816S: Maintained
1817
Linus Torvalds1da177e2005-04-16 15:20:36 -07001818FIRMWARE LOADER (request_firmware)
1819L: linux-kernel@vger.kernel.org
1820S: Orphan
1821
1822FPU EMULATOR
1823P: Bill Metzenthen
1824M: billm@suburbia.net
1825W: http://suburbia.net/~billm/floating-point/emulator/
1826S: Maintained
1827
1828FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1829P: Mike McLagan
1830M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001831L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832S: Maintained
1833
1834FREEVXFS FILESYSTEM
1835P: Christoph Hellwig
1836M: hch@infradead.org
1837W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1838S: Maintained
1839
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001840FTRACE
1841P: Steven Rostedt
1842M: srostedt@redhat.com
1843S: Maintained
1844
David Howells5ab7ffe2007-04-10 15:10:45 +01001845FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846P: David Howells
1847M: dhowells@redhat.com
1848S: Maintained
1849
Jonathan Woithe20b93732008-06-11 10:14:56 +09301850FUJITSU LAPTOP EXTRAS
1851P: Jonathan Woithe
1852M: jwoithe@physics.adelaide.edu.au
1853L: linux-acpi@vger.kernel.org
1854S: Maintained
1855
Miklos Szeredi04578f12005-09-09 13:10:22 -07001856FUSE: FILESYSTEM IN USERSPACE
1857P: Miklos Szeredi
1858M: miklos@szeredi.hu
1859L: fuse-devel@lists.sourceforge.net
1860W: http://fuse.sourceforge.net/
1861S: Maintained
1862
Linus Torvalds1da177e2005-04-16 15:20:36 -07001863FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1864P: Rik Faith
1865M: faith@cs.unc.edu
1866L: linux-scsi@vger.kernel.org
1867S: Odd fixes (e.g., new signatures)
1868
1869GDT SCSI DISK ARRAY CONTROLLER DRIVER
1870P: Achim Leubner
1871M: achim_leubner@adaptec.com
1872L: linux-scsi@vger.kernel.org
1873W: http://www.icp-vortex.com/
1874S: Supported
1875
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001876GENERIC GPIO I2C DRIVER
1877P: Haavard Skinnemoen
1878M: hskinnemoen@atmel.com
1879S: Supported
1880
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1882P: Krzysztof Halasa
1883M: khc@pm.waw.pl
1884W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1885S: Maintained
1886
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001887GFS2 FILE SYSTEM
1888P: Steven Whitehouse
1889M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001890L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001891W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001892T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1893T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001894S: Supported
1895
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001896GIGASET ISDN DRIVERS
1897P: Hansjoerg Lipp
1898M: hjlipp@web.de
1899P: Tilman Schmidt
1900M: tilman@imap.cc
1901L: gigaset307x-common@lists.sourceforge.net
1902W: http://gigaset307x.sourceforge.net/
1903S: Maintained
1904
Jean Delvare5b543962005-08-15 19:51:02 +02001905HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001906L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001907W: http://www.lm-sensors.org/
Mark M. Hoffman47d715a2008-07-31 23:48:25 -04001908S: Orphaned
Jean Delvare5b543962005-08-15 19:51:02 +02001909
Michael Buesch844dd052006-06-26 00:24:59 -07001910HARDWARE RANDOM NUMBER GENERATOR CORE
Michael Buesch41851082008-02-23 15:23:42 -08001911S: Orphaned
Michael Buesch844dd052006-06-26 00:24:59 -07001912
Robert Love860e1d62005-08-31 23:57:59 -04001913HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1914P: Robert Love
1915M: rlove@rlove.org
1916M: linux-kernel@vger.kernel.org
1917W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1918S: Maintained
1919
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920HARMONY SOUND DRIVER
1921P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001922M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001923L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924S: Maintained
1925
1926HAYES ESP SERIAL DRIVER
1927P: Andrew J. Robinson
1928M: arobinso@nyx.net
1929L: linux-kernel@vger.kernel.org
1930W: http://www.nyx.net/~arobinso
1931S: Maintained
1932
1933HFS FILESYSTEM
1934P: Roman Zippel
1935M: zippel@linux-m68k.org
1936L: linux-kernel@vger.kernel.org
1937S: Maintained
1938
1939HGA FRAMEBUFFER DRIVER
1940P: Ferenc Bakonyi
1941M: fero@drama.obuda.kando.hu
1942L: linux-nvidia@lists.surfsouth.com
1943W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1944S: Maintained
1945
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001946HID CORE LAYER
1947P: Jiri Kosina
1948M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001949L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001950T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001951S: Maintained
1952
Ingo Molnar38bed542007-02-22 09:09:34 +01001953HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1954P: Thomas Gleixner
1955M: tglx@linutronix.de
1956L: linux-kernel@vger.kernel.org
1957S: Maintained
1958
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959HIGH-SPEED SCC DRIVER FOR AX.25
1960P: Klaus Kudielka
1961M: klaus.kudielka@ieee.org
1962L: linux-hams@vger.kernel.org
1963W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1964S: Maintained
1965
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001966HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1967P: HighPoint Linux Team
1968M: linux@highpoint-tech.com
1969W: http://www.highpoint-tech.com
1970S: Supported
1971
Linus Torvalds1da177e2005-04-16 15:20:36 -07001972HIPPI
1973P: Jes Sorensen
1974M: jes@trained-monkey.org
1975L: linux-hippi@sunsite.dk
1976S: Maintained
1977
1978HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1979P: Chirag Kantharia
1980M: chirag.kantharia@hp.com
1981L: iss_storagedev@hp.com
1982S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001983
Linus Torvalds1da177e2005-04-16 15:20:36 -07001984HEWLETT-PACKARD SMART2 RAID DRIVER
1985P: Chirag Kantharia
1986M: chirag.kantharia@hp.com
1987L: iss_storagedev@hp.com
1988S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001989
Linus Torvalds1da177e2005-04-16 15:20:36 -07001990HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1991P: Mike Miller
1992M: mike.miller@hp.com
1993L: iss_storagedev@hp.com
1994S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001995
Jouni Malinenff1d2762005-05-12 22:54:16 -04001996HOST AP DRIVER
1997P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001998M: j@w1.fi
1999L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07002000L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04002001W: http://hostap.epitest.fi/
2002S: Maintained
2003
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2005P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002006M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002007S: Maintained
2008
Carlos Corbachodd8cd772008-02-05 02:17:15 +00002009HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2010P: Carlos Corbacho
2011M: carlos@strangeworlds.co.uk
2012S: Odd Fixes
2013
Clemens Ladischd36e74c2008-07-23 21:26:46 -07002014HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08002015P: Clemens Ladisch
2016M: clemens@ladisch.de
2017S: Maintained
2018
2019HPET: i386
2020P: Venkatesh Pallipadi (Venki)
2021M: venkatesh.pallipadi@intel.com
2022S: Maintained
2023
2024HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02002025P: Vojtech Pavlik
2026M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08002027S: Maintained
2028
2029HPET: ACPI hpet.c
2030P: Bob Picco
2031M: bob.picco@hp.com
2032S: Maintained
2033
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034HPFS FILESYSTEM
2035P: Mikulas Patocka
2036M: mikulas@artax.karlin.mff.cuni.cz
2037W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2038S: Maintained
2039
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04002040HTCPEN TOUCHSCREEN DRIVER
2041P: Pau Oliva Fora
2042M: pof@eslack.org
2043L: linux-input@vger.kernel.org
2044S: Maintained
2045
Linus Torvalds1da177e2005-04-16 15:20:36 -07002046HUGETLB FILESYSTEM
2047P: William Irwin
2048M: wli@holomorphy.com
2049S: Maintained
2050
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002051I2C/SMBUS STUB DRIVER
2052P: Mark M. Hoffman
2053M: mhoffman@lightlink.com
2054L: lm-sensors@lm-sensors.org
2055S: Maintained
2056
Jean Delvare5b543962005-08-15 19:51:02 +02002057I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002058P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002059M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002060P: Ben Dooks (embedded platforms)
2061M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02002062L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08002063T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002064S: Maintained
2065
Till Harbaume8c76ee2007-05-01 23:26:35 +02002066I2C-TINY-USB DRIVER
2067P: Till Harbaum
2068M: till@harbaum.org
2069L: i2c@lm-sensors.org
2070T: http://www.harbaum.org/till/i2c_tiny_usb
2071S: Maintained
2072
Linus Torvalds1da177e2005-04-16 15:20:36 -07002073i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002074P: H. Peter Anvin
2075M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002076L: Linux-Kernel@vger.kernel.org
2077S: Maintained
2078
2079i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002080P: H. Peter Anvin
2081M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002082T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002083S: Maintained
2084
Linus Torvalds1da177e2005-04-16 15:20:36 -07002085IA64 (Itanium) PLATFORM
2086P: Tony Luck
2087M: tony.luck@intel.com
2088L: linux-ia64@vger.kernel.org
2089W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002090T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091S: Maintained
2092
2093SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06002094P: Jes Sorensen
2095M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096L: linux-altix@sgi.com
2097L: linux-ia64@vger.kernel.org
2098W: http://www.sgi.com/altix
2099S: Maintained
2100
2101IBM MCA SCSI SUBSYSTEM DRIVER
2102P: Michael Lang
2103M: langa2@kph.uni-mainz.de
2104W: http://www.uni-mainz.de/~langm000/linux.html
2105S: Maintained
2106
2107IBM Power Linux RAID adapter
2108P: Brian King
2109M: brking@us.ibm.com
2110S: Supported
2111
2112IBM ServeRAID RAID DRIVER
2113P: Jack Hammer
2114P: Dave Jeffery
2115M: ipslinux@adaptec.com
2116W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002117S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002119IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002121M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002123T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002124S: Maintained
2125
2126IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002127P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002128M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002129L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002130S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131
2132IDE/ATAPI FLOPPY DRIVERS
2133P: Paul Bristow
2134M: Paul Bristow <paul@paulbristow.net>
2135W: http://paulbristow.net/linux/idefloppy.html
2136L: linux-kernel@vger.kernel.org
2137S: Maintained
2138
2139IDE/ATAPI TAPE DRIVERS
2140P: Gadi Oxman
2141M: Gadi Oxman <gadio@netvision.net.il>
2142L: linux-kernel@vger.kernel.org
2143S: Maintained
2144
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002145IDE-SCSI DRIVER
2146L: linux-ide@vger.kernel.org
2147L: linux-scsi@vger.kernel.org
2148S: Orphan
2149
Stefan Richterf148e202008-01-12 12:32:44 +01002150IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002152M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002153P: Stefan Richter
2154M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002155L: linux1394-devel@lists.sourceforge.net
2156W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002157T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002158S: Maintained
2159
Stefan Richterf51a5a92007-04-23 14:41:10 -07002160IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161P: Dan Dennedy
2162M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002163P: Stefan Richter
2164M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002166S: Maintained
2167
Linus Torvalds1da177e2005-04-16 15:20:36 -07002168IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002169L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002170S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002171
2172INFINIBAND SUBSYSTEM
2173P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002174M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002175P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002176M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07002178M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002179L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002181T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002182S: Supported
2183
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04002184INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08002185P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04002186M: dmitry.torokhov@gmail.com
2187M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002188L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002189T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190S: Maintained
2191
Robert Lovec9f04f52005-07-15 12:21:07 -04002192INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01002193P: John McCutchan
2194M: ttb@tentacle.dhs.org
2195P: Robert Love
2196M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002197L: linux-kernel@vger.kernel.org
2198S: Maintained
2199
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002200INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002201P: Sylvain Meyer
2202M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002203L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002204S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002205
Linus Torvalds1da177e2005-04-16 15:20:36 -07002206INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002207P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002208M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002209L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002210S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002211
Linus Torvalds1da177e2005-04-16 15:20:36 -07002212INTEL IA32 MICROCODE UPDATE SUPPORT
2213P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002214M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215S: Maintained
2216
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002217INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002218P: Maciej Sosnowski
2219M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002220L: linux-kernel@vger.kernel.org
2221S: Supported
2222
Dan Williamsb3e5f262007-08-07 10:26:35 -07002223INTEL IOP-ADMA DMA DRIVER
2224P: Dan Williams
2225M: dan.j.williams@intel.com
2226L: linux-kernel@vger.kernel.org
2227S: Supported
2228
Michael Buesch844dd052006-06-26 00:24:59 -07002229INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2230P: Deepak Saxena
2231M: dsaxena@plexity.net
2232S: Maintained
2233
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002234INTEL IXP2000 ETHERNET DRIVER
2235P: Lennert Buytenhek
2236M: kernel@wantstofly.org
2237L: netdev@vger.kernel.org
2238S: Maintained
2239
Auke Kokd94e6fe2008-03-03 14:37:47 -08002240INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002241P: Jeff Kirsher
2242M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002243P: Jesse Brandeburg
2244M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002245P: Bruce Allan
2246M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002247P: PJ Waskiewicz
2248M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002249P: John Ronciak
2250M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002251L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002252W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002253S: Supported
2254
James Ketrenos826d2ab2005-11-07 18:56:59 -06002255INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002256P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002257M: yi.zhu@intel.com
2258P: James Ketrenos
2259M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002260P: Reinette Chatre
2261M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002262L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002263L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002264W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002265W: http://ipw2100.sourceforge.net
2266S: Supported
2267
2268INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002269P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002270M: yi.zhu@intel.com
2271P: James Ketrenos
2272M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002273P: Reinette Chatre
2274M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002275L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002276L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002277W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002278W: http://ipw2200.sourceforge.net
2279S: Supported
2280
Zhu Yib481de92007-09-25 17:54:57 -07002281INTEL WIRELESS WIFI LINK (iwlwifi)
2282P: Zhu Yi
2283M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002284P: Reinette Chatre
2285M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002286L: linux-wireless@vger.kernel.org
2287L: ipw3945-devel@lists.sourceforge.net
2288W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002289T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002290S: Supported
2291
Ralf Baechlecb109a02007-08-30 23:56:30 -07002292IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002293P: Ralf Baechle
2294M: ralf@linux-mips.org
2295L: linux-mips@linux-mips.org
2296S: Maintained
2297
Ralf Baechlecb109a02007-08-30 23:56:30 -07002298IOC3 SERIAL DRIVER
2299P: Pat Gefre
2300M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002301L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002302S: Maintained
2303
Linus Torvalds1da177e2005-04-16 15:20:36 -07002304IP MASQUERADING:
2305P: Juanjo Ciarlante
2306M: jjciarla@raiz.uncu.edu.ar
2307S: Maintained
2308
Francois Romieu1202d6f2007-09-17 17:13:55 -07002309IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2310P: Francois Romieu
2311M: romieu@fr.zoreil.com
2312P: Sorbica Shieh
2313M: sorbica@icplus.com.tw
2314P: Jesse Huang
2315M: jesse@icplus.com.tw
2316L: netdev@vger.kernel.org
2317S: Maintained
2318
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002319IPATH DRIVER:
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002320P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002321M: infinipath@qlogic.com
2322L: general@lists.openfabrics.org
2323T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002324S: Supported
2325
Corey Minyard4409ebe2006-04-20 02:43:12 -07002326IPMI SUBSYSTEM
2327P: Corey Minyard
2328M: minyard@acm.org
2329L: openipmi-developer@lists.sourceforge.net
2330W: http://openipmi.sourceforge.net/
2331S: Supported
2332
Linus Torvalds1da177e2005-04-16 15:20:36 -07002333IPX NETWORK LAYER
2334P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002335M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002336L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002337S: Maintained
2338
David Sterba099dc4f2008-02-07 10:57:12 +01002339IPWIRELES DRIVER
2340P: Jiri Kosina
2341M: jkosina@suse.cz
2342P: David Sterba
2343M: dsterba@suse.cz
2344S: Maintained
2345T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2346
Linus Torvalds1da177e2005-04-16 15:20:36 -07002347IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002348P: Samuel Ortiz
2349M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002350L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002351W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002352S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002353
Mike Christie14816b12007-11-28 16:22:06 -08002354ISCSI
2355P: Mike Christie
2356M: michaelc@cs.wisc.edu
2357L: open-iscsi@googlegroups.com
2358W: www.open-iscsi.org
2359T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2360S: Maintained
2361
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362ISAPNP
2363P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002364M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002365S: Maintained
2366
2367ISDN SUBSYSTEM
2368P: Karsten Keil
2369M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002370L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002372T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002373S: Maintained
2374
2375ISDN SUBSYSTEM (Eicon active card driver)
2376P: Armin Schindler
2377M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002378L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002379W: http://www.melware.de
2380S: Maintained
2381
Hans Verkuil91821ff2007-12-02 09:35:33 -03002382IVTV VIDEO4LINUX DRIVER
2383P: Hans Verkuil
2384M: hverkuil@xs4all.nl
2385L: ivtv-devel@ivtvdriver.org
2386L: ivtv-users@ivtvdriver.org
2387L: video4linux-list@redhat.com
2388W: http://www.ivtvdriver.org
2389S: Maintained
2390
Linus Torvalds1da177e2005-04-16 15:20:36 -07002391JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2392P: David Woodhouse
2393M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002394L: linux-mtd@lists.infradead.org
2395W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396S: Maintained
2397
Artem Bityutskiy95270562008-07-14 17:58:44 +03002398UBI FILE SYSTEM (UBIFS)
2399P: Artem Bityutskiy
2400M: dedekind@infradead.org
2401P: Adrian Hunter
2402M: ext-adrian.hunter@nokia.com
2403L: linux-mtd@lists.infradead.org
2404T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
2405W: http://www.linux-mtd.infradead.org/doc/ubifs.html
2406S: Maintained
2407
Linus Torvalds1da177e2005-04-16 15:20:36 -07002408JFS FILESYSTEM
2409P: Dave Kleikamp
2410M: shaggy@austin.ibm.com
2411L: jfs-discussion@lists.sourceforge.net
2412W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002413T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002414S: Supported
2415
Josh Triplettde456d32006-07-30 03:04:00 -07002416JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002417P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002418M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002419L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002420S: Maintained
2421
Rudolf Marek4660cb32006-10-08 22:01:26 +02002422K8TEMP HARDWARE MONITORING DRIVER
2423P: Rudolf Marek
2424M: r.marek@assembler.cz
2425L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426S: Maintained
2427
2428KCONFIG
2429P: Roman Zippel
2430M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002431L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002432S: Maintained
2433
Vivek Goyalea6c2082006-05-20 14:59:55 -07002434KDUMP
2435P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002436M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002437P: Haren Myneni
2438M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002439L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002440L: linux-kernel@vger.kernel.org
2441W: http://lse.sourceforge.net/kdump/
2442S: Maintained
2443
Linus Torvalds1da177e2005-04-16 15:20:36 -07002444KERNEL AUTOMOUNTER (AUTOFS)
2445P: H. Peter Anvin
2446M: hpa@zytor.com
2447L: autofs@linux.kernel.org
2448S: Odd Fixes
2449
2450KERNEL AUTOMOUNTER v4 (AUTOFS4)
2451P: Ian Kent
2452M: raven@themaw.net
2453L: autofs@linux.kernel.org
2454S: Maintained
2455
2456KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002457P: Sam Ravnborg
2458M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002459T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2460T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002461L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002462S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002463
2464KERNEL JANITORS
2465P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002466L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002468S: Maintained
2469
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002470KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002471P: J. Bruce Fields
2472M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002473P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002474M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002475L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002476W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002477S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002478
Avi Kivity426d62e2006-12-13 00:34:03 -08002479KERNEL VIRTUAL MACHINE (KVM)
2480P: Avi Kivity
2481M: avi@qumranet.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002482L: kvm@vger.kernel.org
2483W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002484S: Supported
2485
Hollis Blanchard513014b2008-04-16 23:28:08 -05002486KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2487P: Hollis Blanchard
2488M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002489L: kvm-ppc@vger.kernel.org
2490W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002491S: Supported
2492
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002493KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002494P: Anthony Xu
2495M: anthony.xu@intel.com
2496P: Xiantao Zhang
2497M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002498L: kvm-ia64@vger.kernel.org
2499W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002500S: Supported
2501
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002502KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2503P: Carsten Otte
2504M: cotte@de.ibm.com
2505P: Christian Borntraeger
2506M: borntraeger@de.ibm.com
2507M: linux390@de.ibm.com
2508L: linux-s390@vger.kernel.org
2509W: http://www.ibm.com/developerworks/linux/linux390/
2510S: Supported
2511
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002512KEXEC
2513P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002514M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002515W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002516L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002517L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002518S: Maintained
2519
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002520KGDB
2521P: Jason Wessel
2522M: jason.wessel@windriver.com
2523L: kgdb-bugreport@lists.sourceforge.net
2524S: Maintained
2525
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002526KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002527P: Ananth N Mavinakayanahalli
2528M: ananth@in.ibm.com
2529P: Anil S Keshavamurthy
2530M: anil.s.keshavamurthy@intel.com
2531P: David S. Miller
2532M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002533P: Masami Hiramatsu
2534M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002535L: linux-kernel@vger.kernel.org
2536S: Maintained
2537
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002538KS0108 LCD CONTROLLER DRIVER
2539P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002540M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002541L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002542W: http://miguelojeda.es/auxdisplay.htm
2543W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002544S: Maintained
2545
Linus Torvalds1da177e2005-04-16 15:20:36 -07002546LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002547L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002548S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002549
2550LASI 53c700 driver for PARISC
2551P: James E.J. Bottomley
2552M: James.Bottomley@HansenPartnership.com
2553L: linux-scsi@vger.kernel.org
2554S: Maintained
2555
Richard Purdie263de9b2006-05-15 09:44:16 -07002556LED SUBSYSTEM
2557P: Richard Purdie
2558M: rpurdie@rpsys.net
2559S: Maintained
2560
Linus Torvalds1da177e2005-04-16 15:20:36 -07002561LEGO USB Tower driver
2562P: Juergen Stuber
2563M: starblue@users.sourceforge.net
2564L: legousb-devel@lists.sourceforge.net
2565W: http://legousb.sourceforge.net/
2566S: Maintained
2567
Rusty Russell568a17f2007-10-25 14:12:24 +10002568LGUEST
2569P: Rusty Russell
2570M: rusty@rustcorp.com.au
2571L: lguest@ozlabs.org
2572W: http://lguest.ozlabs.org/
2573S: Maintained
2574
Linus Torvalds1da177e2005-04-16 15:20:36 -07002575LINUX FOR IBM pSERIES (RS/6000)
2576P: Paul Mackerras
2577M: paulus@au.ibm.com
2578W: http://www.ibm.com/linux/ltc/projects/ppc
2579S: Supported
2580
2581LINUX FOR NCR VOYAGER
2582P: James Bottomley
2583M: James.Bottomley@HansenPartnership.com
2584W: http://www.hansenpartnership.com/voyager
2585S: Maintained
2586
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002587LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588P: Paul Mackerras
2589M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002590P: Benjamin Herrenschmidt
2591M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002592W: http://www.penguinppc.org/
2593L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002594T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002595S: Supported
2596
2597LINUX FOR POWER MACINTOSH
2598P: Benjamin Herrenschmidt
2599M: benh@kernel.crashing.org
2600W: http://www.penguinppc.org/
2601L: linuxppc-dev@ozlabs.org
2602S: Maintained
2603
Grant Likely77a76362008-07-12 12:11:43 -06002604LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605P: Sylvain Munaut
2606M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002607P: Grant Likely
2608M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002609L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610S: Maintained
2611
2612LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002613P: Josh Boyer
2614M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002615P: Matt Porter
2616M: mporter@kernel.crashing.org
2617W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002618L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002619T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002620S: Maintained
2621
Grant Likely260c02a2007-10-02 12:15:34 +10002622LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2623P: Grant Likely
2624M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002625W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002626L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002627S: Maintained
2628
Tom Rinie93adf12005-07-26 12:49:53 -07002629LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002630P: Vitaly Bordug
2631M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002632P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002633M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002634W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002635L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002636S: Maintained
2637
Linus Torvalds1da177e2005-04-16 15:20:36 -07002638LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002639P: Kumar Gala
2640M: galak@kernel.crashing.org
2641W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002642L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002643S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644
Olof Johanssonab06ff32006-09-06 14:44:54 -05002645LINUX FOR POWERPC PA SEMI PWRFICIENT
2646P: Olof Johansson
2647M: olof@lixom.net
2648W: http://www.pasemi.com/
2649L: linuxppc-dev@ozlabs.org
2650S: Supported
2651
Linus Torvalds1da177e2005-04-16 15:20:36 -07002652LLC (802.2)
2653P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002654M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002655S: Maintained
2656
Linus Torvalds1da177e2005-04-16 15:20:36 -07002657LINUX SECURITY MODULE (LSM) FRAMEWORK
2658P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002659M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002660L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002661T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002662S: Supported
2663
2664LM83 HARDWARE MONITOR DRIVER
2665P: Jean Delvare
2666M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002667L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002668S: Maintained
2669
2670LM90 HARDWARE MONITOR DRIVER
2671P: Jean Delvare
2672M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002673L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002674S: Maintained
2675
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002676LOCKDEP AND LOCKSTAT
2677P: Peter Zijlstra
2678M: peterz@infradead.org
2679P: Ingo Molnar
2680M: mingo@redhat.com
2681L: linux-kernel@vger.kernel.org
2682T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2683S: Maintained
2684
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002685LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002686P: Richard Russon (FlatCap)
2687M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002688L: linux-ntfs-dev@lists.sourceforge.net
2689W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690S: Maintained
2691
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002692LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2693P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002694M: Eric.Moore@lsi.com
2695M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002696L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002697L: linux-scsi@vger.kernel.org
2698W: http://www.lsilogic.com/support
2699S: Supported
2700
Linus Torvalds1da177e2005-04-16 15:20:36 -07002701LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2702P: Matthew Wilcox
2703M: matthew@wil.cx
2704L: linux-scsi@vger.kernel.org
2705S: Maintained
2706
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002707M32R ARCHITECTURE
2708P: Hirokazu Takata
2709M: takata@linux-m32r.org
2710L: linux-m32r@ml.linux-m32r.org
2711L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2712W: http://www.linux-m32r.org/
2713S: Maintained
2714
Linus Torvalds1da177e2005-04-16 15:20:36 -07002715M68K ARCHITECTURE
2716P: Geert Uytterhoeven
2717M: geert@linux-m68k.org
2718P: Roman Zippel
2719M: zippel@linux-m68k.org
2720L: linux-m68k@lists.linux-m68k.org
2721W: http://www.linux-m68k.org/
2722W: http://linux-m68k-cvs.ubb.ca/
2723S: Maintained
2724
2725M68K ON APPLE MACINTOSH
2726P: Joshua Thompson
2727M: funaho@jurai.org
2728W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002729L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002730S: Maintained
2731
2732M68K ON HP9000/300
2733P: Philip Blundell
2734M: philb@gnu.org
2735W: http://www.tazenda.demon.co.uk/phil/linux-hp
2736S: Maintained
2737
Jiri Benc64a327a2007-05-05 11:47:08 -07002738MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002739P: Johannes Berg
2740M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002741P: Michael Wu
2742M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002743L: linux-wireless@vger.kernel.org
2744W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002745T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002746S: Maintained
2747
Stefano Brivio1036d862007-12-23 04:46:27 +01002748MAC80211 PID RATE CONTROL
2749P: Stefano Brivio
2750M: stefano.brivio@polimi.it
2751P: Mattias Nissler
2752M: mattias.nissler@gmx.de
2753L: linux-wireless@vger.kernel.org
2754W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2755T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2756S: Maintained
2757
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002758MACVLAN DRIVER
2759P: Patrick McHardy
2760M: kaber@trash.net
2761L: netdev@vger.kernel.org
2762S: Maintained
2763
Linus Torvalds1da177e2005-04-16 15:20:36 -07002764MARVELL YUKON / SYSKONNECT DRIVER
2765P: Mirko Lindner
2766M: mlindner@syskonnect.de
2767P: Ralph Roesler
2768M: rroesler@syskonnect.de
2769W: http://www.syskonnect.com
2770S: Supported
2771
Michael Kerriskfaf16682005-07-31 22:34:47 -07002772MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002773P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002774M: mtk.manpages@gmail.com
Michael Kerriskc76a5872008-07-04 09:59:49 -07002775W: http://www.kernel.org/doc/man-pages
2776S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002777
Stefano Brivio74cda162007-11-19 20:27:46 +01002778MARVELL LIBERTAS WIRELESS DRIVER
2779P: Dan Williams
2780M: dcbw@redhat.com
2781L: libertas-dev@lists.infradead.org
2782S: Maintained
2783
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002784MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002785P: Lennert Buytenhek
2786M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002787L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002788S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002789
2790MATROX FRAMEBUFFER DRIVER
2791P: Petr Vandrovec
2792M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002793L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002794S: Maintained
2795
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002796MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2797P: Hans J. Koch
2798M: hjk@linutronix.de
2799L: lm-sensors@lm-sensors.org
2800S: Maintained
2801
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002802MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002803P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002804M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002805S: linux-scsi@vger.kernel.org
2806W: http://megaraid.lsilogic.com
2807S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002808
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002809MEMORY MANAGEMENT
2810L: linux-mm@kvack.org
2811L: linux-kernel@vger.kernel.org
2812W: http://www.linux-mm.org
2813S: Maintained
2814
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002815MEMORY RESOURCE CONTROLLER
2816P: Balbir Singh
2817M: balbir@linux.vnet.ibm.com
2818P: Pavel Emelyanov
2819M: xemul@openvz.org
2820P: KAMEZAWA Hiroyuki
2821M: kamezawa.hiroyu@jp.fujitsu.com
2822L: linux-mm@kvack.org
2823L: linux-kernel@vger.kernel.org
2824S: Maintained
2825
David Howellsb920de12008-02-08 04:19:31 -08002826MEI MN10300/AM33 PORT
2827P: David Howells
2828M: dhowells@redhat.com
2829P: Koichi Yasutake
2830M: yasutake.koichi@jp.panasonic.com
Robert P. J. Day66e10602008-04-29 00:59:34 -07002831L: linux-am33-list@redhat.com (moderated for non-subscribers)
David Howellsb920de12008-02-08 04:19:31 -08002832W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2833S: Maintained
2834
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002835MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002836P: David Woodhouse
2837M: dwmw2@infradead.org
2838W: http://www.linux-mtd.infradead.org/
2839L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002840T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002841S: Maintained
2842
Artem Bityutskiy48576402007-02-13 17:11:10 +02002843UNSORTED BLOCK IMAGES (UBI)
2844P: Artem Bityutskiy
2845M: dedekind@infradead.org
2846W: http://www.linux-mtd.infradead.org/
2847L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002848T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002849S: Maintained
2850
Linus Torvalds1da177e2005-04-16 15:20:36 -07002851MICROTEK X6 SCANNER
2852P: Oliver Neukum
2853M: oliver@neukum.name
2854S: Maintained
2855
2856MIPS
2857P: Ralf Baechle
2858M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002859W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002860L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002861T: git www.linux-mips.org:/pub/scm/linux.git
2862S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002863
2864MISCELLANEOUS MCA-SUPPORT
2865P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002866M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002867L: linux-kernel@vger.kernel.org
2868S: Maintained
2869
2870MODULE SUPPORT
2871P: Rusty Russell
2872M: rusty@rustcorp.com.au
2873L: linux-kernel@vger.kernel.org
2874S: Maintained
2875
2876MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2877P: Stelian Pop
2878M: stelian@popies.net
2879W: http://popies.net/meye/
2880S: Maintained
2881
Pavel Pisac58ff042007-05-16 01:10:41 +02002882MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2883P: Pavel Pisa
2884M: ppisa@pikron.com
2885L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002886S: Maintained
2887
Linus Torvalds1da177e2005-04-16 15:20:36 -07002888MOUSE AND MISC DEVICES [GENERAL]
2889P: Alessandro Rubini
2890M: rubini@ipvvis.unipv.it
2891L: linux-kernel@vger.kernel.org
2892S: Maintained
2893
Jiri Slabyb9705b62008-04-30 00:53:48 -07002894MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002895P: Jiri Slaby
2896M: jirislaby@gmail.com
2897L: linux-kernel@vger.kernel.org
2898S: Maintained
2899
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002900MSI LAPTOP SUPPORT
2901P: Lennart Poettering
2902M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002903W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002904W: http://0pointer.de/lennart/tchibo.html
2905S: Maintained
2906
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002907MULTIFUNCTION DEVICES (MFD)
2908P: Samuel Ortiz
2909M: sameo@openedhand.com
2910L: linux-kernel@vger.kernel.org
2911S: Supported
2912
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002913MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002914P: Pierre Ossman
2915M: drzeus-mmc@drzeus.cx
2916L: linux-kernel@vger.kernel.org
2917S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002918
David Brownell15a05802007-08-08 09:12:54 -07002919MULTIMEDIA CARD (MMC) ETC. OVER SPI
2920P: David Brownell
2921M: dbrownell@users.sourceforge.net
2922L: linux-kernel@vger.kernel.org
2923S: Odd fixes
2924
Linus Torvalds1da177e2005-04-16 15:20:36 -07002925MULTISOUND SOUND DRIVER
2926P: Andrew Veliath
2927M: andrewtv@usa.net
2928S: Maintained
2929
Jiri Slabyd7354102006-12-08 02:38:35 -08002930MULTITECH MULTIPORT CARD (ISICOM)
2931P: Jiri Slaby
2932M: jirislaby@gmail.com
2933L: linux-kernel@vger.kernel.org
2934S: Maintained
2935
Felipe Balbi550a7372008-07-24 12:27:36 +03002936MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
2937P: Felipe Balbi
2938M: felipe.balbi@nokia.com
2939L: linux-usb@vger.kernel.org
2940S: Maintained
2941
Brice Goglin2d3cf582008-05-17 12:45:36 +02002942MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2943P: Andrew Gallatin
2944M: gallatin@myri.com
2945P: Brice Goglin
2946M: brice@myri.com
2947L: netdev@vger.kernel.org
2948W: http://www.myri.com/scs/download-Myri10GE.html
2949S: Supported
2950
Linus Torvalds1da177e2005-04-16 15:20:36 -07002951NATSEMI ETHERNET DRIVER (DP8381x)
2952P: Tim Hockin
2953M: thockin@hockin.org
2954S: Maintained
2955
2956NCP FILESYSTEM
2957P: Petr Vandrovec
2958M: vandrove@vc.cvut.cz
2959L: linware@sh.cvut.cz
2960S: Maintained
2961
2962NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2963P: James E.J. Bottomley
2964M: James.Bottomley@HansenPartnership.com
2965L: linux-scsi@vger.kernel.org
2966S: Maintained
2967
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002968NETEFFECT IWARP RNIC DRIVER (IW_NES)
2969P: Faisal Latif
2970M: flatif@neteffect.com
Chien Tung5f625602008-05-26 15:23:32 -07002971P: Chien Tung
2972M: ctung@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002973L: general@lists.openfabrics.org
2974W: http://www.neteffect.com
2975S: Supported
2976F: drivers/infiniband/hw/nes/
2977
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002978NETEM NETWORK EMULATOR
2979P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002980M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002981L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002982S: Maintained
2983
Jiri Slaby4a584482007-08-30 23:56:39 -07002984NETERION (S2IO) Xframe 10GbE DRIVER
2985P: Ramkrishna Vepa
2986M: ram.vepa@neterion.com
2987P: Rastapur Santosh
2988M: santosh.rastapur@neterion.com
2989P: Sivakumar Subramani
2990M: sivakumar.subramani@neterion.com
2991P: Sreenivasa Honnur
2992M: sreenivasa.honnur@neterion.com
2993L: netdev@vger.kernel.org
2994W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2995S: Supported
2996
Linus Torvalds1da177e2005-04-16 15:20:36 -07002997NETFILTER/IPTABLES/IPCHAINS
2998P: Rusty Russell
2999P: Marc Boucher
3000P: James Morris
3001P: Harald Welte
3002P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07003003P: Patrick McHardy
3004M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07003005L: netfilter-devel@vger.kernel.org
3006L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07003007L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003008W: http://www.netfilter.org/
3009W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003010S: Supported
3011
Paul Moore4cc67732006-09-25 15:57:13 -07003012NETLABEL
3013P: Paul Moore
3014M: paul.moore@hp.com
3015W: http://netlabel.sf.net
3016L: netdev@vger.kernel.org
3017S: Supported
3018
Linus Torvalds1da177e2005-04-16 15:20:36 -07003019NETROM NETWORK LAYER
3020P: Ralf Baechle
3021M: ralf@linux-mips.org
3022L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003023W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003024S: Maintained
3025
Pavel Machek5ddb88c2006-09-29 02:01:29 -07003026NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003027P: Paul Clements
3028M: Paul.Clements@steeleye.com
3029S: Maintained
3030
3031NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003032P: Jeff Garzik
3033M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07003034L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003035T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003036S: Maintained
3037
3038NETWORKING [GENERAL]
3039P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07003040M: netdev@vger.kernel.org
3041L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003042W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003043S: Maintained
3044
3045NETWORKING [IPv4/IPv6]
3046P: David S. Miller
3047M: davem@davemloft.net
3048P: Alexey Kuznetsov
3049M: kuznet@ms2.inr.ac.ru
3050P: Pekka Savola (ipv6)
3051M: pekkas@netcore.fi
3052P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003053M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003054P: Hideaki YOSHIFUJI
3055M: yoshfuji@linux-ipv6.org
3056P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003057M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003058L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003059T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003060S: Maintained
3061
James Morris10e2ff12007-08-25 14:41:28 -07003062NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3063P: Paul Moore
3064M: paul.moore@hp.com
3065L: netdev@vger.kernel.org
3066S: Maintained
3067
John W. Linville29f8f632006-01-18 14:52:48 -08003068NETWORKING [WIRELESS]
3069P: John W. Linville
3070M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003071L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003072T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3073S: Maintained
3074
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003075NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003076P: Dhananjay Phadke
3077M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003078L: netdev@vger.kernel.org
3079W: http://www.netxen.com
3080S: Supported
3081
Linus Torvalds1da177e2005-04-16 15:20:36 -07003082IPVS
3083P: Wensong Zhang
3084M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07003085P: Simon Horman
3086M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07003087P: Julian Anastasov
3088M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07003089L: netdev@vger.kernel.org
Simon Horman37cc6782008-08-11 14:33:40 -07003090L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003091S: Maintained
3092
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003093NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003094P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003095M: Trond.Myklebust@netapp.com
3096L: linux-nfs@vger.kernel.org
3097W: http://client.linux-nfs.org
3098T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003099S: Maintained
3100
3101NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003102P: Jan-Pascal van Best
3103M: janpascal@vanbest.org
3104P: Andreas Mohr
3105M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003106L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003107S: Maintained
3108
3109NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3110P: YOKOTA Hiroshi
3111M: yokota@netlab.is.tsukuba.ac.jp
3112W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3113S: Maintained
3114
3115NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3116P: GOTO Masanori
3117M: gotom@debian.or.jp
3118P: YOKOTA Hiroshi
3119M: yokota@netlab.is.tsukuba.ac.jp
3120W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3121S: Maintained
3122
Linus Torvalds1da177e2005-04-16 15:20:36 -07003123NTFS FILESYSTEM
3124P: Anton Altaparmakov
3125M: aia21@cantab.net
3126L: linux-ntfs-dev@lists.sourceforge.net
3127L: linux-kernel@vger.kernel.org
3128W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08003129T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003130S: Maintained
3131
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003132NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003133P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003134M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003135L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003136S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003137
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003138OPENCORES I2C BUS DRIVER
3139P: Peter Korsgaard
3140M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02003141L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003142S: Maintained
3143
Mark Fashehccd979b2005-12-15 14:31:24 -08003144ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3145P: Mark Fasheh
Mark Fasheha5754332008-03-21 10:40:31 -07003146M: mfasheh@suse.com
3147P: Joel Becker
3148M: joel.becker@oracle.com
Robert P. J. Dayc0ff1f22008-04-21 22:34:01 +00003149L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fashehccd979b2005-12-15 14:31:24 -08003150W: http://oss.oracle.com/projects/ocfs2/
Joel Beckerdda47bc2008-03-22 22:08:07 -07003151T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003152S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08003153
Bob Copeland0ad122d2008-07-25 19:45:18 -07003154OMFS FILESYSTEM
3155P: Bob Copeland
3156M: me@bobcopeland.com
3157L: linux-karma-devel@lists.sourceforge.net
3158S: Maintained
3159
Harald Weltec1986ee2005-11-13 16:06:29 -08003160OMNIKEY CARDMAN 4000 DRIVER
3161P: Harald Welte
3162M: laforge@gnumonks.org
3163S: Maintained
3164
Harald Welte77c44ab2005-11-13 16:06:26 -08003165OMNIKEY CARDMAN 4040 DRIVER
3166P: Harald Welte
3167M: laforge@gnumonks.org
3168S: Maintained
3169
Jonathan Corbet77d51402007-03-22 19:44:17 -03003170OMNIVISION OV7670 SENSOR DRIVER
3171P: Jonathan Corbet
3172M: corbet@lwn.net
3173L: video4linux-list@redhat.com
3174S: Maintained
3175
Thomas Gleixner431bca72007-05-02 09:31:35 +02003176ONENAND FLASH DRIVER
3177P: Kyungmin Park
3178M: kyungmin.park@samsung.com
3179L: linux-mtd@lists.infradead.org
3180S: Maintained
3181
Linus Torvalds1da177e2005-04-16 15:20:36 -07003182ONSTREAM SCSI TAPE DRIVER
3183P: Willem Riede
3184M: osst@riede.org
3185L: osst-users@lists.sourceforge.net
3186L: linux-scsi@vger.kernel.org
3187S: Maintained
3188
Linus Torvalds1da177e2005-04-16 15:20:36 -07003189OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003190P: Robert Richter
3191M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003192L: oprofile-list@lists.sf.net
3193S: Maintained
3194
3195ORINOCO DRIVER
3196P: Pavel Roskin
3197M: proski@gnu.org
3198P: David Gibson
3199M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003200L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003201L: orinoco-users@lists.sourceforge.net
3202L: orinoco-devel@lists.sourceforge.net
3203W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204S: Maintained
3205
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003206PA SEMI ETHERNET DRIVER
3207P: Olof Johansson
3208M: olof@lixom.net
3209L: netdev@vger.kernel.org
3210S: Maintained
3211
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003212PA SEMI SMBUS DRIVER
3213P: Olof Johansson
3214M: olof@lixom.net
3215L: i2c@lm-sensors.org
3216S: Maintained
3217
Linus Torvalds1da177e2005-04-16 15:20:36 -07003218PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003219L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003220S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003221
3222PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3223P: Tim Waugh
3224M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003225L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003226W: http://www.torque.net/linux-pp.html
3227S: Maintained
3228
3229PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003230P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003231M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003232P: Matthew Wilcox
3233M: matthew@wil.cx
3234P: Grant Grundler
3235M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003236L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003237W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003238T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003239S: Maintained
3240
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003241PARAVIRT_OPS INTERFACE
3242P: Jeremy Fitzhardinge
3243M: jeremy@xensource.com
3244P: Chris Wright
3245M: chrisw@sous-sol.org
3246P: Zachary Amsden
3247M: zach@vmware.com
3248P: Rusty Russell
3249M: rusty@rustcorp.com.au
3250L: virtualization@lists.osdl.org
3251L: linux-kernel@vger.kernel.org
3252S: Supported
3253
Jim Cromie1662d322006-10-06 00:43:59 -07003254PC87360 HARDWARE MONITORING DRIVER
3255P: Jim Cromie
3256M: jim.cromie@gmail.com
3257L: lm-sensors@lm-sensors.org
3258S: Maintained
3259
3260PC8736x GPIO DRIVER
3261P: Jim Cromie
3262M: jim.cromie@gmail.com
3263S: Maintained
3264
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003265PCI ERROR RECOVERY
3266P: Linas Vepstas
3267M: linas@austin.ibm.com
3268L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003269L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003270S: Supported
3271
Linus Torvalds1da177e2005-04-16 15:20:36 -07003272PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003273P: Jesse Barnes
3274M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003275L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003276L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003277T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003278S: Supported
3279
3280PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003281P: Kristen Carlson Accardi
3282M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003283S: Supported
3284
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003285PCIE HOTPLUG DRIVER
3286P: Kristen Carlson Accardi
3287M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003288L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003289S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003290
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003292P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003293L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003294W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003295T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003296S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003297
3298PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003299P: Don Fry
3300M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003301L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003302S: Maintained
3303
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003304PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003305P: Balbir Singh
3306M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003307L: linux-kernel@vger.kernel.org
3308S: Maintained
3309
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003310PERSONALITY HANDLING
3311P: Christoph Hellwig
3312M: hch@infradead.org
3313L: linux-abi-devel@lists.sourceforge.net
3314S: Maintained
3315
Linus Torvalds1da177e2005-04-16 15:20:36 -07003316PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003317P: Joern Engel
3318M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003319L: linux-mtd@lists.infradead.org
3320S: Maintained
3321
Peter Osterlund249a6772005-09-27 21:45:30 -07003322PKTCDVD DRIVER
3323P: Peter Osterlund
3324M: petero2@telia.com
3325L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003326S: Maintained
3327
Linus Torvalds1da177e2005-04-16 15:20:36 -07003328POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003329P: Thomas Gleixner
3330M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003331L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003332S: Supported
3333
Anton Vorontsov3be86142007-07-15 04:43:36 +04003334POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3335P: Anton Vorontsov
3336M: cbou@mail.ru
3337P: David Woodhouse
3338M: dwmw2@infradead.org
3339L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003340T: git git.infradead.org/battery-2.6.git
3341S: Maintained
3342
Linus Torvalds1da177e2005-04-16 15:20:36 -07003343PNP SUPPORT
3344P: Adam Belay
3345M: ambx1@neo.rr.com
3346S: Maintained
3347
Vitaly Wool999445d2007-01-04 13:07:03 +01003348PNXxxxx I2C DRIVER
3349P: Vitaly Wool
3350M: vitalywool@gmail.com
3351L: i2c@lm-sensors.org
3352S: Maintained
3353
Linus Torvalds1da177e2005-04-16 15:20:36 -07003354PPP PROTOCOL DRIVERS AND COMPRESSORS
3355P: Paul Mackerras
3356M: paulus@samba.org
3357L: linux-ppp@vger.kernel.org
3358S: Maintained
3359
3360PPP OVER ATM (RFC 2364)
3361P: Mitchell Blank Jr
3362M: mitch@sfgoth.com
3363S: Maintained
3364
3365PPP OVER ETHERNET
3366P: Michal Ostrowski
Chris Wright5e70b7f2008-06-09 16:07:28 -07003367M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003368S: Maintained
3369
James Chapmana6d23702007-06-27 15:53:17 -07003370PPP OVER L2TP
3371P: James Chapman
3372M: jchapman@katalix.com
3373S: Maintained
3374
Linus Torvalds1da177e2005-04-16 15:20:36 -07003375PREEMPTIBLE KERNEL
3376P: Robert Love
3377M: rml@tech9.net
3378L: linux-kernel@vger.kernel.org
3379L: kpreempt-tech@lists.sourceforge.net
3380W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3381S: Supported
3382
Michael Wueff1a592007-09-25 18:11:01 -07003383P54 WIRELESS DRIVER
3384P: Michael Wu
3385M: flamingice@sourmilk.net
3386L: linux-wireless@vger.kernel.org
3387W: http://prism54.org
3388T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3389S: Maintained
3390
Linus Torvalds1da177e2005-04-16 15:20:36 -07003391PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003392P: Luis R. Rodriguez
3393M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003394L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003395W: http://prism54.org
3396S: Maintained
3397
3398PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3399P: Peter Denison
3400M: promise@pnd-pc.demon.co.uk
3401W: http://www.pnd-pc.demon.co.uk/promise/
3402S: Maintained
3403
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003404PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3405P: Mikael Pettersson
3406M: mikpe@it.uu.se
3407L: linux-ide@vger.kernel.org
3408S: Maintained
3409
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003410PS3 NETWORK SUPPORT
3411P: Masakazu Mokuno
3412M: mokuno@sm.sony.co.jp
3413L: netdev@vger.kernel.org
3414L: cbe-oss-dev@ozlabs.org
3415S: Supported
3416
Geoff Levandf58a9d12006-11-23 00:46:51 +01003417PS3 PLATFORM SUPPORT
3418P: Geoff Levand
3419M: geoffrey.levand@am.sony.com
3420L: linuxppc-dev@ozlabs.org
3421L: cbe-oss-dev@ozlabs.org
3422S: Supported
3423
Michael Krufky83202042006-07-03 00:24:18 -07003424PVRUSB2 VIDEO4LINUX DRIVER
3425P: Mike Isely
3426M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003427L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003428L: video4linux-list@redhat.com
3429W: http://www.isely.net/pvrusb2/
3430S: Maintained
3431
Eric Miao30ec2612008-06-12 15:21:41 -07003432PXA2xx/PXA3xx SUPPORT
3433P: Eric Miao
3434M: eric.miao@marvell.com
3435P: Russell King
3436M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003437L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003438S: Maintained
3439
Pierre Ossman272f1332007-05-14 21:25:26 +02003440PXA MMCI DRIVER
3441S: Orphan
3442
Linus Torvalds1da177e2005-04-16 15:20:36 -07003443QLOGIC QLA2XXX FC-SCSI DRIVER
3444P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003445M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003446L: linux-scsi@vger.kernel.org
3447S: Supported
3448
Ron Mercer5a4faa82006-07-25 00:40:21 -07003449QLOGIC QLA3XXX NETWORK DRIVER
3450P: Ron Mercer
3451M: linux-driver@qlogic.com
3452L: netdev@vger.kernel.org
3453S: Supported
3454
Linus Torvalds1da177e2005-04-16 15:20:36 -07003455QNX4 FILESYSTEM
3456P: Anders Larsen
3457M: al@alarsen.net
3458L: linux-kernel@vger.kernel.org
3459W: http://www.alarsen.net/linux/qnx4fs/
3460S: Maintained
3461
3462RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003463P: Benjamin Herrenschmidt
3464M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003465L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003466S: Maintained
3467
3468RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003469P: Paul Mackerras
3470M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003471L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003472S: Maintained
3473
3474RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3475P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003476M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003477L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003478S: Maintained
3479
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003480RALINK RT2X00 WLAN DRIVER
3481P: rt2x00 project
3482L: linux-wireless@vger.kernel.org
3483L: rt2400-devel@lists.sourceforge.net
3484W: http://rt2x00.serialmonkey.com/
3485S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003486T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003487F: drivers/net/wireless/rt2x00/
3488
Nick Piggin9db55792008-02-08 04:19:49 -08003489RAMDISK RAM BLOCK DEVICE DRIVER
3490P: Nick Piggin
3491M: npiggin@suse.de
3492S: Maintained
3493
Matt Mackall9e95ce22005-04-16 15:25:56 -07003494RANDOM NUMBER DRIVER
3495P: Matt Mackall
3496M: mpm@selenic.com
3497S: Maintained
3498
Matt Porter394b7012005-11-07 01:00:15 -08003499RAPIDIO SUBSYSTEM
3500P: Matt Porter
3501M: mporter@kernel.crashing.org
3502L: linux-kernel@vger.kernel.org
3503S: Maintained
3504
Florian Fainellic1f766b2008-02-06 22:39:44 +01003505RDC R-321X SoC
3506P: Florian Fainelli
3507M: florian.fainelli@telecomint.eu
3508L: linux-kernel@vger.kernel.org
3509S: Maintained
3510
Florian Fainellidb17f392007-12-19 11:30:30 +01003511RDC R6040 FAST ETHERNET DRIVER
3512P: Florian Fainelli
3513M: florian.fainelli@telecomint.eu
3514L: netdev@vger.kernel.org
3515S: Maintained
3516
Josh Triplett595182b2006-10-04 02:17:21 -07003517READ-COPY UPDATE (RCU)
3518P: Dipankar Sarma
3519M: dipankar@in.ibm.com
3520W: http://www.rdrop.com/users/paulmck/rclock/
3521L: linux-kernel@vger.kernel.org
3522S: Supported
3523
3524RCUTORTURE MODULE
3525P: Josh Triplett
3526M: josh@freedesktop.org
3527L: linux-kernel@vger.kernel.org
3528S: Maintained
3529
Linus Torvalds1da177e2005-04-16 15:20:36 -07003530REAL TIME CLOCK DRIVER
3531P: Paul Gortmaker
3532M: p_gortmaker@yahoo.com
3533L: linux-kernel@vger.kernel.org
3534S: Maintained
3535
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003536REAL TIME CLOCK (RTC) SUBSYSTEM
3537P: Alessandro Zummo
3538M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003539L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003540S: Maintained
3541
Linus Torvalds1da177e2005-04-16 15:20:36 -07003542REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003543L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003544S: Supported
3545
Ivo van Doorne08976452008-04-12 19:23:55 +02003546RFKILL
3547P: Ivo van Doorn
3548M: IvDoorn@gmail.com
3549L: netdev@vger.kernel.org
3550S: Maintained
3551F: net/rfkill
3552
Linus Torvalds1da177e2005-04-16 15:20:36 -07003553ROCKETPORT DRIVER
3554P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003555W: http://www.comtrol.com
3556S: Maintained
3557
3558ROSE NETWORK LAYER
3559P: Ralf Baechle
3560M: ralf@linux-mips.org
3561L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003562W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003563S: Maintained
3564
3565RISCOM8 DRIVER
3566S: Orphan
3567
Michael Wu605bebe2007-05-14 01:41:02 -04003568RTL818X WIRELESS DRIVER
3569P: Michael Wu
3570M: flamingice@sourmilk.net
3571P: Andrea Merello
3572M: andreamrl@tiscali.it
3573L: linux-wireless@vger.kernel.org
3574W: http://linuxwireless.org/
3575T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3576S: Maintained
3577
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003578S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003579P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003580M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003581L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003582S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003583
Linus Torvalds1da177e2005-04-16 15:20:36 -07003584S390
3585P: Martin Schwidefsky
3586M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003587P: Heiko Carstens
3588M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003589M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003590L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003591W: http://www.ibm.com/developerworks/linux/linux390/
3592S: Supported
3593
3594S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003595P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003596M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003597P: Frank Blaschka
3598M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003599M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003600L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003601W: http://www.ibm.com/developerworks/linux/linux390/
3602S: Supported
3603
3604S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003605P: Christof Schmitt
3606M: christof.schmitt@de.ibm.com
3607P: Martin Peschke
3608M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003609M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003610L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003611W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003612S: Supported
3613
Ursula Braundd96df22007-09-19 13:09:02 +02003614S390 IUCV NETWORK LAYER
3615P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003616M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003617M: linux390@de.ibm.com
3618L: linux-s390@vger.kernel.org
3619W: http://www.ibm.com/developerworks/linux/linux390/
3620S: Supported
3621
Ben Dooks4dde7f72008-06-30 22:40:38 +01003622S3C24XX SD/MMC Driver
3623P: Ben Dooks
3624M: ben-linux@fluff.org
3625L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3626L: linux-kernel@vger.kernel.org
3627S: Supported
3628
Linus Torvalds1da177e2005-04-16 15:20:36 -07003629SAA7146 VIDEO4LINUX-2 DRIVER
3630P: Michael Hunold
3631M: michael@mihu.de
3632W: http://www.mihu.de/linux/saa7146
3633S: Maintained
3634
Linus Torvalds1da177e2005-04-16 15:20:36 -07003635SC1200 WDT DRIVER
3636P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003637M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003638S: Maintained
3639
3640SCHEDULER
3641P: Ingo Molnar
3642M: mingo@elte.hu
3643P: Robert Love [the preemptible kernel bits]
3644M: rml@tech9.net
3645L: linux-kernel@vger.kernel.org
3646S: Maintained
3647
3648SCSI CDROM DRIVER
3649P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003650M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003651L: linux-scsi@vger.kernel.org
3652W: http://www.kernel.dk
3653S: Maintained
3654
3655SCSI SG DRIVER
3656P: Doug Gilbert
3657M: dgilbert@interlog.com
3658L: linux-scsi@vger.kernel.org
3659W: http://www.torque.net/sg
3660S: Maintained
3661
3662SCSI SUBSYSTEM
3663P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003664M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003665L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003666T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003667T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3668T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003669S: Maintained
3670
3671SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003672P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003673M: Kai.Makisara@kolumbus.fi
3674L: linux-scsi@vger.kernel.org
3675S: Maintained
3676
3677SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003678P: Vlad Yasevich
3679M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003680P: Sridhar Samudrala
3681M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003682L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003683W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003684S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003685
3686SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003687P: Jim Cromie
3688M: jim.cromie@gmail.com
3689S: Odd Fixes
3690
3691SCx200 GPIO DRIVER
3692P: Jim Cromie
3693M: jim.cromie@gmail.com
3694S: Maintained
3695
3696SCx200 HRT CLOCKSOURCE DRIVER
3697P: Jim Cromie
3698M: jim.cromie@gmail.com
3699S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003700
Sascha Sommer6a369132008-07-15 14:21:29 +02003701SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3702P: Sascha Sommer
3703M: saschasommer@freenet.de
3704L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3705S: Maintained
3706
Linus Torvalds1da177e2005-04-16 15:20:36 -07003707SECURITY CONTACT
3708P: Security Officers
3709M: security@kernel.org
3710S: Supported
3711
3712SELINUX SECURITY MODULE
3713P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003714M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003715P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003716M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003717P: Eric Paris
3718M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003719L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003720L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003721W: http://www.nsa.gov/selinux
3722S: Supported
3723
Jiri Slabycef2cf02007-05-08 00:31:45 -07003724SENSABLE PHANTOM
3725P: Jiri Slaby
3726M: jirislaby@gmail.com
3727S: Maintained
3728
Linus Torvalds1da177e2005-04-16 15:20:36 -07003729SERIAL ATA (SATA) SUBSYSTEM:
3730P: Jeff Garzik
3731M: jgarzik@pobox.com
3732L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003733T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003734S: Supported
3735
3736SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3737P: Pat Gefre
3738M: pfg@sgi.com
3739L: linux-ia64@vger.kernel.org
3740S: Supported
3741
Ben Hutchings8ceee662008-04-27 12:55:59 +01003742SFC NETWORK DRIVER
3743P: Steve Hodgson
3744P: Ben Hutchings
3745P: Robert Stonehouse
3746M: linux-net-drivers@solarflare.com
3747S: Supported
3748
Linus Torvalds1da177e2005-04-16 15:20:36 -07003749SGI VISUAL WORKSTATION 320 AND 540
3750P: Andrey Panin
3751M: pazke@donpac.ru
3752L: linux-visws-devel@lists.sf.net
3753W: http://linux-visws.sf.net
3754S: Maintained for 2.6.
3755
Jack Steiner75312612008-08-15 00:40:42 -07003756SGI GRU DRIVER
3757P: Jack Steiner
3758M: steiner@sgi.com
3759S: Maintained
3760
3761SGI XP/XPC/XPNET DRIVER
3762P: Dean Nelson
3763M: dcn@sgi.com
3764S: Maintained
3765
Linus Torvalds1da177e2005-04-16 15:20:36 -07003766SIMTEC EB110ATX (Chalice CATS)
3767P: Ben Dooks
3768P: Vincent Sanders
3769M: support@simtec.co.uk
3770W: http://www.simtec.co.uk/products/EB110ATX/
3771S: Supported
3772
3773SIMTEC EB2410ITX (BAST)
3774P: Ben Dooks
3775P: Vincent Sanders
3776M: support@simtec.co.uk
3777W: http://www.simtec.co.uk/products/EB2410ITX/
3778S: Supported
3779
Francois Romieu92aab3c2005-07-30 13:11:18 +02003780SIS 190 ETHERNET DRIVER
3781P: Francois Romieu
3782M: romieu@fr.zoreil.com
3783L: netdev@vger.kernel.org
3784S: Maintained
3785
Linus Torvalds1da177e2005-04-16 15:20:36 -07003786SIS 900/7016 FAST ETHERNET DRIVER
3787P: Daniele Venzano
3788M: venza@brownhat.org
3789W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003790L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791S: Maintained
3792
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003793SIS 96X I2C/SMBUS DRIVER
3794P: Mark M. Hoffman
3795M: mhoffman@lightlink.com
3796L: lm-sensors@lm-sensors.org
3797S: Maintained
3798
Linus Torvalds1da177e2005-04-16 15:20:36 -07003799SIS FRAMEBUFFER DRIVER
3800P: Thomas Winischhofer
3801M: thomas@winischhofer.net
3802W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003803S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003804
3805SIS USB2VGA DRIVER
3806P: Thomas Winischhofer
3807M: thomas@winischhofer.net
3808W: http://www.winischhofer.at/linuxsisusbvga.shtml
3809S: Maintained
3810
Christoph Lameter415ad262007-07-26 10:40:56 -07003811SLAB ALLOCATOR
3812P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003813M: cl@linux-foundation.org
Christoph Lameter415ad262007-07-26 10:40:56 -07003814P: Pekka Enberg
3815M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003816P: Matt Mackall
3817M: mpm@selenic.com
Christoph Lameter415ad262007-07-26 10:40:56 -07003818L: linux-mm@kvack.org
3819S: Maintained
3820
Linus Torvalds1da177e2005-04-16 15:20:36 -07003821SMC91x ETHERNET DRIVER
3822P: Nicolas Pitre
3823M: nico@cam.org
3824S: Maintained
3825
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003826SMSC47B397 HARDWARE MONITOR DRIVER
3827P: Mark M. Hoffman
3828M: mhoffman@lightlink.com
3829L: lm-sensors@lm-sensors.org
3830S: Maintained
3831
Ben Nizetteb54f2862008-03-13 22:27:30 +11003832SMX UIO Interface
3833P: Ben Nizette
3834M: bn@niasdigital.com
3835S: Maintained
3836
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003837SOC-CAMERA V4L2 SUBSYSTEM
3838P: Guennadi Liakhovetski
3839M: g.liakhovetski@gmx.de
3840L: video4linux-list@redhat.com
3841S: Maintained
3842
Linus Torvalds1da177e2005-04-16 15:20:36 -07003843SOFTWARE RAID (Multiple Disks) SUPPORT
3844P: Ingo Molnar
3845M: mingo@redhat.com
3846P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003847M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003848L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003849S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003850
Pavel Machek95a631e2007-07-19 01:47:42 -07003851HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003852P: Pavel Machek
3853M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003854P: Rafael J. Wysocki
3855M: rjw@sisk.pl
3856L: linux-pm@lists.linux-foundation.org
3857S: Supported
3858
3859SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003860P: Len Brown
3861M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003862P: Pavel Machek
3863M: pavel@suse.cz
3864P: Rafael J. Wysocki
3865M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003866L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003867S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003868
3869SONIC NETWORK DRIVER
3870P: Thomas Bogendoerfer
3871M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003872L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003873S: Maintained
3874
Michael Buesch61e115a2007-09-18 15:12:50 -04003875SONICS SILICON BACKPLANE DRIVER (SSB)
3876P: Michael Buesch
3877M: mb@bu3sch.de
3878L: netdev@vger.kernel.org
3879S: Maintained
3880
Linus Torvalds1da177e2005-04-16 15:20:36 -07003881SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003882P: Mattia Dongili
3883M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003884L: linux-acpi@vger.kernel.org
3885W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003886S: Maintained
3887
Alex Dubovbaf85322008-02-09 10:20:54 -08003888SONY MEMORYSTICK CARD SUPPORT
3889P: Alex Dubov
3890M: oakad@yahoo.com
3891L: linux-kernel@vger.kernel.org
3892W: http://tifmxx.berlios.de/
3893S: Maintained
3894
Linus Torvalds1da177e2005-04-16 15:20:36 -07003895SOUND
3896P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003897M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003898L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003899S: Maintained
3900
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003901SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3902P: Liam Girdwood
3903M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003904P: Mark Brown
3905M: broonie@opensource.wolfsonmicro.com
3906T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003907L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003908S: Supported
3909
Kumar Gala025c3982006-04-02 16:05:54 -05003910SPI SUBSYSTEM
3911P: David Brownell
3912M: dbrownell@users.sourceforge.net
3913L: spi-devel-general@lists.sourceforge.net
3914S: Maintained
3915
Arnd Bergmannb8154542008-05-16 11:10:59 +02003916SPU FILE SYSTEM
3917P: Jeremy Kerr
3918M: jk@ozlabs.org
3919L: linuxppc-dev@ozlabs.org
3920L: cbe-oss-dev@ozlabs.org
3921W: http://www.ibm.com/developerworks/power/cell/
3922S: Supported
3923
Steven Rostedt855f46a2006-08-05 12:14:50 -07003924STABLE BRANCH:
3925P: Greg Kroah-Hartman
3926M: greg@kroah.com
3927P: Chris Wright
3928M: chrisw@sous-sol.org
3929L: stable@kernel.org
3930S: Maintained
3931
Linus Torvalds1da177e2005-04-16 15:20:36 -07003932SHARP LH SUPPORT (LH7952X & LH7A40X)
3933P: Marc Singer
3934M: elf@buici.com
3935W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003936L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003937S: Maintained
3938
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003939SHPC HOTPLUG DRIVER
3940P: Kristen Carlson Accardi
3941M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003942L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003943S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003944
Pierre Ossmand129bce2006-03-24 03:18:17 -08003945SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3946P: Pierre Ossman
3947M: drzeus-sdhci@drzeus.cx
3948L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003949S: Maintained
3950
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003951SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3952P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003953M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003954L: netdev@vger.kernel.org
3955S: Maintained
3956
Chris Boot1a87d942006-07-10 04:45:34 -07003957SOEKRIS NET48XX LED SUPPORT
3958P: Chris Boot
3959M: bootc@bootc.net
3960S: Maintained
3961
Linus Torvalds1da177e2005-04-16 15:20:36 -07003962SPARC (sparc32):
3963P: William L. Irwin
3964M: wli@holomorphy.com
3965L: sparclinux@vger.kernel.org
3966S: Maintained
3967
3968SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3969P: Roger Wolff
3970M: R.E.Wolff@BitWizard.nl
3971L: linux-kernel@vger.kernel.org ?
3972S: Supported
3973
Jim Lewis2752e402006-09-29 02:01:19 -07003974SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003975P: Ishizaki Kou
3976M: kou.ishizaki@toshiba.co.jp
3977P: Jens Osterkamp
3978M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003979L: netdev@vger.kernel.org
3980S: Supported
3981
Linus Torvalds1da177e2005-04-16 15:20:36 -07003982SRM (Alpha) environment access
3983P: Jan-Benedict Glaw
3984M: jbglaw@lug-owl.de
3985L: linux-kernel@vger.kernel.org
3986S: Maintained
3987
3988STARFIRE/DURALAN NETWORK DRIVER
3989P: Ion Badulescu
3990M: ionut@cs.columbia.edu
3991S: Maintained
3992
3993STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3994W: http://mosquitonet.Stanford.EDU/strip.html
3995S: Unsupported ?
3996
3997STRADIS MPEG-2 DECODER DRIVER
3998P: Nathan Laredo
3999M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004000W: http://www.stradis.com/
4001S: Maintained
4002
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004003SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07004004P: Paul Mundt
4005M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004006L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004007W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09004008T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09004009S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004010
4011SUN3/3X
4012P: Sam Creasey
4013M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004014W: http://sammy.net/sun3/
4015S: Maintained
4016
4017SVGA HANDLING
4018P: Martin Mares
4019M: mj@ucw.cz
4020L: linux-video@atrey.karlin.mff.cuni.cz
4021S: Maintained
4022
4023SYSV FILESYSTEM
4024P: Christoph Hellwig
4025M: hch@infradead.org
4026S: Maintained
4027
Alan Cox4e688522008-04-30 00:52:11 -07004028TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07004029P: Balbir Singh
4030M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004031L: linux-kernel@vger.kernel.org
4032S: Maintained
4033
Stephen Hemminger781b4562006-07-10 20:25:29 -07004034TC CLASSIFIER
4035P: Jamal Hadi Salim
4036M: hadi@cyberus.ca
4037L: netdev@vger.kernel.org
4038S: Maintained
4039
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004040TCP LOW PRIORITY MODULE
4041P: Wong Hoi Sing, Edison
4042M: hswong3i@gmail.com
4043P: Hung Hing Lun, Mike
4044M: hlhung3i@gmail.com
4045W: http://tcp-lp-mod.sourceforge.net/
4046S: Maintained
4047
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004048TEHUTI ETHERNET DRIVER
4049P: Alexander Indenbaum
4050M: baum@tehutinetworks.net
4051P: Andy Gospodarek
4052M: andy@greyhouse.net
4053L: netdev@vger.kernel.org
4054S: Supported
4055
Alan Cox4e688522008-04-30 00:52:11 -07004056Telecom Clock Driver for MCPL0010
4057P: Mark Gross
4058M: mark.gross@intel.com
4059S: Supported
4060
4061TENSILICA XTENSA PORT (xtensa):
4062P: Chris Zankel
4063M: chris@zankel.net
4064S: Maintained
4065
4066THINKPAD ACPI EXTRAS DRIVER
4067P: Henrique de Moraes Holschuh
4068M: ibm-acpi@hmh.eng.br
4069L: ibm-acpi-devel@lists.sourceforge.net
4070W: http://ibm-acpi.sourceforge.net
4071W: http://thinkwiki.org/wiki/Ibm-acpi
4072T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4073S: Maintained
4074
Alex Dubov4020f2d2006-10-04 02:15:37 -07004075TI FLASH MEDIA INTERFACE DRIVER
4076P: Alex Dubov
4077M: oakad@yahoo.com
4078S: Maintained
4079
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004080TI OMAP MMC INTERFACE DRIVER
4081P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Randy Dunlape82ce352007-10-16 23:29:44 -07004082M: linux-omap-open-source@linux.omap.com (subscribers only)
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004083W: http://linux.omap.com
4084W: http://www.muru.com/linux/omap/
4085S: Maintained
4086
Michael Buesch844dd052006-06-26 00:24:59 -07004087TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4088P: Deepak Saxena
4089M: dsaxena@plexity.net
4090S: Maintained
4091
Per Lidene86eaa32006-01-12 16:45:18 +01004092TIPC NETWORK LAYER
4093P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004094M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004095P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004096M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004097P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004098M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004099L: tipc-discussion@lists.sourceforge.net
4100W: http://tipc.sourceforge.net/
4101W: http://tipc.cslab.ericsson.net/
4102T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4103S: Maintained
4104
Linus Torvalds1da177e2005-04-16 15:20:36 -07004105TLAN NETWORK DRIVER
4106P: Samuel Chessman
4107M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004108L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004109W: http://sourceforge.net/projects/tlan/
4110S: Maintained
4111
Linus Torvalds1da177e2005-04-16 15:20:36 -07004112TOSHIBA ACPI EXTRAS DRIVER
4113P: John Belmonte
4114M: toshiba_acpi@memebeam.org
4115W: http://memebeam.org/toys/ToshibaAcpiDriver
4116S: Maintained
4117
4118TOSHIBA SMM DRIVER
4119P: Jonathan Buzzard
4120M: jonathan@buzzard.org.uk
4121L: tlinux-users@tce.toshiba-dme.co.jp
4122W: http://www.buzzard.org.uk/toshiba/
4123S: Maintained
4124
Alan Cox4e688522008-04-30 00:52:11 -07004125TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004126P: Debora Velarde
4127M: debora@linux.vnet.ibm.com
4128P: Rajiv Andrade
4129M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004130W: http://tpmdd.sourceforge.net
4131P: Marcel Selhorst
4132M: tpm@selhorst.net
4133W: http://www.prosec.rub.de/tpm/
4134L: tpmdd-devel@lists.sourceforge.net
4135S: Maintained
4136
Linus Torvalds1da177e2005-04-16 15:20:36 -07004137TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004138P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004139M: trivial@kernel.org
4140L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004141S: Maintained
4142
Alan Cox4e688522008-04-30 00:52:11 -07004143TTY LAYER
4144P: Alan Cox
4145M: alan@lxorguk.ukuu.org.uk
4146L: linux-kernel@vger.kernel.org
4147S: Maintained
4148
Grant Grundler740db6d2008-02-17 11:53:49 -07004149TULIP NETWORK DRIVERS
4150P: Grant Grundler
4151M: grundler@parisc-linux.org
4152P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004153M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004154L: netdev@vger.kernel.org
4155S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004156
4157TUN/TAP driver
4158P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004159M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004160L: vtun@office.satix.net
4161W: http://vtun.sourceforge.net/tun
4162S: Maintained
4163
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004164TURBOCHANNEL SUBSYSTEM
4165P: Maciej W. Rozycki
4166M: macro@linux-mips.org
4167S: Maintained
4168
Linus Torvalds1da177e2005-04-16 15:20:36 -07004169U14-34F SCSI DRIVER
4170P: Dario Ballabio
4171M: ballabio_dario@emc.com
4172L: linux-scsi@vger.kernel.org
4173S: Maintained
4174
Alan Coxcc2020e2008-05-19 14:21:51 +01004175UCLINUX (AND M68KNOMMU)
4176P: Greg Ungerer
4177M: gerg@uclinux.org
4178W: http://www.uclinux.org/
4179L: uclinux-dev@uclinux.org (subscribers-only)
4180S: Maintained
4181
Alan Coxcc2020e2008-05-19 14:21:51 +01004182UCLINUX FOR RENESAS H8/300
4183P: Yoshinori Sato
4184M: ysato@users.sourceforge.jp
4185W: http://uclinux-h8.sourceforge.jp/
4186S: Supported
4187
Linus Torvalds1da177e2005-04-16 15:20:36 -07004188UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004189P: Jan Kara
4190M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004191W: http://linux-udf.sourceforge.net
4192S: Maintained
4193
Alan Coxcc2020e2008-05-19 14:21:51 +01004194UFS FILESYSTEM
4195P: Evgeniy Dushistov
4196M: dushistov@mail.ru
4197L: linux-kernel@vger.kernel.org
4198S: Maintained
4199
4200UltraSPARC (sparc64):
4201P: David S. Miller
4202M: davem@davemloft.net
4203L: sparclinux@vger.kernel.org
4204T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4205S: Maintained
4206
Linus Torvalds1da177e2005-04-16 15:20:36 -07004207UNIFORM CDROM DRIVER
4208P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004209M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004210L: linux-kernel@vger.kernel.org
4211W: http://www.kernel.dk
4212S: Maintained
4213
4214USB ACM DRIVER
4215P: Oliver Neukum
4216M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004217L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004218S: Maintained
4219
4220USB BLOCK DRIVER (UB ub)
4221P: Pete Zaitcev
4222M: zaitcev@redhat.com
4223L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004224L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004225S: Supported
4226
Linus Torvalds1da177e2005-04-16 15:20:36 -07004227USB CDC ETHERNET DRIVER
4228P: Greg Kroah-Hartman
4229M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004230L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004231S: Maintained
4232W: http://www.kroah.com/linux-usb/
4233
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004234USB CYPRESS C67X00 DRIVER
4235P: Peter Korsgaard
4236M: jacmet@sunsite.dk
4237L: linux-usb@vger.kernel.org
4238S: Maintained
4239
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004240USB DAVICOM DM9601 DRIVER
4241P: Peter Korsgaard
4242M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004243L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004244W: http://www.linux-usb.org/usbnet
4245S: Maintained
4246
Alan Coxcc2020e2008-05-19 14:21:51 +01004247USB DIAMOND RIO500 DRIVER
4248P: Cesar Miquel
4249M: miquel@df.uba.ar
4250L: rio500-users@lists.sourceforge.net
4251W: http://rio500.sourceforge.net
4252S: Maintained
4253
Linus Torvalds1da177e2005-04-16 15:20:36 -07004254USB EHCI DRIVER
4255P: David Brownell
4256M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004257L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004258S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004259
Luca Risolia7ce08c92006-01-11 02:06:59 +00004260USB ET61X[12]51 DRIVER
4261P: Luca Risolia
4262M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004263L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004264L: video4linux-list@redhat.com
4265W: http://www.linux-projects.org
4266S: Maintained
4267
David Brownell69ae9e32006-11-14 02:03:31 -08004268USB GADGET/PERIPHERAL SUBSYSTEM
4269P: David Brownell
4270M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004271L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004272W: http://www.linux-usb.org/gadget
4273S: Maintained
4274
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004275USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01004276P: Jiri Kosina
4277M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004278L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004279T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004280S: Maintained
4281
Olav Kongas959eea22005-11-03 17:38:14 +02004282USB ISP116X DRIVER
4283P: Olav Kongas
4284M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004285L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004286S: Maintained
4287
Linus Torvalds1da177e2005-04-16 15:20:36 -07004288USB KAWASAKI LSI DRIVER
4289P: Oliver Neukum
4290M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004291L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004292S: Maintained
4293
4294USB MASS STORAGE DRIVER
4295P: Matthew Dharm
4296M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004297L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004298L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004299S: Maintained
4300W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4301
4302USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004303P: David Brownell
4304M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004305L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004306S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004307
Matthias Urlichsba460e42005-07-14 00:33:47 -07004308USB OPTION-CARD DRIVER
4309P: Matthias Urlichs
4310M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004311L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004312S: Maintained
4313
Linus Torvalds1da177e2005-04-16 15:20:36 -07004314USB OV511 DRIVER
4315P: Mark McClelland
4316M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004317L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004318W: http://alpha.dyndns.org/ov511/
4319S: Maintained
4320
4321USB PEGASUS DRIVER
4322P: Petko Manolov
4323M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004324L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004325L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004326W: http://pegasus2.sourceforge.net/
4327S: Maintained
4328
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004329USB PRINTER DRIVER (usblp)
4330P: Pete Zaitcev
4331M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004332L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004333S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004334
4335USB RTL8150 DRIVER
4336P: Petko Manolov
4337M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004338L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004339L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004340W: http://pegasus2.sourceforge.net/
4341S: Maintained
4342
4343USB SE401 DRIVER
4344P: Jeroen Vreeken
4345M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004346L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004347W: http://www.chello.nl/~j.vreeken/se401/
4348S: Maintained
4349
Alan Cox4e688522008-04-30 00:52:11 -07004350USB SERIAL BELKIN F5U103 DRIVER
4351P: William Greathouse
4352M: wgreathouse@smva.com
4353L: linux-usb@vger.kernel.org
4354S: Maintained
4355
4356USB SERIAL CYPRESS M8 DRIVER
4357P: Lonnie Mendez
4358M: dignome@gmail.com
4359L: linux-usb@vger.kernel.org
4360S: Maintained
4361W: http://geocities.com/i0xox0i
4362W: http://firstlight.net/cvs
4363
Linus Torvalds1da177e2005-04-16 15:20:36 -07004364USB SERIAL CYBERJACK DRIVER
4365P: Matthias Bruestle and Harald Welte
4366M: support@reiner-sct.com
4367W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4368S: Maintained
4369
4370USB SERIAL DIGI ACCELEPORT DRIVER
4371P: Peter Berger and Al Borchers
4372M: pberger@brimson.com
4373M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004374L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004375S: Maintained
4376
4377USB SERIAL DRIVER
4378P: Greg Kroah-Hartman
4379M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004380L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004381S: Supported
4382
Linus Torvalds1da177e2005-04-16 15:20:36 -07004383USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4384P: Gary Brubaker
4385M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004386L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004387S: Maintained
4388
4389USB SERIAL KEYSPAN DRIVER
4390P: Greg Kroah-Hartman
4391M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004392L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004393W: http://www.kroah.com/linux/
4394S: Maintained
4395
4396USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004397P: Support Department
4398M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004399L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004400W: http://www.connecttech.com
4401S: Supported
4402
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004403USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004404P: Luca Risolia
4405M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004406L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004407L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004408W: http://www.linux-projects.org
4409S: Maintained
4410
4411USB SUBSYSTEM
4412P: Greg Kroah-Hartman
4413M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004414L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004415W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004416T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004417S: Supported
4418
4419USB UHCI DRIVER
4420P: Alan Stern
4421M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004422L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004423S: Maintained
4424
David Brownell69ae9e32006-11-14 02:03:31 -08004425USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004426P: David Brownell
4427M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004428L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004429W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004430S: Maintained
4431
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004432USB VIDEO CLASS
4433P: Laurent Pinchart
4434M: laurent.pinchart@skynet.be
4435L: linx-uvc-devel@berlios.de
4436L: video4linux-list@redhat.com
4437W: http://linux-uvc.berlios.de
4438S: Maintained
4439
Linus Torvalds1da177e2005-04-16 15:20:36 -07004440USB W996[87]CF DRIVER
4441P: Luca Risolia
4442M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004443L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004444L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004445W: http://www.linux-projects.org
4446S: Maintained
4447
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004448USB WIRELESS RNDIS DRIVER (rndis_wlan)
4449P: Jussi Kivilinna
4450M: jussi.kivilinna@mbnet.fi
4451L: linux-wireless@vger.kernel.org
4452S: Maintained
4453
Luca Risolia60f78052006-02-06 16:29:35 +00004454USB ZC0301 DRIVER
4455P: Luca Risolia
4456M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004457L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004458L: video4linux-list@redhat.com
4459W: http://www.linux-projects.org
4460S: Maintained
4461
Linus Torvalds1da177e2005-04-16 15:20:36 -07004462USB ZD1201 DRIVER
4463P: Jeroen Vreeken
4464M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004465L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004466W: http://linux-lc100020.sourceforge.net
4467S: Maintained
4468
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004469USB ZR364XX DRIVER
4470P: Antoine Jacquet
4471M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004472L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004473L: video4linux-list@redhat.com
4474W: http://royale.zerezo.com/zr364xx/
4475S: Maintained
4476
Linus Torvalds1da177e2005-04-16 15:20:36 -07004477USER-MODE LINUX
4478P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004479M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004480L: user-mode-linux-devel@lists.sourceforge.net
4481L: user-mode-linux-user@lists.sourceforge.net
4482W: http://user-mode-linux.sourceforge.net
4483S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004484
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004485USERSPACE I/O (UIO)
4486P: Hans J. Koch
4487M: hjk@linutronix.de
4488P: Greg Kroah-Hartman
4489M: gregkh@suse.de
4490L: linux-kernel@vger.kernel.org
4491S: Maintained
4492
Karel Zakf899b0a2008-05-23 13:04:21 -07004493UTIL-LINUX-NG PACKAGE
4494P: Karel Zak
4495M: kzak@redhat.com
4496L: util-linux-ng@vger.kernel.org
4497W: http://kernel.org/~kzak/util-linux-ng/
4498T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4499S: Maintained
4500
Alan Cox4e688522008-04-30 00:52:11 -07004501VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004502P: OGAWA Hirofumi
4503M: hirofumi@mail.parknet.co.jp
4504L: linux-kernel@vger.kernel.org
4505S: Maintained
4506
Linus Torvalds1da177e2005-04-16 15:20:36 -07004507VIA RHINE NETWORK DRIVER
4508P: Roger Luethi
4509M: rl@hellgate.ch
4510S: Maintained
4511
Jean Delvare32c0a522005-09-22 21:47:58 +02004512VIAPRO SMBUS DRIVER
4513P: Jean Delvare
4514M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004515L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004516S: Maintained
4517
Francois Romieu01f20732007-01-26 00:57:17 -08004518VIA VELOCITY NETWORK DRIVER
4519P: Francois Romieu
4520M: romieu@fr.zoreil.com
4521L: netdev@vger.kernel.org
4522S: Maintained
4523
Linus Torvalds1da177e2005-04-16 15:20:36 -07004524VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004525P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004526M: mchehab@infradead.org
4527M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004528L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004529W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004530T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004531S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004532
Patrick McHardybe7f8272007-10-23 20:26:36 -07004533VLAN (802.1Q)
4534P: Patrick McHardy
4535M: kaber@trash.net
4536L: netdev@vger.kernel.org
4537S: Maintained
4538
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004539VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4540P: Liam Girdwood
4541M: lg@opensource.wolfsonmicro.com
4542P: Mark Brown
4543M: broonie@opensource.wolfsonmicro.com
4544W: http://opensource.wolfsonmicro.com/node/15
4545T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4546S: Supported
4547
Juerg Haefligerab413192006-09-24 20:54:04 +02004548VT1211 HARDWARE MONITOR DRIVER
4549P: Juerg Haefliger
4550M: juergh@gmail.com
4551L: lm-sensors@lm-sensors.org
4552S: Maintained
4553
Roger Lucas1de9e372005-11-26 20:20:05 +01004554VT8231 HARDWARE MONITOR DRIVER
4555P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004556M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004557L: lm-sensors@lm-sensors.org
4558S: Maintained
4559
Linus Torvalds1da177e2005-04-16 15:20:36 -07004560W1 DALLAS'S 1-WIRE BUS
4561P: Evgeniy Polyakov
4562M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004563S: Maintained
4564
Charles Spirakis13927072006-07-05 18:05:15 +02004565W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004566P: Marc Hulsman
4567M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004568L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004569S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004570
Rudolf Marek61db0112006-12-12 18:18:30 +01004571W83793 HARDWARE MONITORING DRIVER
4572P: Rudolf Marek
4573M: r.marek@assembler.cz
4574L: lm-sensors@lm-sensors.org
4575S: Maintained
4576
Linus Torvalds1da177e2005-04-16 15:20:36 -07004577W83L51xD SD/MMC CARD INTERFACE DRIVER
4578P: Pierre Ossman
4579M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004580L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004581S: Maintained
4582
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004583WATCHDOG DEVICE DRIVERS
4584P: Wim Van Sebroeck
4585M: wim@iguana.be
4586T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4587S: Maintained
4588
Linus Torvalds1da177e2005-04-16 15:20:36 -07004589WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4590P: Jean Tourrilhes
4591M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004592L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004593W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4594S: Maintained
4595
4596WD7000 SCSI DRIVER
4597P: Miroslav Zagorac
4598M: zaga@fly.cc.fer.hr
4599L: linux-scsi@vger.kernel.org
4600S: Maintained
4601
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004602WISTRON LAPTOP BUTTON DRIVER
4603P: Miloslav Trmac
4604M: mitr@volny.cz
4605S: Maintained
4606
Linus Torvalds1da177e2005-04-16 15:20:36 -07004607WL3501 WIRELESS PCMCIA CARD DRIVER
4608P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004609M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004610L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004611W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004612S: Maintained
4613
Mark Brownfebf1df2008-04-02 00:51:09 -04004614WM97XX TOUCHSCREEN DRIVERS
4615P: Mark Brown
4616M: broonie@opensource.wolfsonmicro.com
4617P: Liam Girdwood
4618M: liam.girdwood@wolfsonmicro.com
4619L: linux-input@vger.kernel.org
4620T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4621W: http://opensource.wolfsonmicro.com/node/7
4622S: Supported
4623
Linus Torvalds1da177e2005-04-16 15:20:36 -07004624X.25 NETWORK LAYER
4625P: Henner Eisen
4626M: eis@baty.hanse.de
4627L: linux-x25@vger.kernel.org
4628S: Maintained
4629
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004630XEN HYPERVISOR INTERFACE
4631P: Jeremy Fitzhardinge
4632M: jeremy@xensource.com
4633P: Chris Wright
4634M: chrisw@sous-sol.org
4635L: virtualization@lists.osdl.org
4636L: xen-devel@lists.xensource.com
4637S: Supported
4638
Linus Torvalds1da177e2005-04-16 15:20:36 -07004639XFS FILESYSTEM
4640P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004641P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004642M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004643L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004644W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004645T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004646S: Supported
4647
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004648XILINX SYSTEMACE DRIVER
4649P: Grant Likely
4650M: grant.likely@secretlab.ca
4651W: http://www.secretlab.ca/
4652L: linux-kernel@vger.kernel.org
4653S: Maintained
4654
Peter Korsgaard238b8722006-12-06 20:35:17 -08004655XILINX UARTLITE SERIAL DRIVER
4656P: Peter Korsgaard
4657M: jacmet@sunsite.dk
4658L: linux-serial@vger.kernel.org
4659S: Maintained
4660
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004661X86 ARCHITECTURE (32-BIT AND 64-BIT)
4662P: Thomas Gleixner
4663M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004664P: Ingo Molnar
4665M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004666P: H. Peter Anvin
4667M: hpa@zytor.com
4668L: linux-kernel@vger.kernel.org
4669T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004670S: Maintained
4671
Linus Torvalds1da177e2005-04-16 15:20:36 -07004672YAM DRIVER FOR AX.25
4673P: Jean-Paul Roubelat
4674M: jpr@f6fbb.org
4675L: linux-hams@vger.kernel.org
4676S: Maintained
4677
Henkaf64a5e2005-10-12 15:02:56 +02004678YEALINK PHONE DRIVER
4679P: Henk Vergonet
4680M: Henk.Vergonet@gmail.com
4681L: usbb2k-api-dev@nongnu.org
4682S: Maintained
4683
Linus Torvalds1da177e2005-04-16 15:20:36 -07004684Z8530 DRIVER FOR AX.25
4685P: Joerg Reuter
4686M: jreuter@yaina.de
4687W: http://yaina.de/jreuter/
4688W: http://www.qsl.net/dl1bke/
4689L: linux-hams@vger.kernel.org
4690S: Maintained
4691
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004692ZD1211RW WIRELESS DRIVER
4693P: Daniel Drake
4694M: dsd@gentoo.org
4695P: Ulrich Kunitz
4696M: kune@deine-taler.de
4697W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004698L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004699L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4700S: Maintained
4701
Linus Torvalds1da177e2005-04-16 15:20:36 -07004702ZR36067 VIDEO FOR LINUX DRIVER
4703P: Ronald Bultje
4704M: rbultje@ronald.bitfreak.net
4705L: mjpeg-users@lists.sourceforge.net
4706W: http://mjpeg.sourceforge.net/driver-zoran/
4707S: Maintained
4708
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004709ZS DECSTATION Z85C30 SERIAL DRIVER
4710P: Maciej W. Rozycki
4711M: macro@linux-mips.org
4712S: Maintained
4713
Linus Torvalds1da177e2005-04-16 15:20:36 -07004714THE REST
4715P: Linus Torvalds
4716S: Buried alive in reporters