blob: 68781ed2b7346902897f6aea46524a76c029185f [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
Jean Delvare795fb7e2008-09-20 12:33:08 +0200274P: Carlos Corbacho
275M: carlos@strangeworlds.co.uk
276L: linux-acpi@vger.kernel.org
277W: http://www.lesswatts.org/projects/acpi/
278S: Maintained
Carlos Corbachobff431e2008-02-05 02:17:04 +0000279
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100280AD1889 ALSA SOUND DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +0200281P: Kyle McMartin
282M: kyle@mcmartin.ca
283P: Thibaut Varene
284M: T-Bone@parisc-linux.org
285W: http://wiki.parisc-linux.org/AD1889
286L: linux-parisc@vger.kernel.org
287S: Maintained
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100288
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
Joerg Roedelbbd001c2008-09-17 17:22:45 +0200390T: git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200391S: Supported
392
Stelian Pop284f42b2006-12-12 18:18:31 +0100393AMS (Apple Motion Sensor) DRIVER
394P: Stelian Pop
395M: stelian@popies.net
396P: Michael Hanselmann
397M: linux-kernel@hansmi.ch
398S: Supported
399
Tom Tuckerf94b5332006-09-22 15:22:48 -0700400AMSO1100 RNIC DRIVER
401P: Tom Tucker
402M: tom@opengridcomputing.com
403P: Steve Wise
404M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700405L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700406S: Maintained
407
Johannes Berg42269062006-07-25 16:15:50 +0200408AOA (Apple Onboard Audio) ALSA DRIVER
409P: Johannes Berg
410M: johannes@sipsolutions.net
411L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200412L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200413S: Maintained
414
Linus Torvalds1da177e2005-04-16 15:20:36 -0700415APM DRIVER
416P: Stephen Rothwell
417M: sfr@canb.auug.org.au
418L: linux-laptop@vger.kernel.org
419W: http://www.canb.auug.org.au/~sfr/
420S: Supported
421
Henrik Rydbergbd7aa4b2008-09-02 14:35:43 -0700422APPLE BCM5974 MULTITOUCH DRIVER
423P: Henrik Rydberg
424M: rydberg@euromail.se
425L: linux-input@vger.kernel.org
426S: Maintained
427
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700428APPLE SMC DRIVER
429P: Nicolas Boichat
430M: nicolas@boichat.ch
431L: mactel-linux-devel@lists.sourceforge.net
432S: Maintained
433
Linus Torvalds1da177e2005-04-16 15:20:36 -0700434APPLETALK NETWORK LAYER
435P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300436M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700437S: Maintained
438
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400439APPLETOUCH TOUCHPAD DRIVER
440P: Johannes Berg
441M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400442L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400443S: Maintained
444
Jaya Kumar1154ea72005-06-21 17:17:04 -0700445ARC FRAMEBUFFER DRIVER
446P: Jaya Kumar
447M: jayalk@intworks.biz
448S: Maintained
449
Linus Torvalds1da177e2005-04-16 15:20:36 -0700450ARM MFM AND FLOPPY DRIVERS
451P: Ian Molton
452M: spyro@f2s.com
453S: Maintained
454
Russell King2761f5c2007-05-24 06:56:08 +0200455ARM PRIMECELL MMCI PL180/1 DRIVER
Pierre Ossman6d799472008-07-22 14:36:57 +0200456S: Orphan
Russell King2761f5c2007-05-24 06:56:08 +0200457
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800458ARM/ADI ROADRUNNER MACHINE SUPPORT
459P: Lennert Buytenhek
460M: kernel@wantstofly.org
461L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
462S: Maintained
463
464ARM/ADS SPHERE MACHINE SUPPORT
465P: Lennert Buytenhek
466M: kernel@wantstofly.org
467L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
468S: Maintained
469
Sergey Lapin9c784f92008-08-03 02:29:48 +0100470ARM/AFEB9260 MACHINE SUPPORT
471P: Sergey Lapin
472M: slapin@ossfans.org
473L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
474S: Maintained
475
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800476ARM/AJECO 1ARM MACHINE SUPPORT
477P: Lennert Buytenhek
478M: kernel@wantstofly.org
479L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
480S: Maintained
481
Andrew Victord4a89c72006-12-04 13:56:21 +0100482ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
Jean Delvare795fb7e2008-09-20 12:33:08 +0200483P: Andrew Victor
484M: linux@maxim.org.za
485L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
486W: http://maxim.org.za/at91_26.html
487S: Maintained
Andrew Victord4a89c72006-12-04 13:56:21 +0100488
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800489ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
490P: Lennert Buytenhek
491M: kernel@wantstofly.org
492L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
493S: Maintained
494
495ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
496P: Lennert Buytenhek
497M: kernel@wantstofly.org
498L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
499S: Maintained
500
Mike Rapoportd48134e2008-08-20 09:03:26 +0100501ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
Russell Kinga9da4f72008-07-12 21:42:04 +0100502P: Mike Rapoport
503M: mike@compulab.co.il
504L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
505S: Maintained
506
Linus Torvalds1da177e2005-04-16 15:20:36 -0700507ARM/CORGI MACHINE SUPPORT
508P: Richard Purdie
509M: rpurdie@rpsys.net
510S: Maintained
511
Russell Kinga9da4f72008-07-12 21:42:04 +0100512ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
513P: Daniel Ribeiro
514M: drwyrm@gmail.com
515P: Stefan Schmidt
516M: stefan@openezx.org
517P: Harald Welte
518M: laforge@openezx.org
519L: openezx-devel@lists.openezx.org (subscribers-only)
520W: http://www.openezx.org/
521S: Maintained
522
Sascha Hauer86183a52008-07-24 23:50:35 +0200523ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
524P: Sascha Hauer
525M: kernel@pengutronix.de
526L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
527S: Maintained
528
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800529ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
530P: Lennert Buytenhek
531M: kernel@wantstofly.org
532L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
533S: Maintained
534
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100535ARM/GUMSTIX MACHINE SUPPORT
536P: Steve Sakoman
537M: sakoman@gmail.com
538L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
539S: Maintained
540
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100541ARM/HP JORNADA 7XX MACHINE SUPPORT
Jean Delvare795fb7e2008-09-20 12:33:08 +0200542P: Kristoffer Ericson
543M: kristoffer.ericson@gmail.com
544W: www.jlime.com
545S: Maintained
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100546
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800547ARM/INTEL IOP32X ARM ARCHITECTURE
548P: Lennert Buytenhek
549M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100550P: Dan Williams
551M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800552L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100553S: Supported
554
555ARM/INTEL IOP33X ARM ARCHITECTURE
556P: Dan Williams
557M: dan.j.williams@intel.com
558L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
559S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800560
561ARM/INTEL IOP13XX ARM ARCHITECTURE
562P: Lennert Buytenhek
563M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100564P: Dan Williams
565M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800566L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100567S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800568
569ARM/INTEL IQ81342EX MACHINE SUPPORT
570P: Lennert Buytenhek
571M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100572P: Dan Williams
573M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800574L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100575S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800576
577ARM/INTEL IXP2000 ARM ARCHITECTURE
578P: Lennert Buytenhek
579M: kernel@wantstofly.org
580L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
581S: Maintained
582
583ARM/INTEL IXDP2850 MACHINE SUPPORT
584P: Lennert Buytenhek
585M: kernel@wantstofly.org
586L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
587S: Maintained
588
589ARM/INTEL IXP23XX ARM ARCHITECTURE
590P: Lennert Buytenhek
591M: kernel@wantstofly.org
592L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
593S: Maintained
594
595ARM/INTEL XSC3 (MANZANO) ARM CORE
596P: Lennert Buytenhek
597M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100598P: Dan Williams
599M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800600L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100601S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800602
603ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
604P: Lennert Buytenhek
605M: kernel@wantstofly.org
606L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
607S: Maintained
608
609ARM/LOGICPD PXA270 MACHINE SUPPORT
610P: Lennert Buytenhek
611M: kernel@wantstofly.org
612L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
613S: Maintained
614
Philipp Zabel3b8861712008-07-09 21:27:15 +0100615ARM/MAGICIAN MACHINE SUPPORT
616P: Philipp Zabel
617M: philipp.zabel@gmail.com
618S: Maintained
619
Dirk Opfer8459c152005-11-06 14:27:52 +0000620ARM/TOSA MACHINE SUPPORT
Dmitry Baryshkov93887042008-07-07 10:50:06 +0100621P: Dmitry Baryshkov
622M: dbaryshkov@gmail.com
Dirk Opfer8459c152005-11-06 14:27:52 +0000623P: Dirk Opfer
624M: dirk@opfer-online.de
625S: Maintained
626
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100627ARM/PALMTX SUPPORT
628P: Marek Vasut
629M: marek.vasut@gmail.com
630W: http://hackndev.com
631S: Maintained
632
Sergey Lapinc49e1e62008-08-29 15:47:52 +0100633ARM/PALMZ72 SUPPORT
634P: Sergey Lapin
635M: slapin@ossfans.org
636W: http://hackndev.com
637S: Maintained
638
Linus Torvalds1da177e2005-04-16 15:20:36 -0700639ARM/PLEB SUPPORT
640P: Peter Chubb
641M: pleb@gelato.unsw.edu.au
642W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
643S: Maintained
644
645ARM/PT DIGITAL BOARD PORT
646P: Stefan Eletzhofer
647M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700648L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700649W: http://www.arm.linux.org.uk/
650S: Maintained
651
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800652ARM/RADISYS ENP2611 MACHINE SUPPORT
653P: Lennert Buytenhek
654M: kernel@wantstofly.org
655L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
656S: Maintained
657
Linus Torvalds1da177e2005-04-16 15:20:36 -0700658ARM/SHARK MACHINE SUPPORT
659P: Alexander Schulz
660M: alex@shark-linux.de
661W: http://www.shark-linux.de/shark.html
662S: Maintained
663
664ARM/STRONGARM110 PORT
665P: Russell King
666M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700667L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700668W: http://www.arm.linux.org.uk/
669S: Maintained
670
671ARM/S3C2410 ARM ARCHITECTURE
672P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800673M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700674L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675W: http://www.fluff.org/ben/linux/
676S: Maintained
677
678ARM/S3C2440 ARM ARCHITECTURE
679P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800680M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700681L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700682W: http://www.fluff.org/ben/linux/
683S: Maintained
684
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800685ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
686P: Lennert Buytenhek
687M: kernel@wantstofly.org
688L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
689S: Maintained
690
691ARM/THECUS N2100 MACHINE SUPPORT
692P: Lennert Buytenhek
693M: kernel@wantstofly.org
694L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
695S: Maintained
696
Linus Torvalds1da177e2005-04-16 15:20:36 -0700697ARPD SUPPORT
698P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700699L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700700S: Maintained
701
702ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500703P: Corentin Chary
704M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700705P: Karol Kozimor
706M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700707L: acpi4asus-user@lists.sourceforge.net
708W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500709W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700710S: Maintained
711
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400712ASUS ASB100 HARDWARE MONITOR DRIVER
713P: Mark M. Hoffman
714M: mhoffman@lightlink.com
715L: lm-sensors@lm-sensors.org
716S: Maintained
717
Corentin Chary85091b72007-01-26 14:04:30 +0100718ASUS LAPTOP EXTRAS DRIVER
719P: Corentin Chary
720M: corentincj@iksaif.net
721L: acpi4asus-user@lists.sourceforge.net
722W: http://sourceforge.net/projects/acpi4asus
723W: http://xf.iksaif.net/acpi4asus
724S: Maintained
725
Dan Williamsb3e5f262007-08-07 10:26:35 -0700726ASYNCHRONOUS TRANSFERS/TRANSFORMS API
727P: Dan Williams
728M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100729P: Maciej Sosnowski
730M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700731L: linux-kernel@vger.kernel.org
732W: http://sourceforge.net/projects/xscaleiop
733S: Supported
734
Linus Torvalds1da177e2005-04-16 15:20:36 -0700735ATA OVER ETHERNET DRIVER
736P: Ed L. Cashin
737M: ecashin@coraid.com
738W: http://www.coraid.com/support/linux
739S: Supported
740
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200741ATHEROS ATH5K WIRELESS DRIVER
742P: Jiri Slaby
743M: jirislaby@gmail.com
744P: Nick Kossifidis
745M: mickflemm@gmail.com
746P: Luis R. Rodriguez
747M: mcgrof@gmail.com
748L: linux-wireless@vger.kernel.org
749L: ath5k-devel@lists.ath5k.org
750S: Maintained
751
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700752ATHEROS ATH9K WIRELESS DRIVER
753P: Luis R. Rodriguez
754M: lrodriguez@atheros.com
755P: Jouni Malinen
756M: jmalinen@atheros.com
757L: linux-wireless@vger.kernel.org
758L: ath9k-devel@lists.ath9k.org
759S: Supported
760
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000761ATI_REMOTE2 DRIVER
762P: Ville Syrjala
763M: syrjala@sci.fi
764S: Maintained
765
Chris Snook7ae115b2008-09-09 03:26:57 -0400766ATLX ETHERNET DRIVERS
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600767P: Jay Cliburn
768M: jcliburn@gmail.com
769P: Chris Snook
770M: csnook@redhat.com
Chris Snook7ae115b2008-09-09 03:26:57 -0400771P: Jie Yang
772M: jie.yang@atheros.com
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600773L: atl1-devel@lists.sourceforge.net
774W: http://sourceforge.net/projects/atl1
775W: http://atl1.sourceforge.net
776S: Maintained
777
Linus Torvalds1da177e2005-04-16 15:20:36 -0700778ATM
779P: Chas Williams
780M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700781L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700782W: http://linux-atm.sourceforge.net
783S: Maintained
784
Pierre Ossman272f1332007-05-14 21:25:26 +0200785ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200786P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800787M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200788L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
789W: http://www.atmel.com/products/AT91/
790W: http://www.at91.com/
791S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200792
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800793ATMEL AT91 / AT32 SERIAL DRIVER
794P: Haavard Skinnemoen
795M: hskinnemoen@atmel.com
796L: linux-kernel@vger.kernel.org
797S: Supported
798
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800799ATMEL LCDFB DRIVER
800P: Nicolas Ferre
801M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800802L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800803S: Maintained
804
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100805ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100806P: Haavard Skinnemoen
807M: hskinnemoen@atmel.com
808S: Supported
809
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800810ATMEL SPI DRIVER
811P: Haavard Skinnemoen
812M: hskinnemoen@atmel.com
813S: Supported
814
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700815ATMEL USBA UDC DRIVER
816P: Haavard Skinnemoen
817M: hskinnemoen@atmel.com
818L: kernel@avr32linux.org
819W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
820S: Supported
821
Linus Torvalds1da177e2005-04-16 15:20:36 -0700822ATMEL WIRELESS DRIVER
823P: Simon Kelley
824M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700825L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826W: http://www.thekelleys.org.uk/atmel
827W: http://atmelwlandriver.sourceforge.net/
828S: Maintained
829
Chris Wrighta92b7b82005-07-07 18:12:23 -0700830AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400831P: Al Viro
832M: viro@zeniv.linux.org.uk
833P: Eric Paris
834M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700835L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100836W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400837T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700838S: Maintained
839
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800840AUXILIARY DISPLAY DRIVERS
841P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700842M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800843L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700844W: http://miguelojeda.es/auxdisplay.htm
845W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800846S: Maintained
847
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700848AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700849P: Haavard Skinnemoen
850M: hskinnemoen@atmel.com
851W: http://www.atmel.com/products/AVR32/
852W: http://avr32linux.org/
853W: http://avrfreaks.net/
854S: Supported
855
856AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700857P: Haavard Skinnemoen
858M: hskinnemoen@atmel.com
859S: Supported
860
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861AX.25 NETWORK LAYER
862P: Ralf Baechle
863M: ralf@linux-mips.org
864L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200865W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700866S: Maintained
867
Richard Purdie300abeb2007-02-07 22:21:07 +0000868BACKLIGHT CLASS/SUBSYSTEM
869P: Richard Purdie
870M: rpurdie@rpsys.net
871S: Maintained
872
Bryan Wu1394f032007-05-06 14:50:22 -0700873BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800874P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800875M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800876L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
877W: http://blackfin.uclinux.org
878S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700879
Bryan Wue190d6b2007-07-17 14:43:44 +0800880BLACKFIN EMAC DRIVER
881P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800882M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800883L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
884W: http://blackfin.uclinux.org
885S: Supported
886
Mike Frysinger566da5b2007-06-11 15:31:30 +0800887BLACKFIN RTC DRIVER
888P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800889M: vapier.adi@gmail.com
890L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
891W: http://blackfin.uclinux.org
892S: Supported
893
Bryan Wu1394f032007-05-06 14:50:22 -0700894BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800895P: Sonic Zhang
896M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800897L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
898W: http://blackfin.uclinux.org
899S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700900
Bryan Wu1e6d3202007-07-15 02:50:02 +0800901BLACKFIN WATCHDOG DRIVER
902P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800903M: vapier.adi@gmail.com
904L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
905W: http://blackfin.uclinux.org
906S: Supported
907
Linus Torvalds1da177e2005-04-16 15:20:36 -0700908BAYCOM/HDLCDRV DRIVERS FOR AX.25
909P: Thomas Sailer
910M: t.sailer@alumni.ethz.ch
911L: linux-hams@vger.kernel.org
912W: http://www.baycom.org/~tom/ham/ham.html
913S: Maintained
914
Michael Buesche4d6b792007-09-18 15:39:42 -0400915B43 WIRELESS DRIVER
916P: Michael Buesch
917M: mb@bu3sch.de
918P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100919M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400920L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100921W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400922S: Maintained
923
Larry Finger75388ac2007-09-25 16:46:54 -0700924B43LEGACY WIRELESS DRIVER
925P: Larry Finger
926M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100927P: Stefano Brivio
928M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700929L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100930W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700931S: Maintained
932
Linus Torvalds1da177e2005-04-16 15:20:36 -0700933BEFS FILE SYSTEM
934P: Sergey S. Kostyliov
935M: rathamahata@php4.ru
936L: linux-kernel@vger.kernel.org
937S: Maintained
938
Linus Torvalds1da177e2005-04-16 15:20:36 -0700939BFS FILE SYSTEM
940P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800941M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700942L: linux-kernel@vger.kernel.org
943S: Maintained
944
Bryan Wud24ecfc2007-05-01 23:26:32 +0200945BLACKFIN I2C TWI DRIVER
946P: Sonic Zhang
947M: sonic.zhang@analog.com
948L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
949W: http://blackfin.uclinux.org/
950S: Supported
951
Linus Torvalds1da177e2005-04-16 15:20:36 -0700952BLOCK LAYER
953P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200954M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700955L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800956T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700957S: Maintained
958
Joern Engel2b54aae2008-02-06 01:38:02 -0800959BLOCK2MTD DRIVER
960P: Joern Engel
961M: joern@lazybastard.org
962L: linux-mtd@lists.infradead.org
963S: Maintained
964
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200965BLUETOOTH DRIVERS
966P: Marcel Holtmann
967M: marcel@holtmann.org
968L: linux-bluetooth@vger.kernel.org
969W: http://www.bluez.org/
970S: Maintained
971
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972BLUETOOTH SUBSYSTEM
973P: Marcel Holtmann
974M: marcel@holtmann.org
Pavel Machek781c2842008-03-20 15:41:02 -0700975L: linux-bluetooth@vger.kernel.org
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200976W: http://www.bluez.org/
Josh Boyer1adc1232005-11-23 15:44:15 -0800977T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978S: Maintained
979
Linus Torvalds1da177e2005-04-16 15:20:36 -0700980BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100981P: Jay Vosburgh
982M: fubar@us.ibm.com
983L: bonding-devel@lists.sourceforge.net
984W: http://sourceforge.net/projects/bonding/
985S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700986
Gary Zambrano39105892006-06-22 17:26:20 -0700987BROADCOM B44 10/100 ETHERNET DRIVER
988P: Gary Zambrano
989M: zambrano@broadcom.com
990L: netdev@vger.kernel.org
991S: Supported
992
Michael Chan948c51e2006-06-04 02:51:39 -0700993BROADCOM BNX2 GIGABIT ETHERNET DRIVER
994P: Michael Chan
995M: mchan@broadcom.com
996L: netdev@vger.kernel.org
997S: Supported
998
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -0800999BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -07001000P: Eilon Greenstein
1001M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08001002L: netdev@vger.kernel.org
1003S: Supported
1004
Michael Chan948c51e2006-06-04 02:51:39 -07001005BROADCOM TG3 GIGABIT ETHERNET DRIVER
1006P: Michael Chan
1007M: mchan@broadcom.com
1008L: netdev@vger.kernel.org
1009S: Supported
1010
Jens Axboe5cdf7f72007-07-17 08:58:06 +02001011BSG (block layer generic sg v4 driver)
1012P: FUJITA Tomonori
1013M: fujita.tomonori@lab.ntt.co.jp
1014L: linux-scsi@vger.kernel.org
1015S: Supported
1016
Michael Bueschff1d5c22008-07-25 01:46:10 -07001017BT8XXGPIO DRIVER
1018P: Michael Buesch
1019M: mb@bu3sch.de
1020W: http://bu3sch.de/btgpio.php
1021S: Maintained
1022
Linus Torvalds1da177e2005-04-16 15:20:36 -07001023BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001024P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001025M: mchehab@infradead.org
1026M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001028W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001029T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001030S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001031
Jonathan Corbet77d51402007-03-22 19:44:17 -03001032CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02001033P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03001034M: corbet@lwn.net
1035L: video4linux-list@redhat.com
1036S: Maintained
1037
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001038CAN NETWORK LAYER
1039P: Urs Thuermann
1040M: urs.thuermann@volkswagen.de
1041P: Oliver Hartkopp
1042M: oliver.hartkopp@volkswagen.de
Pavel Emelyanov220fc3f2008-04-29 03:37:41 -07001043L: socketcan-core@lists.berlios.de (subscribers-only)
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001044W: http://developer.berlios.de/projects/socketcan/
1045S: Maintained
1046
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001047CALGARY x86-64 IOMMU
1048P: Muli Ben-Yehuda
1049M: muli@il.ibm.com
1050P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001051M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001052L: linux-kernel@vger.kernel.org
1053L: discuss@x86-64.org
1054S: Maintained
1055
Arnd Bergmannb8154542008-05-16 11:10:59 +02001056CELL BROADBAND ENGINE ARCHITECTURE
1057P: Arnd Bergmann
1058M: arnd@arndb.de
1059L: linuxppc-dev@ozlabs.org
1060L: cbe-oss-dev@ozlabs.org
1061W: http://www.ibm.com/developerworks/power/cell/
1062S: Supported
1063
Scott Feldman01f2e4e2008-09-15 09:17:11 -07001064CISCO 10G ETHERNET DRIVER
1065P: Scott Feldman
1066M: scofeldm@cisco.com
1067P: Joe Eykholt
1068M: jeykholt@cisco.com
1069S: Supported
1070
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001071CFAG12864B LCD DRIVER
1072P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001073M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001074L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001075W: http://miguelojeda.es/auxdisplay.htm
1076W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001077S: Maintained
1078
1079CFAG12864BFB LCD FRAMEBUFFER DRIVER
1080P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001081M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001082L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001083W: http://miguelojeda.es/auxdisplay.htm
1084W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001085S: Maintained
1086
Johannes Berg704232c2007-04-23 12:20:05 -07001087CFG80211 and NL80211
1088P: Johannes Berg
1089M: johannes@sipsolutions.net
1090L: linux-wireless@vger.kernel.org
1091S: Maintained
1092
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001093CHECKPATCH
1094P: Andy Whitcroft
1095M: apw@shadowen.org
1096P: Randy Dunlap
1097M: rdunlap@xenotime.net
1098P: Joel Schopp
1099M: jschopp@austin.ibm.com
1100S: Supported
1101
Linus Torvalds1da177e2005-04-16 15:20:36 -07001102COMMON INTERNET FILE SYSTEM (CIFS)
1103P: Steve French
1104M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001105L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001106L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001107W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001108T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001109S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001110
Joel Becker7063fbf2005-12-15 14:29:43 -08001111CONFIGFS
1112P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001113M: joel.becker@oracle.com
1114L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001115S: Supported
1116
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001117CIRRUS LOGIC EP93XX ETHERNET DRIVER
1118P: Lennert Buytenhek
1119M: kernel@wantstofly.org
1120L: netdev@vger.kernel.org
1121S: Maintained
1122
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001123CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1124P: Lennert Buytenhek
1125M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001126L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001127S: Maintained
1128
Timur Tabid9e9d822008-04-24 08:45:26 +10001129CIRRUS LOGIC CS4270 SOUND DRIVER
1130P: Timur Tabi
1131M: timur@freescale.com
1132L: alsa-devel@alsa-project.org
1133S: Supported
1134
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1136P: Cirrus Logic Corporation (kernel 2.2 driver)
1137M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1138P: Nils Faerber (port to kernel 2.4)
1139M: Nils Faerber <nils@kernelconcepts.de>
1140S: Maintained
1141
1142CODA FILE SYSTEM
1143P: Jan Harkes
1144M: jaharkes@cs.cmu.edu
1145M: coda@cs.cmu.edu
1146L: codalist@coda.cs.cmu.edu
1147W: http://www.coda.cs.cmu.edu/
1148S: Maintained
1149
1150COMPACTPCI HOTPLUG CORE
1151P: Scott Murray
1152M: scottm@somanetworks.com
1153M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001154L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001155S: Supported
1156
1157COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1158P: Scott Murray
1159M: scottm@somanetworks.com
1160M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001161L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001162S: Supported
1163
1164COMPACTPCI HOTPLUG GENERIC DRIVER
1165P: Scott Murray
1166M: scottm@somanetworks.com
1167M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001168L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169S: Supported
1170
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001171COMPAL LAPTOP SUPPORT
1172P: Cezary Jackiewicz
1173M: cezary.jackiewicz@gmail.com
1174S: Maintained
1175
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176COMPUTONE INTELLIPORT MULTIPORT CARD
1177P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001178M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001180S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181
Simon Arlott949be0f2007-03-06 02:47:46 -08001182CONEXANT ACCESSRUNNER USB DRIVER
1183P: Simon Arlott
1184M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001185L: accessrunner-general@lists.sourceforge.net
1186W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001187S: Maintained
1188
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001189CONTROL GROUPS (CGROUPS)
1190P: Paul Menage
1191M: menage@google.com
1192L: containers@lists.linux-foundation.org
1193S: Maintained
1194
Rudolf Marekbebe4672007-05-08 17:22:02 +02001195CORETEMP HARDWARE MONITORING DRIVER
1196P: Rudolf Marek
1197M: r.marek@assembler.cz
1198L: lm-sensors@lm-sensors.org
1199S: Maintained
1200
Linus Torvalds1da177e2005-04-16 15:20:36 -07001201COSA/SRP SYNC SERIAL DRIVER
1202P: Jan "Yenya" Kasprzak
1203M: kas@fi.muni.cz
1204W: http://www.fi.muni.cz/~kas/cosa/
1205S: Maintained
1206
1207CPU FREQUENCY DRIVERS
1208P: Dave Jones
1209M: davej@codemonkey.org.uk
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001210L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001212T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213S: Maintained
1214
1215CPUID/MSR DRIVER
1216P: H. Peter Anvin
1217M: hpa@zytor.com
1218S: Maintained
1219
Paul Jacksoned90fb42005-09-27 21:45:37 -07001220CPUSETS
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001221P: Paul Menage
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001222M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001223L: linux-kernel@vger.kernel.org
1224W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001225W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001226S: Supported
1227
Linus Torvalds1da177e2005-04-16 15:20:36 -07001228CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001229W: http://sourceforge.net/projects/cramfs/
1230S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001231
1232CRIS PORT
1233P: Mikael Starvik
1234M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001235P: Jesper Nilsson
1236M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001237L: dev-etrax@axis.com
1238W: http://developer.axis.com
1239S: Maintained
1240
1241CRYPTO API
1242P: Herbert Xu
1243M: herbert@gondor.apana.org.au
1244P: David S. Miller
1245M: davem@davemloft.net
1246L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001247T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001248S: Maintained
1249
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001250CS5535 Audio ALSA driver
1251P: Jaya Kumar
1252M: jayakumar.alsa@gmail.com
1253S: Maintained
1254
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001255CX18 VIDEO4LINUX DRIVER
1256P: Hans Verkuil, Andy Walls
1257M: hverkuil@xs4all.nl, awalls@radix.net
1258L: ivtv-devel@ivtvdriver.org
1259L: ivtv-users@ivtvdriver.org
1260L: video4linux-list@redhat.com
1261W: http://linuxtv.org
1262S: Maintained
1263
Steve Wisee5ec3782008-05-20 14:06:33 -07001264CXGB3 ETHERNET DRIVER (CXGB3)
1265P: Divy Le Ray
1266M: divy@chelsio.com
1267L: netdev@vger.kernel.org
1268W: http://www.chelsio.com
1269S: Supported
1270
1271CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1272P: Steve Wise
1273M: swise@chelsio.com
1274L: general@lists.openfabrics.org
1275W: http://www.openfabrics.org
1276S: Supported
1277
Linus Torvalds1da177e2005-04-16 15:20:36 -07001278CYBERPRO FB DRIVER
1279P: Russell King
1280M: rmk@arm.linux.org.uk
1281W: http://www.arm.linux.org.uk/
1282S: Maintained
1283
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001284CYBLAFB FRAMEBUFFER DRIVER
1285P: Knut Petersen
1286M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001287L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001288S: Maintained
1289
Linus Torvalds1da177e2005-04-16 15:20:36 -07001290CYCLADES 2X SYNC CARD DRIVER
1291P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001292M: acme@ghostprotocols.net
1293W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001294S: Maintained
1295
1296CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001297W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001298S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001299
1300CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001302S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001303
Linus Torvalds1da177e2005-04-16 15:20:36 -07001304DAMA SLAVE for AX.25
1305P: Joerg Reuter
1306M: jreuter@yaina.de
1307W: http://yaina.de/jreuter/
1308W: http://www.qsl.net/dl1bke/
1309L: linux-hams@vger.kernel.org
1310S: Maintained
1311
1312DC395x SCSI driver
1313P: Oliver Neukum
1314M: oliver@neukum.name
1315P: Ali Akcaagac
1316M: aliakc@web.de
1317P: Jamie Lenehan
1318M: lenehan@twibble.org
1319W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001320L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321L: http://lists.twibble.org/mailman/listinfo/dc395x/
1322S: Maintained
1323
1324DC390/AM53C974 SCSI driver
1325P: Kurt Garloff
1326M: garloff@suse.de
1327W: http://www.garloff.de/kurt/linux/dc390/
1328P: Guennadi Liakhovetski
1329M: g.liakhovetski@gmx.de
1330S: Maintained
1331
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001332DCCP PROTOCOL
1333P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001334M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001335L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001336W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001337S: Maintained
1338
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001340P: Christine Caulfield
1341M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001342W: http://linux-decnet.sourceforge.net
1343L: linux-decnet-user@lists.sourceforge.net
1344S: Maintained
1345
1346DEFXX FDDI NETWORK DRIVER
1347P: Maciej W. Rozycki
1348M: macro@linux-mips.org
1349S: Maintained
1350
1351DELL LAPTOP SMM DRIVER
1352P: Massimo Dal Zotto
1353M: dz@debian.org
1354W: http://www.debian.org/~dz/i8k/
1355S: Maintained
1356
Doug Warzecha90563ec2005-09-06 15:17:15 -07001357DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1358P: Doug Warzecha
1359M: Douglas_Warzecha@dell.com
1360S: Maintained
1361
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001362DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001363P: Alasdair Kergon
1364L: dm-devel@redhat.com
1365W: http://sources.redhat.com/dm
1366S: Maintained
1367
1368DEVICE NUMBER REGISTRY
1369P: Torben Mathiasen
1370M: device@lanana.org
1371W: http://lanana.org/docs/device-list/index.html
1372L: linux-kernel@vger.kernel.org
1373S: Maintained
1374
Linus Torvalds1da177e2005-04-16 15:20:36 -07001375DIGI INTL. EPCA DRIVER
1376P: Digi International, Inc
1377M: Eng.Linux@digi.com
1378L: Eng.Linux@digi.com
1379W: http://www.digi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001380S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001381
Linus Torvalds1da177e2005-04-16 15:20:36 -07001382DIRECTORY NOTIFICATION
1383P: Stephen Rothwell
1384M: sfr@canb.auug.org.au
1385L: linux-kernel@vger.kernel.org
1386S: Supported
1387
1388DISK GEOMETRY AND PARTITION HANDLING
1389P: Andries Brouwer
1390M: aeb@cwi.nl
1391W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1392W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1393W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1394S: Maintained
1395
1396DISKQUOTA:
1397P: Jan Kara
1398M: jack@suse.cz
1399L: linux-kernel@vger.kernel.org
1400S: Maintained
1401
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001402DISTRIBUTED LOCK MANAGER
Christine Caulfield8943f262008-02-14 19:31:31 -08001403P: Christine Caulfield
1404M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001405P: David Teigland
1406M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001407L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001408W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001409T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001410S: Supported
1411
Linus Torvalds1da177e2005-04-16 15:20:36 -07001412DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1413P: Tobias Ringstrom
1414M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001415L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001416S: Maintained
1417
Dan Williamsb3e5f262007-08-07 10:26:35 -07001418DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001419P: Maciej Sosnowski
1420M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001421P: Dan Williams
1422M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001423L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001424S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001425
Juerg Haefligerb8250372007-06-09 10:11:16 -04001426DME1737 HARDWARE MONITOR DRIVER
1427P: Juerg Haefliger
1428M: juergh@gmail.com
1429L: lm-sensors@lm-sensors.org
1430S: Maintained
1431
Martin Waitzba483d52005-06-17 13:20:59 -07001432DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001433P: Randy Dunlap
1434M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001435S: Maintained
1436
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001437DOCKING STATION DRIVER
1438P: Kristen Carlson Accardi
1439M: kristen.c.accardi@intel.com
1440L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001441S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001442
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001443DOCUMENTATION (/Documentation directory)
Jean Delvare795fb7e2008-09-20 12:33:08 +02001444P: Michael Kerrisk
1445M: mtk.manpages@gmail.com
1446P: Randy Dunlap
1447M: rdunlap@xenotime.net
1448L: linux-doc@vger.kernel.org
1449S: Maintained
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001450
Linus Torvalds1da177e2005-04-16 15:20:36 -07001451DOUBLETALK DRIVER
1452P: James R. Van Zandt
1453M: jrv@vanzandt.mv.com
1454L: blinux-list@redhat.com
1455S: Maintained
1456
1457DRIVER CORE, KOBJECTS, AND SYSFS
1458P: Greg Kroah-Hartman
1459M: gregkh@suse.de
1460L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001461T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001462S: Supported
1463
1464DRM DRIVERS
1465P: David Airlie
1466M: airlied@linux.ie
1467L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001468T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001469S: Maintained
1470
1471DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001472P: Francois Romieu
1473M: romieu@fr.zoreil.com
1474L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475S: Maintained
1476
1477DVB SUBSYSTEM AND DRIVERS
1478P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001479M: v4l-dvb-maintainer@linuxtv.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02001480L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001481W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001482T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001483S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001484
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001485DZ DECSTATION DZ11 SERIAL DRIVER
1486P: Maciej W. Rozycki
1487M: macro@linux-mips.org
1488S: Maintained
1489
Linus Torvalds1da177e2005-04-16 15:20:36 -07001490EATA-DMA SCSI DRIVER
1491P: Michael Neuffer
1492L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1493S: Maintained
1494
1495EATA ISA/EISA/PCI SCSI DRIVER
1496P: Dario Ballabio
1497M: ballabio_dario@emc.com
1498L: linux-scsi@vger.kernel.org
1499S: Maintained
1500
1501EATA-PIO SCSI DRIVER
1502P: Michael Neuffer
1503M: mike@i-Connect.Net
1504L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1505S: Maintained
1506
1507EBTABLES
1508P: Bart De Schuymer
1509M: bart.de.schuymer@pandora.be
1510L: ebtables-user@lists.sourceforge.net
1511L: ebtables-devel@lists.sourceforge.net
1512W: http://ebtables.sourceforge.net/
1513S: Maintained
1514
Michael Halcrow237fead2006-10-04 02:16:22 -07001515ECRYPT FILE SYSTEM
1516P: Mike Halcrow, Phillip Hellewell
1517M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1518L: ecryptfs-devel@lists.sourceforge.net
1519W: http://ecryptfs.sourceforge.net/
1520S: Supported
1521
Alan Coxda9bb1d2006-01-18 17:44:13 -08001522EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001523P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001524M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001525L: bluesmoke-devel@lists.sourceforge.net
1526W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001527S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001528
1529EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001530P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001531P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001532M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001533M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001534L: bluesmoke-devel@lists.sourceforge.net
1535W: bluesmoke.sourceforge.net
1536S: Maintained
1537
1538EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001539P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001540M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001541L: bluesmoke-devel@lists.sourceforge.net
1542W: bluesmoke.sourceforge.net
1543S: Maintained
1544
Douglas Thompson6bc78402007-07-19 01:50:12 -07001545EDAC-I82443BXGX
1546P: Tim Small
1547M: tim@buttersideup.com
1548L: bluesmoke-devel@lists.sourceforge.net
1549W: bluesmoke.sourceforge.net
1550S: Maintained
1551
1552EDAC-I3000
1553P: Jason Uhlenkott
1554M: juhlenko@akamai.com
1555L: bluesmoke-devel@lists.sourceforge.net
1556W: bluesmoke.sourceforge.net
1557S: Maintained
1558
1559EDAC-I5000
1560P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001561M: dougthompson@xmission.com
1562L: bluesmoke-devel@lists.sourceforge.net
1563W: bluesmoke.sourceforge.net
1564S: Maintained
1565
1566EDAC-I82975X
1567P: Ranganathan Desikan
1568P: Arvind R.
1569M: rdesikan@jetzbroadband.com
1570M: arvind@acarlab.com
1571L: bluesmoke-devel@lists.sourceforge.net
1572W: bluesmoke.sourceforge.net
1573S: Maintained
1574
1575EDAC-PASEMI
1576P: Egor Martovetsky
1577M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001578L: bluesmoke-devel@lists.sourceforge.net
1579W: bluesmoke.sourceforge.net
1580S: Maintained
1581
Dave Peterson0e438e32006-03-26 01:38:55 -08001582EDAC-R82600
1583P: Tim Small
1584M: tim@buttersideup.com
1585L: bluesmoke-devel@lists.sourceforge.net
1586W: bluesmoke.sourceforge.net
1587S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001588
Eric Coopere59f8792008-03-13 12:55:46 +01001589EEEPC LAPTOP EXTRAS DRIVER
1590P: Corentin Chary
1591M: corentincj@iksaif.net
1592L: acpi4asus-user@lists.sourceforge.net
1593W: http://sourceforge.net/projects/acpi4asus
1594S: Maintained
1595
Linus Torvalds1da177e2005-04-16 15:20:36 -07001596EEPRO100 NETWORK DRIVER
1597P: Andrey V. Savochkin
1598M: saw@saw.sw.com.sg
1599S: Maintained
1600
Josh Triplett0bee8d22006-07-30 03:03:58 -07001601EFS FILESYSTEM
1602W: http://aeschi.ch.eu.org/efs/
1603S: Orphan
1604
Heiko J Schickfab97222006-09-22 15:22:22 -07001605EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1606P: Hoang-Nam Nguyen
1607M: hnguyen@de.ibm.com
1608P: Christoph Raisch
1609M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001610L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001611S: Supported
1612
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001613EMBEDDED LINUX
1614P: Paul Gortmaker
1615M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001616P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001617M: dwmw2@infradead.org
1618L: linux-embedded@vger.kernel.org
1619S: Maintained
1620
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001621EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001622P: James Smart
1623M: james.smart@emulex.com
1624L: linux-scsi@vger.kernel.org
1625W: http://sourceforge.net/projects/lpfcxxxx
1626S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001627
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628EPSON 1355 FRAMEBUFFER DRIVER
1629P: Christopher Hoover
1630M: ch@murgatroid.com, ch@hpl.hp.com
1631S: Maintained
1632
1633ETHEREXPRESS-16 NETWORK DRIVER
1634P: Philip Blundell
1635M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001636L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001637S: Maintained
1638
1639ETHERNET BRIDGE
1640P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001641M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001642L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001643W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001644S: Maintained
1645
1646ETHERTEAM 16I DRIVER
1647P: Mika Kuoppala
1648M: miku@iki.fi
1649S: Maintained
1650
1651EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001652L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001653S: Maintained
1654
1655EXT3 FILE SYSTEM
1656P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001657M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001658L: linux-ext4@vger.kernel.org
1659S: Maintained
1660
1661EXT4 FILE SYSTEM
1662P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001663M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001664L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001665S: Maintained
1666
Jean Delvaree53004e2006-01-09 23:26:14 +01001667F71805F HARDWARE MONITORING DRIVER
1668P: Jean Delvare
1669M: khali@linux-fr.org
1670L: lm-sensors@lm-sensors.org
1671S: Maintained
1672
Linus Torvalds1da177e2005-04-16 15:20:36 -07001673FARSYNC SYNCHRONOUS DRIVER
1674P: Kevin Curtis
1675M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001676W: http://www.farsite.co.uk/
1677S: Supported
1678
Akinobu Mitac5408b82007-04-23 14:41:20 -07001679FAULT INJECTION SUPPORT
1680P: Akinobu Mita
1681M: akinobu.mita@gmail.com
1682S: Supported
1683
Linus Torvalds1da177e2005-04-16 15:20:36 -07001684FRAMEBUFFER LAYER
1685P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001686M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001687L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001688W: http://linux-fbdev.sourceforge.net/
1689S: Maintained
1690
Zhang Wei173acc72008-03-01 07:42:48 -07001691FREESCALE DMA DRIVER
Zhang Wei76b0c7882008-05-13 14:44:59 -07001692P: Li Yang
1693M: leoli@freescale.com
1694P: Zhang Wei
1695M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001696L: linuxppc-embedded@ozlabs.org
1697L: linux-kernel@vger.kernel.org
1698S: Maintained
1699
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001700FREESCALE I2C CPM DRIVER
1701P: Jochen Friedrich
1702M: jochen@scram.de
1703L: linuxppc-dev@ozlabs.org
1704L: i2c@lm-sensors.org
1705S: Maintained
1706
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001707FREESCALE SOC FS_ENET DRIVER
1708P: Pantelis Antoniou
1709M: pantelis.antoniou@gmail.com
1710P: Vitaly Bordug
1711M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001712L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001713L: netdev@vger.kernel.org
1714S: Maintained
1715
Timur Tabid9e9d822008-04-24 08:45:26 +10001716FREESCALE QUICC ENGINE LIBRARY
1717P: Timur Tabi
1718M: timur@freescale.com
1719L: linuxppc-dev@ozlabs.org
1720S: Supported
1721
Li Yanga7205b32007-04-23 10:38:18 -07001722FREESCALE HIGHSPEED USB DEVICE DRIVER
1723P: Li Yang
1724M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001725L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001726L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001727S: Maintained
1728
Li Yangbeaf53b2007-05-25 13:54:02 +08001729FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1730P: Li Yang
1731M: leoli@freescale.com
1732L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001733L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001734S: Maintained
1735
Timur Tabid9e9d822008-04-24 08:45:26 +10001736FREESCALE QUICC ENGINE UCC UART DRIVER
1737P: Timur Tabi
1738M: timur@freescale.com
1739L: linuxppc-dev@ozlabs.org
1740S: Supported
1741
1742FREESCALE SOC SOUND DRIVERS
1743P: Timur Tabi
1744M: timur@freescale.com
1745L: alsa-devel@alsa-project.org
1746L: linuxppc-dev@ozlabs.org
1747S: Supported
1748
Linus Torvalds1da177e2005-04-16 15:20:36 -07001749FILE LOCKING (flock() and fcntl()/lockf())
1750P: Matthew Wilcox
1751M: matthew@wil.cx
1752L: linux-fsdevel@vger.kernel.org
1753S: Maintained
1754
1755FILESYSTEMS (VFS and infrastructure)
1756P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001757M: viro@zeniv.linux.org.uk
Paul Menageb9cf92e2008-02-14 19:31:24 -08001758L: linux-fsdevel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001759S: Maintained
1760
Stefan Richterf148e202008-01-12 12:32:44 +01001761FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001762P: Kristian Hoegsberg, Stefan Richter
1763M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1764L: linux1394-devel@lists.sourceforge.net
1765W: http://www.linux1394.org/
1766T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1767S: Maintained
1768
Linus Torvalds1da177e2005-04-16 15:20:36 -07001769FIRMWARE LOADER (request_firmware)
1770L: linux-kernel@vger.kernel.org
1771S: Orphan
1772
1773FPU EMULATOR
1774P: Bill Metzenthen
1775M: billm@suburbia.net
1776W: http://suburbia.net/~billm/floating-point/emulator/
1777S: Maintained
1778
1779FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1780P: Mike McLagan
1781M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001782L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001783S: Maintained
1784
1785FREEVXFS FILESYSTEM
1786P: Christoph Hellwig
1787M: hch@infradead.org
1788W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1789S: Maintained
1790
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001791FTRACE
1792P: Steven Rostedt
1793M: srostedt@redhat.com
1794S: Maintained
1795
David Howells5ab7ffe2007-04-10 15:10:45 +01001796FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001797P: David Howells
1798M: dhowells@redhat.com
1799S: Maintained
1800
Jonathan Woithe20b93732008-06-11 10:14:56 +09301801FUJITSU LAPTOP EXTRAS
1802P: Jonathan Woithe
1803M: jwoithe@physics.adelaide.edu.au
1804L: linux-acpi@vger.kernel.org
1805S: Maintained
1806
Miklos Szeredi04578f12005-09-09 13:10:22 -07001807FUSE: FILESYSTEM IN USERSPACE
1808P: Miklos Szeredi
1809M: miklos@szeredi.hu
1810L: fuse-devel@lists.sourceforge.net
1811W: http://fuse.sourceforge.net/
1812S: Maintained
1813
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1815P: Rik Faith
1816M: faith@cs.unc.edu
1817L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001818S: Odd Fixes (e.g., new signatures)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001819
1820GDT SCSI DISK ARRAY CONTROLLER DRIVER
1821P: Achim Leubner
1822M: achim_leubner@adaptec.com
1823L: linux-scsi@vger.kernel.org
1824W: http://www.icp-vortex.com/
1825S: Supported
1826
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001827GENERIC GPIO I2C DRIVER
1828P: Haavard Skinnemoen
1829M: hskinnemoen@atmel.com
1830S: Supported
1831
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1833P: Krzysztof Halasa
1834M: khc@pm.waw.pl
1835W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1836S: Maintained
1837
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001838GFS2 FILE SYSTEM
1839P: Steven Whitehouse
1840M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001841L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001842W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001843T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1844T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001845S: Supported
1846
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001847GIGASET ISDN DRIVERS
1848P: Hansjoerg Lipp
1849M: hjlipp@web.de
1850P: Tilman Schmidt
1851M: tilman@imap.cc
1852L: gigaset307x-common@lists.sourceforge.net
1853W: http://gigaset307x.sourceforge.net/
1854S: Maintained
1855
Jean Delvare5b543962005-08-15 19:51:02 +02001856HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001857L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001858W: http://www.lm-sensors.org/
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001859S: Orphan
Jean Delvare5b543962005-08-15 19:51:02 +02001860
Michael Buesch844dd052006-06-26 00:24:59 -07001861HARDWARE RANDOM NUMBER GENERATOR CORE
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001862S: Orphan
Michael Buesch844dd052006-06-26 00:24:59 -07001863
Robert Love860e1d62005-08-31 23:57:59 -04001864HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1865P: Robert Love
1866M: rlove@rlove.org
1867M: linux-kernel@vger.kernel.org
1868W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1869S: Maintained
1870
Linus Torvalds1da177e2005-04-16 15:20:36 -07001871HARMONY SOUND DRIVER
1872P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001873M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001874L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875S: Maintained
1876
1877HAYES ESP SERIAL DRIVER
1878P: Andrew J. Robinson
1879M: arobinso@nyx.net
1880L: linux-kernel@vger.kernel.org
1881W: http://www.nyx.net/~arobinso
1882S: Maintained
1883
1884HFS FILESYSTEM
1885P: Roman Zippel
1886M: zippel@linux-m68k.org
1887L: linux-kernel@vger.kernel.org
1888S: Maintained
1889
1890HGA FRAMEBUFFER DRIVER
1891P: Ferenc Bakonyi
1892M: fero@drama.obuda.kando.hu
1893L: linux-nvidia@lists.surfsouth.com
1894W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1895S: Maintained
1896
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001897HID CORE LAYER
1898P: Jiri Kosina
1899M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001900L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001901T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001902S: Maintained
1903
Ingo Molnar38bed542007-02-22 09:09:34 +01001904HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1905P: Thomas Gleixner
1906M: tglx@linutronix.de
1907L: linux-kernel@vger.kernel.org
1908S: Maintained
1909
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910HIGH-SPEED SCC DRIVER FOR AX.25
1911P: Klaus Kudielka
1912M: klaus.kudielka@ieee.org
1913L: linux-hams@vger.kernel.org
1914W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1915S: Maintained
1916
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001917HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1918P: HighPoint Linux Team
1919M: linux@highpoint-tech.com
1920W: http://www.highpoint-tech.com
1921S: Supported
1922
Linus Torvalds1da177e2005-04-16 15:20:36 -07001923HIPPI
1924P: Jes Sorensen
1925M: jes@trained-monkey.org
1926L: linux-hippi@sunsite.dk
1927S: Maintained
1928
1929HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1930P: Chirag Kantharia
1931M: chirag.kantharia@hp.com
1932L: iss_storagedev@hp.com
1933S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001934
Linus Torvalds1da177e2005-04-16 15:20:36 -07001935HEWLETT-PACKARD SMART2 RAID DRIVER
1936P: Chirag Kantharia
1937M: chirag.kantharia@hp.com
1938L: iss_storagedev@hp.com
1939S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001940
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1942P: Mike Miller
1943M: mike.miller@hp.com
1944L: iss_storagedev@hp.com
1945S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001946
Jouni Malinenff1d2762005-05-12 22:54:16 -04001947HOST AP DRIVER
1948P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001949M: j@w1.fi
1950L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001951L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001952W: http://hostap.epitest.fi/
1953S: Maintained
1954
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1956P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001957M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001958S: Maintained
1959
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001960HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1961P: Carlos Corbacho
1962M: carlos@strangeworlds.co.uk
1963S: Odd Fixes
1964
Clemens Ladischd36e74c2008-07-23 21:26:46 -07001965HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08001966P: Clemens Ladisch
1967M: clemens@ladisch.de
1968S: Maintained
1969
1970HPET: i386
1971P: Venkatesh Pallipadi (Venki)
1972M: venkatesh.pallipadi@intel.com
1973S: Maintained
1974
1975HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001976P: Vojtech Pavlik
1977M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001978S: Maintained
1979
1980HPET: ACPI hpet.c
1981P: Bob Picco
1982M: bob.picco@hp.com
1983S: Maintained
1984
Linus Torvalds1da177e2005-04-16 15:20:36 -07001985HPFS FILESYSTEM
1986P: Mikulas Patocka
1987M: mikulas@artax.karlin.mff.cuni.cz
1988W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1989S: Maintained
1990
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04001991HTCPEN TOUCHSCREEN DRIVER
1992P: Pau Oliva Fora
1993M: pof@eslack.org
1994L: linux-input@vger.kernel.org
1995S: Maintained
1996
Linus Torvalds1da177e2005-04-16 15:20:36 -07001997HUGETLB FILESYSTEM
1998P: William Irwin
1999M: wli@holomorphy.com
2000S: Maintained
2001
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002002I2C/SMBUS STUB DRIVER
2003P: Mark M. Hoffman
2004M: mhoffman@lightlink.com
Jean Delvare17a172f2008-09-24 13:39:22 +02002005L: i2c@lm-sensors.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002006S: Maintained
2007
Jean Delvare5b543962005-08-15 19:51:02 +02002008I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002009P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002010M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002011P: Ben Dooks (embedded platforms)
2012M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02002013L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08002014T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015S: Maintained
2016
Till Harbaume8c76ee2007-05-01 23:26:35 +02002017I2C-TINY-USB DRIVER
2018P: Till Harbaum
2019M: till@harbaum.org
2020L: i2c@lm-sensors.org
2021T: http://www.harbaum.org/till/i2c_tiny_usb
2022S: Maintained
2023
Linus Torvalds1da177e2005-04-16 15:20:36 -07002024i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002025P: H. Peter Anvin
2026M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002027L: Linux-Kernel@vger.kernel.org
2028S: Maintained
2029
2030i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002031P: H. Peter Anvin
2032M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002033T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034S: Maintained
2035
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036IA64 (Itanium) PLATFORM
2037P: Tony Luck
2038M: tony.luck@intel.com
2039L: linux-ia64@vger.kernel.org
2040W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002041T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042S: Maintained
2043
2044SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06002045P: Jes Sorensen
2046M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002047L: linux-altix@sgi.com
2048L: linux-ia64@vger.kernel.org
2049W: http://www.sgi.com/altix
2050S: Maintained
2051
2052IBM MCA SCSI SUBSYSTEM DRIVER
2053P: Michael Lang
2054M: langa2@kph.uni-mainz.de
2055W: http://www.uni-mainz.de/~langm000/linux.html
2056S: Maintained
2057
2058IBM Power Linux RAID adapter
2059P: Brian King
2060M: brking@us.ibm.com
2061S: Supported
2062
2063IBM ServeRAID RAID DRIVER
2064P: Jack Hammer
2065P: Dave Jeffery
2066M: ipslinux@adaptec.com
2067W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002068S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002069
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002070IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002071P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002072M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002073L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002074T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002075S: Maintained
2076
2077IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002078P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002079M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002080L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002081S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002082
2083IDE/ATAPI FLOPPY DRIVERS
2084P: Paul Bristow
2085M: Paul Bristow <paul@paulbristow.net>
2086W: http://paulbristow.net/linux/idefloppy.html
2087L: linux-kernel@vger.kernel.org
2088S: Maintained
2089
2090IDE/ATAPI TAPE DRIVERS
2091P: Gadi Oxman
2092M: Gadi Oxman <gadio@netvision.net.il>
2093L: linux-kernel@vger.kernel.org
2094S: Maintained
2095
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002096IDE-SCSI DRIVER
2097L: linux-ide@vger.kernel.org
2098L: linux-scsi@vger.kernel.org
2099S: Orphan
2100
Stefan Richterf148e202008-01-12 12:32:44 +01002101IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002102P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002103M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002104P: Stefan Richter
2105M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002106L: linux1394-devel@lists.sourceforge.net
2107W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002108T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109S: Maintained
2110
Stefan Richterf51a5a92007-04-23 14:41:10 -07002111IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002112P: Dan Dennedy
2113M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002114P: Stefan Richter
2115M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002117S: Maintained
2118
Linus Torvalds1da177e2005-04-16 15:20:36 -07002119IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002120L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002121S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122
2123INFINIBAND SUBSYSTEM
2124P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002125M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002126P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002127M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128P: Hal Rosenstock
Jean Delvare795fb7e2008-09-20 12:33:08 +02002129M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002130L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002132T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133S: Supported
2134
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04002135INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08002136P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04002137M: dmitry.torokhov@gmail.com
2138M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002139L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002140T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002141S: Maintained
2142
Robert Lovec9f04f52005-07-15 12:21:07 -04002143INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01002144P: John McCutchan
2145M: ttb@tentacle.dhs.org
2146P: Robert Love
2147M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002148L: linux-kernel@vger.kernel.org
2149S: Maintained
2150
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002151INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002152P: Sylvain Meyer
2153M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002154L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002155S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002156
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002158P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002159M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002160L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002161S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002162
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163INTEL IA32 MICROCODE UPDATE SUPPORT
2164P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002165M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002166S: Maintained
2167
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002168INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002169P: Maciej Sosnowski
2170M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002171L: linux-kernel@vger.kernel.org
2172S: Supported
2173
Dan Williamsb3e5f262007-08-07 10:26:35 -07002174INTEL IOP-ADMA DMA DRIVER
2175P: Dan Williams
2176M: dan.j.williams@intel.com
2177L: linux-kernel@vger.kernel.org
2178S: Supported
2179
Michael Buesch844dd052006-06-26 00:24:59 -07002180INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2181P: Deepak Saxena
2182M: dsaxena@plexity.net
2183S: Maintained
2184
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002185INTEL IXP2000 ETHERNET DRIVER
2186P: Lennert Buytenhek
2187M: kernel@wantstofly.org
2188L: netdev@vger.kernel.org
2189S: Maintained
2190
Auke Kokd94e6fe2008-03-03 14:37:47 -08002191INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002192P: Jeff Kirsher
2193M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002194P: Jesse Brandeburg
2195M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002196P: Bruce Allan
2197M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002198P: PJ Waskiewicz
2199M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002200P: John Ronciak
2201M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002202L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002203W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002204S: Supported
2205
James Ketrenos826d2ab2005-11-07 18:56:59 -06002206INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002207P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002208M: yi.zhu@intel.com
2209P: James Ketrenos
2210M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002211P: Reinette Chatre
2212M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002213L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002214L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002215W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002216W: http://ipw2100.sourceforge.net
2217S: Supported
2218
2219INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002220P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002221M: yi.zhu@intel.com
2222P: James Ketrenos
2223M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002224P: Reinette Chatre
2225M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002226L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002227L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002228W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002229W: http://ipw2200.sourceforge.net
2230S: Supported
2231
Zhu Yib481de92007-09-25 17:54:57 -07002232INTEL WIRELESS WIFI LINK (iwlwifi)
2233P: Zhu Yi
2234M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002235P: Reinette Chatre
2236M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002237L: linux-wireless@vger.kernel.org
2238L: ipw3945-devel@lists.sourceforge.net
2239W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002240T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002241S: Supported
2242
Ralf Baechlecb109a02007-08-30 23:56:30 -07002243IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244P: Ralf Baechle
2245M: ralf@linux-mips.org
2246L: linux-mips@linux-mips.org
2247S: Maintained
2248
Ralf Baechlecb109a02007-08-30 23:56:30 -07002249IOC3 SERIAL DRIVER
2250P: Pat Gefre
2251M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002252L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002253S: Maintained
2254
Linus Torvalds1da177e2005-04-16 15:20:36 -07002255IP MASQUERADING:
2256P: Juanjo Ciarlante
2257M: jjciarla@raiz.uncu.edu.ar
2258S: Maintained
2259
Francois Romieu1202d6f2007-09-17 17:13:55 -07002260IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2261P: Francois Romieu
2262M: romieu@fr.zoreil.com
2263P: Sorbica Shieh
2264M: sorbica@icplus.com.tw
2265P: Jesse Huang
2266M: jesse@icplus.com.tw
2267L: netdev@vger.kernel.org
2268S: Maintained
2269
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002270IPATH DRIVER:
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002271P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002272M: infinipath@qlogic.com
2273L: general@lists.openfabrics.org
2274T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002275S: Supported
2276
Corey Minyard4409ebe2006-04-20 02:43:12 -07002277IPMI SUBSYSTEM
2278P: Corey Minyard
2279M: minyard@acm.org
2280L: openipmi-developer@lists.sourceforge.net
2281W: http://openipmi.sourceforge.net/
2282S: Supported
2283
Linus Torvalds1da177e2005-04-16 15:20:36 -07002284IPX NETWORK LAYER
2285P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002286M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002287L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002288S: Maintained
2289
David Sterba099dc4f2008-02-07 10:57:12 +01002290IPWIRELES DRIVER
2291P: Jiri Kosina
2292M: jkosina@suse.cz
2293P: David Sterba
2294M: dsterba@suse.cz
2295S: Maintained
2296T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2297
Linus Torvalds1da177e2005-04-16 15:20:36 -07002298IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002299P: Samuel Ortiz
2300M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002301L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002302W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002303S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002304
Mike Christie14816b1e2007-11-28 16:22:06 -08002305ISCSI
2306P: Mike Christie
2307M: michaelc@cs.wisc.edu
2308L: open-iscsi@googlegroups.com
2309W: www.open-iscsi.org
2310T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2311S: Maintained
2312
Linus Torvalds1da177e2005-04-16 15:20:36 -07002313ISAPNP
2314P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002315M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002316S: Maintained
2317
2318ISDN SUBSYSTEM
2319P: Karsten Keil
2320M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002321L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002322W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002323T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002324S: Maintained
2325
2326ISDN SUBSYSTEM (Eicon active card driver)
2327P: Armin Schindler
2328M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002329L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002330W: http://www.melware.de
2331S: Maintained
2332
Hans Verkuil91821ff2007-12-02 09:35:33 -03002333IVTV VIDEO4LINUX DRIVER
2334P: Hans Verkuil
2335M: hverkuil@xs4all.nl
2336L: ivtv-devel@ivtvdriver.org
2337L: ivtv-users@ivtvdriver.org
2338L: video4linux-list@redhat.com
2339W: http://www.ivtvdriver.org
2340S: Maintained
2341
Guo-Fu Tseng95252232008-09-16 01:00:11 +08002342JME NETWORK DRIVER
2343P: Guo-Fu Tseng
2344M: cooldavid@cooldavid.org
2345L: netdev@vger.kernel.org
2346S: Maintained
2347
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2349P: David Woodhouse
2350M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002351L: linux-mtd@lists.infradead.org
2352W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002353S: Maintained
2354
Artem Bityutskiy95270562008-07-14 17:58:44 +03002355UBI FILE SYSTEM (UBIFS)
2356P: Artem Bityutskiy
2357M: dedekind@infradead.org
2358P: Adrian Hunter
2359M: ext-adrian.hunter@nokia.com
2360L: linux-mtd@lists.infradead.org
2361T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
2362W: http://www.linux-mtd.infradead.org/doc/ubifs.html
2363S: Maintained
2364
Linus Torvalds1da177e2005-04-16 15:20:36 -07002365JFS FILESYSTEM
2366P: Dave Kleikamp
2367M: shaggy@austin.ibm.com
2368L: jfs-discussion@lists.sourceforge.net
2369W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002370T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371S: Supported
2372
Josh Triplettde456d32006-07-30 03:04:00 -07002373JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002374P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002375M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002376L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002377S: Maintained
2378
Rudolf Marek4660cb32006-10-08 22:01:26 +02002379K8TEMP HARDWARE MONITORING DRIVER
2380P: Rudolf Marek
2381M: r.marek@assembler.cz
2382L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002383S: Maintained
2384
2385KCONFIG
2386P: Roman Zippel
2387M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002388L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002389S: Maintained
2390
Vivek Goyalea6c2082006-05-20 14:59:55 -07002391KDUMP
2392P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002393M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002394P: Haren Myneni
2395M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002396L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002397L: linux-kernel@vger.kernel.org
2398W: http://lse.sourceforge.net/kdump/
2399S: Maintained
2400
Linus Torvalds1da177e2005-04-16 15:20:36 -07002401KERNEL AUTOMOUNTER (AUTOFS)
2402P: H. Peter Anvin
2403M: hpa@zytor.com
2404L: autofs@linux.kernel.org
2405S: Odd Fixes
2406
2407KERNEL AUTOMOUNTER v4 (AUTOFS4)
2408P: Ian Kent
2409M: raven@themaw.net
2410L: autofs@linux.kernel.org
2411S: Maintained
2412
2413KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002414P: Sam Ravnborg
2415M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002416T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2417T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002418L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002419S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002420
2421KERNEL JANITORS
2422P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002423L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002424W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002425S: Maintained
2426
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002427KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002428P: J. Bruce Fields
2429M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002430P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002431M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002432L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002434S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002435
Avi Kivity426d62e2006-12-13 00:34:03 -08002436KERNEL VIRTUAL MACHINE (KVM)
2437P: Avi Kivity
2438M: avi@qumranet.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002439L: kvm@vger.kernel.org
2440W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002441S: Supported
2442
Hollis Blanchard513014b2008-04-16 23:28:08 -05002443KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2444P: Hollis Blanchard
2445M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002446L: kvm-ppc@vger.kernel.org
2447W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002448S: Supported
2449
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002450KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002451P: Anthony Xu
2452M: anthony.xu@intel.com
2453P: Xiantao Zhang
2454M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002455L: kvm-ia64@vger.kernel.org
2456W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002457S: Supported
2458
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002459KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2460P: Carsten Otte
2461M: cotte@de.ibm.com
2462P: Christian Borntraeger
2463M: borntraeger@de.ibm.com
2464M: linux390@de.ibm.com
2465L: linux-s390@vger.kernel.org
2466W: http://www.ibm.com/developerworks/linux/linux390/
2467S: Supported
2468
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002469KEXEC
2470P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002471M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002472W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002473L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002474L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002475S: Maintained
2476
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002477KGDB
2478P: Jason Wessel
2479M: jason.wessel@windriver.com
2480L: kgdb-bugreport@lists.sourceforge.net
2481S: Maintained
2482
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002483KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002484P: Ananth N Mavinakayanahalli
2485M: ananth@in.ibm.com
2486P: Anil S Keshavamurthy
2487M: anil.s.keshavamurthy@intel.com
2488P: David S. Miller
2489M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002490P: Masami Hiramatsu
2491M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002492L: linux-kernel@vger.kernel.org
2493S: Maintained
2494
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002495KS0108 LCD CONTROLLER DRIVER
2496P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002497M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002498L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002499W: http://miguelojeda.es/auxdisplay.htm
2500W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002501S: Maintained
2502
Linus Torvalds1da177e2005-04-16 15:20:36 -07002503LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002504L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002505S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002506
2507LASI 53c700 driver for PARISC
2508P: James E.J. Bottomley
2509M: James.Bottomley@HansenPartnership.com
2510L: linux-scsi@vger.kernel.org
2511S: Maintained
2512
Richard Purdie263de9b2006-05-15 09:44:16 -07002513LED SUBSYSTEM
2514P: Richard Purdie
2515M: rpurdie@rpsys.net
2516S: Maintained
2517
Linus Torvalds1da177e2005-04-16 15:20:36 -07002518LEGO USB Tower driver
2519P: Juergen Stuber
2520M: starblue@users.sourceforge.net
2521L: legousb-devel@lists.sourceforge.net
2522W: http://legousb.sourceforge.net/
2523S: Maintained
2524
Rusty Russell568a17f2007-10-25 14:12:24 +10002525LGUEST
2526P: Rusty Russell
2527M: rusty@rustcorp.com.au
2528L: lguest@ozlabs.org
2529W: http://lguest.ozlabs.org/
2530S: Maintained
2531
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532LINUX FOR IBM pSERIES (RS/6000)
2533P: Paul Mackerras
2534M: paulus@au.ibm.com
2535W: http://www.ibm.com/linux/ltc/projects/ppc
2536S: Supported
2537
2538LINUX FOR NCR VOYAGER
2539P: James Bottomley
2540M: James.Bottomley@HansenPartnership.com
2541W: http://www.hansenpartnership.com/voyager
2542S: Maintained
2543
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002544LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002545P: Paul Mackerras
2546M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002547P: Benjamin Herrenschmidt
2548M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002549W: http://www.penguinppc.org/
2550L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002551T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002552S: Supported
2553
2554LINUX FOR POWER MACINTOSH
2555P: Benjamin Herrenschmidt
2556M: benh@kernel.crashing.org
2557W: http://www.penguinppc.org/
2558L: linuxppc-dev@ozlabs.org
2559S: Maintained
2560
Grant Likely77a76362008-07-12 12:11:43 -06002561LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002562P: Sylvain Munaut
2563M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002564P: Grant Likely
2565M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002566L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002567S: Maintained
2568
2569LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002570P: Josh Boyer
2571M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572P: Matt Porter
2573M: mporter@kernel.crashing.org
2574W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002575L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002576T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002577S: Maintained
2578
Grant Likely260c02a2007-10-02 12:15:34 +10002579LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2580P: Grant Likely
2581M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002582W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002583L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002584S: Maintained
2585
Tom Rinie93adf12005-07-26 12:49:53 -07002586LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002587P: Vitaly Bordug
2588M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002589P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002590M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002591W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002592L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002593S: Maintained
2594
Linus Torvalds1da177e2005-04-16 15:20:36 -07002595LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002596P: Kumar Gala
2597M: galak@kernel.crashing.org
2598W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002599L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002600S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601
Olof Johanssonab06ff32006-09-06 14:44:54 -05002602LINUX FOR POWERPC PA SEMI PWRFICIENT
2603P: Olof Johansson
2604M: olof@lixom.net
2605W: http://www.pasemi.com/
2606L: linuxppc-dev@ozlabs.org
2607S: Supported
2608
Linus Torvalds1da177e2005-04-16 15:20:36 -07002609LLC (802.2)
2610P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002611M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002612S: Maintained
2613
Linus Torvalds1da177e2005-04-16 15:20:36 -07002614LINUX SECURITY MODULE (LSM) FRAMEWORK
2615P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002616M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002617L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002618T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002619S: Supported
2620
2621LM83 HARDWARE MONITOR DRIVER
2622P: Jean Delvare
2623M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002624L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002625S: Maintained
2626
2627LM90 HARDWARE MONITOR DRIVER
2628P: Jean Delvare
2629M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002630L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002631S: Maintained
2632
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002633LOCKDEP AND LOCKSTAT
2634P: Peter Zijlstra
2635M: peterz@infradead.org
2636P: Ingo Molnar
2637M: mingo@redhat.com
2638L: linux-kernel@vger.kernel.org
2639T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2640S: Maintained
2641
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002642LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002643P: Richard Russon (FlatCap)
2644M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002645L: linux-ntfs-dev@lists.sourceforge.net
2646W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002647S: Maintained
2648
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002649LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2650P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002651M: Eric.Moore@lsi.com
2652M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002653L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002654L: linux-scsi@vger.kernel.org
2655W: http://www.lsilogic.com/support
2656S: Supported
2657
Linus Torvalds1da177e2005-04-16 15:20:36 -07002658LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2659P: Matthew Wilcox
2660M: matthew@wil.cx
2661L: linux-scsi@vger.kernel.org
2662S: Maintained
2663
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002664M32R ARCHITECTURE
2665P: Hirokazu Takata
2666M: takata@linux-m32r.org
2667L: linux-m32r@ml.linux-m32r.org
2668L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2669W: http://www.linux-m32r.org/
2670S: Maintained
2671
Linus Torvalds1da177e2005-04-16 15:20:36 -07002672M68K ARCHITECTURE
2673P: Geert Uytterhoeven
2674M: geert@linux-m68k.org
2675P: Roman Zippel
2676M: zippel@linux-m68k.org
2677L: linux-m68k@lists.linux-m68k.org
2678W: http://www.linux-m68k.org/
2679W: http://linux-m68k-cvs.ubb.ca/
2680S: Maintained
2681
2682M68K ON APPLE MACINTOSH
2683P: Joshua Thompson
2684M: funaho@jurai.org
2685W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002686L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687S: Maintained
2688
2689M68K ON HP9000/300
2690P: Philip Blundell
2691M: philb@gnu.org
2692W: http://www.tazenda.demon.co.uk/phil/linux-hp
2693S: Maintained
2694
Jiri Benc64a327a2007-05-05 11:47:08 -07002695MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002696P: Johannes Berg
2697M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002698P: Michael Wu
2699M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002700L: linux-wireless@vger.kernel.org
2701W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002702T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002703S: Maintained
2704
Stefano Brivio1036d862007-12-23 04:46:27 +01002705MAC80211 PID RATE CONTROL
2706P: Stefano Brivio
2707M: stefano.brivio@polimi.it
2708P: Mattias Nissler
2709M: mattias.nissler@gmx.de
2710L: linux-wireless@vger.kernel.org
2711W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2712T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2713S: Maintained
2714
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002715MACVLAN DRIVER
2716P: Patrick McHardy
2717M: kaber@trash.net
2718L: netdev@vger.kernel.org
2719S: Maintained
2720
Linus Torvalds1da177e2005-04-16 15:20:36 -07002721MARVELL YUKON / SYSKONNECT DRIVER
2722P: Mirko Lindner
Jean Delvare795fb7e2008-09-20 12:33:08 +02002723M: mlindner@syskonnect.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002724P: Ralph Roesler
Jean Delvare795fb7e2008-09-20 12:33:08 +02002725M: rroesler@syskonnect.de
2726W: http://www.syskonnect.com
2727S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002728
Michael Kerriskfaf16682005-07-31 22:34:47 -07002729MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002730P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002731M: mtk.manpages@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02002732W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07002733L: linux-man@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02002734S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002735
Stefano Brivio74cda162007-11-19 20:27:46 +01002736MARVELL LIBERTAS WIRELESS DRIVER
2737P: Dan Williams
2738M: dcbw@redhat.com
2739L: libertas-dev@lists.infradead.org
2740S: Maintained
2741
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002742MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002743P: Lennert Buytenhek
2744M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002745L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002746S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747
2748MATROX FRAMEBUFFER DRIVER
2749P: Petr Vandrovec
2750M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002751L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002752S: Maintained
2753
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002754MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2755P: Hans J. Koch
2756M: hjk@linutronix.de
2757L: lm-sensors@lm-sensors.org
2758S: Maintained
2759
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002760MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002761P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002762M: megaraidlinux@lsi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002763L: linux-scsi@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002764W: http://megaraid.lsilogic.com
2765S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002766
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002767MEMORY MANAGEMENT
2768L: linux-mm@kvack.org
2769L: linux-kernel@vger.kernel.org
2770W: http://www.linux-mm.org
2771S: Maintained
2772
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002773MEMORY RESOURCE CONTROLLER
2774P: Balbir Singh
2775M: balbir@linux.vnet.ibm.com
2776P: Pavel Emelyanov
2777M: xemul@openvz.org
2778P: KAMEZAWA Hiroyuki
2779M: kamezawa.hiroyu@jp.fujitsu.com
2780L: linux-mm@kvack.org
2781L: linux-kernel@vger.kernel.org
2782S: Maintained
2783
David Howellsb920de12008-02-08 04:19:31 -08002784MEI MN10300/AM33 PORT
2785P: David Howells
2786M: dhowells@redhat.com
2787P: Koichi Yasutake
2788M: yasutake.koichi@jp.panasonic.com
Robert P. J. Day66e10602008-04-29 00:59:34 -07002789L: linux-am33-list@redhat.com (moderated for non-subscribers)
David Howellsb920de12008-02-08 04:19:31 -08002790W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2791S: Maintained
2792
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002793MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002794P: David Woodhouse
2795M: dwmw2@infradead.org
2796W: http://www.linux-mtd.infradead.org/
2797L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002798T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002799S: Maintained
2800
Artem Bityutskiy48576402007-02-13 17:11:10 +02002801UNSORTED BLOCK IMAGES (UBI)
2802P: Artem Bityutskiy
2803M: dedekind@infradead.org
2804W: http://www.linux-mtd.infradead.org/
2805L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002806T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002807S: Maintained
2808
Linus Torvalds1da177e2005-04-16 15:20:36 -07002809MICROTEK X6 SCANNER
2810P: Oliver Neukum
2811M: oliver@neukum.name
2812S: Maintained
2813
2814MIPS
2815P: Ralf Baechle
2816M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002817W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002818L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002819T: git www.linux-mips.org:/pub/scm/linux.git
2820S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002821
2822MISCELLANEOUS MCA-SUPPORT
2823P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002824M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002825L: linux-kernel@vger.kernel.org
2826S: Maintained
2827
2828MODULE SUPPORT
2829P: Rusty Russell
2830M: rusty@rustcorp.com.au
2831L: linux-kernel@vger.kernel.org
2832S: Maintained
2833
2834MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2835P: Stelian Pop
2836M: stelian@popies.net
2837W: http://popies.net/meye/
2838S: Maintained
2839
Pavel Pisac58ff042007-05-16 01:10:41 +02002840MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2841P: Pavel Pisa
2842M: ppisa@pikron.com
2843L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002844S: Maintained
2845
Linus Torvalds1da177e2005-04-16 15:20:36 -07002846MOUSE AND MISC DEVICES [GENERAL]
2847P: Alessandro Rubini
2848M: rubini@ipvvis.unipv.it
2849L: linux-kernel@vger.kernel.org
2850S: Maintained
2851
Jiri Slabyb9705b62008-04-30 00:53:48 -07002852MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002853P: Jiri Slaby
2854M: jirislaby@gmail.com
2855L: linux-kernel@vger.kernel.org
2856S: Maintained
2857
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002858MSI LAPTOP SUPPORT
2859P: Lennart Poettering
2860M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002861W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002862W: http://0pointer.de/lennart/tchibo.html
2863S: Maintained
2864
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002865MULTIFUNCTION DEVICES (MFD)
2866P: Samuel Ortiz
2867M: sameo@openedhand.com
2868L: linux-kernel@vger.kernel.org
2869S: Supported
2870
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002871MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002872P: Pierre Ossman
2873M: drzeus-mmc@drzeus.cx
2874L: linux-kernel@vger.kernel.org
2875S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002876
David Brownell15a05802007-08-08 09:12:54 -07002877MULTIMEDIA CARD (MMC) ETC. OVER SPI
2878P: David Brownell
2879M: dbrownell@users.sourceforge.net
2880L: linux-kernel@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002881S: Odd Fixes
David Brownell15a05802007-08-08 09:12:54 -07002882
Linus Torvalds1da177e2005-04-16 15:20:36 -07002883MULTISOUND SOUND DRIVER
2884P: Andrew Veliath
2885M: andrewtv@usa.net
2886S: Maintained
2887
Jiri Slabyd7354102006-12-08 02:38:35 -08002888MULTITECH MULTIPORT CARD (ISICOM)
2889P: Jiri Slaby
2890M: jirislaby@gmail.com
2891L: linux-kernel@vger.kernel.org
2892S: Maintained
2893
Felipe Balbi550a7372008-07-24 12:27:36 +03002894MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Jean Delvare795fb7e2008-09-20 12:33:08 +02002895P: Felipe Balbi
2896M: felipe.balbi@nokia.com
2897L: linux-usb@vger.kernel.org
2898S: Maintained
Felipe Balbi550a7372008-07-24 12:27:36 +03002899
Brice Goglin2d3cf582008-05-17 12:45:36 +02002900MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2901P: Andrew Gallatin
2902M: gallatin@myri.com
2903P: Brice Goglin
2904M: brice@myri.com
2905L: netdev@vger.kernel.org
2906W: http://www.myri.com/scs/download-Myri10GE.html
2907S: Supported
2908
Linus Torvalds1da177e2005-04-16 15:20:36 -07002909NATSEMI ETHERNET DRIVER (DP8381x)
Jean Delvare795fb7e2008-09-20 12:33:08 +02002910P: Tim Hockin
Linus Torvalds1da177e2005-04-16 15:20:36 -07002911M: thockin@hockin.org
2912S: Maintained
2913
2914NCP FILESYSTEM
2915P: Petr Vandrovec
2916M: vandrove@vc.cvut.cz
2917L: linware@sh.cvut.cz
2918S: Maintained
2919
2920NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2921P: James E.J. Bottomley
2922M: James.Bottomley@HansenPartnership.com
2923L: linux-scsi@vger.kernel.org
2924S: Maintained
2925
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002926NETEFFECT IWARP RNIC DRIVER (IW_NES)
2927P: Faisal Latif
2928M: flatif@neteffect.com
Chien Tung5f625602008-05-26 15:23:32 -07002929P: Chien Tung
2930M: ctung@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002931L: general@lists.openfabrics.org
2932W: http://www.neteffect.com
2933S: Supported
2934F: drivers/infiniband/hw/nes/
2935
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002936NETEM NETWORK EMULATOR
2937P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002938M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002939L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002940S: Maintained
2941
Jiri Slaby4a584482007-08-30 23:56:39 -07002942NETERION (S2IO) Xframe 10GbE DRIVER
2943P: Ramkrishna Vepa
2944M: ram.vepa@neterion.com
2945P: Rastapur Santosh
2946M: santosh.rastapur@neterion.com
2947P: Sivakumar Subramani
2948M: sivakumar.subramani@neterion.com
2949P: Sreenivasa Honnur
2950M: sreenivasa.honnur@neterion.com
2951L: netdev@vger.kernel.org
2952W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2953S: Supported
2954
Linus Torvalds1da177e2005-04-16 15:20:36 -07002955NETFILTER/IPTABLES/IPCHAINS
2956P: Rusty Russell
2957P: Marc Boucher
2958P: James Morris
2959P: Harald Welte
2960P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002961P: Patrick McHardy
2962M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002963L: netfilter-devel@vger.kernel.org
2964L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002965L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002966W: http://www.netfilter.org/
2967W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002968S: Supported
2969
Paul Moore4cc67732006-09-25 15:57:13 -07002970NETLABEL
2971P: Paul Moore
2972M: paul.moore@hp.com
2973W: http://netlabel.sf.net
2974L: netdev@vger.kernel.org
2975S: Supported
2976
Linus Torvalds1da177e2005-04-16 15:20:36 -07002977NETROM NETWORK LAYER
2978P: Ralf Baechle
2979M: ralf@linux-mips.org
2980L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002981W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002982S: Maintained
2983
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002984NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002985P: Paul Clements
2986M: Paul.Clements@steeleye.com
2987S: Maintained
2988
2989NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002990P: Jeff Garzik
2991M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002992L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002993T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002994S: Maintained
2995
2996NETWORKING [GENERAL]
2997P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002998M: netdev@vger.kernel.org
2999L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003000W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003001S: Maintained
3002
3003NETWORKING [IPv4/IPv6]
3004P: David S. Miller
3005M: davem@davemloft.net
3006P: Alexey Kuznetsov
3007M: kuznet@ms2.inr.ac.ru
3008P: Pekka Savola (ipv6)
3009M: pekkas@netcore.fi
3010P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003011M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003012P: Hideaki YOSHIFUJI
3013M: yoshfuji@linux-ipv6.org
3014P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003015M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003016L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003017T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003018S: Maintained
3019
James Morris10e2ff12007-08-25 14:41:28 -07003020NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3021P: Paul Moore
3022M: paul.moore@hp.com
3023L: netdev@vger.kernel.org
3024S: Maintained
3025
John W. Linville29f8f632006-01-18 14:52:48 -08003026NETWORKING [WIRELESS]
3027P: John W. Linville
3028M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003029L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003030T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3031S: Maintained
3032
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003033NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003034P: Dhananjay Phadke
3035M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003036L: netdev@vger.kernel.org
3037W: http://www.netxen.com
3038S: Supported
3039
Linus Torvalds1da177e2005-04-16 15:20:36 -07003040IPVS
3041P: Wensong Zhang
3042M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07003043P: Simon Horman
3044M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07003045P: Julian Anastasov
3046M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07003047L: netdev@vger.kernel.org
Simon Horman37cc6782008-08-11 14:33:40 -07003048L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003049S: Maintained
3050
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003051NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003052P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003053M: Trond.Myklebust@netapp.com
3054L: linux-nfs@vger.kernel.org
3055W: http://client.linux-nfs.org
3056T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003057S: Maintained
3058
3059NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003060P: Jan-Pascal van Best
3061M: janpascal@vanbest.org
3062P: Andreas Mohr
3063M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003064L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003065S: Maintained
3066
3067NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3068P: YOKOTA Hiroshi
3069M: yokota@netlab.is.tsukuba.ac.jp
3070W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3071S: Maintained
3072
3073NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3074P: GOTO Masanori
3075M: gotom@debian.or.jp
3076P: YOKOTA Hiroshi
3077M: yokota@netlab.is.tsukuba.ac.jp
3078W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3079S: Maintained
3080
Linus Torvalds1da177e2005-04-16 15:20:36 -07003081NTFS FILESYSTEM
3082P: Anton Altaparmakov
3083M: aia21@cantab.net
3084L: linux-ntfs-dev@lists.sourceforge.net
3085L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003086W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003087T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003088S: Maintained
3089
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003090NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003091P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003092M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003093L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003094S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003095
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003096OPENCORES I2C BUS DRIVER
3097P: Peter Korsgaard
3098M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02003099L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003100S: Maintained
3101
Mark Fashehccd979b2005-12-15 14:31:24 -08003102ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3103P: Mark Fasheh
Mark Fasheha5754332008-03-21 10:40:31 -07003104M: mfasheh@suse.com
3105P: Joel Becker
3106M: joel.becker@oracle.com
Robert P. J. Dayc0ff1f22008-04-21 22:34:01 +00003107L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fashehccd979b2005-12-15 14:31:24 -08003108W: http://oss.oracle.com/projects/ocfs2/
Joel Beckerdda47bc2008-03-22 22:08:07 -07003109T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003110S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08003111
Bob Copeland0ad122d2008-07-25 19:45:18 -07003112OMFS FILESYSTEM
3113P: Bob Copeland
3114M: me@bobcopeland.com
3115L: linux-karma-devel@lists.sourceforge.net
3116S: Maintained
3117
Harald Weltec1986ee2005-11-13 16:06:29 -08003118OMNIKEY CARDMAN 4000 DRIVER
3119P: Harald Welte
3120M: laforge@gnumonks.org
3121S: Maintained
3122
Harald Welte77c44ab2005-11-13 16:06:26 -08003123OMNIKEY CARDMAN 4040 DRIVER
3124P: Harald Welte
3125M: laforge@gnumonks.org
3126S: Maintained
3127
Jonathan Corbet77d51402007-03-22 19:44:17 -03003128OMNIVISION OV7670 SENSOR DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003129P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03003130M: corbet@lwn.net
3131L: video4linux-list@redhat.com
3132S: Maintained
3133
Thomas Gleixner431bca72007-05-02 09:31:35 +02003134ONENAND FLASH DRIVER
3135P: Kyungmin Park
3136M: kyungmin.park@samsung.com
3137L: linux-mtd@lists.infradead.org
3138S: Maintained
3139
Linus Torvalds1da177e2005-04-16 15:20:36 -07003140ONSTREAM SCSI TAPE DRIVER
3141P: Willem Riede
3142M: osst@riede.org
3143L: osst-users@lists.sourceforge.net
3144L: linux-scsi@vger.kernel.org
3145S: Maintained
3146
Linus Torvalds1da177e2005-04-16 15:20:36 -07003147OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003148P: Robert Richter
3149M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003150L: oprofile-list@lists.sf.net
3151S: Maintained
3152
3153ORINOCO DRIVER
3154P: Pavel Roskin
3155M: proski@gnu.org
3156P: David Gibson
3157M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003158L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003159L: orinoco-users@lists.sourceforge.net
3160L: orinoco-devel@lists.sourceforge.net
3161W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003162S: Maintained
3163
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003164PA SEMI ETHERNET DRIVER
3165P: Olof Johansson
3166M: olof@lixom.net
3167L: netdev@vger.kernel.org
3168S: Maintained
3169
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003170PA SEMI SMBUS DRIVER
3171P: Olof Johansson
3172M: olof@lixom.net
3173L: i2c@lm-sensors.org
3174S: Maintained
3175
Linus Torvalds1da177e2005-04-16 15:20:36 -07003176PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003177L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003178S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003179
3180PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3181P: Tim Waugh
3182M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003183L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003184W: http://www.torque.net/linux-pp.html
3185S: Maintained
3186
3187PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003188P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003189M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003190P: Matthew Wilcox
3191M: matthew@wil.cx
3192P: Grant Grundler
3193M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003194L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003195W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003196T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003197S: Maintained
3198
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003199PARAVIRT_OPS INTERFACE
3200P: Jeremy Fitzhardinge
3201M: jeremy@xensource.com
3202P: Chris Wright
3203M: chrisw@sous-sol.org
3204P: Zachary Amsden
3205M: zach@vmware.com
3206P: Rusty Russell
3207M: rusty@rustcorp.com.au
3208L: virtualization@lists.osdl.org
3209L: linux-kernel@vger.kernel.org
3210S: Supported
3211
Jim Cromie1662d322006-10-06 00:43:59 -07003212PC87360 HARDWARE MONITORING DRIVER
3213P: Jim Cromie
3214M: jim.cromie@gmail.com
3215L: lm-sensors@lm-sensors.org
3216S: Maintained
3217
3218PC8736x GPIO DRIVER
3219P: Jim Cromie
3220M: jim.cromie@gmail.com
3221S: Maintained
3222
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003223PCI ERROR RECOVERY
3224P: Linas Vepstas
3225M: linas@austin.ibm.com
3226L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003227L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003228S: Supported
3229
Linus Torvalds1da177e2005-04-16 15:20:36 -07003230PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003231P: Jesse Barnes
3232M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003233L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003234L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003235T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003236S: Supported
3237
3238PCI HOTPLUG CORE
Jean Delvare795fb7e2008-09-20 12:33:08 +02003239P: Kristen Carlson Accardi
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003240M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003241S: Supported
3242
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003243PCIE HOTPLUG DRIVER
3244P: Kristen Carlson Accardi
3245M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003246L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003247S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003248
Linus Torvalds1da177e2005-04-16 15:20:36 -07003249PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003250P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003251L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003252W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003253T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003254S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003255
3256PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003257P: Don Fry
3258M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003259L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003260S: Maintained
3261
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003262PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003263P: Balbir Singh
3264M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003265L: linux-kernel@vger.kernel.org
3266S: Maintained
3267
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003268PERSONALITY HANDLING
3269P: Christoph Hellwig
3270M: hch@infradead.org
3271L: linux-abi-devel@lists.sourceforge.net
3272S: Maintained
3273
Linus Torvalds1da177e2005-04-16 15:20:36 -07003274PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003275P: Joern Engel
3276M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003277L: linux-mtd@lists.infradead.org
3278S: Maintained
3279
Peter Osterlund249a6772005-09-27 21:45:30 -07003280PKTCDVD DRIVER
3281P: Peter Osterlund
3282M: petero2@telia.com
3283L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003284S: Maintained
3285
Linus Torvalds1da177e2005-04-16 15:20:36 -07003286POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003287P: Thomas Gleixner
3288M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003289L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003290S: Supported
3291
Anton Vorontsov3be86142007-07-15 04:43:36 +04003292POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3293P: Anton Vorontsov
3294M: cbou@mail.ru
3295P: David Woodhouse
3296M: dwmw2@infradead.org
3297L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003298T: git git.infradead.org/battery-2.6.git
3299S: Maintained
3300
Linus Torvalds1da177e2005-04-16 15:20:36 -07003301PNP SUPPORT
3302P: Adam Belay
3303M: ambx1@neo.rr.com
3304S: Maintained
3305
Vitaly Wool999445d2007-01-04 13:07:03 +01003306PNXxxxx I2C DRIVER
3307P: Vitaly Wool
3308M: vitalywool@gmail.com
3309L: i2c@lm-sensors.org
3310S: Maintained
3311
Linus Torvalds1da177e2005-04-16 15:20:36 -07003312PPP PROTOCOL DRIVERS AND COMPRESSORS
3313P: Paul Mackerras
3314M: paulus@samba.org
3315L: linux-ppp@vger.kernel.org
3316S: Maintained
3317
3318PPP OVER ATM (RFC 2364)
3319P: Mitchell Blank Jr
3320M: mitch@sfgoth.com
3321S: Maintained
3322
3323PPP OVER ETHERNET
3324P: Michal Ostrowski
Chris Wright5e70b7f32008-06-09 16:07:28 -07003325M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003326S: Maintained
3327
James Chapmana6d23702007-06-27 15:53:17 -07003328PPP OVER L2TP
3329P: James Chapman
3330M: jchapman@katalix.com
3331S: Maintained
3332
Linus Torvalds1da177e2005-04-16 15:20:36 -07003333PREEMPTIBLE KERNEL
3334P: Robert Love
3335M: rml@tech9.net
3336L: linux-kernel@vger.kernel.org
3337L: kpreempt-tech@lists.sourceforge.net
3338W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3339S: Supported
3340
Michael Wueff1a592007-09-25 18:11:01 -07003341P54 WIRELESS DRIVER
3342P: Michael Wu
3343M: flamingice@sourmilk.net
3344L: linux-wireless@vger.kernel.org
3345W: http://prism54.org
3346T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3347S: Maintained
3348
Linus Torvalds1da177e2005-04-16 15:20:36 -07003349PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003350P: Luis R. Rodriguez
3351M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003352L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003353W: http://prism54.org
3354S: Maintained
3355
3356PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3357P: Peter Denison
3358M: promise@pnd-pc.demon.co.uk
3359W: http://www.pnd-pc.demon.co.uk/promise/
3360S: Maintained
3361
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003362PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3363P: Mikael Pettersson
3364M: mikpe@it.uu.se
3365L: linux-ide@vger.kernel.org
3366S: Maintained
3367
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003368PS3 NETWORK SUPPORT
3369P: Masakazu Mokuno
3370M: mokuno@sm.sony.co.jp
3371L: netdev@vger.kernel.org
3372L: cbe-oss-dev@ozlabs.org
3373S: Supported
3374
Geoff Levandf58a9d12006-11-23 00:46:51 +01003375PS3 PLATFORM SUPPORT
3376P: Geoff Levand
3377M: geoffrey.levand@am.sony.com
3378L: linuxppc-dev@ozlabs.org
3379L: cbe-oss-dev@ozlabs.org
3380S: Supported
3381
Michael Krufky83202042006-07-03 00:24:18 -07003382PVRUSB2 VIDEO4LINUX DRIVER
3383P: Mike Isely
3384M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003385L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003386L: video4linux-list@redhat.com
3387W: http://www.isely.net/pvrusb2/
3388S: Maintained
3389
Eric Miao30ec2612008-06-12 15:21:41 -07003390PXA2xx/PXA3xx SUPPORT
3391P: Eric Miao
3392M: eric.miao@marvell.com
3393P: Russell King
3394M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003395L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003396S: Maintained
3397
Pierre Ossman272f1332007-05-14 21:25:26 +02003398PXA MMCI DRIVER
3399S: Orphan
3400
Linus Torvalds1da177e2005-04-16 15:20:36 -07003401QLOGIC QLA2XXX FC-SCSI DRIVER
3402P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003403M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003404L: linux-scsi@vger.kernel.org
3405S: Supported
3406
Ron Mercer5a4faa872006-07-25 00:40:21 -07003407QLOGIC QLA3XXX NETWORK DRIVER
3408P: Ron Mercer
3409M: linux-driver@qlogic.com
3410L: netdev@vger.kernel.org
3411S: Supported
3412
Ron Mercerc4e84bd2008-09-18 11:56:28 -04003413QLOGIC QLGE 10Gb ETHERNET DRIVER
3414P: Ron Mercer
3415M: linux-driver@qlogic.com
3416M: ron.mercer@qlogic.com
3417L: netdev@vger.kernel.org
3418S: Supported
3419
Linus Torvalds1da177e2005-04-16 15:20:36 -07003420QNX4 FILESYSTEM
3421P: Anders Larsen
3422M: al@alarsen.net
3423L: linux-kernel@vger.kernel.org
3424W: http://www.alarsen.net/linux/qnx4fs/
3425S: Maintained
3426
3427RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003428P: Benjamin Herrenschmidt
3429M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003430L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003431S: Maintained
3432
3433RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003434P: Paul Mackerras
3435M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003436L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003437S: Maintained
3438
3439RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3440P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003441M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003442L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003443S: Maintained
3444
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003445RALINK RT2X00 WLAN DRIVER
3446P: rt2x00 project
3447L: linux-wireless@vger.kernel.org
3448L: rt2400-devel@lists.sourceforge.net
3449W: http://rt2x00.serialmonkey.com/
3450S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003451T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003452F: drivers/net/wireless/rt2x00/
3453
Nick Piggin9db55792008-02-08 04:19:49 -08003454RAMDISK RAM BLOCK DEVICE DRIVER
3455P: Nick Piggin
3456M: npiggin@suse.de
3457S: Maintained
3458
Matt Mackall9e95ce22005-04-16 15:25:56 -07003459RANDOM NUMBER DRIVER
3460P: Matt Mackall
3461M: mpm@selenic.com
3462S: Maintained
3463
Matt Porter394b7012005-11-07 01:00:15 -08003464RAPIDIO SUBSYSTEM
3465P: Matt Porter
3466M: mporter@kernel.crashing.org
3467L: linux-kernel@vger.kernel.org
3468S: Maintained
3469
Florian Fainellic1f766b2008-02-06 22:39:44 +01003470RDC R-321X SoC
3471P: Florian Fainelli
3472M: florian.fainelli@telecomint.eu
3473L: linux-kernel@vger.kernel.org
3474S: Maintained
3475
Florian Fainellidb17f392007-12-19 11:30:30 +01003476RDC R6040 FAST ETHERNET DRIVER
3477P: Florian Fainelli
3478M: florian.fainelli@telecomint.eu
3479L: netdev@vger.kernel.org
3480S: Maintained
3481
Josh Triplett595182b2006-10-04 02:17:21 -07003482READ-COPY UPDATE (RCU)
3483P: Dipankar Sarma
3484M: dipankar@in.ibm.com
3485W: http://www.rdrop.com/users/paulmck/rclock/
3486L: linux-kernel@vger.kernel.org
3487S: Supported
3488
3489RCUTORTURE MODULE
3490P: Josh Triplett
3491M: josh@freedesktop.org
3492L: linux-kernel@vger.kernel.org
3493S: Maintained
3494
Linus Torvalds1da177e2005-04-16 15:20:36 -07003495REAL TIME CLOCK DRIVER
3496P: Paul Gortmaker
3497M: p_gortmaker@yahoo.com
3498L: linux-kernel@vger.kernel.org
3499S: Maintained
3500
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003501REAL TIME CLOCK (RTC) SUBSYSTEM
3502P: Alessandro Zummo
3503M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003504L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003505S: Maintained
3506
Linus Torvalds1da177e2005-04-16 15:20:36 -07003507REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003508L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003509S: Supported
3510
Ivo van Doorne08976452008-04-12 19:23:55 +02003511RFKILL
3512P: Ivo van Doorn
3513M: IvDoorn@gmail.com
3514L: netdev@vger.kernel.org
3515S: Maintained
3516F: net/rfkill
3517
Linus Torvalds1da177e2005-04-16 15:20:36 -07003518ROCKETPORT DRIVER
3519P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003520W: http://www.comtrol.com
3521S: Maintained
3522
3523ROSE NETWORK LAYER
3524P: Ralf Baechle
3525M: ralf@linux-mips.org
3526L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003527W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003528S: Maintained
3529
3530RISCOM8 DRIVER
3531S: Orphan
3532
Michael Wu605bebe2007-05-14 01:41:02 -04003533RTL818X WIRELESS DRIVER
3534P: Michael Wu
3535M: flamingice@sourmilk.net
3536P: Andrea Merello
3537M: andreamrl@tiscali.it
3538L: linux-wireless@vger.kernel.org
3539W: http://linuxwireless.org/
3540T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3541S: Maintained
3542
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003543S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003544P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003545M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003546L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003547S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003548
Linus Torvalds1da177e2005-04-16 15:20:36 -07003549S390
3550P: Martin Schwidefsky
3551M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003552P: Heiko Carstens
3553M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003554M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003555L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003556W: http://www.ibm.com/developerworks/linux/linux390/
3557S: Supported
3558
3559S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003560P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003561M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003562P: Frank Blaschka
3563M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003564M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003565L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003566W: http://www.ibm.com/developerworks/linux/linux390/
3567S: Supported
3568
3569S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003570P: Christof Schmitt
3571M: christof.schmitt@de.ibm.com
3572P: Martin Peschke
3573M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003574M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003575L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003576W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003577S: Supported
3578
Ursula Braundd96df22007-09-19 13:09:02 +02003579S390 IUCV NETWORK LAYER
3580P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003581M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003582M: linux390@de.ibm.com
3583L: linux-s390@vger.kernel.org
3584W: http://www.ibm.com/developerworks/linux/linux390/
3585S: Supported
3586
Ben Dooks4dde7f72008-06-30 22:40:38 +01003587S3C24XX SD/MMC Driver
3588P: Ben Dooks
3589M: ben-linux@fluff.org
3590L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3591L: linux-kernel@vger.kernel.org
3592S: Supported
3593
Linus Torvalds1da177e2005-04-16 15:20:36 -07003594SAA7146 VIDEO4LINUX-2 DRIVER
3595P: Michael Hunold
3596M: michael@mihu.de
3597W: http://www.mihu.de/linux/saa7146
3598S: Maintained
3599
Linus Torvalds1da177e2005-04-16 15:20:36 -07003600SC1200 WDT DRIVER
3601P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003602M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003603S: Maintained
3604
3605SCHEDULER
3606P: Ingo Molnar
3607M: mingo@elte.hu
3608P: Robert Love [the preemptible kernel bits]
3609M: rml@tech9.net
3610L: linux-kernel@vger.kernel.org
3611S: Maintained
3612
3613SCSI CDROM DRIVER
3614P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003615M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003616L: linux-scsi@vger.kernel.org
3617W: http://www.kernel.dk
3618S: Maintained
3619
3620SCSI SG DRIVER
3621P: Doug Gilbert
3622M: dgilbert@interlog.com
3623L: linux-scsi@vger.kernel.org
3624W: http://www.torque.net/sg
3625S: Maintained
3626
3627SCSI SUBSYSTEM
3628P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003629M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003630L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003631T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003632T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3633T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003634S: Maintained
3635
3636SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003637P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003638M: Kai.Makisara@kolumbus.fi
3639L: linux-scsi@vger.kernel.org
3640S: Maintained
3641
3642SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003643P: Vlad Yasevich
3644M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003645P: Sridhar Samudrala
3646M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003647L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003648W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003649S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003650
3651SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003652P: Jim Cromie
3653M: jim.cromie@gmail.com
3654S: Odd Fixes
3655
3656SCx200 GPIO DRIVER
3657P: Jim Cromie
3658M: jim.cromie@gmail.com
3659S: Maintained
3660
3661SCx200 HRT CLOCKSOURCE DRIVER
3662P: Jim Cromie
3663M: jim.cromie@gmail.com
3664S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003665
Sascha Sommer6a369132008-07-15 14:21:29 +02003666SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3667P: Sascha Sommer
3668M: saschasommer@freenet.de
3669L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3670S: Maintained
3671
Linus Torvalds1da177e2005-04-16 15:20:36 -07003672SECURITY CONTACT
3673P: Security Officers
3674M: security@kernel.org
3675S: Supported
3676
3677SELINUX SECURITY MODULE
3678P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003679M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003680P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003681M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003682P: Eric Paris
3683M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003684L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003685L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Stephen Smalleyf0589252008-09-11 09:20:26 -04003686W: http://selinuxproject.org
3687T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003688S: Supported
3689
Jiri Slabycef2cf02007-05-08 00:31:45 -07003690SENSABLE PHANTOM
3691P: Jiri Slaby
3692M: jirislaby@gmail.com
3693S: Maintained
3694
Linus Torvalds1da177e2005-04-16 15:20:36 -07003695SERIAL ATA (SATA) SUBSYSTEM:
3696P: Jeff Garzik
3697M: jgarzik@pobox.com
3698L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003699T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003700S: Supported
3701
3702SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3703P: Pat Gefre
3704M: pfg@sgi.com
3705L: linux-ia64@vger.kernel.org
3706S: Supported
3707
Ben Hutchings8ceee662008-04-27 12:55:59 +01003708SFC NETWORK DRIVER
3709P: Steve Hodgson
3710P: Ben Hutchings
3711P: Robert Stonehouse
3712M: linux-net-drivers@solarflare.com
3713S: Supported
3714
Linus Torvalds1da177e2005-04-16 15:20:36 -07003715SGI VISUAL WORKSTATION 320 AND 540
3716P: Andrey Panin
3717M: pazke@donpac.ru
3718L: linux-visws-devel@lists.sf.net
3719W: http://linux-visws.sf.net
3720S: Maintained for 2.6.
3721
Jack Steiner75312612008-08-15 00:40:42 -07003722SGI GRU DRIVER
3723P: Jack Steiner
3724M: steiner@sgi.com
3725S: Maintained
3726
3727SGI XP/XPC/XPNET DRIVER
3728P: Dean Nelson
3729M: dcn@sgi.com
3730S: Maintained
3731
Linus Torvalds1da177e2005-04-16 15:20:36 -07003732SIMTEC EB110ATX (Chalice CATS)
3733P: Ben Dooks
3734P: Vincent Sanders
3735M: support@simtec.co.uk
3736W: http://www.simtec.co.uk/products/EB110ATX/
3737S: Supported
3738
3739SIMTEC EB2410ITX (BAST)
3740P: Ben Dooks
3741P: Vincent Sanders
3742M: support@simtec.co.uk
3743W: http://www.simtec.co.uk/products/EB2410ITX/
3744S: Supported
3745
Francois Romieu92aab3c2005-07-30 13:11:18 +02003746SIS 190 ETHERNET DRIVER
3747P: Francois Romieu
3748M: romieu@fr.zoreil.com
3749L: netdev@vger.kernel.org
3750S: Maintained
3751
Linus Torvalds1da177e2005-04-16 15:20:36 -07003752SIS 900/7016 FAST ETHERNET DRIVER
3753P: Daniele Venzano
3754M: venza@brownhat.org
3755W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003756L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003757S: Maintained
3758
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003759SIS 96X I2C/SMBUS DRIVER
3760P: Mark M. Hoffman
3761M: mhoffman@lightlink.com
Jean Delvare17a172f2008-09-24 13:39:22 +02003762L: i2c@lm-sensors.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003763S: Maintained
3764
Linus Torvalds1da177e2005-04-16 15:20:36 -07003765SIS FRAMEBUFFER DRIVER
3766P: Thomas Winischhofer
3767M: thomas@winischhofer.net
3768W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003769S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003770
3771SIS USB2VGA DRIVER
3772P: Thomas Winischhofer
3773M: thomas@winischhofer.net
3774W: http://www.winischhofer.at/linuxsisusbvga.shtml
3775S: Maintained
3776
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003777SLAB ALLOCATOR
3778P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003779M: cl@linux-foundation.org
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003780P: Pekka Enberg
3781M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003782P: Matt Mackall
3783M: mpm@selenic.com
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003784L: linux-mm@kvack.org
3785S: Maintained
3786
Linus Torvalds1da177e2005-04-16 15:20:36 -07003787SMC91x ETHERNET DRIVER
3788P: Nicolas Pitre
3789M: nico@cam.org
3790S: Maintained
3791
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003792SMSC47B397 HARDWARE MONITOR DRIVER
3793P: Mark M. Hoffman
3794M: mhoffman@lightlink.com
3795L: lm-sensors@lm-sensors.org
3796S: Maintained
3797
Ben Nizetteb54f2862008-03-13 22:27:30 +11003798SMX UIO Interface
3799P: Ben Nizette
3800M: bn@niasdigital.com
3801S: Maintained
3802
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003803SOC-CAMERA V4L2 SUBSYSTEM
Jean Delvare795fb7e2008-09-20 12:33:08 +02003804P: Guennadi Liakhovetski
3805M: g.liakhovetski@gmx.de
3806L: video4linux-list@redhat.com
3807S: Maintained
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003808
Linus Torvalds1da177e2005-04-16 15:20:36 -07003809SOFTWARE RAID (Multiple Disks) SUPPORT
3810P: Ingo Molnar
3811M: mingo@redhat.com
3812P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003813M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003814L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003815S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003816
Pavel Machek95a631e2007-07-19 01:47:42 -07003817HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003818P: Pavel Machek
3819M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003820P: Rafael J. Wysocki
3821M: rjw@sisk.pl
3822L: linux-pm@lists.linux-foundation.org
3823S: Supported
3824
3825SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003826P: Len Brown
3827M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003828P: Pavel Machek
3829M: pavel@suse.cz
3830P: Rafael J. Wysocki
3831M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003832L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003833S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003834
3835SONIC NETWORK DRIVER
3836P: Thomas Bogendoerfer
3837M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003838L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003839S: Maintained
3840
Michael Buesch61e115a2007-09-18 15:12:50 -04003841SONICS SILICON BACKPLANE DRIVER (SSB)
3842P: Michael Buesch
3843M: mb@bu3sch.de
3844L: netdev@vger.kernel.org
3845S: Maintained
3846
Linus Torvalds1da177e2005-04-16 15:20:36 -07003847SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003848P: Mattia Dongili
3849M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003850L: linux-acpi@vger.kernel.org
3851W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003852S: Maintained
3853
Alex Dubovbaf85322008-02-09 10:20:54 -08003854SONY MEMORYSTICK CARD SUPPORT
3855P: Alex Dubov
3856M: oakad@yahoo.com
3857L: linux-kernel@vger.kernel.org
3858W: http://tifmxx.berlios.de/
3859S: Maintained
3860
Linus Torvalds1da177e2005-04-16 15:20:36 -07003861SOUND
3862P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003863M: perex@perex.cz
Takashi Iwai281712f2008-08-19 13:10:04 +02003864P: Takashi Iwai
3865M: tiwai@suse.de
Takashi Iwai82622042007-04-16 12:32:52 +02003866L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003867S: Maintained
3868
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003869SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3870P: Liam Girdwood
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01003871M: lrg@slimlogic.co.uk
Mark Brown2cad0ad2008-01-10 14:33:07 +01003872P: Mark Brown
3873M: broonie@opensource.wolfsonmicro.com
3874T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003875L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01003876W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003877S: Supported
3878
Kumar Gala025c3982006-04-02 16:05:54 -05003879SPI SUBSYSTEM
3880P: David Brownell
3881M: dbrownell@users.sourceforge.net
3882L: spi-devel-general@lists.sourceforge.net
3883S: Maintained
3884
Arnd Bergmannb8154542008-05-16 11:10:59 +02003885SPU FILE SYSTEM
3886P: Jeremy Kerr
3887M: jk@ozlabs.org
3888L: linuxppc-dev@ozlabs.org
3889L: cbe-oss-dev@ozlabs.org
3890W: http://www.ibm.com/developerworks/power/cell/
3891S: Supported
3892
Steven Rostedt855f46a2006-08-05 12:14:50 -07003893STABLE BRANCH:
3894P: Greg Kroah-Hartman
3895M: greg@kroah.com
3896P: Chris Wright
3897M: chrisw@sous-sol.org
3898L: stable@kernel.org
3899S: Maintained
3900
Linus Torvalds1da177e2005-04-16 15:20:36 -07003901SHARP LH SUPPORT (LH7952X & LH7A40X)
3902P: Marc Singer
3903M: elf@buici.com
3904W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003905L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003906S: Maintained
3907
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003908SHPC HOTPLUG DRIVER
3909P: Kristen Carlson Accardi
3910M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003911L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003912S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003913
Pierre Ossmand129bce2006-03-24 03:18:17 -08003914SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3915P: Pierre Ossman
3916M: drzeus-sdhci@drzeus.cx
3917L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003918S: Maintained
3919
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003920SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3921P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003922M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003923L: netdev@vger.kernel.org
3924S: Maintained
3925
Chris Boot1a87d942006-07-10 04:45:34 -07003926SOEKRIS NET48XX LED SUPPORT
3927P: Chris Boot
3928M: bootc@bootc.net
3929S: Maintained
3930
Linus Torvalds1da177e2005-04-16 15:20:36 -07003931SPARC (sparc32):
3932P: William L. Irwin
3933M: wli@holomorphy.com
3934L: sparclinux@vger.kernel.org
3935S: Maintained
3936
3937SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3938P: Roger Wolff
3939M: R.E.Wolff@BitWizard.nl
3940L: linux-kernel@vger.kernel.org ?
3941S: Supported
3942
Jim Lewis2752e402006-09-29 02:01:19 -07003943SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003944P: Ishizaki Kou
3945M: kou.ishizaki@toshiba.co.jp
3946P: Jens Osterkamp
3947M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003948L: netdev@vger.kernel.org
3949S: Supported
3950
Linus Torvalds1da177e2005-04-16 15:20:36 -07003951SRM (Alpha) environment access
3952P: Jan-Benedict Glaw
3953M: jbglaw@lug-owl.de
3954L: linux-kernel@vger.kernel.org
3955S: Maintained
3956
3957STARFIRE/DURALAN NETWORK DRIVER
3958P: Ion Badulescu
3959M: ionut@cs.columbia.edu
3960S: Maintained
3961
3962STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3963W: http://mosquitonet.Stanford.EDU/strip.html
Jean Delvarebaaea1d2008-09-20 12:34:33 +02003964S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003965
3966STRADIS MPEG-2 DECODER DRIVER
3967P: Nathan Laredo
3968M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003969W: http://www.stradis.com/
3970S: Maintained
3971
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003972SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003973P: Paul Mundt
3974M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003975L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003976W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003977T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09003978S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003979
3980SUN3/3X
3981P: Sam Creasey
3982M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003983W: http://sammy.net/sun3/
3984S: Maintained
3985
3986SVGA HANDLING
3987P: Martin Mares
3988M: mj@ucw.cz
3989L: linux-video@atrey.karlin.mff.cuni.cz
3990S: Maintained
3991
3992SYSV FILESYSTEM
3993P: Christoph Hellwig
3994M: hch@infradead.org
3995S: Maintained
3996
Alan Cox4e688522008-04-30 00:52:11 -07003997TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07003998P: Balbir Singh
3999M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004000L: linux-kernel@vger.kernel.org
4001S: Maintained
4002
Stephen Hemminger781b456a2006-07-10 20:25:29 -07004003TC CLASSIFIER
4004P: Jamal Hadi Salim
4005M: hadi@cyberus.ca
4006L: netdev@vger.kernel.org
4007S: Maintained
4008
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004009TCP LOW PRIORITY MODULE
4010P: Wong Hoi Sing, Edison
4011M: hswong3i@gmail.com
4012P: Hung Hing Lun, Mike
4013M: hlhung3i@gmail.com
4014W: http://tcp-lp-mod.sourceforge.net/
4015S: Maintained
4016
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004017TEHUTI ETHERNET DRIVER
4018P: Alexander Indenbaum
4019M: baum@tehutinetworks.net
4020P: Andy Gospodarek
4021M: andy@greyhouse.net
4022L: netdev@vger.kernel.org
4023S: Supported
4024
Alan Cox4e688522008-04-30 00:52:11 -07004025Telecom Clock Driver for MCPL0010
4026P: Mark Gross
4027M: mark.gross@intel.com
4028S: Supported
4029
4030TENSILICA XTENSA PORT (xtensa):
4031P: Chris Zankel
4032M: chris@zankel.net
4033S: Maintained
4034
4035THINKPAD ACPI EXTRAS DRIVER
4036P: Henrique de Moraes Holschuh
4037M: ibm-acpi@hmh.eng.br
4038L: ibm-acpi-devel@lists.sourceforge.net
4039W: http://ibm-acpi.sourceforge.net
4040W: http://thinkwiki.org/wiki/Ibm-acpi
4041T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4042S: Maintained
4043
Alex Dubov4020f2d2006-10-04 02:15:37 -07004044TI FLASH MEDIA INTERFACE DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02004045P: Alex Dubov
4046M: oakad@yahoo.com
4047S: Maintained
Alex Dubov4020f2d2006-10-04 02:15:37 -07004048
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004049TI OMAP MMC INTERFACE DRIVER
4050P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004051M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004052W: http://linux.omap.com
4053W: http://www.muru.com/linux/omap/
4054S: Maintained
4055
Michael Buesch844dd052006-06-26 00:24:59 -07004056TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4057P: Deepak Saxena
4058M: dsaxena@plexity.net
4059S: Maintained
4060
Per Lidene86eaa32006-01-12 16:45:18 +01004061TIPC NETWORK LAYER
4062P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004063M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004064P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004065M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004066P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004067M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004068L: tipc-discussion@lists.sourceforge.net
4069W: http://tipc.sourceforge.net/
4070W: http://tipc.cslab.ericsson.net/
4071T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4072S: Maintained
4073
Linus Torvalds1da177e2005-04-16 15:20:36 -07004074TLAN NETWORK DRIVER
4075P: Samuel Chessman
4076M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004077L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004078W: http://sourceforge.net/projects/tlan/
4079S: Maintained
4080
Linus Torvalds1da177e2005-04-16 15:20:36 -07004081TOSHIBA ACPI EXTRAS DRIVER
4082P: John Belmonte
4083M: toshiba_acpi@memebeam.org
4084W: http://memebeam.org/toys/ToshibaAcpiDriver
4085S: Maintained
4086
4087TOSHIBA SMM DRIVER
4088P: Jonathan Buzzard
4089M: jonathan@buzzard.org.uk
4090L: tlinux-users@tce.toshiba-dme.co.jp
4091W: http://www.buzzard.org.uk/toshiba/
4092S: Maintained
4093
Alan Cox4e688522008-04-30 00:52:11 -07004094TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004095P: Debora Velarde
4096M: debora@linux.vnet.ibm.com
4097P: Rajiv Andrade
4098M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004099W: http://tpmdd.sourceforge.net
4100P: Marcel Selhorst
4101M: tpm@selhorst.net
4102W: http://www.prosec.rub.de/tpm/
4103L: tpmdd-devel@lists.sourceforge.net
4104S: Maintained
4105
Linus Torvalds1da177e2005-04-16 15:20:36 -07004106TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004107P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004108M: trivial@kernel.org
4109L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004110S: Maintained
4111
Alan Cox4e688522008-04-30 00:52:11 -07004112TTY LAYER
4113P: Alan Cox
4114M: alan@lxorguk.ukuu.org.uk
4115L: linux-kernel@vger.kernel.org
4116S: Maintained
4117
Grant Grundler740db6d2008-02-17 11:53:49 -07004118TULIP NETWORK DRIVERS
4119P: Grant Grundler
4120M: grundler@parisc-linux.org
4121P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004122M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004123L: netdev@vger.kernel.org
4124S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004125
4126TUN/TAP driver
4127P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004128M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004129L: vtun@office.satix.net
4130W: http://vtun.sourceforge.net/tun
4131S: Maintained
4132
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004133TURBOCHANNEL SUBSYSTEM
4134P: Maciej W. Rozycki
4135M: macro@linux-mips.org
4136S: Maintained
4137
Linus Torvalds1da177e2005-04-16 15:20:36 -07004138U14-34F SCSI DRIVER
4139P: Dario Ballabio
4140M: ballabio_dario@emc.com
4141L: linux-scsi@vger.kernel.org
4142S: Maintained
4143
Alan Coxcc2020e2008-05-19 14:21:51 +01004144UCLINUX (AND M68KNOMMU)
4145P: Greg Ungerer
4146M: gerg@uclinux.org
4147W: http://www.uclinux.org/
4148L: uclinux-dev@uclinux.org (subscribers-only)
4149S: Maintained
4150
Alan Coxcc2020e2008-05-19 14:21:51 +01004151UCLINUX FOR RENESAS H8/300
4152P: Yoshinori Sato
4153M: ysato@users.sourceforge.jp
4154W: http://uclinux-h8.sourceforge.jp/
4155S: Supported
4156
Linus Torvalds1da177e2005-04-16 15:20:36 -07004157UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004158P: Jan Kara
4159M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004160W: http://linux-udf.sourceforge.net
4161S: Maintained
4162
Alan Coxcc2020e2008-05-19 14:21:51 +01004163UFS FILESYSTEM
4164P: Evgeniy Dushistov
4165M: dushistov@mail.ru
4166L: linux-kernel@vger.kernel.org
4167S: Maintained
4168
4169UltraSPARC (sparc64):
4170P: David S. Miller
4171M: davem@davemloft.net
4172L: sparclinux@vger.kernel.org
4173T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4174S: Maintained
4175
Linus Torvalds1da177e2005-04-16 15:20:36 -07004176UNIFORM CDROM DRIVER
4177P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004178M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004179L: linux-kernel@vger.kernel.org
4180W: http://www.kernel.dk
4181S: Maintained
4182
4183USB ACM DRIVER
4184P: Oliver Neukum
4185M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004186L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004187S: Maintained
4188
4189USB BLOCK DRIVER (UB ub)
4190P: Pete Zaitcev
4191M: zaitcev@redhat.com
4192L: linux-kernel@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004193L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004194S: Supported
4195
Linus Torvalds1da177e2005-04-16 15:20:36 -07004196USB CDC ETHERNET DRIVER
4197P: Greg Kroah-Hartman
4198M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004199L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004200S: Maintained
4201W: http://www.kroah.com/linux-usb/
4202
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004203USB CYPRESS C67X00 DRIVER
4204P: Peter Korsgaard
4205M: jacmet@sunsite.dk
4206L: linux-usb@vger.kernel.org
4207S: Maintained
4208
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004209USB DAVICOM DM9601 DRIVER
4210P: Peter Korsgaard
4211M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004212L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004213W: http://www.linux-usb.org/usbnet
4214S: Maintained
4215
Alan Coxcc2020e2008-05-19 14:21:51 +01004216USB DIAMOND RIO500 DRIVER
4217P: Cesar Miquel
4218M: miquel@df.uba.ar
4219L: rio500-users@lists.sourceforge.net
4220W: http://rio500.sourceforge.net
4221S: Maintained
4222
Linus Torvalds1da177e2005-04-16 15:20:36 -07004223USB EHCI DRIVER
4224P: David Brownell
4225M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004226L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004227S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004228
Luca Risolia7ce08c92006-01-11 02:06:59 +00004229USB ET61X[12]51 DRIVER
4230P: Luca Risolia
4231M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004232L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004233L: video4linux-list@redhat.com
4234W: http://www.linux-projects.org
4235S: Maintained
4236
David Brownell69ae9e32006-11-14 02:03:31 -08004237USB GADGET/PERIPHERAL SUBSYSTEM
4238P: David Brownell
4239M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004240L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004241W: http://www.linux-usb.org/gadget
4242S: Maintained
4243
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004244USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004245P: Jiri Kosina
4246M: jkosina@suse.cz
Jean Delvare795fb7e2008-09-20 12:33:08 +02004247L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004248T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004249S: Maintained
4250
Olav Kongas959eea22005-11-03 17:38:14 +02004251USB ISP116X DRIVER
4252P: Olav Kongas
4253M: ok@artecdesign.ee
Jean Delvare795fb7e2008-09-20 12:33:08 +02004254L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004255S: Maintained
4256
Linus Torvalds1da177e2005-04-16 15:20:36 -07004257USB KAWASAKI LSI DRIVER
4258P: Oliver Neukum
4259M: oliver@neukum.name
Jean Delvare795fb7e2008-09-20 12:33:08 +02004260L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004261S: Maintained
4262
4263USB MASS STORAGE DRIVER
4264P: Matthew Dharm
4265M: mdharm-usb@one-eyed-alien.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004266L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004267L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004268S: Maintained
4269W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4270
4271USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004272P: David Brownell
4273M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004274L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004275S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004276
Matthias Urlichsba460e42005-07-14 00:33:47 -07004277USB OPTION-CARD DRIVER
4278P: Matthias Urlichs
4279M: smurf@smurf.noris.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004280L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004281S: Maintained
4282
Linus Torvalds1da177e2005-04-16 15:20:36 -07004283USB OV511 DRIVER
4284P: Mark McClelland
4285M: mmcclell@bigfoot.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004286L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004287W: http://alpha.dyndns.org/ov511/
4288S: Maintained
4289
4290USB PEGASUS DRIVER
4291P: Petko Manolov
4292M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004293L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004294L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004295W: http://pegasus2.sourceforge.net/
4296S: Maintained
4297
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004298USB PRINTER DRIVER (usblp)
4299P: Pete Zaitcev
4300M: zaitcev@redhat.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004301L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004302S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004303
4304USB RTL8150 DRIVER
4305P: Petko Manolov
4306M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004307L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004308L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004309W: http://pegasus2.sourceforge.net/
4310S: Maintained
4311
4312USB SE401 DRIVER
4313P: Jeroen Vreeken
4314M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004315L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004316W: http://www.chello.nl/~j.vreeken/se401/
4317S: Maintained
4318
Alan Cox4e688522008-04-30 00:52:11 -07004319USB SERIAL BELKIN F5U103 DRIVER
4320P: William Greathouse
4321M: wgreathouse@smva.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004322L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004323S: Maintained
4324
4325USB SERIAL CYPRESS M8 DRIVER
4326P: Lonnie Mendez
4327M: dignome@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004328L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004329S: Maintained
4330W: http://geocities.com/i0xox0i
4331W: http://firstlight.net/cvs
4332
Linus Torvalds1da177e2005-04-16 15:20:36 -07004333USB SERIAL CYBERJACK DRIVER
4334P: Matthias Bruestle and Harald Welte
4335M: support@reiner-sct.com
4336W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4337S: Maintained
4338
4339USB SERIAL DIGI ACCELEPORT DRIVER
4340P: Peter Berger and Al Borchers
4341M: pberger@brimson.com
4342M: alborchers@steinerpoint.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004343L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004344S: Maintained
4345
4346USB SERIAL DRIVER
4347P: Greg Kroah-Hartman
4348M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004349L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004350S: Supported
4351
Linus Torvalds1da177e2005-04-16 15:20:36 -07004352USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4353P: Gary Brubaker
4354M: xavyer@ix.netcom.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004355L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004356S: Maintained
4357
4358USB SERIAL KEYSPAN DRIVER
4359P: Greg Kroah-Hartman
4360M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004361L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004362W: http://www.kroah.com/linux/
4363S: Maintained
4364
4365USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004366P: Support Department
4367M: support@connecttech.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004368L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004369W: http://www.connecttech.com
4370S: Supported
4371
Steve Glendinning2f7ca802008-10-02 05:27:57 +00004372USB SMSC95XX ETHERNET DRIVER
4373P: Steve Glendinning
4374M: steve.glendinning@smsc.com
4375L: netdev@vger.kernel.org
4376S: Supported
4377
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004378USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004379P: Luca Risolia
4380M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004381L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004382L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004383W: http://www.linux-projects.org
4384S: Maintained
4385
4386USB SUBSYSTEM
4387P: Greg Kroah-Hartman
4388M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004389L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004390W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004391T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004392S: Supported
4393
4394USB UHCI DRIVER
4395P: Alan Stern
4396M: stern@rowland.harvard.edu
Jean Delvare795fb7e2008-09-20 12:33:08 +02004397L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004398S: Maintained
4399
David Brownell69ae9e32006-11-14 02:03:31 -08004400USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004401P: David Brownell
4402M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004403L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004404W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004405S: Maintained
4406
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004407USB VIDEO CLASS
4408P: Laurent Pinchart
4409M: laurent.pinchart@skynet.be
Ming Leiecc9a042008-09-13 02:33:21 -07004410L: linux-uvc-devel@lists.berlios.de
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004411L: video4linux-list@redhat.com
4412W: http://linux-uvc.berlios.de
4413S: Maintained
4414
Linus Torvalds1da177e2005-04-16 15:20:36 -07004415USB W996[87]CF DRIVER
4416P: Luca Risolia
4417M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004418L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004419L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004420W: http://www.linux-projects.org
4421S: Maintained
4422
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004423USB WIRELESS RNDIS DRIVER (rndis_wlan)
4424P: Jussi Kivilinna
4425M: jussi.kivilinna@mbnet.fi
4426L: linux-wireless@vger.kernel.org
4427S: Maintained
4428
Luca Risolia60f78052006-02-06 16:29:35 +00004429USB ZC0301 DRIVER
4430P: Luca Risolia
4431M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004432L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004433L: video4linux-list@redhat.com
4434W: http://www.linux-projects.org
4435S: Maintained
4436
Linus Torvalds1da177e2005-04-16 15:20:36 -07004437USB ZD1201 DRIVER
4438P: Jeroen Vreeken
4439M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004440L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004441W: http://linux-lc100020.sourceforge.net
4442S: Maintained
4443
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004444USB ZR364XX DRIVER
4445P: Antoine Jacquet
4446M: royale@zerezo.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004447L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004448L: video4linux-list@redhat.com
4449W: http://royale.zerezo.com/zr364xx/
4450S: Maintained
4451
Linus Torvalds1da177e2005-04-16 15:20:36 -07004452USER-MODE LINUX
4453P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004454M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004455L: user-mode-linux-devel@lists.sourceforge.net
4456L: user-mode-linux-user@lists.sourceforge.net
4457W: http://user-mode-linux.sourceforge.net
4458S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004459
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004460USERSPACE I/O (UIO)
4461P: Hans J. Koch
4462M: hjk@linutronix.de
4463P: Greg Kroah-Hartman
4464M: gregkh@suse.de
4465L: linux-kernel@vger.kernel.org
4466S: Maintained
4467
Karel Zakf899b0a2008-05-23 13:04:21 -07004468UTIL-LINUX-NG PACKAGE
4469P: Karel Zak
4470M: kzak@redhat.com
4471L: util-linux-ng@vger.kernel.org
4472W: http://kernel.org/~kzak/util-linux-ng/
4473T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4474S: Maintained
4475
Alan Cox4e688522008-04-30 00:52:11 -07004476VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004477P: OGAWA Hirofumi
4478M: hirofumi@mail.parknet.co.jp
4479L: linux-kernel@vger.kernel.org
4480S: Maintained
4481
Linus Torvalds1da177e2005-04-16 15:20:36 -07004482VIA RHINE NETWORK DRIVER
4483P: Roger Luethi
4484M: rl@hellgate.ch
4485S: Maintained
4486
Jean Delvare32c0a522005-09-22 21:47:58 +02004487VIAPRO SMBUS DRIVER
4488P: Jean Delvare
4489M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004490L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004491S: Maintained
4492
Francois Romieu01f20732007-01-26 00:57:17 -08004493VIA VELOCITY NETWORK DRIVER
4494P: Francois Romieu
4495M: romieu@fr.zoreil.com
4496L: netdev@vger.kernel.org
4497S: Maintained
4498
Linus Torvalds1da177e2005-04-16 15:20:36 -07004499VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004500P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004501M: mchehab@infradead.org
4502M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004503L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004504W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004505T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004506S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004507
Patrick McHardybe7f8272007-10-23 20:26:36 -07004508VLAN (802.1Q)
4509P: Patrick McHardy
4510M: kaber@trash.net
4511L: netdev@vger.kernel.org
4512S: Maintained
4513
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004514VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4515P: Liam Girdwood
4516M: lg@opensource.wolfsonmicro.com
4517P: Mark Brown
4518M: broonie@opensource.wolfsonmicro.com
4519W: http://opensource.wolfsonmicro.com/node/15
4520T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4521S: Supported
4522
Juerg Haefligerab413192006-09-24 20:54:04 +02004523VT1211 HARDWARE MONITOR DRIVER
4524P: Juerg Haefliger
4525M: juergh@gmail.com
4526L: lm-sensors@lm-sensors.org
4527S: Maintained
4528
Roger Lucas1de9e372005-11-26 20:20:05 +01004529VT8231 HARDWARE MONITOR DRIVER
4530P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004531M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004532L: lm-sensors@lm-sensors.org
4533S: Maintained
4534
Linus Torvalds1da177e2005-04-16 15:20:36 -07004535W1 DALLAS'S 1-WIRE BUS
4536P: Evgeniy Polyakov
4537M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004538S: Maintained
4539
Charles Spirakis13927072006-07-05 18:05:15 +02004540W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004541P: Marc Hulsman
4542M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004543L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004544S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004545
Rudolf Marek61db0112006-12-12 18:18:30 +01004546W83793 HARDWARE MONITORING DRIVER
4547P: Rudolf Marek
4548M: r.marek@assembler.cz
4549L: lm-sensors@lm-sensors.org
4550S: Maintained
4551
Linus Torvalds1da177e2005-04-16 15:20:36 -07004552W83L51xD SD/MMC CARD INTERFACE DRIVER
4553P: Pierre Ossman
4554M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004555L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004556S: Maintained
4557
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004558WATCHDOG DEVICE DRIVERS
4559P: Wim Van Sebroeck
4560M: wim@iguana.be
4561T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4562S: Maintained
4563
Linus Torvalds1da177e2005-04-16 15:20:36 -07004564WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4565P: Jean Tourrilhes
4566M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004567L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004568W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4569S: Maintained
4570
4571WD7000 SCSI DRIVER
4572P: Miroslav Zagorac
4573M: zaga@fly.cc.fer.hr
4574L: linux-scsi@vger.kernel.org
4575S: Maintained
4576
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004577WISTRON LAPTOP BUTTON DRIVER
4578P: Miloslav Trmac
4579M: mitr@volny.cz
4580S: Maintained
4581
Linus Torvalds1da177e2005-04-16 15:20:36 -07004582WL3501 WIRELESS PCMCIA CARD DRIVER
4583P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004584M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004585L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004586W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004587S: Maintained
4588
Mark Brownfebf1df2008-04-02 00:51:09 -04004589WM97XX TOUCHSCREEN DRIVERS
4590P: Mark Brown
4591M: broonie@opensource.wolfsonmicro.com
4592P: Liam Girdwood
4593M: liam.girdwood@wolfsonmicro.com
4594L: linux-input@vger.kernel.org
4595T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4596W: http://opensource.wolfsonmicro.com/node/7
4597S: Supported
4598
Linus Torvalds1da177e2005-04-16 15:20:36 -07004599X.25 NETWORK LAYER
4600P: Henner Eisen
4601M: eis@baty.hanse.de
4602L: linux-x25@vger.kernel.org
4603S: Maintained
4604
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004605XEN HYPERVISOR INTERFACE
4606P: Jeremy Fitzhardinge
4607M: jeremy@xensource.com
4608P: Chris Wright
4609M: chrisw@sous-sol.org
4610L: virtualization@lists.osdl.org
4611L: xen-devel@lists.xensource.com
4612S: Supported
4613
Linus Torvalds1da177e2005-04-16 15:20:36 -07004614XFS FILESYSTEM
4615P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004616P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004617M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004618L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004619W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004620T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004621S: Supported
4622
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004623XILINX SYSTEMACE DRIVER
4624P: Grant Likely
4625M: grant.likely@secretlab.ca
4626W: http://www.secretlab.ca/
4627L: linux-kernel@vger.kernel.org
4628S: Maintained
4629
Peter Korsgaard238b8722006-12-06 20:35:17 -08004630XILINX UARTLITE SERIAL DRIVER
4631P: Peter Korsgaard
4632M: jacmet@sunsite.dk
4633L: linux-serial@vger.kernel.org
4634S: Maintained
4635
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004636X86 ARCHITECTURE (32-BIT AND 64-BIT)
4637P: Thomas Gleixner
4638M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004639P: Ingo Molnar
4640M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004641P: H. Peter Anvin
4642M: hpa@zytor.com
4643L: linux-kernel@vger.kernel.org
4644T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004645S: Maintained
4646
Linus Torvalds1da177e2005-04-16 15:20:36 -07004647YAM DRIVER FOR AX.25
4648P: Jean-Paul Roubelat
4649M: jpr@f6fbb.org
4650L: linux-hams@vger.kernel.org
4651S: Maintained
4652
Henkaf64a5e2005-10-12 15:02:56 +02004653YEALINK PHONE DRIVER
4654P: Henk Vergonet
4655M: Henk.Vergonet@gmail.com
4656L: usbb2k-api-dev@nongnu.org
4657S: Maintained
4658
Linus Torvalds1da177e2005-04-16 15:20:36 -07004659Z8530 DRIVER FOR AX.25
4660P: Joerg Reuter
4661M: jreuter@yaina.de
4662W: http://yaina.de/jreuter/
4663W: http://www.qsl.net/dl1bke/
4664L: linux-hams@vger.kernel.org
4665S: Maintained
4666
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004667ZD1211RW WIRELESS DRIVER
4668P: Daniel Drake
4669M: dsd@gentoo.org
4670P: Ulrich Kunitz
4671M: kune@deine-taler.de
4672W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004673L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004674L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4675S: Maintained
4676
Linus Torvalds1da177e2005-04-16 15:20:36 -07004677ZR36067 VIDEO FOR LINUX DRIVER
4678P: Ronald Bultje
4679M: rbultje@ronald.bitfreak.net
4680L: mjpeg-users@lists.sourceforge.net
4681W: http://mjpeg.sourceforge.net/driver-zoran/
4682S: Maintained
4683
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004684ZS DECSTATION Z85C30 SERIAL DRIVER
4685P: Maciej W. Rozycki
4686M: macro@linux-mips.org
4687S: Maintained
4688
Linus Torvalds1da177e2005-04-16 15:20:36 -07004689THE REST
4690P: Linus Torvalds
4691S: Buried alive in reporters