blob: 587f418ed00d46eceb92cf6251e3c49d1d87c029 [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
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001662P: Theodore Ts'o
1663M: tytso@mit.edu, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001664L: linux-ext4@vger.kernel.org
Theodore Ts'o08a225f2008-10-06 20:58:09 -04001665W: http://ext4.wiki.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001666S: Maintained
1667
Jean Delvaree53004e2006-01-09 23:26:14 +01001668F71805F HARDWARE MONITORING DRIVER
1669P: Jean Delvare
1670M: khali@linux-fr.org
1671L: lm-sensors@lm-sensors.org
1672S: Maintained
1673
Linus Torvalds1da177e2005-04-16 15:20:36 -07001674FARSYNC SYNCHRONOUS DRIVER
1675P: Kevin Curtis
1676M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677W: http://www.farsite.co.uk/
1678S: Supported
1679
Akinobu Mitac5408b82007-04-23 14:41:20 -07001680FAULT INJECTION SUPPORT
1681P: Akinobu Mita
1682M: akinobu.mita@gmail.com
1683S: Supported
1684
Linus Torvalds1da177e2005-04-16 15:20:36 -07001685FRAMEBUFFER LAYER
1686P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001687M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001688L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001689W: http://linux-fbdev.sourceforge.net/
1690S: Maintained
1691
Zhang Wei173acc72008-03-01 07:42:48 -07001692FREESCALE DMA DRIVER
Zhang Wei76b0c7882008-05-13 14:44:59 -07001693P: Li Yang
1694M: leoli@freescale.com
1695P: Zhang Wei
1696M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001697L: linuxppc-embedded@ozlabs.org
1698L: linux-kernel@vger.kernel.org
1699S: Maintained
1700
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001701FREESCALE I2C CPM DRIVER
1702P: Jochen Friedrich
1703M: jochen@scram.de
1704L: linuxppc-dev@ozlabs.org
1705L: i2c@lm-sensors.org
1706S: Maintained
1707
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001708FREESCALE SOC FS_ENET DRIVER
1709P: Pantelis Antoniou
1710M: pantelis.antoniou@gmail.com
1711P: Vitaly Bordug
1712M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001713L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001714L: netdev@vger.kernel.org
1715S: Maintained
1716
Timur Tabid9e9d822008-04-24 08:45:26 +10001717FREESCALE QUICC ENGINE LIBRARY
1718P: Timur Tabi
1719M: timur@freescale.com
1720L: linuxppc-dev@ozlabs.org
1721S: Supported
1722
Li Yanga7205b32007-04-23 10:38:18 -07001723FREESCALE HIGHSPEED USB DEVICE DRIVER
1724P: Li Yang
1725M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001726L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001727L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001728S: Maintained
1729
Li Yangbeaf53b2007-05-25 13:54:02 +08001730FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1731P: Li Yang
1732M: leoli@freescale.com
1733L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001734L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001735S: Maintained
1736
Timur Tabid9e9d822008-04-24 08:45:26 +10001737FREESCALE QUICC ENGINE UCC UART DRIVER
1738P: Timur Tabi
1739M: timur@freescale.com
1740L: linuxppc-dev@ozlabs.org
1741S: Supported
1742
1743FREESCALE SOC SOUND DRIVERS
1744P: Timur Tabi
1745M: timur@freescale.com
1746L: alsa-devel@alsa-project.org
1747L: linuxppc-dev@ozlabs.org
1748S: Supported
1749
Linus Torvalds1da177e2005-04-16 15:20:36 -07001750FILE LOCKING (flock() and fcntl()/lockf())
1751P: Matthew Wilcox
1752M: matthew@wil.cx
1753L: linux-fsdevel@vger.kernel.org
1754S: Maintained
1755
1756FILESYSTEMS (VFS and infrastructure)
1757P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001758M: viro@zeniv.linux.org.uk
Paul Menageb9cf92e2008-02-14 19:31:24 -08001759L: linux-fsdevel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001760S: Maintained
1761
Stefan Richterf148e202008-01-12 12:32:44 +01001762FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001763P: Kristian Hoegsberg, Stefan Richter
1764M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1765L: linux1394-devel@lists.sourceforge.net
1766W: http://www.linux1394.org/
1767T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1768S: Maintained
1769
Linus Torvalds1da177e2005-04-16 15:20:36 -07001770FIRMWARE LOADER (request_firmware)
1771L: linux-kernel@vger.kernel.org
1772S: Orphan
1773
1774FPU EMULATOR
1775P: Bill Metzenthen
1776M: billm@suburbia.net
1777W: http://suburbia.net/~billm/floating-point/emulator/
1778S: Maintained
1779
1780FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1781P: Mike McLagan
1782M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001783L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001784S: Maintained
1785
1786FREEVXFS FILESYSTEM
1787P: Christoph Hellwig
1788M: hch@infradead.org
1789W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1790S: Maintained
1791
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001792FTRACE
1793P: Steven Rostedt
1794M: srostedt@redhat.com
1795S: Maintained
1796
David Howells5ab7ffe2007-04-10 15:10:45 +01001797FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001798P: David Howells
1799M: dhowells@redhat.com
1800S: Maintained
1801
Jonathan Woithe20b93732008-06-11 10:14:56 +09301802FUJITSU LAPTOP EXTRAS
1803P: Jonathan Woithe
1804M: jwoithe@physics.adelaide.edu.au
1805L: linux-acpi@vger.kernel.org
1806S: Maintained
1807
Miklos Szeredi04578f12005-09-09 13:10:22 -07001808FUSE: FILESYSTEM IN USERSPACE
1809P: Miklos Szeredi
1810M: miklos@szeredi.hu
1811L: fuse-devel@lists.sourceforge.net
1812W: http://fuse.sourceforge.net/
1813S: Maintained
1814
Linus Torvalds1da177e2005-04-16 15:20:36 -07001815FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1816P: Rik Faith
1817M: faith@cs.unc.edu
1818L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001819S: Odd Fixes (e.g., new signatures)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001820
1821GDT SCSI DISK ARRAY CONTROLLER DRIVER
1822P: Achim Leubner
1823M: achim_leubner@adaptec.com
1824L: linux-scsi@vger.kernel.org
1825W: http://www.icp-vortex.com/
1826S: Supported
1827
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001828GENERIC GPIO I2C DRIVER
1829P: Haavard Skinnemoen
1830M: hskinnemoen@atmel.com
1831S: Supported
1832
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1834P: Krzysztof Halasa
1835M: khc@pm.waw.pl
1836W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1837S: Maintained
1838
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001839GFS2 FILE SYSTEM
1840P: Steven Whitehouse
1841M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001842L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001843W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001844T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1845T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001846S: Supported
1847
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001848GIGASET ISDN DRIVERS
1849P: Hansjoerg Lipp
1850M: hjlipp@web.de
1851P: Tilman Schmidt
1852M: tilman@imap.cc
1853L: gigaset307x-common@lists.sourceforge.net
1854W: http://gigaset307x.sourceforge.net/
1855S: Maintained
1856
Jean Delvare5b543962005-08-15 19:51:02 +02001857HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001858L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001859W: http://www.lm-sensors.org/
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001860S: Orphan
Jean Delvare5b543962005-08-15 19:51:02 +02001861
Michael Buesch844dd052006-06-26 00:24:59 -07001862HARDWARE RANDOM NUMBER GENERATOR CORE
Jean Delvarebaaea1d2008-09-20 12:34:33 +02001863S: Orphan
Michael Buesch844dd052006-06-26 00:24:59 -07001864
Robert Love860e1d62005-08-31 23:57:59 -04001865HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1866P: Robert Love
1867M: rlove@rlove.org
1868M: linux-kernel@vger.kernel.org
1869W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1870S: Maintained
1871
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872HARMONY SOUND DRIVER
1873P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001874M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001875L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876S: Maintained
1877
1878HAYES ESP SERIAL DRIVER
1879P: Andrew J. Robinson
1880M: arobinso@nyx.net
1881L: linux-kernel@vger.kernel.org
1882W: http://www.nyx.net/~arobinso
1883S: Maintained
1884
1885HFS FILESYSTEM
1886P: Roman Zippel
1887M: zippel@linux-m68k.org
1888L: linux-kernel@vger.kernel.org
1889S: Maintained
1890
1891HGA FRAMEBUFFER DRIVER
1892P: Ferenc Bakonyi
1893M: fero@drama.obuda.kando.hu
1894L: linux-nvidia@lists.surfsouth.com
1895W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1896S: Maintained
1897
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001898HID CORE LAYER
1899P: Jiri Kosina
1900M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001901L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001902T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001903S: Maintained
1904
Ingo Molnar38bed542007-02-22 09:09:34 +01001905HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1906P: Thomas Gleixner
1907M: tglx@linutronix.de
1908L: linux-kernel@vger.kernel.org
1909S: Maintained
1910
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911HIGH-SPEED SCC DRIVER FOR AX.25
1912P: Klaus Kudielka
1913M: klaus.kudielka@ieee.org
1914L: linux-hams@vger.kernel.org
1915W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1916S: Maintained
1917
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001918HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1919P: HighPoint Linux Team
1920M: linux@highpoint-tech.com
1921W: http://www.highpoint-tech.com
1922S: Supported
1923
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924HIPPI
1925P: Jes Sorensen
1926M: jes@trained-monkey.org
1927L: linux-hippi@sunsite.dk
1928S: Maintained
1929
1930HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1931P: Chirag Kantharia
1932M: chirag.kantharia@hp.com
1933L: iss_storagedev@hp.com
1934S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001935
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936HEWLETT-PACKARD SMART2 RAID DRIVER
1937P: Chirag Kantharia
1938M: chirag.kantharia@hp.com
1939L: iss_storagedev@hp.com
1940S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001941
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1943P: Mike Miller
1944M: mike.miller@hp.com
1945L: iss_storagedev@hp.com
1946S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001947
Jouni Malinenff1d2762005-05-12 22:54:16 -04001948HOST AP DRIVER
1949P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001950M: j@w1.fi
1951L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001952L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001953W: http://hostap.epitest.fi/
1954S: Maintained
1955
Linus Torvalds1da177e2005-04-16 15:20:36 -07001956HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1957P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001958M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959S: Maintained
1960
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001961HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1962P: Carlos Corbacho
1963M: carlos@strangeworlds.co.uk
1964S: Odd Fixes
1965
Clemens Ladischd36e74c2008-07-23 21:26:46 -07001966HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08001967P: Clemens Ladisch
1968M: clemens@ladisch.de
1969S: Maintained
1970
1971HPET: i386
1972P: Venkatesh Pallipadi (Venki)
1973M: venkatesh.pallipadi@intel.com
1974S: Maintained
1975
1976HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001977P: Vojtech Pavlik
1978M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001979S: Maintained
1980
1981HPET: ACPI hpet.c
1982P: Bob Picco
1983M: bob.picco@hp.com
1984S: Maintained
1985
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986HPFS FILESYSTEM
1987P: Mikulas Patocka
1988M: mikulas@artax.karlin.mff.cuni.cz
1989W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1990S: Maintained
1991
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04001992HTCPEN TOUCHSCREEN DRIVER
1993P: Pau Oliva Fora
1994M: pof@eslack.org
1995L: linux-input@vger.kernel.org
1996S: Maintained
1997
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998HUGETLB FILESYSTEM
1999P: William Irwin
2000M: wli@holomorphy.com
2001S: Maintained
2002
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002003I2C/SMBUS STUB DRIVER
2004P: Mark M. Hoffman
2005M: mhoffman@lightlink.com
Jean Delvare17a172f2008-09-24 13:39:22 +02002006L: i2c@lm-sensors.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04002007S: Maintained
2008
Jean Delvare5b543962005-08-15 19:51:02 +02002009I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02002010P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002011M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02002012P: Ben Dooks (embedded platforms)
2013M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02002014L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08002015T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002016S: Maintained
2017
Till Harbaume8c76ee2007-05-01 23:26:35 +02002018I2C-TINY-USB DRIVER
2019P: Till Harbaum
2020M: till@harbaum.org
2021L: i2c@lm-sensors.org
2022T: http://www.harbaum.org/till/i2c_tiny_usb
2023S: Maintained
2024
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002026P: H. Peter Anvin
2027M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028L: Linux-Kernel@vger.kernel.org
2029S: Maintained
2030
2031i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002032P: H. Peter Anvin
2033M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002034T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035S: Maintained
2036
Linus Torvalds1da177e2005-04-16 15:20:36 -07002037IA64 (Itanium) PLATFORM
2038P: Tony Luck
2039M: tony.luck@intel.com
2040L: linux-ia64@vger.kernel.org
2041W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002042T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002043S: Maintained
2044
2045SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06002046P: Jes Sorensen
2047M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002048L: linux-altix@sgi.com
2049L: linux-ia64@vger.kernel.org
2050W: http://www.sgi.com/altix
2051S: Maintained
2052
2053IBM MCA SCSI SUBSYSTEM DRIVER
2054P: Michael Lang
2055M: langa2@kph.uni-mainz.de
2056W: http://www.uni-mainz.de/~langm000/linux.html
2057S: Maintained
2058
2059IBM Power Linux RAID adapter
2060P: Brian King
2061M: brking@us.ibm.com
2062S: Supported
2063
2064IBM ServeRAID RAID DRIVER
2065P: Jack Hammer
2066P: Dave Jeffery
2067M: ipslinux@adaptec.com
2068W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002069S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002071IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002072P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002073M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002074L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002075T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002076S: Maintained
2077
2078IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002079P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002080M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002081L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002082S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002083
2084IDE/ATAPI FLOPPY DRIVERS
2085P: Paul Bristow
2086M: Paul Bristow <paul@paulbristow.net>
2087W: http://paulbristow.net/linux/idefloppy.html
2088L: linux-kernel@vger.kernel.org
2089S: Maintained
2090
2091IDE/ATAPI TAPE DRIVERS
2092P: Gadi Oxman
2093M: Gadi Oxman <gadio@netvision.net.il>
2094L: linux-kernel@vger.kernel.org
2095S: Maintained
2096
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002097IDE-SCSI DRIVER
2098L: linux-ide@vger.kernel.org
2099L: linux-scsi@vger.kernel.org
2100S: Orphan
2101
Stefan Richterf148e202008-01-12 12:32:44 +01002102IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002104M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002105P: Stefan Richter
2106M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107L: linux1394-devel@lists.sourceforge.net
2108W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002109T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110S: Maintained
2111
Stefan Richterf51a5a92007-04-23 14:41:10 -07002112IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113P: Dan Dennedy
2114M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002115P: Stefan Richter
2116M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002117L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002118S: Maintained
2119
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002121L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002122S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002123
2124INFINIBAND SUBSYSTEM
2125P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002126M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002128M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002129P: Hal Rosenstock
Jean Delvare795fb7e2008-09-20 12:33:08 +02002130M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002131L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002133T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134S: Supported
2135
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04002136INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08002137P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04002138M: dmitry.torokhov@gmail.com
2139M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002140L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002141T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002142S: Maintained
2143
Robert Lovec9f04f52005-07-15 12:21:07 -04002144INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01002145P: John McCutchan
2146M: ttb@tentacle.dhs.org
2147P: Robert Love
2148M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002149L: linux-kernel@vger.kernel.org
2150S: Maintained
2151
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002152INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002153P: Sylvain Meyer
2154M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002155L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002156S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002157
Linus Torvalds1da177e2005-04-16 15:20:36 -07002158INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002159P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002160M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002161L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002162S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163
Linus Torvalds1da177e2005-04-16 15:20:36 -07002164INTEL IA32 MICROCODE UPDATE SUPPORT
2165P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002166M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002167S: Maintained
2168
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002169INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002170P: Maciej Sosnowski
2171M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002172L: linux-kernel@vger.kernel.org
2173S: Supported
2174
Dan Williamsb3e5f262007-08-07 10:26:35 -07002175INTEL IOP-ADMA DMA DRIVER
2176P: Dan Williams
2177M: dan.j.williams@intel.com
2178L: linux-kernel@vger.kernel.org
2179S: Supported
2180
Michael Buesch844dd052006-06-26 00:24:59 -07002181INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2182P: Deepak Saxena
2183M: dsaxena@plexity.net
2184S: Maintained
2185
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002186INTEL IXP2000 ETHERNET DRIVER
2187P: Lennert Buytenhek
2188M: kernel@wantstofly.org
2189L: netdev@vger.kernel.org
2190S: Maintained
2191
Auke Kokd94e6fe2008-03-03 14:37:47 -08002192INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002193P: Jeff Kirsher
2194M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002195P: Jesse Brandeburg
2196M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002197P: Bruce Allan
2198M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002199P: PJ Waskiewicz
2200M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002201P: John Ronciak
2202M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002203L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002204W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205S: Supported
2206
James Ketrenos826d2ab2005-11-07 18:56:59 -06002207INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002208P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002209M: yi.zhu@intel.com
2210P: James Ketrenos
2211M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002212P: Reinette Chatre
2213M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002214L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002215L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002216W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002217W: http://ipw2100.sourceforge.net
2218S: Supported
2219
2220INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002221P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002222M: yi.zhu@intel.com
2223P: James Ketrenos
2224M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002225P: Reinette Chatre
2226M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002227L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002228L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002229W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002230W: http://ipw2200.sourceforge.net
2231S: Supported
2232
Zhu Yib481de92007-09-25 17:54:57 -07002233INTEL WIRELESS WIFI LINK (iwlwifi)
2234P: Zhu Yi
2235M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002236P: Reinette Chatre
2237M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002238L: linux-wireless@vger.kernel.org
2239L: ipw3945-devel@lists.sourceforge.net
2240W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002241T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002242S: Supported
2243
Ralf Baechlecb109a02007-08-30 23:56:30 -07002244IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002245P: Ralf Baechle
2246M: ralf@linux-mips.org
2247L: linux-mips@linux-mips.org
2248S: Maintained
2249
Ralf Baechlecb109a02007-08-30 23:56:30 -07002250IOC3 SERIAL DRIVER
2251P: Pat Gefre
2252M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002253L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002254S: Maintained
2255
Linus Torvalds1da177e2005-04-16 15:20:36 -07002256IP MASQUERADING:
2257P: Juanjo Ciarlante
2258M: jjciarla@raiz.uncu.edu.ar
2259S: Maintained
2260
Francois Romieu1202d6f2007-09-17 17:13:55 -07002261IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2262P: Francois Romieu
2263M: romieu@fr.zoreil.com
2264P: Sorbica Shieh
2265M: sorbica@icplus.com.tw
2266P: Jesse Huang
2267M: jesse@icplus.com.tw
2268L: netdev@vger.kernel.org
2269S: Maintained
2270
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002271IPATH DRIVER:
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002272P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002273M: infinipath@qlogic.com
2274L: general@lists.openfabrics.org
2275T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002276S: Supported
2277
Corey Minyard4409ebe2006-04-20 02:43:12 -07002278IPMI SUBSYSTEM
2279P: Corey Minyard
2280M: minyard@acm.org
2281L: openipmi-developer@lists.sourceforge.net
2282W: http://openipmi.sourceforge.net/
2283S: Supported
2284
Linus Torvalds1da177e2005-04-16 15:20:36 -07002285IPX NETWORK LAYER
2286P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002287M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002288L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002289S: Maintained
2290
David Sterba099dc4f2008-02-07 10:57:12 +01002291IPWIRELES DRIVER
2292P: Jiri Kosina
2293M: jkosina@suse.cz
2294P: David Sterba
2295M: dsterba@suse.cz
2296S: Maintained
2297T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2298
Linus Torvalds1da177e2005-04-16 15:20:36 -07002299IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002300P: Samuel Ortiz
2301M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002302L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002303W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002304S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002305
Mike Christie14816b1e2007-11-28 16:22:06 -08002306ISCSI
2307P: Mike Christie
2308M: michaelc@cs.wisc.edu
2309L: open-iscsi@googlegroups.com
2310W: www.open-iscsi.org
2311T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2312S: Maintained
2313
Linus Torvalds1da177e2005-04-16 15:20:36 -07002314ISAPNP
2315P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002316M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002317S: Maintained
2318
2319ISDN SUBSYSTEM
2320P: Karsten Keil
2321M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002322L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002323W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002324T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002325S: Maintained
2326
2327ISDN SUBSYSTEM (Eicon active card driver)
2328P: Armin Schindler
2329M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002330L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002331W: http://www.melware.de
2332S: Maintained
2333
Hans Verkuil91821ff2007-12-02 09:35:33 -03002334IVTV VIDEO4LINUX DRIVER
2335P: Hans Verkuil
2336M: hverkuil@xs4all.nl
2337L: ivtv-devel@ivtvdriver.org
2338L: ivtv-users@ivtvdriver.org
2339L: video4linux-list@redhat.com
2340W: http://www.ivtvdriver.org
2341S: Maintained
2342
Guo-Fu Tseng95252232008-09-16 01:00:11 +08002343JME NETWORK DRIVER
2344P: Guo-Fu Tseng
2345M: cooldavid@cooldavid.org
2346L: netdev@vger.kernel.org
2347S: Maintained
2348
Linus Torvalds1da177e2005-04-16 15:20:36 -07002349JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2350P: David Woodhouse
2351M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002352L: linux-mtd@lists.infradead.org
2353W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354S: Maintained
2355
Artem Bityutskiy95270562008-07-14 17:58:44 +03002356UBI FILE SYSTEM (UBIFS)
2357P: Artem Bityutskiy
2358M: dedekind@infradead.org
2359P: Adrian Hunter
2360M: ext-adrian.hunter@nokia.com
2361L: linux-mtd@lists.infradead.org
2362T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
2363W: http://www.linux-mtd.infradead.org/doc/ubifs.html
2364S: Maintained
2365
Linus Torvalds1da177e2005-04-16 15:20:36 -07002366JFS FILESYSTEM
2367P: Dave Kleikamp
2368M: shaggy@austin.ibm.com
2369L: jfs-discussion@lists.sourceforge.net
2370W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002371T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002372S: Supported
2373
Josh Triplettde456d32006-07-30 03:04:00 -07002374JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002375P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002376M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002377L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002378S: Maintained
2379
Rudolf Marek4660cb32006-10-08 22:01:26 +02002380K8TEMP HARDWARE MONITORING DRIVER
2381P: Rudolf Marek
2382M: r.marek@assembler.cz
2383L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002384S: Maintained
2385
2386KCONFIG
2387P: Roman Zippel
2388M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002389L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002390S: Maintained
2391
Vivek Goyalea6c2082006-05-20 14:59:55 -07002392KDUMP
2393P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002394M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002395P: Haren Myneni
2396M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002397L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002398L: linux-kernel@vger.kernel.org
2399W: http://lse.sourceforge.net/kdump/
2400S: Maintained
2401
Linus Torvalds1da177e2005-04-16 15:20:36 -07002402KERNEL AUTOMOUNTER (AUTOFS)
2403P: H. Peter Anvin
2404M: hpa@zytor.com
2405L: autofs@linux.kernel.org
2406S: Odd Fixes
2407
2408KERNEL AUTOMOUNTER v4 (AUTOFS4)
2409P: Ian Kent
2410M: raven@themaw.net
2411L: autofs@linux.kernel.org
2412S: Maintained
2413
2414KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002415P: Sam Ravnborg
2416M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002417T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2418T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002419L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002420S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002421
2422KERNEL JANITORS
2423P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002424L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002425W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426S: Maintained
2427
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002428KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002429P: J. Bruce Fields
2430M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002431P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002432M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002433L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002434W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002435S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002436
Avi Kivity426d62e2006-12-13 00:34:03 -08002437KERNEL VIRTUAL MACHINE (KVM)
2438P: Avi Kivity
2439M: avi@qumranet.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002440L: kvm@vger.kernel.org
2441W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002442S: Supported
2443
Hollis Blanchard513014b2008-04-16 23:28:08 -05002444KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2445P: Hollis Blanchard
2446M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002447L: kvm-ppc@vger.kernel.org
2448W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002449S: Supported
2450
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002451KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002452P: Anthony Xu
2453M: anthony.xu@intel.com
2454P: Xiantao Zhang
2455M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002456L: kvm-ia64@vger.kernel.org
2457W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002458S: Supported
2459
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002460KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2461P: Carsten Otte
2462M: cotte@de.ibm.com
2463P: Christian Borntraeger
2464M: borntraeger@de.ibm.com
2465M: linux390@de.ibm.com
2466L: linux-s390@vger.kernel.org
2467W: http://www.ibm.com/developerworks/linux/linux390/
2468S: Supported
2469
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002470KEXEC
2471P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002472M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002473W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002474L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002475L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002476S: Maintained
2477
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002478KGDB
2479P: Jason Wessel
2480M: jason.wessel@windriver.com
2481L: kgdb-bugreport@lists.sourceforge.net
2482S: Maintained
2483
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002484KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002485P: Ananth N Mavinakayanahalli
2486M: ananth@in.ibm.com
2487P: Anil S Keshavamurthy
2488M: anil.s.keshavamurthy@intel.com
2489P: David S. Miller
2490M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002491P: Masami Hiramatsu
2492M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002493L: linux-kernel@vger.kernel.org
2494S: Maintained
2495
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002496KS0108 LCD CONTROLLER DRIVER
2497P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002498M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002499L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002500W: http://miguelojeda.es/auxdisplay.htm
2501W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002502S: Maintained
2503
Linus Torvalds1da177e2005-04-16 15:20:36 -07002504LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002505L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002506S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002507
2508LASI 53c700 driver for PARISC
2509P: James E.J. Bottomley
2510M: James.Bottomley@HansenPartnership.com
2511L: linux-scsi@vger.kernel.org
2512S: Maintained
2513
Richard Purdie263de9b2006-05-15 09:44:16 -07002514LED SUBSYSTEM
2515P: Richard Purdie
2516M: rpurdie@rpsys.net
2517S: Maintained
2518
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519LEGO USB Tower driver
2520P: Juergen Stuber
2521M: starblue@users.sourceforge.net
2522L: legousb-devel@lists.sourceforge.net
2523W: http://legousb.sourceforge.net/
2524S: Maintained
2525
Rusty Russell568a17f2007-10-25 14:12:24 +10002526LGUEST
2527P: Rusty Russell
2528M: rusty@rustcorp.com.au
2529L: lguest@ozlabs.org
2530W: http://lguest.ozlabs.org/
2531S: Maintained
2532
Linus Torvalds1da177e2005-04-16 15:20:36 -07002533LINUX FOR IBM pSERIES (RS/6000)
2534P: Paul Mackerras
2535M: paulus@au.ibm.com
2536W: http://www.ibm.com/linux/ltc/projects/ppc
2537S: Supported
2538
2539LINUX FOR NCR VOYAGER
2540P: James Bottomley
2541M: James.Bottomley@HansenPartnership.com
2542W: http://www.hansenpartnership.com/voyager
2543S: Maintained
2544
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002545LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002546P: Paul Mackerras
2547M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002548P: Benjamin Herrenschmidt
2549M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550W: http://www.penguinppc.org/
2551L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002552T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553S: Supported
2554
2555LINUX FOR POWER MACINTOSH
2556P: Benjamin Herrenschmidt
2557M: benh@kernel.crashing.org
2558W: http://www.penguinppc.org/
2559L: linuxppc-dev@ozlabs.org
2560S: Maintained
2561
Grant Likely77a76362008-07-12 12:11:43 -06002562LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002563P: Sylvain Munaut
2564M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002565P: Grant Likely
2566M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002567L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002568S: Maintained
2569
2570LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002571P: Josh Boyer
2572M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002573P: Matt Porter
2574M: mporter@kernel.crashing.org
2575W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002576L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002577T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002578S: Maintained
2579
Grant Likely260c02a2007-10-02 12:15:34 +10002580LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2581P: Grant Likely
2582M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002583W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002584L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002585S: Maintained
2586
Tom Rinie93adf12005-07-26 12:49:53 -07002587LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002588P: Vitaly Bordug
2589M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002590P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002591M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002592W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002593L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002594S: Maintained
2595
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002597P: Kumar Gala
2598M: galak@kernel.crashing.org
2599W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002600L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002601S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002602
Olof Johanssonab06ff32006-09-06 14:44:54 -05002603LINUX FOR POWERPC PA SEMI PWRFICIENT
2604P: Olof Johansson
2605M: olof@lixom.net
2606W: http://www.pasemi.com/
2607L: linuxppc-dev@ozlabs.org
2608S: Supported
2609
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610LLC (802.2)
2611P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002612M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613S: Maintained
2614
Linus Torvalds1da177e2005-04-16 15:20:36 -07002615LINUX SECURITY MODULE (LSM) FRAMEWORK
2616P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002617M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002618L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002619T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002620S: Supported
2621
2622LM83 HARDWARE MONITOR DRIVER
2623P: Jean Delvare
2624M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002625L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002626S: Maintained
2627
2628LM90 HARDWARE MONITOR DRIVER
2629P: Jean Delvare
2630M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002631L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002632S: Maintained
2633
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002634LOCKDEP AND LOCKSTAT
2635P: Peter Zijlstra
2636M: peterz@infradead.org
2637P: Ingo Molnar
2638M: mingo@redhat.com
2639L: linux-kernel@vger.kernel.org
2640T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2641S: Maintained
2642
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002643LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644P: Richard Russon (FlatCap)
2645M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002646L: linux-ntfs-dev@lists.sourceforge.net
2647W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002648S: Maintained
2649
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002650LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2651P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002652M: Eric.Moore@lsi.com
2653M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002654L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002655L: linux-scsi@vger.kernel.org
2656W: http://www.lsilogic.com/support
2657S: Supported
2658
Linus Torvalds1da177e2005-04-16 15:20:36 -07002659LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2660P: Matthew Wilcox
2661M: matthew@wil.cx
2662L: linux-scsi@vger.kernel.org
2663S: Maintained
2664
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002665M32R ARCHITECTURE
2666P: Hirokazu Takata
2667M: takata@linux-m32r.org
2668L: linux-m32r@ml.linux-m32r.org
2669L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2670W: http://www.linux-m32r.org/
2671S: Maintained
2672
Linus Torvalds1da177e2005-04-16 15:20:36 -07002673M68K ARCHITECTURE
2674P: Geert Uytterhoeven
2675M: geert@linux-m68k.org
2676P: Roman Zippel
2677M: zippel@linux-m68k.org
2678L: linux-m68k@lists.linux-m68k.org
2679W: http://www.linux-m68k.org/
2680W: http://linux-m68k-cvs.ubb.ca/
2681S: Maintained
2682
2683M68K ON APPLE MACINTOSH
2684P: Joshua Thompson
2685M: funaho@jurai.org
2686W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002687L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002688S: Maintained
2689
2690M68K ON HP9000/300
2691P: Philip Blundell
2692M: philb@gnu.org
2693W: http://www.tazenda.demon.co.uk/phil/linux-hp
2694S: Maintained
2695
Jiri Benc64a327a2007-05-05 11:47:08 -07002696MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002697P: Johannes Berg
2698M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002699P: Michael Wu
2700M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002701L: linux-wireless@vger.kernel.org
2702W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002703T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002704S: Maintained
2705
Stefano Brivio1036d862007-12-23 04:46:27 +01002706MAC80211 PID RATE CONTROL
2707P: Stefano Brivio
2708M: stefano.brivio@polimi.it
2709P: Mattias Nissler
2710M: mattias.nissler@gmx.de
2711L: linux-wireless@vger.kernel.org
2712W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2713T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2714S: Maintained
2715
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002716MACVLAN DRIVER
2717P: Patrick McHardy
2718M: kaber@trash.net
2719L: netdev@vger.kernel.org
2720S: Maintained
2721
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722MARVELL YUKON / SYSKONNECT DRIVER
2723P: Mirko Lindner
Jean Delvare795fb7e2008-09-20 12:33:08 +02002724M: mlindner@syskonnect.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002725P: Ralph Roesler
Jean Delvare795fb7e2008-09-20 12:33:08 +02002726M: rroesler@syskonnect.de
2727W: http://www.syskonnect.com
2728S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002729
Michael Kerriskfaf16682005-07-31 22:34:47 -07002730MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002731P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002732M: mtk.manpages@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02002733W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07002734L: linux-man@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02002735S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002736
Stefano Brivio74cda162007-11-19 20:27:46 +01002737MARVELL LIBERTAS WIRELESS DRIVER
2738P: Dan Williams
2739M: dcbw@redhat.com
2740L: libertas-dev@lists.infradead.org
2741S: Maintained
2742
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002743MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002744P: Lennert Buytenhek
2745M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002746L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002747S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002748
2749MATROX FRAMEBUFFER DRIVER
2750P: Petr Vandrovec
2751M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002752L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002753S: Maintained
2754
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002755MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2756P: Hans J. Koch
2757M: hjk@linutronix.de
2758L: lm-sensors@lm-sensors.org
2759S: Maintained
2760
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002761MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002762P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002763M: megaraidlinux@lsi.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002764L: linux-scsi@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002765W: http://megaraid.lsilogic.com
2766S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002767
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002768MEMORY MANAGEMENT
2769L: linux-mm@kvack.org
2770L: linux-kernel@vger.kernel.org
2771W: http://www.linux-mm.org
2772S: Maintained
2773
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002774MEMORY RESOURCE CONTROLLER
2775P: Balbir Singh
2776M: balbir@linux.vnet.ibm.com
2777P: Pavel Emelyanov
2778M: xemul@openvz.org
2779P: KAMEZAWA Hiroyuki
2780M: kamezawa.hiroyu@jp.fujitsu.com
2781L: linux-mm@kvack.org
2782L: linux-kernel@vger.kernel.org
2783S: Maintained
2784
David Howellsb920de12008-02-08 04:19:31 -08002785MEI MN10300/AM33 PORT
2786P: David Howells
2787M: dhowells@redhat.com
2788P: Koichi Yasutake
2789M: yasutake.koichi@jp.panasonic.com
Robert P. J. Day66e10602008-04-29 00:59:34 -07002790L: linux-am33-list@redhat.com (moderated for non-subscribers)
David Howellsb920de12008-02-08 04:19:31 -08002791W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2792S: Maintained
2793
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002794MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002795P: David Woodhouse
2796M: dwmw2@infradead.org
2797W: http://www.linux-mtd.infradead.org/
2798L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002799T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002800S: Maintained
2801
Artem Bityutskiy48576402007-02-13 17:11:10 +02002802UNSORTED BLOCK IMAGES (UBI)
2803P: Artem Bityutskiy
2804M: dedekind@infradead.org
2805W: http://www.linux-mtd.infradead.org/
2806L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002807T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002808S: Maintained
2809
Linus Torvalds1da177e2005-04-16 15:20:36 -07002810MICROTEK X6 SCANNER
2811P: Oliver Neukum
2812M: oliver@neukum.name
2813S: Maintained
2814
2815MIPS
2816P: Ralf Baechle
2817M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002818W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002819L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002820T: git www.linux-mips.org:/pub/scm/linux.git
2821S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002822
2823MISCELLANEOUS MCA-SUPPORT
2824P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002825M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002826L: linux-kernel@vger.kernel.org
2827S: Maintained
2828
2829MODULE SUPPORT
2830P: Rusty Russell
2831M: rusty@rustcorp.com.au
2832L: linux-kernel@vger.kernel.org
2833S: Maintained
2834
2835MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2836P: Stelian Pop
2837M: stelian@popies.net
2838W: http://popies.net/meye/
2839S: Maintained
2840
Pavel Pisac58ff042007-05-16 01:10:41 +02002841MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2842P: Pavel Pisa
2843M: ppisa@pikron.com
2844L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002845S: Maintained
2846
Linus Torvalds1da177e2005-04-16 15:20:36 -07002847MOUSE AND MISC DEVICES [GENERAL]
2848P: Alessandro Rubini
2849M: rubini@ipvvis.unipv.it
2850L: linux-kernel@vger.kernel.org
2851S: Maintained
2852
Jiri Slabyb9705b62008-04-30 00:53:48 -07002853MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002854P: Jiri Slaby
2855M: jirislaby@gmail.com
2856L: linux-kernel@vger.kernel.org
2857S: Maintained
2858
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002859MSI LAPTOP SUPPORT
2860P: Lennart Poettering
2861M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002862W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002863W: http://0pointer.de/lennart/tchibo.html
2864S: Maintained
2865
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002866MULTIFUNCTION DEVICES (MFD)
2867P: Samuel Ortiz
2868M: sameo@openedhand.com
2869L: linux-kernel@vger.kernel.org
2870S: Supported
2871
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002872MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002873P: Pierre Ossman
2874M: drzeus-mmc@drzeus.cx
2875L: linux-kernel@vger.kernel.org
2876S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002877
David Brownell15a05802007-08-08 09:12:54 -07002878MULTIMEDIA CARD (MMC) ETC. OVER SPI
2879P: David Brownell
2880M: dbrownell@users.sourceforge.net
2881L: linux-kernel@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02002882S: Odd Fixes
David Brownell15a05802007-08-08 09:12:54 -07002883
Linus Torvalds1da177e2005-04-16 15:20:36 -07002884MULTISOUND SOUND DRIVER
2885P: Andrew Veliath
2886M: andrewtv@usa.net
2887S: Maintained
2888
Jiri Slabyd7354102006-12-08 02:38:35 -08002889MULTITECH MULTIPORT CARD (ISICOM)
2890P: Jiri Slaby
2891M: jirislaby@gmail.com
2892L: linux-kernel@vger.kernel.org
2893S: Maintained
2894
Felipe Balbi550a7372008-07-24 12:27:36 +03002895MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Jean Delvare795fb7e2008-09-20 12:33:08 +02002896P: Felipe Balbi
2897M: felipe.balbi@nokia.com
2898L: linux-usb@vger.kernel.org
2899S: Maintained
Felipe Balbi550a7372008-07-24 12:27:36 +03002900
Brice Goglin2d3cf582008-05-17 12:45:36 +02002901MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2902P: Andrew Gallatin
2903M: gallatin@myri.com
2904P: Brice Goglin
2905M: brice@myri.com
2906L: netdev@vger.kernel.org
2907W: http://www.myri.com/scs/download-Myri10GE.html
2908S: Supported
2909
Linus Torvalds1da177e2005-04-16 15:20:36 -07002910NATSEMI ETHERNET DRIVER (DP8381x)
Jean Delvare795fb7e2008-09-20 12:33:08 +02002911P: Tim Hockin
Linus Torvalds1da177e2005-04-16 15:20:36 -07002912M: thockin@hockin.org
2913S: Maintained
2914
2915NCP FILESYSTEM
2916P: Petr Vandrovec
2917M: vandrove@vc.cvut.cz
2918L: linware@sh.cvut.cz
2919S: Maintained
2920
2921NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2922P: James E.J. Bottomley
2923M: James.Bottomley@HansenPartnership.com
2924L: linux-scsi@vger.kernel.org
2925S: Maintained
2926
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002927NETEFFECT IWARP RNIC DRIVER (IW_NES)
2928P: Faisal Latif
2929M: flatif@neteffect.com
Chien Tung5f625602008-05-26 15:23:32 -07002930P: Chien Tung
2931M: ctung@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002932L: general@lists.openfabrics.org
2933W: http://www.neteffect.com
2934S: Supported
2935F: drivers/infiniband/hw/nes/
2936
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002937NETEM NETWORK EMULATOR
2938P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002939M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002940L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002941S: Maintained
2942
Jiri Slaby4a584482007-08-30 23:56:39 -07002943NETERION (S2IO) Xframe 10GbE DRIVER
2944P: Ramkrishna Vepa
2945M: ram.vepa@neterion.com
2946P: Rastapur Santosh
2947M: santosh.rastapur@neterion.com
2948P: Sivakumar Subramani
2949M: sivakumar.subramani@neterion.com
2950P: Sreenivasa Honnur
2951M: sreenivasa.honnur@neterion.com
2952L: netdev@vger.kernel.org
2953W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2954S: Supported
2955
Linus Torvalds1da177e2005-04-16 15:20:36 -07002956NETFILTER/IPTABLES/IPCHAINS
2957P: Rusty Russell
2958P: Marc Boucher
2959P: James Morris
2960P: Harald Welte
2961P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002962P: Patrick McHardy
2963M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002964L: netfilter-devel@vger.kernel.org
2965L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002966L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002967W: http://www.netfilter.org/
2968W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002969S: Supported
2970
Paul Moore4cc67732006-09-25 15:57:13 -07002971NETLABEL
2972P: Paul Moore
2973M: paul.moore@hp.com
2974W: http://netlabel.sf.net
2975L: netdev@vger.kernel.org
2976S: Supported
2977
Linus Torvalds1da177e2005-04-16 15:20:36 -07002978NETROM NETWORK LAYER
2979P: Ralf Baechle
2980M: ralf@linux-mips.org
2981L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002982W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002983S: Maintained
2984
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002985NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002986P: Paul Clements
2987M: Paul.Clements@steeleye.com
2988S: Maintained
2989
2990NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002991P: Jeff Garzik
2992M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002993L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002994T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002995S: Maintained
2996
2997NETWORKING [GENERAL]
2998P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002999M: netdev@vger.kernel.org
3000L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08003001W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003002S: Maintained
3003
3004NETWORKING [IPv4/IPv6]
3005P: David S. Miller
3006M: davem@davemloft.net
3007P: Alexey Kuznetsov
3008M: kuznet@ms2.inr.ac.ru
3009P: Pekka Savola (ipv6)
3010M: pekkas@netcore.fi
3011P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003012M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003013P: Hideaki YOSHIFUJI
3014M: yoshfuji@linux-ipv6.org
3015P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07003016M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003017L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08003018T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003019S: Maintained
3020
James Morris10e2ff12007-08-25 14:41:28 -07003021NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3022P: Paul Moore
3023M: paul.moore@hp.com
3024L: netdev@vger.kernel.org
3025S: Maintained
3026
John W. Linville29f8f632006-01-18 14:52:48 -08003027NETWORKING [WIRELESS]
3028P: John W. Linville
3029M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003030L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003031T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3032S: Maintained
3033
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003034NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003035P: Dhananjay Phadke
3036M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003037L: netdev@vger.kernel.org
3038W: http://www.netxen.com
3039S: Supported
3040
Linus Torvalds1da177e2005-04-16 15:20:36 -07003041IPVS
3042P: Wensong Zhang
3043M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07003044P: Simon Horman
3045M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07003046P: Julian Anastasov
3047M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07003048L: netdev@vger.kernel.org
Simon Horman37cc6782008-08-11 14:33:40 -07003049L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003050S: Maintained
3051
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003052NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003053P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003054M: Trond.Myklebust@netapp.com
3055L: linux-nfs@vger.kernel.org
3056W: http://client.linux-nfs.org
3057T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003058S: Maintained
3059
3060NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003061P: Jan-Pascal van Best
3062M: janpascal@vanbest.org
3063P: Andreas Mohr
3064M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003065L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003066S: Maintained
3067
3068NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3069P: YOKOTA Hiroshi
3070M: yokota@netlab.is.tsukuba.ac.jp
3071W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3072S: Maintained
3073
3074NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3075P: GOTO Masanori
3076M: gotom@debian.or.jp
3077P: YOKOTA Hiroshi
3078M: yokota@netlab.is.tsukuba.ac.jp
3079W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3080S: Maintained
3081
Linus Torvalds1da177e2005-04-16 15:20:36 -07003082NTFS FILESYSTEM
3083P: Anton Altaparmakov
3084M: aia21@cantab.net
3085L: linux-ntfs-dev@lists.sourceforge.net
3086L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003087W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003088T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003089S: Maintained
3090
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003091NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003092P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003093M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003094L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003095S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003096
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003097OPENCORES I2C BUS DRIVER
3098P: Peter Korsgaard
3099M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02003100L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003101S: Maintained
3102
Mark Fashehccd979b2005-12-15 14:31:24 -08003103ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3104P: Mark Fasheh
Mark Fasheha5754332008-03-21 10:40:31 -07003105M: mfasheh@suse.com
3106P: Joel Becker
3107M: joel.becker@oracle.com
Robert P. J. Dayc0ff1f22008-04-21 22:34:01 +00003108L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fashehccd979b2005-12-15 14:31:24 -08003109W: http://oss.oracle.com/projects/ocfs2/
Joel Beckerdda47bc2008-03-22 22:08:07 -07003110T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003111S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08003112
Bob Copeland0ad122d2008-07-25 19:45:18 -07003113OMFS FILESYSTEM
3114P: Bob Copeland
3115M: me@bobcopeland.com
3116L: linux-karma-devel@lists.sourceforge.net
3117S: Maintained
3118
Harald Weltec1986ee2005-11-13 16:06:29 -08003119OMNIKEY CARDMAN 4000 DRIVER
3120P: Harald Welte
3121M: laforge@gnumonks.org
3122S: Maintained
3123
Harald Welte77c44ab2005-11-13 16:06:26 -08003124OMNIKEY CARDMAN 4040 DRIVER
3125P: Harald Welte
3126M: laforge@gnumonks.org
3127S: Maintained
3128
Jonathan Corbet77d51402007-03-22 19:44:17 -03003129OMNIVISION OV7670 SENSOR DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02003130P: Jonathan Corbet
Jonathan Corbet77d51402007-03-22 19:44:17 -03003131M: corbet@lwn.net
3132L: video4linux-list@redhat.com
3133S: Maintained
3134
Thomas Gleixner431bca72007-05-02 09:31:35 +02003135ONENAND FLASH DRIVER
3136P: Kyungmin Park
3137M: kyungmin.park@samsung.com
3138L: linux-mtd@lists.infradead.org
3139S: Maintained
3140
Linus Torvalds1da177e2005-04-16 15:20:36 -07003141ONSTREAM SCSI TAPE DRIVER
3142P: Willem Riede
3143M: osst@riede.org
3144L: osst-users@lists.sourceforge.net
3145L: linux-scsi@vger.kernel.org
3146S: Maintained
3147
Linus Torvalds1da177e2005-04-16 15:20:36 -07003148OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003149P: Robert Richter
3150M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003151L: oprofile-list@lists.sf.net
3152S: Maintained
3153
3154ORINOCO DRIVER
3155P: Pavel Roskin
3156M: proski@gnu.org
3157P: David Gibson
3158M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003159L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003160L: orinoco-users@lists.sourceforge.net
3161L: orinoco-devel@lists.sourceforge.net
3162W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003163S: Maintained
3164
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003165PA SEMI ETHERNET DRIVER
3166P: Olof Johansson
3167M: olof@lixom.net
3168L: netdev@vger.kernel.org
3169S: Maintained
3170
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003171PA SEMI SMBUS DRIVER
3172P: Olof Johansson
3173M: olof@lixom.net
3174L: i2c@lm-sensors.org
3175S: Maintained
3176
Linus Torvalds1da177e2005-04-16 15:20:36 -07003177PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003178L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003179S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003180
3181PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3182P: Tim Waugh
3183M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003184L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003185W: http://www.torque.net/linux-pp.html
3186S: Maintained
3187
3188PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003189P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003190M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003191P: Matthew Wilcox
3192M: matthew@wil.cx
3193P: Grant Grundler
3194M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003195L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003196W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003197T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003198S: Maintained
3199
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003200PARAVIRT_OPS INTERFACE
3201P: Jeremy Fitzhardinge
3202M: jeremy@xensource.com
3203P: Chris Wright
3204M: chrisw@sous-sol.org
3205P: Zachary Amsden
3206M: zach@vmware.com
3207P: Rusty Russell
3208M: rusty@rustcorp.com.au
3209L: virtualization@lists.osdl.org
3210L: linux-kernel@vger.kernel.org
3211S: Supported
3212
Jim Cromie1662d322006-10-06 00:43:59 -07003213PC87360 HARDWARE MONITORING DRIVER
3214P: Jim Cromie
3215M: jim.cromie@gmail.com
3216L: lm-sensors@lm-sensors.org
3217S: Maintained
3218
3219PC8736x GPIO DRIVER
3220P: Jim Cromie
3221M: jim.cromie@gmail.com
3222S: Maintained
3223
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003224PCI ERROR RECOVERY
3225P: Linas Vepstas
3226M: linas@austin.ibm.com
3227L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003228L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003229S: Supported
3230
Linus Torvalds1da177e2005-04-16 15:20:36 -07003231PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003232P: Jesse Barnes
3233M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003234L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003235L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003236T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003237S: Supported
3238
3239PCI HOTPLUG CORE
Jean Delvare795fb7e2008-09-20 12:33:08 +02003240P: Kristen Carlson Accardi
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003241M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003242S: Supported
3243
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003244PCIE HOTPLUG DRIVER
3245P: Kristen Carlson Accardi
3246M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003247L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003248S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003249
Linus Torvalds1da177e2005-04-16 15:20:36 -07003250PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003251P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003252L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003253W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003254T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003255S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003256
3257PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003258P: Don Fry
3259M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003260L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003261S: Maintained
3262
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003263PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003264P: Balbir Singh
3265M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003266L: linux-kernel@vger.kernel.org
3267S: Maintained
3268
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003269PERSONALITY HANDLING
3270P: Christoph Hellwig
3271M: hch@infradead.org
3272L: linux-abi-devel@lists.sourceforge.net
3273S: Maintained
3274
Linus Torvalds1da177e2005-04-16 15:20:36 -07003275PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003276P: Joern Engel
3277M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003278L: linux-mtd@lists.infradead.org
3279S: Maintained
3280
Peter Osterlund249a6772005-09-27 21:45:30 -07003281PKTCDVD DRIVER
3282P: Peter Osterlund
3283M: petero2@telia.com
3284L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003285S: Maintained
3286
Linus Torvalds1da177e2005-04-16 15:20:36 -07003287POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003288P: Thomas Gleixner
3289M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003290L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291S: Supported
3292
Anton Vorontsov3be86142007-07-15 04:43:36 +04003293POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3294P: Anton Vorontsov
3295M: cbou@mail.ru
3296P: David Woodhouse
3297M: dwmw2@infradead.org
3298L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003299T: git git.infradead.org/battery-2.6.git
3300S: Maintained
3301
Linus Torvalds1da177e2005-04-16 15:20:36 -07003302PNP SUPPORT
3303P: Adam Belay
3304M: ambx1@neo.rr.com
3305S: Maintained
3306
Vitaly Wool999445d2007-01-04 13:07:03 +01003307PNXxxxx I2C DRIVER
3308P: Vitaly Wool
3309M: vitalywool@gmail.com
3310L: i2c@lm-sensors.org
3311S: Maintained
3312
Linus Torvalds1da177e2005-04-16 15:20:36 -07003313PPP PROTOCOL DRIVERS AND COMPRESSORS
3314P: Paul Mackerras
3315M: paulus@samba.org
3316L: linux-ppp@vger.kernel.org
3317S: Maintained
3318
3319PPP OVER ATM (RFC 2364)
3320P: Mitchell Blank Jr
3321M: mitch@sfgoth.com
3322S: Maintained
3323
3324PPP OVER ETHERNET
3325P: Michal Ostrowski
Chris Wright5e70b7f32008-06-09 16:07:28 -07003326M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003327S: Maintained
3328
James Chapmana6d23702007-06-27 15:53:17 -07003329PPP OVER L2TP
3330P: James Chapman
3331M: jchapman@katalix.com
3332S: Maintained
3333
Linus Torvalds1da177e2005-04-16 15:20:36 -07003334PREEMPTIBLE KERNEL
3335P: Robert Love
3336M: rml@tech9.net
3337L: linux-kernel@vger.kernel.org
3338L: kpreempt-tech@lists.sourceforge.net
3339W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3340S: Supported
3341
Michael Wueff1a592007-09-25 18:11:01 -07003342P54 WIRELESS DRIVER
3343P: Michael Wu
3344M: flamingice@sourmilk.net
3345L: linux-wireless@vger.kernel.org
3346W: http://prism54.org
3347T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3348S: Maintained
3349
Linus Torvalds1da177e2005-04-16 15:20:36 -07003350PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003351P: Luis R. Rodriguez
3352M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003353L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003354W: http://prism54.org
3355S: Maintained
3356
3357PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3358P: Peter Denison
3359M: promise@pnd-pc.demon.co.uk
3360W: http://www.pnd-pc.demon.co.uk/promise/
3361S: Maintained
3362
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003363PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3364P: Mikael Pettersson
3365M: mikpe@it.uu.se
3366L: linux-ide@vger.kernel.org
3367S: Maintained
3368
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003369PS3 NETWORK SUPPORT
3370P: Masakazu Mokuno
3371M: mokuno@sm.sony.co.jp
3372L: netdev@vger.kernel.org
3373L: cbe-oss-dev@ozlabs.org
3374S: Supported
3375
Geoff Levandf58a9d12006-11-23 00:46:51 +01003376PS3 PLATFORM SUPPORT
3377P: Geoff Levand
3378M: geoffrey.levand@am.sony.com
3379L: linuxppc-dev@ozlabs.org
3380L: cbe-oss-dev@ozlabs.org
3381S: Supported
3382
Michael Krufky83202042006-07-03 00:24:18 -07003383PVRUSB2 VIDEO4LINUX DRIVER
3384P: Mike Isely
3385M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003386L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003387L: video4linux-list@redhat.com
3388W: http://www.isely.net/pvrusb2/
3389S: Maintained
3390
Eric Miao30ec2612008-06-12 15:21:41 -07003391PXA2xx/PXA3xx SUPPORT
3392P: Eric Miao
3393M: eric.miao@marvell.com
3394P: Russell King
3395M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003396L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003397S: Maintained
3398
Pierre Ossman272f1332007-05-14 21:25:26 +02003399PXA MMCI DRIVER
3400S: Orphan
3401
Linus Torvalds1da177e2005-04-16 15:20:36 -07003402QLOGIC QLA2XXX FC-SCSI DRIVER
3403P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003404M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003405L: linux-scsi@vger.kernel.org
3406S: Supported
3407
Ron Mercer5a4faa872006-07-25 00:40:21 -07003408QLOGIC QLA3XXX NETWORK DRIVER
3409P: Ron Mercer
3410M: linux-driver@qlogic.com
3411L: netdev@vger.kernel.org
3412S: Supported
3413
Ron Mercerc4e84bd2008-09-18 11:56:28 -04003414QLOGIC QLGE 10Gb ETHERNET DRIVER
3415P: Ron Mercer
3416M: linux-driver@qlogic.com
3417M: ron.mercer@qlogic.com
3418L: netdev@vger.kernel.org
3419S: Supported
3420
Linus Torvalds1da177e2005-04-16 15:20:36 -07003421QNX4 FILESYSTEM
3422P: Anders Larsen
3423M: al@alarsen.net
3424L: linux-kernel@vger.kernel.org
3425W: http://www.alarsen.net/linux/qnx4fs/
3426S: Maintained
3427
3428RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003429P: Benjamin Herrenschmidt
3430M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003431L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003432S: Maintained
3433
3434RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003435P: Paul Mackerras
3436M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003437L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003438S: Maintained
3439
3440RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3441P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003442M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003443L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003444S: Maintained
3445
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003446RALINK RT2X00 WLAN DRIVER
3447P: rt2x00 project
3448L: linux-wireless@vger.kernel.org
3449L: rt2400-devel@lists.sourceforge.net
3450W: http://rt2x00.serialmonkey.com/
3451S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003452T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003453F: drivers/net/wireless/rt2x00/
3454
Nick Piggin9db55792008-02-08 04:19:49 -08003455RAMDISK RAM BLOCK DEVICE DRIVER
3456P: Nick Piggin
3457M: npiggin@suse.de
3458S: Maintained
3459
Matt Mackall9e95ce22005-04-16 15:25:56 -07003460RANDOM NUMBER DRIVER
3461P: Matt Mackall
3462M: mpm@selenic.com
3463S: Maintained
3464
Matt Porter394b7012005-11-07 01:00:15 -08003465RAPIDIO SUBSYSTEM
3466P: Matt Porter
3467M: mporter@kernel.crashing.org
3468L: linux-kernel@vger.kernel.org
3469S: Maintained
3470
Florian Fainellic1f766b2008-02-06 22:39:44 +01003471RDC R-321X SoC
3472P: Florian Fainelli
3473M: florian.fainelli@telecomint.eu
3474L: linux-kernel@vger.kernel.org
3475S: Maintained
3476
Florian Fainellidb17f392007-12-19 11:30:30 +01003477RDC R6040 FAST ETHERNET DRIVER
3478P: Florian Fainelli
3479M: florian.fainelli@telecomint.eu
3480L: netdev@vger.kernel.org
3481S: Maintained
3482
Josh Triplett595182b2006-10-04 02:17:21 -07003483READ-COPY UPDATE (RCU)
3484P: Dipankar Sarma
3485M: dipankar@in.ibm.com
3486W: http://www.rdrop.com/users/paulmck/rclock/
3487L: linux-kernel@vger.kernel.org
3488S: Supported
3489
3490RCUTORTURE MODULE
3491P: Josh Triplett
3492M: josh@freedesktop.org
3493L: linux-kernel@vger.kernel.org
3494S: Maintained
3495
Linus Torvalds1da177e2005-04-16 15:20:36 -07003496REAL TIME CLOCK DRIVER
3497P: Paul Gortmaker
3498M: p_gortmaker@yahoo.com
3499L: linux-kernel@vger.kernel.org
3500S: Maintained
3501
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003502REAL TIME CLOCK (RTC) SUBSYSTEM
3503P: Alessandro Zummo
3504M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003505L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003506S: Maintained
3507
Linus Torvalds1da177e2005-04-16 15:20:36 -07003508REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003509L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003510S: Supported
3511
Ivo van Doorne08976452008-04-12 19:23:55 +02003512RFKILL
3513P: Ivo van Doorn
3514M: IvDoorn@gmail.com
3515L: netdev@vger.kernel.org
3516S: Maintained
3517F: net/rfkill
3518
Linus Torvalds1da177e2005-04-16 15:20:36 -07003519ROCKETPORT DRIVER
3520P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003521W: http://www.comtrol.com
3522S: Maintained
3523
3524ROSE NETWORK LAYER
3525P: Ralf Baechle
3526M: ralf@linux-mips.org
3527L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003528W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003529S: Maintained
3530
3531RISCOM8 DRIVER
3532S: Orphan
3533
Michael Wu605bebe2007-05-14 01:41:02 -04003534RTL818X WIRELESS DRIVER
3535P: Michael Wu
3536M: flamingice@sourmilk.net
3537P: Andrea Merello
3538M: andreamrl@tiscali.it
3539L: linux-wireless@vger.kernel.org
3540W: http://linuxwireless.org/
3541T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3542S: Maintained
3543
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003544S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003545P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003546M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003547L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003548S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003549
Linus Torvalds1da177e2005-04-16 15:20:36 -07003550S390
3551P: Martin Schwidefsky
3552M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003553P: Heiko Carstens
3554M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003555M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003556L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003557W: http://www.ibm.com/developerworks/linux/linux390/
3558S: Supported
3559
3560S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003561P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003562M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003563P: Frank Blaschka
3564M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003565M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003566L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003567W: http://www.ibm.com/developerworks/linux/linux390/
3568S: Supported
3569
3570S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003571P: Christof Schmitt
3572M: christof.schmitt@de.ibm.com
3573P: Martin Peschke
3574M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003575M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003576L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003577W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003578S: Supported
3579
Ursula Braundd96df22007-09-19 13:09:02 +02003580S390 IUCV NETWORK LAYER
3581P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003582M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003583M: linux390@de.ibm.com
3584L: linux-s390@vger.kernel.org
3585W: http://www.ibm.com/developerworks/linux/linux390/
3586S: Supported
3587
Ben Dooks4dde7f72008-06-30 22:40:38 +01003588S3C24XX SD/MMC Driver
3589P: Ben Dooks
3590M: ben-linux@fluff.org
3591L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3592L: linux-kernel@vger.kernel.org
3593S: Supported
3594
Linus Torvalds1da177e2005-04-16 15:20:36 -07003595SAA7146 VIDEO4LINUX-2 DRIVER
3596P: Michael Hunold
3597M: michael@mihu.de
3598W: http://www.mihu.de/linux/saa7146
3599S: Maintained
3600
Linus Torvalds1da177e2005-04-16 15:20:36 -07003601SC1200 WDT DRIVER
3602P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003603M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003604S: Maintained
3605
3606SCHEDULER
3607P: Ingo Molnar
3608M: mingo@elte.hu
3609P: Robert Love [the preemptible kernel bits]
3610M: rml@tech9.net
3611L: linux-kernel@vger.kernel.org
3612S: Maintained
3613
3614SCSI CDROM DRIVER
3615P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003616M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003617L: linux-scsi@vger.kernel.org
3618W: http://www.kernel.dk
3619S: Maintained
3620
3621SCSI SG DRIVER
3622P: Doug Gilbert
3623M: dgilbert@interlog.com
3624L: linux-scsi@vger.kernel.org
3625W: http://www.torque.net/sg
3626S: Maintained
3627
3628SCSI SUBSYSTEM
3629P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003630M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003631L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003632T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003633T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3634T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003635S: Maintained
3636
3637SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003638P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003639M: Kai.Makisara@kolumbus.fi
3640L: linux-scsi@vger.kernel.org
3641S: Maintained
3642
3643SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003644P: Vlad Yasevich
3645M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003646P: Sridhar Samudrala
3647M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003648L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003649W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003650S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003651
3652SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003653P: Jim Cromie
3654M: jim.cromie@gmail.com
3655S: Odd Fixes
3656
3657SCx200 GPIO DRIVER
3658P: Jim Cromie
3659M: jim.cromie@gmail.com
3660S: Maintained
3661
3662SCx200 HRT CLOCKSOURCE DRIVER
3663P: Jim Cromie
3664M: jim.cromie@gmail.com
3665S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003666
Sascha Sommer6a369132008-07-15 14:21:29 +02003667SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3668P: Sascha Sommer
3669M: saschasommer@freenet.de
3670L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3671S: Maintained
3672
Linus Torvalds1da177e2005-04-16 15:20:36 -07003673SECURITY CONTACT
3674P: Security Officers
3675M: security@kernel.org
3676S: Supported
3677
3678SELINUX SECURITY MODULE
3679P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003680M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003681P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003682M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003683P: Eric Paris
3684M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003685L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003686L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Stephen Smalleyf0589252008-09-11 09:20:26 -04003687W: http://selinuxproject.org
3688T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003689S: Supported
3690
Jiri Slabycef2cf02007-05-08 00:31:45 -07003691SENSABLE PHANTOM
3692P: Jiri Slaby
3693M: jirislaby@gmail.com
3694S: Maintained
3695
Linus Torvalds1da177e2005-04-16 15:20:36 -07003696SERIAL ATA (SATA) SUBSYSTEM:
3697P: Jeff Garzik
3698M: jgarzik@pobox.com
3699L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003700T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003701S: Supported
3702
3703SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3704P: Pat Gefre
3705M: pfg@sgi.com
3706L: linux-ia64@vger.kernel.org
3707S: Supported
3708
Ben Hutchings8ceee662008-04-27 12:55:59 +01003709SFC NETWORK DRIVER
3710P: Steve Hodgson
3711P: Ben Hutchings
3712P: Robert Stonehouse
3713M: linux-net-drivers@solarflare.com
3714S: Supported
3715
Linus Torvalds1da177e2005-04-16 15:20:36 -07003716SGI VISUAL WORKSTATION 320 AND 540
3717P: Andrey Panin
3718M: pazke@donpac.ru
3719L: linux-visws-devel@lists.sf.net
3720W: http://linux-visws.sf.net
3721S: Maintained for 2.6.
3722
Jack Steiner75312612008-08-15 00:40:42 -07003723SGI GRU DRIVER
3724P: Jack Steiner
3725M: steiner@sgi.com
3726S: Maintained
3727
3728SGI XP/XPC/XPNET DRIVER
3729P: Dean Nelson
3730M: dcn@sgi.com
3731S: Maintained
3732
Linus Torvalds1da177e2005-04-16 15:20:36 -07003733SIMTEC EB110ATX (Chalice CATS)
3734P: Ben Dooks
3735P: Vincent Sanders
3736M: support@simtec.co.uk
3737W: http://www.simtec.co.uk/products/EB110ATX/
3738S: Supported
3739
3740SIMTEC EB2410ITX (BAST)
3741P: Ben Dooks
3742P: Vincent Sanders
3743M: support@simtec.co.uk
3744W: http://www.simtec.co.uk/products/EB2410ITX/
3745S: Supported
3746
Francois Romieu92aab3c2005-07-30 13:11:18 +02003747SIS 190 ETHERNET DRIVER
3748P: Francois Romieu
3749M: romieu@fr.zoreil.com
3750L: netdev@vger.kernel.org
3751S: Maintained
3752
Linus Torvalds1da177e2005-04-16 15:20:36 -07003753SIS 900/7016 FAST ETHERNET DRIVER
3754P: Daniele Venzano
3755M: venza@brownhat.org
3756W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003757L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003758S: Maintained
3759
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003760SIS 96X I2C/SMBUS DRIVER
3761P: Mark M. Hoffman
3762M: mhoffman@lightlink.com
Jean Delvare17a172f2008-09-24 13:39:22 +02003763L: i2c@lm-sensors.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003764S: Maintained
3765
Linus Torvalds1da177e2005-04-16 15:20:36 -07003766SIS FRAMEBUFFER DRIVER
3767P: Thomas Winischhofer
3768M: thomas@winischhofer.net
3769W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003770S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003771
3772SIS USB2VGA DRIVER
3773P: Thomas Winischhofer
3774M: thomas@winischhofer.net
3775W: http://www.winischhofer.at/linuxsisusbvga.shtml
3776S: Maintained
3777
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003778SLAB ALLOCATOR
3779P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003780M: cl@linux-foundation.org
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003781P: Pekka Enberg
3782M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003783P: Matt Mackall
3784M: mpm@selenic.com
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003785L: linux-mm@kvack.org
3786S: Maintained
3787
Linus Torvalds1da177e2005-04-16 15:20:36 -07003788SMC91x ETHERNET DRIVER
3789P: Nicolas Pitre
3790M: nico@cam.org
3791S: Maintained
3792
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003793SMSC47B397 HARDWARE MONITOR DRIVER
3794P: Mark M. Hoffman
3795M: mhoffman@lightlink.com
3796L: lm-sensors@lm-sensors.org
3797S: Maintained
3798
Ben Nizetteb54f2862008-03-13 22:27:30 +11003799SMX UIO Interface
3800P: Ben Nizette
3801M: bn@niasdigital.com
3802S: Maintained
3803
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003804SOC-CAMERA V4L2 SUBSYSTEM
Jean Delvare795fb7e2008-09-20 12:33:08 +02003805P: Guennadi Liakhovetski
3806M: g.liakhovetski@gmx.de
3807L: video4linux-list@redhat.com
3808S: Maintained
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003809
Linus Torvalds1da177e2005-04-16 15:20:36 -07003810SOFTWARE RAID (Multiple Disks) SUPPORT
3811P: Ingo Molnar
3812M: mingo@redhat.com
3813P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003814M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003815L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003816S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003817
Pavel Machek95a631e2007-07-19 01:47:42 -07003818HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003819P: Pavel Machek
3820M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003821P: Rafael J. Wysocki
3822M: rjw@sisk.pl
3823L: linux-pm@lists.linux-foundation.org
3824S: Supported
3825
3826SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003827P: Len Brown
3828M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003829P: Pavel Machek
3830M: pavel@suse.cz
3831P: Rafael J. Wysocki
3832M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003833L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003834S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003835
3836SONIC NETWORK DRIVER
3837P: Thomas Bogendoerfer
3838M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003839L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003840S: Maintained
3841
Michael Buesch61e115a2007-09-18 15:12:50 -04003842SONICS SILICON BACKPLANE DRIVER (SSB)
3843P: Michael Buesch
3844M: mb@bu3sch.de
3845L: netdev@vger.kernel.org
3846S: Maintained
3847
Linus Torvalds1da177e2005-04-16 15:20:36 -07003848SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003849P: Mattia Dongili
3850M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003851L: linux-acpi@vger.kernel.org
3852W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003853S: Maintained
3854
Alex Dubovbaf85322008-02-09 10:20:54 -08003855SONY MEMORYSTICK CARD SUPPORT
3856P: Alex Dubov
3857M: oakad@yahoo.com
3858L: linux-kernel@vger.kernel.org
3859W: http://tifmxx.berlios.de/
3860S: Maintained
3861
Linus Torvalds1da177e2005-04-16 15:20:36 -07003862SOUND
3863P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003864M: perex@perex.cz
Takashi Iwai281712f2008-08-19 13:10:04 +02003865P: Takashi Iwai
3866M: tiwai@suse.de
Takashi Iwai82622042007-04-16 12:32:52 +02003867L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003868S: Maintained
3869
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003870SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3871P: Liam Girdwood
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01003872M: lrg@slimlogic.co.uk
Mark Brown2cad0ad2008-01-10 14:33:07 +01003873P: Mark Brown
3874M: broonie@opensource.wolfsonmicro.com
3875T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003876L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01003877W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003878S: Supported
3879
Kumar Gala025c3982006-04-02 16:05:54 -05003880SPI SUBSYSTEM
3881P: David Brownell
3882M: dbrownell@users.sourceforge.net
3883L: spi-devel-general@lists.sourceforge.net
3884S: Maintained
3885
Arnd Bergmannb8154542008-05-16 11:10:59 +02003886SPU FILE SYSTEM
3887P: Jeremy Kerr
3888M: jk@ozlabs.org
3889L: linuxppc-dev@ozlabs.org
3890L: cbe-oss-dev@ozlabs.org
3891W: http://www.ibm.com/developerworks/power/cell/
3892S: Supported
3893
Steven Rostedt855f46a2006-08-05 12:14:50 -07003894STABLE BRANCH:
3895P: Greg Kroah-Hartman
3896M: greg@kroah.com
3897P: Chris Wright
3898M: chrisw@sous-sol.org
3899L: stable@kernel.org
3900S: Maintained
3901
Linus Torvalds1da177e2005-04-16 15:20:36 -07003902SHARP LH SUPPORT (LH7952X & LH7A40X)
3903P: Marc Singer
3904M: elf@buici.com
3905W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003906L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003907S: Maintained
3908
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003909SHPC HOTPLUG DRIVER
3910P: Kristen Carlson Accardi
3911M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003912L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003913S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003914
Pierre Ossmand129bce2006-03-24 03:18:17 -08003915SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3916P: Pierre Ossman
3917M: drzeus-sdhci@drzeus.cx
3918L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003919S: Maintained
3920
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003921SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3922P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003923M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003924L: netdev@vger.kernel.org
3925S: Maintained
3926
Chris Boot1a87d942006-07-10 04:45:34 -07003927SOEKRIS NET48XX LED SUPPORT
3928P: Chris Boot
3929M: bootc@bootc.net
3930S: Maintained
3931
Linus Torvalds1da177e2005-04-16 15:20:36 -07003932SPARC (sparc32):
3933P: William L. Irwin
3934M: wli@holomorphy.com
3935L: sparclinux@vger.kernel.org
3936S: Maintained
3937
3938SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3939P: Roger Wolff
3940M: R.E.Wolff@BitWizard.nl
3941L: linux-kernel@vger.kernel.org ?
3942S: Supported
3943
Jim Lewis2752e402006-09-29 02:01:19 -07003944SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003945P: Ishizaki Kou
3946M: kou.ishizaki@toshiba.co.jp
3947P: Jens Osterkamp
3948M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003949L: netdev@vger.kernel.org
3950S: Supported
3951
Linus Torvalds1da177e2005-04-16 15:20:36 -07003952SRM (Alpha) environment access
3953P: Jan-Benedict Glaw
3954M: jbglaw@lug-owl.de
3955L: linux-kernel@vger.kernel.org
3956S: Maintained
3957
3958STARFIRE/DURALAN NETWORK DRIVER
3959P: Ion Badulescu
3960M: ionut@cs.columbia.edu
3961S: Maintained
3962
3963STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3964W: http://mosquitonet.Stanford.EDU/strip.html
Jean Delvarebaaea1d2008-09-20 12:34:33 +02003965S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003966
3967STRADIS MPEG-2 DECODER DRIVER
3968P: Nathan Laredo
3969M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003970W: http://www.stradis.com/
3971S: Maintained
3972
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003973SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003974P: Paul Mundt
3975M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003976L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003977W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003978T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09003979S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003980
3981SUN3/3X
3982P: Sam Creasey
3983M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003984W: http://sammy.net/sun3/
3985S: Maintained
3986
3987SVGA HANDLING
3988P: Martin Mares
3989M: mj@ucw.cz
3990L: linux-video@atrey.karlin.mff.cuni.cz
3991S: Maintained
3992
3993SYSV FILESYSTEM
3994P: Christoph Hellwig
3995M: hch@infradead.org
3996S: Maintained
3997
Alan Cox4e688522008-04-30 00:52:11 -07003998TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07003999P: Balbir Singh
4000M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004001L: linux-kernel@vger.kernel.org
4002S: Maintained
4003
Stephen Hemminger781b456a2006-07-10 20:25:29 -07004004TC CLASSIFIER
4005P: Jamal Hadi Salim
4006M: hadi@cyberus.ca
4007L: netdev@vger.kernel.org
4008S: Maintained
4009
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07004010TCP LOW PRIORITY MODULE
4011P: Wong Hoi Sing, Edison
4012M: hswong3i@gmail.com
4013P: Hung Hing Lun, Mike
4014M: hlhung3i@gmail.com
4015W: http://tcp-lp-mod.sourceforge.net/
4016S: Maintained
4017
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07004018TEHUTI ETHERNET DRIVER
4019P: Alexander Indenbaum
4020M: baum@tehutinetworks.net
4021P: Andy Gospodarek
4022M: andy@greyhouse.net
4023L: netdev@vger.kernel.org
4024S: Supported
4025
Alan Cox4e688522008-04-30 00:52:11 -07004026Telecom Clock Driver for MCPL0010
4027P: Mark Gross
4028M: mark.gross@intel.com
4029S: Supported
4030
4031TENSILICA XTENSA PORT (xtensa):
4032P: Chris Zankel
4033M: chris@zankel.net
4034S: Maintained
4035
4036THINKPAD ACPI EXTRAS DRIVER
4037P: Henrique de Moraes Holschuh
4038M: ibm-acpi@hmh.eng.br
4039L: ibm-acpi-devel@lists.sourceforge.net
4040W: http://ibm-acpi.sourceforge.net
4041W: http://thinkwiki.org/wiki/Ibm-acpi
4042T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4043S: Maintained
4044
Alex Dubov4020f2d2006-10-04 02:15:37 -07004045TI FLASH MEDIA INTERFACE DRIVER
Jean Delvare795fb7e2008-09-20 12:33:08 +02004046P: Alex Dubov
4047M: oakad@yahoo.com
4048S: Maintained
Alex Dubov4020f2d2006-10-04 02:15:37 -07004049
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004050TI OMAP MMC INTERFACE DRIVER
4051P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004052M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004053W: http://linux.omap.com
4054W: http://www.muru.com/linux/omap/
4055S: Maintained
4056
Michael Buesch844dd052006-06-26 00:24:59 -07004057TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4058P: Deepak Saxena
4059M: dsaxena@plexity.net
4060S: Maintained
4061
Per Lidene86eaa32006-01-12 16:45:18 +01004062TIPC NETWORK LAYER
4063P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004064M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004065P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004066M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004067P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004068M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004069L: tipc-discussion@lists.sourceforge.net
4070W: http://tipc.sourceforge.net/
4071W: http://tipc.cslab.ericsson.net/
4072T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4073S: Maintained
4074
Linus Torvalds1da177e2005-04-16 15:20:36 -07004075TLAN NETWORK DRIVER
4076P: Samuel Chessman
4077M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004078L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004079W: http://sourceforge.net/projects/tlan/
4080S: Maintained
4081
Linus Torvalds1da177e2005-04-16 15:20:36 -07004082TOSHIBA ACPI EXTRAS DRIVER
4083P: John Belmonte
4084M: toshiba_acpi@memebeam.org
4085W: http://memebeam.org/toys/ToshibaAcpiDriver
4086S: Maintained
4087
4088TOSHIBA SMM DRIVER
4089P: Jonathan Buzzard
4090M: jonathan@buzzard.org.uk
4091L: tlinux-users@tce.toshiba-dme.co.jp
4092W: http://www.buzzard.org.uk/toshiba/
4093S: Maintained
4094
Alan Cox4e688522008-04-30 00:52:11 -07004095TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004096P: Debora Velarde
4097M: debora@linux.vnet.ibm.com
4098P: Rajiv Andrade
4099M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004100W: http://tpmdd.sourceforge.net
4101P: Marcel Selhorst
4102M: tpm@selhorst.net
4103W: http://www.prosec.rub.de/tpm/
4104L: tpmdd-devel@lists.sourceforge.net
4105S: Maintained
4106
Linus Torvalds1da177e2005-04-16 15:20:36 -07004107TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004108P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004109M: trivial@kernel.org
4110L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004111S: Maintained
4112
Alan Cox4e688522008-04-30 00:52:11 -07004113TTY LAYER
4114P: Alan Cox
4115M: alan@lxorguk.ukuu.org.uk
4116L: linux-kernel@vger.kernel.org
4117S: Maintained
4118
Grant Grundler740db6d2008-02-17 11:53:49 -07004119TULIP NETWORK DRIVERS
4120P: Grant Grundler
4121M: grundler@parisc-linux.org
4122P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004123M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004124L: netdev@vger.kernel.org
4125S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004126
4127TUN/TAP driver
4128P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004129M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004130L: vtun@office.satix.net
4131W: http://vtun.sourceforge.net/tun
4132S: Maintained
4133
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004134TURBOCHANNEL SUBSYSTEM
4135P: Maciej W. Rozycki
4136M: macro@linux-mips.org
4137S: Maintained
4138
Linus Torvalds1da177e2005-04-16 15:20:36 -07004139U14-34F SCSI DRIVER
4140P: Dario Ballabio
4141M: ballabio_dario@emc.com
4142L: linux-scsi@vger.kernel.org
4143S: Maintained
4144
Alan Coxcc2020e2008-05-19 14:21:51 +01004145UCLINUX (AND M68KNOMMU)
4146P: Greg Ungerer
4147M: gerg@uclinux.org
4148W: http://www.uclinux.org/
4149L: uclinux-dev@uclinux.org (subscribers-only)
4150S: Maintained
4151
Alan Coxcc2020e2008-05-19 14:21:51 +01004152UCLINUX FOR RENESAS H8/300
4153P: Yoshinori Sato
4154M: ysato@users.sourceforge.jp
4155W: http://uclinux-h8.sourceforge.jp/
4156S: Supported
4157
Linus Torvalds1da177e2005-04-16 15:20:36 -07004158UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004159P: Jan Kara
4160M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004161W: http://linux-udf.sourceforge.net
4162S: Maintained
4163
Alan Coxcc2020e2008-05-19 14:21:51 +01004164UFS FILESYSTEM
4165P: Evgeniy Dushistov
4166M: dushistov@mail.ru
4167L: linux-kernel@vger.kernel.org
4168S: Maintained
4169
4170UltraSPARC (sparc64):
4171P: David S. Miller
4172M: davem@davemloft.net
4173L: sparclinux@vger.kernel.org
4174T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4175S: Maintained
4176
Linus Torvalds1da177e2005-04-16 15:20:36 -07004177UNIFORM CDROM DRIVER
4178P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004179M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004180L: linux-kernel@vger.kernel.org
4181W: http://www.kernel.dk
4182S: Maintained
4183
4184USB ACM DRIVER
4185P: Oliver Neukum
4186M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004187L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004188S: Maintained
4189
4190USB BLOCK DRIVER (UB ub)
4191P: Pete Zaitcev
4192M: zaitcev@redhat.com
4193L: linux-kernel@vger.kernel.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004194L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004195S: Supported
4196
Linus Torvalds1da177e2005-04-16 15:20:36 -07004197USB CDC ETHERNET DRIVER
4198P: Greg Kroah-Hartman
4199M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004200L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004201S: Maintained
4202W: http://www.kroah.com/linux-usb/
4203
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004204USB CYPRESS C67X00 DRIVER
4205P: Peter Korsgaard
4206M: jacmet@sunsite.dk
4207L: linux-usb@vger.kernel.org
4208S: Maintained
4209
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004210USB DAVICOM DM9601 DRIVER
4211P: Peter Korsgaard
4212M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004213L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004214W: http://www.linux-usb.org/usbnet
4215S: Maintained
4216
Alan Coxcc2020e2008-05-19 14:21:51 +01004217USB DIAMOND RIO500 DRIVER
4218P: Cesar Miquel
4219M: miquel@df.uba.ar
4220L: rio500-users@lists.sourceforge.net
4221W: http://rio500.sourceforge.net
4222S: Maintained
4223
Linus Torvalds1da177e2005-04-16 15:20:36 -07004224USB EHCI DRIVER
4225P: David Brownell
4226M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004227L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004228S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004229
Luca Risolia7ce08c92006-01-11 02:06:59 +00004230USB ET61X[12]51 DRIVER
4231P: Luca Risolia
4232M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004233L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004234L: video4linux-list@redhat.com
4235W: http://www.linux-projects.org
4236S: Maintained
4237
David Brownell69ae9e32006-11-14 02:03:31 -08004238USB GADGET/PERIPHERAL SUBSYSTEM
4239P: David Brownell
4240M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004241L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004242W: http://www.linux-usb.org/gadget
4243S: Maintained
4244
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004245USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004246P: Jiri Kosina
4247M: jkosina@suse.cz
Jean Delvare795fb7e2008-09-20 12:33:08 +02004248L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004249T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004250S: Maintained
4251
Olav Kongas959eea22005-11-03 17:38:14 +02004252USB ISP116X DRIVER
4253P: Olav Kongas
4254M: ok@artecdesign.ee
Jean Delvare795fb7e2008-09-20 12:33:08 +02004255L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004256S: Maintained
4257
Linus Torvalds1da177e2005-04-16 15:20:36 -07004258USB KAWASAKI LSI DRIVER
4259P: Oliver Neukum
4260M: oliver@neukum.name
Jean Delvare795fb7e2008-09-20 12:33:08 +02004261L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004262S: Maintained
4263
4264USB MASS STORAGE DRIVER
4265P: Matthew Dharm
4266M: mdharm-usb@one-eyed-alien.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004267L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004268L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004269S: Maintained
4270W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4271
4272USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004273P: David Brownell
4274M: dbrownell@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004275L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004276S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004277
Matthias Urlichsba460e42005-07-14 00:33:47 -07004278USB OPTION-CARD DRIVER
4279P: Matthias Urlichs
4280M: smurf@smurf.noris.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004281L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004282S: Maintained
4283
Linus Torvalds1da177e2005-04-16 15:20:36 -07004284USB OV511 DRIVER
4285P: Mark McClelland
4286M: mmcclell@bigfoot.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004287L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004288W: http://alpha.dyndns.org/ov511/
4289S: Maintained
4290
4291USB PEGASUS DRIVER
4292P: Petko Manolov
4293M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004294L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004295L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004296W: http://pegasus2.sourceforge.net/
4297S: Maintained
4298
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004299USB PRINTER DRIVER (usblp)
4300P: Pete Zaitcev
4301M: zaitcev@redhat.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004302L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004303S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004304
4305USB RTL8150 DRIVER
4306P: Petko Manolov
4307M: petkan@users.sourceforge.net
Jean Delvare795fb7e2008-09-20 12:33:08 +02004308L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004309L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004310W: http://pegasus2.sourceforge.net/
4311S: Maintained
4312
4313USB SE401 DRIVER
4314P: Jeroen Vreeken
4315M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004316L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004317W: http://www.chello.nl/~j.vreeken/se401/
4318S: Maintained
4319
Alan Cox4e688522008-04-30 00:52:11 -07004320USB SERIAL BELKIN F5U103 DRIVER
4321P: William Greathouse
4322M: wgreathouse@smva.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004323L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004324S: Maintained
4325
4326USB SERIAL CYPRESS M8 DRIVER
4327P: Lonnie Mendez
4328M: dignome@gmail.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004329L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -07004330S: Maintained
4331W: http://geocities.com/i0xox0i
4332W: http://firstlight.net/cvs
4333
Linus Torvalds1da177e2005-04-16 15:20:36 -07004334USB SERIAL CYBERJACK DRIVER
4335P: Matthias Bruestle and Harald Welte
4336M: support@reiner-sct.com
4337W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4338S: Maintained
4339
4340USB SERIAL DIGI ACCELEPORT DRIVER
4341P: Peter Berger and Al Borchers
4342M: pberger@brimson.com
4343M: alborchers@steinerpoint.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004344L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004345S: Maintained
4346
4347USB SERIAL DRIVER
4348P: Greg Kroah-Hartman
4349M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004350L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004351S: Supported
4352
Linus Torvalds1da177e2005-04-16 15:20:36 -07004353USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4354P: Gary Brubaker
4355M: xavyer@ix.netcom.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004356L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004357S: Maintained
4358
4359USB SERIAL KEYSPAN DRIVER
4360P: Greg Kroah-Hartman
4361M: greg@kroah.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004362L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004363W: http://www.kroah.com/linux/
4364S: Maintained
4365
4366USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004367P: Support Department
4368M: support@connecttech.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004369L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004370W: http://www.connecttech.com
4371S: Supported
4372
Steve Glendinning2f7ca802008-10-02 05:27:57 +00004373USB SMSC95XX ETHERNET DRIVER
4374P: Steve Glendinning
4375M: steve.glendinning@smsc.com
4376L: netdev@vger.kernel.org
4377S: Supported
4378
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004379USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004380P: Luca Risolia
4381M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004382L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004383L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004384W: http://www.linux-projects.org
4385S: Maintained
4386
4387USB SUBSYSTEM
4388P: Greg Kroah-Hartman
4389M: gregkh@suse.de
Jean Delvare795fb7e2008-09-20 12:33:08 +02004390L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004391W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004392T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004393S: Supported
4394
4395USB UHCI DRIVER
4396P: Alan Stern
4397M: stern@rowland.harvard.edu
Jean Delvare795fb7e2008-09-20 12:33:08 +02004398L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004399S: Maintained
4400
David Brownell69ae9e32006-11-14 02:03:31 -08004401USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004402P: David Brownell
4403M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004404L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004405W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004406S: Maintained
4407
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004408USB VIDEO CLASS
4409P: Laurent Pinchart
4410M: laurent.pinchart@skynet.be
Ming Leiecc9a042008-09-13 02:33:21 -07004411L: linux-uvc-devel@lists.berlios.de
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004412L: video4linux-list@redhat.com
4413W: http://linux-uvc.berlios.de
4414S: Maintained
4415
Linus Torvalds1da177e2005-04-16 15:20:36 -07004416USB W996[87]CF DRIVER
4417P: Luca Risolia
4418M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004419L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004420L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004421W: http://www.linux-projects.org
4422S: Maintained
4423
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004424USB WIRELESS RNDIS DRIVER (rndis_wlan)
4425P: Jussi Kivilinna
4426M: jussi.kivilinna@mbnet.fi
4427L: linux-wireless@vger.kernel.org
4428S: Maintained
4429
Luca Risolia60f78052006-02-06 16:29:35 +00004430USB ZC0301 DRIVER
4431P: Luca Risolia
4432M: luca.risolia@studio.unibo.it
Jean Delvare795fb7e2008-09-20 12:33:08 +02004433L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004434L: video4linux-list@redhat.com
4435W: http://www.linux-projects.org
4436S: Maintained
4437
Linus Torvalds1da177e2005-04-16 15:20:36 -07004438USB ZD1201 DRIVER
4439P: Jeroen Vreeken
4440M: pe1rxq@amsat.org
Jean Delvare795fb7e2008-09-20 12:33:08 +02004441L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004442W: http://linux-lc100020.sourceforge.net
4443S: Maintained
4444
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004445USB ZR364XX DRIVER
4446P: Antoine Jacquet
4447M: royale@zerezo.com
Jean Delvare795fb7e2008-09-20 12:33:08 +02004448L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004449L: video4linux-list@redhat.com
4450W: http://royale.zerezo.com/zr364xx/
4451S: Maintained
4452
Linus Torvalds1da177e2005-04-16 15:20:36 -07004453USER-MODE LINUX
4454P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004455M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004456L: user-mode-linux-devel@lists.sourceforge.net
4457L: user-mode-linux-user@lists.sourceforge.net
4458W: http://user-mode-linux.sourceforge.net
4459S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004460
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004461USERSPACE I/O (UIO)
4462P: Hans J. Koch
4463M: hjk@linutronix.de
4464P: Greg Kroah-Hartman
4465M: gregkh@suse.de
4466L: linux-kernel@vger.kernel.org
4467S: Maintained
4468
Karel Zakf899b0a2008-05-23 13:04:21 -07004469UTIL-LINUX-NG PACKAGE
4470P: Karel Zak
4471M: kzak@redhat.com
4472L: util-linux-ng@vger.kernel.org
4473W: http://kernel.org/~kzak/util-linux-ng/
4474T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4475S: Maintained
4476
Alan Cox4e688522008-04-30 00:52:11 -07004477VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004478P: OGAWA Hirofumi
4479M: hirofumi@mail.parknet.co.jp
4480L: linux-kernel@vger.kernel.org
4481S: Maintained
4482
Linus Torvalds1da177e2005-04-16 15:20:36 -07004483VIA RHINE NETWORK DRIVER
4484P: Roger Luethi
4485M: rl@hellgate.ch
4486S: Maintained
4487
Jean Delvare32c0a522005-09-22 21:47:58 +02004488VIAPRO SMBUS DRIVER
4489P: Jean Delvare
4490M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004491L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004492S: Maintained
4493
Francois Romieu01f20732007-01-26 00:57:17 -08004494VIA VELOCITY NETWORK DRIVER
4495P: Francois Romieu
4496M: romieu@fr.zoreil.com
4497L: netdev@vger.kernel.org
4498S: Maintained
4499
Linus Torvalds1da177e2005-04-16 15:20:36 -07004500VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004501P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004502M: mchehab@infradead.org
4503M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004504L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004505W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004506T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004507S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004508
Patrick McHardybe7f8272007-10-23 20:26:36 -07004509VLAN (802.1Q)
4510P: Patrick McHardy
4511M: kaber@trash.net
4512L: netdev@vger.kernel.org
4513S: Maintained
4514
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004515VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4516P: Liam Girdwood
4517M: lg@opensource.wolfsonmicro.com
4518P: Mark Brown
4519M: broonie@opensource.wolfsonmicro.com
4520W: http://opensource.wolfsonmicro.com/node/15
4521T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4522S: Supported
4523
Juerg Haefligerab413192006-09-24 20:54:04 +02004524VT1211 HARDWARE MONITOR DRIVER
4525P: Juerg Haefliger
4526M: juergh@gmail.com
4527L: lm-sensors@lm-sensors.org
4528S: Maintained
4529
Roger Lucas1de9e372005-11-26 20:20:05 +01004530VT8231 HARDWARE MONITOR DRIVER
4531P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004532M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004533L: lm-sensors@lm-sensors.org
4534S: Maintained
4535
Linus Torvalds1da177e2005-04-16 15:20:36 -07004536W1 DALLAS'S 1-WIRE BUS
4537P: Evgeniy Polyakov
4538M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004539S: Maintained
4540
Charles Spirakis13927072006-07-05 18:05:15 +02004541W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004542P: Marc Hulsman
4543M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004544L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004545S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004546
Rudolf Marek61db0112006-12-12 18:18:30 +01004547W83793 HARDWARE MONITORING DRIVER
4548P: Rudolf Marek
4549M: r.marek@assembler.cz
4550L: lm-sensors@lm-sensors.org
4551S: Maintained
4552
Linus Torvalds1da177e2005-04-16 15:20:36 -07004553W83L51xD SD/MMC CARD INTERFACE DRIVER
4554P: Pierre Ossman
4555M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004556L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004557S: Maintained
4558
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004559WATCHDOG DEVICE DRIVERS
4560P: Wim Van Sebroeck
4561M: wim@iguana.be
4562T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4563S: Maintained
4564
Linus Torvalds1da177e2005-04-16 15:20:36 -07004565WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4566P: Jean Tourrilhes
4567M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004568L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004569W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4570S: Maintained
4571
4572WD7000 SCSI DRIVER
4573P: Miroslav Zagorac
4574M: zaga@fly.cc.fer.hr
4575L: linux-scsi@vger.kernel.org
4576S: Maintained
4577
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004578WISTRON LAPTOP BUTTON DRIVER
4579P: Miloslav Trmac
4580M: mitr@volny.cz
4581S: Maintained
4582
Linus Torvalds1da177e2005-04-16 15:20:36 -07004583WL3501 WIRELESS PCMCIA CARD DRIVER
4584P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004585M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004586L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004587W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004588S: Maintained
4589
Mark Brownfebf1df2008-04-02 00:51:09 -04004590WM97XX TOUCHSCREEN DRIVERS
4591P: Mark Brown
4592M: broonie@opensource.wolfsonmicro.com
4593P: Liam Girdwood
4594M: liam.girdwood@wolfsonmicro.com
4595L: linux-input@vger.kernel.org
4596T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4597W: http://opensource.wolfsonmicro.com/node/7
4598S: Supported
4599
Linus Torvalds1da177e2005-04-16 15:20:36 -07004600X.25 NETWORK LAYER
4601P: Henner Eisen
4602M: eis@baty.hanse.de
4603L: linux-x25@vger.kernel.org
4604S: Maintained
4605
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004606XEN HYPERVISOR INTERFACE
4607P: Jeremy Fitzhardinge
4608M: jeremy@xensource.com
4609P: Chris Wright
4610M: chrisw@sous-sol.org
4611L: virtualization@lists.osdl.org
4612L: xen-devel@lists.xensource.com
4613S: Supported
4614
Linus Torvalds1da177e2005-04-16 15:20:36 -07004615XFS FILESYSTEM
4616P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004617P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004618M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004619L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004620W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004621T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004622S: Supported
4623
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004624XILINX SYSTEMACE DRIVER
4625P: Grant Likely
4626M: grant.likely@secretlab.ca
4627W: http://www.secretlab.ca/
4628L: linux-kernel@vger.kernel.org
4629S: Maintained
4630
Peter Korsgaard238b8722006-12-06 20:35:17 -08004631XILINX UARTLITE SERIAL DRIVER
4632P: Peter Korsgaard
4633M: jacmet@sunsite.dk
4634L: linux-serial@vger.kernel.org
4635S: Maintained
4636
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004637X86 ARCHITECTURE (32-BIT AND 64-BIT)
4638P: Thomas Gleixner
4639M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004640P: Ingo Molnar
4641M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004642P: H. Peter Anvin
4643M: hpa@zytor.com
4644L: linux-kernel@vger.kernel.org
4645T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004646S: Maintained
4647
Linus Torvalds1da177e2005-04-16 15:20:36 -07004648YAM DRIVER FOR AX.25
4649P: Jean-Paul Roubelat
4650M: jpr@f6fbb.org
4651L: linux-hams@vger.kernel.org
4652S: Maintained
4653
Henkaf64a5e2005-10-12 15:02:56 +02004654YEALINK PHONE DRIVER
4655P: Henk Vergonet
4656M: Henk.Vergonet@gmail.com
4657L: usbb2k-api-dev@nongnu.org
4658S: Maintained
4659
Linus Torvalds1da177e2005-04-16 15:20:36 -07004660Z8530 DRIVER FOR AX.25
4661P: Joerg Reuter
4662M: jreuter@yaina.de
4663W: http://yaina.de/jreuter/
4664W: http://www.qsl.net/dl1bke/
4665L: linux-hams@vger.kernel.org
4666S: Maintained
4667
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004668ZD1211RW WIRELESS DRIVER
4669P: Daniel Drake
4670M: dsd@gentoo.org
4671P: Ulrich Kunitz
4672M: kune@deine-taler.de
4673W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004674L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004675L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4676S: Maintained
4677
Linus Torvalds1da177e2005-04-16 15:20:36 -07004678ZR36067 VIDEO FOR LINUX DRIVER
4679P: Ronald Bultje
4680M: rbultje@ronald.bitfreak.net
4681L: mjpeg-users@lists.sourceforge.net
4682W: http://mjpeg.sourceforge.net/driver-zoran/
4683S: Maintained
4684
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004685ZS DECSTATION Z85C30 SERIAL DRIVER
4686P: Maciej W. Rozycki
4687M: macro@linux-mips.org
4688S: Maintained
4689
Linus Torvalds1da177e2005-04-16 15:20:36 -07004690THE REST
4691P: Linus Torvalds
4692S: Buried alive in reporters