blob: 9ac82eab82ee11c85c25acd2e74fba8b03d4d978 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
Andy Whitcroft0a920b52007-06-01 00:46:48 -070033 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
42
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
45
Alan Coxc9ee1332006-05-20 15:00:12 -070046 PLEASE remember that submissions must be made under the terms
Randy Dunlap45003712007-08-30 23:56:37 -070047 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
Alan Coxc9ee1332006-05-20 15:00:12 -070051
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
54 not you.
55
Alan Coxc9ee1332006-05-20 15:00:12 -0700567. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
58 does not respond.
59
608. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070061
Antoine Jacquetb7eee612007-04-27 12:30:59 -030062 -----------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -070063
64Maintainers List (try to look for most precise areas first)
65
66Note: For the hard of thinking, this list is meant to remain in alphabetical
67order. If you could add yourselves to it in alphabetical order that would be
68so much easier [Ed]
69
70P: Person
71M: Mail patches to
72L: Mailing list that is relevant to this area
73W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080074T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070075S: Status, one of the following:
76
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
85 should be using that.
86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873C505 NETWORK DRIVER
88P: Philip Blundell
89M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070090L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070091S: Maintained
92
Steffen Klasserta6d89912007-08-10 14:05:27 -0700933C59X NETWORK DRIVER
94P: Steffen Klassert
95M: klassert@mathematik.tu-chemnitz.de
96L: netdev@vger.kernel.org
97S: Maintained
98
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993CR990 NETWORK DRIVER
100P: David Dillow
101M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700102L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700103S: Maintained
104
1053W-XXXX ATA-RAID CONTROLLER DRIVER
106P: Adam Radford
107M: linuxraid@amcc.com
108L: linux-scsi@vger.kernel.org
109W: http://www.amcc.com
110S: Supported
111
1123W-9XXX SATA-RAID CONTROLLER DRIVER
113P: Adam Radford
114M: linuxraid@amcc.com
115L: linux-scsi@vger.kernel.org
116W: http://www.amcc.com
117S: Supported
118
11953C700 AND 53C700-66 SCSI DRIVER
120P: James E.J. Bottomley
121M: James.Bottomley@HansenPartnership.com
122L: linux-scsi@vger.kernel.org
123S: Maintained
124
1256PACK NETWORK DRIVER FOR AX.25
126P: Andreas Koensgen
127M: ajk@iehk.rwth-aachen.de
128L: linux-hams@vger.kernel.org
129S: Maintained
130
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318169 10/100/1000 GIGABIT ETHERNET DRIVER
132P: Francois Romieu
133M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700134L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135S: Maintained
136
1378250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700138L: linux-serial@vger.kernel.org
139W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100140S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141
1428390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
143P: Paul Gortmaker
144M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700145L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146S: Maintained
147
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001489P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100149P: Eric Van Hensbergen
150M: ericvh@gmail.com
151P: Ron Minnich
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500152M: rminnich@sandia.gov
Jim Cromiece00f852006-11-30 04:49:44 +0100153P: Latchesar Ionkov
154M: lucho@ionkov.net
155L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500156W: http://swik.net/v9fs
Jim Cromiece00f852006-11-30 04:49:44 +0100157T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
158S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800159
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160A2232 SERIAL BOARD DRIVER
161P: Enver Haase
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162M: A2232@gmx.net
163L: linux-m68k@lists.linux-m68k.org
164S: Maintained
165
David Howellsfac533c2008-03-28 14:15:54 -0700166AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
167P: David Howells
168M: dhowells@redhat.com
169L: linux-afs@lists.infradead.org
170S: Supported
171
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172AIO
173P: Benjamin LaHaise
174M: bcrl@kvack.org
175L: linux-aio@kvack.org
176S: Supported
177
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700178ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200179P: Hans de Goede
180M: j.w.r.degoede@hhs.nl
181L: lm-sensors@lm-sensors.org
182S: Maintained
183
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700184ABIT UGURU 3 HARDWARE MONITOR DRIVER
185P: Alistair John Strachan
186M: alistair@devzero.co.uk
187L: lm-sensors@lm-sensors.org
188S: Maintained
189
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190ACENIC DRIVER
191P: Jes Sorensen
192M: jes@trained-monkey.org
193L: linux-acenic@sunsite.dk
194S: Maintained
195
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700196IPS SCSI RAID DRIVER
197P: Adaptec OEM Raid Solutions
198M: aacraid@adaptec.com
199L: linux-scsi@vger.kernel.org
200W: http://www.adaptec.com/
201S: Maintained
202
203DPT_I2O SCSI RAID DRIVER
204P: Adaptec OEM Raid Solutions
205M: aacraid@adaptec.com
206L: linux-scsi@vger.kernel.org
207W: http://www.adaptec.com/
208S: Maintained
209
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210AACRAID SCSI RAID DRIVER
211P: Adaptec OEM Raid Solutions
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700212M: aacraid@adaptec.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213L: linux-scsi@vger.kernel.org
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700214W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215S: Supported
216
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000217ACER WMI LAPTOP EXTRAS
218P: Carlos Corbacho
219M: carlos@strangeworlds.co.uk
220L: aceracpi@googlegroups.com (subscribers-only)
221W: http://code.google.com/p/aceracpi
222S: Maintained
223
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224ACPI
Andi Kleen54cd3142008-09-04 13:30:07 +0200225P: Len Brown
Len Brown8b59a452007-01-08 19:03:28 -0500226M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500227L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400228W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800229T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500230S: Supported
231
232ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400233P: Alexey Starikovskiy
234M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500235L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300236W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500237S: Supported
238
239ACPI EC DRIVER
240P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400241M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500242L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300243W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500244S: Supported
245
246ACPI FAN DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400247P: Zhang Rui
248M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500249L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300250W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500251S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700252
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700253ACPI PCI HOTPLUG DRIVER
254P: Kristen Carlson Accardi
255M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -0700256L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -0500257S: Supported
258
259ACPI THERMAL DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400260P: Zhang Rui
261M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500262L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300263W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500264S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700265
Len Brown359acec2007-02-10 01:59:24 -0500266ACPI VIDEO DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400267P: Zhang Rui
Len Brown38e09d82007-10-25 17:55:59 -0400268M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500269L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300270W: http://www.lesswatts.org/projects/acpi/
Len Brown359acec2007-02-10 01:59:24 -0500271S: Supported
272
Carlos Corbachobff431e2008-02-05 02:17:04 +0000273ACPI WMI DRIVER
274P: Carlos Corbacho
275M: carlos@strangeworlds.co.uk
276L: linux-acpi@vger.kernel.org
277W: http://www.lesswatts.org/projects/acpi/
278S: Maintained
279
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100280AD1889 ALSA SOUND DRIVER
281P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -0400282M: kyle@mcmartin.ca
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100283P: Thibaut Varene
284M: T-Bone@parisc-linux.org
285W: http://wiki.parisc-linux.org/AD1889
286L: linux-parisc@vger.kernel.org
287S: Maintained
288
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289ADM1025 HARDWARE MONITOR DRIVER
290P: Jean Delvare
291M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200292L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700293S: Maintained
294
Corentin Labbecae2caa2007-02-14 21:15:04 +0100295ADM1029 HARDWARE MONITOR DRIVER
296P: Corentin Labbe
297M: corentin.labbe@geomatys.fr
298L: lm-sensors@lm-sensors.org
299S: Maintained
300
Michael Wucc0b88c2007-08-31 01:15:25 -0400301ADM8211 WIRELESS DRIVER
302P: Michael Wu
303M: flamingice@sourmilk.net
304L: linux-wireless@vger.kernel.org
305W: http://linuxwireless.org/
306T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
307S: Maintained
308
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309ADT746X FAN DRIVER
310P: Colin Leroy
311M: colin@colino.net
312S: Maintained
313
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400314ADVANSYS SCSI DRIVER
315P: Matthew Wilcox
316M: matthew@wil.cx
317L: linux-scsi@vger.kernel.org
318S: Maintained
319
Linus Torvalds1da177e2005-04-16 15:20:36 -0700320AEDSP16 DRIVER
321P: Riccardo Facchetti
322M: fizban@tin.it
323S: Maintained
324
325AFFS FILE SYSTEM
326P: Roman Zippel
327M: zippel@linux-m68k.org
328S: Maintained
329
330AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400331P: David Airlie
332M: airlied@linux.ie
333T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700334S: Maintained
335
336AHA152X SCSI DRIVER
337P: Juergen E. Fischer
338M: Juergen Fischer <fischer@norbit.de>
339L: linux-scsi@vger.kernel.org
340S: Maintained
341
Hannes Reinecke64624d42007-10-19 10:32:29 +0200342AIC7XXX / AIC79XX SCSI DRIVER
343P: Hannes Reinecke
344M: hare@suse.de
345L: linux-scsi@vger.kernel.org
346S: Maintained
347
Linus Torvalds1da177e2005-04-16 15:20:36 -0700348ALCATEL SPEEDTOUCH USB DRIVER
349P: Duncan Sands
350M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700351L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352W: http://www.linux-usb.org/SpeedTouch/
353S: Maintained
354
Pierre Ossman272f1332007-05-14 21:25:26 +0200355ALCHEMY AU1XX0 MMC DRIVER
Manuel Lauss08fcb722008-06-09 08:40:35 +0200356P: Manuel Lauss
357M: manuel.lauss@gmail.com
358S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200359
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000360ALI1563 I2C DRIVER
361P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100362M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200363L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000364S: Maintained
365
Linus Torvalds1da177e2005-04-16 15:20:36 -0700366ALPHA PORT
367P: Richard Henderson
368M: rth@twiddle.net
369S: Odd Fixes for 2.4; Maintained for 2.6.
370P: Ivan Kokshaysky
371M: ink@jurassic.park.msu.ru
372S: Maintained for 2.4; PCI support for 2.6.
373
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700374AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
375P: Thomas Dahlmann
376M: thomas.dahlmann@amd.com
Jordan Crouse67d76712008-05-12 14:02:22 -0700377L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700378S: Supported
379
Jordan Crousef90b8112006-01-06 00:12:14 -0800380AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100381P: Jordan Crouse
Jordan Crouse67d76712008-05-12 14:02:22 -0700382L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Jordan Crousef90b8112006-01-06 00:12:14 -0800383W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
384S: Supported
385
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200386AMD IOMMU (AMD-VI)
387P: Joerg Roedel
388M: joerg.roedel@amd.com
389L: iommu@lists.linux-foundation.org
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
470ARM/AJECO 1ARM MACHINE SUPPORT
471P: Lennert Buytenhek
472M: kernel@wantstofly.org
473L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
474S: Maintained
475
Andrew Victord4a89c72006-12-04 13:56:21 +0100476ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
477P: Andrew Victor
Andrew Victorc5215f32008-03-12 21:29:09 +0100478M: linux@maxim.org.za
Andrew Victord4a89c72006-12-04 13:56:21 +0100479L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
480W: http://maxim.org.za/at91_26.html
481S: Maintained
482
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800483ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
484P: Lennert Buytenhek
485M: kernel@wantstofly.org
486L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
487S: Maintained
488
489ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
490P: Lennert Buytenhek
491M: kernel@wantstofly.org
492L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
493S: Maintained
494
Russell Kinga9da4f72008-07-12 21:42:04 +0100495ARM/COMPULAB CM-X270/EM-X270 MACHINE SUPPORT
496P: Mike Rapoport
497M: mike@compulab.co.il
498L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
499S: Maintained
500
Linus Torvalds1da177e2005-04-16 15:20:36 -0700501ARM/CORGI MACHINE SUPPORT
502P: Richard Purdie
503M: rpurdie@rpsys.net
504S: Maintained
505
Russell Kinga9da4f72008-07-12 21:42:04 +0100506ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
507P: Daniel Ribeiro
508M: drwyrm@gmail.com
509P: Stefan Schmidt
510M: stefan@openezx.org
511P: Harald Welte
512M: laforge@openezx.org
513L: openezx-devel@lists.openezx.org (subscribers-only)
514W: http://www.openezx.org/
515S: Maintained
516
Sascha Hauer86183a52008-07-24 23:50:35 +0200517ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
518P: Sascha Hauer
519M: kernel@pengutronix.de
520L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
521S: Maintained
522
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800523ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
524P: Lennert Buytenhek
525M: kernel@wantstofly.org
526L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
527S: Maintained
528
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100529ARM/GUMSTIX MACHINE SUPPORT
530P: Steve Sakoman
531M: sakoman@gmail.com
532L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
533S: Maintained
534
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100535ARM/HP JORNADA 7XX MACHINE SUPPORT
536P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100537M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100538W: www.jlime.com
539S: Maintained
540
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800541ARM/INTEL IOP32X ARM ARCHITECTURE
542P: Lennert Buytenhek
543M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100544P: Dan Williams
545M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800546L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100547S: Supported
548
549ARM/INTEL IOP33X ARM ARCHITECTURE
550P: Dan Williams
551M: dan.j.williams@intel.com
552L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
553S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800554
555ARM/INTEL IOP13XX ARM ARCHITECTURE
556P: Lennert Buytenhek
557M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100558P: Dan Williams
559M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800560L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100561S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800562
563ARM/INTEL IQ81342EX MACHINE SUPPORT
564P: Lennert Buytenhek
565M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100566P: Dan Williams
567M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800568L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100569S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800570
571ARM/INTEL IXP2000 ARM ARCHITECTURE
572P: Lennert Buytenhek
573M: kernel@wantstofly.org
574L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
575S: Maintained
576
577ARM/INTEL IXDP2850 MACHINE SUPPORT
578P: Lennert Buytenhek
579M: kernel@wantstofly.org
580L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
581S: Maintained
582
583ARM/INTEL IXP23XX ARM ARCHITECTURE
584P: Lennert Buytenhek
585M: kernel@wantstofly.org
586L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
587S: Maintained
588
589ARM/INTEL XSC3 (MANZANO) ARM CORE
590P: Lennert Buytenhek
591M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100592P: Dan Williams
593M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800594L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100595S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800596
597ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
598P: Lennert Buytenhek
599M: kernel@wantstofly.org
600L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
601S: Maintained
602
603ARM/LOGICPD PXA270 MACHINE SUPPORT
604P: Lennert Buytenhek
605M: kernel@wantstofly.org
606L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
607S: Maintained
608
Philipp Zabel3b8861712008-07-09 21:27:15 +0100609ARM/MAGICIAN MACHINE SUPPORT
610P: Philipp Zabel
611M: philipp.zabel@gmail.com
612S: Maintained
613
Dirk Opfer8459c152005-11-06 14:27:52 +0000614ARM/TOSA MACHINE SUPPORT
Dmitry Baryshkov93887042008-07-07 10:50:06 +0100615P: Dmitry Baryshkov
616M: dbaryshkov@gmail.com
Dirk Opfer8459c152005-11-06 14:27:52 +0000617P: Dirk Opfer
618M: dirk@opfer-online.de
619S: Maintained
620
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100621ARM/PALMTX SUPPORT
622P: Marek Vasut
623M: marek.vasut@gmail.com
624W: http://hackndev.com
625S: Maintained
626
Linus Torvalds1da177e2005-04-16 15:20:36 -0700627ARM/PLEB SUPPORT
628P: Peter Chubb
629M: pleb@gelato.unsw.edu.au
630W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
631S: Maintained
632
633ARM/PT DIGITAL BOARD PORT
634P: Stefan Eletzhofer
635M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700636L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637W: http://www.arm.linux.org.uk/
638S: Maintained
639
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800640ARM/RADISYS ENP2611 MACHINE SUPPORT
641P: Lennert Buytenhek
642M: kernel@wantstofly.org
643L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
644S: Maintained
645
Linus Torvalds1da177e2005-04-16 15:20:36 -0700646ARM/SHARK MACHINE SUPPORT
647P: Alexander Schulz
648M: alex@shark-linux.de
649W: http://www.shark-linux.de/shark.html
650S: Maintained
651
652ARM/STRONGARM110 PORT
653P: Russell King
654M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700655L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656W: http://www.arm.linux.org.uk/
657S: Maintained
658
659ARM/S3C2410 ARM ARCHITECTURE
660P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800661M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700662L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700663W: http://www.fluff.org/ben/linux/
664S: Maintained
665
666ARM/S3C2440 ARM ARCHITECTURE
667P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800668M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700669L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700670W: http://www.fluff.org/ben/linux/
671S: Maintained
672
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800673ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
674P: Lennert Buytenhek
675M: kernel@wantstofly.org
676L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
677S: Maintained
678
679ARM/THECUS N2100 MACHINE SUPPORT
680P: Lennert Buytenhek
681M: kernel@wantstofly.org
682L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
683S: Maintained
684
Linus Torvalds1da177e2005-04-16 15:20:36 -0700685ARPD SUPPORT
686P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700687L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700688S: Maintained
689
690ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500691P: Corentin Chary
692M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693P: Karol Kozimor
694M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700695L: acpi4asus-user@lists.sourceforge.net
696W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500697W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700698S: Maintained
699
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400700ASUS ASB100 HARDWARE MONITOR DRIVER
701P: Mark M. Hoffman
702M: mhoffman@lightlink.com
703L: lm-sensors@lm-sensors.org
704S: Maintained
705
Corentin Chary85091b72007-01-26 14:04:30 +0100706ASUS LAPTOP EXTRAS DRIVER
707P: Corentin Chary
708M: corentincj@iksaif.net
709L: acpi4asus-user@lists.sourceforge.net
710W: http://sourceforge.net/projects/acpi4asus
711W: http://xf.iksaif.net/acpi4asus
712S: Maintained
713
Dan Williamsb3e5f262007-08-07 10:26:35 -0700714ASYNCHRONOUS TRANSFERS/TRANSFORMS API
715P: Dan Williams
716M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100717P: Maciej Sosnowski
718M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700719L: linux-kernel@vger.kernel.org
720W: http://sourceforge.net/projects/xscaleiop
721S: Supported
722
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723ATA OVER ETHERNET DRIVER
724P: Ed L. Cashin
725M: ecashin@coraid.com
726W: http://www.coraid.com/support/linux
727S: Supported
728
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200729ATHEROS ATH5K WIRELESS DRIVER
730P: Jiri Slaby
731M: jirislaby@gmail.com
732P: Nick Kossifidis
733M: mickflemm@gmail.com
734P: Luis R. Rodriguez
735M: mcgrof@gmail.com
736L: linux-wireless@vger.kernel.org
737L: ath5k-devel@lists.ath5k.org
738S: Maintained
739
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700740ATHEROS ATH9K WIRELESS DRIVER
741P: Luis R. Rodriguez
742M: lrodriguez@atheros.com
743P: Jouni Malinen
744M: jmalinen@atheros.com
745L: linux-wireless@vger.kernel.org
746L: ath9k-devel@lists.ath9k.org
747S: Supported
748
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000749ATI_REMOTE2 DRIVER
750P: Ville Syrjala
751M: syrjala@sci.fi
752S: Maintained
753
Chris Snook7ae115b2008-09-09 03:26:57 -0400754ATLX ETHERNET DRIVERS
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600755P: Jay Cliburn
756M: jcliburn@gmail.com
757P: Chris Snook
758M: csnook@redhat.com
Chris Snook7ae115b2008-09-09 03:26:57 -0400759P: Jie Yang
760M: jie.yang@atheros.com
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600761L: atl1-devel@lists.sourceforge.net
762W: http://sourceforge.net/projects/atl1
763W: http://atl1.sourceforge.net
764S: Maintained
765
Linus Torvalds1da177e2005-04-16 15:20:36 -0700766ATM
767P: Chas Williams
768M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700769L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700770W: http://linux-atm.sourceforge.net
771S: Maintained
772
Pierre Ossman272f1332007-05-14 21:25:26 +0200773ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200774P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800775M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200776L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
777W: http://www.atmel.com/products/AT91/
778W: http://www.at91.com/
779S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200780
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800781ATMEL AT91 / AT32 SERIAL DRIVER
782P: Haavard Skinnemoen
783M: hskinnemoen@atmel.com
784L: linux-kernel@vger.kernel.org
785S: Supported
786
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800787ATMEL LCDFB DRIVER
788P: Nicolas Ferre
789M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800790L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800791S: Maintained
792
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100793ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100794P: Haavard Skinnemoen
795M: hskinnemoen@atmel.com
796S: Supported
797
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800798ATMEL SPI DRIVER
799P: Haavard Skinnemoen
800M: hskinnemoen@atmel.com
801S: Supported
802
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700803ATMEL USBA UDC DRIVER
804P: Haavard Skinnemoen
805M: hskinnemoen@atmel.com
806L: kernel@avr32linux.org
807W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
808S: Supported
809
Linus Torvalds1da177e2005-04-16 15:20:36 -0700810ATMEL WIRELESS DRIVER
811P: Simon Kelley
812M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700813L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700814W: http://www.thekelleys.org.uk/atmel
815W: http://atmelwlandriver.sourceforge.net/
816S: Maintained
817
Chris Wrighta92b7b82005-07-07 18:12:23 -0700818AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400819P: Al Viro
820M: viro@zeniv.linux.org.uk
821P: Eric Paris
822M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700823L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100824W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400825T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700826S: Maintained
827
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800828AUXILIARY DISPLAY DRIVERS
829P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700830M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800831L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700832W: http://miguelojeda.es/auxdisplay.htm
833W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800834S: Maintained
835
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700836AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700837P: Haavard Skinnemoen
838M: hskinnemoen@atmel.com
839W: http://www.atmel.com/products/AVR32/
840W: http://avr32linux.org/
841W: http://avrfreaks.net/
842S: Supported
843
844AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700845P: Haavard Skinnemoen
846M: hskinnemoen@atmel.com
847S: Supported
848
Linus Torvalds1da177e2005-04-16 15:20:36 -0700849AX.25 NETWORK LAYER
850P: Ralf Baechle
851M: ralf@linux-mips.org
852L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200853W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700854S: Maintained
855
Richard Purdie300abeb2007-02-07 22:21:07 +0000856BACKLIGHT CLASS/SUBSYSTEM
857P: Richard Purdie
858M: rpurdie@rpsys.net
859S: Maintained
860
Bryan Wu1394f032007-05-06 14:50:22 -0700861BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800862P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800863M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800864L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
865W: http://blackfin.uclinux.org
866S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700867
Bryan Wue190d6b2007-07-17 14:43:44 +0800868BLACKFIN EMAC DRIVER
869P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800870M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800871L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
872W: http://blackfin.uclinux.org
873S: Supported
874
Mike Frysinger566da5b2007-06-11 15:31:30 +0800875BLACKFIN RTC DRIVER
876P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800877M: vapier.adi@gmail.com
878L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
879W: http://blackfin.uclinux.org
880S: Supported
881
Bryan Wu1394f032007-05-06 14:50:22 -0700882BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800883P: Sonic Zhang
884M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800885L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
886W: http://blackfin.uclinux.org
887S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700888
Bryan Wu1e6d3202007-07-15 02:50:02 +0800889BLACKFIN WATCHDOG DRIVER
890P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800891M: vapier.adi@gmail.com
892L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
893W: http://blackfin.uclinux.org
894S: Supported
895
Linus Torvalds1da177e2005-04-16 15:20:36 -0700896BAYCOM/HDLCDRV DRIVERS FOR AX.25
897P: Thomas Sailer
898M: t.sailer@alumni.ethz.ch
899L: linux-hams@vger.kernel.org
900W: http://www.baycom.org/~tom/ham/ham.html
901S: Maintained
902
Michael Buesche4d6b792007-09-18 15:39:42 -0400903B43 WIRELESS DRIVER
904P: Michael Buesch
905M: mb@bu3sch.de
906P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100907M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400908L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100909W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400910S: Maintained
911
Larry Finger75388ac2007-09-25 16:46:54 -0700912B43LEGACY WIRELESS DRIVER
913P: Larry Finger
914M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100915P: Stefano Brivio
916M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700917L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100918W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700919S: Maintained
920
Linus Torvalds1da177e2005-04-16 15:20:36 -0700921BEFS FILE SYSTEM
922P: Sergey S. Kostyliov
923M: rathamahata@php4.ru
924L: linux-kernel@vger.kernel.org
925S: Maintained
926
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927BFS FILE SYSTEM
928P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800929M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700930L: linux-kernel@vger.kernel.org
931S: Maintained
932
Bryan Wud24ecfc2007-05-01 23:26:32 +0200933BLACKFIN I2C TWI DRIVER
934P: Sonic Zhang
935M: sonic.zhang@analog.com
936L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
937W: http://blackfin.uclinux.org/
938S: Supported
939
Linus Torvalds1da177e2005-04-16 15:20:36 -0700940BLOCK LAYER
941P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200942M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700943L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800944T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700945S: Maintained
946
Joern Engel2b54aae2008-02-06 01:38:02 -0800947BLOCK2MTD DRIVER
948P: Joern Engel
949M: joern@lazybastard.org
950L: linux-mtd@lists.infradead.org
951S: Maintained
952
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200953BLUETOOTH DRIVERS
954P: Marcel Holtmann
955M: marcel@holtmann.org
956L: linux-bluetooth@vger.kernel.org
957W: http://www.bluez.org/
958S: Maintained
959
Linus Torvalds1da177e2005-04-16 15:20:36 -0700960BLUETOOTH SUBSYSTEM
961P: Marcel Holtmann
962M: marcel@holtmann.org
Pavel Machek781c2842008-03-20 15:41:02 -0700963L: linux-bluetooth@vger.kernel.org
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200964W: http://www.bluez.org/
Josh Boyer1adc1232005-11-23 15:44:15 -0800965T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700966S: Maintained
967
Linus Torvalds1da177e2005-04-16 15:20:36 -0700968BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100969P: Jay Vosburgh
970M: fubar@us.ibm.com
971L: bonding-devel@lists.sourceforge.net
972W: http://sourceforge.net/projects/bonding/
973S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700974
Gary Zambrano39105892006-06-22 17:26:20 -0700975BROADCOM B44 10/100 ETHERNET DRIVER
976P: Gary Zambrano
977M: zambrano@broadcom.com
978L: netdev@vger.kernel.org
979S: Supported
980
Michael Chan948c51e2006-06-04 02:51:39 -0700981BROADCOM BNX2 GIGABIT ETHERNET DRIVER
982P: Michael Chan
983M: mchan@broadcom.com
984L: netdev@vger.kernel.org
985S: Supported
986
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -0800987BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -0700988P: Eilon Greenstein
989M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -0800990L: netdev@vger.kernel.org
991S: Supported
992
Michael Chan948c51e2006-06-04 02:51:39 -0700993BROADCOM TG3 GIGABIT ETHERNET DRIVER
994P: Michael Chan
995M: mchan@broadcom.com
996L: netdev@vger.kernel.org
997S: Supported
998
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200999BSG (block layer generic sg v4 driver)
1000P: FUJITA Tomonori
1001M: fujita.tomonori@lab.ntt.co.jp
1002L: linux-scsi@vger.kernel.org
1003S: Supported
1004
Michael Bueschff1d5c22008-07-25 01:46:10 -07001005BT8XXGPIO DRIVER
1006P: Michael Buesch
1007M: mb@bu3sch.de
1008W: http://bu3sch.de/btgpio.php
1009S: Maintained
1010
Linus Torvalds1da177e2005-04-16 15:20:36 -07001011BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001012P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001013M: mchehab@infradead.org
1014M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001016W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001017T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001018S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001019
Jonathan Corbet77d51402007-03-22 19:44:17 -03001020CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1021P: Jonathan Corbet
1022M: corbet@lwn.net
1023L: video4linux-list@redhat.com
1024S: Maintained
1025
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001026CAN NETWORK LAYER
1027P: Urs Thuermann
1028M: urs.thuermann@volkswagen.de
1029P: Oliver Hartkopp
1030M: oliver.hartkopp@volkswagen.de
Pavel Emelyanov220fc3f2008-04-29 03:37:41 -07001031L: socketcan-core@lists.berlios.de (subscribers-only)
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001032W: http://developer.berlios.de/projects/socketcan/
1033S: Maintained
1034
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001035CALGARY x86-64 IOMMU
1036P: Muli Ben-Yehuda
1037M: muli@il.ibm.com
1038P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001039M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001040L: linux-kernel@vger.kernel.org
1041L: discuss@x86-64.org
1042S: Maintained
1043
Arnd Bergmannb8154542008-05-16 11:10:59 +02001044CELL BROADBAND ENGINE ARCHITECTURE
1045P: Arnd Bergmann
1046M: arnd@arndb.de
1047L: linuxppc-dev@ozlabs.org
1048L: cbe-oss-dev@ozlabs.org
1049W: http://www.ibm.com/developerworks/power/cell/
1050S: Supported
1051
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001052CFAG12864B LCD DRIVER
1053P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001054M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001055L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001056W: http://miguelojeda.es/auxdisplay.htm
1057W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001058S: Maintained
1059
1060CFAG12864BFB LCD FRAMEBUFFER DRIVER
1061P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001062M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001063L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001064W: http://miguelojeda.es/auxdisplay.htm
1065W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001066S: Maintained
1067
Johannes Berg704232c2007-04-23 12:20:05 -07001068CFG80211 and NL80211
1069P: Johannes Berg
1070M: johannes@sipsolutions.net
1071L: linux-wireless@vger.kernel.org
1072S: Maintained
1073
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001074CHECKPATCH
1075P: Andy Whitcroft
1076M: apw@shadowen.org
1077P: Randy Dunlap
1078M: rdunlap@xenotime.net
1079P: Joel Schopp
1080M: jschopp@austin.ibm.com
1081S: Supported
1082
Linus Torvalds1da177e2005-04-16 15:20:36 -07001083COMMON INTERNET FILE SYSTEM (CIFS)
1084P: Steve French
1085M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001086L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001087L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001088W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001089T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001090S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001091
Joel Becker7063fbf2005-12-15 14:29:43 -08001092CONFIGFS
1093P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001094M: joel.becker@oracle.com
1095L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001096S: Supported
1097
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001098CIRRUS LOGIC EP93XX ETHERNET DRIVER
1099P: Lennert Buytenhek
1100M: kernel@wantstofly.org
1101L: netdev@vger.kernel.org
1102S: Maintained
1103
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001104CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1105P: Lennert Buytenhek
1106M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001107L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001108S: Maintained
1109
Timur Tabid9e9d822008-04-24 08:45:26 +10001110CIRRUS LOGIC CS4270 SOUND DRIVER
1111P: Timur Tabi
1112M: timur@freescale.com
1113L: alsa-devel@alsa-project.org
1114S: Supported
1115
Linus Torvalds1da177e2005-04-16 15:20:36 -07001116CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1117P: Cirrus Logic Corporation (kernel 2.2 driver)
1118M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1119P: Nils Faerber (port to kernel 2.4)
1120M: Nils Faerber <nils@kernelconcepts.de>
1121S: Maintained
1122
1123CODA FILE SYSTEM
1124P: Jan Harkes
1125M: jaharkes@cs.cmu.edu
1126M: coda@cs.cmu.edu
1127L: codalist@coda.cs.cmu.edu
1128W: http://www.coda.cs.cmu.edu/
1129S: Maintained
1130
1131COMPACTPCI HOTPLUG CORE
1132P: Scott Murray
1133M: scottm@somanetworks.com
1134M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001135L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001136S: Supported
1137
1138COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1139P: Scott Murray
1140M: scottm@somanetworks.com
1141M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001142L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001143S: Supported
1144
1145COMPACTPCI HOTPLUG GENERIC DRIVER
1146P: Scott Murray
1147M: scottm@somanetworks.com
1148M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001149L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001150S: Supported
1151
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001152COMPAL LAPTOP SUPPORT
1153P: Cezary Jackiewicz
1154M: cezary.jackiewicz@gmail.com
1155S: Maintained
1156
Linus Torvalds1da177e2005-04-16 15:20:36 -07001157COMPUTONE INTELLIPORT MULTIPORT CARD
1158P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001159M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001160W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001161S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001162
Simon Arlott949be0f2007-03-06 02:47:46 -08001163CONEXANT ACCESSRUNNER USB DRIVER
1164P: Simon Arlott
1165M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001166L: accessrunner-general@lists.sourceforge.net
1167W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001168S: Maintained
1169
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001170CONTROL GROUPS (CGROUPS)
1171P: Paul Menage
1172M: menage@google.com
1173L: containers@lists.linux-foundation.org
1174S: Maintained
1175
Rudolf Marekbebe4672007-05-08 17:22:02 +02001176CORETEMP HARDWARE MONITORING DRIVER
1177P: Rudolf Marek
1178M: r.marek@assembler.cz
1179L: lm-sensors@lm-sensors.org
1180S: Maintained
1181
Linus Torvalds1da177e2005-04-16 15:20:36 -07001182COSA/SRP SYNC SERIAL DRIVER
1183P: Jan "Yenya" Kasprzak
1184M: kas@fi.muni.cz
1185W: http://www.fi.muni.cz/~kas/cosa/
1186S: Maintained
1187
1188CPU FREQUENCY DRIVERS
1189P: Dave Jones
1190M: davej@codemonkey.org.uk
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001191L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001193T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001194S: Maintained
1195
1196CPUID/MSR DRIVER
1197P: H. Peter Anvin
1198M: hpa@zytor.com
1199S: Maintained
1200
Paul Jacksoned90fb42005-09-27 21:45:37 -07001201CPUSETS
1202P: Paul Jackson
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001203P: Paul Menage
Paul Jacksoned90fb42005-09-27 21:45:37 -07001204M: pj@sgi.com
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001205M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001206L: linux-kernel@vger.kernel.org
1207W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001208W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001209S: Supported
1210
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001212W: http://sourceforge.net/projects/cramfs/
1213S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214
1215CRIS PORT
1216P: Mikael Starvik
1217M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001218P: Jesper Nilsson
1219M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001220L: dev-etrax@axis.com
1221W: http://developer.axis.com
1222S: Maintained
1223
1224CRYPTO API
1225P: Herbert Xu
1226M: herbert@gondor.apana.org.au
1227P: David S. Miller
1228M: davem@davemloft.net
1229L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001230T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001231S: Maintained
1232
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001233CS5535 Audio ALSA driver
1234P: Jaya Kumar
1235M: jayakumar.alsa@gmail.com
1236S: Maintained
1237
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001238CX18 VIDEO4LINUX DRIVER
1239P: Hans Verkuil, Andy Walls
1240M: hverkuil@xs4all.nl, awalls@radix.net
1241L: ivtv-devel@ivtvdriver.org
1242L: ivtv-users@ivtvdriver.org
1243L: video4linux-list@redhat.com
1244W: http://linuxtv.org
1245S: Maintained
1246
Steve Wisee5ec3782008-05-20 14:06:33 -07001247CXGB3 ETHERNET DRIVER (CXGB3)
1248P: Divy Le Ray
1249M: divy@chelsio.com
1250L: netdev@vger.kernel.org
1251W: http://www.chelsio.com
1252S: Supported
1253
1254CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1255P: Steve Wise
1256M: swise@chelsio.com
1257L: general@lists.openfabrics.org
1258W: http://www.openfabrics.org
1259S: Supported
1260
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261CYBERPRO FB DRIVER
1262P: Russell King
1263M: rmk@arm.linux.org.uk
1264W: http://www.arm.linux.org.uk/
1265S: Maintained
1266
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001267CYBLAFB FRAMEBUFFER DRIVER
1268P: Knut Petersen
1269M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001270L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001271S: Maintained
1272
Linus Torvalds1da177e2005-04-16 15:20:36 -07001273CYCLADES 2X SYNC CARD DRIVER
1274P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001275M: acme@ghostprotocols.net
1276W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001277S: Maintained
1278
1279CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001280W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001281S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282
1283CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001284W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001285S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286
Linus Torvalds1da177e2005-04-16 15:20:36 -07001287DAMA SLAVE for AX.25
1288P: Joerg Reuter
1289M: jreuter@yaina.de
1290W: http://yaina.de/jreuter/
1291W: http://www.qsl.net/dl1bke/
1292L: linux-hams@vger.kernel.org
1293S: Maintained
1294
1295DC395x SCSI driver
1296P: Oliver Neukum
1297M: oliver@neukum.name
1298P: Ali Akcaagac
1299M: aliakc@web.de
1300P: Jamie Lenehan
1301M: lenehan@twibble.org
1302W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001303L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001304L: http://lists.twibble.org/mailman/listinfo/dc395x/
1305S: Maintained
1306
1307DC390/AM53C974 SCSI driver
1308P: Kurt Garloff
1309M: garloff@suse.de
1310W: http://www.garloff.de/kurt/linux/dc390/
1311P: Guennadi Liakhovetski
1312M: g.liakhovetski@gmx.de
1313S: Maintained
1314
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001315DCCP PROTOCOL
1316P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001317M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001318L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001319W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001320S: Maintained
1321
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001323P: Christine Caulfield
1324M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001325W: http://linux-decnet.sourceforge.net
1326L: linux-decnet-user@lists.sourceforge.net
1327S: Maintained
1328
1329DEFXX FDDI NETWORK DRIVER
1330P: Maciej W. Rozycki
1331M: macro@linux-mips.org
1332S: Maintained
1333
1334DELL LAPTOP SMM DRIVER
1335P: Massimo Dal Zotto
1336M: dz@debian.org
1337W: http://www.debian.org/~dz/i8k/
1338S: Maintained
1339
Doug Warzecha90563ec2005-09-06 15:17:15 -07001340DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1341P: Doug Warzecha
1342M: Douglas_Warzecha@dell.com
1343S: Maintained
1344
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001345DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001346P: Alasdair Kergon
1347L: dm-devel@redhat.com
1348W: http://sources.redhat.com/dm
1349S: Maintained
1350
1351DEVICE NUMBER REGISTRY
1352P: Torben Mathiasen
1353M: device@lanana.org
1354W: http://lanana.org/docs/device-list/index.html
1355L: linux-kernel@vger.kernel.org
1356S: Maintained
1357
Linus Torvalds1da177e2005-04-16 15:20:36 -07001358DIGI INTL. EPCA DRIVER
1359P: Digi International, Inc
1360M: Eng.Linux@digi.com
1361L: Eng.Linux@digi.com
1362W: http://www.digi.com
1363S: Orphaned
1364
Linus Torvalds1da177e2005-04-16 15:20:36 -07001365DIRECTORY NOTIFICATION
1366P: Stephen Rothwell
1367M: sfr@canb.auug.org.au
1368L: linux-kernel@vger.kernel.org
1369S: Supported
1370
1371DISK GEOMETRY AND PARTITION HANDLING
1372P: Andries Brouwer
1373M: aeb@cwi.nl
1374W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1375W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1376W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1377S: Maintained
1378
1379DISKQUOTA:
1380P: Jan Kara
1381M: jack@suse.cz
1382L: linux-kernel@vger.kernel.org
1383S: Maintained
1384
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001385DISTRIBUTED LOCK MANAGER
Christine Caulfield8943f262008-02-14 19:31:31 -08001386P: Christine Caulfield
1387M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001388P: David Teigland
1389M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001390L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001391W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001392T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001393S: Supported
1394
Linus Torvalds1da177e2005-04-16 15:20:36 -07001395DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1396P: Tobias Ringstrom
1397M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001398L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001399S: Maintained
1400
Dan Williamsb3e5f262007-08-07 10:26:35 -07001401DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001402P: Maciej Sosnowski
1403M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001404P: Dan Williams
1405M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001406L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001407S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001408
Juerg Haefligerb8250372007-06-09 10:11:16 -04001409DME1737 HARDWARE MONITOR DRIVER
1410P: Juerg Haefliger
1411M: juergh@gmail.com
1412L: lm-sensors@lm-sensors.org
1413S: Maintained
1414
Martin Waitzba483d52005-06-17 13:20:59 -07001415DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001416P: Randy Dunlap
1417M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001418S: Maintained
1419
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001420DOCKING STATION DRIVER
1421P: Kristen Carlson Accardi
1422M: kristen.c.accardi@intel.com
1423L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001424S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001425
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001426DOCUMENTATION (/Documentation directory)
1427P: Michael Kerrisk
1428M: mtk.manpages@gmail.com
1429P: Randy Dunlap
1430M: rdunlap@xenotime.net
1431L: linux-doc@vger.kernel.org
1432S: Maintained
1433
Linus Torvalds1da177e2005-04-16 15:20:36 -07001434DOUBLETALK DRIVER
1435P: James R. Van Zandt
1436M: jrv@vanzandt.mv.com
1437L: blinux-list@redhat.com
1438S: Maintained
1439
1440DRIVER CORE, KOBJECTS, AND SYSFS
1441P: Greg Kroah-Hartman
1442M: gregkh@suse.de
1443L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001444T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001445S: Supported
1446
1447DRM DRIVERS
1448P: David Airlie
1449M: airlied@linux.ie
1450L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001451T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001452S: Maintained
1453
1454DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001455P: Francois Romieu
1456M: romieu@fr.zoreil.com
1457L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001458S: Maintained
1459
1460DVB SUBSYSTEM AND DRIVERS
1461P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001462M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001463L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001464W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001465T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001466S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001467
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001468DZ DECSTATION DZ11 SERIAL DRIVER
1469P: Maciej W. Rozycki
1470M: macro@linux-mips.org
1471S: Maintained
1472
Linus Torvalds1da177e2005-04-16 15:20:36 -07001473EATA-DMA SCSI DRIVER
1474P: Michael Neuffer
1475L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1476S: Maintained
1477
1478EATA ISA/EISA/PCI SCSI DRIVER
1479P: Dario Ballabio
1480M: ballabio_dario@emc.com
1481L: linux-scsi@vger.kernel.org
1482S: Maintained
1483
1484EATA-PIO SCSI DRIVER
1485P: Michael Neuffer
1486M: mike@i-Connect.Net
1487L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1488S: Maintained
1489
1490EBTABLES
1491P: Bart De Schuymer
1492M: bart.de.schuymer@pandora.be
1493L: ebtables-user@lists.sourceforge.net
1494L: ebtables-devel@lists.sourceforge.net
1495W: http://ebtables.sourceforge.net/
1496S: Maintained
1497
Michael Halcrow237fead2006-10-04 02:16:22 -07001498ECRYPT FILE SYSTEM
1499P: Mike Halcrow, Phillip Hellewell
1500M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1501L: ecryptfs-devel@lists.sourceforge.net
1502W: http://ecryptfs.sourceforge.net/
1503S: Supported
1504
Alan Coxda9bb1d2006-01-18 17:44:13 -08001505EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001506P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001507M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001508L: bluesmoke-devel@lists.sourceforge.net
1509W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001510S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001511
1512EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001513P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001514P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001515M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001516M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001517L: bluesmoke-devel@lists.sourceforge.net
1518W: bluesmoke.sourceforge.net
1519S: Maintained
1520
1521EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001522P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001523M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001524L: bluesmoke-devel@lists.sourceforge.net
1525W: bluesmoke.sourceforge.net
1526S: Maintained
1527
Douglas Thompson6bc78402007-07-19 01:50:12 -07001528EDAC-I82443BXGX
1529P: Tim Small
1530M: tim@buttersideup.com
1531L: bluesmoke-devel@lists.sourceforge.net
1532W: bluesmoke.sourceforge.net
1533S: Maintained
1534
1535EDAC-I3000
1536P: Jason Uhlenkott
1537M: juhlenko@akamai.com
1538L: bluesmoke-devel@lists.sourceforge.net
1539W: bluesmoke.sourceforge.net
1540S: Maintained
1541
1542EDAC-I5000
1543P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001544M: dougthompson@xmission.com
1545L: bluesmoke-devel@lists.sourceforge.net
1546W: bluesmoke.sourceforge.net
1547S: Maintained
1548
1549EDAC-I82975X
1550P: Ranganathan Desikan
1551P: Arvind R.
1552M: rdesikan@jetzbroadband.com
1553M: arvind@acarlab.com
1554L: bluesmoke-devel@lists.sourceforge.net
1555W: bluesmoke.sourceforge.net
1556S: Maintained
1557
1558EDAC-PASEMI
1559P: Egor Martovetsky
1560M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001561L: bluesmoke-devel@lists.sourceforge.net
1562W: bluesmoke.sourceforge.net
1563S: Maintained
1564
Dave Peterson0e438e32006-03-26 01:38:55 -08001565EDAC-R82600
1566P: Tim Small
1567M: tim@buttersideup.com
1568L: bluesmoke-devel@lists.sourceforge.net
1569W: bluesmoke.sourceforge.net
1570S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001571
Eric Coopere59f8792008-03-13 12:55:46 +01001572EEEPC LAPTOP EXTRAS DRIVER
1573P: Corentin Chary
1574M: corentincj@iksaif.net
1575L: acpi4asus-user@lists.sourceforge.net
1576W: http://sourceforge.net/projects/acpi4asus
1577S: Maintained
1578
Linus Torvalds1da177e2005-04-16 15:20:36 -07001579EEPRO100 NETWORK DRIVER
1580P: Andrey V. Savochkin
1581M: saw@saw.sw.com.sg
1582S: Maintained
1583
Josh Triplett0bee8d22006-07-30 03:03:58 -07001584EFS FILESYSTEM
1585W: http://aeschi.ch.eu.org/efs/
1586S: Orphan
1587
Heiko J Schickfab97222006-09-22 15:22:22 -07001588EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1589P: Hoang-Nam Nguyen
1590M: hnguyen@de.ibm.com
1591P: Christoph Raisch
1592M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001593L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001594S: Supported
1595
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001596EMBEDDED LINUX
1597P: Paul Gortmaker
1598M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001599P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001600M: dwmw2@infradead.org
1601L: linux-embedded@vger.kernel.org
1602S: Maintained
1603
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001604EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001605P: James Smart
1606M: james.smart@emulex.com
1607L: linux-scsi@vger.kernel.org
1608W: http://sourceforge.net/projects/lpfcxxxx
1609S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001610
Linus Torvalds1da177e2005-04-16 15:20:36 -07001611EPSON 1355 FRAMEBUFFER DRIVER
1612P: Christopher Hoover
1613M: ch@murgatroid.com, ch@hpl.hp.com
1614S: Maintained
1615
1616ETHEREXPRESS-16 NETWORK DRIVER
1617P: Philip Blundell
1618M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001619L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001620S: Maintained
1621
1622ETHERNET BRIDGE
1623P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001624M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001625L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001626W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001627S: Maintained
1628
1629ETHERTEAM 16I DRIVER
1630P: Mika Kuoppala
1631M: miku@iki.fi
1632S: Maintained
1633
1634EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001635L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001636S: Maintained
1637
1638EXT3 FILE SYSTEM
1639P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001640M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001641L: linux-ext4@vger.kernel.org
1642S: Maintained
1643
1644EXT4 FILE SYSTEM
1645P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001646M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001647L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001648S: Maintained
1649
Jean Delvaree53004e2006-01-09 23:26:14 +01001650F71805F HARDWARE MONITORING DRIVER
1651P: Jean Delvare
1652M: khali@linux-fr.org
1653L: lm-sensors@lm-sensors.org
1654S: Maintained
1655
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656FARSYNC SYNCHRONOUS DRIVER
1657P: Kevin Curtis
1658M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001659W: http://www.farsite.co.uk/
1660S: Supported
1661
Akinobu Mitac5408b82007-04-23 14:41:20 -07001662FAULT INJECTION SUPPORT
1663P: Akinobu Mita
1664M: akinobu.mita@gmail.com
1665S: Supported
1666
Linus Torvalds1da177e2005-04-16 15:20:36 -07001667FRAMEBUFFER LAYER
1668P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001669M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001670L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001671W: http://linux-fbdev.sourceforge.net/
1672S: Maintained
1673
Zhang Wei173acc72008-03-01 07:42:48 -07001674FREESCALE DMA DRIVER
Zhang Wei76b0c7882008-05-13 14:44:59 -07001675P: Li Yang
1676M: leoli@freescale.com
1677P: Zhang Wei
1678M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001679L: linuxppc-embedded@ozlabs.org
1680L: linux-kernel@vger.kernel.org
1681S: Maintained
1682
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001683FREESCALE I2C CPM DRIVER
1684P: Jochen Friedrich
1685M: jochen@scram.de
1686L: linuxppc-dev@ozlabs.org
1687L: i2c@lm-sensors.org
1688S: Maintained
1689
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001690FREESCALE SOC FS_ENET DRIVER
1691P: Pantelis Antoniou
1692M: pantelis.antoniou@gmail.com
1693P: Vitaly Bordug
1694M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001695L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001696L: netdev@vger.kernel.org
1697S: Maintained
1698
Timur Tabid9e9d822008-04-24 08:45:26 +10001699FREESCALE QUICC ENGINE LIBRARY
1700P: Timur Tabi
1701M: timur@freescale.com
1702L: linuxppc-dev@ozlabs.org
1703S: Supported
1704
Li Yanga7205b32007-04-23 10:38:18 -07001705FREESCALE HIGHSPEED USB DEVICE DRIVER
1706P: Li Yang
1707M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001708L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001709L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001710S: Maintained
1711
Li Yangbeaf53b2007-05-25 13:54:02 +08001712FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1713P: Li Yang
1714M: leoli@freescale.com
1715L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001716L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001717S: Maintained
1718
Timur Tabid9e9d822008-04-24 08:45:26 +10001719FREESCALE QUICC ENGINE UCC UART DRIVER
1720P: Timur Tabi
1721M: timur@freescale.com
1722L: linuxppc-dev@ozlabs.org
1723S: Supported
1724
1725FREESCALE SOC SOUND DRIVERS
1726P: Timur Tabi
1727M: timur@freescale.com
1728L: alsa-devel@alsa-project.org
1729L: linuxppc-dev@ozlabs.org
1730S: Supported
1731
Linus Torvalds1da177e2005-04-16 15:20:36 -07001732FILE LOCKING (flock() and fcntl()/lockf())
1733P: Matthew Wilcox
1734M: matthew@wil.cx
1735L: linux-fsdevel@vger.kernel.org
1736S: Maintained
1737
1738FILESYSTEMS (VFS and infrastructure)
1739P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001740M: viro@zeniv.linux.org.uk
Paul Menageb9cf92e2008-02-14 19:31:24 -08001741L: linux-fsdevel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001742S: Maintained
1743
Stefan Richterf148e202008-01-12 12:32:44 +01001744FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001745P: Kristian Hoegsberg, Stefan Richter
1746M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1747L: linux1394-devel@lists.sourceforge.net
1748W: http://www.linux1394.org/
1749T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1750S: Maintained
1751
Linus Torvalds1da177e2005-04-16 15:20:36 -07001752FIRMWARE LOADER (request_firmware)
1753L: linux-kernel@vger.kernel.org
1754S: Orphan
1755
1756FPU EMULATOR
1757P: Bill Metzenthen
1758M: billm@suburbia.net
1759W: http://suburbia.net/~billm/floating-point/emulator/
1760S: Maintained
1761
1762FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1763P: Mike McLagan
1764M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001765L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766S: Maintained
1767
1768FREEVXFS FILESYSTEM
1769P: Christoph Hellwig
1770M: hch@infradead.org
1771W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1772S: Maintained
1773
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001774FTRACE
1775P: Steven Rostedt
1776M: srostedt@redhat.com
1777S: Maintained
1778
David Howells5ab7ffe2007-04-10 15:10:45 +01001779FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001780P: David Howells
1781M: dhowells@redhat.com
1782S: Maintained
1783
Jonathan Woithe20b93732008-06-11 10:14:56 +09301784FUJITSU LAPTOP EXTRAS
1785P: Jonathan Woithe
1786M: jwoithe@physics.adelaide.edu.au
1787L: linux-acpi@vger.kernel.org
1788S: Maintained
1789
Miklos Szeredi04578f12005-09-09 13:10:22 -07001790FUSE: FILESYSTEM IN USERSPACE
1791P: Miklos Szeredi
1792M: miklos@szeredi.hu
1793L: fuse-devel@lists.sourceforge.net
1794W: http://fuse.sourceforge.net/
1795S: Maintained
1796
Linus Torvalds1da177e2005-04-16 15:20:36 -07001797FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1798P: Rik Faith
1799M: faith@cs.unc.edu
1800L: linux-scsi@vger.kernel.org
1801S: Odd fixes (e.g., new signatures)
1802
1803GDT SCSI DISK ARRAY CONTROLLER DRIVER
1804P: Achim Leubner
1805M: achim_leubner@adaptec.com
1806L: linux-scsi@vger.kernel.org
1807W: http://www.icp-vortex.com/
1808S: Supported
1809
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001810GENERIC GPIO I2C DRIVER
1811P: Haavard Skinnemoen
1812M: hskinnemoen@atmel.com
1813S: Supported
1814
Linus Torvalds1da177e2005-04-16 15:20:36 -07001815GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1816P: Krzysztof Halasa
1817M: khc@pm.waw.pl
1818W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1819S: Maintained
1820
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001821GFS2 FILE SYSTEM
1822P: Steven Whitehouse
1823M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001824L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001825W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001826T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1827T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001828S: Supported
1829
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001830GIGASET ISDN DRIVERS
1831P: Hansjoerg Lipp
1832M: hjlipp@web.de
1833P: Tilman Schmidt
1834M: tilman@imap.cc
1835L: gigaset307x-common@lists.sourceforge.net
1836W: http://gigaset307x.sourceforge.net/
1837S: Maintained
1838
Jean Delvare5b543962005-08-15 19:51:02 +02001839HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001840L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001841W: http://www.lm-sensors.org/
Mark M. Hoffman47d715a2008-07-31 23:48:25 -04001842S: Orphaned
Jean Delvare5b543962005-08-15 19:51:02 +02001843
Michael Buesch844dd052006-06-26 00:24:59 -07001844HARDWARE RANDOM NUMBER GENERATOR CORE
Michael Buesch41851082008-02-23 15:23:42 -08001845S: Orphaned
Michael Buesch844dd052006-06-26 00:24:59 -07001846
Robert Love860e1d62005-08-31 23:57:59 -04001847HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1848P: Robert Love
1849M: rlove@rlove.org
1850M: linux-kernel@vger.kernel.org
1851W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1852S: Maintained
1853
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854HARMONY SOUND DRIVER
1855P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001856M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001857L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001858S: Maintained
1859
1860HAYES ESP SERIAL DRIVER
1861P: Andrew J. Robinson
1862M: arobinso@nyx.net
1863L: linux-kernel@vger.kernel.org
1864W: http://www.nyx.net/~arobinso
1865S: Maintained
1866
1867HFS FILESYSTEM
1868P: Roman Zippel
1869M: zippel@linux-m68k.org
1870L: linux-kernel@vger.kernel.org
1871S: Maintained
1872
1873HGA FRAMEBUFFER DRIVER
1874P: Ferenc Bakonyi
1875M: fero@drama.obuda.kando.hu
1876L: linux-nvidia@lists.surfsouth.com
1877W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1878S: Maintained
1879
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001880HID CORE LAYER
1881P: Jiri Kosina
1882M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001883L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001884T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001885S: Maintained
1886
Ingo Molnar38bed542007-02-22 09:09:34 +01001887HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1888P: Thomas Gleixner
1889M: tglx@linutronix.de
1890L: linux-kernel@vger.kernel.org
1891S: Maintained
1892
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893HIGH-SPEED SCC DRIVER FOR AX.25
1894P: Klaus Kudielka
1895M: klaus.kudielka@ieee.org
1896L: linux-hams@vger.kernel.org
1897W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1898S: Maintained
1899
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001900HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1901P: HighPoint Linux Team
1902M: linux@highpoint-tech.com
1903W: http://www.highpoint-tech.com
1904S: Supported
1905
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906HIPPI
1907P: Jes Sorensen
1908M: jes@trained-monkey.org
1909L: linux-hippi@sunsite.dk
1910S: Maintained
1911
1912HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1913P: Chirag Kantharia
1914M: chirag.kantharia@hp.com
1915L: iss_storagedev@hp.com
1916S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001917
Linus Torvalds1da177e2005-04-16 15:20:36 -07001918HEWLETT-PACKARD SMART2 RAID DRIVER
1919P: Chirag Kantharia
1920M: chirag.kantharia@hp.com
1921L: iss_storagedev@hp.com
1922S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001923
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1925P: Mike Miller
1926M: mike.miller@hp.com
1927L: iss_storagedev@hp.com
1928S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001929
Jouni Malinenff1d2762005-05-12 22:54:16 -04001930HOST AP DRIVER
1931P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001932M: j@w1.fi
1933L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001934L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001935W: http://hostap.epitest.fi/
1936S: Maintained
1937
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1939P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001940M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941S: Maintained
1942
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001943HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1944P: Carlos Corbacho
1945M: carlos@strangeworlds.co.uk
1946S: Odd Fixes
1947
Clemens Ladischd36e74c2008-07-23 21:26:46 -07001948HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08001949P: Clemens Ladisch
1950M: clemens@ladisch.de
1951S: Maintained
1952
1953HPET: i386
1954P: Venkatesh Pallipadi (Venki)
1955M: venkatesh.pallipadi@intel.com
1956S: Maintained
1957
1958HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001959P: Vojtech Pavlik
1960M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001961S: Maintained
1962
1963HPET: ACPI hpet.c
1964P: Bob Picco
1965M: bob.picco@hp.com
1966S: Maintained
1967
Linus Torvalds1da177e2005-04-16 15:20:36 -07001968HPFS FILESYSTEM
1969P: Mikulas Patocka
1970M: mikulas@artax.karlin.mff.cuni.cz
1971W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1972S: Maintained
1973
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04001974HTCPEN TOUCHSCREEN DRIVER
1975P: Pau Oliva Fora
1976M: pof@eslack.org
1977L: linux-input@vger.kernel.org
1978S: Maintained
1979
Linus Torvalds1da177e2005-04-16 15:20:36 -07001980HUGETLB FILESYSTEM
1981P: William Irwin
1982M: wli@holomorphy.com
1983S: Maintained
1984
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001985I2C/SMBUS STUB DRIVER
1986P: Mark M. Hoffman
1987M: mhoffman@lightlink.com
1988L: lm-sensors@lm-sensors.org
1989S: Maintained
1990
Jean Delvare5b543962005-08-15 19:51:02 +02001991I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02001992P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001993M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02001994P: Ben Dooks (embedded platforms)
1995M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001996L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001997T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998S: Maintained
1999
Till Harbaume8c76ee2007-05-01 23:26:35 +02002000I2C-TINY-USB DRIVER
2001P: Till Harbaum
2002M: till@harbaum.org
2003L: i2c@lm-sensors.org
2004T: http://www.harbaum.org/till/i2c_tiny_usb
2005S: Maintained
2006
Linus Torvalds1da177e2005-04-16 15:20:36 -07002007i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002008P: H. Peter Anvin
2009M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002010L: Linux-Kernel@vger.kernel.org
2011S: Maintained
2012
2013i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002014P: H. Peter Anvin
2015M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002016T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002017S: Maintained
2018
Linus Torvalds1da177e2005-04-16 15:20:36 -07002019IA64 (Itanium) PLATFORM
2020P: Tony Luck
2021M: tony.luck@intel.com
2022L: linux-ia64@vger.kernel.org
2023W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002024T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025S: Maintained
2026
2027SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06002028P: Jes Sorensen
2029M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002030L: linux-altix@sgi.com
2031L: linux-ia64@vger.kernel.org
2032W: http://www.sgi.com/altix
2033S: Maintained
2034
2035IBM MCA SCSI SUBSYSTEM DRIVER
2036P: Michael Lang
2037M: langa2@kph.uni-mainz.de
2038W: http://www.uni-mainz.de/~langm000/linux.html
2039S: Maintained
2040
2041IBM Power Linux RAID adapter
2042P: Brian King
2043M: brking@us.ibm.com
2044S: Supported
2045
2046IBM ServeRAID RAID DRIVER
2047P: Jack Hammer
2048P: Dave Jeffery
2049M: ipslinux@adaptec.com
2050W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002051S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002052
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002053IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002054P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002055M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002056L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002057T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002058S: Maintained
2059
2060IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002061P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002062M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002063L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002064S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002065
2066IDE/ATAPI FLOPPY DRIVERS
2067P: Paul Bristow
2068M: Paul Bristow <paul@paulbristow.net>
2069W: http://paulbristow.net/linux/idefloppy.html
2070L: linux-kernel@vger.kernel.org
2071S: Maintained
2072
2073IDE/ATAPI TAPE DRIVERS
2074P: Gadi Oxman
2075M: Gadi Oxman <gadio@netvision.net.il>
2076L: linux-kernel@vger.kernel.org
2077S: Maintained
2078
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002079IDE-SCSI DRIVER
2080L: linux-ide@vger.kernel.org
2081L: linux-scsi@vger.kernel.org
2082S: Orphan
2083
Stefan Richterf148e202008-01-12 12:32:44 +01002084IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002085P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002086M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002087P: Stefan Richter
2088M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002089L: linux1394-devel@lists.sourceforge.net
2090W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002091T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002092S: Maintained
2093
Stefan Richterf51a5a92007-04-23 14:41:10 -07002094IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095P: Dan Dennedy
2096M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002097P: Stefan Richter
2098M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002100S: Maintained
2101
Linus Torvalds1da177e2005-04-16 15:20:36 -07002102IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002103L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002104S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105
2106INFINIBAND SUBSYSTEM
2107P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002108M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002110M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07002112M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002113L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002115T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116S: Supported
2117
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04002118INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08002119P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04002120M: dmitry.torokhov@gmail.com
2121M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002122L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002123T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002124S: Maintained
2125
Robert Lovec9f04f52005-07-15 12:21:07 -04002126INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01002127P: John McCutchan
2128M: ttb@tentacle.dhs.org
2129P: Robert Love
2130M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002131L: linux-kernel@vger.kernel.org
2132S: Maintained
2133
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002134INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002135P: Sylvain Meyer
2136M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002137L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002138S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002139
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002141P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002142M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002143L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002144S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145
Linus Torvalds1da177e2005-04-16 15:20:36 -07002146INTEL IA32 MICROCODE UPDATE SUPPORT
2147P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002148M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002149S: Maintained
2150
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002151INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002152P: Maciej Sosnowski
2153M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002154L: linux-kernel@vger.kernel.org
2155S: Supported
2156
Dan Williamsb3e5f262007-08-07 10:26:35 -07002157INTEL IOP-ADMA DMA DRIVER
2158P: Dan Williams
2159M: dan.j.williams@intel.com
2160L: linux-kernel@vger.kernel.org
2161S: Supported
2162
Michael Buesch844dd052006-06-26 00:24:59 -07002163INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2164P: Deepak Saxena
2165M: dsaxena@plexity.net
2166S: Maintained
2167
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002168INTEL IXP2000 ETHERNET DRIVER
2169P: Lennert Buytenhek
2170M: kernel@wantstofly.org
2171L: netdev@vger.kernel.org
2172S: Maintained
2173
Auke Kokd94e6fe2008-03-03 14:37:47 -08002174INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002175P: Jeff Kirsher
2176M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002177P: Jesse Brandeburg
2178M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002179P: Bruce Allan
2180M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002181P: PJ Waskiewicz
2182M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002183P: John Ronciak
2184M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002185L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002186W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187S: Supported
2188
James Ketrenos826d2ab2005-11-07 18:56:59 -06002189INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002190P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002191M: yi.zhu@intel.com
2192P: James Ketrenos
2193M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002194P: Reinette Chatre
2195M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002196L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002197L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002198W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002199W: http://ipw2100.sourceforge.net
2200S: Supported
2201
2202INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002203P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002204M: yi.zhu@intel.com
2205P: James Ketrenos
2206M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002207P: Reinette Chatre
2208M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002209L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002210L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002211W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002212W: http://ipw2200.sourceforge.net
2213S: Supported
2214
Zhu Yib481de92007-09-25 17:54:57 -07002215INTEL WIRELESS WIFI LINK (iwlwifi)
2216P: Zhu Yi
2217M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002218P: Reinette Chatre
2219M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002220L: linux-wireless@vger.kernel.org
2221L: ipw3945-devel@lists.sourceforge.net
2222W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002223T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002224S: Supported
2225
Ralf Baechlecb109a02007-08-30 23:56:30 -07002226IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002227P: Ralf Baechle
2228M: ralf@linux-mips.org
2229L: linux-mips@linux-mips.org
2230S: Maintained
2231
Ralf Baechlecb109a02007-08-30 23:56:30 -07002232IOC3 SERIAL DRIVER
2233P: Pat Gefre
2234M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002235L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002236S: Maintained
2237
Linus Torvalds1da177e2005-04-16 15:20:36 -07002238IP MASQUERADING:
2239P: Juanjo Ciarlante
2240M: jjciarla@raiz.uncu.edu.ar
2241S: Maintained
2242
Francois Romieu1202d6f2007-09-17 17:13:55 -07002243IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2244P: Francois Romieu
2245M: romieu@fr.zoreil.com
2246P: Sorbica Shieh
2247M: sorbica@icplus.com.tw
2248P: Jesse Huang
2249M: jesse@icplus.com.tw
2250L: netdev@vger.kernel.org
2251S: Maintained
2252
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002253IPATH DRIVER:
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002254P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002255M: infinipath@qlogic.com
2256L: general@lists.openfabrics.org
2257T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002258S: Supported
2259
Corey Minyard4409ebe2006-04-20 02:43:12 -07002260IPMI SUBSYSTEM
2261P: Corey Minyard
2262M: minyard@acm.org
2263L: openipmi-developer@lists.sourceforge.net
2264W: http://openipmi.sourceforge.net/
2265S: Supported
2266
Linus Torvalds1da177e2005-04-16 15:20:36 -07002267IPX NETWORK LAYER
2268P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002269M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002270L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271S: Maintained
2272
David Sterba099dc4f2008-02-07 10:57:12 +01002273IPWIRELES DRIVER
2274P: Jiri Kosina
2275M: jkosina@suse.cz
2276P: David Sterba
2277M: dsterba@suse.cz
2278S: Maintained
2279T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2280
Linus Torvalds1da177e2005-04-16 15:20:36 -07002281IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002282P: Samuel Ortiz
2283M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002284L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002285W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002286S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002287
Mike Christie14816b1e2007-11-28 16:22:06 -08002288ISCSI
2289P: Mike Christie
2290M: michaelc@cs.wisc.edu
2291L: open-iscsi@googlegroups.com
2292W: www.open-iscsi.org
2293T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2294S: Maintained
2295
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296ISAPNP
2297P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002298M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002299S: Maintained
2300
2301ISDN SUBSYSTEM
2302P: Karsten Keil
2303M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002304L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002305W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002306T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002307S: Maintained
2308
2309ISDN SUBSYSTEM (Eicon active card driver)
2310P: Armin Schindler
2311M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002312L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002313W: http://www.melware.de
2314S: Maintained
2315
Hans Verkuil91821ff2007-12-02 09:35:33 -03002316IVTV VIDEO4LINUX DRIVER
2317P: Hans Verkuil
2318M: hverkuil@xs4all.nl
2319L: ivtv-devel@ivtvdriver.org
2320L: ivtv-users@ivtvdriver.org
2321L: video4linux-list@redhat.com
2322W: http://www.ivtvdriver.org
2323S: Maintained
2324
Linus Torvalds1da177e2005-04-16 15:20:36 -07002325JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2326P: David Woodhouse
2327M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002328L: linux-mtd@lists.infradead.org
2329W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002330S: Maintained
2331
Artem Bityutskiy95270562008-07-14 17:58:44 +03002332UBI FILE SYSTEM (UBIFS)
2333P: Artem Bityutskiy
2334M: dedekind@infradead.org
2335P: Adrian Hunter
2336M: ext-adrian.hunter@nokia.com
2337L: linux-mtd@lists.infradead.org
2338T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
2339W: http://www.linux-mtd.infradead.org/doc/ubifs.html
2340S: Maintained
2341
Linus Torvalds1da177e2005-04-16 15:20:36 -07002342JFS FILESYSTEM
2343P: Dave Kleikamp
2344M: shaggy@austin.ibm.com
2345L: jfs-discussion@lists.sourceforge.net
2346W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002347T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348S: Supported
2349
Josh Triplettde456d32006-07-30 03:04:00 -07002350JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002351P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002352M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002353L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002354S: Maintained
2355
Rudolf Marek4660cb32006-10-08 22:01:26 +02002356K8TEMP HARDWARE MONITORING DRIVER
2357P: Rudolf Marek
2358M: r.marek@assembler.cz
2359L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002360S: Maintained
2361
2362KCONFIG
2363P: Roman Zippel
2364M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002365L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002366S: Maintained
2367
Vivek Goyalea6c2082006-05-20 14:59:55 -07002368KDUMP
2369P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002370M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002371P: Haren Myneni
2372M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002373L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002374L: linux-kernel@vger.kernel.org
2375W: http://lse.sourceforge.net/kdump/
2376S: Maintained
2377
Linus Torvalds1da177e2005-04-16 15:20:36 -07002378KERNEL AUTOMOUNTER (AUTOFS)
2379P: H. Peter Anvin
2380M: hpa@zytor.com
2381L: autofs@linux.kernel.org
2382S: Odd Fixes
2383
2384KERNEL AUTOMOUNTER v4 (AUTOFS4)
2385P: Ian Kent
2386M: raven@themaw.net
2387L: autofs@linux.kernel.org
2388S: Maintained
2389
2390KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002391P: Sam Ravnborg
2392M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002393T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2394T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002395L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002396S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002397
2398KERNEL JANITORS
2399P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002400L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002401W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002402S: Maintained
2403
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002404KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002405P: J. Bruce Fields
2406M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002407P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002408M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002409L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002410W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002411S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412
Avi Kivity426d62e2006-12-13 00:34:03 -08002413KERNEL VIRTUAL MACHINE (KVM)
2414P: Avi Kivity
2415M: avi@qumranet.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002416L: kvm@vger.kernel.org
2417W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002418S: Supported
2419
Hollis Blanchard513014b2008-04-16 23:28:08 -05002420KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2421P: Hollis Blanchard
2422M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002423L: kvm-ppc@vger.kernel.org
2424W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002425S: Supported
2426
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002427KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002428P: Anthony Xu
2429M: anthony.xu@intel.com
2430P: Xiantao Zhang
2431M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002432L: kvm-ia64@vger.kernel.org
2433W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002434S: Supported
2435
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002436KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2437P: Carsten Otte
2438M: cotte@de.ibm.com
2439P: Christian Borntraeger
2440M: borntraeger@de.ibm.com
2441M: linux390@de.ibm.com
2442L: linux-s390@vger.kernel.org
2443W: http://www.ibm.com/developerworks/linux/linux390/
2444S: Supported
2445
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002446KEXEC
2447P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002448M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002449W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002450L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002451L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002452S: Maintained
2453
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002454KGDB
2455P: Jason Wessel
2456M: jason.wessel@windriver.com
2457L: kgdb-bugreport@lists.sourceforge.net
2458S: Maintained
2459
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002460KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002461P: Ananth N Mavinakayanahalli
2462M: ananth@in.ibm.com
2463P: Anil S Keshavamurthy
2464M: anil.s.keshavamurthy@intel.com
2465P: David S. Miller
2466M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002467P: Masami Hiramatsu
2468M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002469L: linux-kernel@vger.kernel.org
2470S: Maintained
2471
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002472KS0108 LCD CONTROLLER DRIVER
2473P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002474M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002475L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002476W: http://miguelojeda.es/auxdisplay.htm
2477W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002478S: Maintained
2479
Linus Torvalds1da177e2005-04-16 15:20:36 -07002480LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002481L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002482S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002483
2484LASI 53c700 driver for PARISC
2485P: James E.J. Bottomley
2486M: James.Bottomley@HansenPartnership.com
2487L: linux-scsi@vger.kernel.org
2488S: Maintained
2489
Richard Purdie263de9b2006-05-15 09:44:16 -07002490LED SUBSYSTEM
2491P: Richard Purdie
2492M: rpurdie@rpsys.net
2493S: Maintained
2494
Linus Torvalds1da177e2005-04-16 15:20:36 -07002495LEGO USB Tower driver
2496P: Juergen Stuber
2497M: starblue@users.sourceforge.net
2498L: legousb-devel@lists.sourceforge.net
2499W: http://legousb.sourceforge.net/
2500S: Maintained
2501
Rusty Russell568a17f2007-10-25 14:12:24 +10002502LGUEST
2503P: Rusty Russell
2504M: rusty@rustcorp.com.au
2505L: lguest@ozlabs.org
2506W: http://lguest.ozlabs.org/
2507S: Maintained
2508
Linus Torvalds1da177e2005-04-16 15:20:36 -07002509LINUX FOR IBM pSERIES (RS/6000)
2510P: Paul Mackerras
2511M: paulus@au.ibm.com
2512W: http://www.ibm.com/linux/ltc/projects/ppc
2513S: Supported
2514
2515LINUX FOR NCR VOYAGER
2516P: James Bottomley
2517M: James.Bottomley@HansenPartnership.com
2518W: http://www.hansenpartnership.com/voyager
2519S: Maintained
2520
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002521LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002522P: Paul Mackerras
2523M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002524P: Benjamin Herrenschmidt
2525M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002526W: http://www.penguinppc.org/
2527L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002528T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002529S: Supported
2530
2531LINUX FOR POWER MACINTOSH
2532P: Benjamin Herrenschmidt
2533M: benh@kernel.crashing.org
2534W: http://www.penguinppc.org/
2535L: linuxppc-dev@ozlabs.org
2536S: Maintained
2537
Grant Likely77a76362008-07-12 12:11:43 -06002538LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002539P: Sylvain Munaut
2540M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002541P: Grant Likely
2542M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002543L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002544S: Maintained
2545
2546LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002547P: Josh Boyer
2548M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002549P: Matt Porter
2550M: mporter@kernel.crashing.org
2551W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002552L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002553T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002554S: Maintained
2555
Grant Likely260c02a2007-10-02 12:15:34 +10002556LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2557P: Grant Likely
2558M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002559W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002560L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002561S: Maintained
2562
Tom Rinie93adf12005-07-26 12:49:53 -07002563LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002564P: Vitaly Bordug
2565M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002566P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002567M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002568W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002569L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002570S: Maintained
2571
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002573P: Kumar Gala
2574M: galak@kernel.crashing.org
2575W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002576L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002577S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002578
Olof Johanssonab06ff32006-09-06 14:44:54 -05002579LINUX FOR POWERPC PA SEMI PWRFICIENT
2580P: Olof Johansson
2581M: olof@lixom.net
2582W: http://www.pasemi.com/
2583L: linuxppc-dev@ozlabs.org
2584S: Supported
2585
Linus Torvalds1da177e2005-04-16 15:20:36 -07002586LLC (802.2)
2587P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002588M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002589S: Maintained
2590
Linus Torvalds1da177e2005-04-16 15:20:36 -07002591LINUX SECURITY MODULE (LSM) FRAMEWORK
2592P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002593M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002594L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002595T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596S: Supported
2597
2598LM83 HARDWARE MONITOR DRIVER
2599P: Jean Delvare
2600M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002601L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002602S: Maintained
2603
2604LM90 HARDWARE MONITOR DRIVER
2605P: Jean Delvare
2606M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002607L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002608S: Maintained
2609
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002610LOCKDEP AND LOCKSTAT
2611P: Peter Zijlstra
2612M: peterz@infradead.org
2613P: Ingo Molnar
2614M: mingo@redhat.com
2615L: linux-kernel@vger.kernel.org
2616T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2617S: Maintained
2618
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002619LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002620P: Richard Russon (FlatCap)
2621M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002622L: linux-ntfs-dev@lists.sourceforge.net
2623W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002624S: Maintained
2625
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002626LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2627P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002628M: Eric.Moore@lsi.com
2629M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002630L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002631L: linux-scsi@vger.kernel.org
2632W: http://www.lsilogic.com/support
2633S: Supported
2634
Linus Torvalds1da177e2005-04-16 15:20:36 -07002635LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2636P: Matthew Wilcox
2637M: matthew@wil.cx
2638L: linux-scsi@vger.kernel.org
2639S: Maintained
2640
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002641M32R ARCHITECTURE
2642P: Hirokazu Takata
2643M: takata@linux-m32r.org
2644L: linux-m32r@ml.linux-m32r.org
2645L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2646W: http://www.linux-m32r.org/
2647S: Maintained
2648
Linus Torvalds1da177e2005-04-16 15:20:36 -07002649M68K ARCHITECTURE
2650P: Geert Uytterhoeven
2651M: geert@linux-m68k.org
2652P: Roman Zippel
2653M: zippel@linux-m68k.org
2654L: linux-m68k@lists.linux-m68k.org
2655W: http://www.linux-m68k.org/
2656W: http://linux-m68k-cvs.ubb.ca/
2657S: Maintained
2658
2659M68K ON APPLE MACINTOSH
2660P: Joshua Thompson
2661M: funaho@jurai.org
2662W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002663L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002664S: Maintained
2665
2666M68K ON HP9000/300
2667P: Philip Blundell
2668M: philb@gnu.org
2669W: http://www.tazenda.demon.co.uk/phil/linux-hp
2670S: Maintained
2671
Jiri Benc64a327a2007-05-05 11:47:08 -07002672MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002673P: Johannes Berg
2674M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002675P: Michael Wu
2676M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002677L: linux-wireless@vger.kernel.org
2678W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002679T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002680S: Maintained
2681
Stefano Brivio1036d862007-12-23 04:46:27 +01002682MAC80211 PID RATE CONTROL
2683P: Stefano Brivio
2684M: stefano.brivio@polimi.it
2685P: Mattias Nissler
2686M: mattias.nissler@gmx.de
2687L: linux-wireless@vger.kernel.org
2688W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2689T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2690S: Maintained
2691
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002692MACVLAN DRIVER
2693P: Patrick McHardy
2694M: kaber@trash.net
2695L: netdev@vger.kernel.org
2696S: Maintained
2697
Linus Torvalds1da177e2005-04-16 15:20:36 -07002698MARVELL YUKON / SYSKONNECT DRIVER
2699P: Mirko Lindner
2700M: mlindner@syskonnect.de
2701P: Ralph Roesler
2702M: rroesler@syskonnect.de
2703W: http://www.syskonnect.com
2704S: Supported
2705
Michael Kerriskfaf16682005-07-31 22:34:47 -07002706MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002707P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002708M: mtk.manpages@gmail.com
Michael Kerriskc76a5872008-07-04 09:59:49 -07002709W: http://www.kernel.org/doc/man-pages
2710S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002711
Stefano Brivio74cda162007-11-19 20:27:46 +01002712MARVELL LIBERTAS WIRELESS DRIVER
2713P: Dan Williams
2714M: dcbw@redhat.com
2715L: libertas-dev@lists.infradead.org
2716S: Maintained
2717
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002718MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002719P: Lennert Buytenhek
2720M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002721L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002722S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002723
2724MATROX FRAMEBUFFER DRIVER
2725P: Petr Vandrovec
2726M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002727L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002728S: Maintained
2729
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002730MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2731P: Hans J. Koch
2732M: hjk@linutronix.de
2733L: lm-sensors@lm-sensors.org
2734S: Maintained
2735
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002736MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002737P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002738M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002739S: linux-scsi@vger.kernel.org
2740W: http://megaraid.lsilogic.com
2741S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002742
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002743MEMORY MANAGEMENT
2744L: linux-mm@kvack.org
2745L: linux-kernel@vger.kernel.org
2746W: http://www.linux-mm.org
2747S: Maintained
2748
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002749MEMORY RESOURCE CONTROLLER
2750P: Balbir Singh
2751M: balbir@linux.vnet.ibm.com
2752P: Pavel Emelyanov
2753M: xemul@openvz.org
2754P: KAMEZAWA Hiroyuki
2755M: kamezawa.hiroyu@jp.fujitsu.com
2756L: linux-mm@kvack.org
2757L: linux-kernel@vger.kernel.org
2758S: Maintained
2759
David Howellsb920de12008-02-08 04:19:31 -08002760MEI MN10300/AM33 PORT
2761P: David Howells
2762M: dhowells@redhat.com
2763P: Koichi Yasutake
2764M: yasutake.koichi@jp.panasonic.com
Robert P. J. Day66e10602008-04-29 00:59:34 -07002765L: linux-am33-list@redhat.com (moderated for non-subscribers)
David Howellsb920de12008-02-08 04:19:31 -08002766W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2767S: Maintained
2768
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002769MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002770P: David Woodhouse
2771M: dwmw2@infradead.org
2772W: http://www.linux-mtd.infradead.org/
2773L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002774T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002775S: Maintained
2776
Artem Bityutskiy48576402007-02-13 17:11:10 +02002777UNSORTED BLOCK IMAGES (UBI)
2778P: Artem Bityutskiy
2779M: dedekind@infradead.org
2780W: http://www.linux-mtd.infradead.org/
2781L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002782T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002783S: Maintained
2784
Linus Torvalds1da177e2005-04-16 15:20:36 -07002785MICROTEK X6 SCANNER
2786P: Oliver Neukum
2787M: oliver@neukum.name
2788S: Maintained
2789
2790MIPS
2791P: Ralf Baechle
2792M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002793W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002794L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002795T: git www.linux-mips.org:/pub/scm/linux.git
2796S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002797
2798MISCELLANEOUS MCA-SUPPORT
2799P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002800M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002801L: linux-kernel@vger.kernel.org
2802S: Maintained
2803
2804MODULE SUPPORT
2805P: Rusty Russell
2806M: rusty@rustcorp.com.au
2807L: linux-kernel@vger.kernel.org
2808S: Maintained
2809
2810MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2811P: Stelian Pop
2812M: stelian@popies.net
2813W: http://popies.net/meye/
2814S: Maintained
2815
Pavel Pisac58ff042007-05-16 01:10:41 +02002816MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2817P: Pavel Pisa
2818M: ppisa@pikron.com
2819L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002820S: Maintained
2821
Linus Torvalds1da177e2005-04-16 15:20:36 -07002822MOUSE AND MISC DEVICES [GENERAL]
2823P: Alessandro Rubini
2824M: rubini@ipvvis.unipv.it
2825L: linux-kernel@vger.kernel.org
2826S: Maintained
2827
Jiri Slabyb9705b62008-04-30 00:53:48 -07002828MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002829P: Jiri Slaby
2830M: jirislaby@gmail.com
2831L: linux-kernel@vger.kernel.org
2832S: Maintained
2833
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002834MSI LAPTOP SUPPORT
2835P: Lennart Poettering
2836M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002837W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002838W: http://0pointer.de/lennart/tchibo.html
2839S: Maintained
2840
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002841MULTIFUNCTION DEVICES (MFD)
2842P: Samuel Ortiz
2843M: sameo@openedhand.com
2844L: linux-kernel@vger.kernel.org
2845S: Supported
2846
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002847MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002848P: Pierre Ossman
2849M: drzeus-mmc@drzeus.cx
2850L: linux-kernel@vger.kernel.org
2851S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002852
David Brownell15a05802007-08-08 09:12:54 -07002853MULTIMEDIA CARD (MMC) ETC. OVER SPI
2854P: David Brownell
2855M: dbrownell@users.sourceforge.net
2856L: linux-kernel@vger.kernel.org
2857S: Odd fixes
2858
Linus Torvalds1da177e2005-04-16 15:20:36 -07002859MULTISOUND SOUND DRIVER
2860P: Andrew Veliath
2861M: andrewtv@usa.net
2862S: Maintained
2863
Jiri Slabyd7354102006-12-08 02:38:35 -08002864MULTITECH MULTIPORT CARD (ISICOM)
2865P: Jiri Slaby
2866M: jirislaby@gmail.com
2867L: linux-kernel@vger.kernel.org
2868S: Maintained
2869
Felipe Balbi550a7372008-07-24 12:27:36 +03002870MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
2871P: Felipe Balbi
2872M: felipe.balbi@nokia.com
2873L: linux-usb@vger.kernel.org
2874S: Maintained
2875
Brice Goglin2d3cf582008-05-17 12:45:36 +02002876MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2877P: Andrew Gallatin
2878M: gallatin@myri.com
2879P: Brice Goglin
2880M: brice@myri.com
2881L: netdev@vger.kernel.org
2882W: http://www.myri.com/scs/download-Myri10GE.html
2883S: Supported
2884
Linus Torvalds1da177e2005-04-16 15:20:36 -07002885NATSEMI ETHERNET DRIVER (DP8381x)
2886P: Tim Hockin
2887M: thockin@hockin.org
2888S: Maintained
2889
2890NCP FILESYSTEM
2891P: Petr Vandrovec
2892M: vandrove@vc.cvut.cz
2893L: linware@sh.cvut.cz
2894S: Maintained
2895
2896NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2897P: James E.J. Bottomley
2898M: James.Bottomley@HansenPartnership.com
2899L: linux-scsi@vger.kernel.org
2900S: Maintained
2901
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002902NETEFFECT IWARP RNIC DRIVER (IW_NES)
2903P: Faisal Latif
2904M: flatif@neteffect.com
Chien Tung5f625602008-05-26 15:23:32 -07002905P: Chien Tung
2906M: ctung@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002907L: general@lists.openfabrics.org
2908W: http://www.neteffect.com
2909S: Supported
2910F: drivers/infiniband/hw/nes/
2911
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002912NETEM NETWORK EMULATOR
2913P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002914M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002915L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002916S: Maintained
2917
Jiri Slaby4a584482007-08-30 23:56:39 -07002918NETERION (S2IO) Xframe 10GbE DRIVER
2919P: Ramkrishna Vepa
2920M: ram.vepa@neterion.com
2921P: Rastapur Santosh
2922M: santosh.rastapur@neterion.com
2923P: Sivakumar Subramani
2924M: sivakumar.subramani@neterion.com
2925P: Sreenivasa Honnur
2926M: sreenivasa.honnur@neterion.com
2927L: netdev@vger.kernel.org
2928W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2929S: Supported
2930
Linus Torvalds1da177e2005-04-16 15:20:36 -07002931NETFILTER/IPTABLES/IPCHAINS
2932P: Rusty Russell
2933P: Marc Boucher
2934P: James Morris
2935P: Harald Welte
2936P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002937P: Patrick McHardy
2938M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002939L: netfilter-devel@vger.kernel.org
2940L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002941L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942W: http://www.netfilter.org/
2943W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002944S: Supported
2945
Paul Moore4cc67732006-09-25 15:57:13 -07002946NETLABEL
2947P: Paul Moore
2948M: paul.moore@hp.com
2949W: http://netlabel.sf.net
2950L: netdev@vger.kernel.org
2951S: Supported
2952
Linus Torvalds1da177e2005-04-16 15:20:36 -07002953NETROM NETWORK LAYER
2954P: Ralf Baechle
2955M: ralf@linux-mips.org
2956L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002957W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002958S: Maintained
2959
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002960NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002961P: Paul Clements
2962M: Paul.Clements@steeleye.com
2963S: Maintained
2964
2965NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002966P: Jeff Garzik
2967M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002968L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002969T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002970S: Maintained
2971
2972NETWORKING [GENERAL]
2973P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002974M: netdev@vger.kernel.org
2975L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002976W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002977S: Maintained
2978
2979NETWORKING [IPv4/IPv6]
2980P: David S. Miller
2981M: davem@davemloft.net
2982P: Alexey Kuznetsov
2983M: kuznet@ms2.inr.ac.ru
2984P: Pekka Savola (ipv6)
2985M: pekkas@netcore.fi
2986P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002987M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002988P: Hideaki YOSHIFUJI
2989M: yoshfuji@linux-ipv6.org
2990P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002991M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002992L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002993T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002994S: Maintained
2995
James Morris10e2ff12007-08-25 14:41:28 -07002996NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2997P: Paul Moore
2998M: paul.moore@hp.com
2999L: netdev@vger.kernel.org
3000S: Maintained
3001
John W. Linville29f8f632006-01-18 14:52:48 -08003002NETWORKING [WIRELESS]
3003P: John W. Linville
3004M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003005L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003006T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3007S: Maintained
3008
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003009NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003010P: Dhananjay Phadke
3011M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003012L: netdev@vger.kernel.org
3013W: http://www.netxen.com
3014S: Supported
3015
Linus Torvalds1da177e2005-04-16 15:20:36 -07003016IPVS
3017P: Wensong Zhang
3018M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07003019P: Simon Horman
3020M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07003021P: Julian Anastasov
3022M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07003023L: netdev@vger.kernel.org
Simon Horman37cc6782008-08-11 14:33:40 -07003024L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003025S: Maintained
3026
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003027NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003028P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003029M: Trond.Myklebust@netapp.com
3030L: linux-nfs@vger.kernel.org
3031W: http://client.linux-nfs.org
3032T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003033S: Maintained
3034
3035NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003036P: Jan-Pascal van Best
3037M: janpascal@vanbest.org
3038P: Andreas Mohr
3039M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003040L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003041S: Maintained
3042
3043NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3044P: YOKOTA Hiroshi
3045M: yokota@netlab.is.tsukuba.ac.jp
3046W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3047S: Maintained
3048
3049NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3050P: GOTO Masanori
3051M: gotom@debian.or.jp
3052P: YOKOTA Hiroshi
3053M: yokota@netlab.is.tsukuba.ac.jp
3054W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3055S: Maintained
3056
Linus Torvalds1da177e2005-04-16 15:20:36 -07003057NTFS FILESYSTEM
3058P: Anton Altaparmakov
3059M: aia21@cantab.net
3060L: linux-ntfs-dev@lists.sourceforge.net
3061L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003062W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003063T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003064S: Maintained
3065
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003066NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003067P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003068M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003069L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003070S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003071
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003072OPENCORES I2C BUS DRIVER
3073P: Peter Korsgaard
3074M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02003075L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003076S: Maintained
3077
Mark Fashehccd979b2005-12-15 14:31:24 -08003078ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3079P: Mark Fasheh
Mark Fasheha5754332008-03-21 10:40:31 -07003080M: mfasheh@suse.com
3081P: Joel Becker
3082M: joel.becker@oracle.com
Robert P. J. Dayc0ff1f22008-04-21 22:34:01 +00003083L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fashehccd979b2005-12-15 14:31:24 -08003084W: http://oss.oracle.com/projects/ocfs2/
Joel Beckerdda47bc2008-03-22 22:08:07 -07003085T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003086S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08003087
Bob Copeland0ad122d2008-07-25 19:45:18 -07003088OMFS FILESYSTEM
3089P: Bob Copeland
3090M: me@bobcopeland.com
3091L: linux-karma-devel@lists.sourceforge.net
3092S: Maintained
3093
Harald Weltec1986ee2005-11-13 16:06:29 -08003094OMNIKEY CARDMAN 4000 DRIVER
3095P: Harald Welte
3096M: laforge@gnumonks.org
3097S: Maintained
3098
Harald Welte77c44ab2005-11-13 16:06:26 -08003099OMNIKEY CARDMAN 4040 DRIVER
3100P: Harald Welte
3101M: laforge@gnumonks.org
3102S: Maintained
3103
Jonathan Corbet77d51402007-03-22 19:44:17 -03003104OMNIVISION OV7670 SENSOR DRIVER
3105P: Jonathan Corbet
3106M: corbet@lwn.net
3107L: video4linux-list@redhat.com
3108S: Maintained
3109
Thomas Gleixner431bca72007-05-02 09:31:35 +02003110ONENAND FLASH DRIVER
3111P: Kyungmin Park
3112M: kyungmin.park@samsung.com
3113L: linux-mtd@lists.infradead.org
3114S: Maintained
3115
Linus Torvalds1da177e2005-04-16 15:20:36 -07003116ONSTREAM SCSI TAPE DRIVER
3117P: Willem Riede
3118M: osst@riede.org
3119L: osst-users@lists.sourceforge.net
3120L: linux-scsi@vger.kernel.org
3121S: Maintained
3122
Linus Torvalds1da177e2005-04-16 15:20:36 -07003123OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003124P: Robert Richter
3125M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003126L: oprofile-list@lists.sf.net
3127S: Maintained
3128
3129ORINOCO DRIVER
3130P: Pavel Roskin
3131M: proski@gnu.org
3132P: David Gibson
3133M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003134L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003135L: orinoco-users@lists.sourceforge.net
3136L: orinoco-devel@lists.sourceforge.net
3137W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003138S: Maintained
3139
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003140PA SEMI ETHERNET DRIVER
3141P: Olof Johansson
3142M: olof@lixom.net
3143L: netdev@vger.kernel.org
3144S: Maintained
3145
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003146PA SEMI SMBUS DRIVER
3147P: Olof Johansson
3148M: olof@lixom.net
3149L: i2c@lm-sensors.org
3150S: Maintained
3151
Linus Torvalds1da177e2005-04-16 15:20:36 -07003152PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003153L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003154S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003155
3156PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3157P: Tim Waugh
3158M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003159L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003160W: http://www.torque.net/linux-pp.html
3161S: Maintained
3162
3163PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003164P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003165M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003166P: Matthew Wilcox
3167M: matthew@wil.cx
3168P: Grant Grundler
3169M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003170L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003171W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003172T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003173S: Maintained
3174
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003175PARAVIRT_OPS INTERFACE
3176P: Jeremy Fitzhardinge
3177M: jeremy@xensource.com
3178P: Chris Wright
3179M: chrisw@sous-sol.org
3180P: Zachary Amsden
3181M: zach@vmware.com
3182P: Rusty Russell
3183M: rusty@rustcorp.com.au
3184L: virtualization@lists.osdl.org
3185L: linux-kernel@vger.kernel.org
3186S: Supported
3187
Jim Cromie1662d322006-10-06 00:43:59 -07003188PC87360 HARDWARE MONITORING DRIVER
3189P: Jim Cromie
3190M: jim.cromie@gmail.com
3191L: lm-sensors@lm-sensors.org
3192S: Maintained
3193
3194PC8736x GPIO DRIVER
3195P: Jim Cromie
3196M: jim.cromie@gmail.com
3197S: Maintained
3198
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003199PCI ERROR RECOVERY
3200P: Linas Vepstas
3201M: linas@austin.ibm.com
3202L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003203L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003204S: Supported
3205
Linus Torvalds1da177e2005-04-16 15:20:36 -07003206PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003207P: Jesse Barnes
3208M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003210L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003211T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003212S: Supported
3213
3214PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003215P: Kristen Carlson Accardi
3216M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003217S: Supported
3218
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003219PCIE HOTPLUG DRIVER
3220P: Kristen Carlson Accardi
3221M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003222L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003223S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003224
Linus Torvalds1da177e2005-04-16 15:20:36 -07003225PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003226P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003227L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003228W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003229T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003230S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003231
3232PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003233P: Don Fry
3234M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003235L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003236S: Maintained
3237
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003238PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003239P: Balbir Singh
3240M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003241L: linux-kernel@vger.kernel.org
3242S: Maintained
3243
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003244PERSONALITY HANDLING
3245P: Christoph Hellwig
3246M: hch@infradead.org
3247L: linux-abi-devel@lists.sourceforge.net
3248S: Maintained
3249
Linus Torvalds1da177e2005-04-16 15:20:36 -07003250PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003251P: Joern Engel
3252M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003253L: linux-mtd@lists.infradead.org
3254S: Maintained
3255
Peter Osterlund249a6772005-09-27 21:45:30 -07003256PKTCDVD DRIVER
3257P: Peter Osterlund
3258M: petero2@telia.com
3259L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003260S: Maintained
3261
Linus Torvalds1da177e2005-04-16 15:20:36 -07003262POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003263P: Thomas Gleixner
3264M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003265L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003266S: Supported
3267
Anton Vorontsov3be86142007-07-15 04:43:36 +04003268POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3269P: Anton Vorontsov
3270M: cbou@mail.ru
3271P: David Woodhouse
3272M: dwmw2@infradead.org
3273L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003274T: git git.infradead.org/battery-2.6.git
3275S: Maintained
3276
Linus Torvalds1da177e2005-04-16 15:20:36 -07003277PNP SUPPORT
3278P: Adam Belay
3279M: ambx1@neo.rr.com
3280S: Maintained
3281
Vitaly Wool999445d2007-01-04 13:07:03 +01003282PNXxxxx I2C DRIVER
3283P: Vitaly Wool
3284M: vitalywool@gmail.com
3285L: i2c@lm-sensors.org
3286S: Maintained
3287
Linus Torvalds1da177e2005-04-16 15:20:36 -07003288PPP PROTOCOL DRIVERS AND COMPRESSORS
3289P: Paul Mackerras
3290M: paulus@samba.org
3291L: linux-ppp@vger.kernel.org
3292S: Maintained
3293
3294PPP OVER ATM (RFC 2364)
3295P: Mitchell Blank Jr
3296M: mitch@sfgoth.com
3297S: Maintained
3298
3299PPP OVER ETHERNET
3300P: Michal Ostrowski
Chris Wright5e70b7f32008-06-09 16:07:28 -07003301M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003302S: Maintained
3303
James Chapmana6d23702007-06-27 15:53:17 -07003304PPP OVER L2TP
3305P: James Chapman
3306M: jchapman@katalix.com
3307S: Maintained
3308
Linus Torvalds1da177e2005-04-16 15:20:36 -07003309PREEMPTIBLE KERNEL
3310P: Robert Love
3311M: rml@tech9.net
3312L: linux-kernel@vger.kernel.org
3313L: kpreempt-tech@lists.sourceforge.net
3314W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3315S: Supported
3316
Michael Wueff1a592007-09-25 18:11:01 -07003317P54 WIRELESS DRIVER
3318P: Michael Wu
3319M: flamingice@sourmilk.net
3320L: linux-wireless@vger.kernel.org
3321W: http://prism54.org
3322T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3323S: Maintained
3324
Linus Torvalds1da177e2005-04-16 15:20:36 -07003325PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003326P: Luis R. Rodriguez
3327M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003328L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003329W: http://prism54.org
3330S: Maintained
3331
3332PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3333P: Peter Denison
3334M: promise@pnd-pc.demon.co.uk
3335W: http://www.pnd-pc.demon.co.uk/promise/
3336S: Maintained
3337
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003338PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3339P: Mikael Pettersson
3340M: mikpe@it.uu.se
3341L: linux-ide@vger.kernel.org
3342S: Maintained
3343
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003344PS3 NETWORK SUPPORT
3345P: Masakazu Mokuno
3346M: mokuno@sm.sony.co.jp
3347L: netdev@vger.kernel.org
3348L: cbe-oss-dev@ozlabs.org
3349S: Supported
3350
Geoff Levandf58a9d12006-11-23 00:46:51 +01003351PS3 PLATFORM SUPPORT
3352P: Geoff Levand
3353M: geoffrey.levand@am.sony.com
3354L: linuxppc-dev@ozlabs.org
3355L: cbe-oss-dev@ozlabs.org
3356S: Supported
3357
Michael Krufky83202042006-07-03 00:24:18 -07003358PVRUSB2 VIDEO4LINUX DRIVER
3359P: Mike Isely
3360M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003361L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003362L: video4linux-list@redhat.com
3363W: http://www.isely.net/pvrusb2/
3364S: Maintained
3365
Eric Miao30ec2612008-06-12 15:21:41 -07003366PXA2xx/PXA3xx SUPPORT
3367P: Eric Miao
3368M: eric.miao@marvell.com
3369P: Russell King
3370M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003371L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003372S: Maintained
3373
Pierre Ossman272f1332007-05-14 21:25:26 +02003374PXA MMCI DRIVER
3375S: Orphan
3376
Linus Torvalds1da177e2005-04-16 15:20:36 -07003377QLOGIC QLA2XXX FC-SCSI DRIVER
3378P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003379M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003380L: linux-scsi@vger.kernel.org
3381S: Supported
3382
Ron Mercer5a4faa872006-07-25 00:40:21 -07003383QLOGIC QLA3XXX NETWORK DRIVER
3384P: Ron Mercer
3385M: linux-driver@qlogic.com
3386L: netdev@vger.kernel.org
3387S: Supported
3388
Linus Torvalds1da177e2005-04-16 15:20:36 -07003389QNX4 FILESYSTEM
3390P: Anders Larsen
3391M: al@alarsen.net
3392L: linux-kernel@vger.kernel.org
3393W: http://www.alarsen.net/linux/qnx4fs/
3394S: Maintained
3395
3396RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003397P: Benjamin Herrenschmidt
3398M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003399L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003400S: Maintained
3401
3402RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003403P: Paul Mackerras
3404M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003405L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003406S: Maintained
3407
3408RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3409P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003410M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003411L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003412S: Maintained
3413
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003414RALINK RT2X00 WLAN DRIVER
3415P: rt2x00 project
3416L: linux-wireless@vger.kernel.org
3417L: rt2400-devel@lists.sourceforge.net
3418W: http://rt2x00.serialmonkey.com/
3419S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003420T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003421F: drivers/net/wireless/rt2x00/
3422
Nick Piggin9db55792008-02-08 04:19:49 -08003423RAMDISK RAM BLOCK DEVICE DRIVER
3424P: Nick Piggin
3425M: npiggin@suse.de
3426S: Maintained
3427
Matt Mackall9e95ce22005-04-16 15:25:56 -07003428RANDOM NUMBER DRIVER
3429P: Matt Mackall
3430M: mpm@selenic.com
3431S: Maintained
3432
Matt Porter394b7012005-11-07 01:00:15 -08003433RAPIDIO SUBSYSTEM
3434P: Matt Porter
3435M: mporter@kernel.crashing.org
3436L: linux-kernel@vger.kernel.org
3437S: Maintained
3438
Florian Fainellic1f766b2008-02-06 22:39:44 +01003439RDC R-321X SoC
3440P: Florian Fainelli
3441M: florian.fainelli@telecomint.eu
3442L: linux-kernel@vger.kernel.org
3443S: Maintained
3444
Florian Fainellidb17f392007-12-19 11:30:30 +01003445RDC R6040 FAST ETHERNET DRIVER
3446P: Florian Fainelli
3447M: florian.fainelli@telecomint.eu
3448L: netdev@vger.kernel.org
3449S: Maintained
3450
Josh Triplett595182b2006-10-04 02:17:21 -07003451READ-COPY UPDATE (RCU)
3452P: Dipankar Sarma
3453M: dipankar@in.ibm.com
3454W: http://www.rdrop.com/users/paulmck/rclock/
3455L: linux-kernel@vger.kernel.org
3456S: Supported
3457
3458RCUTORTURE MODULE
3459P: Josh Triplett
3460M: josh@freedesktop.org
3461L: linux-kernel@vger.kernel.org
3462S: Maintained
3463
Linus Torvalds1da177e2005-04-16 15:20:36 -07003464REAL TIME CLOCK DRIVER
3465P: Paul Gortmaker
3466M: p_gortmaker@yahoo.com
3467L: linux-kernel@vger.kernel.org
3468S: Maintained
3469
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003470REAL TIME CLOCK (RTC) SUBSYSTEM
3471P: Alessandro Zummo
3472M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003473L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003474S: Maintained
3475
Linus Torvalds1da177e2005-04-16 15:20:36 -07003476REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003477L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003478S: Supported
3479
Ivo van Doorne08976452008-04-12 19:23:55 +02003480RFKILL
3481P: Ivo van Doorn
3482M: IvDoorn@gmail.com
3483L: netdev@vger.kernel.org
3484S: Maintained
3485F: net/rfkill
3486
Linus Torvalds1da177e2005-04-16 15:20:36 -07003487ROCKETPORT DRIVER
3488P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003489W: http://www.comtrol.com
3490S: Maintained
3491
3492ROSE NETWORK LAYER
3493P: Ralf Baechle
3494M: ralf@linux-mips.org
3495L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003496W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003497S: Maintained
3498
3499RISCOM8 DRIVER
3500S: Orphan
3501
Michael Wu605bebe2007-05-14 01:41:02 -04003502RTL818X WIRELESS DRIVER
3503P: Michael Wu
3504M: flamingice@sourmilk.net
3505P: Andrea Merello
3506M: andreamrl@tiscali.it
3507L: linux-wireless@vger.kernel.org
3508W: http://linuxwireless.org/
3509T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3510S: Maintained
3511
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003512S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003513P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003514M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003515L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003516S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003517
Linus Torvalds1da177e2005-04-16 15:20:36 -07003518S390
3519P: Martin Schwidefsky
3520M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003521P: Heiko Carstens
3522M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003523M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003524L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003525W: http://www.ibm.com/developerworks/linux/linux390/
3526S: Supported
3527
3528S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003529P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003530M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003531P: Frank Blaschka
3532M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003533M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003534L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003535W: http://www.ibm.com/developerworks/linux/linux390/
3536S: Supported
3537
3538S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003539P: Christof Schmitt
3540M: christof.schmitt@de.ibm.com
3541P: Martin Peschke
3542M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003543M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003544L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003545W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003546S: Supported
3547
Ursula Braundd96df22007-09-19 13:09:02 +02003548S390 IUCV NETWORK LAYER
3549P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003550M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003551M: linux390@de.ibm.com
3552L: linux-s390@vger.kernel.org
3553W: http://www.ibm.com/developerworks/linux/linux390/
3554S: Supported
3555
Ben Dooks4dde7f72008-06-30 22:40:38 +01003556S3C24XX SD/MMC Driver
3557P: Ben Dooks
3558M: ben-linux@fluff.org
3559L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3560L: linux-kernel@vger.kernel.org
3561S: Supported
3562
Linus Torvalds1da177e2005-04-16 15:20:36 -07003563SAA7146 VIDEO4LINUX-2 DRIVER
3564P: Michael Hunold
3565M: michael@mihu.de
3566W: http://www.mihu.de/linux/saa7146
3567S: Maintained
3568
Linus Torvalds1da177e2005-04-16 15:20:36 -07003569SC1200 WDT DRIVER
3570P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003571M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003572S: Maintained
3573
3574SCHEDULER
3575P: Ingo Molnar
3576M: mingo@elte.hu
3577P: Robert Love [the preemptible kernel bits]
3578M: rml@tech9.net
3579L: linux-kernel@vger.kernel.org
3580S: Maintained
3581
3582SCSI CDROM DRIVER
3583P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003584M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003585L: linux-scsi@vger.kernel.org
3586W: http://www.kernel.dk
3587S: Maintained
3588
3589SCSI SG DRIVER
3590P: Doug Gilbert
3591M: dgilbert@interlog.com
3592L: linux-scsi@vger.kernel.org
3593W: http://www.torque.net/sg
3594S: Maintained
3595
3596SCSI SUBSYSTEM
3597P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003598M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003599L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003600T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003601T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3602T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003603S: Maintained
3604
3605SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003606P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003607M: Kai.Makisara@kolumbus.fi
3608L: linux-scsi@vger.kernel.org
3609S: Maintained
3610
3611SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003612P: Vlad Yasevich
3613M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003614P: Sridhar Samudrala
3615M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003616L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003617W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003618S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003619
3620SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003621P: Jim Cromie
3622M: jim.cromie@gmail.com
3623S: Odd Fixes
3624
3625SCx200 GPIO DRIVER
3626P: Jim Cromie
3627M: jim.cromie@gmail.com
3628S: Maintained
3629
3630SCx200 HRT CLOCKSOURCE DRIVER
3631P: Jim Cromie
3632M: jim.cromie@gmail.com
3633S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003634
Sascha Sommer6a369132008-07-15 14:21:29 +02003635SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3636P: Sascha Sommer
3637M: saschasommer@freenet.de
3638L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3639S: Maintained
3640
Linus Torvalds1da177e2005-04-16 15:20:36 -07003641SECURITY CONTACT
3642P: Security Officers
3643M: security@kernel.org
3644S: Supported
3645
3646SELINUX SECURITY MODULE
3647P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003648M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003649P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003650M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003651P: Eric Paris
3652M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003653L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003654L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003655W: http://www.nsa.gov/selinux
3656S: Supported
3657
Jiri Slabycef2cf02007-05-08 00:31:45 -07003658SENSABLE PHANTOM
3659P: Jiri Slaby
3660M: jirislaby@gmail.com
3661S: Maintained
3662
Linus Torvalds1da177e2005-04-16 15:20:36 -07003663SERIAL ATA (SATA) SUBSYSTEM:
3664P: Jeff Garzik
3665M: jgarzik@pobox.com
3666L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003667T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003668S: Supported
3669
3670SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3671P: Pat Gefre
3672M: pfg@sgi.com
3673L: linux-ia64@vger.kernel.org
3674S: Supported
3675
Ben Hutchings8ceee662008-04-27 12:55:59 +01003676SFC NETWORK DRIVER
3677P: Steve Hodgson
3678P: Ben Hutchings
3679P: Robert Stonehouse
3680M: linux-net-drivers@solarflare.com
3681S: Supported
3682
Linus Torvalds1da177e2005-04-16 15:20:36 -07003683SGI VISUAL WORKSTATION 320 AND 540
3684P: Andrey Panin
3685M: pazke@donpac.ru
3686L: linux-visws-devel@lists.sf.net
3687W: http://linux-visws.sf.net
3688S: Maintained for 2.6.
3689
Jack Steiner75312612008-08-15 00:40:42 -07003690SGI GRU DRIVER
3691P: Jack Steiner
3692M: steiner@sgi.com
3693S: Maintained
3694
3695SGI XP/XPC/XPNET DRIVER
3696P: Dean Nelson
3697M: dcn@sgi.com
3698S: Maintained
3699
Linus Torvalds1da177e2005-04-16 15:20:36 -07003700SIMTEC EB110ATX (Chalice CATS)
3701P: Ben Dooks
3702P: Vincent Sanders
3703M: support@simtec.co.uk
3704W: http://www.simtec.co.uk/products/EB110ATX/
3705S: Supported
3706
3707SIMTEC EB2410ITX (BAST)
3708P: Ben Dooks
3709P: Vincent Sanders
3710M: support@simtec.co.uk
3711W: http://www.simtec.co.uk/products/EB2410ITX/
3712S: Supported
3713
Francois Romieu92aab3c2005-07-30 13:11:18 +02003714SIS 190 ETHERNET DRIVER
3715P: Francois Romieu
3716M: romieu@fr.zoreil.com
3717L: netdev@vger.kernel.org
3718S: Maintained
3719
Linus Torvalds1da177e2005-04-16 15:20:36 -07003720SIS 900/7016 FAST ETHERNET DRIVER
3721P: Daniele Venzano
3722M: venza@brownhat.org
3723W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003724L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003725S: Maintained
3726
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003727SIS 96X I2C/SMBUS DRIVER
3728P: Mark M. Hoffman
3729M: mhoffman@lightlink.com
3730L: lm-sensors@lm-sensors.org
3731S: Maintained
3732
Linus Torvalds1da177e2005-04-16 15:20:36 -07003733SIS FRAMEBUFFER DRIVER
3734P: Thomas Winischhofer
3735M: thomas@winischhofer.net
3736W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003737S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003738
3739SIS USB2VGA DRIVER
3740P: Thomas Winischhofer
3741M: thomas@winischhofer.net
3742W: http://www.winischhofer.at/linuxsisusbvga.shtml
3743S: Maintained
3744
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003745SLAB ALLOCATOR
3746P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003747M: cl@linux-foundation.org
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003748P: Pekka Enberg
3749M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003750P: Matt Mackall
3751M: mpm@selenic.com
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003752L: linux-mm@kvack.org
3753S: Maintained
3754
Linus Torvalds1da177e2005-04-16 15:20:36 -07003755SMC91x ETHERNET DRIVER
3756P: Nicolas Pitre
3757M: nico@cam.org
3758S: Maintained
3759
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003760SMSC47B397 HARDWARE MONITOR DRIVER
3761P: Mark M. Hoffman
3762M: mhoffman@lightlink.com
3763L: lm-sensors@lm-sensors.org
3764S: Maintained
3765
Ben Nizetteb54f2862008-03-13 22:27:30 +11003766SMX UIO Interface
3767P: Ben Nizette
3768M: bn@niasdigital.com
3769S: Maintained
3770
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003771SOC-CAMERA V4L2 SUBSYSTEM
3772P: Guennadi Liakhovetski
3773M: g.liakhovetski@gmx.de
3774L: video4linux-list@redhat.com
3775S: Maintained
3776
Linus Torvalds1da177e2005-04-16 15:20:36 -07003777SOFTWARE RAID (Multiple Disks) SUPPORT
3778P: Ingo Molnar
3779M: mingo@redhat.com
3780P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003781M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003782L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003783S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003784
Pavel Machek95a631e2007-07-19 01:47:42 -07003785HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003786P: Pavel Machek
3787M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003788P: Rafael J. Wysocki
3789M: rjw@sisk.pl
3790L: linux-pm@lists.linux-foundation.org
3791S: Supported
3792
3793SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003794P: Len Brown
3795M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003796P: Pavel Machek
3797M: pavel@suse.cz
3798P: Rafael J. Wysocki
3799M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003800L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003801S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003802
3803SONIC NETWORK DRIVER
3804P: Thomas Bogendoerfer
3805M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003806L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003807S: Maintained
3808
Michael Buesch61e115a2007-09-18 15:12:50 -04003809SONICS SILICON BACKPLANE DRIVER (SSB)
3810P: Michael Buesch
3811M: mb@bu3sch.de
3812L: netdev@vger.kernel.org
3813S: Maintained
3814
Linus Torvalds1da177e2005-04-16 15:20:36 -07003815SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003816P: Mattia Dongili
3817M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003818L: linux-acpi@vger.kernel.org
3819W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003820S: Maintained
3821
Alex Dubovbaf85322008-02-09 10:20:54 -08003822SONY MEMORYSTICK CARD SUPPORT
3823P: Alex Dubov
3824M: oakad@yahoo.com
3825L: linux-kernel@vger.kernel.org
3826W: http://tifmxx.berlios.de/
3827S: Maintained
3828
Linus Torvalds1da177e2005-04-16 15:20:36 -07003829SOUND
3830P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003831M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003832L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003833S: Maintained
3834
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003835SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3836P: Liam Girdwood
3837M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003838P: Mark Brown
3839M: broonie@opensource.wolfsonmicro.com
3840T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003841L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003842S: Supported
3843
Kumar Gala025c3982006-04-02 16:05:54 -05003844SPI SUBSYSTEM
3845P: David Brownell
3846M: dbrownell@users.sourceforge.net
3847L: spi-devel-general@lists.sourceforge.net
3848S: Maintained
3849
Arnd Bergmannb8154542008-05-16 11:10:59 +02003850SPU FILE SYSTEM
3851P: Jeremy Kerr
3852M: jk@ozlabs.org
3853L: linuxppc-dev@ozlabs.org
3854L: cbe-oss-dev@ozlabs.org
3855W: http://www.ibm.com/developerworks/power/cell/
3856S: Supported
3857
Steven Rostedt855f46a2006-08-05 12:14:50 -07003858STABLE BRANCH:
3859P: Greg Kroah-Hartman
3860M: greg@kroah.com
3861P: Chris Wright
3862M: chrisw@sous-sol.org
3863L: stable@kernel.org
3864S: Maintained
3865
Linus Torvalds1da177e2005-04-16 15:20:36 -07003866SHARP LH SUPPORT (LH7952X & LH7A40X)
3867P: Marc Singer
3868M: elf@buici.com
3869W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003870L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003871S: Maintained
3872
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003873SHPC HOTPLUG DRIVER
3874P: Kristen Carlson Accardi
3875M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003876L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003877S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003878
Pierre Ossmand129bce2006-03-24 03:18:17 -08003879SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3880P: Pierre Ossman
3881M: drzeus-sdhci@drzeus.cx
3882L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003883S: Maintained
3884
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003885SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3886P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003887M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003888L: netdev@vger.kernel.org
3889S: Maintained
3890
Chris Boot1a87d942006-07-10 04:45:34 -07003891SOEKRIS NET48XX LED SUPPORT
3892P: Chris Boot
3893M: bootc@bootc.net
3894S: Maintained
3895
Linus Torvalds1da177e2005-04-16 15:20:36 -07003896SPARC (sparc32):
3897P: William L. Irwin
3898M: wli@holomorphy.com
3899L: sparclinux@vger.kernel.org
3900S: Maintained
3901
3902SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3903P: Roger Wolff
3904M: R.E.Wolff@BitWizard.nl
3905L: linux-kernel@vger.kernel.org ?
3906S: Supported
3907
Jim Lewis2752e402006-09-29 02:01:19 -07003908SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003909P: Ishizaki Kou
3910M: kou.ishizaki@toshiba.co.jp
3911P: Jens Osterkamp
3912M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003913L: netdev@vger.kernel.org
3914S: Supported
3915
Linus Torvalds1da177e2005-04-16 15:20:36 -07003916SRM (Alpha) environment access
3917P: Jan-Benedict Glaw
3918M: jbglaw@lug-owl.de
3919L: linux-kernel@vger.kernel.org
3920S: Maintained
3921
3922STARFIRE/DURALAN NETWORK DRIVER
3923P: Ion Badulescu
3924M: ionut@cs.columbia.edu
3925S: Maintained
3926
3927STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3928W: http://mosquitonet.Stanford.EDU/strip.html
3929S: Unsupported ?
3930
3931STRADIS MPEG-2 DECODER DRIVER
3932P: Nathan Laredo
3933M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003934W: http://www.stradis.com/
3935S: Maintained
3936
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003937SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003938P: Paul Mundt
3939M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003940L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003941W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003942T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09003943S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003944
3945SUN3/3X
3946P: Sam Creasey
3947M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003948W: http://sammy.net/sun3/
3949S: Maintained
3950
3951SVGA HANDLING
3952P: Martin Mares
3953M: mj@ucw.cz
3954L: linux-video@atrey.karlin.mff.cuni.cz
3955S: Maintained
3956
3957SYSV FILESYSTEM
3958P: Christoph Hellwig
3959M: hch@infradead.org
3960S: Maintained
3961
Alan Cox4e688522008-04-30 00:52:11 -07003962TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07003963P: Balbir Singh
3964M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07003965L: linux-kernel@vger.kernel.org
3966S: Maintained
3967
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003968TC CLASSIFIER
3969P: Jamal Hadi Salim
3970M: hadi@cyberus.ca
3971L: netdev@vger.kernel.org
3972S: Maintained
3973
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003974TCP LOW PRIORITY MODULE
3975P: Wong Hoi Sing, Edison
3976M: hswong3i@gmail.com
3977P: Hung Hing Lun, Mike
3978M: hlhung3i@gmail.com
3979W: http://tcp-lp-mod.sourceforge.net/
3980S: Maintained
3981
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003982TEHUTI ETHERNET DRIVER
3983P: Alexander Indenbaum
3984M: baum@tehutinetworks.net
3985P: Andy Gospodarek
3986M: andy@greyhouse.net
3987L: netdev@vger.kernel.org
3988S: Supported
3989
Alan Cox4e688522008-04-30 00:52:11 -07003990Telecom Clock Driver for MCPL0010
3991P: Mark Gross
3992M: mark.gross@intel.com
3993S: Supported
3994
3995TENSILICA XTENSA PORT (xtensa):
3996P: Chris Zankel
3997M: chris@zankel.net
3998S: Maintained
3999
4000THINKPAD ACPI EXTRAS DRIVER
4001P: Henrique de Moraes Holschuh
4002M: ibm-acpi@hmh.eng.br
4003L: ibm-acpi-devel@lists.sourceforge.net
4004W: http://ibm-acpi.sourceforge.net
4005W: http://thinkwiki.org/wiki/Ibm-acpi
4006T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4007S: Maintained
4008
Alex Dubov4020f2d2006-10-04 02:15:37 -07004009TI FLASH MEDIA INTERFACE DRIVER
4010P: Alex Dubov
4011M: oakad@yahoo.com
4012S: Maintained
4013
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004014TI OMAP MMC INTERFACE DRIVER
4015P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004016M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004017W: http://linux.omap.com
4018W: http://www.muru.com/linux/omap/
4019S: Maintained
4020
Michael Buesch844dd052006-06-26 00:24:59 -07004021TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4022P: Deepak Saxena
4023M: dsaxena@plexity.net
4024S: Maintained
4025
Per Lidene86eaa32006-01-12 16:45:18 +01004026TIPC NETWORK LAYER
4027P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004028M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004029P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004030M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004031P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004032M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004033L: tipc-discussion@lists.sourceforge.net
4034W: http://tipc.sourceforge.net/
4035W: http://tipc.cslab.ericsson.net/
4036T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4037S: Maintained
4038
Linus Torvalds1da177e2005-04-16 15:20:36 -07004039TLAN NETWORK DRIVER
4040P: Samuel Chessman
4041M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004042L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004043W: http://sourceforge.net/projects/tlan/
4044S: Maintained
4045
Linus Torvalds1da177e2005-04-16 15:20:36 -07004046TOSHIBA ACPI EXTRAS DRIVER
4047P: John Belmonte
4048M: toshiba_acpi@memebeam.org
4049W: http://memebeam.org/toys/ToshibaAcpiDriver
4050S: Maintained
4051
4052TOSHIBA SMM DRIVER
4053P: Jonathan Buzzard
4054M: jonathan@buzzard.org.uk
4055L: tlinux-users@tce.toshiba-dme.co.jp
4056W: http://www.buzzard.org.uk/toshiba/
4057S: Maintained
4058
Alan Cox4e688522008-04-30 00:52:11 -07004059TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004060P: Debora Velarde
4061M: debora@linux.vnet.ibm.com
4062P: Rajiv Andrade
4063M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004064W: http://tpmdd.sourceforge.net
4065P: Marcel Selhorst
4066M: tpm@selhorst.net
4067W: http://www.prosec.rub.de/tpm/
4068L: tpmdd-devel@lists.sourceforge.net
4069S: Maintained
4070
Linus Torvalds1da177e2005-04-16 15:20:36 -07004071TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004072P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004073M: trivial@kernel.org
4074L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004075S: Maintained
4076
Alan Cox4e688522008-04-30 00:52:11 -07004077TTY LAYER
4078P: Alan Cox
4079M: alan@lxorguk.ukuu.org.uk
4080L: linux-kernel@vger.kernel.org
4081S: Maintained
4082
Grant Grundler740db6d2008-02-17 11:53:49 -07004083TULIP NETWORK DRIVERS
4084P: Grant Grundler
4085M: grundler@parisc-linux.org
4086P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004087M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004088L: netdev@vger.kernel.org
4089S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004090
4091TUN/TAP driver
4092P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004093M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004094L: vtun@office.satix.net
4095W: http://vtun.sourceforge.net/tun
4096S: Maintained
4097
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004098TURBOCHANNEL SUBSYSTEM
4099P: Maciej W. Rozycki
4100M: macro@linux-mips.org
4101S: Maintained
4102
Linus Torvalds1da177e2005-04-16 15:20:36 -07004103U14-34F SCSI DRIVER
4104P: Dario Ballabio
4105M: ballabio_dario@emc.com
4106L: linux-scsi@vger.kernel.org
4107S: Maintained
4108
Alan Coxcc2020e2008-05-19 14:21:51 +01004109UCLINUX (AND M68KNOMMU)
4110P: Greg Ungerer
4111M: gerg@uclinux.org
4112W: http://www.uclinux.org/
4113L: uclinux-dev@uclinux.org (subscribers-only)
4114S: Maintained
4115
Alan Coxcc2020e2008-05-19 14:21:51 +01004116UCLINUX FOR RENESAS H8/300
4117P: Yoshinori Sato
4118M: ysato@users.sourceforge.jp
4119W: http://uclinux-h8.sourceforge.jp/
4120S: Supported
4121
Linus Torvalds1da177e2005-04-16 15:20:36 -07004122UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004123P: Jan Kara
4124M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004125W: http://linux-udf.sourceforge.net
4126S: Maintained
4127
Alan Coxcc2020e2008-05-19 14:21:51 +01004128UFS FILESYSTEM
4129P: Evgeniy Dushistov
4130M: dushistov@mail.ru
4131L: linux-kernel@vger.kernel.org
4132S: Maintained
4133
4134UltraSPARC (sparc64):
4135P: David S. Miller
4136M: davem@davemloft.net
4137L: sparclinux@vger.kernel.org
4138T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4139S: Maintained
4140
Linus Torvalds1da177e2005-04-16 15:20:36 -07004141UNIFORM CDROM DRIVER
4142P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004143M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004144L: linux-kernel@vger.kernel.org
4145W: http://www.kernel.dk
4146S: Maintained
4147
4148USB ACM DRIVER
4149P: Oliver Neukum
4150M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004151L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004152S: Maintained
4153
4154USB BLOCK DRIVER (UB ub)
4155P: Pete Zaitcev
4156M: zaitcev@redhat.com
4157L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004158L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004159S: Supported
4160
Linus Torvalds1da177e2005-04-16 15:20:36 -07004161USB CDC ETHERNET DRIVER
4162P: Greg Kroah-Hartman
4163M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004164L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004165S: Maintained
4166W: http://www.kroah.com/linux-usb/
4167
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004168USB CYPRESS C67X00 DRIVER
4169P: Peter Korsgaard
4170M: jacmet@sunsite.dk
4171L: linux-usb@vger.kernel.org
4172S: Maintained
4173
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004174USB DAVICOM DM9601 DRIVER
4175P: Peter Korsgaard
4176M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004177L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004178W: http://www.linux-usb.org/usbnet
4179S: Maintained
4180
Alan Coxcc2020e2008-05-19 14:21:51 +01004181USB DIAMOND RIO500 DRIVER
4182P: Cesar Miquel
4183M: miquel@df.uba.ar
4184L: rio500-users@lists.sourceforge.net
4185W: http://rio500.sourceforge.net
4186S: Maintained
4187
Linus Torvalds1da177e2005-04-16 15:20:36 -07004188USB EHCI DRIVER
4189P: David Brownell
4190M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004191L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004192S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004193
Luca Risolia7ce08c92006-01-11 02:06:59 +00004194USB ET61X[12]51 DRIVER
4195P: Luca Risolia
4196M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004197L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004198L: video4linux-list@redhat.com
4199W: http://www.linux-projects.org
4200S: Maintained
4201
David Brownell69ae9e32006-11-14 02:03:31 -08004202USB GADGET/PERIPHERAL SUBSYSTEM
4203P: David Brownell
4204M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004205L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004206W: http://www.linux-usb.org/gadget
4207S: Maintained
4208
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004209USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004210P: Jiri Kosina
4211M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004212L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004213T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004214S: Maintained
4215
Olav Kongas959eea22005-11-03 17:38:14 +02004216USB ISP116X DRIVER
4217P: Olav Kongas
4218M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004219L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004220S: Maintained
4221
Linus Torvalds1da177e2005-04-16 15:20:36 -07004222USB KAWASAKI LSI DRIVER
4223P: Oliver Neukum
4224M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004225L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004226S: Maintained
4227
4228USB MASS STORAGE DRIVER
4229P: Matthew Dharm
4230M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004231L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004232L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004233S: Maintained
4234W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4235
4236USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004237P: David Brownell
4238M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004239L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004240S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004241
Matthias Urlichsba460e42005-07-14 00:33:47 -07004242USB OPTION-CARD DRIVER
4243P: Matthias Urlichs
4244M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004245L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004246S: Maintained
4247
Linus Torvalds1da177e2005-04-16 15:20:36 -07004248USB OV511 DRIVER
4249P: Mark McClelland
4250M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004251L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004252W: http://alpha.dyndns.org/ov511/
4253S: Maintained
4254
4255USB PEGASUS DRIVER
4256P: Petko Manolov
4257M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004258L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004259L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004260W: http://pegasus2.sourceforge.net/
4261S: Maintained
4262
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004263USB PRINTER DRIVER (usblp)
4264P: Pete Zaitcev
4265M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004266L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004267S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004268
4269USB RTL8150 DRIVER
4270P: Petko Manolov
4271M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004272L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004273L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004274W: http://pegasus2.sourceforge.net/
4275S: Maintained
4276
4277USB SE401 DRIVER
4278P: Jeroen Vreeken
4279M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004280L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004281W: http://www.chello.nl/~j.vreeken/se401/
4282S: Maintained
4283
Alan Cox4e688522008-04-30 00:52:11 -07004284USB SERIAL BELKIN F5U103 DRIVER
4285P: William Greathouse
4286M: wgreathouse@smva.com
4287L: linux-usb@vger.kernel.org
4288S: Maintained
4289
4290USB SERIAL CYPRESS M8 DRIVER
4291P: Lonnie Mendez
4292M: dignome@gmail.com
4293L: linux-usb@vger.kernel.org
4294S: Maintained
4295W: http://geocities.com/i0xox0i
4296W: http://firstlight.net/cvs
4297
Linus Torvalds1da177e2005-04-16 15:20:36 -07004298USB SERIAL CYBERJACK DRIVER
4299P: Matthias Bruestle and Harald Welte
4300M: support@reiner-sct.com
4301W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4302S: Maintained
4303
4304USB SERIAL DIGI ACCELEPORT DRIVER
4305P: Peter Berger and Al Borchers
4306M: pberger@brimson.com
4307M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004308L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004309S: Maintained
4310
4311USB SERIAL DRIVER
4312P: Greg Kroah-Hartman
4313M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004314L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004315S: Supported
4316
Linus Torvalds1da177e2005-04-16 15:20:36 -07004317USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4318P: Gary Brubaker
4319M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004320L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004321S: Maintained
4322
4323USB SERIAL KEYSPAN DRIVER
4324P: Greg Kroah-Hartman
4325M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004326L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004327W: http://www.kroah.com/linux/
4328S: Maintained
4329
4330USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004331P: Support Department
4332M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004333L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004334W: http://www.connecttech.com
4335S: Supported
4336
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004337USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004338P: Luca Risolia
4339M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004340L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004341L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004342W: http://www.linux-projects.org
4343S: Maintained
4344
4345USB SUBSYSTEM
4346P: Greg Kroah-Hartman
4347M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004348L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004349W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004350T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004351S: Supported
4352
4353USB UHCI DRIVER
4354P: Alan Stern
4355M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004356L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004357S: Maintained
4358
David Brownell69ae9e32006-11-14 02:03:31 -08004359USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004360P: David Brownell
4361M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004362L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004363W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004364S: Maintained
4365
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004366USB VIDEO CLASS
4367P: Laurent Pinchart
4368M: laurent.pinchart@skynet.be
Ming Leiecc9a042008-09-13 02:33:21 -07004369L: linux-uvc-devel@lists.berlios.de
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004370L: video4linux-list@redhat.com
4371W: http://linux-uvc.berlios.de
4372S: Maintained
4373
Linus Torvalds1da177e2005-04-16 15:20:36 -07004374USB W996[87]CF DRIVER
4375P: Luca Risolia
4376M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004377L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004378L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004379W: http://www.linux-projects.org
4380S: Maintained
4381
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004382USB WIRELESS RNDIS DRIVER (rndis_wlan)
4383P: Jussi Kivilinna
4384M: jussi.kivilinna@mbnet.fi
4385L: linux-wireless@vger.kernel.org
4386S: Maintained
4387
Luca Risolia60f78052006-02-06 16:29:35 +00004388USB ZC0301 DRIVER
4389P: Luca Risolia
4390M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004391L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004392L: video4linux-list@redhat.com
4393W: http://www.linux-projects.org
4394S: Maintained
4395
Linus Torvalds1da177e2005-04-16 15:20:36 -07004396USB ZD1201 DRIVER
4397P: Jeroen Vreeken
4398M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004399L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004400W: http://linux-lc100020.sourceforge.net
4401S: Maintained
4402
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004403USB ZR364XX DRIVER
4404P: Antoine Jacquet
4405M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004406L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004407L: video4linux-list@redhat.com
4408W: http://royale.zerezo.com/zr364xx/
4409S: Maintained
4410
Linus Torvalds1da177e2005-04-16 15:20:36 -07004411USER-MODE LINUX
4412P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004413M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004414L: user-mode-linux-devel@lists.sourceforge.net
4415L: user-mode-linux-user@lists.sourceforge.net
4416W: http://user-mode-linux.sourceforge.net
4417S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004418
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004419USERSPACE I/O (UIO)
4420P: Hans J. Koch
4421M: hjk@linutronix.de
4422P: Greg Kroah-Hartman
4423M: gregkh@suse.de
4424L: linux-kernel@vger.kernel.org
4425S: Maintained
4426
Karel Zakf899b0a2008-05-23 13:04:21 -07004427UTIL-LINUX-NG PACKAGE
4428P: Karel Zak
4429M: kzak@redhat.com
4430L: util-linux-ng@vger.kernel.org
4431W: http://kernel.org/~kzak/util-linux-ng/
4432T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4433S: Maintained
4434
Alan Cox4e688522008-04-30 00:52:11 -07004435VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004436P: OGAWA Hirofumi
4437M: hirofumi@mail.parknet.co.jp
4438L: linux-kernel@vger.kernel.org
4439S: Maintained
4440
Linus Torvalds1da177e2005-04-16 15:20:36 -07004441VIA RHINE NETWORK DRIVER
4442P: Roger Luethi
4443M: rl@hellgate.ch
4444S: Maintained
4445
Jean Delvare32c0a522005-09-22 21:47:58 +02004446VIAPRO SMBUS DRIVER
4447P: Jean Delvare
4448M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004449L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004450S: Maintained
4451
Francois Romieu01f20732007-01-26 00:57:17 -08004452VIA VELOCITY NETWORK DRIVER
4453P: Francois Romieu
4454M: romieu@fr.zoreil.com
4455L: netdev@vger.kernel.org
4456S: Maintained
4457
Linus Torvalds1da177e2005-04-16 15:20:36 -07004458VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004459P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004460M: mchehab@infradead.org
4461M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004462L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004463W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004464T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004465S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004466
Patrick McHardybe7f8272007-10-23 20:26:36 -07004467VLAN (802.1Q)
4468P: Patrick McHardy
4469M: kaber@trash.net
4470L: netdev@vger.kernel.org
4471S: Maintained
4472
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004473VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4474P: Liam Girdwood
4475M: lg@opensource.wolfsonmicro.com
4476P: Mark Brown
4477M: broonie@opensource.wolfsonmicro.com
4478W: http://opensource.wolfsonmicro.com/node/15
4479T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4480S: Supported
4481
Juerg Haefligerab413192006-09-24 20:54:04 +02004482VT1211 HARDWARE MONITOR DRIVER
4483P: Juerg Haefliger
4484M: juergh@gmail.com
4485L: lm-sensors@lm-sensors.org
4486S: Maintained
4487
Roger Lucas1de9e372005-11-26 20:20:05 +01004488VT8231 HARDWARE MONITOR DRIVER
4489P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004490M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004491L: lm-sensors@lm-sensors.org
4492S: Maintained
4493
Linus Torvalds1da177e2005-04-16 15:20:36 -07004494W1 DALLAS'S 1-WIRE BUS
4495P: Evgeniy Polyakov
4496M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004497S: Maintained
4498
Charles Spirakis13927072006-07-05 18:05:15 +02004499W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004500P: Marc Hulsman
4501M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004502L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004503S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004504
Rudolf Marek61db0112006-12-12 18:18:30 +01004505W83793 HARDWARE MONITORING DRIVER
4506P: Rudolf Marek
4507M: r.marek@assembler.cz
4508L: lm-sensors@lm-sensors.org
4509S: Maintained
4510
Linus Torvalds1da177e2005-04-16 15:20:36 -07004511W83L51xD SD/MMC CARD INTERFACE DRIVER
4512P: Pierre Ossman
4513M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004514L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004515S: Maintained
4516
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004517WATCHDOG DEVICE DRIVERS
4518P: Wim Van Sebroeck
4519M: wim@iguana.be
4520T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4521S: Maintained
4522
Linus Torvalds1da177e2005-04-16 15:20:36 -07004523WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4524P: Jean Tourrilhes
4525M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004526L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004527W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4528S: Maintained
4529
4530WD7000 SCSI DRIVER
4531P: Miroslav Zagorac
4532M: zaga@fly.cc.fer.hr
4533L: linux-scsi@vger.kernel.org
4534S: Maintained
4535
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004536WISTRON LAPTOP BUTTON DRIVER
4537P: Miloslav Trmac
4538M: mitr@volny.cz
4539S: Maintained
4540
Linus Torvalds1da177e2005-04-16 15:20:36 -07004541WL3501 WIRELESS PCMCIA CARD DRIVER
4542P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004543M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004544L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004545W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004546S: Maintained
4547
Mark Brownfebf1df2008-04-02 00:51:09 -04004548WM97XX TOUCHSCREEN DRIVERS
4549P: Mark Brown
4550M: broonie@opensource.wolfsonmicro.com
4551P: Liam Girdwood
4552M: liam.girdwood@wolfsonmicro.com
4553L: linux-input@vger.kernel.org
4554T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4555W: http://opensource.wolfsonmicro.com/node/7
4556S: Supported
4557
Linus Torvalds1da177e2005-04-16 15:20:36 -07004558X.25 NETWORK LAYER
4559P: Henner Eisen
4560M: eis@baty.hanse.de
4561L: linux-x25@vger.kernel.org
4562S: Maintained
4563
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004564XEN HYPERVISOR INTERFACE
4565P: Jeremy Fitzhardinge
4566M: jeremy@xensource.com
4567P: Chris Wright
4568M: chrisw@sous-sol.org
4569L: virtualization@lists.osdl.org
4570L: xen-devel@lists.xensource.com
4571S: Supported
4572
Linus Torvalds1da177e2005-04-16 15:20:36 -07004573XFS FILESYSTEM
4574P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004575P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004576M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004577L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004578W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004579T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004580S: Supported
4581
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004582XILINX SYSTEMACE DRIVER
4583P: Grant Likely
4584M: grant.likely@secretlab.ca
4585W: http://www.secretlab.ca/
4586L: linux-kernel@vger.kernel.org
4587S: Maintained
4588
Peter Korsgaard238b8722006-12-06 20:35:17 -08004589XILINX UARTLITE SERIAL DRIVER
4590P: Peter Korsgaard
4591M: jacmet@sunsite.dk
4592L: linux-serial@vger.kernel.org
4593S: Maintained
4594
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004595X86 ARCHITECTURE (32-BIT AND 64-BIT)
4596P: Thomas Gleixner
4597M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004598P: Ingo Molnar
4599M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004600P: H. Peter Anvin
4601M: hpa@zytor.com
4602L: linux-kernel@vger.kernel.org
4603T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004604S: Maintained
4605
Linus Torvalds1da177e2005-04-16 15:20:36 -07004606YAM DRIVER FOR AX.25
4607P: Jean-Paul Roubelat
4608M: jpr@f6fbb.org
4609L: linux-hams@vger.kernel.org
4610S: Maintained
4611
Henkaf64a5e2005-10-12 15:02:56 +02004612YEALINK PHONE DRIVER
4613P: Henk Vergonet
4614M: Henk.Vergonet@gmail.com
4615L: usbb2k-api-dev@nongnu.org
4616S: Maintained
4617
Linus Torvalds1da177e2005-04-16 15:20:36 -07004618Z8530 DRIVER FOR AX.25
4619P: Joerg Reuter
4620M: jreuter@yaina.de
4621W: http://yaina.de/jreuter/
4622W: http://www.qsl.net/dl1bke/
4623L: linux-hams@vger.kernel.org
4624S: Maintained
4625
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004626ZD1211RW WIRELESS DRIVER
4627P: Daniel Drake
4628M: dsd@gentoo.org
4629P: Ulrich Kunitz
4630M: kune@deine-taler.de
4631W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004632L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004633L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4634S: Maintained
4635
Linus Torvalds1da177e2005-04-16 15:20:36 -07004636ZR36067 VIDEO FOR LINUX DRIVER
4637P: Ronald Bultje
4638M: rbultje@ronald.bitfreak.net
4639L: mjpeg-users@lists.sourceforge.net
4640W: http://mjpeg.sourceforge.net/driver-zoran/
4641S: Maintained
4642
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004643ZS DECSTATION Z85C30 SERIAL DRIVER
4644P: Maciej W. Rozycki
4645M: macro@linux-mips.org
4646S: Maintained
4647
Linus Torvalds1da177e2005-04-16 15:20:36 -07004648THE REST
4649P: Linus Torvalds
4650S: Buried alive in reporters