blob: b3e92fbe336caf016aff710f3efa291820a464d1 [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
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001049CFAG12864B LCD DRIVER
1050P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001051M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001052L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001053W: http://miguelojeda.es/auxdisplay.htm
1054W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001055S: Maintained
1056
1057CFAG12864BFB LCD FRAMEBUFFER DRIVER
1058P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001059M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001060L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001061W: http://miguelojeda.es/auxdisplay.htm
1062W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001063S: Maintained
1064
Johannes Berg704232c2007-04-23 12:20:05 -07001065CFG80211 and NL80211
1066P: Johannes Berg
1067M: johannes@sipsolutions.net
1068L: linux-wireless@vger.kernel.org
1069S: Maintained
1070
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001071CHECKPATCH
1072P: Andy Whitcroft
1073M: apw@shadowen.org
1074P: Randy Dunlap
1075M: rdunlap@xenotime.net
1076P: Joel Schopp
1077M: jschopp@austin.ibm.com
1078S: Supported
1079
Linus Torvalds1da177e2005-04-16 15:20:36 -07001080COMMON INTERNET FILE SYSTEM (CIFS)
1081P: Steve French
1082M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001083L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001084L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001085W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001086T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001087S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001088
Joel Becker7063fbf2005-12-15 14:29:43 -08001089CONFIGFS
1090P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001091M: joel.becker@oracle.com
1092L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001093S: Supported
1094
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001095CIRRUS LOGIC EP93XX ETHERNET DRIVER
1096P: Lennert Buytenhek
1097M: kernel@wantstofly.org
1098L: netdev@vger.kernel.org
1099S: Maintained
1100
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001101CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1102P: Lennert Buytenhek
1103M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001104L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001105S: Maintained
1106
Timur Tabid9e9d822008-04-24 08:45:26 +10001107CIRRUS LOGIC CS4270 SOUND DRIVER
1108P: Timur Tabi
1109M: timur@freescale.com
1110L: alsa-devel@alsa-project.org
1111S: Supported
1112
Linus Torvalds1da177e2005-04-16 15:20:36 -07001113CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1114P: Cirrus Logic Corporation (kernel 2.2 driver)
1115M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1116P: Nils Faerber (port to kernel 2.4)
1117M: Nils Faerber <nils@kernelconcepts.de>
1118S: Maintained
1119
1120CODA FILE SYSTEM
1121P: Jan Harkes
1122M: jaharkes@cs.cmu.edu
1123M: coda@cs.cmu.edu
1124L: codalist@coda.cs.cmu.edu
1125W: http://www.coda.cs.cmu.edu/
1126S: Maintained
1127
1128COMPACTPCI HOTPLUG CORE
1129P: Scott Murray
1130M: scottm@somanetworks.com
1131M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001132L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001133S: Supported
1134
1135COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
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 GENERIC 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
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001149COMPAL LAPTOP SUPPORT
1150P: Cezary Jackiewicz
1151M: cezary.jackiewicz@gmail.com
1152S: Maintained
1153
Linus Torvalds1da177e2005-04-16 15:20:36 -07001154COMPUTONE INTELLIPORT MULTIPORT CARD
1155P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001156M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001157W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001158S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001159
Simon Arlott949be0f2007-03-06 02:47:46 -08001160CONEXANT ACCESSRUNNER USB DRIVER
1161P: Simon Arlott
1162M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001163L: accessrunner-general@lists.sourceforge.net
1164W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001165S: Maintained
1166
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001167CONTROL GROUPS (CGROUPS)
1168P: Paul Menage
1169M: menage@google.com
1170L: containers@lists.linux-foundation.org
1171S: Maintained
1172
Rudolf Marekbebe4672007-05-08 17:22:02 +02001173CORETEMP HARDWARE MONITORING DRIVER
1174P: Rudolf Marek
1175M: r.marek@assembler.cz
1176L: lm-sensors@lm-sensors.org
1177S: Maintained
1178
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179COSA/SRP SYNC SERIAL DRIVER
1180P: Jan "Yenya" Kasprzak
1181M: kas@fi.muni.cz
1182W: http://www.fi.muni.cz/~kas/cosa/
1183S: Maintained
1184
1185CPU FREQUENCY DRIVERS
1186P: Dave Jones
1187M: davej@codemonkey.org.uk
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001188L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001189W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001190T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001191S: Maintained
1192
1193CPUID/MSR DRIVER
1194P: H. Peter Anvin
1195M: hpa@zytor.com
1196S: Maintained
1197
Paul Jacksoned90fb42005-09-27 21:45:37 -07001198CPUSETS
1199P: Paul Jackson
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001200P: Paul Menage
Paul Jacksoned90fb42005-09-27 21:45:37 -07001201M: pj@sgi.com
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001202M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001203L: linux-kernel@vger.kernel.org
1204W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001205W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001206S: Supported
1207
Linus Torvalds1da177e2005-04-16 15:20:36 -07001208CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001209W: http://sourceforge.net/projects/cramfs/
1210S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211
1212CRIS PORT
1213P: Mikael Starvik
1214M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001215P: Jesper Nilsson
1216M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001217L: dev-etrax@axis.com
1218W: http://developer.axis.com
1219S: Maintained
1220
1221CRYPTO API
1222P: Herbert Xu
1223M: herbert@gondor.apana.org.au
1224P: David S. Miller
1225M: davem@davemloft.net
1226L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001227T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001228S: Maintained
1229
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001230CS5535 Audio ALSA driver
1231P: Jaya Kumar
1232M: jayakumar.alsa@gmail.com
1233S: Maintained
1234
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001235CX18 VIDEO4LINUX DRIVER
1236P: Hans Verkuil, Andy Walls
1237M: hverkuil@xs4all.nl, awalls@radix.net
1238L: ivtv-devel@ivtvdriver.org
1239L: ivtv-users@ivtvdriver.org
1240L: video4linux-list@redhat.com
1241W: http://linuxtv.org
1242S: Maintained
1243
Steve Wisee5ec3782008-05-20 14:06:33 -07001244CXGB3 ETHERNET DRIVER (CXGB3)
1245P: Divy Le Ray
1246M: divy@chelsio.com
1247L: netdev@vger.kernel.org
1248W: http://www.chelsio.com
1249S: Supported
1250
1251CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1252P: Steve Wise
1253M: swise@chelsio.com
1254L: general@lists.openfabrics.org
1255W: http://www.openfabrics.org
1256S: Supported
1257
Linus Torvalds1da177e2005-04-16 15:20:36 -07001258CYBERPRO FB DRIVER
1259P: Russell King
1260M: rmk@arm.linux.org.uk
1261W: http://www.arm.linux.org.uk/
1262S: Maintained
1263
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001264CYBLAFB FRAMEBUFFER DRIVER
1265P: Knut Petersen
1266M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001267L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001268S: Maintained
1269
Linus Torvalds1da177e2005-04-16 15:20:36 -07001270CYCLADES 2X SYNC CARD DRIVER
1271P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001272M: acme@ghostprotocols.net
1273W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001274S: Maintained
1275
1276CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001277W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001278S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001279
1280CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001282S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001283
Linus Torvalds1da177e2005-04-16 15:20:36 -07001284DAMA SLAVE for AX.25
1285P: Joerg Reuter
1286M: jreuter@yaina.de
1287W: http://yaina.de/jreuter/
1288W: http://www.qsl.net/dl1bke/
1289L: linux-hams@vger.kernel.org
1290S: Maintained
1291
1292DC395x SCSI driver
1293P: Oliver Neukum
1294M: oliver@neukum.name
1295P: Ali Akcaagac
1296M: aliakc@web.de
1297P: Jamie Lenehan
1298M: lenehan@twibble.org
1299W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001300L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301L: http://lists.twibble.org/mailman/listinfo/dc395x/
1302S: Maintained
1303
1304DC390/AM53C974 SCSI driver
1305P: Kurt Garloff
1306M: garloff@suse.de
1307W: http://www.garloff.de/kurt/linux/dc390/
1308P: Guennadi Liakhovetski
1309M: g.liakhovetski@gmx.de
1310S: Maintained
1311
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001312DCCP PROTOCOL
1313P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001314M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001315L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001316W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001317S: Maintained
1318
Linus Torvalds1da177e2005-04-16 15:20:36 -07001319DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001320P: Christine Caulfield
1321M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322W: http://linux-decnet.sourceforge.net
1323L: linux-decnet-user@lists.sourceforge.net
1324S: Maintained
1325
1326DEFXX FDDI NETWORK DRIVER
1327P: Maciej W. Rozycki
1328M: macro@linux-mips.org
1329S: Maintained
1330
1331DELL LAPTOP SMM DRIVER
1332P: Massimo Dal Zotto
1333M: dz@debian.org
1334W: http://www.debian.org/~dz/i8k/
1335S: Maintained
1336
Doug Warzecha90563ec2005-09-06 15:17:15 -07001337DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1338P: Doug Warzecha
1339M: Douglas_Warzecha@dell.com
1340S: Maintained
1341
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001342DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001343P: Alasdair Kergon
1344L: dm-devel@redhat.com
1345W: http://sources.redhat.com/dm
1346S: Maintained
1347
1348DEVICE NUMBER REGISTRY
1349P: Torben Mathiasen
1350M: device@lanana.org
1351W: http://lanana.org/docs/device-list/index.html
1352L: linux-kernel@vger.kernel.org
1353S: Maintained
1354
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355DIGI INTL. EPCA DRIVER
1356P: Digi International, Inc
1357M: Eng.Linux@digi.com
1358L: Eng.Linux@digi.com
1359W: http://www.digi.com
1360S: Orphaned
1361
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362DIRECTORY NOTIFICATION
1363P: Stephen Rothwell
1364M: sfr@canb.auug.org.au
1365L: linux-kernel@vger.kernel.org
1366S: Supported
1367
1368DISK GEOMETRY AND PARTITION HANDLING
1369P: Andries Brouwer
1370M: aeb@cwi.nl
1371W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1372W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1373W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1374S: Maintained
1375
1376DISKQUOTA:
1377P: Jan Kara
1378M: jack@suse.cz
1379L: linux-kernel@vger.kernel.org
1380S: Maintained
1381
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001382DISTRIBUTED LOCK MANAGER
Christine Caulfield8943f262008-02-14 19:31:31 -08001383P: Christine Caulfield
1384M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001385P: David Teigland
1386M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001387L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001388W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001389T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001390S: Supported
1391
Linus Torvalds1da177e2005-04-16 15:20:36 -07001392DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1393P: Tobias Ringstrom
1394M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001395L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001396S: Maintained
1397
Dan Williamsb3e5f262007-08-07 10:26:35 -07001398DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001399P: Maciej Sosnowski
1400M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001401P: Dan Williams
1402M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001403L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001404S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001405
Juerg Haefligerb8250372007-06-09 10:11:16 -04001406DME1737 HARDWARE MONITOR DRIVER
1407P: Juerg Haefliger
1408M: juergh@gmail.com
1409L: lm-sensors@lm-sensors.org
1410S: Maintained
1411
Martin Waitzba483d52005-06-17 13:20:59 -07001412DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001413P: Randy Dunlap
1414M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001415S: Maintained
1416
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001417DOCKING STATION DRIVER
1418P: Kristen Carlson Accardi
1419M: kristen.c.accardi@intel.com
1420L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001421S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001422
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001423DOCUMENTATION (/Documentation directory)
1424P: Michael Kerrisk
1425M: mtk.manpages@gmail.com
1426P: Randy Dunlap
1427M: rdunlap@xenotime.net
1428L: linux-doc@vger.kernel.org
1429S: Maintained
1430
Linus Torvalds1da177e2005-04-16 15:20:36 -07001431DOUBLETALK DRIVER
1432P: James R. Van Zandt
1433M: jrv@vanzandt.mv.com
1434L: blinux-list@redhat.com
1435S: Maintained
1436
1437DRIVER CORE, KOBJECTS, AND SYSFS
1438P: Greg Kroah-Hartman
1439M: gregkh@suse.de
1440L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001441T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001442S: Supported
1443
1444DRM DRIVERS
1445P: David Airlie
1446M: airlied@linux.ie
1447L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001448T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449S: Maintained
1450
1451DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001452P: Francois Romieu
1453M: romieu@fr.zoreil.com
1454L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001455S: Maintained
1456
1457DVB SUBSYSTEM AND DRIVERS
1458P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001459M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001460L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001461W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001462T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001463S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001464
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001465DZ DECSTATION DZ11 SERIAL DRIVER
1466P: Maciej W. Rozycki
1467M: macro@linux-mips.org
1468S: Maintained
1469
Linus Torvalds1da177e2005-04-16 15:20:36 -07001470EATA-DMA SCSI DRIVER
1471P: Michael Neuffer
1472L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1473S: Maintained
1474
1475EATA ISA/EISA/PCI SCSI DRIVER
1476P: Dario Ballabio
1477M: ballabio_dario@emc.com
1478L: linux-scsi@vger.kernel.org
1479S: Maintained
1480
1481EATA-PIO SCSI DRIVER
1482P: Michael Neuffer
1483M: mike@i-Connect.Net
1484L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1485S: Maintained
1486
1487EBTABLES
1488P: Bart De Schuymer
1489M: bart.de.schuymer@pandora.be
1490L: ebtables-user@lists.sourceforge.net
1491L: ebtables-devel@lists.sourceforge.net
1492W: http://ebtables.sourceforge.net/
1493S: Maintained
1494
Michael Halcrow237fead2006-10-04 02:16:22 -07001495ECRYPT FILE SYSTEM
1496P: Mike Halcrow, Phillip Hellewell
1497M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1498L: ecryptfs-devel@lists.sourceforge.net
1499W: http://ecryptfs.sourceforge.net/
1500S: Supported
1501
Alan Coxda9bb1d2006-01-18 17:44:13 -08001502EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001503P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001504M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001505L: bluesmoke-devel@lists.sourceforge.net
1506W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001507S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001508
1509EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001510P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001511P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001512M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001513M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001514L: bluesmoke-devel@lists.sourceforge.net
1515W: bluesmoke.sourceforge.net
1516S: Maintained
1517
1518EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001519P: Doug Thompson
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
Douglas Thompson6bc78402007-07-19 01:50:12 -07001525EDAC-I82443BXGX
1526P: Tim Small
1527M: tim@buttersideup.com
1528L: bluesmoke-devel@lists.sourceforge.net
1529W: bluesmoke.sourceforge.net
1530S: Maintained
1531
1532EDAC-I3000
1533P: Jason Uhlenkott
1534M: juhlenko@akamai.com
1535L: bluesmoke-devel@lists.sourceforge.net
1536W: bluesmoke.sourceforge.net
1537S: Maintained
1538
1539EDAC-I5000
1540P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001541M: dougthompson@xmission.com
1542L: bluesmoke-devel@lists.sourceforge.net
1543W: bluesmoke.sourceforge.net
1544S: Maintained
1545
1546EDAC-I82975X
1547P: Ranganathan Desikan
1548P: Arvind R.
1549M: rdesikan@jetzbroadband.com
1550M: arvind@acarlab.com
1551L: bluesmoke-devel@lists.sourceforge.net
1552W: bluesmoke.sourceforge.net
1553S: Maintained
1554
1555EDAC-PASEMI
1556P: Egor Martovetsky
1557M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001558L: bluesmoke-devel@lists.sourceforge.net
1559W: bluesmoke.sourceforge.net
1560S: Maintained
1561
Dave Peterson0e438e32006-03-26 01:38:55 -08001562EDAC-R82600
1563P: Tim Small
1564M: tim@buttersideup.com
1565L: bluesmoke-devel@lists.sourceforge.net
1566W: bluesmoke.sourceforge.net
1567S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001568
Eric Coopere59f8792008-03-13 12:55:46 +01001569EEEPC LAPTOP EXTRAS DRIVER
1570P: Corentin Chary
1571M: corentincj@iksaif.net
1572L: acpi4asus-user@lists.sourceforge.net
1573W: http://sourceforge.net/projects/acpi4asus
1574S: Maintained
1575
Linus Torvalds1da177e2005-04-16 15:20:36 -07001576EEPRO100 NETWORK DRIVER
1577P: Andrey V. Savochkin
1578M: saw@saw.sw.com.sg
1579S: Maintained
1580
Josh Triplett0bee8d22006-07-30 03:03:58 -07001581EFS FILESYSTEM
1582W: http://aeschi.ch.eu.org/efs/
1583S: Orphan
1584
Heiko J Schickfab97222006-09-22 15:22:22 -07001585EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1586P: Hoang-Nam Nguyen
1587M: hnguyen@de.ibm.com
1588P: Christoph Raisch
1589M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001590L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001591S: Supported
1592
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001593EMBEDDED LINUX
1594P: Paul Gortmaker
1595M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001596P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001597M: dwmw2@infradead.org
1598L: linux-embedded@vger.kernel.org
1599S: Maintained
1600
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001601EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001602P: James Smart
1603M: james.smart@emulex.com
1604L: linux-scsi@vger.kernel.org
1605W: http://sourceforge.net/projects/lpfcxxxx
1606S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001607
Linus Torvalds1da177e2005-04-16 15:20:36 -07001608EPSON 1355 FRAMEBUFFER DRIVER
1609P: Christopher Hoover
1610M: ch@murgatroid.com, ch@hpl.hp.com
1611S: Maintained
1612
1613ETHEREXPRESS-16 NETWORK DRIVER
1614P: Philip Blundell
1615M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001616L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001617S: Maintained
1618
1619ETHERNET BRIDGE
1620P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001621M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001622L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001623W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001624S: Maintained
1625
1626ETHERTEAM 16I DRIVER
1627P: Mika Kuoppala
1628M: miku@iki.fi
1629S: Maintained
1630
1631EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001632L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001633S: Maintained
1634
1635EXT3 FILE SYSTEM
1636P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001637M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001638L: linux-ext4@vger.kernel.org
1639S: Maintained
1640
1641EXT4 FILE SYSTEM
1642P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001643M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001644L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001645S: Maintained
1646
Jean Delvaree53004e2006-01-09 23:26:14 +01001647F71805F HARDWARE MONITORING DRIVER
1648P: Jean Delvare
1649M: khali@linux-fr.org
1650L: lm-sensors@lm-sensors.org
1651S: Maintained
1652
Linus Torvalds1da177e2005-04-16 15:20:36 -07001653FARSYNC SYNCHRONOUS DRIVER
1654P: Kevin Curtis
1655M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656W: http://www.farsite.co.uk/
1657S: Supported
1658
Akinobu Mitac5408b82007-04-23 14:41:20 -07001659FAULT INJECTION SUPPORT
1660P: Akinobu Mita
1661M: akinobu.mita@gmail.com
1662S: Supported
1663
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664FRAMEBUFFER LAYER
1665P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001666M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001667L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001668W: http://linux-fbdev.sourceforge.net/
1669S: Maintained
1670
Zhang Wei173acc72008-03-01 07:42:48 -07001671FREESCALE DMA DRIVER
Zhang Wei76b0c7882008-05-13 14:44:59 -07001672P: Li Yang
1673M: leoli@freescale.com
1674P: Zhang Wei
1675M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001676L: linuxppc-embedded@ozlabs.org
1677L: linux-kernel@vger.kernel.org
1678S: Maintained
1679
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001680FREESCALE I2C CPM DRIVER
1681P: Jochen Friedrich
1682M: jochen@scram.de
1683L: linuxppc-dev@ozlabs.org
1684L: i2c@lm-sensors.org
1685S: Maintained
1686
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001687FREESCALE SOC FS_ENET DRIVER
1688P: Pantelis Antoniou
1689M: pantelis.antoniou@gmail.com
1690P: Vitaly Bordug
1691M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001692L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001693L: netdev@vger.kernel.org
1694S: Maintained
1695
Timur Tabid9e9d822008-04-24 08:45:26 +10001696FREESCALE QUICC ENGINE LIBRARY
1697P: Timur Tabi
1698M: timur@freescale.com
1699L: linuxppc-dev@ozlabs.org
1700S: Supported
1701
Li Yanga7205b32007-04-23 10:38:18 -07001702FREESCALE HIGHSPEED USB DEVICE DRIVER
1703P: Li Yang
1704M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001705L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001706L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001707S: Maintained
1708
Li Yangbeaf53b2007-05-25 13:54:02 +08001709FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1710P: Li Yang
1711M: leoli@freescale.com
1712L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001713L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001714S: Maintained
1715
Timur Tabid9e9d822008-04-24 08:45:26 +10001716FREESCALE QUICC ENGINE UCC UART DRIVER
1717P: Timur Tabi
1718M: timur@freescale.com
1719L: linuxppc-dev@ozlabs.org
1720S: Supported
1721
1722FREESCALE SOC SOUND DRIVERS
1723P: Timur Tabi
1724M: timur@freescale.com
1725L: alsa-devel@alsa-project.org
1726L: linuxppc-dev@ozlabs.org
1727S: Supported
1728
Linus Torvalds1da177e2005-04-16 15:20:36 -07001729FILE LOCKING (flock() and fcntl()/lockf())
1730P: Matthew Wilcox
1731M: matthew@wil.cx
1732L: linux-fsdevel@vger.kernel.org
1733S: Maintained
1734
1735FILESYSTEMS (VFS and infrastructure)
1736P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001737M: viro@zeniv.linux.org.uk
Paul Menageb9cf92e2008-02-14 19:31:24 -08001738L: linux-fsdevel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001739S: Maintained
1740
Stefan Richterf148e202008-01-12 12:32:44 +01001741FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001742P: Kristian Hoegsberg, Stefan Richter
1743M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1744L: linux1394-devel@lists.sourceforge.net
1745W: http://www.linux1394.org/
1746T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1747S: Maintained
1748
Linus Torvalds1da177e2005-04-16 15:20:36 -07001749FIRMWARE LOADER (request_firmware)
1750L: linux-kernel@vger.kernel.org
1751S: Orphan
1752
1753FPU EMULATOR
1754P: Bill Metzenthen
1755M: billm@suburbia.net
1756W: http://suburbia.net/~billm/floating-point/emulator/
1757S: Maintained
1758
1759FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1760P: Mike McLagan
1761M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001762L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001763S: Maintained
1764
1765FREEVXFS FILESYSTEM
1766P: Christoph Hellwig
1767M: hch@infradead.org
1768W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1769S: Maintained
1770
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001771FTRACE
1772P: Steven Rostedt
1773M: srostedt@redhat.com
1774S: Maintained
1775
David Howells5ab7ffe2007-04-10 15:10:45 +01001776FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001777P: David Howells
1778M: dhowells@redhat.com
1779S: Maintained
1780
Jonathan Woithe20b93732008-06-11 10:14:56 +09301781FUJITSU LAPTOP EXTRAS
1782P: Jonathan Woithe
1783M: jwoithe@physics.adelaide.edu.au
1784L: linux-acpi@vger.kernel.org
1785S: Maintained
1786
Miklos Szeredi04578f12005-09-09 13:10:22 -07001787FUSE: FILESYSTEM IN USERSPACE
1788P: Miklos Szeredi
1789M: miklos@szeredi.hu
1790L: fuse-devel@lists.sourceforge.net
1791W: http://fuse.sourceforge.net/
1792S: Maintained
1793
Linus Torvalds1da177e2005-04-16 15:20:36 -07001794FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1795P: Rik Faith
1796M: faith@cs.unc.edu
1797L: linux-scsi@vger.kernel.org
1798S: Odd fixes (e.g., new signatures)
1799
1800GDT SCSI DISK ARRAY CONTROLLER DRIVER
1801P: Achim Leubner
1802M: achim_leubner@adaptec.com
1803L: linux-scsi@vger.kernel.org
1804W: http://www.icp-vortex.com/
1805S: Supported
1806
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001807GENERIC GPIO I2C DRIVER
1808P: Haavard Skinnemoen
1809M: hskinnemoen@atmel.com
1810S: Supported
1811
Linus Torvalds1da177e2005-04-16 15:20:36 -07001812GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1813P: Krzysztof Halasa
1814M: khc@pm.waw.pl
1815W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1816S: Maintained
1817
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001818GFS2 FILE SYSTEM
1819P: Steven Whitehouse
1820M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001821L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001822W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001823T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1824T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001825S: Supported
1826
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001827GIGASET ISDN DRIVERS
1828P: Hansjoerg Lipp
1829M: hjlipp@web.de
1830P: Tilman Schmidt
1831M: tilman@imap.cc
1832L: gigaset307x-common@lists.sourceforge.net
1833W: http://gigaset307x.sourceforge.net/
1834S: Maintained
1835
Jean Delvare5b543962005-08-15 19:51:02 +02001836HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001837L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001838W: http://www.lm-sensors.org/
Mark M. Hoffman47d715a2008-07-31 23:48:25 -04001839S: Orphaned
Jean Delvare5b543962005-08-15 19:51:02 +02001840
Michael Buesch844dd052006-06-26 00:24:59 -07001841HARDWARE RANDOM NUMBER GENERATOR CORE
Michael Buesch41851082008-02-23 15:23:42 -08001842S: Orphaned
Michael Buesch844dd052006-06-26 00:24:59 -07001843
Robert Love860e1d62005-08-31 23:57:59 -04001844HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1845P: Robert Love
1846M: rlove@rlove.org
1847M: linux-kernel@vger.kernel.org
1848W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1849S: Maintained
1850
Linus Torvalds1da177e2005-04-16 15:20:36 -07001851HARMONY SOUND DRIVER
1852P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001853M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001854L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001855S: Maintained
1856
1857HAYES ESP SERIAL DRIVER
1858P: Andrew J. Robinson
1859M: arobinso@nyx.net
1860L: linux-kernel@vger.kernel.org
1861W: http://www.nyx.net/~arobinso
1862S: Maintained
1863
1864HFS FILESYSTEM
1865P: Roman Zippel
1866M: zippel@linux-m68k.org
1867L: linux-kernel@vger.kernel.org
1868S: Maintained
1869
1870HGA FRAMEBUFFER DRIVER
1871P: Ferenc Bakonyi
1872M: fero@drama.obuda.kando.hu
1873L: linux-nvidia@lists.surfsouth.com
1874W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1875S: Maintained
1876
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001877HID CORE LAYER
1878P: Jiri Kosina
1879M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001880L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001881T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001882S: Maintained
1883
Ingo Molnar38bed542007-02-22 09:09:34 +01001884HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1885P: Thomas Gleixner
1886M: tglx@linutronix.de
1887L: linux-kernel@vger.kernel.org
1888S: Maintained
1889
Linus Torvalds1da177e2005-04-16 15:20:36 -07001890HIGH-SPEED SCC DRIVER FOR AX.25
1891P: Klaus Kudielka
1892M: klaus.kudielka@ieee.org
1893L: linux-hams@vger.kernel.org
1894W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1895S: Maintained
1896
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001897HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1898P: HighPoint Linux Team
1899M: linux@highpoint-tech.com
1900W: http://www.highpoint-tech.com
1901S: Supported
1902
Linus Torvalds1da177e2005-04-16 15:20:36 -07001903HIPPI
1904P: Jes Sorensen
1905M: jes@trained-monkey.org
1906L: linux-hippi@sunsite.dk
1907S: Maintained
1908
1909HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1910P: Chirag Kantharia
1911M: chirag.kantharia@hp.com
1912L: iss_storagedev@hp.com
1913S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001914
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915HEWLETT-PACKARD SMART2 RAID DRIVER
1916P: Chirag Kantharia
1917M: chirag.kantharia@hp.com
1918L: iss_storagedev@hp.com
1919S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001920
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1922P: Mike Miller
1923M: mike.miller@hp.com
1924L: iss_storagedev@hp.com
1925S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001926
Jouni Malinenff1d2762005-05-12 22:54:16 -04001927HOST AP DRIVER
1928P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001929M: j@w1.fi
1930L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001931L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001932W: http://hostap.epitest.fi/
1933S: Maintained
1934
Linus Torvalds1da177e2005-04-16 15:20:36 -07001935HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1936P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001937M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938S: Maintained
1939
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001940HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1941P: Carlos Corbacho
1942M: carlos@strangeworlds.co.uk
1943S: Odd Fixes
1944
Clemens Ladischd36e74c2008-07-23 21:26:46 -07001945HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08001946P: Clemens Ladisch
1947M: clemens@ladisch.de
1948S: Maintained
1949
1950HPET: i386
1951P: Venkatesh Pallipadi (Venki)
1952M: venkatesh.pallipadi@intel.com
1953S: Maintained
1954
1955HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001956P: Vojtech Pavlik
1957M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001958S: Maintained
1959
1960HPET: ACPI hpet.c
1961P: Bob Picco
1962M: bob.picco@hp.com
1963S: Maintained
1964
Linus Torvalds1da177e2005-04-16 15:20:36 -07001965HPFS FILESYSTEM
1966P: Mikulas Patocka
1967M: mikulas@artax.karlin.mff.cuni.cz
1968W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1969S: Maintained
1970
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04001971HTCPEN TOUCHSCREEN DRIVER
1972P: Pau Oliva Fora
1973M: pof@eslack.org
1974L: linux-input@vger.kernel.org
1975S: Maintained
1976
Linus Torvalds1da177e2005-04-16 15:20:36 -07001977HUGETLB FILESYSTEM
1978P: William Irwin
1979M: wli@holomorphy.com
1980S: Maintained
1981
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001982I2C/SMBUS STUB DRIVER
1983P: Mark M. Hoffman
1984M: mhoffman@lightlink.com
1985L: lm-sensors@lm-sensors.org
1986S: Maintained
1987
Jean Delvare5b543962005-08-15 19:51:02 +02001988I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02001989P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001990M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02001991P: Ben Dooks (embedded platforms)
1992M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001993L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001994T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995S: Maintained
1996
Till Harbaume8c76ee2007-05-01 23:26:35 +02001997I2C-TINY-USB DRIVER
1998P: Till Harbaum
1999M: till@harbaum.org
2000L: i2c@lm-sensors.org
2001T: http://www.harbaum.org/till/i2c_tiny_usb
2002S: Maintained
2003
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002005P: H. Peter Anvin
2006M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002007L: Linux-Kernel@vger.kernel.org
2008S: Maintained
2009
2010i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002011P: H. Peter Anvin
2012M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002013T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002014S: Maintained
2015
Linus Torvalds1da177e2005-04-16 15:20:36 -07002016IA64 (Itanium) PLATFORM
2017P: Tony Luck
2018M: tony.luck@intel.com
2019L: linux-ia64@vger.kernel.org
2020W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002021T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002022S: Maintained
2023
2024SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06002025P: Jes Sorensen
2026M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002027L: linux-altix@sgi.com
2028L: linux-ia64@vger.kernel.org
2029W: http://www.sgi.com/altix
2030S: Maintained
2031
2032IBM MCA SCSI SUBSYSTEM DRIVER
2033P: Michael Lang
2034M: langa2@kph.uni-mainz.de
2035W: http://www.uni-mainz.de/~langm000/linux.html
2036S: Maintained
2037
2038IBM Power Linux RAID adapter
2039P: Brian King
2040M: brking@us.ibm.com
2041S: Supported
2042
2043IBM ServeRAID RAID DRIVER
2044P: Jack Hammer
2045P: Dave Jeffery
2046M: ipslinux@adaptec.com
2047W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002048S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002049
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002050IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002051P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002052M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002053L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002054T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002055S: Maintained
2056
2057IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002058P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002059M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002060L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002061S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002062
2063IDE/ATAPI FLOPPY DRIVERS
2064P: Paul Bristow
2065M: Paul Bristow <paul@paulbristow.net>
2066W: http://paulbristow.net/linux/idefloppy.html
2067L: linux-kernel@vger.kernel.org
2068S: Maintained
2069
2070IDE/ATAPI TAPE DRIVERS
2071P: Gadi Oxman
2072M: Gadi Oxman <gadio@netvision.net.il>
2073L: linux-kernel@vger.kernel.org
2074S: Maintained
2075
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002076IDE-SCSI DRIVER
2077L: linux-ide@vger.kernel.org
2078L: linux-scsi@vger.kernel.org
2079S: Orphan
2080
Stefan Richterf148e202008-01-12 12:32:44 +01002081IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002082P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002083M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002084P: Stefan Richter
2085M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002086L: linux1394-devel@lists.sourceforge.net
2087W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002088T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002089S: Maintained
2090
Stefan Richterf51a5a92007-04-23 14:41:10 -07002091IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002092P: Dan Dennedy
2093M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002094P: Stefan Richter
2095M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002097S: Maintained
2098
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002100L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002101S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002102
2103INFINIBAND SUBSYSTEM
2104P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002105M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002106P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002107M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07002109M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002110L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002112T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113S: Supported
2114
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04002115INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08002116P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04002117M: dmitry.torokhov@gmail.com
2118M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002119L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002120T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121S: Maintained
2122
Robert Lovec9f04f52005-07-15 12:21:07 -04002123INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01002124P: John McCutchan
2125M: ttb@tentacle.dhs.org
2126P: Robert Love
2127M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002128L: linux-kernel@vger.kernel.org
2129S: Maintained
2130
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002131INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002132P: Sylvain Meyer
2133M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002134L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002135S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002136
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002138P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002139M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002140L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002141S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002142
Linus Torvalds1da177e2005-04-16 15:20:36 -07002143INTEL IA32 MICROCODE UPDATE SUPPORT
2144P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002145M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002146S: Maintained
2147
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002148INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002149P: Maciej Sosnowski
2150M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002151L: linux-kernel@vger.kernel.org
2152S: Supported
2153
Dan Williamsb3e5f262007-08-07 10:26:35 -07002154INTEL IOP-ADMA DMA DRIVER
2155P: Dan Williams
2156M: dan.j.williams@intel.com
2157L: linux-kernel@vger.kernel.org
2158S: Supported
2159
Michael Buesch844dd052006-06-26 00:24:59 -07002160INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2161P: Deepak Saxena
2162M: dsaxena@plexity.net
2163S: Maintained
2164
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002165INTEL IXP2000 ETHERNET DRIVER
2166P: Lennert Buytenhek
2167M: kernel@wantstofly.org
2168L: netdev@vger.kernel.org
2169S: Maintained
2170
Auke Kokd94e6fe2008-03-03 14:37:47 -08002171INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002172P: Jeff Kirsher
2173M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002174P: Jesse Brandeburg
2175M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002176P: Bruce Allan
2177M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002178P: PJ Waskiewicz
2179M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002180P: John Ronciak
2181M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002182L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002183W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002184S: Supported
2185
James Ketrenos826d2ab2005-11-07 18:56:59 -06002186INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002187P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002188M: yi.zhu@intel.com
2189P: James Ketrenos
2190M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002191P: Reinette Chatre
2192M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002193L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002194L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002195W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002196W: http://ipw2100.sourceforge.net
2197S: Supported
2198
2199INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002200P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002201M: yi.zhu@intel.com
2202P: James Ketrenos
2203M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002204P: Reinette Chatre
2205M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002206L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002207L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002208W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002209W: http://ipw2200.sourceforge.net
2210S: Supported
2211
Zhu Yib481de92007-09-25 17:54:57 -07002212INTEL WIRELESS WIFI LINK (iwlwifi)
2213P: Zhu Yi
2214M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002215P: Reinette Chatre
2216M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002217L: linux-wireless@vger.kernel.org
2218L: ipw3945-devel@lists.sourceforge.net
2219W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002220T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002221S: Supported
2222
Ralf Baechlecb109a02007-08-30 23:56:30 -07002223IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002224P: Ralf Baechle
2225M: ralf@linux-mips.org
2226L: linux-mips@linux-mips.org
2227S: Maintained
2228
Ralf Baechlecb109a02007-08-30 23:56:30 -07002229IOC3 SERIAL DRIVER
2230P: Pat Gefre
2231M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002232L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002233S: Maintained
2234
Linus Torvalds1da177e2005-04-16 15:20:36 -07002235IP MASQUERADING:
2236P: Juanjo Ciarlante
2237M: jjciarla@raiz.uncu.edu.ar
2238S: Maintained
2239
Francois Romieu1202d6f2007-09-17 17:13:55 -07002240IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2241P: Francois Romieu
2242M: romieu@fr.zoreil.com
2243P: Sorbica Shieh
2244M: sorbica@icplus.com.tw
2245P: Jesse Huang
2246M: jesse@icplus.com.tw
2247L: netdev@vger.kernel.org
2248S: Maintained
2249
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002250IPATH DRIVER:
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002251P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002252M: infinipath@qlogic.com
2253L: general@lists.openfabrics.org
2254T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002255S: Supported
2256
Corey Minyard4409ebe2006-04-20 02:43:12 -07002257IPMI SUBSYSTEM
2258P: Corey Minyard
2259M: minyard@acm.org
2260L: openipmi-developer@lists.sourceforge.net
2261W: http://openipmi.sourceforge.net/
2262S: Supported
2263
Linus Torvalds1da177e2005-04-16 15:20:36 -07002264IPX NETWORK LAYER
2265P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002266M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002267L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002268S: Maintained
2269
David Sterba099dc4f2008-02-07 10:57:12 +01002270IPWIRELES DRIVER
2271P: Jiri Kosina
2272M: jkosina@suse.cz
2273P: David Sterba
2274M: dsterba@suse.cz
2275S: Maintained
2276T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2277
Linus Torvalds1da177e2005-04-16 15:20:36 -07002278IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002279P: Samuel Ortiz
2280M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002281L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002282W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002283S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002284
Mike Christie14816b1e2007-11-28 16:22:06 -08002285ISCSI
2286P: Mike Christie
2287M: michaelc@cs.wisc.edu
2288L: open-iscsi@googlegroups.com
2289W: www.open-iscsi.org
2290T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2291S: Maintained
2292
Linus Torvalds1da177e2005-04-16 15:20:36 -07002293ISAPNP
2294P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002295M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296S: Maintained
2297
2298ISDN SUBSYSTEM
2299P: Karsten Keil
2300M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002301L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002302W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002303T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002304S: Maintained
2305
2306ISDN SUBSYSTEM (Eicon active card driver)
2307P: Armin Schindler
2308M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002309L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002310W: http://www.melware.de
2311S: Maintained
2312
Hans Verkuil91821ff2007-12-02 09:35:33 -03002313IVTV VIDEO4LINUX DRIVER
2314P: Hans Verkuil
2315M: hverkuil@xs4all.nl
2316L: ivtv-devel@ivtvdriver.org
2317L: ivtv-users@ivtvdriver.org
2318L: video4linux-list@redhat.com
2319W: http://www.ivtvdriver.org
2320S: Maintained
2321
Linus Torvalds1da177e2005-04-16 15:20:36 -07002322JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2323P: David Woodhouse
2324M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002325L: linux-mtd@lists.infradead.org
2326W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002327S: Maintained
2328
Artem Bityutskiy95270562008-07-14 17:58:44 +03002329UBI FILE SYSTEM (UBIFS)
2330P: Artem Bityutskiy
2331M: dedekind@infradead.org
2332P: Adrian Hunter
2333M: ext-adrian.hunter@nokia.com
2334L: linux-mtd@lists.infradead.org
2335T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
2336W: http://www.linux-mtd.infradead.org/doc/ubifs.html
2337S: Maintained
2338
Linus Torvalds1da177e2005-04-16 15:20:36 -07002339JFS FILESYSTEM
2340P: Dave Kleikamp
2341M: shaggy@austin.ibm.com
2342L: jfs-discussion@lists.sourceforge.net
2343W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002344T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345S: Supported
2346
Josh Triplettde456d32006-07-30 03:04:00 -07002347JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002348P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002349M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002350L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002351S: Maintained
2352
Rudolf Marek4660cb32006-10-08 22:01:26 +02002353K8TEMP HARDWARE MONITORING DRIVER
2354P: Rudolf Marek
2355M: r.marek@assembler.cz
2356L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002357S: Maintained
2358
2359KCONFIG
2360P: Roman Zippel
2361M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002362L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002363S: Maintained
2364
Vivek Goyalea6c2082006-05-20 14:59:55 -07002365KDUMP
2366P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002367M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002368P: Haren Myneni
2369M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002370L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002371L: linux-kernel@vger.kernel.org
2372W: http://lse.sourceforge.net/kdump/
2373S: Maintained
2374
Linus Torvalds1da177e2005-04-16 15:20:36 -07002375KERNEL AUTOMOUNTER (AUTOFS)
2376P: H. Peter Anvin
2377M: hpa@zytor.com
2378L: autofs@linux.kernel.org
2379S: Odd Fixes
2380
2381KERNEL AUTOMOUNTER v4 (AUTOFS4)
2382P: Ian Kent
2383M: raven@themaw.net
2384L: autofs@linux.kernel.org
2385S: Maintained
2386
2387KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002388P: Sam Ravnborg
2389M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002390T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2391T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002392L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002393S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002394
2395KERNEL JANITORS
2396P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002397L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002398W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002399S: Maintained
2400
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002401KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002402P: J. Bruce Fields
2403M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002405M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002406L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002407W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002408S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002409
Avi Kivity426d62e2006-12-13 00:34:03 -08002410KERNEL VIRTUAL MACHINE (KVM)
2411P: Avi Kivity
2412M: avi@qumranet.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002413L: kvm@vger.kernel.org
2414W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002415S: Supported
2416
Hollis Blanchard513014b2008-04-16 23:28:08 -05002417KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2418P: Hollis Blanchard
2419M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002420L: kvm-ppc@vger.kernel.org
2421W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002422S: Supported
2423
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002424KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002425P: Anthony Xu
2426M: anthony.xu@intel.com
2427P: Xiantao Zhang
2428M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002429L: kvm-ia64@vger.kernel.org
2430W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002431S: Supported
2432
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002433KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2434P: Carsten Otte
2435M: cotte@de.ibm.com
2436P: Christian Borntraeger
2437M: borntraeger@de.ibm.com
2438M: linux390@de.ibm.com
2439L: linux-s390@vger.kernel.org
2440W: http://www.ibm.com/developerworks/linux/linux390/
2441S: Supported
2442
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002443KEXEC
2444P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002445M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002446W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002447L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002448L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002449S: Maintained
2450
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002451KGDB
2452P: Jason Wessel
2453M: jason.wessel@windriver.com
2454L: kgdb-bugreport@lists.sourceforge.net
2455S: Maintained
2456
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002457KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002458P: Ananth N Mavinakayanahalli
2459M: ananth@in.ibm.com
2460P: Anil S Keshavamurthy
2461M: anil.s.keshavamurthy@intel.com
2462P: David S. Miller
2463M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002464P: Masami Hiramatsu
2465M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002466L: linux-kernel@vger.kernel.org
2467S: Maintained
2468
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002469KS0108 LCD CONTROLLER DRIVER
2470P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002471M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002472L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002473W: http://miguelojeda.es/auxdisplay.htm
2474W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002475S: Maintained
2476
Linus Torvalds1da177e2005-04-16 15:20:36 -07002477LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002478L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002479S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002480
2481LASI 53c700 driver for PARISC
2482P: James E.J. Bottomley
2483M: James.Bottomley@HansenPartnership.com
2484L: linux-scsi@vger.kernel.org
2485S: Maintained
2486
Richard Purdie263de9b2006-05-15 09:44:16 -07002487LED SUBSYSTEM
2488P: Richard Purdie
2489M: rpurdie@rpsys.net
2490S: Maintained
2491
Linus Torvalds1da177e2005-04-16 15:20:36 -07002492LEGO USB Tower driver
2493P: Juergen Stuber
2494M: starblue@users.sourceforge.net
2495L: legousb-devel@lists.sourceforge.net
2496W: http://legousb.sourceforge.net/
2497S: Maintained
2498
Rusty Russell568a17f2007-10-25 14:12:24 +10002499LGUEST
2500P: Rusty Russell
2501M: rusty@rustcorp.com.au
2502L: lguest@ozlabs.org
2503W: http://lguest.ozlabs.org/
2504S: Maintained
2505
Linus Torvalds1da177e2005-04-16 15:20:36 -07002506LINUX FOR IBM pSERIES (RS/6000)
2507P: Paul Mackerras
2508M: paulus@au.ibm.com
2509W: http://www.ibm.com/linux/ltc/projects/ppc
2510S: Supported
2511
2512LINUX FOR NCR VOYAGER
2513P: James Bottomley
2514M: James.Bottomley@HansenPartnership.com
2515W: http://www.hansenpartnership.com/voyager
2516S: Maintained
2517
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002518LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519P: Paul Mackerras
2520M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002521P: Benjamin Herrenschmidt
2522M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002523W: http://www.penguinppc.org/
2524L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002525T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002526S: Supported
2527
2528LINUX FOR POWER MACINTOSH
2529P: Benjamin Herrenschmidt
2530M: benh@kernel.crashing.org
2531W: http://www.penguinppc.org/
2532L: linuxppc-dev@ozlabs.org
2533S: Maintained
2534
Grant Likely77a76362008-07-12 12:11:43 -06002535LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536P: Sylvain Munaut
2537M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002538P: Grant Likely
2539M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002541S: Maintained
2542
2543LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002544P: Josh Boyer
2545M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002546P: Matt Porter
2547M: mporter@kernel.crashing.org
2548W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002549L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002550T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002551S: Maintained
2552
Grant Likely260c02a2007-10-02 12:15:34 +10002553LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2554P: Grant Likely
2555M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002556W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002557L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002558S: Maintained
2559
Tom Rinie93adf12005-07-26 12:49:53 -07002560LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002561P: Vitaly Bordug
2562M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002563P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002564M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002565W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002566L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002567S: Maintained
2568
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002570P: Kumar Gala
2571M: galak@kernel.crashing.org
2572W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002573L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002574S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002575
Olof Johanssonab06ff32006-09-06 14:44:54 -05002576LINUX FOR POWERPC PA SEMI PWRFICIENT
2577P: Olof Johansson
2578M: olof@lixom.net
2579W: http://www.pasemi.com/
2580L: linuxppc-dev@ozlabs.org
2581S: Supported
2582
Linus Torvalds1da177e2005-04-16 15:20:36 -07002583LLC (802.2)
2584P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002585M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002586S: Maintained
2587
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588LINUX SECURITY MODULE (LSM) FRAMEWORK
2589P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002590M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002591L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002592T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002593S: Supported
2594
2595LM83 HARDWARE MONITOR DRIVER
2596P: Jean Delvare
2597M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002598L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599S: Maintained
2600
2601LM90 HARDWARE MONITOR DRIVER
2602P: Jean Delvare
2603M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002604L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605S: Maintained
2606
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002607LOCKDEP AND LOCKSTAT
2608P: Peter Zijlstra
2609M: peterz@infradead.org
2610P: Ingo Molnar
2611M: mingo@redhat.com
2612L: linux-kernel@vger.kernel.org
2613T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2614S: Maintained
2615
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002616LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002617P: Richard Russon (FlatCap)
2618M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002619L: linux-ntfs-dev@lists.sourceforge.net
2620W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002621S: Maintained
2622
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002623LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2624P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002625M: Eric.Moore@lsi.com
2626M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002627L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002628L: linux-scsi@vger.kernel.org
2629W: http://www.lsilogic.com/support
2630S: Supported
2631
Linus Torvalds1da177e2005-04-16 15:20:36 -07002632LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2633P: Matthew Wilcox
2634M: matthew@wil.cx
2635L: linux-scsi@vger.kernel.org
2636S: Maintained
2637
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002638M32R ARCHITECTURE
2639P: Hirokazu Takata
2640M: takata@linux-m32r.org
2641L: linux-m32r@ml.linux-m32r.org
2642L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2643W: http://www.linux-m32r.org/
2644S: Maintained
2645
Linus Torvalds1da177e2005-04-16 15:20:36 -07002646M68K ARCHITECTURE
2647P: Geert Uytterhoeven
2648M: geert@linux-m68k.org
2649P: Roman Zippel
2650M: zippel@linux-m68k.org
2651L: linux-m68k@lists.linux-m68k.org
2652W: http://www.linux-m68k.org/
2653W: http://linux-m68k-cvs.ubb.ca/
2654S: Maintained
2655
2656M68K ON APPLE MACINTOSH
2657P: Joshua Thompson
2658M: funaho@jurai.org
2659W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002660L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002661S: Maintained
2662
2663M68K ON HP9000/300
2664P: Philip Blundell
2665M: philb@gnu.org
2666W: http://www.tazenda.demon.co.uk/phil/linux-hp
2667S: Maintained
2668
Jiri Benc64a327a2007-05-05 11:47:08 -07002669MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002670P: Johannes Berg
2671M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002672P: Michael Wu
2673M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002674L: linux-wireless@vger.kernel.org
2675W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002676T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002677S: Maintained
2678
Stefano Brivio1036d862007-12-23 04:46:27 +01002679MAC80211 PID RATE CONTROL
2680P: Stefano Brivio
2681M: stefano.brivio@polimi.it
2682P: Mattias Nissler
2683M: mattias.nissler@gmx.de
2684L: linux-wireless@vger.kernel.org
2685W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2686T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2687S: Maintained
2688
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002689MACVLAN DRIVER
2690P: Patrick McHardy
2691M: kaber@trash.net
2692L: netdev@vger.kernel.org
2693S: Maintained
2694
Linus Torvalds1da177e2005-04-16 15:20:36 -07002695MARVELL YUKON / SYSKONNECT DRIVER
2696P: Mirko Lindner
2697M: mlindner@syskonnect.de
2698P: Ralph Roesler
2699M: rroesler@syskonnect.de
2700W: http://www.syskonnect.com
2701S: Supported
2702
Michael Kerriskfaf16682005-07-31 22:34:47 -07002703MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002704P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002705M: mtk.manpages@gmail.com
Michael Kerriskc76a5872008-07-04 09:59:49 -07002706W: http://www.kernel.org/doc/man-pages
2707S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002708
Stefano Brivio74cda162007-11-19 20:27:46 +01002709MARVELL LIBERTAS WIRELESS DRIVER
2710P: Dan Williams
2711M: dcbw@redhat.com
2712L: libertas-dev@lists.infradead.org
2713S: Maintained
2714
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002715MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002716P: Lennert Buytenhek
2717M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002718L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002719S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002720
2721MATROX FRAMEBUFFER DRIVER
2722P: Petr Vandrovec
2723M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002724L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002725S: Maintained
2726
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002727MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2728P: Hans J. Koch
2729M: hjk@linutronix.de
2730L: lm-sensors@lm-sensors.org
2731S: Maintained
2732
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002733MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002734P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002735M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002736S: linux-scsi@vger.kernel.org
2737W: http://megaraid.lsilogic.com
2738S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002739
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002740MEMORY MANAGEMENT
2741L: linux-mm@kvack.org
2742L: linux-kernel@vger.kernel.org
2743W: http://www.linux-mm.org
2744S: Maintained
2745
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002746MEMORY RESOURCE CONTROLLER
2747P: Balbir Singh
2748M: balbir@linux.vnet.ibm.com
2749P: Pavel Emelyanov
2750M: xemul@openvz.org
2751P: KAMEZAWA Hiroyuki
2752M: kamezawa.hiroyu@jp.fujitsu.com
2753L: linux-mm@kvack.org
2754L: linux-kernel@vger.kernel.org
2755S: Maintained
2756
David Howellsb920de12008-02-08 04:19:31 -08002757MEI MN10300/AM33 PORT
2758P: David Howells
2759M: dhowells@redhat.com
2760P: Koichi Yasutake
2761M: yasutake.koichi@jp.panasonic.com
Robert P. J. Day66e10602008-04-29 00:59:34 -07002762L: linux-am33-list@redhat.com (moderated for non-subscribers)
David Howellsb920de12008-02-08 04:19:31 -08002763W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2764S: Maintained
2765
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002766MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002767P: David Woodhouse
2768M: dwmw2@infradead.org
2769W: http://www.linux-mtd.infradead.org/
2770L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002771T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002772S: Maintained
2773
Artem Bityutskiy48576402007-02-13 17:11:10 +02002774UNSORTED BLOCK IMAGES (UBI)
2775P: Artem Bityutskiy
2776M: dedekind@infradead.org
2777W: http://www.linux-mtd.infradead.org/
2778L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002779T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002780S: Maintained
2781
Linus Torvalds1da177e2005-04-16 15:20:36 -07002782MICROTEK X6 SCANNER
2783P: Oliver Neukum
2784M: oliver@neukum.name
2785S: Maintained
2786
2787MIPS
2788P: Ralf Baechle
2789M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002790W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002791L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002792T: git www.linux-mips.org:/pub/scm/linux.git
2793S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002794
2795MISCELLANEOUS MCA-SUPPORT
2796P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002797M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002798L: linux-kernel@vger.kernel.org
2799S: Maintained
2800
2801MODULE SUPPORT
2802P: Rusty Russell
2803M: rusty@rustcorp.com.au
2804L: linux-kernel@vger.kernel.org
2805S: Maintained
2806
2807MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2808P: Stelian Pop
2809M: stelian@popies.net
2810W: http://popies.net/meye/
2811S: Maintained
2812
Pavel Pisac58ff042007-05-16 01:10:41 +02002813MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2814P: Pavel Pisa
2815M: ppisa@pikron.com
2816L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002817S: Maintained
2818
Linus Torvalds1da177e2005-04-16 15:20:36 -07002819MOUSE AND MISC DEVICES [GENERAL]
2820P: Alessandro Rubini
2821M: rubini@ipvvis.unipv.it
2822L: linux-kernel@vger.kernel.org
2823S: Maintained
2824
Jiri Slabyb9705b62008-04-30 00:53:48 -07002825MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002826P: Jiri Slaby
2827M: jirislaby@gmail.com
2828L: linux-kernel@vger.kernel.org
2829S: Maintained
2830
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002831MSI LAPTOP SUPPORT
2832P: Lennart Poettering
2833M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002834W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002835W: http://0pointer.de/lennart/tchibo.html
2836S: Maintained
2837
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002838MULTIFUNCTION DEVICES (MFD)
2839P: Samuel Ortiz
2840M: sameo@openedhand.com
2841L: linux-kernel@vger.kernel.org
2842S: Supported
2843
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002844MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002845P: Pierre Ossman
2846M: drzeus-mmc@drzeus.cx
2847L: linux-kernel@vger.kernel.org
2848S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002849
David Brownell15a05802007-08-08 09:12:54 -07002850MULTIMEDIA CARD (MMC) ETC. OVER SPI
2851P: David Brownell
2852M: dbrownell@users.sourceforge.net
2853L: linux-kernel@vger.kernel.org
2854S: Odd fixes
2855
Linus Torvalds1da177e2005-04-16 15:20:36 -07002856MULTISOUND SOUND DRIVER
2857P: Andrew Veliath
2858M: andrewtv@usa.net
2859S: Maintained
2860
Jiri Slabyd7354102006-12-08 02:38:35 -08002861MULTITECH MULTIPORT CARD (ISICOM)
2862P: Jiri Slaby
2863M: jirislaby@gmail.com
2864L: linux-kernel@vger.kernel.org
2865S: Maintained
2866
Felipe Balbi550a7372008-07-24 12:27:36 +03002867MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
2868P: Felipe Balbi
2869M: felipe.balbi@nokia.com
2870L: linux-usb@vger.kernel.org
2871S: Maintained
2872
Brice Goglin2d3cf582008-05-17 12:45:36 +02002873MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2874P: Andrew Gallatin
2875M: gallatin@myri.com
2876P: Brice Goglin
2877M: brice@myri.com
2878L: netdev@vger.kernel.org
2879W: http://www.myri.com/scs/download-Myri10GE.html
2880S: Supported
2881
Linus Torvalds1da177e2005-04-16 15:20:36 -07002882NATSEMI ETHERNET DRIVER (DP8381x)
2883P: Tim Hockin
2884M: thockin@hockin.org
2885S: Maintained
2886
2887NCP FILESYSTEM
2888P: Petr Vandrovec
2889M: vandrove@vc.cvut.cz
2890L: linware@sh.cvut.cz
2891S: Maintained
2892
2893NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2894P: James E.J. Bottomley
2895M: James.Bottomley@HansenPartnership.com
2896L: linux-scsi@vger.kernel.org
2897S: Maintained
2898
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002899NETEFFECT IWARP RNIC DRIVER (IW_NES)
2900P: Faisal Latif
2901M: flatif@neteffect.com
Chien Tung5f625602008-05-26 15:23:32 -07002902P: Chien Tung
2903M: ctung@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002904L: general@lists.openfabrics.org
2905W: http://www.neteffect.com
2906S: Supported
2907F: drivers/infiniband/hw/nes/
2908
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002909NETEM NETWORK EMULATOR
2910P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002911M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002912L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002913S: Maintained
2914
Jiri Slaby4a584482007-08-30 23:56:39 -07002915NETERION (S2IO) Xframe 10GbE DRIVER
2916P: Ramkrishna Vepa
2917M: ram.vepa@neterion.com
2918P: Rastapur Santosh
2919M: santosh.rastapur@neterion.com
2920P: Sivakumar Subramani
2921M: sivakumar.subramani@neterion.com
2922P: Sreenivasa Honnur
2923M: sreenivasa.honnur@neterion.com
2924L: netdev@vger.kernel.org
2925W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2926S: Supported
2927
Linus Torvalds1da177e2005-04-16 15:20:36 -07002928NETFILTER/IPTABLES/IPCHAINS
2929P: Rusty Russell
2930P: Marc Boucher
2931P: James Morris
2932P: Harald Welte
2933P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002934P: Patrick McHardy
2935M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002936L: netfilter-devel@vger.kernel.org
2937L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002938L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002939W: http://www.netfilter.org/
2940W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002941S: Supported
2942
Paul Moore4cc67732006-09-25 15:57:13 -07002943NETLABEL
2944P: Paul Moore
2945M: paul.moore@hp.com
2946W: http://netlabel.sf.net
2947L: netdev@vger.kernel.org
2948S: Supported
2949
Linus Torvalds1da177e2005-04-16 15:20:36 -07002950NETROM NETWORK LAYER
2951P: Ralf Baechle
2952M: ralf@linux-mips.org
2953L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002954W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002955S: Maintained
2956
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002957NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002958P: Paul Clements
2959M: Paul.Clements@steeleye.com
2960S: Maintained
2961
2962NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002963P: Jeff Garzik
2964M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002965L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002966T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002967S: Maintained
2968
2969NETWORKING [GENERAL]
2970P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002971M: netdev@vger.kernel.org
2972L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002973W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002974S: Maintained
2975
2976NETWORKING [IPv4/IPv6]
2977P: David S. Miller
2978M: davem@davemloft.net
2979P: Alexey Kuznetsov
2980M: kuznet@ms2.inr.ac.ru
2981P: Pekka Savola (ipv6)
2982M: pekkas@netcore.fi
2983P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002984M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002985P: Hideaki YOSHIFUJI
2986M: yoshfuji@linux-ipv6.org
2987P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002988M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002989L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002990T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002991S: Maintained
2992
James Morris10e2ff12007-08-25 14:41:28 -07002993NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2994P: Paul Moore
2995M: paul.moore@hp.com
2996L: netdev@vger.kernel.org
2997S: Maintained
2998
John W. Linville29f8f632006-01-18 14:52:48 -08002999NETWORKING [WIRELESS]
3000P: John W. Linville
3001M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003002L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003003T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3004S: Maintained
3005
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003006NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003007P: Dhananjay Phadke
3008M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003009L: netdev@vger.kernel.org
3010W: http://www.netxen.com
3011S: Supported
3012
Linus Torvalds1da177e2005-04-16 15:20:36 -07003013IPVS
3014P: Wensong Zhang
3015M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07003016P: Simon Horman
3017M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07003018P: Julian Anastasov
3019M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07003020L: netdev@vger.kernel.org
Simon Horman37cc6782008-08-11 14:33:40 -07003021L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003022S: Maintained
3023
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003024NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003025P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003026M: Trond.Myklebust@netapp.com
3027L: linux-nfs@vger.kernel.org
3028W: http://client.linux-nfs.org
3029T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003030S: Maintained
3031
3032NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003033P: Jan-Pascal van Best
3034M: janpascal@vanbest.org
3035P: Andreas Mohr
3036M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003037L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003038S: Maintained
3039
3040NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3041P: YOKOTA Hiroshi
3042M: yokota@netlab.is.tsukuba.ac.jp
3043W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3044S: Maintained
3045
3046NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3047P: GOTO Masanori
3048M: gotom@debian.or.jp
3049P: YOKOTA Hiroshi
3050M: yokota@netlab.is.tsukuba.ac.jp
3051W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3052S: Maintained
3053
Linus Torvalds1da177e2005-04-16 15:20:36 -07003054NTFS FILESYSTEM
3055P: Anton Altaparmakov
3056M: aia21@cantab.net
3057L: linux-ntfs-dev@lists.sourceforge.net
3058L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003059W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003060T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003061S: Maintained
3062
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003063NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003064P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003065M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003066L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003067S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003069OPENCORES I2C BUS DRIVER
3070P: Peter Korsgaard
3071M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02003072L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003073S: Maintained
3074
Mark Fashehccd979b2005-12-15 14:31:24 -08003075ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3076P: Mark Fasheh
Mark Fasheha5754332008-03-21 10:40:31 -07003077M: mfasheh@suse.com
3078P: Joel Becker
3079M: joel.becker@oracle.com
Robert P. J. Dayc0ff1f22008-04-21 22:34:01 +00003080L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fashehccd979b2005-12-15 14:31:24 -08003081W: http://oss.oracle.com/projects/ocfs2/
Joel Beckerdda47bc2008-03-22 22:08:07 -07003082T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003083S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08003084
Bob Copeland0ad122d2008-07-25 19:45:18 -07003085OMFS FILESYSTEM
3086P: Bob Copeland
3087M: me@bobcopeland.com
3088L: linux-karma-devel@lists.sourceforge.net
3089S: Maintained
3090
Harald Weltec1986ee2005-11-13 16:06:29 -08003091OMNIKEY CARDMAN 4000 DRIVER
3092P: Harald Welte
3093M: laforge@gnumonks.org
3094S: Maintained
3095
Harald Welte77c44ab2005-11-13 16:06:26 -08003096OMNIKEY CARDMAN 4040 DRIVER
3097P: Harald Welte
3098M: laforge@gnumonks.org
3099S: Maintained
3100
Jonathan Corbet77d51402007-03-22 19:44:17 -03003101OMNIVISION OV7670 SENSOR DRIVER
3102P: Jonathan Corbet
3103M: corbet@lwn.net
3104L: video4linux-list@redhat.com
3105S: Maintained
3106
Thomas Gleixner431bca72007-05-02 09:31:35 +02003107ONENAND FLASH DRIVER
3108P: Kyungmin Park
3109M: kyungmin.park@samsung.com
3110L: linux-mtd@lists.infradead.org
3111S: Maintained
3112
Linus Torvalds1da177e2005-04-16 15:20:36 -07003113ONSTREAM SCSI TAPE DRIVER
3114P: Willem Riede
3115M: osst@riede.org
3116L: osst-users@lists.sourceforge.net
3117L: linux-scsi@vger.kernel.org
3118S: Maintained
3119
Linus Torvalds1da177e2005-04-16 15:20:36 -07003120OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003121P: Robert Richter
3122M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003123L: oprofile-list@lists.sf.net
3124S: Maintained
3125
3126ORINOCO DRIVER
3127P: Pavel Roskin
3128M: proski@gnu.org
3129P: David Gibson
3130M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003131L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003132L: orinoco-users@lists.sourceforge.net
3133L: orinoco-devel@lists.sourceforge.net
3134W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003135S: Maintained
3136
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003137PA SEMI ETHERNET DRIVER
3138P: Olof Johansson
3139M: olof@lixom.net
3140L: netdev@vger.kernel.org
3141S: Maintained
3142
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003143PA SEMI SMBUS DRIVER
3144P: Olof Johansson
3145M: olof@lixom.net
3146L: i2c@lm-sensors.org
3147S: Maintained
3148
Linus Torvalds1da177e2005-04-16 15:20:36 -07003149PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003150L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003151S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003152
3153PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3154P: Tim Waugh
3155M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003156L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157W: http://www.torque.net/linux-pp.html
3158S: Maintained
3159
3160PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003161P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003162M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003163P: Matthew Wilcox
3164M: matthew@wil.cx
3165P: Grant Grundler
3166M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003167L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003168W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003169T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003170S: Maintained
3171
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003172PARAVIRT_OPS INTERFACE
3173P: Jeremy Fitzhardinge
3174M: jeremy@xensource.com
3175P: Chris Wright
3176M: chrisw@sous-sol.org
3177P: Zachary Amsden
3178M: zach@vmware.com
3179P: Rusty Russell
3180M: rusty@rustcorp.com.au
3181L: virtualization@lists.osdl.org
3182L: linux-kernel@vger.kernel.org
3183S: Supported
3184
Jim Cromie1662d322006-10-06 00:43:59 -07003185PC87360 HARDWARE MONITORING DRIVER
3186P: Jim Cromie
3187M: jim.cromie@gmail.com
3188L: lm-sensors@lm-sensors.org
3189S: Maintained
3190
3191PC8736x GPIO DRIVER
3192P: Jim Cromie
3193M: jim.cromie@gmail.com
3194S: Maintained
3195
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003196PCI ERROR RECOVERY
3197P: Linas Vepstas
3198M: linas@austin.ibm.com
3199L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003200L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003201S: Supported
3202
Linus Torvalds1da177e2005-04-16 15:20:36 -07003203PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003204P: Jesse Barnes
3205M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003206L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003207L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003208T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209S: Supported
3210
3211PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003212P: Kristen Carlson Accardi
3213M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003214S: Supported
3215
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003216PCIE HOTPLUG DRIVER
3217P: Kristen Carlson Accardi
3218M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003219L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003220S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003221
Linus Torvalds1da177e2005-04-16 15:20:36 -07003222PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003223P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003224L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003225W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003226T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003227S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003228
3229PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003230P: Don Fry
3231M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003232L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003233S: Maintained
3234
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003235PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003236P: Balbir Singh
3237M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003238L: linux-kernel@vger.kernel.org
3239S: Maintained
3240
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003241PERSONALITY HANDLING
3242P: Christoph Hellwig
3243M: hch@infradead.org
3244L: linux-abi-devel@lists.sourceforge.net
3245S: Maintained
3246
Linus Torvalds1da177e2005-04-16 15:20:36 -07003247PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003248P: Joern Engel
3249M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003250L: linux-mtd@lists.infradead.org
3251S: Maintained
3252
Peter Osterlund249a6772005-09-27 21:45:30 -07003253PKTCDVD DRIVER
3254P: Peter Osterlund
3255M: petero2@telia.com
3256L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003257S: Maintained
3258
Linus Torvalds1da177e2005-04-16 15:20:36 -07003259POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003260P: Thomas Gleixner
3261M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003262L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003263S: Supported
3264
Anton Vorontsov3be86142007-07-15 04:43:36 +04003265POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3266P: Anton Vorontsov
3267M: cbou@mail.ru
3268P: David Woodhouse
3269M: dwmw2@infradead.org
3270L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003271T: git git.infradead.org/battery-2.6.git
3272S: Maintained
3273
Linus Torvalds1da177e2005-04-16 15:20:36 -07003274PNP SUPPORT
3275P: Adam Belay
3276M: ambx1@neo.rr.com
3277S: Maintained
3278
Vitaly Wool999445d2007-01-04 13:07:03 +01003279PNXxxxx I2C DRIVER
3280P: Vitaly Wool
3281M: vitalywool@gmail.com
3282L: i2c@lm-sensors.org
3283S: Maintained
3284
Linus Torvalds1da177e2005-04-16 15:20:36 -07003285PPP PROTOCOL DRIVERS AND COMPRESSORS
3286P: Paul Mackerras
3287M: paulus@samba.org
3288L: linux-ppp@vger.kernel.org
3289S: Maintained
3290
3291PPP OVER ATM (RFC 2364)
3292P: Mitchell Blank Jr
3293M: mitch@sfgoth.com
3294S: Maintained
3295
3296PPP OVER ETHERNET
3297P: Michal Ostrowski
Chris Wright5e70b7f32008-06-09 16:07:28 -07003298M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003299S: Maintained
3300
James Chapmana6d23702007-06-27 15:53:17 -07003301PPP OVER L2TP
3302P: James Chapman
3303M: jchapman@katalix.com
3304S: Maintained
3305
Linus Torvalds1da177e2005-04-16 15:20:36 -07003306PREEMPTIBLE KERNEL
3307P: Robert Love
3308M: rml@tech9.net
3309L: linux-kernel@vger.kernel.org
3310L: kpreempt-tech@lists.sourceforge.net
3311W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3312S: Supported
3313
Michael Wueff1a592007-09-25 18:11:01 -07003314P54 WIRELESS DRIVER
3315P: Michael Wu
3316M: flamingice@sourmilk.net
3317L: linux-wireless@vger.kernel.org
3318W: http://prism54.org
3319T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3320S: Maintained
3321
Linus Torvalds1da177e2005-04-16 15:20:36 -07003322PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003323P: Luis R. Rodriguez
3324M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003325L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003326W: http://prism54.org
3327S: Maintained
3328
3329PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3330P: Peter Denison
3331M: promise@pnd-pc.demon.co.uk
3332W: http://www.pnd-pc.demon.co.uk/promise/
3333S: Maintained
3334
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003335PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3336P: Mikael Pettersson
3337M: mikpe@it.uu.se
3338L: linux-ide@vger.kernel.org
3339S: Maintained
3340
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003341PS3 NETWORK SUPPORT
3342P: Masakazu Mokuno
3343M: mokuno@sm.sony.co.jp
3344L: netdev@vger.kernel.org
3345L: cbe-oss-dev@ozlabs.org
3346S: Supported
3347
Geoff Levandf58a9d12006-11-23 00:46:51 +01003348PS3 PLATFORM SUPPORT
3349P: Geoff Levand
3350M: geoffrey.levand@am.sony.com
3351L: linuxppc-dev@ozlabs.org
3352L: cbe-oss-dev@ozlabs.org
3353S: Supported
3354
Michael Krufky83202042006-07-03 00:24:18 -07003355PVRUSB2 VIDEO4LINUX DRIVER
3356P: Mike Isely
3357M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003358L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003359L: video4linux-list@redhat.com
3360W: http://www.isely.net/pvrusb2/
3361S: Maintained
3362
Eric Miao30ec2612008-06-12 15:21:41 -07003363PXA2xx/PXA3xx SUPPORT
3364P: Eric Miao
3365M: eric.miao@marvell.com
3366P: Russell King
3367M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003368L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003369S: Maintained
3370
Pierre Ossman272f1332007-05-14 21:25:26 +02003371PXA MMCI DRIVER
3372S: Orphan
3373
Linus Torvalds1da177e2005-04-16 15:20:36 -07003374QLOGIC QLA2XXX FC-SCSI DRIVER
3375P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003376M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003377L: linux-scsi@vger.kernel.org
3378S: Supported
3379
Ron Mercer5a4faa872006-07-25 00:40:21 -07003380QLOGIC QLA3XXX NETWORK DRIVER
3381P: Ron Mercer
3382M: linux-driver@qlogic.com
3383L: netdev@vger.kernel.org
3384S: Supported
3385
Linus Torvalds1da177e2005-04-16 15:20:36 -07003386QNX4 FILESYSTEM
3387P: Anders Larsen
3388M: al@alarsen.net
3389L: linux-kernel@vger.kernel.org
3390W: http://www.alarsen.net/linux/qnx4fs/
3391S: Maintained
3392
3393RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003394P: Benjamin Herrenschmidt
3395M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003396L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003397S: Maintained
3398
3399RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003400P: Paul Mackerras
3401M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003402L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003403S: Maintained
3404
3405RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3406P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003407M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003408L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003409S: Maintained
3410
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003411RALINK RT2X00 WLAN DRIVER
3412P: rt2x00 project
3413L: linux-wireless@vger.kernel.org
3414L: rt2400-devel@lists.sourceforge.net
3415W: http://rt2x00.serialmonkey.com/
3416S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003417T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003418F: drivers/net/wireless/rt2x00/
3419
Nick Piggin9db55792008-02-08 04:19:49 -08003420RAMDISK RAM BLOCK DEVICE DRIVER
3421P: Nick Piggin
3422M: npiggin@suse.de
3423S: Maintained
3424
Matt Mackall9e95ce22005-04-16 15:25:56 -07003425RANDOM NUMBER DRIVER
3426P: Matt Mackall
3427M: mpm@selenic.com
3428S: Maintained
3429
Matt Porter394b7012005-11-07 01:00:15 -08003430RAPIDIO SUBSYSTEM
3431P: Matt Porter
3432M: mporter@kernel.crashing.org
3433L: linux-kernel@vger.kernel.org
3434S: Maintained
3435
Florian Fainellic1f766b2008-02-06 22:39:44 +01003436RDC R-321X SoC
3437P: Florian Fainelli
3438M: florian.fainelli@telecomint.eu
3439L: linux-kernel@vger.kernel.org
3440S: Maintained
3441
Florian Fainellidb17f392007-12-19 11:30:30 +01003442RDC R6040 FAST ETHERNET DRIVER
3443P: Florian Fainelli
3444M: florian.fainelli@telecomint.eu
3445L: netdev@vger.kernel.org
3446S: Maintained
3447
Josh Triplett595182b2006-10-04 02:17:21 -07003448READ-COPY UPDATE (RCU)
3449P: Dipankar Sarma
3450M: dipankar@in.ibm.com
3451W: http://www.rdrop.com/users/paulmck/rclock/
3452L: linux-kernel@vger.kernel.org
3453S: Supported
3454
3455RCUTORTURE MODULE
3456P: Josh Triplett
3457M: josh@freedesktop.org
3458L: linux-kernel@vger.kernel.org
3459S: Maintained
3460
Linus Torvalds1da177e2005-04-16 15:20:36 -07003461REAL TIME CLOCK DRIVER
3462P: Paul Gortmaker
3463M: p_gortmaker@yahoo.com
3464L: linux-kernel@vger.kernel.org
3465S: Maintained
3466
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003467REAL TIME CLOCK (RTC) SUBSYSTEM
3468P: Alessandro Zummo
3469M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003470L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003471S: Maintained
3472
Linus Torvalds1da177e2005-04-16 15:20:36 -07003473REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003474L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003475S: Supported
3476
Ivo van Doorne08976452008-04-12 19:23:55 +02003477RFKILL
3478P: Ivo van Doorn
3479M: IvDoorn@gmail.com
3480L: netdev@vger.kernel.org
3481S: Maintained
3482F: net/rfkill
3483
Linus Torvalds1da177e2005-04-16 15:20:36 -07003484ROCKETPORT DRIVER
3485P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003486W: http://www.comtrol.com
3487S: Maintained
3488
3489ROSE NETWORK LAYER
3490P: Ralf Baechle
3491M: ralf@linux-mips.org
3492L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003493W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003494S: Maintained
3495
3496RISCOM8 DRIVER
3497S: Orphan
3498
Michael Wu605bebe2007-05-14 01:41:02 -04003499RTL818X WIRELESS DRIVER
3500P: Michael Wu
3501M: flamingice@sourmilk.net
3502P: Andrea Merello
3503M: andreamrl@tiscali.it
3504L: linux-wireless@vger.kernel.org
3505W: http://linuxwireless.org/
3506T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3507S: Maintained
3508
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003509S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003510P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003511M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003512L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003513S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003514
Linus Torvalds1da177e2005-04-16 15:20:36 -07003515S390
3516P: Martin Schwidefsky
3517M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003518P: Heiko Carstens
3519M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003520M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003521L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003522W: http://www.ibm.com/developerworks/linux/linux390/
3523S: Supported
3524
3525S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003526P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003527M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003528P: Frank Blaschka
3529M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003530M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003531L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003532W: http://www.ibm.com/developerworks/linux/linux390/
3533S: Supported
3534
3535S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003536P: Christof Schmitt
3537M: christof.schmitt@de.ibm.com
3538P: Martin Peschke
3539M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003540M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003541L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003542W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003543S: Supported
3544
Ursula Braundd96df22007-09-19 13:09:02 +02003545S390 IUCV NETWORK LAYER
3546P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003547M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003548M: linux390@de.ibm.com
3549L: linux-s390@vger.kernel.org
3550W: http://www.ibm.com/developerworks/linux/linux390/
3551S: Supported
3552
Ben Dooks4dde7f72008-06-30 22:40:38 +01003553S3C24XX SD/MMC Driver
3554P: Ben Dooks
3555M: ben-linux@fluff.org
3556L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3557L: linux-kernel@vger.kernel.org
3558S: Supported
3559
Linus Torvalds1da177e2005-04-16 15:20:36 -07003560SAA7146 VIDEO4LINUX-2 DRIVER
3561P: Michael Hunold
3562M: michael@mihu.de
3563W: http://www.mihu.de/linux/saa7146
3564S: Maintained
3565
Linus Torvalds1da177e2005-04-16 15:20:36 -07003566SC1200 WDT DRIVER
3567P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003568M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003569S: Maintained
3570
3571SCHEDULER
3572P: Ingo Molnar
3573M: mingo@elte.hu
3574P: Robert Love [the preemptible kernel bits]
3575M: rml@tech9.net
3576L: linux-kernel@vger.kernel.org
3577S: Maintained
3578
3579SCSI CDROM DRIVER
3580P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003581M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003582L: linux-scsi@vger.kernel.org
3583W: http://www.kernel.dk
3584S: Maintained
3585
3586SCSI SG DRIVER
3587P: Doug Gilbert
3588M: dgilbert@interlog.com
3589L: linux-scsi@vger.kernel.org
3590W: http://www.torque.net/sg
3591S: Maintained
3592
3593SCSI SUBSYSTEM
3594P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003595M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003596L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003597T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003598T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3599T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003600S: Maintained
3601
3602SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003603P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003604M: Kai.Makisara@kolumbus.fi
3605L: linux-scsi@vger.kernel.org
3606S: Maintained
3607
3608SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003609P: Vlad Yasevich
3610M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003611P: Sridhar Samudrala
3612M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003613L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003614W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003615S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003616
3617SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003618P: Jim Cromie
3619M: jim.cromie@gmail.com
3620S: Odd Fixes
3621
3622SCx200 GPIO DRIVER
3623P: Jim Cromie
3624M: jim.cromie@gmail.com
3625S: Maintained
3626
3627SCx200 HRT CLOCKSOURCE DRIVER
3628P: Jim Cromie
3629M: jim.cromie@gmail.com
3630S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003631
Sascha Sommer6a369132008-07-15 14:21:29 +02003632SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3633P: Sascha Sommer
3634M: saschasommer@freenet.de
3635L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3636S: Maintained
3637
Linus Torvalds1da177e2005-04-16 15:20:36 -07003638SECURITY CONTACT
3639P: Security Officers
3640M: security@kernel.org
3641S: Supported
3642
3643SELINUX SECURITY MODULE
3644P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003645M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003646P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003647M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003648P: Eric Paris
3649M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003650L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003651L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003652W: http://www.nsa.gov/selinux
3653S: Supported
3654
Jiri Slabycef2cf02007-05-08 00:31:45 -07003655SENSABLE PHANTOM
3656P: Jiri Slaby
3657M: jirislaby@gmail.com
3658S: Maintained
3659
Linus Torvalds1da177e2005-04-16 15:20:36 -07003660SERIAL ATA (SATA) SUBSYSTEM:
3661P: Jeff Garzik
3662M: jgarzik@pobox.com
3663L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003664T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003665S: Supported
3666
3667SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3668P: Pat Gefre
3669M: pfg@sgi.com
3670L: linux-ia64@vger.kernel.org
3671S: Supported
3672
Ben Hutchings8ceee662008-04-27 12:55:59 +01003673SFC NETWORK DRIVER
3674P: Steve Hodgson
3675P: Ben Hutchings
3676P: Robert Stonehouse
3677M: linux-net-drivers@solarflare.com
3678S: Supported
3679
Linus Torvalds1da177e2005-04-16 15:20:36 -07003680SGI VISUAL WORKSTATION 320 AND 540
3681P: Andrey Panin
3682M: pazke@donpac.ru
3683L: linux-visws-devel@lists.sf.net
3684W: http://linux-visws.sf.net
3685S: Maintained for 2.6.
3686
Jack Steiner75312612008-08-15 00:40:42 -07003687SGI GRU DRIVER
3688P: Jack Steiner
3689M: steiner@sgi.com
3690S: Maintained
3691
3692SGI XP/XPC/XPNET DRIVER
3693P: Dean Nelson
3694M: dcn@sgi.com
3695S: Maintained
3696
Linus Torvalds1da177e2005-04-16 15:20:36 -07003697SIMTEC EB110ATX (Chalice CATS)
3698P: Ben Dooks
3699P: Vincent Sanders
3700M: support@simtec.co.uk
3701W: http://www.simtec.co.uk/products/EB110ATX/
3702S: Supported
3703
3704SIMTEC EB2410ITX (BAST)
3705P: Ben Dooks
3706P: Vincent Sanders
3707M: support@simtec.co.uk
3708W: http://www.simtec.co.uk/products/EB2410ITX/
3709S: Supported
3710
Francois Romieu92aab3c2005-07-30 13:11:18 +02003711SIS 190 ETHERNET DRIVER
3712P: Francois Romieu
3713M: romieu@fr.zoreil.com
3714L: netdev@vger.kernel.org
3715S: Maintained
3716
Linus Torvalds1da177e2005-04-16 15:20:36 -07003717SIS 900/7016 FAST ETHERNET DRIVER
3718P: Daniele Venzano
3719M: venza@brownhat.org
3720W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003721L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003722S: Maintained
3723
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003724SIS 96X I2C/SMBUS DRIVER
3725P: Mark M. Hoffman
3726M: mhoffman@lightlink.com
3727L: lm-sensors@lm-sensors.org
3728S: Maintained
3729
Linus Torvalds1da177e2005-04-16 15:20:36 -07003730SIS FRAMEBUFFER DRIVER
3731P: Thomas Winischhofer
3732M: thomas@winischhofer.net
3733W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003734S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003735
3736SIS USB2VGA DRIVER
3737P: Thomas Winischhofer
3738M: thomas@winischhofer.net
3739W: http://www.winischhofer.at/linuxsisusbvga.shtml
3740S: Maintained
3741
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003742SLAB ALLOCATOR
3743P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003744M: cl@linux-foundation.org
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003745P: Pekka Enberg
3746M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003747P: Matt Mackall
3748M: mpm@selenic.com
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003749L: linux-mm@kvack.org
3750S: Maintained
3751
Linus Torvalds1da177e2005-04-16 15:20:36 -07003752SMC91x ETHERNET DRIVER
3753P: Nicolas Pitre
3754M: nico@cam.org
3755S: Maintained
3756
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003757SMSC47B397 HARDWARE MONITOR DRIVER
3758P: Mark M. Hoffman
3759M: mhoffman@lightlink.com
3760L: lm-sensors@lm-sensors.org
3761S: Maintained
3762
Ben Nizetteb54f2862008-03-13 22:27:30 +11003763SMX UIO Interface
3764P: Ben Nizette
3765M: bn@niasdigital.com
3766S: Maintained
3767
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003768SOC-CAMERA V4L2 SUBSYSTEM
3769P: Guennadi Liakhovetski
3770M: g.liakhovetski@gmx.de
3771L: video4linux-list@redhat.com
3772S: Maintained
3773
Linus Torvalds1da177e2005-04-16 15:20:36 -07003774SOFTWARE RAID (Multiple Disks) SUPPORT
3775P: Ingo Molnar
3776M: mingo@redhat.com
3777P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003778M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003779L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003780S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003781
Pavel Machek95a631e2007-07-19 01:47:42 -07003782HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003783P: Pavel Machek
3784M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003785P: Rafael J. Wysocki
3786M: rjw@sisk.pl
3787L: linux-pm@lists.linux-foundation.org
3788S: Supported
3789
3790SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003791P: Len Brown
3792M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003793P: Pavel Machek
3794M: pavel@suse.cz
3795P: Rafael J. Wysocki
3796M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003797L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003798S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003799
3800SONIC NETWORK DRIVER
3801P: Thomas Bogendoerfer
3802M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003803L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003804S: Maintained
3805
Michael Buesch61e115a2007-09-18 15:12:50 -04003806SONICS SILICON BACKPLANE DRIVER (SSB)
3807P: Michael Buesch
3808M: mb@bu3sch.de
3809L: netdev@vger.kernel.org
3810S: Maintained
3811
Linus Torvalds1da177e2005-04-16 15:20:36 -07003812SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003813P: Mattia Dongili
3814M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003815L: linux-acpi@vger.kernel.org
3816W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003817S: Maintained
3818
Alex Dubovbaf85322008-02-09 10:20:54 -08003819SONY MEMORYSTICK CARD SUPPORT
3820P: Alex Dubov
3821M: oakad@yahoo.com
3822L: linux-kernel@vger.kernel.org
3823W: http://tifmxx.berlios.de/
3824S: Maintained
3825
Linus Torvalds1da177e2005-04-16 15:20:36 -07003826SOUND
3827P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003828M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003829L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003830S: Maintained
3831
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003832SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3833P: Liam Girdwood
3834M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003835P: Mark Brown
3836M: broonie@opensource.wolfsonmicro.com
3837T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003838L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003839S: Supported
3840
Kumar Gala025c3982006-04-02 16:05:54 -05003841SPI SUBSYSTEM
3842P: David Brownell
3843M: dbrownell@users.sourceforge.net
3844L: spi-devel-general@lists.sourceforge.net
3845S: Maintained
3846
Arnd Bergmannb8154542008-05-16 11:10:59 +02003847SPU FILE SYSTEM
3848P: Jeremy Kerr
3849M: jk@ozlabs.org
3850L: linuxppc-dev@ozlabs.org
3851L: cbe-oss-dev@ozlabs.org
3852W: http://www.ibm.com/developerworks/power/cell/
3853S: Supported
3854
Steven Rostedt855f46a2006-08-05 12:14:50 -07003855STABLE BRANCH:
3856P: Greg Kroah-Hartman
3857M: greg@kroah.com
3858P: Chris Wright
3859M: chrisw@sous-sol.org
3860L: stable@kernel.org
3861S: Maintained
3862
Linus Torvalds1da177e2005-04-16 15:20:36 -07003863SHARP LH SUPPORT (LH7952X & LH7A40X)
3864P: Marc Singer
3865M: elf@buici.com
3866W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003867L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003868S: Maintained
3869
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003870SHPC HOTPLUG DRIVER
3871P: Kristen Carlson Accardi
3872M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003873L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003874S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003875
Pierre Ossmand129bce2006-03-24 03:18:17 -08003876SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3877P: Pierre Ossman
3878M: drzeus-sdhci@drzeus.cx
3879L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003880S: Maintained
3881
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003882SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3883P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003884M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003885L: netdev@vger.kernel.org
3886S: Maintained
3887
Chris Boot1a87d942006-07-10 04:45:34 -07003888SOEKRIS NET48XX LED SUPPORT
3889P: Chris Boot
3890M: bootc@bootc.net
3891S: Maintained
3892
Linus Torvalds1da177e2005-04-16 15:20:36 -07003893SPARC (sparc32):
3894P: William L. Irwin
3895M: wli@holomorphy.com
3896L: sparclinux@vger.kernel.org
3897S: Maintained
3898
3899SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3900P: Roger Wolff
3901M: R.E.Wolff@BitWizard.nl
3902L: linux-kernel@vger.kernel.org ?
3903S: Supported
3904
Jim Lewis2752e402006-09-29 02:01:19 -07003905SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003906P: Ishizaki Kou
3907M: kou.ishizaki@toshiba.co.jp
3908P: Jens Osterkamp
3909M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003910L: netdev@vger.kernel.org
3911S: Supported
3912
Linus Torvalds1da177e2005-04-16 15:20:36 -07003913SRM (Alpha) environment access
3914P: Jan-Benedict Glaw
3915M: jbglaw@lug-owl.de
3916L: linux-kernel@vger.kernel.org
3917S: Maintained
3918
3919STARFIRE/DURALAN NETWORK DRIVER
3920P: Ion Badulescu
3921M: ionut@cs.columbia.edu
3922S: Maintained
3923
3924STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3925W: http://mosquitonet.Stanford.EDU/strip.html
3926S: Unsupported ?
3927
3928STRADIS MPEG-2 DECODER DRIVER
3929P: Nathan Laredo
3930M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003931W: http://www.stradis.com/
3932S: Maintained
3933
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003934SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003935P: Paul Mundt
3936M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003937L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003938W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003939T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09003940S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003941
3942SUN3/3X
3943P: Sam Creasey
3944M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003945W: http://sammy.net/sun3/
3946S: Maintained
3947
3948SVGA HANDLING
3949P: Martin Mares
3950M: mj@ucw.cz
3951L: linux-video@atrey.karlin.mff.cuni.cz
3952S: Maintained
3953
3954SYSV FILESYSTEM
3955P: Christoph Hellwig
3956M: hch@infradead.org
3957S: Maintained
3958
Alan Cox4e688522008-04-30 00:52:11 -07003959TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07003960P: Balbir Singh
3961M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07003962L: linux-kernel@vger.kernel.org
3963S: Maintained
3964
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003965TC CLASSIFIER
3966P: Jamal Hadi Salim
3967M: hadi@cyberus.ca
3968L: netdev@vger.kernel.org
3969S: Maintained
3970
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003971TCP LOW PRIORITY MODULE
3972P: Wong Hoi Sing, Edison
3973M: hswong3i@gmail.com
3974P: Hung Hing Lun, Mike
3975M: hlhung3i@gmail.com
3976W: http://tcp-lp-mod.sourceforge.net/
3977S: Maintained
3978
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003979TEHUTI ETHERNET DRIVER
3980P: Alexander Indenbaum
3981M: baum@tehutinetworks.net
3982P: Andy Gospodarek
3983M: andy@greyhouse.net
3984L: netdev@vger.kernel.org
3985S: Supported
3986
Alan Cox4e688522008-04-30 00:52:11 -07003987Telecom Clock Driver for MCPL0010
3988P: Mark Gross
3989M: mark.gross@intel.com
3990S: Supported
3991
3992TENSILICA XTENSA PORT (xtensa):
3993P: Chris Zankel
3994M: chris@zankel.net
3995S: Maintained
3996
3997THINKPAD ACPI EXTRAS DRIVER
3998P: Henrique de Moraes Holschuh
3999M: ibm-acpi@hmh.eng.br
4000L: ibm-acpi-devel@lists.sourceforge.net
4001W: http://ibm-acpi.sourceforge.net
4002W: http://thinkwiki.org/wiki/Ibm-acpi
4003T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4004S: Maintained
4005
Alex Dubov4020f2d2006-10-04 02:15:37 -07004006TI FLASH MEDIA INTERFACE DRIVER
4007P: Alex Dubov
4008M: oakad@yahoo.com
4009S: Maintained
4010
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004011TI OMAP MMC INTERFACE DRIVER
4012P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004013M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004014W: http://linux.omap.com
4015W: http://www.muru.com/linux/omap/
4016S: Maintained
4017
Michael Buesch844dd052006-06-26 00:24:59 -07004018TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4019P: Deepak Saxena
4020M: dsaxena@plexity.net
4021S: Maintained
4022
Per Lidene86eaa32006-01-12 16:45:18 +01004023TIPC NETWORK LAYER
4024P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004025M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004026P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004027M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004028P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004029M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004030L: tipc-discussion@lists.sourceforge.net
4031W: http://tipc.sourceforge.net/
4032W: http://tipc.cslab.ericsson.net/
4033T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4034S: Maintained
4035
Linus Torvalds1da177e2005-04-16 15:20:36 -07004036TLAN NETWORK DRIVER
4037P: Samuel Chessman
4038M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004039L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004040W: http://sourceforge.net/projects/tlan/
4041S: Maintained
4042
Linus Torvalds1da177e2005-04-16 15:20:36 -07004043TOSHIBA ACPI EXTRAS DRIVER
4044P: John Belmonte
4045M: toshiba_acpi@memebeam.org
4046W: http://memebeam.org/toys/ToshibaAcpiDriver
4047S: Maintained
4048
4049TOSHIBA SMM DRIVER
4050P: Jonathan Buzzard
4051M: jonathan@buzzard.org.uk
4052L: tlinux-users@tce.toshiba-dme.co.jp
4053W: http://www.buzzard.org.uk/toshiba/
4054S: Maintained
4055
Alan Cox4e688522008-04-30 00:52:11 -07004056TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004057P: Debora Velarde
4058M: debora@linux.vnet.ibm.com
4059P: Rajiv Andrade
4060M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004061W: http://tpmdd.sourceforge.net
4062P: Marcel Selhorst
4063M: tpm@selhorst.net
4064W: http://www.prosec.rub.de/tpm/
4065L: tpmdd-devel@lists.sourceforge.net
4066S: Maintained
4067
Linus Torvalds1da177e2005-04-16 15:20:36 -07004068TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004069P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004070M: trivial@kernel.org
4071L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004072S: Maintained
4073
Alan Cox4e688522008-04-30 00:52:11 -07004074TTY LAYER
4075P: Alan Cox
4076M: alan@lxorguk.ukuu.org.uk
4077L: linux-kernel@vger.kernel.org
4078S: Maintained
4079
Grant Grundler740db6d2008-02-17 11:53:49 -07004080TULIP NETWORK DRIVERS
4081P: Grant Grundler
4082M: grundler@parisc-linux.org
4083P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004084M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004085L: netdev@vger.kernel.org
4086S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004087
4088TUN/TAP driver
4089P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004090M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004091L: vtun@office.satix.net
4092W: http://vtun.sourceforge.net/tun
4093S: Maintained
4094
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004095TURBOCHANNEL SUBSYSTEM
4096P: Maciej W. Rozycki
4097M: macro@linux-mips.org
4098S: Maintained
4099
Linus Torvalds1da177e2005-04-16 15:20:36 -07004100U14-34F SCSI DRIVER
4101P: Dario Ballabio
4102M: ballabio_dario@emc.com
4103L: linux-scsi@vger.kernel.org
4104S: Maintained
4105
Alan Coxcc2020e2008-05-19 14:21:51 +01004106UCLINUX (AND M68KNOMMU)
4107P: Greg Ungerer
4108M: gerg@uclinux.org
4109W: http://www.uclinux.org/
4110L: uclinux-dev@uclinux.org (subscribers-only)
4111S: Maintained
4112
Alan Coxcc2020e2008-05-19 14:21:51 +01004113UCLINUX FOR RENESAS H8/300
4114P: Yoshinori Sato
4115M: ysato@users.sourceforge.jp
4116W: http://uclinux-h8.sourceforge.jp/
4117S: Supported
4118
Linus Torvalds1da177e2005-04-16 15:20:36 -07004119UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004120P: Jan Kara
4121M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004122W: http://linux-udf.sourceforge.net
4123S: Maintained
4124
Alan Coxcc2020e2008-05-19 14:21:51 +01004125UFS FILESYSTEM
4126P: Evgeniy Dushistov
4127M: dushistov@mail.ru
4128L: linux-kernel@vger.kernel.org
4129S: Maintained
4130
4131UltraSPARC (sparc64):
4132P: David S. Miller
4133M: davem@davemloft.net
4134L: sparclinux@vger.kernel.org
4135T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4136S: Maintained
4137
Linus Torvalds1da177e2005-04-16 15:20:36 -07004138UNIFORM CDROM DRIVER
4139P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004140M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004141L: linux-kernel@vger.kernel.org
4142W: http://www.kernel.dk
4143S: Maintained
4144
4145USB ACM DRIVER
4146P: Oliver Neukum
4147M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004148L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004149S: Maintained
4150
4151USB BLOCK DRIVER (UB ub)
4152P: Pete Zaitcev
4153M: zaitcev@redhat.com
4154L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004155L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004156S: Supported
4157
Linus Torvalds1da177e2005-04-16 15:20:36 -07004158USB CDC ETHERNET DRIVER
4159P: Greg Kroah-Hartman
4160M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004161L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004162S: Maintained
4163W: http://www.kroah.com/linux-usb/
4164
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004165USB CYPRESS C67X00 DRIVER
4166P: Peter Korsgaard
4167M: jacmet@sunsite.dk
4168L: linux-usb@vger.kernel.org
4169S: Maintained
4170
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004171USB DAVICOM DM9601 DRIVER
4172P: Peter Korsgaard
4173M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004174L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004175W: http://www.linux-usb.org/usbnet
4176S: Maintained
4177
Alan Coxcc2020e2008-05-19 14:21:51 +01004178USB DIAMOND RIO500 DRIVER
4179P: Cesar Miquel
4180M: miquel@df.uba.ar
4181L: rio500-users@lists.sourceforge.net
4182W: http://rio500.sourceforge.net
4183S: Maintained
4184
Linus Torvalds1da177e2005-04-16 15:20:36 -07004185USB EHCI DRIVER
4186P: David Brownell
4187M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004188L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004189S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004190
Luca Risolia7ce08c92006-01-11 02:06:59 +00004191USB ET61X[12]51 DRIVER
4192P: Luca Risolia
4193M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004194L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004195L: video4linux-list@redhat.com
4196W: http://www.linux-projects.org
4197S: Maintained
4198
David Brownell69ae9e32006-11-14 02:03:31 -08004199USB GADGET/PERIPHERAL SUBSYSTEM
4200P: David Brownell
4201M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004202L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004203W: http://www.linux-usb.org/gadget
4204S: Maintained
4205
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004206USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004207P: Jiri Kosina
4208M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004209L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004210T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004211S: Maintained
4212
Olav Kongas959eea22005-11-03 17:38:14 +02004213USB ISP116X DRIVER
4214P: Olav Kongas
4215M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004216L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004217S: Maintained
4218
Linus Torvalds1da177e2005-04-16 15:20:36 -07004219USB KAWASAKI LSI DRIVER
4220P: Oliver Neukum
4221M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004222L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004223S: Maintained
4224
4225USB MASS STORAGE DRIVER
4226P: Matthew Dharm
4227M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004228L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004229L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004230S: Maintained
4231W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4232
4233USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004234P: David Brownell
4235M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004236L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004237S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004238
Matthias Urlichsba460e42005-07-14 00:33:47 -07004239USB OPTION-CARD DRIVER
4240P: Matthias Urlichs
4241M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004242L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004243S: Maintained
4244
Linus Torvalds1da177e2005-04-16 15:20:36 -07004245USB OV511 DRIVER
4246P: Mark McClelland
4247M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004248L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004249W: http://alpha.dyndns.org/ov511/
4250S: Maintained
4251
4252USB PEGASUS DRIVER
4253P: Petko Manolov
4254M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004255L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004256L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004257W: http://pegasus2.sourceforge.net/
4258S: Maintained
4259
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004260USB PRINTER DRIVER (usblp)
4261P: Pete Zaitcev
4262M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004263L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004264S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004265
4266USB RTL8150 DRIVER
4267P: Petko Manolov
4268M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004269L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004270L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004271W: http://pegasus2.sourceforge.net/
4272S: Maintained
4273
4274USB SE401 DRIVER
4275P: Jeroen Vreeken
4276M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004277L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004278W: http://www.chello.nl/~j.vreeken/se401/
4279S: Maintained
4280
Alan Cox4e688522008-04-30 00:52:11 -07004281USB SERIAL BELKIN F5U103 DRIVER
4282P: William Greathouse
4283M: wgreathouse@smva.com
4284L: linux-usb@vger.kernel.org
4285S: Maintained
4286
4287USB SERIAL CYPRESS M8 DRIVER
4288P: Lonnie Mendez
4289M: dignome@gmail.com
4290L: linux-usb@vger.kernel.org
4291S: Maintained
4292W: http://geocities.com/i0xox0i
4293W: http://firstlight.net/cvs
4294
Linus Torvalds1da177e2005-04-16 15:20:36 -07004295USB SERIAL CYBERJACK DRIVER
4296P: Matthias Bruestle and Harald Welte
4297M: support@reiner-sct.com
4298W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4299S: Maintained
4300
4301USB SERIAL DIGI ACCELEPORT DRIVER
4302P: Peter Berger and Al Borchers
4303M: pberger@brimson.com
4304M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004305L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004306S: Maintained
4307
4308USB SERIAL DRIVER
4309P: Greg Kroah-Hartman
4310M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004311L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004312S: Supported
4313
Linus Torvalds1da177e2005-04-16 15:20:36 -07004314USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4315P: Gary Brubaker
4316M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004317L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004318S: Maintained
4319
4320USB SERIAL KEYSPAN DRIVER
4321P: Greg Kroah-Hartman
4322M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004323L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004324W: http://www.kroah.com/linux/
4325S: Maintained
4326
4327USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004328P: Support Department
4329M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004330L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004331W: http://www.connecttech.com
4332S: Supported
4333
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004334USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004335P: Luca Risolia
4336M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004337L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004338L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004339W: http://www.linux-projects.org
4340S: Maintained
4341
4342USB SUBSYSTEM
4343P: Greg Kroah-Hartman
4344M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004345L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004346W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004347T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004348S: Supported
4349
4350USB UHCI DRIVER
4351P: Alan Stern
4352M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004353L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004354S: Maintained
4355
David Brownell69ae9e32006-11-14 02:03:31 -08004356USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004357P: David Brownell
4358M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004359L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004360W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004361S: Maintained
4362
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004363USB VIDEO CLASS
4364P: Laurent Pinchart
4365M: laurent.pinchart@skynet.be
4366L: linx-uvc-devel@berlios.de
4367L: video4linux-list@redhat.com
4368W: http://linux-uvc.berlios.de
4369S: Maintained
4370
Linus Torvalds1da177e2005-04-16 15:20:36 -07004371USB W996[87]CF DRIVER
4372P: Luca Risolia
4373M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004374L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004375L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004376W: http://www.linux-projects.org
4377S: Maintained
4378
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004379USB WIRELESS RNDIS DRIVER (rndis_wlan)
4380P: Jussi Kivilinna
4381M: jussi.kivilinna@mbnet.fi
4382L: linux-wireless@vger.kernel.org
4383S: Maintained
4384
Luca Risolia60f78052006-02-06 16:29:35 +00004385USB ZC0301 DRIVER
4386P: Luca Risolia
4387M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004388L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004389L: video4linux-list@redhat.com
4390W: http://www.linux-projects.org
4391S: Maintained
4392
Linus Torvalds1da177e2005-04-16 15:20:36 -07004393USB ZD1201 DRIVER
4394P: Jeroen Vreeken
4395M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004396L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004397W: http://linux-lc100020.sourceforge.net
4398S: Maintained
4399
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004400USB ZR364XX DRIVER
4401P: Antoine Jacquet
4402M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004403L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004404L: video4linux-list@redhat.com
4405W: http://royale.zerezo.com/zr364xx/
4406S: Maintained
4407
Linus Torvalds1da177e2005-04-16 15:20:36 -07004408USER-MODE LINUX
4409P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004410M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004411L: user-mode-linux-devel@lists.sourceforge.net
4412L: user-mode-linux-user@lists.sourceforge.net
4413W: http://user-mode-linux.sourceforge.net
4414S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004415
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004416USERSPACE I/O (UIO)
4417P: Hans J. Koch
4418M: hjk@linutronix.de
4419P: Greg Kroah-Hartman
4420M: gregkh@suse.de
4421L: linux-kernel@vger.kernel.org
4422S: Maintained
4423
Karel Zakf899b0a2008-05-23 13:04:21 -07004424UTIL-LINUX-NG PACKAGE
4425P: Karel Zak
4426M: kzak@redhat.com
4427L: util-linux-ng@vger.kernel.org
4428W: http://kernel.org/~kzak/util-linux-ng/
4429T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4430S: Maintained
4431
Alan Cox4e688522008-04-30 00:52:11 -07004432VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004433P: OGAWA Hirofumi
4434M: hirofumi@mail.parknet.co.jp
4435L: linux-kernel@vger.kernel.org
4436S: Maintained
4437
Linus Torvalds1da177e2005-04-16 15:20:36 -07004438VIA RHINE NETWORK DRIVER
4439P: Roger Luethi
4440M: rl@hellgate.ch
4441S: Maintained
4442
Jean Delvare32c0a522005-09-22 21:47:58 +02004443VIAPRO SMBUS DRIVER
4444P: Jean Delvare
4445M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004446L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004447S: Maintained
4448
Francois Romieu01f20732007-01-26 00:57:17 -08004449VIA VELOCITY NETWORK DRIVER
4450P: Francois Romieu
4451M: romieu@fr.zoreil.com
4452L: netdev@vger.kernel.org
4453S: Maintained
4454
Linus Torvalds1da177e2005-04-16 15:20:36 -07004455VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004456P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004457M: mchehab@infradead.org
4458M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004459L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004460W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004461T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004462S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004463
Patrick McHardybe7f8272007-10-23 20:26:36 -07004464VLAN (802.1Q)
4465P: Patrick McHardy
4466M: kaber@trash.net
4467L: netdev@vger.kernel.org
4468S: Maintained
4469
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004470VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4471P: Liam Girdwood
4472M: lg@opensource.wolfsonmicro.com
4473P: Mark Brown
4474M: broonie@opensource.wolfsonmicro.com
4475W: http://opensource.wolfsonmicro.com/node/15
4476T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4477S: Supported
4478
Juerg Haefligerab413192006-09-24 20:54:04 +02004479VT1211 HARDWARE MONITOR DRIVER
4480P: Juerg Haefliger
4481M: juergh@gmail.com
4482L: lm-sensors@lm-sensors.org
4483S: Maintained
4484
Roger Lucas1de9e372005-11-26 20:20:05 +01004485VT8231 HARDWARE MONITOR DRIVER
4486P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004487M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004488L: lm-sensors@lm-sensors.org
4489S: Maintained
4490
Linus Torvalds1da177e2005-04-16 15:20:36 -07004491W1 DALLAS'S 1-WIRE BUS
4492P: Evgeniy Polyakov
4493M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004494S: Maintained
4495
Charles Spirakis13927072006-07-05 18:05:15 +02004496W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004497P: Marc Hulsman
4498M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004499L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004500S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004501
Rudolf Marek61db0112006-12-12 18:18:30 +01004502W83793 HARDWARE MONITORING DRIVER
4503P: Rudolf Marek
4504M: r.marek@assembler.cz
4505L: lm-sensors@lm-sensors.org
4506S: Maintained
4507
Linus Torvalds1da177e2005-04-16 15:20:36 -07004508W83L51xD SD/MMC CARD INTERFACE DRIVER
4509P: Pierre Ossman
4510M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004511L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004512S: Maintained
4513
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004514WATCHDOG DEVICE DRIVERS
4515P: Wim Van Sebroeck
4516M: wim@iguana.be
4517T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4518S: Maintained
4519
Linus Torvalds1da177e2005-04-16 15:20:36 -07004520WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4521P: Jean Tourrilhes
4522M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004523L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004524W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4525S: Maintained
4526
4527WD7000 SCSI DRIVER
4528P: Miroslav Zagorac
4529M: zaga@fly.cc.fer.hr
4530L: linux-scsi@vger.kernel.org
4531S: Maintained
4532
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004533WISTRON LAPTOP BUTTON DRIVER
4534P: Miloslav Trmac
4535M: mitr@volny.cz
4536S: Maintained
4537
Linus Torvalds1da177e2005-04-16 15:20:36 -07004538WL3501 WIRELESS PCMCIA CARD DRIVER
4539P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004540M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004541L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004542W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004543S: Maintained
4544
Mark Brownfebf1df2008-04-02 00:51:09 -04004545WM97XX TOUCHSCREEN DRIVERS
4546P: Mark Brown
4547M: broonie@opensource.wolfsonmicro.com
4548P: Liam Girdwood
4549M: liam.girdwood@wolfsonmicro.com
4550L: linux-input@vger.kernel.org
4551T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4552W: http://opensource.wolfsonmicro.com/node/7
4553S: Supported
4554
Linus Torvalds1da177e2005-04-16 15:20:36 -07004555X.25 NETWORK LAYER
4556P: Henner Eisen
4557M: eis@baty.hanse.de
4558L: linux-x25@vger.kernel.org
4559S: Maintained
4560
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004561XEN HYPERVISOR INTERFACE
4562P: Jeremy Fitzhardinge
4563M: jeremy@xensource.com
4564P: Chris Wright
4565M: chrisw@sous-sol.org
4566L: virtualization@lists.osdl.org
4567L: xen-devel@lists.xensource.com
4568S: Supported
4569
Linus Torvalds1da177e2005-04-16 15:20:36 -07004570XFS FILESYSTEM
4571P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004572P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004573M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004574L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004575W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004576T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004577S: Supported
4578
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004579XILINX SYSTEMACE DRIVER
4580P: Grant Likely
4581M: grant.likely@secretlab.ca
4582W: http://www.secretlab.ca/
4583L: linux-kernel@vger.kernel.org
4584S: Maintained
4585
Peter Korsgaard238b8722006-12-06 20:35:17 -08004586XILINX UARTLITE SERIAL DRIVER
4587P: Peter Korsgaard
4588M: jacmet@sunsite.dk
4589L: linux-serial@vger.kernel.org
4590S: Maintained
4591
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004592X86 ARCHITECTURE (32-BIT AND 64-BIT)
4593P: Thomas Gleixner
4594M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004595P: Ingo Molnar
4596M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004597P: H. Peter Anvin
4598M: hpa@zytor.com
4599L: linux-kernel@vger.kernel.org
4600T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004601S: Maintained
4602
Linus Torvalds1da177e2005-04-16 15:20:36 -07004603YAM DRIVER FOR AX.25
4604P: Jean-Paul Roubelat
4605M: jpr@f6fbb.org
4606L: linux-hams@vger.kernel.org
4607S: Maintained
4608
Henkaf64a5e2005-10-12 15:02:56 +02004609YEALINK PHONE DRIVER
4610P: Henk Vergonet
4611M: Henk.Vergonet@gmail.com
4612L: usbb2k-api-dev@nongnu.org
4613S: Maintained
4614
Linus Torvalds1da177e2005-04-16 15:20:36 -07004615Z8530 DRIVER FOR AX.25
4616P: Joerg Reuter
4617M: jreuter@yaina.de
4618W: http://yaina.de/jreuter/
4619W: http://www.qsl.net/dl1bke/
4620L: linux-hams@vger.kernel.org
4621S: Maintained
4622
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004623ZD1211RW WIRELESS DRIVER
4624P: Daniel Drake
4625M: dsd@gentoo.org
4626P: Ulrich Kunitz
4627M: kune@deine-taler.de
4628W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004629L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004630L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4631S: Maintained
4632
Linus Torvalds1da177e2005-04-16 15:20:36 -07004633ZR36067 VIDEO FOR LINUX DRIVER
4634P: Ronald Bultje
4635M: rbultje@ronald.bitfreak.net
4636L: mjpeg-users@lists.sourceforge.net
4637W: http://mjpeg.sourceforge.net/driver-zoran/
4638S: Maintained
4639
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004640ZS DECSTATION Z85C30 SERIAL DRIVER
4641P: Maciej W. Rozycki
4642M: macro@linux-mips.org
4643S: Maintained
4644
Linus Torvalds1da177e2005-04-16 15:20:36 -07004645THE REST
4646P: Linus Torvalds
4647S: Buried alive in reporters