blob: c8203d780f0bf7e8060cf50ce3c82c6a2cd8fb4f [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
Henrik Rydbergbd7aa4b2008-09-02 14:35:43 -0700421APPLE BCM5974 MULTITOUCH DRIVER
422P: Henrik Rydberg
423M: rydberg@euromail.se
424L: linux-input@vger.kernel.org
425S: Maintained
426
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700427APPLE SMC DRIVER
428P: Nicolas Boichat
429M: nicolas@boichat.ch
430L: mactel-linux-devel@lists.sourceforge.net
431S: Maintained
432
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433APPLETALK NETWORK LAYER
434P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300435M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700436S: Maintained
437
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400438APPLETOUCH TOUCHPAD DRIVER
439P: Johannes Berg
440M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400441L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400442S: Maintained
443
Jaya Kumar1154ea72005-06-21 17:17:04 -0700444ARC FRAMEBUFFER DRIVER
445P: Jaya Kumar
446M: jayalk@intworks.biz
447S: Maintained
448
Linus Torvalds1da177e2005-04-16 15:20:36 -0700449ARM MFM AND FLOPPY DRIVERS
450P: Ian Molton
451M: spyro@f2s.com
452S: Maintained
453
Russell King2761f5c2007-05-24 06:56:08 +0200454ARM PRIMECELL MMCI PL180/1 DRIVER
Pierre Ossman6d799472008-07-22 14:36:57 +0200455S: Orphan
Russell King2761f5c2007-05-24 06:56:08 +0200456
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800457ARM/ADI ROADRUNNER MACHINE SUPPORT
458P: Lennert Buytenhek
459M: kernel@wantstofly.org
460L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
461S: Maintained
462
463ARM/ADS SPHERE MACHINE SUPPORT
464P: Lennert Buytenhek
465M: kernel@wantstofly.org
466L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
467S: Maintained
468
469ARM/AJECO 1ARM MACHINE SUPPORT
470P: Lennert Buytenhek
471M: kernel@wantstofly.org
472L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
473S: Maintained
474
Andrew Victord4a89c72006-12-04 13:56:21 +0100475ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
476P: Andrew Victor
Andrew Victorc5215f32008-03-12 21:29:09 +0100477M: linux@maxim.org.za
Andrew Victord4a89c72006-12-04 13:56:21 +0100478L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
479W: http://maxim.org.za/at91_26.html
480S: Maintained
481
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800482ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
483P: Lennert Buytenhek
484M: kernel@wantstofly.org
485L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
486S: Maintained
487
488ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
489P: Lennert Buytenhek
490M: kernel@wantstofly.org
491L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
492S: Maintained
493
Russell Kinga9da4f72008-07-12 21:42:04 +0100494ARM/COMPULAB CM-X270/EM-X270 MACHINE SUPPORT
495P: Mike Rapoport
496M: mike@compulab.co.il
497L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
498S: Maintained
499
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500ARM/CORGI MACHINE SUPPORT
501P: Richard Purdie
502M: rpurdie@rpsys.net
503S: Maintained
504
Russell Kinga9da4f72008-07-12 21:42:04 +0100505ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
506P: Daniel Ribeiro
507M: drwyrm@gmail.com
508P: Stefan Schmidt
509M: stefan@openezx.org
510P: Harald Welte
511M: laforge@openezx.org
512L: openezx-devel@lists.openezx.org (subscribers-only)
513W: http://www.openezx.org/
514S: Maintained
515
Sascha Hauer86183a52008-07-24 23:50:35 +0200516ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
517P: Sascha Hauer
518M: kernel@pengutronix.de
519L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
520S: Maintained
521
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800522ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
523P: Lennert Buytenhek
524M: kernel@wantstofly.org
525L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
526S: Maintained
527
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100528ARM/GUMSTIX MACHINE SUPPORT
529P: Steve Sakoman
530M: sakoman@gmail.com
531L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
532S: Maintained
533
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100534ARM/HP JORNADA 7XX MACHINE SUPPORT
535P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100536M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100537W: www.jlime.com
538S: Maintained
539
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800540ARM/INTEL IOP32X ARM ARCHITECTURE
541P: Lennert Buytenhek
542M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100543P: Dan Williams
544M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800545L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100546S: Supported
547
548ARM/INTEL IOP33X ARM ARCHITECTURE
549P: Dan Williams
550M: dan.j.williams@intel.com
551L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
552S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800553
554ARM/INTEL IOP13XX ARM ARCHITECTURE
555P: Lennert Buytenhek
556M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100557P: Dan Williams
558M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800559L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100560S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800561
562ARM/INTEL IQ81342EX MACHINE SUPPORT
563P: Lennert Buytenhek
564M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100565P: Dan Williams
566M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800567L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100568S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800569
570ARM/INTEL IXP2000 ARM ARCHITECTURE
571P: Lennert Buytenhek
572M: kernel@wantstofly.org
573L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
574S: Maintained
575
576ARM/INTEL IXDP2850 MACHINE SUPPORT
577P: Lennert Buytenhek
578M: kernel@wantstofly.org
579L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
580S: Maintained
581
582ARM/INTEL IXP23XX ARM ARCHITECTURE
583P: Lennert Buytenhek
584M: kernel@wantstofly.org
585L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
586S: Maintained
587
588ARM/INTEL XSC3 (MANZANO) ARM CORE
589P: Lennert Buytenhek
590M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100591P: Dan Williams
592M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800593L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100594S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800595
596ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
597P: Lennert Buytenhek
598M: kernel@wantstofly.org
599L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
600S: Maintained
601
602ARM/LOGICPD PXA270 MACHINE SUPPORT
603P: Lennert Buytenhek
604M: kernel@wantstofly.org
605L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
606S: Maintained
607
Philipp Zabel3b8861712008-07-09 21:27:15 +0100608ARM/MAGICIAN MACHINE SUPPORT
609P: Philipp Zabel
610M: philipp.zabel@gmail.com
611S: Maintained
612
Dirk Opfer8459c152005-11-06 14:27:52 +0000613ARM/TOSA MACHINE SUPPORT
Dmitry Baryshkov93887042008-07-07 10:50:06 +0100614P: Dmitry Baryshkov
615M: dbaryshkov@gmail.com
Dirk Opfer8459c152005-11-06 14:27:52 +0000616P: Dirk Opfer
617M: dirk@opfer-online.de
618S: Maintained
619
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100620ARM/PALMTX SUPPORT
621P: Marek Vasut
622M: marek.vasut@gmail.com
623W: http://hackndev.com
624S: Maintained
625
Linus Torvalds1da177e2005-04-16 15:20:36 -0700626ARM/PLEB SUPPORT
627P: Peter Chubb
628M: pleb@gelato.unsw.edu.au
629W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
630S: Maintained
631
632ARM/PT DIGITAL BOARD PORT
633P: Stefan Eletzhofer
634M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700635L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700636W: http://www.arm.linux.org.uk/
637S: Maintained
638
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800639ARM/RADISYS ENP2611 MACHINE SUPPORT
640P: Lennert Buytenhek
641M: kernel@wantstofly.org
642L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
643S: Maintained
644
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645ARM/SHARK MACHINE SUPPORT
646P: Alexander Schulz
647M: alex@shark-linux.de
648W: http://www.shark-linux.de/shark.html
649S: Maintained
650
651ARM/STRONGARM110 PORT
652P: Russell King
653M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700654L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700655W: http://www.arm.linux.org.uk/
656S: Maintained
657
658ARM/S3C2410 ARM ARCHITECTURE
659P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800660M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700661L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662W: http://www.fluff.org/ben/linux/
663S: Maintained
664
665ARM/S3C2440 ARM ARCHITECTURE
666P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800667M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700668L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700669W: http://www.fluff.org/ben/linux/
670S: Maintained
671
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800672ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
673P: Lennert Buytenhek
674M: kernel@wantstofly.org
675L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
676S: Maintained
677
678ARM/THECUS N2100 MACHINE SUPPORT
679P: Lennert Buytenhek
680M: kernel@wantstofly.org
681L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
682S: Maintained
683
Linus Torvalds1da177e2005-04-16 15:20:36 -0700684ARPD SUPPORT
685P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700686L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700687S: Maintained
688
689ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500690P: Corentin Chary
691M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700692P: Karol Kozimor
693M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700694L: acpi4asus-user@lists.sourceforge.net
695W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500696W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700697S: Maintained
698
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400699ASUS ASB100 HARDWARE MONITOR DRIVER
700P: Mark M. Hoffman
701M: mhoffman@lightlink.com
702L: lm-sensors@lm-sensors.org
703S: Maintained
704
Corentin Chary85091b72007-01-26 14:04:30 +0100705ASUS LAPTOP EXTRAS DRIVER
706P: Corentin Chary
707M: corentincj@iksaif.net
708L: acpi4asus-user@lists.sourceforge.net
709W: http://sourceforge.net/projects/acpi4asus
710W: http://xf.iksaif.net/acpi4asus
711S: Maintained
712
Dan Williamsb3e5f262007-08-07 10:26:35 -0700713ASYNCHRONOUS TRANSFERS/TRANSFORMS API
714P: Dan Williams
715M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100716P: Maciej Sosnowski
717M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700718L: linux-kernel@vger.kernel.org
719W: http://sourceforge.net/projects/xscaleiop
720S: Supported
721
Linus Torvalds1da177e2005-04-16 15:20:36 -0700722ATA OVER ETHERNET DRIVER
723P: Ed L. Cashin
724M: ecashin@coraid.com
725W: http://www.coraid.com/support/linux
726S: Supported
727
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200728ATHEROS ATH5K WIRELESS DRIVER
729P: Jiri Slaby
730M: jirislaby@gmail.com
731P: Nick Kossifidis
732M: mickflemm@gmail.com
733P: Luis R. Rodriguez
734M: mcgrof@gmail.com
735L: linux-wireless@vger.kernel.org
736L: ath5k-devel@lists.ath5k.org
737S: Maintained
738
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700739ATHEROS ATH9K WIRELESS DRIVER
740P: Luis R. Rodriguez
741M: lrodriguez@atheros.com
742P: Jouni Malinen
743M: jmalinen@atheros.com
744L: linux-wireless@vger.kernel.org
745L: ath9k-devel@lists.ath9k.org
746S: Supported
747
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000748ATI_REMOTE2 DRIVER
749P: Ville Syrjala
750M: syrjala@sci.fi
751S: Maintained
752
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600753ATL1 ETHERNET DRIVER
754P: Jay Cliburn
755M: jcliburn@gmail.com
756P: Chris Snook
757M: csnook@redhat.com
758L: atl1-devel@lists.sourceforge.net
759W: http://sourceforge.net/projects/atl1
760W: http://atl1.sourceforge.net
761S: Maintained
762
Linus Torvalds1da177e2005-04-16 15:20:36 -0700763ATM
764P: Chas Williams
765M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700766L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700767W: http://linux-atm.sourceforge.net
768S: Maintained
769
Pierre Ossman272f1332007-05-14 21:25:26 +0200770ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200771P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800772M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200773L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
774W: http://www.atmel.com/products/AT91/
775W: http://www.at91.com/
776S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200777
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800778ATMEL AT91 / AT32 SERIAL DRIVER
779P: Haavard Skinnemoen
780M: hskinnemoen@atmel.com
781L: linux-kernel@vger.kernel.org
782S: Supported
783
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800784ATMEL LCDFB DRIVER
785P: Nicolas Ferre
786M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800787L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800788S: Maintained
789
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100790ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100791P: Haavard Skinnemoen
792M: hskinnemoen@atmel.com
793S: Supported
794
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800795ATMEL SPI DRIVER
796P: Haavard Skinnemoen
797M: hskinnemoen@atmel.com
798S: Supported
799
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700800ATMEL USBA UDC DRIVER
801P: Haavard Skinnemoen
802M: hskinnemoen@atmel.com
803L: kernel@avr32linux.org
804W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
805S: Supported
806
Linus Torvalds1da177e2005-04-16 15:20:36 -0700807ATMEL WIRELESS DRIVER
808P: Simon Kelley
809M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700810L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700811W: http://www.thekelleys.org.uk/atmel
812W: http://atmelwlandriver.sourceforge.net/
813S: Maintained
814
Chris Wrighta92b7b82005-07-07 18:12:23 -0700815AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400816P: Al Viro
817M: viro@zeniv.linux.org.uk
818P: Eric Paris
819M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700820L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100821W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400822T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700823S: Maintained
824
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800825AUXILIARY DISPLAY DRIVERS
826P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700827M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800828L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700829W: http://miguelojeda.es/auxdisplay.htm
830W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800831S: Maintained
832
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700833AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700834P: Haavard Skinnemoen
835M: hskinnemoen@atmel.com
836W: http://www.atmel.com/products/AVR32/
837W: http://avr32linux.org/
838W: http://avrfreaks.net/
839S: Supported
840
841AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700842P: Haavard Skinnemoen
843M: hskinnemoen@atmel.com
844S: Supported
845
Linus Torvalds1da177e2005-04-16 15:20:36 -0700846AX.25 NETWORK LAYER
847P: Ralf Baechle
848M: ralf@linux-mips.org
849L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200850W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700851S: Maintained
852
Richard Purdie300abeb2007-02-07 22:21:07 +0000853BACKLIGHT CLASS/SUBSYSTEM
854P: Richard Purdie
855M: rpurdie@rpsys.net
856S: Maintained
857
Bryan Wu1394f032007-05-06 14:50:22 -0700858BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800859P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800860M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800861L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
862W: http://blackfin.uclinux.org
863S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700864
Bryan Wue190d6b2007-07-17 14:43:44 +0800865BLACKFIN EMAC DRIVER
866P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800867M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800868L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
869W: http://blackfin.uclinux.org
870S: Supported
871
Mike Frysinger566da5b2007-06-11 15:31:30 +0800872BLACKFIN RTC DRIVER
873P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800874M: vapier.adi@gmail.com
875L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
876W: http://blackfin.uclinux.org
877S: Supported
878
Bryan Wu1394f032007-05-06 14:50:22 -0700879BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800880P: Sonic Zhang
881M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800882L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
883W: http://blackfin.uclinux.org
884S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700885
Bryan Wu1e6d3202007-07-15 02:50:02 +0800886BLACKFIN WATCHDOG DRIVER
887P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800888M: vapier.adi@gmail.com
889L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
890W: http://blackfin.uclinux.org
891S: Supported
892
Linus Torvalds1da177e2005-04-16 15:20:36 -0700893BAYCOM/HDLCDRV DRIVERS FOR AX.25
894P: Thomas Sailer
895M: t.sailer@alumni.ethz.ch
896L: linux-hams@vger.kernel.org
897W: http://www.baycom.org/~tom/ham/ham.html
898S: Maintained
899
Michael Buesche4d6b792007-09-18 15:39:42 -0400900B43 WIRELESS DRIVER
901P: Michael Buesch
902M: mb@bu3sch.de
903P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100904M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400905L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100906W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400907S: Maintained
908
Larry Finger75388ac2007-09-25 16:46:54 -0700909B43LEGACY WIRELESS DRIVER
910P: Larry Finger
911M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100912P: Stefano Brivio
913M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700914L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100915W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700916S: Maintained
917
Linus Torvalds1da177e2005-04-16 15:20:36 -0700918BEFS FILE SYSTEM
919P: Sergey S. Kostyliov
920M: rathamahata@php4.ru
921L: linux-kernel@vger.kernel.org
922S: Maintained
923
Linus Torvalds1da177e2005-04-16 15:20:36 -0700924BFS FILE SYSTEM
925P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800926M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927L: linux-kernel@vger.kernel.org
928S: Maintained
929
Bryan Wud24ecfc2007-05-01 23:26:32 +0200930BLACKFIN I2C TWI DRIVER
931P: Sonic Zhang
932M: sonic.zhang@analog.com
933L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
934W: http://blackfin.uclinux.org/
935S: Supported
936
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937BLOCK LAYER
938P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200939M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700940L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800941T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700942S: Maintained
943
Joern Engel2b54aae2008-02-06 01:38:02 -0800944BLOCK2MTD DRIVER
945P: Joern Engel
946M: joern@lazybastard.org
947L: linux-mtd@lists.infradead.org
948S: Maintained
949
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200950BLUETOOTH DRIVERS
951P: Marcel Holtmann
952M: marcel@holtmann.org
953L: linux-bluetooth@vger.kernel.org
954W: http://www.bluez.org/
955S: Maintained
956
Linus Torvalds1da177e2005-04-16 15:20:36 -0700957BLUETOOTH SUBSYSTEM
958P: Marcel Holtmann
959M: marcel@holtmann.org
Pavel Machek781c2842008-03-20 15:41:02 -0700960L: linux-bluetooth@vger.kernel.org
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200961W: http://www.bluez.org/
Josh Boyer1adc1232005-11-23 15:44:15 -0800962T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700963S: Maintained
964
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100966P: Jay Vosburgh
967M: fubar@us.ibm.com
968L: bonding-devel@lists.sourceforge.net
969W: http://sourceforge.net/projects/bonding/
970S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700971
Gary Zambrano39105892006-06-22 17:26:20 -0700972BROADCOM B44 10/100 ETHERNET DRIVER
973P: Gary Zambrano
974M: zambrano@broadcom.com
975L: netdev@vger.kernel.org
976S: Supported
977
Michael Chan948c51e2006-06-04 02:51:39 -0700978BROADCOM BNX2 GIGABIT ETHERNET DRIVER
979P: Michael Chan
980M: mchan@broadcom.com
981L: netdev@vger.kernel.org
982S: Supported
983
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -0800984BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -0700985P: Eilon Greenstein
986M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -0800987L: netdev@vger.kernel.org
988S: Supported
989
Michael Chan948c51e2006-06-04 02:51:39 -0700990BROADCOM TG3 GIGABIT ETHERNET DRIVER
991P: Michael Chan
992M: mchan@broadcom.com
993L: netdev@vger.kernel.org
994S: Supported
995
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200996BSG (block layer generic sg v4 driver)
997P: FUJITA Tomonori
998M: fujita.tomonori@lab.ntt.co.jp
999L: linux-scsi@vger.kernel.org
1000S: Supported
1001
Michael Bueschff1d5c22008-07-25 01:46:10 -07001002BT8XXGPIO DRIVER
1003P: Michael Buesch
1004M: mb@bu3sch.de
1005W: http://bu3sch.de/btgpio.php
1006S: Maintained
1007
Linus Torvalds1da177e2005-04-16 15:20:36 -07001008BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001009P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001010M: mchehab@infradead.org
1011M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001012L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001013W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001014T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001015S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001016
Jonathan Corbet77d51402007-03-22 19:44:17 -03001017CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1018P: Jonathan Corbet
1019M: corbet@lwn.net
1020L: video4linux-list@redhat.com
1021S: Maintained
1022
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001023CAN NETWORK LAYER
1024P: Urs Thuermann
1025M: urs.thuermann@volkswagen.de
1026P: Oliver Hartkopp
1027M: oliver.hartkopp@volkswagen.de
Pavel Emelyanov220fc3f2008-04-29 03:37:41 -07001028L: socketcan-core@lists.berlios.de (subscribers-only)
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001029W: http://developer.berlios.de/projects/socketcan/
1030S: Maintained
1031
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001032CALGARY x86-64 IOMMU
1033P: Muli Ben-Yehuda
1034M: muli@il.ibm.com
1035P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001036M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001037L: linux-kernel@vger.kernel.org
1038L: discuss@x86-64.org
1039S: Maintained
1040
Arnd Bergmannb8154542008-05-16 11:10:59 +02001041CELL BROADBAND ENGINE ARCHITECTURE
1042P: Arnd Bergmann
1043M: arnd@arndb.de
1044L: linuxppc-dev@ozlabs.org
1045L: cbe-oss-dev@ozlabs.org
1046W: http://www.ibm.com/developerworks/power/cell/
1047S: Supported
1048
Scott Feldman01f2e4e2008-09-15 09:17:11 -07001049CISCO 10G ETHERNET DRIVER
1050P: Scott Feldman
1051M: scofeldm@cisco.com
1052P: Joe Eykholt
1053M: jeykholt@cisco.com
1054S: Supported
1055
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001056CFAG12864B LCD DRIVER
1057P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001058M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001059L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001060W: http://miguelojeda.es/auxdisplay.htm
1061W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001062S: Maintained
1063
1064CFAG12864BFB LCD FRAMEBUFFER DRIVER
1065P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001066M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001067L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001068W: http://miguelojeda.es/auxdisplay.htm
1069W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001070S: Maintained
1071
Johannes Berg704232c2007-04-23 12:20:05 -07001072CFG80211 and NL80211
1073P: Johannes Berg
1074M: johannes@sipsolutions.net
1075L: linux-wireless@vger.kernel.org
1076S: Maintained
1077
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001078CHECKPATCH
1079P: Andy Whitcroft
1080M: apw@shadowen.org
1081P: Randy Dunlap
1082M: rdunlap@xenotime.net
1083P: Joel Schopp
1084M: jschopp@austin.ibm.com
1085S: Supported
1086
Linus Torvalds1da177e2005-04-16 15:20:36 -07001087COMMON INTERNET FILE SYSTEM (CIFS)
1088P: Steve French
1089M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001090L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001091L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001092W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001093T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001094S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001095
Joel Becker7063fbf2005-12-15 14:29:43 -08001096CONFIGFS
1097P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -08001098M: joel.becker@oracle.com
1099L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001100S: Supported
1101
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001102CIRRUS LOGIC EP93XX ETHERNET DRIVER
1103P: Lennert Buytenhek
1104M: kernel@wantstofly.org
1105L: netdev@vger.kernel.org
1106S: Maintained
1107
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001108CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1109P: Lennert Buytenhek
1110M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001111L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001112S: Maintained
1113
Timur Tabid9e9d822008-04-24 08:45:26 +10001114CIRRUS LOGIC CS4270 SOUND DRIVER
1115P: Timur Tabi
1116M: timur@freescale.com
1117L: alsa-devel@alsa-project.org
1118S: Supported
1119
Linus Torvalds1da177e2005-04-16 15:20:36 -07001120CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1121P: Cirrus Logic Corporation (kernel 2.2 driver)
1122M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1123P: Nils Faerber (port to kernel 2.4)
1124M: Nils Faerber <nils@kernelconcepts.de>
1125S: Maintained
1126
1127CODA FILE SYSTEM
1128P: Jan Harkes
1129M: jaharkes@cs.cmu.edu
1130M: coda@cs.cmu.edu
1131L: codalist@coda.cs.cmu.edu
1132W: http://www.coda.cs.cmu.edu/
1133S: Maintained
1134
1135COMPACTPCI HOTPLUG CORE
1136P: Scott Murray
1137M: scottm@somanetworks.com
1138M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001139L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140S: Supported
1141
1142COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1143P: Scott Murray
1144M: scottm@somanetworks.com
1145M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001146L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001147S: Supported
1148
1149COMPACTPCI HOTPLUG GENERIC DRIVER
1150P: Scott Murray
1151M: scottm@somanetworks.com
1152M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001153L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001154S: Supported
1155
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001156COMPAL LAPTOP SUPPORT
1157P: Cezary Jackiewicz
1158M: cezary.jackiewicz@gmail.com
1159S: Maintained
1160
Linus Torvalds1da177e2005-04-16 15:20:36 -07001161COMPUTONE INTELLIPORT MULTIPORT CARD
1162P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001163M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001164W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001165S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001166
Simon Arlott949be0f2007-03-06 02:47:46 -08001167CONEXANT ACCESSRUNNER USB DRIVER
1168P: Simon Arlott
1169M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001170L: accessrunner-general@lists.sourceforge.net
1171W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001172S: Maintained
1173
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001174CONTROL GROUPS (CGROUPS)
1175P: Paul Menage
1176M: menage@google.com
1177L: containers@lists.linux-foundation.org
1178S: Maintained
1179
Rudolf Marekbebe4672007-05-08 17:22:02 +02001180CORETEMP HARDWARE MONITORING DRIVER
1181P: Rudolf Marek
1182M: r.marek@assembler.cz
1183L: lm-sensors@lm-sensors.org
1184S: Maintained
1185
Linus Torvalds1da177e2005-04-16 15:20:36 -07001186COSA/SRP SYNC SERIAL DRIVER
1187P: Jan "Yenya" Kasprzak
1188M: kas@fi.muni.cz
1189W: http://www.fi.muni.cz/~kas/cosa/
1190S: Maintained
1191
1192CPU FREQUENCY DRIVERS
1193P: Dave Jones
1194M: davej@codemonkey.org.uk
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001195L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001196W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001197T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001198S: Maintained
1199
1200CPUID/MSR DRIVER
1201P: H. Peter Anvin
1202M: hpa@zytor.com
1203S: Maintained
1204
Paul Jacksoned90fb42005-09-27 21:45:37 -07001205CPUSETS
1206P: Paul Jackson
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001207P: Paul Menage
Paul Jacksoned90fb42005-09-27 21:45:37 -07001208M: pj@sgi.com
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001209M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001210L: linux-kernel@vger.kernel.org
1211W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001212W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001213S: Supported
1214
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001216W: http://sourceforge.net/projects/cramfs/
1217S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001218
1219CRIS PORT
1220P: Mikael Starvik
1221M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001222P: Jesper Nilsson
1223M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001224L: dev-etrax@axis.com
1225W: http://developer.axis.com
1226S: Maintained
1227
1228CRYPTO API
1229P: Herbert Xu
1230M: herbert@gondor.apana.org.au
1231P: David S. Miller
1232M: davem@davemloft.net
1233L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001234T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235S: Maintained
1236
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001237CS5535 Audio ALSA driver
1238P: Jaya Kumar
1239M: jayakumar.alsa@gmail.com
1240S: Maintained
1241
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001242CX18 VIDEO4LINUX DRIVER
1243P: Hans Verkuil, Andy Walls
1244M: hverkuil@xs4all.nl, awalls@radix.net
1245L: ivtv-devel@ivtvdriver.org
1246L: ivtv-users@ivtvdriver.org
1247L: video4linux-list@redhat.com
1248W: http://linuxtv.org
1249S: Maintained
1250
Steve Wisee5ec3782008-05-20 14:06:33 -07001251CXGB3 ETHERNET DRIVER (CXGB3)
1252P: Divy Le Ray
1253M: divy@chelsio.com
1254L: netdev@vger.kernel.org
1255W: http://www.chelsio.com
1256S: Supported
1257
1258CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1259P: Steve Wise
1260M: swise@chelsio.com
1261L: general@lists.openfabrics.org
1262W: http://www.openfabrics.org
1263S: Supported
1264
Linus Torvalds1da177e2005-04-16 15:20:36 -07001265CYBERPRO FB DRIVER
1266P: Russell King
1267M: rmk@arm.linux.org.uk
1268W: http://www.arm.linux.org.uk/
1269S: Maintained
1270
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001271CYBLAFB FRAMEBUFFER DRIVER
1272P: Knut Petersen
1273M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001274L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001275S: Maintained
1276
Linus Torvalds1da177e2005-04-16 15:20:36 -07001277CYCLADES 2X SYNC CARD DRIVER
1278P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001279M: acme@ghostprotocols.net
1280W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281S: Maintained
1282
1283CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001284W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001285S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286
1287CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001288W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001289S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001290
Linus Torvalds1da177e2005-04-16 15:20:36 -07001291DAMA SLAVE for AX.25
1292P: Joerg Reuter
1293M: jreuter@yaina.de
1294W: http://yaina.de/jreuter/
1295W: http://www.qsl.net/dl1bke/
1296L: linux-hams@vger.kernel.org
1297S: Maintained
1298
1299DC395x SCSI driver
1300P: Oliver Neukum
1301M: oliver@neukum.name
1302P: Ali Akcaagac
1303M: aliakc@web.de
1304P: Jamie Lenehan
1305M: lenehan@twibble.org
1306W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001307L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308L: http://lists.twibble.org/mailman/listinfo/dc395x/
1309S: Maintained
1310
1311DC390/AM53C974 SCSI driver
1312P: Kurt Garloff
1313M: garloff@suse.de
1314W: http://www.garloff.de/kurt/linux/dc390/
1315P: Guennadi Liakhovetski
1316M: g.liakhovetski@gmx.de
1317S: Maintained
1318
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001319DCCP PROTOCOL
1320P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001321M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001322L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001323W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001324S: Maintained
1325
Linus Torvalds1da177e2005-04-16 15:20:36 -07001326DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001327P: Christine Caulfield
1328M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329W: http://linux-decnet.sourceforge.net
1330L: linux-decnet-user@lists.sourceforge.net
1331S: Maintained
1332
1333DEFXX FDDI NETWORK DRIVER
1334P: Maciej W. Rozycki
1335M: macro@linux-mips.org
1336S: Maintained
1337
1338DELL LAPTOP SMM DRIVER
1339P: Massimo Dal Zotto
1340M: dz@debian.org
1341W: http://www.debian.org/~dz/i8k/
1342S: Maintained
1343
Doug Warzecha90563ec2005-09-06 15:17:15 -07001344DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1345P: Doug Warzecha
1346M: Douglas_Warzecha@dell.com
1347S: Maintained
1348
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001349DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001350P: Alasdair Kergon
1351L: dm-devel@redhat.com
1352W: http://sources.redhat.com/dm
1353S: Maintained
1354
1355DEVICE NUMBER REGISTRY
1356P: Torben Mathiasen
1357M: device@lanana.org
1358W: http://lanana.org/docs/device-list/index.html
1359L: linux-kernel@vger.kernel.org
1360S: Maintained
1361
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362DIGI INTL. EPCA DRIVER
1363P: Digi International, Inc
1364M: Eng.Linux@digi.com
1365L: Eng.Linux@digi.com
1366W: http://www.digi.com
1367S: Orphaned
1368
Linus Torvalds1da177e2005-04-16 15:20:36 -07001369DIRECTORY NOTIFICATION
1370P: Stephen Rothwell
1371M: sfr@canb.auug.org.au
1372L: linux-kernel@vger.kernel.org
1373S: Supported
1374
1375DISK GEOMETRY AND PARTITION HANDLING
1376P: Andries Brouwer
1377M: aeb@cwi.nl
1378W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1379W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1380W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1381S: Maintained
1382
1383DISKQUOTA:
1384P: Jan Kara
1385M: jack@suse.cz
1386L: linux-kernel@vger.kernel.org
1387S: Maintained
1388
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001389DISTRIBUTED LOCK MANAGER
Christine Caulfield8943f262008-02-14 19:31:31 -08001390P: Christine Caulfield
1391M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001392P: David Teigland
1393M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001394L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001395W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001396T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001397S: Supported
1398
Linus Torvalds1da177e2005-04-16 15:20:36 -07001399DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1400P: Tobias Ringstrom
1401M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001402L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001403S: Maintained
1404
Dan Williamsb3e5f262007-08-07 10:26:35 -07001405DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001406P: Maciej Sosnowski
1407M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001408P: Dan Williams
1409M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001410L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001411S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001412
Juerg Haefligerb8250372007-06-09 10:11:16 -04001413DME1737 HARDWARE MONITOR DRIVER
1414P: Juerg Haefliger
1415M: juergh@gmail.com
1416L: lm-sensors@lm-sensors.org
1417S: Maintained
1418
Martin Waitzba483d52005-06-17 13:20:59 -07001419DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001420P: Randy Dunlap
1421M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001422S: Maintained
1423
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001424DOCKING STATION DRIVER
1425P: Kristen Carlson Accardi
1426M: kristen.c.accardi@intel.com
1427L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001428S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001429
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001430DOCUMENTATION (/Documentation directory)
1431P: Michael Kerrisk
1432M: mtk.manpages@gmail.com
1433P: Randy Dunlap
1434M: rdunlap@xenotime.net
1435L: linux-doc@vger.kernel.org
1436S: Maintained
1437
Linus Torvalds1da177e2005-04-16 15:20:36 -07001438DOUBLETALK DRIVER
1439P: James R. Van Zandt
1440M: jrv@vanzandt.mv.com
1441L: blinux-list@redhat.com
1442S: Maintained
1443
1444DRIVER CORE, KOBJECTS, AND SYSFS
1445P: Greg Kroah-Hartman
1446M: gregkh@suse.de
1447L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001448T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449S: Supported
1450
1451DRM DRIVERS
1452P: David Airlie
1453M: airlied@linux.ie
1454L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001455T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001456S: Maintained
1457
1458DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001459P: Francois Romieu
1460M: romieu@fr.zoreil.com
1461L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001462S: Maintained
1463
1464DVB SUBSYSTEM AND DRIVERS
1465P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001466M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001467L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001468W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001469T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001470S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001471
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001472DZ DECSTATION DZ11 SERIAL DRIVER
1473P: Maciej W. Rozycki
1474M: macro@linux-mips.org
1475S: Maintained
1476
Linus Torvalds1da177e2005-04-16 15:20:36 -07001477EATA-DMA SCSI DRIVER
1478P: Michael Neuffer
1479L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1480S: Maintained
1481
1482EATA ISA/EISA/PCI SCSI DRIVER
1483P: Dario Ballabio
1484M: ballabio_dario@emc.com
1485L: linux-scsi@vger.kernel.org
1486S: Maintained
1487
1488EATA-PIO SCSI DRIVER
1489P: Michael Neuffer
1490M: mike@i-Connect.Net
1491L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1492S: Maintained
1493
1494EBTABLES
1495P: Bart De Schuymer
1496M: bart.de.schuymer@pandora.be
1497L: ebtables-user@lists.sourceforge.net
1498L: ebtables-devel@lists.sourceforge.net
1499W: http://ebtables.sourceforge.net/
1500S: Maintained
1501
Michael Halcrow237fead2006-10-04 02:16:22 -07001502ECRYPT FILE SYSTEM
1503P: Mike Halcrow, Phillip Hellewell
1504M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1505L: ecryptfs-devel@lists.sourceforge.net
1506W: http://ecryptfs.sourceforge.net/
1507S: Supported
1508
Alan Coxda9bb1d2006-01-18 17:44:13 -08001509EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001510P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001511M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001512L: bluesmoke-devel@lists.sourceforge.net
1513W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001514S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001515
1516EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001517P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001518P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001519M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001520M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001521L: bluesmoke-devel@lists.sourceforge.net
1522W: bluesmoke.sourceforge.net
1523S: Maintained
1524
1525EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001526P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001527M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001528L: bluesmoke-devel@lists.sourceforge.net
1529W: bluesmoke.sourceforge.net
1530S: Maintained
1531
Douglas Thompson6bc78402007-07-19 01:50:12 -07001532EDAC-I82443BXGX
1533P: Tim Small
1534M: tim@buttersideup.com
1535L: bluesmoke-devel@lists.sourceforge.net
1536W: bluesmoke.sourceforge.net
1537S: Maintained
1538
1539EDAC-I3000
1540P: Jason Uhlenkott
1541M: juhlenko@akamai.com
1542L: bluesmoke-devel@lists.sourceforge.net
1543W: bluesmoke.sourceforge.net
1544S: Maintained
1545
1546EDAC-I5000
1547P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001548M: dougthompson@xmission.com
1549L: bluesmoke-devel@lists.sourceforge.net
1550W: bluesmoke.sourceforge.net
1551S: Maintained
1552
1553EDAC-I82975X
1554P: Ranganathan Desikan
1555P: Arvind R.
1556M: rdesikan@jetzbroadband.com
1557M: arvind@acarlab.com
1558L: bluesmoke-devel@lists.sourceforge.net
1559W: bluesmoke.sourceforge.net
1560S: Maintained
1561
1562EDAC-PASEMI
1563P: Egor Martovetsky
1564M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001565L: bluesmoke-devel@lists.sourceforge.net
1566W: bluesmoke.sourceforge.net
1567S: Maintained
1568
Dave Peterson0e438e32006-03-26 01:38:55 -08001569EDAC-R82600
1570P: Tim Small
1571M: tim@buttersideup.com
1572L: bluesmoke-devel@lists.sourceforge.net
1573W: bluesmoke.sourceforge.net
1574S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001575
Eric Coopere59f8792008-03-13 12:55:46 +01001576EEEPC LAPTOP EXTRAS DRIVER
1577P: Corentin Chary
1578M: corentincj@iksaif.net
1579L: acpi4asus-user@lists.sourceforge.net
1580W: http://sourceforge.net/projects/acpi4asus
1581S: Maintained
1582
Linus Torvalds1da177e2005-04-16 15:20:36 -07001583EEPRO100 NETWORK DRIVER
1584P: Andrey V. Savochkin
1585M: saw@saw.sw.com.sg
1586S: Maintained
1587
Josh Triplett0bee8d22006-07-30 03:03:58 -07001588EFS FILESYSTEM
1589W: http://aeschi.ch.eu.org/efs/
1590S: Orphan
1591
Heiko J Schickfab97222006-09-22 15:22:22 -07001592EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1593P: Hoang-Nam Nguyen
1594M: hnguyen@de.ibm.com
1595P: Christoph Raisch
1596M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001597L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001598S: Supported
1599
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001600EMBEDDED LINUX
1601P: Paul Gortmaker
1602M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001603P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001604M: dwmw2@infradead.org
1605L: linux-embedded@vger.kernel.org
1606S: Maintained
1607
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001608EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001609P: James Smart
1610M: james.smart@emulex.com
1611L: linux-scsi@vger.kernel.org
1612W: http://sourceforge.net/projects/lpfcxxxx
1613S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001614
Linus Torvalds1da177e2005-04-16 15:20:36 -07001615EPSON 1355 FRAMEBUFFER DRIVER
1616P: Christopher Hoover
1617M: ch@murgatroid.com, ch@hpl.hp.com
1618S: Maintained
1619
1620ETHEREXPRESS-16 NETWORK DRIVER
1621P: Philip Blundell
1622M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001623L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001624S: Maintained
1625
1626ETHERNET BRIDGE
1627P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08001628M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001629L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001630W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001631S: Maintained
1632
1633ETHERTEAM 16I DRIVER
1634P: Mika Kuoppala
1635M: miku@iki.fi
1636S: Maintained
1637
1638EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001639L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640S: Maintained
1641
1642EXT3 FILE SYSTEM
1643P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001644M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001645L: linux-ext4@vger.kernel.org
1646S: Maintained
1647
1648EXT4 FILE SYSTEM
1649P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001650M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001651L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001652S: Maintained
1653
Jean Delvaree53004e2006-01-09 23:26:14 +01001654F71805F HARDWARE MONITORING DRIVER
1655P: Jean Delvare
1656M: khali@linux-fr.org
1657L: lm-sensors@lm-sensors.org
1658S: Maintained
1659
Linus Torvalds1da177e2005-04-16 15:20:36 -07001660FARSYNC SYNCHRONOUS DRIVER
1661P: Kevin Curtis
1662M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663W: http://www.farsite.co.uk/
1664S: Supported
1665
Akinobu Mitac5408b82007-04-23 14:41:20 -07001666FAULT INJECTION SUPPORT
1667P: Akinobu Mita
1668M: akinobu.mita@gmail.com
1669S: Supported
1670
Linus Torvalds1da177e2005-04-16 15:20:36 -07001671FRAMEBUFFER LAYER
1672P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001673M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001674L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001675W: http://linux-fbdev.sourceforge.net/
1676S: Maintained
1677
Zhang Wei173acc72008-03-01 07:42:48 -07001678FREESCALE DMA DRIVER
Zhang Wei76b0c782008-05-13 14:44:59 -07001679P: Li Yang
1680M: leoli@freescale.com
1681P: Zhang Wei
1682M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001683L: linuxppc-embedded@ozlabs.org
1684L: linux-kernel@vger.kernel.org
1685S: Maintained
1686
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001687FREESCALE I2C CPM DRIVER
1688P: Jochen Friedrich
1689M: jochen@scram.de
1690L: linuxppc-dev@ozlabs.org
1691L: i2c@lm-sensors.org
1692S: Maintained
1693
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001694FREESCALE SOC FS_ENET DRIVER
1695P: Pantelis Antoniou
1696M: pantelis.antoniou@gmail.com
1697P: Vitaly Bordug
1698M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001699L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001700L: netdev@vger.kernel.org
1701S: Maintained
1702
Timur Tabid9e9d822008-04-24 08:45:26 +10001703FREESCALE QUICC ENGINE LIBRARY
1704P: Timur Tabi
1705M: timur@freescale.com
1706L: linuxppc-dev@ozlabs.org
1707S: Supported
1708
Li Yanga7205b32007-04-23 10:38:18 -07001709FREESCALE HIGHSPEED USB DEVICE DRIVER
1710P: Li Yang
1711M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001712L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001713L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001714S: Maintained
1715
Li Yangbeaf53b2007-05-25 13:54:02 +08001716FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1717P: Li Yang
1718M: leoli@freescale.com
1719L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001720L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001721S: Maintained
1722
Timur Tabid9e9d822008-04-24 08:45:26 +10001723FREESCALE QUICC ENGINE UCC UART DRIVER
1724P: Timur Tabi
1725M: timur@freescale.com
1726L: linuxppc-dev@ozlabs.org
1727S: Supported
1728
1729FREESCALE SOC SOUND DRIVERS
1730P: Timur Tabi
1731M: timur@freescale.com
1732L: alsa-devel@alsa-project.org
1733L: linuxppc-dev@ozlabs.org
1734S: Supported
1735
Linus Torvalds1da177e2005-04-16 15:20:36 -07001736FILE LOCKING (flock() and fcntl()/lockf())
1737P: Matthew Wilcox
1738M: matthew@wil.cx
1739L: linux-fsdevel@vger.kernel.org
1740S: Maintained
1741
1742FILESYSTEMS (VFS and infrastructure)
1743P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001744M: viro@zeniv.linux.org.uk
Paul Menageb9cf92e2008-02-14 19:31:24 -08001745L: linux-fsdevel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001746S: Maintained
1747
Stefan Richterf148e202008-01-12 12:32:44 +01001748FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001749P: Kristian Hoegsberg, Stefan Richter
1750M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1751L: linux1394-devel@lists.sourceforge.net
1752W: http://www.linux1394.org/
1753T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1754S: Maintained
1755
Linus Torvalds1da177e2005-04-16 15:20:36 -07001756FIRMWARE LOADER (request_firmware)
1757L: linux-kernel@vger.kernel.org
1758S: Orphan
1759
1760FPU EMULATOR
1761P: Bill Metzenthen
1762M: billm@suburbia.net
1763W: http://suburbia.net/~billm/floating-point/emulator/
1764S: Maintained
1765
1766FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1767P: Mike McLagan
1768M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001769L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001770S: Maintained
1771
1772FREEVXFS FILESYSTEM
1773P: Christoph Hellwig
1774M: hch@infradead.org
1775W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1776S: Maintained
1777
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001778FTRACE
1779P: Steven Rostedt
1780M: srostedt@redhat.com
1781S: Maintained
1782
David Howells5ab7ffe2007-04-10 15:10:45 +01001783FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001784P: David Howells
1785M: dhowells@redhat.com
1786S: Maintained
1787
Jonathan Woithe20b93732008-06-11 10:14:56 +09301788FUJITSU LAPTOP EXTRAS
1789P: Jonathan Woithe
1790M: jwoithe@physics.adelaide.edu.au
1791L: linux-acpi@vger.kernel.org
1792S: Maintained
1793
Miklos Szeredi04578f12005-09-09 13:10:22 -07001794FUSE: FILESYSTEM IN USERSPACE
1795P: Miklos Szeredi
1796M: miklos@szeredi.hu
1797L: fuse-devel@lists.sourceforge.net
1798W: http://fuse.sourceforge.net/
1799S: Maintained
1800
Linus Torvalds1da177e2005-04-16 15:20:36 -07001801FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1802P: Rik Faith
1803M: faith@cs.unc.edu
1804L: linux-scsi@vger.kernel.org
1805S: Odd fixes (e.g., new signatures)
1806
1807GDT SCSI DISK ARRAY CONTROLLER DRIVER
1808P: Achim Leubner
1809M: achim_leubner@adaptec.com
1810L: linux-scsi@vger.kernel.org
1811W: http://www.icp-vortex.com/
1812S: Supported
1813
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001814GENERIC GPIO I2C DRIVER
1815P: Haavard Skinnemoen
1816M: hskinnemoen@atmel.com
1817S: Supported
1818
Linus Torvalds1da177e2005-04-16 15:20:36 -07001819GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1820P: Krzysztof Halasa
1821M: khc@pm.waw.pl
1822W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1823S: Maintained
1824
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001825GFS2 FILE SYSTEM
1826P: Steven Whitehouse
1827M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001828L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001829W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001830T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1831T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001832S: Supported
1833
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001834GIGASET ISDN DRIVERS
1835P: Hansjoerg Lipp
1836M: hjlipp@web.de
1837P: Tilman Schmidt
1838M: tilman@imap.cc
1839L: gigaset307x-common@lists.sourceforge.net
1840W: http://gigaset307x.sourceforge.net/
1841S: Maintained
1842
Jean Delvare5b543962005-08-15 19:51:02 +02001843HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001844L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001845W: http://www.lm-sensors.org/
Mark M. Hoffman47d715a2008-07-31 23:48:25 -04001846S: Orphaned
Jean Delvare5b543962005-08-15 19:51:02 +02001847
Michael Buesch844dd052006-06-26 00:24:59 -07001848HARDWARE RANDOM NUMBER GENERATOR CORE
Michael Buesch41851082008-02-23 15:23:42 -08001849S: Orphaned
Michael Buesch844dd052006-06-26 00:24:59 -07001850
Robert Love860e1d62005-08-31 23:57:59 -04001851HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1852P: Robert Love
1853M: rlove@rlove.org
1854M: linux-kernel@vger.kernel.org
1855W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1856S: Maintained
1857
Linus Torvalds1da177e2005-04-16 15:20:36 -07001858HARMONY SOUND DRIVER
1859P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001860M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001861L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001862S: Maintained
1863
1864HAYES ESP SERIAL DRIVER
1865P: Andrew J. Robinson
1866M: arobinso@nyx.net
1867L: linux-kernel@vger.kernel.org
1868W: http://www.nyx.net/~arobinso
1869S: Maintained
1870
1871HFS FILESYSTEM
1872P: Roman Zippel
1873M: zippel@linux-m68k.org
1874L: linux-kernel@vger.kernel.org
1875S: Maintained
1876
1877HGA FRAMEBUFFER DRIVER
1878P: Ferenc Bakonyi
1879M: fero@drama.obuda.kando.hu
1880L: linux-nvidia@lists.surfsouth.com
1881W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1882S: Maintained
1883
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001884HID CORE LAYER
1885P: Jiri Kosina
1886M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001887L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001888T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001889S: Maintained
1890
Ingo Molnar38bed542007-02-22 09:09:34 +01001891HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1892P: Thomas Gleixner
1893M: tglx@linutronix.de
1894L: linux-kernel@vger.kernel.org
1895S: Maintained
1896
Linus Torvalds1da177e2005-04-16 15:20:36 -07001897HIGH-SPEED SCC DRIVER FOR AX.25
1898P: Klaus Kudielka
1899M: klaus.kudielka@ieee.org
1900L: linux-hams@vger.kernel.org
1901W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1902S: Maintained
1903
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001904HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1905P: HighPoint Linux Team
1906M: linux@highpoint-tech.com
1907W: http://www.highpoint-tech.com
1908S: Supported
1909
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910HIPPI
1911P: Jes Sorensen
1912M: jes@trained-monkey.org
1913L: linux-hippi@sunsite.dk
1914S: Maintained
1915
1916HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1917P: Chirag Kantharia
1918M: chirag.kantharia@hp.com
1919L: iss_storagedev@hp.com
1920S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001921
Linus Torvalds1da177e2005-04-16 15:20:36 -07001922HEWLETT-PACKARD SMART2 RAID DRIVER
1923P: Chirag Kantharia
1924M: chirag.kantharia@hp.com
1925L: iss_storagedev@hp.com
1926S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001927
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1929P: Mike Miller
1930M: mike.miller@hp.com
1931L: iss_storagedev@hp.com
1932S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001933
Jouni Malinenff1d2762005-05-12 22:54:16 -04001934HOST AP DRIVER
1935P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001936M: j@w1.fi
1937L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001938L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001939W: http://hostap.epitest.fi/
1940S: Maintained
1941
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1943P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001944M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945S: Maintained
1946
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001947HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1948P: Carlos Corbacho
1949M: carlos@strangeworlds.co.uk
1950S: Odd Fixes
1951
Clemens Ladischd36e74c2008-07-23 21:26:46 -07001952HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08001953P: Clemens Ladisch
1954M: clemens@ladisch.de
1955S: Maintained
1956
1957HPET: i386
1958P: Venkatesh Pallipadi (Venki)
1959M: venkatesh.pallipadi@intel.com
1960S: Maintained
1961
1962HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001963P: Vojtech Pavlik
1964M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001965S: Maintained
1966
1967HPET: ACPI hpet.c
1968P: Bob Picco
1969M: bob.picco@hp.com
1970S: Maintained
1971
Linus Torvalds1da177e2005-04-16 15:20:36 -07001972HPFS FILESYSTEM
1973P: Mikulas Patocka
1974M: mikulas@artax.karlin.mff.cuni.cz
1975W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1976S: Maintained
1977
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04001978HTCPEN TOUCHSCREEN DRIVER
1979P: Pau Oliva Fora
1980M: pof@eslack.org
1981L: linux-input@vger.kernel.org
1982S: Maintained
1983
Linus Torvalds1da177e2005-04-16 15:20:36 -07001984HUGETLB FILESYSTEM
1985P: William Irwin
1986M: wli@holomorphy.com
1987S: Maintained
1988
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001989I2C/SMBUS STUB DRIVER
1990P: Mark M. Hoffman
1991M: mhoffman@lightlink.com
1992L: lm-sensors@lm-sensors.org
1993S: Maintained
1994
Jean Delvare5b543962005-08-15 19:51:02 +02001995I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02001996P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001997M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02001998P: Ben Dooks (embedded platforms)
1999M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02002000L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08002001T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002002S: Maintained
2003
Till Harbaume8c76ee2007-05-01 23:26:35 +02002004I2C-TINY-USB DRIVER
2005P: Till Harbaum
2006M: till@harbaum.org
2007L: i2c@lm-sensors.org
2008T: http://www.harbaum.org/till/i2c_tiny_usb
2009S: Maintained
2010
Linus Torvalds1da177e2005-04-16 15:20:36 -07002011i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002012P: H. Peter Anvin
2013M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002014L: Linux-Kernel@vger.kernel.org
2015S: Maintained
2016
2017i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002018P: H. Peter Anvin
2019M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002020T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021S: Maintained
2022
Linus Torvalds1da177e2005-04-16 15:20:36 -07002023IA64 (Itanium) PLATFORM
2024P: Tony Luck
2025M: tony.luck@intel.com
2026L: linux-ia64@vger.kernel.org
2027W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002028T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029S: Maintained
2030
2031SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06002032P: Jes Sorensen
2033M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034L: linux-altix@sgi.com
2035L: linux-ia64@vger.kernel.org
2036W: http://www.sgi.com/altix
2037S: Maintained
2038
2039IBM MCA SCSI SUBSYSTEM DRIVER
2040P: Michael Lang
2041M: langa2@kph.uni-mainz.de
2042W: http://www.uni-mainz.de/~langm000/linux.html
2043S: Maintained
2044
2045IBM Power Linux RAID adapter
2046P: Brian King
2047M: brking@us.ibm.com
2048S: Supported
2049
2050IBM ServeRAID RAID DRIVER
2051P: Jack Hammer
2052P: Dave Jeffery
2053M: ipslinux@adaptec.com
2054W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002055S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002056
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002057IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002058P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002059M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002061T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002062S: Maintained
2063
2064IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002065P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002066M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002067L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002068S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002069
2070IDE/ATAPI FLOPPY DRIVERS
2071P: Paul Bristow
2072M: Paul Bristow <paul@paulbristow.net>
2073W: http://paulbristow.net/linux/idefloppy.html
2074L: linux-kernel@vger.kernel.org
2075S: Maintained
2076
2077IDE/ATAPI TAPE DRIVERS
2078P: Gadi Oxman
2079M: Gadi Oxman <gadio@netvision.net.il>
2080L: linux-kernel@vger.kernel.org
2081S: Maintained
2082
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002083IDE-SCSI DRIVER
2084L: linux-ide@vger.kernel.org
2085L: linux-scsi@vger.kernel.org
2086S: Orphan
2087
Stefan Richterf148e202008-01-12 12:32:44 +01002088IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002089P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002090M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002091P: Stefan Richter
2092M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002093L: linux1394-devel@lists.sourceforge.net
2094W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002095T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096S: Maintained
2097
Stefan Richterf51a5a92007-04-23 14:41:10 -07002098IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099P: Dan Dennedy
2100M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002101P: Stefan Richter
2102M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002104S: Maintained
2105
Linus Torvalds1da177e2005-04-16 15:20:36 -07002106IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002107L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002108S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109
2110INFINIBAND SUBSYSTEM
2111P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002112M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002114M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07002116M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002117L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002119T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120S: Supported
2121
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04002122INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08002123P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04002124M: dmitry.torokhov@gmail.com
2125M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002126L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002127T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128S: Maintained
2129
Robert Lovec9f04f52005-07-15 12:21:07 -04002130INOTIFY
Cal Peake18b36c72006-12-12 20:18:16 +01002131P: John McCutchan
2132M: ttb@tentacle.dhs.org
2133P: Robert Love
2134M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002135L: linux-kernel@vger.kernel.org
2136S: Maintained
2137
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002138INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002139P: Sylvain Meyer
2140M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002141L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002142S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002143
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002145P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002146M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002147L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002148S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002149
Linus Torvalds1da177e2005-04-16 15:20:36 -07002150INTEL IA32 MICROCODE UPDATE SUPPORT
2151P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002152M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002153S: Maintained
2154
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002155INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002156P: Maciej Sosnowski
2157M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002158L: linux-kernel@vger.kernel.org
2159S: Supported
2160
Dan Williamsb3e5f262007-08-07 10:26:35 -07002161INTEL IOP-ADMA DMA DRIVER
2162P: Dan Williams
2163M: dan.j.williams@intel.com
2164L: linux-kernel@vger.kernel.org
2165S: Supported
2166
Michael Buesch844dd052006-06-26 00:24:59 -07002167INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2168P: Deepak Saxena
2169M: dsaxena@plexity.net
2170S: Maintained
2171
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002172INTEL IXP2000 ETHERNET DRIVER
2173P: Lennert Buytenhek
2174M: kernel@wantstofly.org
2175L: netdev@vger.kernel.org
2176S: Maintained
2177
Auke Kokd94e6fe2008-03-03 14:37:47 -08002178INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002179P: Jeff Kirsher
2180M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002181P: Jesse Brandeburg
2182M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002183P: Bruce Allan
2184M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002185P: PJ Waskiewicz
2186M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002187P: John Ronciak
2188M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002189L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002190W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002191S: Supported
2192
James Ketrenos826d2ab2005-11-07 18:56:59 -06002193INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002194P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002195M: yi.zhu@intel.com
2196P: James Ketrenos
2197M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002198P: Reinette Chatre
2199M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002200L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002201L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002202W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002203W: http://ipw2100.sourceforge.net
2204S: Supported
2205
2206INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002207P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002208M: yi.zhu@intel.com
2209P: James Ketrenos
2210M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002211P: Reinette Chatre
2212M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002213L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002214L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002215W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002216W: http://ipw2200.sourceforge.net
2217S: Supported
2218
Zhu Yib481de92007-09-25 17:54:57 -07002219INTEL WIRELESS WIFI LINK (iwlwifi)
2220P: Zhu Yi
2221M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002222P: Reinette Chatre
2223M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002224L: linux-wireless@vger.kernel.org
2225L: ipw3945-devel@lists.sourceforge.net
2226W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002227T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002228S: Supported
2229
Ralf Baechlecb109a02007-08-30 23:56:30 -07002230IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002231P: Ralf Baechle
2232M: ralf@linux-mips.org
2233L: linux-mips@linux-mips.org
2234S: Maintained
2235
Ralf Baechlecb109a02007-08-30 23:56:30 -07002236IOC3 SERIAL DRIVER
2237P: Pat Gefre
2238M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002239L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002240S: Maintained
2241
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242IP MASQUERADING:
2243P: Juanjo Ciarlante
2244M: jjciarla@raiz.uncu.edu.ar
2245S: Maintained
2246
Francois Romieu1202d6f2007-09-17 17:13:55 -07002247IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2248P: Francois Romieu
2249M: romieu@fr.zoreil.com
2250P: Sorbica Shieh
2251M: sorbica@icplus.com.tw
2252P: Jesse Huang
2253M: jesse@icplus.com.tw
2254L: netdev@vger.kernel.org
2255S: Maintained
2256
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002257IPATH DRIVER:
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002258P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002259M: infinipath@qlogic.com
2260L: general@lists.openfabrics.org
2261T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002262S: Supported
2263
Corey Minyard4409ebe2006-04-20 02:43:12 -07002264IPMI SUBSYSTEM
2265P: Corey Minyard
2266M: minyard@acm.org
2267L: openipmi-developer@lists.sourceforge.net
2268W: http://openipmi.sourceforge.net/
2269S: Supported
2270
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271IPX NETWORK LAYER
2272P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002273M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002274L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002275S: Maintained
2276
David Sterba099dc4f2008-02-07 10:57:12 +01002277IPWIRELES DRIVER
2278P: Jiri Kosina
2279M: jkosina@suse.cz
2280P: David Sterba
2281M: dsterba@suse.cz
2282S: Maintained
2283T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2284
Linus Torvalds1da177e2005-04-16 15:20:36 -07002285IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002286P: Samuel Ortiz
2287M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002288L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002289W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002290S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002291
Mike Christie14816b12007-11-28 16:22:06 -08002292ISCSI
2293P: Mike Christie
2294M: michaelc@cs.wisc.edu
2295L: open-iscsi@googlegroups.com
2296W: www.open-iscsi.org
2297T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2298S: Maintained
2299
Linus Torvalds1da177e2005-04-16 15:20:36 -07002300ISAPNP
2301P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002302M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002303S: Maintained
2304
2305ISDN SUBSYSTEM
2306P: Karsten Keil
2307M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002308L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002309W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002310T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002311S: Maintained
2312
2313ISDN SUBSYSTEM (Eicon active card driver)
2314P: Armin Schindler
2315M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002316L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002317W: http://www.melware.de
2318S: Maintained
2319
Hans Verkuil91821ff2007-12-02 09:35:33 -03002320IVTV VIDEO4LINUX DRIVER
2321P: Hans Verkuil
2322M: hverkuil@xs4all.nl
2323L: ivtv-devel@ivtvdriver.org
2324L: ivtv-users@ivtvdriver.org
2325L: video4linux-list@redhat.com
2326W: http://www.ivtvdriver.org
2327S: Maintained
2328
Guo-Fu Tseng95252232008-09-16 01:00:11 +08002329JME NETWORK DRIVER
2330P: Guo-Fu Tseng
2331M: cooldavid@cooldavid.org
2332L: netdev@vger.kernel.org
2333S: Maintained
2334
Linus Torvalds1da177e2005-04-16 15:20:36 -07002335JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2336P: David Woodhouse
2337M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002338L: linux-mtd@lists.infradead.org
2339W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002340S: Maintained
2341
Artem Bityutskiy95270562008-07-14 17:58:44 +03002342UBI FILE SYSTEM (UBIFS)
2343P: Artem Bityutskiy
2344M: dedekind@infradead.org
2345P: Adrian Hunter
2346M: ext-adrian.hunter@nokia.com
2347L: linux-mtd@lists.infradead.org
2348T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
2349W: http://www.linux-mtd.infradead.org/doc/ubifs.html
2350S: Maintained
2351
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352JFS FILESYSTEM
2353P: Dave Kleikamp
2354M: shaggy@austin.ibm.com
2355L: jfs-discussion@lists.sourceforge.net
2356W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002357T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002358S: Supported
2359
Josh Triplettde456d32006-07-30 03:04:00 -07002360JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002361P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002362M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002363L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002364S: Maintained
2365
Rudolf Marek4660cb32006-10-08 22:01:26 +02002366K8TEMP HARDWARE MONITORING DRIVER
2367P: Rudolf Marek
2368M: r.marek@assembler.cz
2369L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002370S: Maintained
2371
2372KCONFIG
2373P: Roman Zippel
2374M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002375L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376S: Maintained
2377
Vivek Goyalea6c2082006-05-20 14:59:55 -07002378KDUMP
2379P: Vivek Goyal
Vivek Goyal4200b662007-12-01 12:16:30 -08002380M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002381P: Haren Myneni
2382M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002383L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002384L: linux-kernel@vger.kernel.org
2385W: http://lse.sourceforge.net/kdump/
2386S: Maintained
2387
Linus Torvalds1da177e2005-04-16 15:20:36 -07002388KERNEL AUTOMOUNTER (AUTOFS)
2389P: H. Peter Anvin
2390M: hpa@zytor.com
2391L: autofs@linux.kernel.org
2392S: Odd Fixes
2393
2394KERNEL AUTOMOUNTER v4 (AUTOFS4)
2395P: Ian Kent
2396M: raven@themaw.net
2397L: autofs@linux.kernel.org
2398S: Maintained
2399
2400KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002401P: Sam Ravnborg
2402M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002403T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2404T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002405L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002406S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002407
2408KERNEL JANITORS
2409P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002410L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412S: Maintained
2413
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002414KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002415P: J. Bruce Fields
2416M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002418M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002419L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002420W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002421S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002422
Avi Kivity426d62e2006-12-13 00:34:03 -08002423KERNEL VIRTUAL MACHINE (KVM)
2424P: Avi Kivity
2425M: avi@qumranet.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002426L: kvm@vger.kernel.org
2427W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002428S: Supported
2429
Hollis Blanchard513014b2008-04-16 23:28:08 -05002430KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2431P: Hollis Blanchard
2432M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002433L: kvm-ppc@vger.kernel.org
2434W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002435S: Supported
2436
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002437KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002438P: Anthony Xu
2439M: anthony.xu@intel.com
2440P: Xiantao Zhang
2441M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002442L: kvm-ia64@vger.kernel.org
2443W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002444S: Supported
2445
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002446KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2447P: Carsten Otte
2448M: cotte@de.ibm.com
2449P: Christian Borntraeger
2450M: borntraeger@de.ibm.com
2451M: linux390@de.ibm.com
2452L: linux-s390@vger.kernel.org
2453W: http://www.ibm.com/developerworks/linux/linux390/
2454S: Supported
2455
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002456KEXEC
2457P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002458M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002459W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002460L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002461L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002462S: Maintained
2463
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002464KGDB
2465P: Jason Wessel
2466M: jason.wessel@windriver.com
2467L: kgdb-bugreport@lists.sourceforge.net
2468S: Maintained
2469
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002470KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002471P: Ananth N Mavinakayanahalli
2472M: ananth@in.ibm.com
2473P: Anil S Keshavamurthy
2474M: anil.s.keshavamurthy@intel.com
2475P: David S. Miller
2476M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002477P: Masami Hiramatsu
2478M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002479L: linux-kernel@vger.kernel.org
2480S: Maintained
2481
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002482KS0108 LCD CONTROLLER DRIVER
2483P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002484M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002485L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002486W: http://miguelojeda.es/auxdisplay.htm
2487W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002488S: Maintained
2489
Linus Torvalds1da177e2005-04-16 15:20:36 -07002490LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002491L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002492S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002493
2494LASI 53c700 driver for PARISC
2495P: James E.J. Bottomley
2496M: James.Bottomley@HansenPartnership.com
2497L: linux-scsi@vger.kernel.org
2498S: Maintained
2499
Richard Purdie263de9b2006-05-15 09:44:16 -07002500LED SUBSYSTEM
2501P: Richard Purdie
2502M: rpurdie@rpsys.net
2503S: Maintained
2504
Linus Torvalds1da177e2005-04-16 15:20:36 -07002505LEGO USB Tower driver
2506P: Juergen Stuber
2507M: starblue@users.sourceforge.net
2508L: legousb-devel@lists.sourceforge.net
2509W: http://legousb.sourceforge.net/
2510S: Maintained
2511
Rusty Russell568a17f2007-10-25 14:12:24 +10002512LGUEST
2513P: Rusty Russell
2514M: rusty@rustcorp.com.au
2515L: lguest@ozlabs.org
2516W: http://lguest.ozlabs.org/
2517S: Maintained
2518
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519LINUX FOR IBM pSERIES (RS/6000)
2520P: Paul Mackerras
2521M: paulus@au.ibm.com
2522W: http://www.ibm.com/linux/ltc/projects/ppc
2523S: Supported
2524
2525LINUX FOR NCR VOYAGER
2526P: James Bottomley
2527M: James.Bottomley@HansenPartnership.com
2528W: http://www.hansenpartnership.com/voyager
2529S: Maintained
2530
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002531LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532P: Paul Mackerras
2533M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002534P: Benjamin Herrenschmidt
2535M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536W: http://www.penguinppc.org/
2537L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002538T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002539S: Supported
2540
2541LINUX FOR POWER MACINTOSH
2542P: Benjamin Herrenschmidt
2543M: benh@kernel.crashing.org
2544W: http://www.penguinppc.org/
2545L: linuxppc-dev@ozlabs.org
2546S: Maintained
2547
Grant Likely77a76362008-07-12 12:11:43 -06002548LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002549P: Sylvain Munaut
2550M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002551P: Grant Likely
2552M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002554S: Maintained
2555
2556LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002557P: Josh Boyer
2558M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002559P: Matt Porter
2560M: mporter@kernel.crashing.org
2561W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002562L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002563T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564S: Maintained
2565
Grant Likely260c02a2007-10-02 12:15:34 +10002566LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2567P: Grant Likely
2568M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002569W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002570L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002571S: Maintained
2572
Tom Rinie93adf12005-07-26 12:49:53 -07002573LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002574P: Vitaly Bordug
2575M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002576P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002577M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002578W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002579L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002580S: Maintained
2581
Linus Torvalds1da177e2005-04-16 15:20:36 -07002582LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002583P: Kumar Gala
2584M: galak@kernel.crashing.org
2585W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002586L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002587S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588
Olof Johanssonab06ff32006-09-06 14:44:54 -05002589LINUX FOR POWERPC PA SEMI PWRFICIENT
2590P: Olof Johansson
2591M: olof@lixom.net
2592W: http://www.pasemi.com/
2593L: linuxppc-dev@ozlabs.org
2594S: Supported
2595
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596LLC (802.2)
2597P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002598M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599S: Maintained
2600
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601LINUX SECURITY MODULE (LSM) FRAMEWORK
2602P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002603M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002604L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002605T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002606S: Supported
2607
2608LM83 HARDWARE MONITOR DRIVER
2609P: Jean Delvare
2610M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002611L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002612S: Maintained
2613
2614LM90 HARDWARE MONITOR DRIVER
2615P: Jean Delvare
2616M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002617L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002618S: Maintained
2619
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002620LOCKDEP AND LOCKSTAT
2621P: Peter Zijlstra
2622M: peterz@infradead.org
2623P: Ingo Molnar
2624M: mingo@redhat.com
2625L: linux-kernel@vger.kernel.org
2626T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2627S: Maintained
2628
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002629LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002630P: Richard Russon (FlatCap)
2631M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002632L: linux-ntfs-dev@lists.sourceforge.net
2633W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002634S: Maintained
2635
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002636LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2637P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002638M: Eric.Moore@lsi.com
2639M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002640L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002641L: linux-scsi@vger.kernel.org
2642W: http://www.lsilogic.com/support
2643S: Supported
2644
Linus Torvalds1da177e2005-04-16 15:20:36 -07002645LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2646P: Matthew Wilcox
2647M: matthew@wil.cx
2648L: linux-scsi@vger.kernel.org
2649S: Maintained
2650
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002651M32R ARCHITECTURE
2652P: Hirokazu Takata
2653M: takata@linux-m32r.org
2654L: linux-m32r@ml.linux-m32r.org
2655L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2656W: http://www.linux-m32r.org/
2657S: Maintained
2658
Linus Torvalds1da177e2005-04-16 15:20:36 -07002659M68K ARCHITECTURE
2660P: Geert Uytterhoeven
2661M: geert@linux-m68k.org
2662P: Roman Zippel
2663M: zippel@linux-m68k.org
2664L: linux-m68k@lists.linux-m68k.org
2665W: http://www.linux-m68k.org/
2666W: http://linux-m68k-cvs.ubb.ca/
2667S: Maintained
2668
2669M68K ON APPLE MACINTOSH
2670P: Joshua Thompson
2671M: funaho@jurai.org
2672W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002673L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002674S: Maintained
2675
2676M68K ON HP9000/300
2677P: Philip Blundell
2678M: philb@gnu.org
2679W: http://www.tazenda.demon.co.uk/phil/linux-hp
2680S: Maintained
2681
Jiri Benc64a327a2007-05-05 11:47:08 -07002682MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002683P: Johannes Berg
2684M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002685P: Michael Wu
2686M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002687L: linux-wireless@vger.kernel.org
2688W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002689T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002690S: Maintained
2691
Stefano Brivio1036d862007-12-23 04:46:27 +01002692MAC80211 PID RATE CONTROL
2693P: Stefano Brivio
2694M: stefano.brivio@polimi.it
2695P: Mattias Nissler
2696M: mattias.nissler@gmx.de
2697L: linux-wireless@vger.kernel.org
2698W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2699T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2700S: Maintained
2701
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002702MACVLAN DRIVER
2703P: Patrick McHardy
2704M: kaber@trash.net
2705L: netdev@vger.kernel.org
2706S: Maintained
2707
Linus Torvalds1da177e2005-04-16 15:20:36 -07002708MARVELL YUKON / SYSKONNECT DRIVER
2709P: Mirko Lindner
2710M: mlindner@syskonnect.de
2711P: Ralph Roesler
2712M: rroesler@syskonnect.de
2713W: http://www.syskonnect.com
2714S: Supported
2715
Michael Kerriskfaf16682005-07-31 22:34:47 -07002716MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002717P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002718M: mtk.manpages@gmail.com
Michael Kerriskc76a5872008-07-04 09:59:49 -07002719W: http://www.kernel.org/doc/man-pages
2720S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002721
Stefano Brivio74cda162007-11-19 20:27:46 +01002722MARVELL LIBERTAS WIRELESS DRIVER
2723P: Dan Williams
2724M: dcbw@redhat.com
2725L: libertas-dev@lists.infradead.org
2726S: Maintained
2727
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002728MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002729P: Lennert Buytenhek
2730M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002731L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002732S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002733
2734MATROX FRAMEBUFFER DRIVER
2735P: Petr Vandrovec
2736M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002737L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002738S: Maintained
2739
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002740MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2741P: Hans J. Koch
2742M: hjk@linutronix.de
2743L: lm-sensors@lm-sensors.org
2744S: Maintained
2745
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002746MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002747P: Neela Syam Kolli
Sumant Patrobdd0d752007-05-10 07:22:35 -07002748M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002749S: linux-scsi@vger.kernel.org
2750W: http://megaraid.lsilogic.com
2751S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002752
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002753MEMORY MANAGEMENT
2754L: linux-mm@kvack.org
2755L: linux-kernel@vger.kernel.org
2756W: http://www.linux-mm.org
2757S: Maintained
2758
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002759MEMORY RESOURCE CONTROLLER
2760P: Balbir Singh
2761M: balbir@linux.vnet.ibm.com
2762P: Pavel Emelyanov
2763M: xemul@openvz.org
2764P: KAMEZAWA Hiroyuki
2765M: kamezawa.hiroyu@jp.fujitsu.com
2766L: linux-mm@kvack.org
2767L: linux-kernel@vger.kernel.org
2768S: Maintained
2769
David Howellsb920de12008-02-08 04:19:31 -08002770MEI MN10300/AM33 PORT
2771P: David Howells
2772M: dhowells@redhat.com
2773P: Koichi Yasutake
2774M: yasutake.koichi@jp.panasonic.com
Robert P. J. Day66e10602008-04-29 00:59:34 -07002775L: linux-am33-list@redhat.com (moderated for non-subscribers)
David Howellsb920de12008-02-08 04:19:31 -08002776W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2777S: Maintained
2778
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002779MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002780P: David Woodhouse
2781M: dwmw2@infradead.org
2782W: http://www.linux-mtd.infradead.org/
2783L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002784T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002785S: Maintained
2786
Artem Bityutskiy48576402007-02-13 17:11:10 +02002787UNSORTED BLOCK IMAGES (UBI)
2788P: Artem Bityutskiy
2789M: dedekind@infradead.org
2790W: http://www.linux-mtd.infradead.org/
2791L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002792T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002793S: Maintained
2794
Linus Torvalds1da177e2005-04-16 15:20:36 -07002795MICROTEK X6 SCANNER
2796P: Oliver Neukum
2797M: oliver@neukum.name
2798S: Maintained
2799
2800MIPS
2801P: Ralf Baechle
2802M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002803W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002804L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002805T: git www.linux-mips.org:/pub/scm/linux.git
2806S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002807
2808MISCELLANEOUS MCA-SUPPORT
2809P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002810M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811L: linux-kernel@vger.kernel.org
2812S: Maintained
2813
2814MODULE SUPPORT
2815P: Rusty Russell
2816M: rusty@rustcorp.com.au
2817L: linux-kernel@vger.kernel.org
2818S: Maintained
2819
2820MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2821P: Stelian Pop
2822M: stelian@popies.net
2823W: http://popies.net/meye/
2824S: Maintained
2825
Pavel Pisac58ff042007-05-16 01:10:41 +02002826MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2827P: Pavel Pisa
2828M: ppisa@pikron.com
2829L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002830S: Maintained
2831
Linus Torvalds1da177e2005-04-16 15:20:36 -07002832MOUSE AND MISC DEVICES [GENERAL]
2833P: Alessandro Rubini
2834M: rubini@ipvvis.unipv.it
2835L: linux-kernel@vger.kernel.org
2836S: Maintained
2837
Jiri Slabyb9705b62008-04-30 00:53:48 -07002838MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002839P: Jiri Slaby
2840M: jirislaby@gmail.com
2841L: linux-kernel@vger.kernel.org
2842S: Maintained
2843
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002844MSI LAPTOP SUPPORT
2845P: Lennart Poettering
2846M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002847W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002848W: http://0pointer.de/lennart/tchibo.html
2849S: Maintained
2850
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002851MULTIFUNCTION DEVICES (MFD)
2852P: Samuel Ortiz
2853M: sameo@openedhand.com
2854L: linux-kernel@vger.kernel.org
2855S: Supported
2856
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002857MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002858P: Pierre Ossman
2859M: drzeus-mmc@drzeus.cx
2860L: linux-kernel@vger.kernel.org
2861S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002862
David Brownell15a05802007-08-08 09:12:54 -07002863MULTIMEDIA CARD (MMC) ETC. OVER SPI
2864P: David Brownell
2865M: dbrownell@users.sourceforge.net
2866L: linux-kernel@vger.kernel.org
2867S: Odd fixes
2868
Linus Torvalds1da177e2005-04-16 15:20:36 -07002869MULTISOUND SOUND DRIVER
2870P: Andrew Veliath
2871M: andrewtv@usa.net
2872S: Maintained
2873
Jiri Slabyd7354102006-12-08 02:38:35 -08002874MULTITECH MULTIPORT CARD (ISICOM)
2875P: Jiri Slaby
2876M: jirislaby@gmail.com
2877L: linux-kernel@vger.kernel.org
2878S: Maintained
2879
Felipe Balbi550a7372008-07-24 12:27:36 +03002880MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
2881P: Felipe Balbi
2882M: felipe.balbi@nokia.com
2883L: linux-usb@vger.kernel.org
2884S: Maintained
2885
Brice Goglin2d3cf582008-05-17 12:45:36 +02002886MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2887P: Andrew Gallatin
2888M: gallatin@myri.com
2889P: Brice Goglin
2890M: brice@myri.com
2891L: netdev@vger.kernel.org
2892W: http://www.myri.com/scs/download-Myri10GE.html
2893S: Supported
2894
Linus Torvalds1da177e2005-04-16 15:20:36 -07002895NATSEMI ETHERNET DRIVER (DP8381x)
2896P: Tim Hockin
2897M: thockin@hockin.org
2898S: Maintained
2899
2900NCP FILESYSTEM
2901P: Petr Vandrovec
2902M: vandrove@vc.cvut.cz
2903L: linware@sh.cvut.cz
2904S: Maintained
2905
2906NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2907P: James E.J. Bottomley
2908M: James.Bottomley@HansenPartnership.com
2909L: linux-scsi@vger.kernel.org
2910S: Maintained
2911
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002912NETEFFECT IWARP RNIC DRIVER (IW_NES)
2913P: Faisal Latif
2914M: flatif@neteffect.com
Chien Tung5f625602008-05-26 15:23:32 -07002915P: Chien Tung
2916M: ctung@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002917L: general@lists.openfabrics.org
2918W: http://www.neteffect.com
2919S: Supported
2920F: drivers/infiniband/hw/nes/
2921
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002922NETEM NETWORK EMULATOR
2923P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08002924M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002925L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002926S: Maintained
2927
Jiri Slaby4a584482007-08-30 23:56:39 -07002928NETERION (S2IO) Xframe 10GbE DRIVER
2929P: Ramkrishna Vepa
2930M: ram.vepa@neterion.com
2931P: Rastapur Santosh
2932M: santosh.rastapur@neterion.com
2933P: Sivakumar Subramani
2934M: sivakumar.subramani@neterion.com
2935P: Sreenivasa Honnur
2936M: sreenivasa.honnur@neterion.com
2937L: netdev@vger.kernel.org
2938W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2939S: Supported
2940
Linus Torvalds1da177e2005-04-16 15:20:36 -07002941NETFILTER/IPTABLES/IPCHAINS
2942P: Rusty Russell
2943P: Marc Boucher
2944P: James Morris
2945P: Harald Welte
2946P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002947P: Patrick McHardy
2948M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002949L: netfilter-devel@vger.kernel.org
2950L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002951L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002952W: http://www.netfilter.org/
2953W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002954S: Supported
2955
Paul Moore4cc67732006-09-25 15:57:13 -07002956NETLABEL
2957P: Paul Moore
2958M: paul.moore@hp.com
2959W: http://netlabel.sf.net
2960L: netdev@vger.kernel.org
2961S: Supported
2962
Linus Torvalds1da177e2005-04-16 15:20:36 -07002963NETROM NETWORK LAYER
2964P: Ralf Baechle
2965M: ralf@linux-mips.org
2966L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002967W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002968S: Maintained
2969
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002970NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002971P: Paul Clements
2972M: Paul.Clements@steeleye.com
2973S: Maintained
2974
2975NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002976P: Jeff Garzik
2977M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002978L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002979T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002980S: Maintained
2981
2982NETWORKING [GENERAL]
2983P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002984M: netdev@vger.kernel.org
2985L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002986W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002987S: Maintained
2988
2989NETWORKING [IPv4/IPv6]
2990P: David S. Miller
2991M: davem@davemloft.net
2992P: Alexey Kuznetsov
2993M: kuznet@ms2.inr.ac.ru
2994P: Pekka Savola (ipv6)
2995M: pekkas@netcore.fi
2996P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002997M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002998P: Hideaki YOSHIFUJI
2999M: yoshfuji@linux-ipv6.org
3000P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003001M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003002L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003003T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003004S: Maintained
3005
James Morris10e2ff12007-08-25 14:41:28 -07003006NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3007P: Paul Moore
3008M: paul.moore@hp.com
3009L: netdev@vger.kernel.org
3010S: Maintained
3011
John W. Linville29f8f632006-01-18 14:52:48 -08003012NETWORKING [WIRELESS]
3013P: John W. Linville
3014M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003015L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003016T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3017S: Maintained
3018
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003019NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003020P: Dhananjay Phadke
3021M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003022L: netdev@vger.kernel.org
3023W: http://www.netxen.com
3024S: Supported
3025
Linus Torvalds1da177e2005-04-16 15:20:36 -07003026IPVS
3027P: Wensong Zhang
3028M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07003029P: Simon Horman
3030M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07003031P: Julian Anastasov
3032M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07003033L: netdev@vger.kernel.org
Simon Horman37cc6782008-08-11 14:33:40 -07003034L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003035S: Maintained
3036
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003037NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003038P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003039M: Trond.Myklebust@netapp.com
3040L: linux-nfs@vger.kernel.org
3041W: http://client.linux-nfs.org
3042T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003043S: Maintained
3044
3045NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003046P: Jan-Pascal van Best
3047M: janpascal@vanbest.org
3048P: Andreas Mohr
3049M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003050L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003051S: Maintained
3052
3053NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3054P: YOKOTA Hiroshi
3055M: yokota@netlab.is.tsukuba.ac.jp
3056W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3057S: Maintained
3058
3059NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3060P: GOTO Masanori
3061M: gotom@debian.or.jp
3062P: YOKOTA Hiroshi
3063M: yokota@netlab.is.tsukuba.ac.jp
3064W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3065S: Maintained
3066
Linus Torvalds1da177e2005-04-16 15:20:36 -07003067NTFS FILESYSTEM
3068P: Anton Altaparmakov
3069M: aia21@cantab.net
3070L: linux-ntfs-dev@lists.sourceforge.net
3071L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003072W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003073T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003074S: Maintained
3075
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003076NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003077P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003078M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003079L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003080S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003081
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003082OPENCORES I2C BUS DRIVER
3083P: Peter Korsgaard
3084M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02003085L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003086S: Maintained
3087
Mark Fashehccd979b2005-12-15 14:31:24 -08003088ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3089P: Mark Fasheh
Mark Fasheha5754332008-03-21 10:40:31 -07003090M: mfasheh@suse.com
3091P: Joel Becker
3092M: joel.becker@oracle.com
Robert P. J. Dayc0ff1f22008-04-21 22:34:01 +00003093L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fashehccd979b2005-12-15 14:31:24 -08003094W: http://oss.oracle.com/projects/ocfs2/
Joel Beckerdda47bc2008-03-22 22:08:07 -07003095T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003096S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08003097
Bob Copeland0ad122d2008-07-25 19:45:18 -07003098OMFS FILESYSTEM
3099P: Bob Copeland
3100M: me@bobcopeland.com
3101L: linux-karma-devel@lists.sourceforge.net
3102S: Maintained
3103
Harald Weltec1986ee2005-11-13 16:06:29 -08003104OMNIKEY CARDMAN 4000 DRIVER
3105P: Harald Welte
3106M: laforge@gnumonks.org
3107S: Maintained
3108
Harald Welte77c44ab2005-11-13 16:06:26 -08003109OMNIKEY CARDMAN 4040 DRIVER
3110P: Harald Welte
3111M: laforge@gnumonks.org
3112S: Maintained
3113
Jonathan Corbet77d51402007-03-22 19:44:17 -03003114OMNIVISION OV7670 SENSOR DRIVER
3115P: Jonathan Corbet
3116M: corbet@lwn.net
3117L: video4linux-list@redhat.com
3118S: Maintained
3119
Thomas Gleixner431bca72007-05-02 09:31:35 +02003120ONENAND FLASH DRIVER
3121P: Kyungmin Park
3122M: kyungmin.park@samsung.com
3123L: linux-mtd@lists.infradead.org
3124S: Maintained
3125
Linus Torvalds1da177e2005-04-16 15:20:36 -07003126ONSTREAM SCSI TAPE DRIVER
3127P: Willem Riede
3128M: osst@riede.org
3129L: osst-users@lists.sourceforge.net
3130L: linux-scsi@vger.kernel.org
3131S: Maintained
3132
Linus Torvalds1da177e2005-04-16 15:20:36 -07003133OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003134P: Robert Richter
3135M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003136L: oprofile-list@lists.sf.net
3137S: Maintained
3138
3139ORINOCO DRIVER
3140P: Pavel Roskin
3141M: proski@gnu.org
3142P: David Gibson
3143M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003144L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003145L: orinoco-users@lists.sourceforge.net
3146L: orinoco-devel@lists.sourceforge.net
3147W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003148S: Maintained
3149
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003150PA SEMI ETHERNET DRIVER
3151P: Olof Johansson
3152M: olof@lixom.net
3153L: netdev@vger.kernel.org
3154S: Maintained
3155
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003156PA SEMI SMBUS DRIVER
3157P: Olof Johansson
3158M: olof@lixom.net
3159L: i2c@lm-sensors.org
3160S: Maintained
3161
Linus Torvalds1da177e2005-04-16 15:20:36 -07003162PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003163L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003164S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003165
3166PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3167P: Tim Waugh
3168M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003169L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003170W: http://www.torque.net/linux-pp.html
3171S: Maintained
3172
3173PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003174P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003175M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003176P: Matthew Wilcox
3177M: matthew@wil.cx
3178P: Grant Grundler
3179M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003180L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003181W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003182T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003183S: Maintained
3184
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003185PARAVIRT_OPS INTERFACE
3186P: Jeremy Fitzhardinge
3187M: jeremy@xensource.com
3188P: Chris Wright
3189M: chrisw@sous-sol.org
3190P: Zachary Amsden
3191M: zach@vmware.com
3192P: Rusty Russell
3193M: rusty@rustcorp.com.au
3194L: virtualization@lists.osdl.org
3195L: linux-kernel@vger.kernel.org
3196S: Supported
3197
Jim Cromie1662d322006-10-06 00:43:59 -07003198PC87360 HARDWARE MONITORING DRIVER
3199P: Jim Cromie
3200M: jim.cromie@gmail.com
3201L: lm-sensors@lm-sensors.org
3202S: Maintained
3203
3204PC8736x GPIO DRIVER
3205P: Jim Cromie
3206M: jim.cromie@gmail.com
3207S: Maintained
3208
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003209PCI ERROR RECOVERY
3210P: Linas Vepstas
3211M: linas@austin.ibm.com
3212L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003213L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003214S: Supported
3215
Linus Torvalds1da177e2005-04-16 15:20:36 -07003216PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003217P: Jesse Barnes
3218M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003220L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003221T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003222S: Supported
3223
3224PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003225P: Kristen Carlson Accardi
3226M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003227S: Supported
3228
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003229PCIE HOTPLUG DRIVER
3230P: Kristen Carlson Accardi
3231M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003232L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003233S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003234
Linus Torvalds1da177e2005-04-16 15:20:36 -07003235PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003236P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003237L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003238W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003239T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003240S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003241
3242PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003243P: Don Fry
3244M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003245L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003246S: Maintained
3247
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003248PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003249P: Balbir Singh
3250M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003251L: linux-kernel@vger.kernel.org
3252S: Maintained
3253
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003254PERSONALITY HANDLING
3255P: Christoph Hellwig
3256M: hch@infradead.org
3257L: linux-abi-devel@lists.sourceforge.net
3258S: Maintained
3259
Linus Torvalds1da177e2005-04-16 15:20:36 -07003260PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003261P: Joern Engel
3262M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003263L: linux-mtd@lists.infradead.org
3264S: Maintained
3265
Peter Osterlund249a6772005-09-27 21:45:30 -07003266PKTCDVD DRIVER
3267P: Peter Osterlund
3268M: petero2@telia.com
3269L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003270S: Maintained
3271
Linus Torvalds1da177e2005-04-16 15:20:36 -07003272POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003273P: Thomas Gleixner
3274M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003275L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003276S: Supported
3277
Anton Vorontsov3be86142007-07-15 04:43:36 +04003278POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3279P: Anton Vorontsov
3280M: cbou@mail.ru
3281P: David Woodhouse
3282M: dwmw2@infradead.org
3283L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003284T: git git.infradead.org/battery-2.6.git
3285S: Maintained
3286
Linus Torvalds1da177e2005-04-16 15:20:36 -07003287PNP SUPPORT
3288P: Adam Belay
3289M: ambx1@neo.rr.com
3290S: Maintained
3291
Vitaly Wool999445d2007-01-04 13:07:03 +01003292PNXxxxx I2C DRIVER
3293P: Vitaly Wool
3294M: vitalywool@gmail.com
3295L: i2c@lm-sensors.org
3296S: Maintained
3297
Linus Torvalds1da177e2005-04-16 15:20:36 -07003298PPP PROTOCOL DRIVERS AND COMPRESSORS
3299P: Paul Mackerras
3300M: paulus@samba.org
3301L: linux-ppp@vger.kernel.org
3302S: Maintained
3303
3304PPP OVER ATM (RFC 2364)
3305P: Mitchell Blank Jr
3306M: mitch@sfgoth.com
3307S: Maintained
3308
3309PPP OVER ETHERNET
3310P: Michal Ostrowski
Chris Wright5e70b7f2008-06-09 16:07:28 -07003311M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003312S: Maintained
3313
James Chapmana6d23702007-06-27 15:53:17 -07003314PPP OVER L2TP
3315P: James Chapman
3316M: jchapman@katalix.com
3317S: Maintained
3318
Linus Torvalds1da177e2005-04-16 15:20:36 -07003319PREEMPTIBLE KERNEL
3320P: Robert Love
3321M: rml@tech9.net
3322L: linux-kernel@vger.kernel.org
3323L: kpreempt-tech@lists.sourceforge.net
3324W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3325S: Supported
3326
Michael Wueff1a592007-09-25 18:11:01 -07003327P54 WIRELESS DRIVER
3328P: Michael Wu
3329M: flamingice@sourmilk.net
3330L: linux-wireless@vger.kernel.org
3331W: http://prism54.org
3332T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3333S: Maintained
3334
Linus Torvalds1da177e2005-04-16 15:20:36 -07003335PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003336P: Luis R. Rodriguez
3337M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003338L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003339W: http://prism54.org
3340S: Maintained
3341
3342PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3343P: Peter Denison
3344M: promise@pnd-pc.demon.co.uk
3345W: http://www.pnd-pc.demon.co.uk/promise/
3346S: Maintained
3347
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003348PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3349P: Mikael Pettersson
3350M: mikpe@it.uu.se
3351L: linux-ide@vger.kernel.org
3352S: Maintained
3353
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003354PS3 NETWORK SUPPORT
3355P: Masakazu Mokuno
3356M: mokuno@sm.sony.co.jp
3357L: netdev@vger.kernel.org
3358L: cbe-oss-dev@ozlabs.org
3359S: Supported
3360
Geoff Levandf58a9d12006-11-23 00:46:51 +01003361PS3 PLATFORM SUPPORT
3362P: Geoff Levand
3363M: geoffrey.levand@am.sony.com
3364L: linuxppc-dev@ozlabs.org
3365L: cbe-oss-dev@ozlabs.org
3366S: Supported
3367
Michael Krufky83202042006-07-03 00:24:18 -07003368PVRUSB2 VIDEO4LINUX DRIVER
3369P: Mike Isely
3370M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003371L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003372L: video4linux-list@redhat.com
3373W: http://www.isely.net/pvrusb2/
3374S: Maintained
3375
Eric Miao30ec2612008-06-12 15:21:41 -07003376PXA2xx/PXA3xx SUPPORT
3377P: Eric Miao
3378M: eric.miao@marvell.com
3379P: Russell King
3380M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003381L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003382S: Maintained
3383
Pierre Ossman272f1332007-05-14 21:25:26 +02003384PXA MMCI DRIVER
3385S: Orphan
3386
Linus Torvalds1da177e2005-04-16 15:20:36 -07003387QLOGIC QLA2XXX FC-SCSI DRIVER
3388P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003389M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003390L: linux-scsi@vger.kernel.org
3391S: Supported
3392
Ron Mercer5a4faa82006-07-25 00:40:21 -07003393QLOGIC QLA3XXX NETWORK DRIVER
3394P: Ron Mercer
3395M: linux-driver@qlogic.com
3396L: netdev@vger.kernel.org
3397S: Supported
3398
Linus Torvalds1da177e2005-04-16 15:20:36 -07003399QNX4 FILESYSTEM
3400P: Anders Larsen
3401M: al@alarsen.net
3402L: linux-kernel@vger.kernel.org
3403W: http://www.alarsen.net/linux/qnx4fs/
3404S: Maintained
3405
3406RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003407P: Benjamin Herrenschmidt
3408M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003409L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003410S: Maintained
3411
3412RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003413P: Paul Mackerras
3414M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003415L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003416S: Maintained
3417
3418RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3419P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003420M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003421L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003422S: Maintained
3423
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003424RALINK RT2X00 WLAN DRIVER
3425P: rt2x00 project
3426L: linux-wireless@vger.kernel.org
3427L: rt2400-devel@lists.sourceforge.net
3428W: http://rt2x00.serialmonkey.com/
3429S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003430T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003431F: drivers/net/wireless/rt2x00/
3432
Nick Piggin9db55792008-02-08 04:19:49 -08003433RAMDISK RAM BLOCK DEVICE DRIVER
3434P: Nick Piggin
3435M: npiggin@suse.de
3436S: Maintained
3437
Matt Mackall9e95ce22005-04-16 15:25:56 -07003438RANDOM NUMBER DRIVER
3439P: Matt Mackall
3440M: mpm@selenic.com
3441S: Maintained
3442
Matt Porter394b7012005-11-07 01:00:15 -08003443RAPIDIO SUBSYSTEM
3444P: Matt Porter
3445M: mporter@kernel.crashing.org
3446L: linux-kernel@vger.kernel.org
3447S: Maintained
3448
Florian Fainellic1f766b2008-02-06 22:39:44 +01003449RDC R-321X SoC
3450P: Florian Fainelli
3451M: florian.fainelli@telecomint.eu
3452L: linux-kernel@vger.kernel.org
3453S: Maintained
3454
Florian Fainellidb17f392007-12-19 11:30:30 +01003455RDC R6040 FAST ETHERNET DRIVER
3456P: Florian Fainelli
3457M: florian.fainelli@telecomint.eu
3458L: netdev@vger.kernel.org
3459S: Maintained
3460
Josh Triplett595182b2006-10-04 02:17:21 -07003461READ-COPY UPDATE (RCU)
3462P: Dipankar Sarma
3463M: dipankar@in.ibm.com
3464W: http://www.rdrop.com/users/paulmck/rclock/
3465L: linux-kernel@vger.kernel.org
3466S: Supported
3467
3468RCUTORTURE MODULE
3469P: Josh Triplett
3470M: josh@freedesktop.org
3471L: linux-kernel@vger.kernel.org
3472S: Maintained
3473
Linus Torvalds1da177e2005-04-16 15:20:36 -07003474REAL TIME CLOCK DRIVER
3475P: Paul Gortmaker
3476M: p_gortmaker@yahoo.com
3477L: linux-kernel@vger.kernel.org
3478S: Maintained
3479
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003480REAL TIME CLOCK (RTC) SUBSYSTEM
3481P: Alessandro Zummo
3482M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003483L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003484S: Maintained
3485
Linus Torvalds1da177e2005-04-16 15:20:36 -07003486REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003487L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003488S: Supported
3489
Ivo van Doorne08976452008-04-12 19:23:55 +02003490RFKILL
3491P: Ivo van Doorn
3492M: IvDoorn@gmail.com
3493L: netdev@vger.kernel.org
3494S: Maintained
3495F: net/rfkill
3496
Linus Torvalds1da177e2005-04-16 15:20:36 -07003497ROCKETPORT DRIVER
3498P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003499W: http://www.comtrol.com
3500S: Maintained
3501
3502ROSE NETWORK LAYER
3503P: Ralf Baechle
3504M: ralf@linux-mips.org
3505L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003506W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003507S: Maintained
3508
3509RISCOM8 DRIVER
3510S: Orphan
3511
Michael Wu605bebe2007-05-14 01:41:02 -04003512RTL818X WIRELESS DRIVER
3513P: Michael Wu
3514M: flamingice@sourmilk.net
3515P: Andrea Merello
3516M: andreamrl@tiscali.it
3517L: linux-wireless@vger.kernel.org
3518W: http://linuxwireless.org/
3519T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3520S: Maintained
3521
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003522S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003523P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003524M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003525L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003526S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003527
Linus Torvalds1da177e2005-04-16 15:20:36 -07003528S390
3529P: Martin Schwidefsky
3530M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003531P: Heiko Carstens
3532M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003533M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003534L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003535W: http://www.ibm.com/developerworks/linux/linux390/
3536S: Supported
3537
3538S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003539P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003540M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003541P: Frank Blaschka
3542M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003543M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003544L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003545W: http://www.ibm.com/developerworks/linux/linux390/
3546S: Supported
3547
3548S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003549P: Christof Schmitt
3550M: christof.schmitt@de.ibm.com
3551P: Martin Peschke
3552M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003553M: linux390@de.ibm.com
Martin Schwidefskyd58140cc2007-02-05 21:17:27 +01003554L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003555W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003556S: Supported
3557
Ursula Braundd96df22007-09-19 13:09:02 +02003558S390 IUCV NETWORK LAYER
3559P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003560M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003561M: linux390@de.ibm.com
3562L: linux-s390@vger.kernel.org
3563W: http://www.ibm.com/developerworks/linux/linux390/
3564S: Supported
3565
Ben Dooks4dde7f72008-06-30 22:40:38 +01003566S3C24XX SD/MMC Driver
3567P: Ben Dooks
3568M: ben-linux@fluff.org
3569L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3570L: linux-kernel@vger.kernel.org
3571S: Supported
3572
Linus Torvalds1da177e2005-04-16 15:20:36 -07003573SAA7146 VIDEO4LINUX-2 DRIVER
3574P: Michael Hunold
3575M: michael@mihu.de
3576W: http://www.mihu.de/linux/saa7146
3577S: Maintained
3578
Linus Torvalds1da177e2005-04-16 15:20:36 -07003579SC1200 WDT DRIVER
3580P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003581M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003582S: Maintained
3583
3584SCHEDULER
3585P: Ingo Molnar
3586M: mingo@elte.hu
3587P: Robert Love [the preemptible kernel bits]
3588M: rml@tech9.net
3589L: linux-kernel@vger.kernel.org
3590S: Maintained
3591
3592SCSI CDROM DRIVER
3593P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003594M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003595L: linux-scsi@vger.kernel.org
3596W: http://www.kernel.dk
3597S: Maintained
3598
3599SCSI SG DRIVER
3600P: Doug Gilbert
3601M: dgilbert@interlog.com
3602L: linux-scsi@vger.kernel.org
3603W: http://www.torque.net/sg
3604S: Maintained
3605
3606SCSI SUBSYSTEM
3607P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003608M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003609L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003610T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003611T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3612T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003613S: Maintained
3614
3615SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003616P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003617M: Kai.Makisara@kolumbus.fi
3618L: linux-scsi@vger.kernel.org
3619S: Maintained
3620
3621SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003622P: Vlad Yasevich
3623M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003624P: Sridhar Samudrala
3625M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003626L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003627W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003628S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003629
3630SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003631P: Jim Cromie
3632M: jim.cromie@gmail.com
3633S: Odd Fixes
3634
3635SCx200 GPIO DRIVER
3636P: Jim Cromie
3637M: jim.cromie@gmail.com
3638S: Maintained
3639
3640SCx200 HRT CLOCKSOURCE DRIVER
3641P: Jim Cromie
3642M: jim.cromie@gmail.com
3643S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003644
Sascha Sommer6a369132008-07-15 14:21:29 +02003645SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3646P: Sascha Sommer
3647M: saschasommer@freenet.de
3648L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3649S: Maintained
3650
Linus Torvalds1da177e2005-04-16 15:20:36 -07003651SECURITY CONTACT
3652P: Security Officers
3653M: security@kernel.org
3654S: Supported
3655
3656SELINUX SECURITY MODULE
3657P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003658M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003659P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003660M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003661P: Eric Paris
3662M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003663L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003664L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003665W: http://www.nsa.gov/selinux
3666S: Supported
3667
Jiri Slabycef2cf02007-05-08 00:31:45 -07003668SENSABLE PHANTOM
3669P: Jiri Slaby
3670M: jirislaby@gmail.com
3671S: Maintained
3672
Linus Torvalds1da177e2005-04-16 15:20:36 -07003673SERIAL ATA (SATA) SUBSYSTEM:
3674P: Jeff Garzik
3675M: jgarzik@pobox.com
3676L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003677T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003678S: Supported
3679
3680SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3681P: Pat Gefre
3682M: pfg@sgi.com
3683L: linux-ia64@vger.kernel.org
3684S: Supported
3685
Ben Hutchings8ceee662008-04-27 12:55:59 +01003686SFC NETWORK DRIVER
3687P: Steve Hodgson
3688P: Ben Hutchings
3689P: Robert Stonehouse
3690M: linux-net-drivers@solarflare.com
3691S: Supported
3692
Linus Torvalds1da177e2005-04-16 15:20:36 -07003693SGI VISUAL WORKSTATION 320 AND 540
3694P: Andrey Panin
3695M: pazke@donpac.ru
3696L: linux-visws-devel@lists.sf.net
3697W: http://linux-visws.sf.net
3698S: Maintained for 2.6.
3699
Jack Steiner75312612008-08-15 00:40:42 -07003700SGI GRU DRIVER
3701P: Jack Steiner
3702M: steiner@sgi.com
3703S: Maintained
3704
3705SGI XP/XPC/XPNET DRIVER
3706P: Dean Nelson
3707M: dcn@sgi.com
3708S: Maintained
3709
Linus Torvalds1da177e2005-04-16 15:20:36 -07003710SIMTEC EB110ATX (Chalice CATS)
3711P: Ben Dooks
3712P: Vincent Sanders
3713M: support@simtec.co.uk
3714W: http://www.simtec.co.uk/products/EB110ATX/
3715S: Supported
3716
3717SIMTEC EB2410ITX (BAST)
3718P: Ben Dooks
3719P: Vincent Sanders
3720M: support@simtec.co.uk
3721W: http://www.simtec.co.uk/products/EB2410ITX/
3722S: Supported
3723
Francois Romieu92aab3c2005-07-30 13:11:18 +02003724SIS 190 ETHERNET DRIVER
3725P: Francois Romieu
3726M: romieu@fr.zoreil.com
3727L: netdev@vger.kernel.org
3728S: Maintained
3729
Linus Torvalds1da177e2005-04-16 15:20:36 -07003730SIS 900/7016 FAST ETHERNET DRIVER
3731P: Daniele Venzano
3732M: venza@brownhat.org
3733W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003734L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003735S: Maintained
3736
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003737SIS 96X I2C/SMBUS DRIVER
3738P: Mark M. Hoffman
3739M: mhoffman@lightlink.com
3740L: lm-sensors@lm-sensors.org
3741S: Maintained
3742
Linus Torvalds1da177e2005-04-16 15:20:36 -07003743SIS FRAMEBUFFER DRIVER
3744P: Thomas Winischhofer
3745M: thomas@winischhofer.net
3746W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003747S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003748
3749SIS USB2VGA DRIVER
3750P: Thomas Winischhofer
3751M: thomas@winischhofer.net
3752W: http://www.winischhofer.at/linuxsisusbvga.shtml
3753S: Maintained
3754
Christoph Lameter415ad262007-07-26 10:40:56 -07003755SLAB ALLOCATOR
3756P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003757M: cl@linux-foundation.org
Christoph Lameter415ad262007-07-26 10:40:56 -07003758P: Pekka Enberg
3759M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003760P: Matt Mackall
3761M: mpm@selenic.com
Christoph Lameter415ad262007-07-26 10:40:56 -07003762L: linux-mm@kvack.org
3763S: Maintained
3764
Linus Torvalds1da177e2005-04-16 15:20:36 -07003765SMC91x ETHERNET DRIVER
3766P: Nicolas Pitre
3767M: nico@cam.org
3768S: Maintained
3769
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003770SMSC47B397 HARDWARE MONITOR DRIVER
3771P: Mark M. Hoffman
3772M: mhoffman@lightlink.com
3773L: lm-sensors@lm-sensors.org
3774S: Maintained
3775
Ben Nizetteb54f2862008-03-13 22:27:30 +11003776SMX UIO Interface
3777P: Ben Nizette
3778M: bn@niasdigital.com
3779S: Maintained
3780
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003781SOC-CAMERA V4L2 SUBSYSTEM
3782P: Guennadi Liakhovetski
3783M: g.liakhovetski@gmx.de
3784L: video4linux-list@redhat.com
3785S: Maintained
3786
Linus Torvalds1da177e2005-04-16 15:20:36 -07003787SOFTWARE RAID (Multiple Disks) SUPPORT
3788P: Ingo Molnar
3789M: mingo@redhat.com
3790P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003791M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003792L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003793S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003794
Pavel Machek95a631e2007-07-19 01:47:42 -07003795HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003796P: Pavel Machek
3797M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003798P: Rafael J. Wysocki
3799M: rjw@sisk.pl
3800L: linux-pm@lists.linux-foundation.org
3801S: Supported
3802
3803SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003804P: Len Brown
3805M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003806P: Pavel Machek
3807M: pavel@suse.cz
3808P: Rafael J. Wysocki
3809M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003810L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003811S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003812
3813SONIC NETWORK DRIVER
3814P: Thomas Bogendoerfer
3815M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003816L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003817S: Maintained
3818
Michael Buesch61e115a2007-09-18 15:12:50 -04003819SONICS SILICON BACKPLANE DRIVER (SSB)
3820P: Michael Buesch
3821M: mb@bu3sch.de
3822L: netdev@vger.kernel.org
3823S: Maintained
3824
Linus Torvalds1da177e2005-04-16 15:20:36 -07003825SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003826P: Mattia Dongili
3827M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003828L: linux-acpi@vger.kernel.org
3829W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003830S: Maintained
3831
Alex Dubovbaf85322008-02-09 10:20:54 -08003832SONY MEMORYSTICK CARD SUPPORT
3833P: Alex Dubov
3834M: oakad@yahoo.com
3835L: linux-kernel@vger.kernel.org
3836W: http://tifmxx.berlios.de/
3837S: Maintained
3838
Linus Torvalds1da177e2005-04-16 15:20:36 -07003839SOUND
3840P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003841M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003842L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003843S: Maintained
3844
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003845SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3846P: Liam Girdwood
3847M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003848P: Mark Brown
3849M: broonie@opensource.wolfsonmicro.com
3850T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003851L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003852S: Supported
3853
Kumar Gala025c3982006-04-02 16:05:54 -05003854SPI SUBSYSTEM
3855P: David Brownell
3856M: dbrownell@users.sourceforge.net
3857L: spi-devel-general@lists.sourceforge.net
3858S: Maintained
3859
Arnd Bergmannb8154542008-05-16 11:10:59 +02003860SPU FILE SYSTEM
3861P: Jeremy Kerr
3862M: jk@ozlabs.org
3863L: linuxppc-dev@ozlabs.org
3864L: cbe-oss-dev@ozlabs.org
3865W: http://www.ibm.com/developerworks/power/cell/
3866S: Supported
3867
Steven Rostedt855f46a2006-08-05 12:14:50 -07003868STABLE BRANCH:
3869P: Greg Kroah-Hartman
3870M: greg@kroah.com
3871P: Chris Wright
3872M: chrisw@sous-sol.org
3873L: stable@kernel.org
3874S: Maintained
3875
Linus Torvalds1da177e2005-04-16 15:20:36 -07003876SHARP LH SUPPORT (LH7952X & LH7A40X)
3877P: Marc Singer
3878M: elf@buici.com
3879W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003880L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003881S: Maintained
3882
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003883SHPC HOTPLUG DRIVER
3884P: Kristen Carlson Accardi
3885M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003886L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003887S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003888
Pierre Ossmand129bce2006-03-24 03:18:17 -08003889SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3890P: Pierre Ossman
3891M: drzeus-sdhci@drzeus.cx
3892L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003893S: Maintained
3894
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003895SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3896P: Stephen Hemminger
Stephen Hemminger65ebe632007-01-23 11:38:57 -08003897M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003898L: netdev@vger.kernel.org
3899S: Maintained
3900
Chris Boot1a87d942006-07-10 04:45:34 -07003901SOEKRIS NET48XX LED SUPPORT
3902P: Chris Boot
3903M: bootc@bootc.net
3904S: Maintained
3905
Linus Torvalds1da177e2005-04-16 15:20:36 -07003906SPARC (sparc32):
3907P: William L. Irwin
3908M: wli@holomorphy.com
3909L: sparclinux@vger.kernel.org
3910S: Maintained
3911
3912SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3913P: Roger Wolff
3914M: R.E.Wolff@BitWizard.nl
3915L: linux-kernel@vger.kernel.org ?
3916S: Supported
3917
Jim Lewis2752e402006-09-29 02:01:19 -07003918SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003919P: Ishizaki Kou
3920M: kou.ishizaki@toshiba.co.jp
3921P: Jens Osterkamp
3922M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003923L: netdev@vger.kernel.org
3924S: Supported
3925
Linus Torvalds1da177e2005-04-16 15:20:36 -07003926SRM (Alpha) environment access
3927P: Jan-Benedict Glaw
3928M: jbglaw@lug-owl.de
3929L: linux-kernel@vger.kernel.org
3930S: Maintained
3931
3932STARFIRE/DURALAN NETWORK DRIVER
3933P: Ion Badulescu
3934M: ionut@cs.columbia.edu
3935S: Maintained
3936
3937STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3938W: http://mosquitonet.Stanford.EDU/strip.html
3939S: Unsupported ?
3940
3941STRADIS MPEG-2 DECODER DRIVER
3942P: Nathan Laredo
3943M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003944W: http://www.stradis.com/
3945S: Maintained
3946
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003947SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003948P: Paul Mundt
3949M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003950L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003951W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003952T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09003953S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003954
3955SUN3/3X
3956P: Sam Creasey
3957M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003958W: http://sammy.net/sun3/
3959S: Maintained
3960
3961SVGA HANDLING
3962P: Martin Mares
3963M: mj@ucw.cz
3964L: linux-video@atrey.karlin.mff.cuni.cz
3965S: Maintained
3966
3967SYSV FILESYSTEM
3968P: Christoph Hellwig
3969M: hch@infradead.org
3970S: Maintained
3971
Alan Cox4e688522008-04-30 00:52:11 -07003972TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07003973P: Balbir Singh
3974M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07003975L: linux-kernel@vger.kernel.org
3976S: Maintained
3977
Stephen Hemminger781b4562006-07-10 20:25:29 -07003978TC CLASSIFIER
3979P: Jamal Hadi Salim
3980M: hadi@cyberus.ca
3981L: netdev@vger.kernel.org
3982S: Maintained
3983
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003984TCP LOW PRIORITY MODULE
3985P: Wong Hoi Sing, Edison
3986M: hswong3i@gmail.com
3987P: Hung Hing Lun, Mike
3988M: hlhung3i@gmail.com
3989W: http://tcp-lp-mod.sourceforge.net/
3990S: Maintained
3991
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003992TEHUTI ETHERNET DRIVER
3993P: Alexander Indenbaum
3994M: baum@tehutinetworks.net
3995P: Andy Gospodarek
3996M: andy@greyhouse.net
3997L: netdev@vger.kernel.org
3998S: Supported
3999
Alan Cox4e688522008-04-30 00:52:11 -07004000Telecom Clock Driver for MCPL0010
4001P: Mark Gross
4002M: mark.gross@intel.com
4003S: Supported
4004
4005TENSILICA XTENSA PORT (xtensa):
4006P: Chris Zankel
4007M: chris@zankel.net
4008S: Maintained
4009
4010THINKPAD ACPI EXTRAS DRIVER
4011P: Henrique de Moraes Holschuh
4012M: ibm-acpi@hmh.eng.br
4013L: ibm-acpi-devel@lists.sourceforge.net
4014W: http://ibm-acpi.sourceforge.net
4015W: http://thinkwiki.org/wiki/Ibm-acpi
4016T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4017S: Maintained
4018
Alex Dubov4020f2d2006-10-04 02:15:37 -07004019TI FLASH MEDIA INTERFACE DRIVER
4020P: Alex Dubov
4021M: oakad@yahoo.com
4022S: Maintained
4023
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004024TI OMAP MMC INTERFACE DRIVER
4025P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004026M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004027W: http://linux.omap.com
4028W: http://www.muru.com/linux/omap/
4029S: Maintained
4030
Michael Buesch844dd052006-06-26 00:24:59 -07004031TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4032P: Deepak Saxena
4033M: dsaxena@plexity.net
4034S: Maintained
4035
Per Lidene86eaa32006-01-12 16:45:18 +01004036TIPC NETWORK LAYER
4037P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004038M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004039P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004040M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004041P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004042M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004043L: tipc-discussion@lists.sourceforge.net
4044W: http://tipc.sourceforge.net/
4045W: http://tipc.cslab.ericsson.net/
4046T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4047S: Maintained
4048
Linus Torvalds1da177e2005-04-16 15:20:36 -07004049TLAN NETWORK DRIVER
4050P: Samuel Chessman
4051M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004052L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004053W: http://sourceforge.net/projects/tlan/
4054S: Maintained
4055
Linus Torvalds1da177e2005-04-16 15:20:36 -07004056TOSHIBA ACPI EXTRAS DRIVER
4057P: John Belmonte
4058M: toshiba_acpi@memebeam.org
4059W: http://memebeam.org/toys/ToshibaAcpiDriver
4060S: Maintained
4061
4062TOSHIBA SMM DRIVER
4063P: Jonathan Buzzard
4064M: jonathan@buzzard.org.uk
4065L: tlinux-users@tce.toshiba-dme.co.jp
4066W: http://www.buzzard.org.uk/toshiba/
4067S: Maintained
4068
Alan Cox4e688522008-04-30 00:52:11 -07004069TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004070P: Debora Velarde
4071M: debora@linux.vnet.ibm.com
4072P: Rajiv Andrade
4073M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004074W: http://tpmdd.sourceforge.net
4075P: Marcel Selhorst
4076M: tpm@selhorst.net
4077W: http://www.prosec.rub.de/tpm/
4078L: tpmdd-devel@lists.sourceforge.net
4079S: Maintained
4080
Linus Torvalds1da177e2005-04-16 15:20:36 -07004081TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004082P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004083M: trivial@kernel.org
4084L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004085S: Maintained
4086
Alan Cox4e688522008-04-30 00:52:11 -07004087TTY LAYER
4088P: Alan Cox
4089M: alan@lxorguk.ukuu.org.uk
4090L: linux-kernel@vger.kernel.org
4091S: Maintained
4092
Grant Grundler740db6d2008-02-17 11:53:49 -07004093TULIP NETWORK DRIVERS
4094P: Grant Grundler
4095M: grundler@parisc-linux.org
4096P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004097M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004098L: netdev@vger.kernel.org
4099S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004100
4101TUN/TAP driver
4102P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004103M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004104L: vtun@office.satix.net
4105W: http://vtun.sourceforge.net/tun
4106S: Maintained
4107
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004108TURBOCHANNEL SUBSYSTEM
4109P: Maciej W. Rozycki
4110M: macro@linux-mips.org
4111S: Maintained
4112
Linus Torvalds1da177e2005-04-16 15:20:36 -07004113U14-34F SCSI DRIVER
4114P: Dario Ballabio
4115M: ballabio_dario@emc.com
4116L: linux-scsi@vger.kernel.org
4117S: Maintained
4118
Alan Coxcc2020e2008-05-19 14:21:51 +01004119UCLINUX (AND M68KNOMMU)
4120P: Greg Ungerer
4121M: gerg@uclinux.org
4122W: http://www.uclinux.org/
4123L: uclinux-dev@uclinux.org (subscribers-only)
4124S: Maintained
4125
Alan Coxcc2020e2008-05-19 14:21:51 +01004126UCLINUX FOR RENESAS H8/300
4127P: Yoshinori Sato
4128M: ysato@users.sourceforge.jp
4129W: http://uclinux-h8.sourceforge.jp/
4130S: Supported
4131
Linus Torvalds1da177e2005-04-16 15:20:36 -07004132UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004133P: Jan Kara
4134M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004135W: http://linux-udf.sourceforge.net
4136S: Maintained
4137
Alan Coxcc2020e2008-05-19 14:21:51 +01004138UFS FILESYSTEM
4139P: Evgeniy Dushistov
4140M: dushistov@mail.ru
4141L: linux-kernel@vger.kernel.org
4142S: Maintained
4143
4144UltraSPARC (sparc64):
4145P: David S. Miller
4146M: davem@davemloft.net
4147L: sparclinux@vger.kernel.org
4148T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4149S: Maintained
4150
Linus Torvalds1da177e2005-04-16 15:20:36 -07004151UNIFORM CDROM DRIVER
4152P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004153M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004154L: linux-kernel@vger.kernel.org
4155W: http://www.kernel.dk
4156S: Maintained
4157
4158USB ACM DRIVER
4159P: Oliver Neukum
4160M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004161L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004162S: Maintained
4163
4164USB BLOCK DRIVER (UB ub)
4165P: Pete Zaitcev
4166M: zaitcev@redhat.com
4167L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004168L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004169S: Supported
4170
Linus Torvalds1da177e2005-04-16 15:20:36 -07004171USB CDC ETHERNET DRIVER
4172P: Greg Kroah-Hartman
4173M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004174L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004175S: Maintained
4176W: http://www.kroah.com/linux-usb/
4177
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004178USB CYPRESS C67X00 DRIVER
4179P: Peter Korsgaard
4180M: jacmet@sunsite.dk
4181L: linux-usb@vger.kernel.org
4182S: Maintained
4183
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004184USB DAVICOM DM9601 DRIVER
4185P: Peter Korsgaard
4186M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004187L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004188W: http://www.linux-usb.org/usbnet
4189S: Maintained
4190
Alan Coxcc2020e2008-05-19 14:21:51 +01004191USB DIAMOND RIO500 DRIVER
4192P: Cesar Miquel
4193M: miquel@df.uba.ar
4194L: rio500-users@lists.sourceforge.net
4195W: http://rio500.sourceforge.net
4196S: Maintained
4197
Linus Torvalds1da177e2005-04-16 15:20:36 -07004198USB EHCI DRIVER
4199P: David Brownell
4200M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004201L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004202S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004203
Luca Risolia7ce08c92006-01-11 02:06:59 +00004204USB ET61X[12]51 DRIVER
4205P: Luca Risolia
4206M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004207L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004208L: video4linux-list@redhat.com
4209W: http://www.linux-projects.org
4210S: Maintained
4211
David Brownell69ae9e32006-11-14 02:03:31 -08004212USB GADGET/PERIPHERAL SUBSYSTEM
4213P: David Brownell
4214M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004215L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004216W: http://www.linux-usb.org/gadget
4217S: Maintained
4218
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004219USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266f2007-01-15 09:56:21 +01004220P: Jiri Kosina
4221M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004222L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004223T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004224S: Maintained
4225
Olav Kongas959eea22005-11-03 17:38:14 +02004226USB ISP116X DRIVER
4227P: Olav Kongas
4228M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004229L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004230S: Maintained
4231
Linus Torvalds1da177e2005-04-16 15:20:36 -07004232USB KAWASAKI LSI DRIVER
4233P: Oliver Neukum
4234M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004235L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004236S: Maintained
4237
4238USB MASS STORAGE DRIVER
4239P: Matthew Dharm
4240M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004241L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004242L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004243S: Maintained
4244W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4245
4246USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004247P: David Brownell
4248M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004249L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004250S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004251
Matthias Urlichsba460e42005-07-14 00:33:47 -07004252USB OPTION-CARD DRIVER
4253P: Matthias Urlichs
4254M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004255L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004256S: Maintained
4257
Linus Torvalds1da177e2005-04-16 15:20:36 -07004258USB OV511 DRIVER
4259P: Mark McClelland
4260M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004261L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004262W: http://alpha.dyndns.org/ov511/
4263S: Maintained
4264
4265USB PEGASUS DRIVER
4266P: Petko Manolov
4267M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004268L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004269L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004270W: http://pegasus2.sourceforge.net/
4271S: Maintained
4272
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004273USB PRINTER DRIVER (usblp)
4274P: Pete Zaitcev
4275M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004276L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004277S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004278
4279USB RTL8150 DRIVER
4280P: Petko Manolov
4281M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004282L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004283L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004284W: http://pegasus2.sourceforge.net/
4285S: Maintained
4286
4287USB SE401 DRIVER
4288P: Jeroen Vreeken
4289M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004290L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004291W: http://www.chello.nl/~j.vreeken/se401/
4292S: Maintained
4293
Alan Cox4e688522008-04-30 00:52:11 -07004294USB SERIAL BELKIN F5U103 DRIVER
4295P: William Greathouse
4296M: wgreathouse@smva.com
4297L: linux-usb@vger.kernel.org
4298S: Maintained
4299
4300USB SERIAL CYPRESS M8 DRIVER
4301P: Lonnie Mendez
4302M: dignome@gmail.com
4303L: linux-usb@vger.kernel.org
4304S: Maintained
4305W: http://geocities.com/i0xox0i
4306W: http://firstlight.net/cvs
4307
Linus Torvalds1da177e2005-04-16 15:20:36 -07004308USB SERIAL CYBERJACK DRIVER
4309P: Matthias Bruestle and Harald Welte
4310M: support@reiner-sct.com
4311W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4312S: Maintained
4313
4314USB SERIAL DIGI ACCELEPORT DRIVER
4315P: Peter Berger and Al Borchers
4316M: pberger@brimson.com
4317M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004318L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004319S: Maintained
4320
4321USB SERIAL DRIVER
4322P: Greg Kroah-Hartman
4323M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004324L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004325S: Supported
4326
Linus Torvalds1da177e2005-04-16 15:20:36 -07004327USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4328P: Gary Brubaker
4329M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004330L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004331S: Maintained
4332
4333USB SERIAL KEYSPAN DRIVER
4334P: Greg Kroah-Hartman
4335M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004336L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004337W: http://www.kroah.com/linux/
4338S: Maintained
4339
4340USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004341P: Support Department
4342M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004343L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004344W: http://www.connecttech.com
4345S: Supported
4346
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004347USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004348P: Luca Risolia
4349M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004350L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004351L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004352W: http://www.linux-projects.org
4353S: Maintained
4354
4355USB SUBSYSTEM
4356P: Greg Kroah-Hartman
4357M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004358L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004359W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004360T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004361S: Supported
4362
4363USB UHCI DRIVER
4364P: Alan Stern
4365M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004366L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004367S: Maintained
4368
David Brownell69ae9e32006-11-14 02:03:31 -08004369USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004370P: David Brownell
4371M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004372L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004373W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004374S: Maintained
4375
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004376USB VIDEO CLASS
4377P: Laurent Pinchart
4378M: laurent.pinchart@skynet.be
4379L: linx-uvc-devel@berlios.de
4380L: video4linux-list@redhat.com
4381W: http://linux-uvc.berlios.de
4382S: Maintained
4383
Linus Torvalds1da177e2005-04-16 15:20:36 -07004384USB W996[87]CF DRIVER
4385P: Luca Risolia
4386M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004387L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004388L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004389W: http://www.linux-projects.org
4390S: Maintained
4391
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004392USB WIRELESS RNDIS DRIVER (rndis_wlan)
4393P: Jussi Kivilinna
4394M: jussi.kivilinna@mbnet.fi
4395L: linux-wireless@vger.kernel.org
4396S: Maintained
4397
Luca Risolia60f78052006-02-06 16:29:35 +00004398USB ZC0301 DRIVER
4399P: Luca Risolia
4400M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004401L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004402L: video4linux-list@redhat.com
4403W: http://www.linux-projects.org
4404S: Maintained
4405
Linus Torvalds1da177e2005-04-16 15:20:36 -07004406USB ZD1201 DRIVER
4407P: Jeroen Vreeken
4408M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004409L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004410W: http://linux-lc100020.sourceforge.net
4411S: Maintained
4412
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004413USB ZR364XX DRIVER
4414P: Antoine Jacquet
4415M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004416L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004417L: video4linux-list@redhat.com
4418W: http://royale.zerezo.com/zr364xx/
4419S: Maintained
4420
Linus Torvalds1da177e2005-04-16 15:20:36 -07004421USER-MODE LINUX
4422P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004423M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004424L: user-mode-linux-devel@lists.sourceforge.net
4425L: user-mode-linux-user@lists.sourceforge.net
4426W: http://user-mode-linux.sourceforge.net
4427S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004428
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004429USERSPACE I/O (UIO)
4430P: Hans J. Koch
4431M: hjk@linutronix.de
4432P: Greg Kroah-Hartman
4433M: gregkh@suse.de
4434L: linux-kernel@vger.kernel.org
4435S: Maintained
4436
Karel Zakf899b0a2008-05-23 13:04:21 -07004437UTIL-LINUX-NG PACKAGE
4438P: Karel Zak
4439M: kzak@redhat.com
4440L: util-linux-ng@vger.kernel.org
4441W: http://kernel.org/~kzak/util-linux-ng/
4442T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4443S: Maintained
4444
Alan Cox4e688522008-04-30 00:52:11 -07004445VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004446P: OGAWA Hirofumi
4447M: hirofumi@mail.parknet.co.jp
4448L: linux-kernel@vger.kernel.org
4449S: Maintained
4450
Linus Torvalds1da177e2005-04-16 15:20:36 -07004451VIA RHINE NETWORK DRIVER
4452P: Roger Luethi
4453M: rl@hellgate.ch
4454S: Maintained
4455
Jean Delvare32c0a522005-09-22 21:47:58 +02004456VIAPRO SMBUS DRIVER
4457P: Jean Delvare
4458M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004459L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004460S: Maintained
4461
Francois Romieu01f20732007-01-26 00:57:17 -08004462VIA VELOCITY NETWORK DRIVER
4463P: Francois Romieu
4464M: romieu@fr.zoreil.com
4465L: netdev@vger.kernel.org
4466S: Maintained
4467
Linus Torvalds1da177e2005-04-16 15:20:36 -07004468VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004469P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004470M: mchehab@infradead.org
4471M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004472L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004473W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004474T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004475S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004476
Patrick McHardybe7f8272007-10-23 20:26:36 -07004477VLAN (802.1Q)
4478P: Patrick McHardy
4479M: kaber@trash.net
4480L: netdev@vger.kernel.org
4481S: Maintained
4482
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004483VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4484P: Liam Girdwood
4485M: lg@opensource.wolfsonmicro.com
4486P: Mark Brown
4487M: broonie@opensource.wolfsonmicro.com
4488W: http://opensource.wolfsonmicro.com/node/15
4489T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4490S: Supported
4491
Juerg Haefligerab413192006-09-24 20:54:04 +02004492VT1211 HARDWARE MONITOR DRIVER
4493P: Juerg Haefliger
4494M: juergh@gmail.com
4495L: lm-sensors@lm-sensors.org
4496S: Maintained
4497
Roger Lucas1de9e372005-11-26 20:20:05 +01004498VT8231 HARDWARE MONITOR DRIVER
4499P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004500M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004501L: lm-sensors@lm-sensors.org
4502S: Maintained
4503
Linus Torvalds1da177e2005-04-16 15:20:36 -07004504W1 DALLAS'S 1-WIRE BUS
4505P: Evgeniy Polyakov
4506M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004507S: Maintained
4508
Charles Spirakis13927072006-07-05 18:05:15 +02004509W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004510P: Marc Hulsman
4511M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004512L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004513S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004514
Rudolf Marek61db0112006-12-12 18:18:30 +01004515W83793 HARDWARE MONITORING DRIVER
4516P: Rudolf Marek
4517M: r.marek@assembler.cz
4518L: lm-sensors@lm-sensors.org
4519S: Maintained
4520
Linus Torvalds1da177e2005-04-16 15:20:36 -07004521W83L51xD SD/MMC CARD INTERFACE DRIVER
4522P: Pierre Ossman
4523M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004524L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004525S: Maintained
4526
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004527WATCHDOG DEVICE DRIVERS
4528P: Wim Van Sebroeck
4529M: wim@iguana.be
4530T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4531S: Maintained
4532
Linus Torvalds1da177e2005-04-16 15:20:36 -07004533WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4534P: Jean Tourrilhes
4535M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004536L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004537W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4538S: Maintained
4539
4540WD7000 SCSI DRIVER
4541P: Miroslav Zagorac
4542M: zaga@fly.cc.fer.hr
4543L: linux-scsi@vger.kernel.org
4544S: Maintained
4545
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05004546WISTRON LAPTOP BUTTON DRIVER
4547P: Miloslav Trmac
4548M: mitr@volny.cz
4549S: Maintained
4550
Linus Torvalds1da177e2005-04-16 15:20:36 -07004551WL3501 WIRELESS PCMCIA CARD DRIVER
4552P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004553M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004554L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004555W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004556S: Maintained
4557
Mark Brownfebf1df2008-04-02 00:51:09 -04004558WM97XX TOUCHSCREEN DRIVERS
4559P: Mark Brown
4560M: broonie@opensource.wolfsonmicro.com
4561P: Liam Girdwood
4562M: liam.girdwood@wolfsonmicro.com
4563L: linux-input@vger.kernel.org
4564T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4565W: http://opensource.wolfsonmicro.com/node/7
4566S: Supported
4567
Linus Torvalds1da177e2005-04-16 15:20:36 -07004568X.25 NETWORK LAYER
4569P: Henner Eisen
4570M: eis@baty.hanse.de
4571L: linux-x25@vger.kernel.org
4572S: Maintained
4573
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004574XEN HYPERVISOR INTERFACE
4575P: Jeremy Fitzhardinge
4576M: jeremy@xensource.com
4577P: Chris Wright
4578M: chrisw@sous-sol.org
4579L: virtualization@lists.osdl.org
4580L: xen-devel@lists.xensource.com
4581S: Supported
4582
Linus Torvalds1da177e2005-04-16 15:20:36 -07004583XFS FILESYSTEM
4584P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004585P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004586M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004587L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004588W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004589T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004590S: Supported
4591
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004592XILINX SYSTEMACE DRIVER
4593P: Grant Likely
4594M: grant.likely@secretlab.ca
4595W: http://www.secretlab.ca/
4596L: linux-kernel@vger.kernel.org
4597S: Maintained
4598
Peter Korsgaard238b8722006-12-06 20:35:17 -08004599XILINX UARTLITE SERIAL DRIVER
4600P: Peter Korsgaard
4601M: jacmet@sunsite.dk
4602L: linux-serial@vger.kernel.org
4603S: Maintained
4604
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004605X86 ARCHITECTURE (32-BIT AND 64-BIT)
4606P: Thomas Gleixner
4607M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004608P: Ingo Molnar
4609M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004610P: H. Peter Anvin
4611M: hpa@zytor.com
4612L: linux-kernel@vger.kernel.org
4613T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004614S: Maintained
4615
Linus Torvalds1da177e2005-04-16 15:20:36 -07004616YAM DRIVER FOR AX.25
4617P: Jean-Paul Roubelat
4618M: jpr@f6fbb.org
4619L: linux-hams@vger.kernel.org
4620S: Maintained
4621
Henkaf64a5e2005-10-12 15:02:56 +02004622YEALINK PHONE DRIVER
4623P: Henk Vergonet
4624M: Henk.Vergonet@gmail.com
4625L: usbb2k-api-dev@nongnu.org
4626S: Maintained
4627
Linus Torvalds1da177e2005-04-16 15:20:36 -07004628Z8530 DRIVER FOR AX.25
4629P: Joerg Reuter
4630M: jreuter@yaina.de
4631W: http://yaina.de/jreuter/
4632W: http://www.qsl.net/dl1bke/
4633L: linux-hams@vger.kernel.org
4634S: Maintained
4635
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004636ZD1211RW WIRELESS DRIVER
4637P: Daniel Drake
4638M: dsd@gentoo.org
4639P: Ulrich Kunitz
4640M: kune@deine-taler.de
4641W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004642L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004643L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4644S: Maintained
4645
Linus Torvalds1da177e2005-04-16 15:20:36 -07004646ZR36067 VIDEO FOR LINUX DRIVER
4647P: Ronald Bultje
4648M: rbultje@ronald.bitfreak.net
4649L: mjpeg-users@lists.sourceforge.net
4650W: http://mjpeg.sourceforge.net/driver-zoran/
4651S: Maintained
4652
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004653ZS DECSTATION Z85C30 SERIAL DRIVER
4654P: Maciej W. Rozycki
4655M: macro@linux-mips.org
4656S: Maintained
4657
Linus Torvalds1da177e2005-04-16 15:20:36 -07004658THE REST
4659P: Linus Torvalds
4660S: Buried alive in reporters