blob: 0a613cb926c613e373138efd884e8fadd18f0382 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
Andy Whitcroft0a920b52007-06-01 00:46:48 -070033 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
42
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
45
Alan Coxc9ee1332006-05-20 15:00:12 -070046 PLEASE remember that submissions must be made under the terms
Randy Dunlap45003712007-08-30 23:56:37 -070047 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
Alan Coxc9ee1332006-05-20 15:00:12 -070051
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
54 not you.
55
Alan Coxc9ee1332006-05-20 15:00:12 -0700567. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
58 does not respond.
59
608. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070061
Antoine Jacquetb7eee612007-04-27 12:30:59 -030062 -----------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -070063
64Maintainers List (try to look for most precise areas first)
65
66Note: For the hard of thinking, this list is meant to remain in alphabetical
67order. If you could add yourselves to it in alphabetical order that would be
68so much easier [Ed]
69
70P: Person
71M: Mail patches to
72L: Mailing list that is relevant to this area
73W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080074T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070075S: Status, one of the following:
76
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
85 should be using that.
86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873C505 NETWORK DRIVER
88P: Philip Blundell
89M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070090L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070091S: Maintained
92
Steffen Klasserta6d89912007-08-10 14:05:27 -0700933C59X NETWORK DRIVER
94P: Steffen Klassert
95M: klassert@mathematik.tu-chemnitz.de
96L: netdev@vger.kernel.org
97S: Maintained
98
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993CR990 NETWORK DRIVER
100P: David Dillow
101M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700102L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700103S: Maintained
104
1053W-XXXX ATA-RAID CONTROLLER DRIVER
106P: Adam Radford
107M: linuxraid@amcc.com
108L: linux-scsi@vger.kernel.org
109W: http://www.amcc.com
110S: Supported
111
1123W-9XXX SATA-RAID CONTROLLER DRIVER
113P: Adam Radford
114M: linuxraid@amcc.com
115L: linux-scsi@vger.kernel.org
116W: http://www.amcc.com
117S: Supported
118
11953C700 AND 53C700-66 SCSI DRIVER
120P: James E.J. Bottomley
121M: James.Bottomley@HansenPartnership.com
122L: linux-scsi@vger.kernel.org
123S: Maintained
124
1256PACK NETWORK DRIVER FOR AX.25
126P: Andreas Koensgen
127M: ajk@iehk.rwth-aachen.de
128L: linux-hams@vger.kernel.org
129S: Maintained
130
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318169 10/100/1000 GIGABIT ETHERNET DRIVER
132P: Francois Romieu
133M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700134L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135S: Maintained
136
1378250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700138L: linux-serial@vger.kernel.org
139W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100140S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141
1428390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
143P: Paul Gortmaker
144M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700145L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146S: Maintained
147
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001489P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100149P: Eric Van Hensbergen
150M: ericvh@gmail.com
151P: Ron Minnich
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500152M: rminnich@sandia.gov
Jim Cromiece00f852006-11-30 04:49:44 +0100153P: Latchesar Ionkov
154M: lucho@ionkov.net
155L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500156W: http://swik.net/v9fs
Jim Cromiece00f852006-11-30 04:49:44 +0100157T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
158S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800159
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160A2232 SERIAL BOARD DRIVER
161P: Enver Haase
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162M: A2232@gmx.net
163L: linux-m68k@lists.linux-m68k.org
164S: Maintained
165
David Howellsfac533c2008-03-28 14:15:54 -0700166AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
167P: David Howells
168M: dhowells@redhat.com
169L: linux-afs@lists.infradead.org
170S: Supported
171
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172AIO
173P: Benjamin LaHaise
174M: bcrl@kvack.org
175L: linux-aio@kvack.org
176S: Supported
177
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700178ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200179P: Hans de Goede
180M: j.w.r.degoede@hhs.nl
181L: lm-sensors@lm-sensors.org
182S: Maintained
183
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700184ABIT UGURU 3 HARDWARE MONITOR DRIVER
185P: Alistair John Strachan
186M: alistair@devzero.co.uk
187L: lm-sensors@lm-sensors.org
188S: Maintained
189
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190ACENIC DRIVER
191P: Jes Sorensen
192M: jes@trained-monkey.org
193L: linux-acenic@sunsite.dk
194S: Maintained
195
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700196IPS SCSI RAID DRIVER
197P: Adaptec OEM Raid Solutions
198M: aacraid@adaptec.com
199L: linux-scsi@vger.kernel.org
200W: http://www.adaptec.com/
201S: Maintained
202
203DPT_I2O SCSI RAID DRIVER
204P: Adaptec OEM Raid Solutions
205M: aacraid@adaptec.com
206L: linux-scsi@vger.kernel.org
207W: http://www.adaptec.com/
208S: Maintained
209
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210AACRAID SCSI RAID DRIVER
211P: Adaptec OEM Raid Solutions
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700212M: aacraid@adaptec.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213L: linux-scsi@vger.kernel.org
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700214W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215S: Supported
216
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000217ACER WMI LAPTOP EXTRAS
218P: Carlos Corbacho
219M: carlos@strangeworlds.co.uk
220L: aceracpi@googlegroups.com (subscribers-only)
221W: http://code.google.com/p/aceracpi
222S: Maintained
223
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224ACPI
Andi Kleen54cd3142008-09-04 13:30:07 +0200225P: Len Brown
Len Brown8b59a452007-01-08 19:03:28 -0500226M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500227L: linux-acpi@vger.kernel.org
Len Brown38e09d82007-10-25 17:55:59 -0400228W: http://www.lesswatts.org/projects/acpi/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800229T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500230S: Supported
231
232ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400233P: Alexey Starikovskiy
234M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500235L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300236W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500237S: Supported
238
239ACPI EC DRIVER
240P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400241M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500242L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300243W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500244S: Supported
245
246ACPI FAN DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400247P: Zhang Rui
248M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500249L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300250W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500251S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700252
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700253ACPI PCI HOTPLUG DRIVER
254P: Kristen Carlson Accardi
255M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -0700256L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -0500257S: Supported
258
259ACPI THERMAL DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400260P: Zhang Rui
261M: rui.zhang@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500262L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300263W: http://www.lesswatts.org/projects/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500264S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700265
Len Brown359acec2007-02-10 01:59:24 -0500266ACPI VIDEO DRIVER
Len Brown65573ee2008-06-27 11:22:46 -0400267P: Zhang Rui
Len Brown38e09d82007-10-25 17:55:59 -0400268M: rui.zhang@intel.com
Len Brown359acec2007-02-10 01:59:24 -0500269L: linux-acpi@vger.kernel.org
Adrian Bunk0638bc82008-05-20 01:08:23 +0300270W: http://www.lesswatts.org/projects/acpi/
Len Brown359acec2007-02-10 01:59:24 -0500271S: Supported
272
Carlos Corbachobff431e2008-02-05 02:17:04 +0000273ACPI WMI DRIVER
274P: Carlos Corbacho
275M: carlos@strangeworlds.co.uk
276L: linux-acpi@vger.kernel.org
277W: http://www.lesswatts.org/projects/acpi/
278S: Maintained
279
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100280AD1889 ALSA SOUND DRIVER
281P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -0400282M: kyle@mcmartin.ca
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100283P: Thibaut Varene
284M: T-Bone@parisc-linux.org
285W: http://wiki.parisc-linux.org/AD1889
286L: linux-parisc@vger.kernel.org
287S: Maintained
288
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289ADM1025 HARDWARE MONITOR DRIVER
290P: Jean Delvare
291M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200292L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700293S: Maintained
294
Corentin Labbecae2caa2007-02-14 21:15:04 +0100295ADM1029 HARDWARE MONITOR DRIVER
296P: Corentin Labbe
297M: corentin.labbe@geomatys.fr
298L: lm-sensors@lm-sensors.org
299S: Maintained
300
Michael Wucc0b88c2007-08-31 01:15:25 -0400301ADM8211 WIRELESS DRIVER
302P: Michael Wu
303M: flamingice@sourmilk.net
304L: linux-wireless@vger.kernel.org
305W: http://linuxwireless.org/
306T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
307S: Maintained
308
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309ADT746X FAN DRIVER
310P: Colin Leroy
311M: colin@colino.net
312S: Maintained
313
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400314ADVANSYS SCSI DRIVER
315P: Matthew Wilcox
316M: matthew@wil.cx
317L: linux-scsi@vger.kernel.org
318S: Maintained
319
Linus Torvalds1da177e2005-04-16 15:20:36 -0700320AEDSP16 DRIVER
321P: Riccardo Facchetti
322M: fizban@tin.it
323S: Maintained
324
325AFFS FILE SYSTEM
326P: Roman Zippel
327M: zippel@linux-m68k.org
328S: Maintained
329
330AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400331P: David Airlie
332M: airlied@linux.ie
333T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700334S: Maintained
335
336AHA152X SCSI DRIVER
337P: Juergen E. Fischer
338M: Juergen Fischer <fischer@norbit.de>
339L: linux-scsi@vger.kernel.org
340S: Maintained
341
Hannes Reinecke64624d42007-10-19 10:32:29 +0200342AIC7XXX / AIC79XX SCSI DRIVER
343P: Hannes Reinecke
344M: hare@suse.de
345L: linux-scsi@vger.kernel.org
346S: Maintained
347
Linus Torvalds1da177e2005-04-16 15:20:36 -0700348ALCATEL SPEEDTOUCH USB DRIVER
349P: Duncan Sands
350M: duncan.sands@free.fr
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700351L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352W: http://www.linux-usb.org/SpeedTouch/
353S: Maintained
354
Pierre Ossman272f1332007-05-14 21:25:26 +0200355ALCHEMY AU1XX0 MMC DRIVER
Manuel Lauss08fcb722008-06-09 08:40:35 +0200356P: Manuel Lauss
357M: manuel.lauss@gmail.com
358S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200359
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000360ALI1563 I2C DRIVER
361P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100362M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200363L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000364S: Maintained
365
Linus Torvalds1da177e2005-04-16 15:20:36 -0700366ALPHA PORT
367P: Richard Henderson
368M: rth@twiddle.net
369S: Odd Fixes for 2.4; Maintained for 2.6.
370P: Ivan Kokshaysky
371M: ink@jurassic.park.msu.ru
372S: Maintained for 2.4; PCI support for 2.6.
373
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700374AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
375P: Thomas Dahlmann
376M: thomas.dahlmann@amd.com
Jordan Crouse67d76712008-05-12 14:02:22 -0700377L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700378S: Supported
379
Jordan Crousef90b8112006-01-06 00:12:14 -0800380AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100381P: Jordan Crouse
Jordan Crouse67d76712008-05-12 14:02:22 -0700382L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Jordan Crousef90b8112006-01-06 00:12:14 -0800383W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
384S: Supported
385
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200386AMD IOMMU (AMD-VI)
387P: Joerg Roedel
388M: joerg.roedel@amd.com
389L: iommu@lists.linux-foundation.org
390S: Supported
391
Stelian Pop284f42b2006-12-12 18:18:31 +0100392AMS (Apple Motion Sensor) DRIVER
393P: Stelian Pop
394M: stelian@popies.net
395P: Michael Hanselmann
396M: linux-kernel@hansmi.ch
397S: Supported
398
Tom Tuckerf94b5332006-09-22 15:22:48 -0700399AMSO1100 RNIC DRIVER
400P: Tom Tucker
401M: tom@opengridcomputing.com
402P: Steve Wise
403M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700404L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700405S: Maintained
406
Johannes Berg42269062006-07-25 16:15:50 +0200407AOA (Apple Onboard Audio) ALSA DRIVER
408P: Johannes Berg
409M: johannes@sipsolutions.net
410L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200411L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200412S: Maintained
413
Linus Torvalds1da177e2005-04-16 15:20:36 -0700414APM DRIVER
415P: Stephen Rothwell
416M: sfr@canb.auug.org.au
417L: linux-laptop@vger.kernel.org
418W: http://www.canb.auug.org.au/~sfr/
419S: Supported
420
Henrik Rydbergbd7aa4b2008-09-02 14:35:43 -0700421APPLE BCM5974 MULTITOUCH DRIVER
422P: Henrik Rydberg
423M: rydberg@euromail.se
424L: linux-input@vger.kernel.org
425S: Maintained
426
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700427APPLE SMC DRIVER
428P: Nicolas Boichat
429M: nicolas@boichat.ch
430L: mactel-linux-devel@lists.sourceforge.net
431S: Maintained
432
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433APPLETALK NETWORK LAYER
434P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300435M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700436S: Maintained
437
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400438APPLETOUCH TOUCHPAD DRIVER
439P: Johannes Berg
440M: johannes@sipsolutions.net
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -0400441L: linux-input@vger.kernel.org
Johannes Bergeb9ebe62007-10-27 23:42:45 -0400442S: Maintained
443
Jaya Kumar1154ea72005-06-21 17:17:04 -0700444ARC FRAMEBUFFER DRIVER
445P: Jaya Kumar
446M: jayalk@intworks.biz
447S: Maintained
448
Linus Torvalds1da177e2005-04-16 15:20:36 -0700449ARM MFM AND FLOPPY DRIVERS
450P: Ian Molton
451M: spyro@f2s.com
452S: Maintained
453
Russell King2761f5c2007-05-24 06:56:08 +0200454ARM PRIMECELL MMCI PL180/1 DRIVER
Pierre Ossman6d799472008-07-22 14:36:57 +0200455S: Orphan
Russell King2761f5c2007-05-24 06:56:08 +0200456
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800457ARM/ADI ROADRUNNER MACHINE SUPPORT
458P: Lennert Buytenhek
459M: kernel@wantstofly.org
460L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
461S: Maintained
462
463ARM/ADS SPHERE MACHINE SUPPORT
464P: Lennert Buytenhek
465M: kernel@wantstofly.org
466L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
467S: Maintained
468
469ARM/AJECO 1ARM MACHINE SUPPORT
470P: Lennert Buytenhek
471M: kernel@wantstofly.org
472L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
473S: Maintained
474
Andrew Victord4a89c72006-12-04 13:56:21 +0100475ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
476P: Andrew Victor
Andrew Victorc5215f32008-03-12 21:29:09 +0100477M: linux@maxim.org.za
Andrew Victord4a89c72006-12-04 13:56:21 +0100478L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
479W: http://maxim.org.za/at91_26.html
480S: Maintained
481
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800482ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
483P: Lennert Buytenhek
484M: kernel@wantstofly.org
485L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
486S: Maintained
487
488ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
489P: Lennert Buytenhek
490M: kernel@wantstofly.org
491L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
492S: Maintained
493
Russell Kinga9da4f72008-07-12 21:42:04 +0100494ARM/COMPULAB CM-X270/EM-X270 MACHINE SUPPORT
495P: Mike Rapoport
496M: mike@compulab.co.il
497L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
498S: Maintained
499
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500ARM/CORGI MACHINE SUPPORT
501P: Richard Purdie
502M: rpurdie@rpsys.net
503S: Maintained
504
Russell Kinga9da4f72008-07-12 21:42:04 +0100505ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
506P: Daniel Ribeiro
507M: drwyrm@gmail.com
508P: Stefan Schmidt
509M: stefan@openezx.org
510P: Harald Welte
511M: laforge@openezx.org
512L: openezx-devel@lists.openezx.org (subscribers-only)
513W: http://www.openezx.org/
514S: Maintained
515
Sascha Hauer86183a52008-07-24 23:50:35 +0200516ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
517P: Sascha Hauer
518M: kernel@pengutronix.de
519L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
520S: Maintained
521
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800522ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
523P: Lennert Buytenhek
524M: kernel@wantstofly.org
525L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
526S: Maintained
527
Jaya Kumar90b8fc32008-03-15 05:11:07 +0100528ARM/GUMSTIX MACHINE SUPPORT
529P: Steve Sakoman
530M: sakoman@gmail.com
531L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
532S: Maintained
533
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100534ARM/HP JORNADA 7XX MACHINE SUPPORT
535P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100536M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100537W: www.jlime.com
538S: Maintained
539
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800540ARM/INTEL IOP32X ARM ARCHITECTURE
541P: Lennert Buytenhek
542M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100543P: Dan Williams
544M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800545L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100546S: Supported
547
548ARM/INTEL IOP33X ARM ARCHITECTURE
549P: Dan Williams
550M: dan.j.williams@intel.com
551L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
552S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800553
554ARM/INTEL IOP13XX ARM ARCHITECTURE
555P: Lennert Buytenhek
556M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100557P: Dan Williams
558M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800559L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100560S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800561
562ARM/INTEL IQ81342EX MACHINE SUPPORT
563P: Lennert Buytenhek
564M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100565P: Dan Williams
566M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800567L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100568S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800569
570ARM/INTEL IXP2000 ARM ARCHITECTURE
571P: Lennert Buytenhek
572M: kernel@wantstofly.org
573L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
574S: Maintained
575
576ARM/INTEL IXDP2850 MACHINE SUPPORT
577P: Lennert Buytenhek
578M: kernel@wantstofly.org
579L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
580S: Maintained
581
582ARM/INTEL IXP23XX ARM ARCHITECTURE
583P: Lennert Buytenhek
584M: kernel@wantstofly.org
585L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
586S: Maintained
587
588ARM/INTEL XSC3 (MANZANO) ARM CORE
589P: Lennert Buytenhek
590M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100591P: Dan Williams
592M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800593L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100594S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800595
596ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
597P: Lennert Buytenhek
598M: kernel@wantstofly.org
599L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
600S: Maintained
601
602ARM/LOGICPD PXA270 MACHINE SUPPORT
603P: Lennert Buytenhek
604M: kernel@wantstofly.org
605L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
606S: Maintained
607
Philipp Zabel3b8861712008-07-09 21:27:15 +0100608ARM/MAGICIAN MACHINE SUPPORT
609P: Philipp Zabel
610M: philipp.zabel@gmail.com
611S: Maintained
612
Dirk Opfer8459c152005-11-06 14:27:52 +0000613ARM/TOSA MACHINE SUPPORT
Dmitry Baryshkov93887042008-07-07 10:50:06 +0100614P: Dmitry Baryshkov
615M: dbaryshkov@gmail.com
Dirk Opfer8459c152005-11-06 14:27:52 +0000616P: Dirk Opfer
617M: dirk@opfer-online.de
618S: Maintained
619
Marek Vašutb5e4ad52008-07-07 17:25:46 +0100620ARM/PALMTX SUPPORT
621P: Marek Vasut
622M: marek.vasut@gmail.com
623W: http://hackndev.com
624S: Maintained
625
Linus Torvalds1da177e2005-04-16 15:20:36 -0700626ARM/PLEB SUPPORT
627P: Peter Chubb
628M: pleb@gelato.unsw.edu.au
629W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
630S: Maintained
631
632ARM/PT DIGITAL BOARD PORT
633P: Stefan Eletzhofer
634M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700635L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700636W: http://www.arm.linux.org.uk/
637S: Maintained
638
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800639ARM/RADISYS ENP2611 MACHINE SUPPORT
640P: Lennert Buytenhek
641M: kernel@wantstofly.org
642L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
643S: Maintained
644
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645ARM/SHARK MACHINE SUPPORT
646P: Alexander Schulz
647M: alex@shark-linux.de
648W: http://www.shark-linux.de/shark.html
649S: Maintained
650
651ARM/STRONGARM110 PORT
652P: Russell King
653M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700654L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700655W: http://www.arm.linux.org.uk/
656S: Maintained
657
658ARM/S3C2410 ARM ARCHITECTURE
659P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800660M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700661L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662W: http://www.fluff.org/ben/linux/
663S: Maintained
664
665ARM/S3C2440 ARM ARCHITECTURE
666P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800667M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700668L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700669W: http://www.fluff.org/ben/linux/
670S: Maintained
671
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800672ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
673P: Lennert Buytenhek
674M: kernel@wantstofly.org
675L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
676S: Maintained
677
678ARM/THECUS N2100 MACHINE SUPPORT
679P: Lennert Buytenhek
680M: kernel@wantstofly.org
681L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
682S: Maintained
683
Linus Torvalds1da177e2005-04-16 15:20:36 -0700684ARPD SUPPORT
685P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700686L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700687S: Maintained
688
689ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500690P: Corentin Chary
691M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700692P: Karol Kozimor
693M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700694L: acpi4asus-user@lists.sourceforge.net
695W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500696W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700697S: Maintained
698
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400699ASUS ASB100 HARDWARE MONITOR DRIVER
700P: Mark M. Hoffman
701M: mhoffman@lightlink.com
702L: lm-sensors@lm-sensors.org
703S: Maintained
704
Corentin Chary85091b72007-01-26 14:04:30 +0100705ASUS LAPTOP EXTRAS DRIVER
706P: Corentin Chary
707M: corentincj@iksaif.net
708L: acpi4asus-user@lists.sourceforge.net
709W: http://sourceforge.net/projects/acpi4asus
710W: http://xf.iksaif.net/acpi4asus
711S: Maintained
712
Dan Williamsb3e5f262007-08-07 10:26:35 -0700713ASYNCHRONOUS TRANSFERS/TRANSFORMS API
714P: Dan Williams
715M: dan.j.williams@intel.com
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +0100716P: Maciej Sosnowski
717M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -0700718L: linux-kernel@vger.kernel.org
719W: http://sourceforge.net/projects/xscaleiop
720S: Supported
721
Linus Torvalds1da177e2005-04-16 15:20:36 -0700722ATA OVER ETHERNET DRIVER
723P: Ed L. Cashin
724M: ecashin@coraid.com
725W: http://www.coraid.com/support/linux
726S: Supported
727
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200728ATHEROS ATH5K WIRELESS DRIVER
729P: Jiri Slaby
730M: jirislaby@gmail.com
731P: Nick Kossifidis
732M: mickflemm@gmail.com
733P: Luis R. Rodriguez
734M: mcgrof@gmail.com
735L: linux-wireless@vger.kernel.org
736L: ath5k-devel@lists.ath5k.org
737S: Maintained
738
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700739ATHEROS ATH9K WIRELESS DRIVER
740P: Luis R. Rodriguez
741M: lrodriguez@atheros.com
742P: Jouni Malinen
743M: jmalinen@atheros.com
744L: linux-wireless@vger.kernel.org
745L: ath9k-devel@lists.ath9k.org
746S: Supported
747
Ville Syrjala6f69a6d2008-04-21 22:21:10 +0000748ATI_REMOTE2 DRIVER
749P: Ville Syrjala
750M: syrjala@sci.fi
751S: Maintained
752
Chris Snook7ae115b2008-09-09 03:26:57 -0400753ATLX ETHERNET DRIVERS
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600754P: Jay Cliburn
755M: jcliburn@gmail.com
756P: Chris Snook
757M: csnook@redhat.com
Chris Snook7ae115b2008-09-09 03:26:57 -0400758P: Jie Yang
759M: jie.yang@atheros.com
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600760L: atl1-devel@lists.sourceforge.net
761W: http://sourceforge.net/projects/atl1
762W: http://atl1.sourceforge.net
763S: Maintained
764
Linus Torvalds1da177e2005-04-16 15:20:36 -0700765ATM
766P: Chas Williams
767M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700768L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700769W: http://linux-atm.sourceforge.net
770S: Maintained
771
Pierre Ossman272f1332007-05-14 21:25:26 +0200772ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200773P: Nicolas Ferre
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800774M: nicolas.ferre@atmel.com
Pierre Ossman81764fa2007-07-15 18:47:38 +0200775L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
776W: http://www.atmel.com/products/AT91/
777W: http://www.at91.com/
778S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200779
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -0800780ATMEL AT91 / AT32 SERIAL DRIVER
781P: Haavard Skinnemoen
782M: hskinnemoen@atmel.com
783L: linux-kernel@vger.kernel.org
784S: Supported
785
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800786ATMEL LCDFB DRIVER
787P: Nicolas Ferre
788M: nicolas.ferre@atmel.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -0800789L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -0800790S: Maintained
791
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100792ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100793P: Haavard Skinnemoen
794M: hskinnemoen@atmel.com
795S: Supported
796
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800797ATMEL SPI DRIVER
798P: Haavard Skinnemoen
799M: hskinnemoen@atmel.com
800S: Supported
801
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -0700802ATMEL USBA UDC DRIVER
803P: Haavard Skinnemoen
804M: hskinnemoen@atmel.com
805L: kernel@avr32linux.org
806W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
807S: Supported
808
Linus Torvalds1da177e2005-04-16 15:20:36 -0700809ATMEL WIRELESS DRIVER
810P: Simon Kelley
811M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700812L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700813W: http://www.thekelleys.org.uk/atmel
814W: http://atmelwlandriver.sourceforge.net/
815S: Maintained
816
Chris Wrighta92b7b82005-07-07 18:12:23 -0700817AUDIT SUBSYSTEM
Eric Paris0ef19702008-04-18 10:47:32 -0400818P: Al Viro
819M: viro@zeniv.linux.org.uk
820P: Eric Paris
821M: eparis@redhat.com
Gabriel Cb9a06202007-08-10 13:00:56 -0700822L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100823W: http://people.redhat.com/sgrubb/audit/
Eric Paris0ef19702008-04-18 10:47:32 -0400824T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700825S: Maintained
826
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800827AUXILIARY DISPLAY DRIVERS
828P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -0700829M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800830L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -0700831W: http://miguelojeda.es/auxdisplay.htm
832W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800833S: Maintained
834
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700835AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700836P: Haavard Skinnemoen
837M: hskinnemoen@atmel.com
838W: http://www.atmel.com/products/AVR32/
839W: http://avr32linux.org/
840W: http://avrfreaks.net/
841S: Supported
842
843AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700844P: Haavard Skinnemoen
845M: hskinnemoen@atmel.com
846S: Supported
847
Linus Torvalds1da177e2005-04-16 15:20:36 -0700848AX.25 NETWORK LAYER
849P: Ralf Baechle
850M: ralf@linux-mips.org
851L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200852W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700853S: Maintained
854
Richard Purdie300abeb2007-02-07 22:21:07 +0000855BACKLIGHT CLASS/SUBSYSTEM
856P: Richard Purdie
857M: rpurdie@rpsys.net
858S: Maintained
859
Bryan Wu1394f032007-05-06 14:50:22 -0700860BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800861P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800862M: cooloney@kernel.org
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800863L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
864W: http://blackfin.uclinux.org
865S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700866
Bryan Wue190d6b2007-07-17 14:43:44 +0800867BLACKFIN EMAC DRIVER
868P: Bryan Wu
Bryan Wu7dd06cd2008-02-21 16:18:43 +0800869M: cooloney@kernel.org
Bryan Wue190d6b2007-07-17 14:43:44 +0800870L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
871W: http://blackfin.uclinux.org
872S: Supported
873
Mike Frysinger566da5b2007-06-11 15:31:30 +0800874BLACKFIN RTC DRIVER
875P: Mike Frysinger
Mike Frysinger566da5b2007-06-11 15:31:30 +0800876M: vapier.adi@gmail.com
877L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
878W: http://blackfin.uclinux.org
879S: Supported
880
Bryan Wu1394f032007-05-06 14:50:22 -0700881BLACKFIN SERIAL DRIVER
Mike Frysinger9c5e7102007-11-17 23:19:44 +0800882P: Sonic Zhang
883M: sonic.zhang@analog.com
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800884L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
885W: http://blackfin.uclinux.org
886S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700887
Bryan Wu1e6d3202007-07-15 02:50:02 +0800888BLACKFIN WATCHDOG DRIVER
889P: Mike Frysinger
Bryan Wu1e6d3202007-07-15 02:50:02 +0800890M: vapier.adi@gmail.com
891L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
892W: http://blackfin.uclinux.org
893S: Supported
894
Linus Torvalds1da177e2005-04-16 15:20:36 -0700895BAYCOM/HDLCDRV DRIVERS FOR AX.25
896P: Thomas Sailer
897M: t.sailer@alumni.ethz.ch
898L: linux-hams@vger.kernel.org
899W: http://www.baycom.org/~tom/ham/ham.html
900S: Maintained
901
Michael Buesche4d6b792007-09-18 15:39:42 -0400902B43 WIRELESS DRIVER
903P: Michael Buesch
904M: mb@bu3sch.de
905P: Stefano Brivio
Stefano Brivio2817ef12007-11-06 22:48:56 +0100906M: stefano.brivio@polimi.it
Michael Buesche4d6b792007-09-18 15:39:42 -0400907L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100908W: http://linuxwireless.org/en/users/Drivers/b43
Michael Buesche4d6b792007-09-18 15:39:42 -0400909S: Maintained
910
Larry Finger75388ac2007-09-25 16:46:54 -0700911B43LEGACY WIRELESS DRIVER
912P: Larry Finger
913M: Larry.Finger@lwfinger.net
Stefano Brivio2817ef12007-11-06 22:48:56 +0100914P: Stefano Brivio
915M: stefano.brivio@polimi.it
Larry Finger75388ac2007-09-25 16:46:54 -0700916L: linux-wireless@vger.kernel.org
Stefano Brivio2817ef12007-11-06 22:48:56 +0100917W: http://linuxwireless.org/en/users/Drivers/b43
Larry Finger75388ac2007-09-25 16:46:54 -0700918S: Maintained
919
Linus Torvalds1da177e2005-04-16 15:20:36 -0700920BEFS FILE SYSTEM
921P: Sergey S. Kostyliov
922M: rathamahata@php4.ru
923L: linux-kernel@vger.kernel.org
924S: Maintained
925
Linus Torvalds1da177e2005-04-16 15:20:36 -0700926BFS FILE SYSTEM
927P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800928M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700929L: linux-kernel@vger.kernel.org
930S: Maintained
931
Bryan Wud24ecfc2007-05-01 23:26:32 +0200932BLACKFIN I2C TWI DRIVER
933P: Sonic Zhang
934M: sonic.zhang@analog.com
935L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
936W: http://blackfin.uclinux.org/
937S: Supported
938
Linus Torvalds1da177e2005-04-16 15:20:36 -0700939BLOCK LAYER
940P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200941M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700942L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800943T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944S: Maintained
945
Joern Engel2b54aae2008-02-06 01:38:02 -0800946BLOCK2MTD DRIVER
947P: Joern Engel
948M: joern@lazybastard.org
949L: linux-mtd@lists.infradead.org
950S: Maintained
951
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200952BLUETOOTH DRIVERS
953P: Marcel Holtmann
954M: marcel@holtmann.org
955L: linux-bluetooth@vger.kernel.org
956W: http://www.bluez.org/
957S: Maintained
958
Linus Torvalds1da177e2005-04-16 15:20:36 -0700959BLUETOOTH SUBSYSTEM
960P: Marcel Holtmann
961M: marcel@holtmann.org
Pavel Machek781c2842008-03-20 15:41:02 -0700962L: linux-bluetooth@vger.kernel.org
Marcel Holtmann63fbd242008-08-18 13:23:53 +0200963W: http://www.bluez.org/
Josh Boyer1adc1232005-11-23 15:44:15 -0800964T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965S: Maintained
966
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100968P: Jay Vosburgh
969M: fubar@us.ibm.com
970L: bonding-devel@lists.sourceforge.net
971W: http://sourceforge.net/projects/bonding/
972S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700973
Gary Zambrano39105892006-06-22 17:26:20 -0700974BROADCOM B44 10/100 ETHERNET DRIVER
975P: Gary Zambrano
976M: zambrano@broadcom.com
977L: netdev@vger.kernel.org
978S: Supported
979
Michael Chan948c51e2006-06-04 02:51:39 -0700980BROADCOM BNX2 GIGABIT ETHERNET DRIVER
981P: Michael Chan
982M: mchan@broadcom.com
983L: netdev@vger.kernel.org
984S: Supported
985
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -0800986BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Eilon Greenstein24e3fce2008-06-12 14:30:28 -0700987P: Eilon Greenstein
988M: eilong@broadcom.com
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -0800989L: netdev@vger.kernel.org
990S: Supported
991
Michael Chan948c51e2006-06-04 02:51:39 -0700992BROADCOM TG3 GIGABIT ETHERNET DRIVER
993P: Michael Chan
994M: mchan@broadcom.com
995L: netdev@vger.kernel.org
996S: Supported
997
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200998BSG (block layer generic sg v4 driver)
999P: FUJITA Tomonori
1000M: fujita.tomonori@lab.ntt.co.jp
1001L: linux-scsi@vger.kernel.org
1002S: Supported
1003
Michael Bueschff1d5c22008-07-25 01:46:10 -07001004BT8XXGPIO DRIVER
1005P: Michael Buesch
1006M: mb@bu3sch.de
1007W: http://bu3sch.de/btgpio.php
1008S: Maintained
1009
Linus Torvalds1da177e2005-04-16 15:20:36 -07001010BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001011P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001012M: mchehab@infradead.org
1013M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001014L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001015W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001016T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07001017S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001018
Jonathan Corbet77d51402007-03-22 19:44:17 -03001019CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1020P: Jonathan Corbet
1021M: corbet@lwn.net
1022L: video4linux-list@redhat.com
1023S: Maintained
1024
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001025CAN NETWORK LAYER
1026P: Urs Thuermann
1027M: urs.thuermann@volkswagen.de
1028P: Oliver Hartkopp
1029M: oliver.hartkopp@volkswagen.de
Pavel Emelyanov220fc3f2008-04-29 03:37:41 -07001030L: socketcan-core@lists.berlios.de (subscribers-only)
Oliver Hartkoppbeca2222007-11-16 16:07:41 -08001031W: http://developer.berlios.de/projects/socketcan/
1032S: Maintained
1033
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001034CALGARY x86-64 IOMMU
1035P: Muli Ben-Yehuda
1036M: muli@il.ibm.com
1037P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +02001038M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02001039L: linux-kernel@vger.kernel.org
1040L: discuss@x86-64.org
1041S: Maintained
1042
Arnd Bergmannb8154542008-05-16 11:10:59 +02001043CELL BROADBAND ENGINE ARCHITECTURE
1044P: Arnd Bergmann
1045M: arnd@arndb.de
1046L: linuxppc-dev@ozlabs.org
1047L: cbe-oss-dev@ozlabs.org
1048W: http://www.ibm.com/developerworks/power/cell/
1049S: Supported
1050
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001051CFAG12864B LCD DRIVER
1052P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001053M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001054L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001055W: http://miguelojeda.es/auxdisplay.htm
1056W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001057S: Maintained
1058
1059CFAG12864BFB LCD FRAMEBUFFER DRIVER
1060P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07001061M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001062L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07001063W: http://miguelojeda.es/auxdisplay.htm
1064W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08001065S: Maintained
1066
Johannes Berg704232c2007-04-23 12:20:05 -07001067CFG80211 and NL80211
1068P: Johannes Berg
1069M: johannes@sipsolutions.net
1070L: linux-wireless@vger.kernel.org
1071S: Maintained
1072
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001073CHECKPATCH
1074P: Andy Whitcroft
1075M: apw@shadowen.org
1076P: Randy Dunlap
1077M: rdunlap@xenotime.net
1078P: Joel Schopp
1079M: jschopp@austin.ibm.com
1080S: Supported
1081
Linus Torvalds1da177e2005-04-16 15:20:36 -07001082COMMON INTERNET FILE SYSTEM (CIFS)
1083P: Steve French
1084M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001085L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001087W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001088T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001089S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001090
Joel Becker7063fbf2005-12-15 14:29:43 -08001091CONFIGFS
1092P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001093M: joel.becker@oracle.com
1094L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001095S: Supported
1096
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001097CIRRUS LOGIC EP93XX ETHERNET DRIVER
1098P: Lennert Buytenhek
1099M: kernel@wantstofly.org
1100L: netdev@vger.kernel.org
1101S: Maintained
1102
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001103CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1104P: Lennert Buytenhek
1105M: kernel@wantstofly.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001106L: linux-usb@vger.kernel.org
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001107S: Maintained
1108
Timur Tabid9e9d822008-04-24 08:45:26 +10001109CIRRUS LOGIC CS4270 SOUND DRIVER
1110P: Timur Tabi
1111M: timur@freescale.com
1112L: alsa-devel@alsa-project.org
1113S: Supported
1114
Linus Torvalds1da177e2005-04-16 15:20:36 -07001115CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1116P: Cirrus Logic Corporation (kernel 2.2 driver)
1117M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1118P: Nils Faerber (port to kernel 2.4)
1119M: Nils Faerber <nils@kernelconcepts.de>
1120S: Maintained
1121
1122CODA FILE SYSTEM
1123P: Jan Harkes
1124M: jaharkes@cs.cmu.edu
1125M: coda@cs.cmu.edu
1126L: codalist@coda.cs.cmu.edu
1127W: http://www.coda.cs.cmu.edu/
1128S: Maintained
1129
1130COMPACTPCI HOTPLUG CORE
1131P: Scott Murray
1132M: scottm@somanetworks.com
1133M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001134L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135S: Supported
1136
1137COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1138P: Scott Murray
1139M: scottm@somanetworks.com
1140M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001141L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001142S: Supported
1143
1144COMPACTPCI HOTPLUG GENERIC DRIVER
1145P: Scott Murray
1146M: scottm@somanetworks.com
1147M: scott@spiteful.org
Jesse Barnes64dab202008-06-10 14:20:03 -07001148L: linux-pci@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001149S: Supported
1150
Cezary Jackiewicz54115522008-06-09 16:22:22 -07001151COMPAL LAPTOP SUPPORT
1152P: Cezary Jackiewicz
1153M: cezary.jackiewicz@gmail.com
1154S: Maintained
1155
Linus Torvalds1da177e2005-04-16 15:20:36 -07001156COMPUTONE INTELLIPORT MULTIPORT CARD
1157P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001158M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001159W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001160S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001161
Simon Arlott949be0f2007-03-06 02:47:46 -08001162CONEXANT ACCESSRUNNER USB DRIVER
1163P: Simon Arlott
1164M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001165L: accessrunner-general@lists.sourceforge.net
1166W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001167S: Maintained
1168
Paul Menagefb3a0fb2008-03-04 14:28:28 -08001169CONTROL GROUPS (CGROUPS)
1170P: Paul Menage
1171M: menage@google.com
1172L: containers@lists.linux-foundation.org
1173S: Maintained
1174
Rudolf Marekbebe4672007-05-08 17:22:02 +02001175CORETEMP HARDWARE MONITORING DRIVER
1176P: Rudolf Marek
1177M: r.marek@assembler.cz
1178L: lm-sensors@lm-sensors.org
1179S: Maintained
1180
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181COSA/SRP SYNC SERIAL DRIVER
1182P: Jan "Yenya" Kasprzak
1183M: kas@fi.muni.cz
1184W: http://www.fi.muni.cz/~kas/cosa/
1185S: Maintained
1186
1187CPU FREQUENCY DRIVERS
1188P: Dave Jones
1189M: davej@codemonkey.org.uk
Dave Jonesbc5f65d2008-07-31 18:22:59 -04001190L: cpufreq@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001191W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001192T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193S: Maintained
1194
1195CPUID/MSR DRIVER
1196P: H. Peter Anvin
1197M: hpa@zytor.com
1198S: Maintained
1199
Paul Jacksoned90fb42005-09-27 21:45:37 -07001200CPUSETS
1201P: Paul Jackson
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001202P: Paul Menage
Paul Jacksoned90fb42005-09-27 21:45:37 -07001203M: pj@sgi.com
Paul Jackson6bffd7b2008-05-01 04:34:21 -07001204M: menage@google.com
Paul Jacksoned90fb42005-09-27 21:45:37 -07001205L: linux-kernel@vger.kernel.org
1206W: http://www.bullopensource.org/cpuset/
Paul Jackson551e1722008-06-12 15:21:31 -07001207W: http://oss.sgi.com/projects/cpusets/
Paul Jacksoned90fb42005-09-27 21:45:37 -07001208S: Supported
1209
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001211W: http://sourceforge.net/projects/cramfs/
1212S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213
1214CRIS PORT
1215P: Mikael Starvik
1216M: starvik@axis.com
Jesper Nilsson0b07aa62008-01-25 13:22:29 +01001217P: Jesper Nilsson
1218M: jesper.nilsson@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001219L: dev-etrax@axis.com
1220W: http://developer.axis.com
1221S: Maintained
1222
1223CRYPTO API
1224P: Herbert Xu
1225M: herbert@gondor.apana.org.au
1226P: David S. Miller
1227M: davem@davemloft.net
1228L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001229T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001230S: Maintained
1231
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001232CS5535 Audio ALSA driver
1233P: Jaya Kumar
1234M: jayakumar.alsa@gmail.com
1235S: Maintained
1236
Hans Verkuil6d8425b2008-05-05 18:25:22 -03001237CX18 VIDEO4LINUX DRIVER
1238P: Hans Verkuil, Andy Walls
1239M: hverkuil@xs4all.nl, awalls@radix.net
1240L: ivtv-devel@ivtvdriver.org
1241L: ivtv-users@ivtvdriver.org
1242L: video4linux-list@redhat.com
1243W: http://linuxtv.org
1244S: Maintained
1245
Steve Wisee5ec3782008-05-20 14:06:33 -07001246CXGB3 ETHERNET DRIVER (CXGB3)
1247P: Divy Le Ray
1248M: divy@chelsio.com
1249L: netdev@vger.kernel.org
1250W: http://www.chelsio.com
1251S: Supported
1252
1253CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1254P: Steve Wise
1255M: swise@chelsio.com
1256L: general@lists.openfabrics.org
1257W: http://www.openfabrics.org
1258S: Supported
1259
Linus Torvalds1da177e2005-04-16 15:20:36 -07001260CYBERPRO FB DRIVER
1261P: Russell King
1262M: rmk@arm.linux.org.uk
1263W: http://www.arm.linux.org.uk/
1264S: Maintained
1265
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001266CYBLAFB FRAMEBUFFER DRIVER
1267P: Knut Petersen
1268M: Knut_Petersen@t-online.de
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001269L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001270S: Maintained
1271
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272CYCLADES 2X SYNC CARD DRIVER
1273P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001274M: acme@ghostprotocols.net
1275W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001276S: Maintained
1277
1278CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001279W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001280S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281
1282CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001283W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001284S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001285
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286DAMA SLAVE for AX.25
1287P: Joerg Reuter
1288M: jreuter@yaina.de
1289W: http://yaina.de/jreuter/
1290W: http://www.qsl.net/dl1bke/
1291L: linux-hams@vger.kernel.org
1292S: Maintained
1293
1294DC395x SCSI driver
1295P: Oliver Neukum
1296M: oliver@neukum.name
1297P: Ali Akcaagac
1298M: aliakc@web.de
1299P: Jamie Lenehan
1300M: lenehan@twibble.org
1301W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001302L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001303L: http://lists.twibble.org/mailman/listinfo/dc395x/
1304S: Maintained
1305
1306DC390/AM53C974 SCSI driver
1307P: Kurt Garloff
1308M: garloff@suse.de
1309W: http://www.garloff.de/kurt/linux/dc390/
1310P: Guennadi Liakhovetski
1311M: g.liakhovetski@gmx.de
1312S: Maintained
1313
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001314DCCP PROTOCOL
1315P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001316M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001317L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001318W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001319S: Maintained
1320
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321DECnet NETWORK LAYER
Christine Caulfield8943f262008-02-14 19:31:31 -08001322P: Christine Caulfield
1323M: christine.caulfield@googlemail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001324W: http://linux-decnet.sourceforge.net
1325L: linux-decnet-user@lists.sourceforge.net
1326S: Maintained
1327
1328DEFXX FDDI NETWORK DRIVER
1329P: Maciej W. Rozycki
1330M: macro@linux-mips.org
1331S: Maintained
1332
1333DELL LAPTOP SMM DRIVER
1334P: Massimo Dal Zotto
1335M: dz@debian.org
1336W: http://www.debian.org/~dz/i8k/
1337S: Maintained
1338
Doug Warzecha90563ec2005-09-06 15:17:15 -07001339DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1340P: Doug Warzecha
1341M: Douglas_Warzecha@dell.com
1342S: Maintained
1343
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001344DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345P: Alasdair Kergon
1346L: dm-devel@redhat.com
1347W: http://sources.redhat.com/dm
1348S: Maintained
1349
1350DEVICE NUMBER REGISTRY
1351P: Torben Mathiasen
1352M: device@lanana.org
1353W: http://lanana.org/docs/device-list/index.html
1354L: linux-kernel@vger.kernel.org
1355S: Maintained
1356
Linus Torvalds1da177e2005-04-16 15:20:36 -07001357DIGI INTL. EPCA DRIVER
1358P: Digi International, Inc
1359M: Eng.Linux@digi.com
1360L: Eng.Linux@digi.com
1361W: http://www.digi.com
1362S: Orphaned
1363
Linus Torvalds1da177e2005-04-16 15:20:36 -07001364DIRECTORY NOTIFICATION
1365P: Stephen Rothwell
1366M: sfr@canb.auug.org.au
1367L: linux-kernel@vger.kernel.org
1368S: Supported
1369
1370DISK GEOMETRY AND PARTITION HANDLING
1371P: Andries Brouwer
1372M: aeb@cwi.nl
1373W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1374W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1375W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1376S: Maintained
1377
1378DISKQUOTA:
1379P: Jan Kara
1380M: jack@suse.cz
1381L: linux-kernel@vger.kernel.org
1382S: Maintained
1383
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001384DISTRIBUTED LOCK MANAGER
Christine Caulfield8943f262008-02-14 19:31:31 -08001385P: Christine Caulfield
1386M: ccaulfie@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001387P: David Teigland
1388M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001389L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001390W: http://sources.redhat.com/cluster/
David Teiglandd7c2fea2008-02-21 15:27:09 -06001391T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001392S: Supported
1393
Linus Torvalds1da177e2005-04-16 15:20:36 -07001394DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1395P: Tobias Ringstrom
1396M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001397L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001398S: Maintained
1399
Dan Williamsb3e5f262007-08-07 10:26:35 -07001400DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01001401P: Maciej Sosnowski
1402M: maciej.sosnowski@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001403P: Dan Williams
1404M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001405L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001406S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001407
Juerg Haefligerb8250372007-06-09 10:11:16 -04001408DME1737 HARDWARE MONITOR DRIVER
1409P: Juerg Haefliger
1410M: juergh@gmail.com
1411L: lm-sensors@lm-sensors.org
1412S: Maintained
1413
Martin Waitzba483d52005-06-17 13:20:59 -07001414DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001415P: Randy Dunlap
1416M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001417S: Maintained
1418
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001419DOCKING STATION DRIVER
1420P: Kristen Carlson Accardi
1421M: kristen.c.accardi@intel.com
1422L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001423S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001424
Randy Dunlapabbaeff2008-07-04 09:59:57 -07001425DOCUMENTATION (/Documentation directory)
1426P: Michael Kerrisk
1427M: mtk.manpages@gmail.com
1428P: Randy Dunlap
1429M: rdunlap@xenotime.net
1430L: linux-doc@vger.kernel.org
1431S: Maintained
1432
Linus Torvalds1da177e2005-04-16 15:20:36 -07001433DOUBLETALK DRIVER
1434P: James R. Van Zandt
1435M: jrv@vanzandt.mv.com
1436L: blinux-list@redhat.com
1437S: Maintained
1438
1439DRIVER CORE, KOBJECTS, AND SYSFS
1440P: Greg Kroah-Hartman
1441M: gregkh@suse.de
1442L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001443T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001444S: Supported
1445
1446DRM DRIVERS
1447P: David Airlie
1448M: airlied@linux.ie
1449L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001450T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001451S: Maintained
1452
1453DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001454P: Francois Romieu
1455M: romieu@fr.zoreil.com
1456L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001457S: Maintained
1458
1459DVB SUBSYSTEM AND DRIVERS
1460P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001461M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001462L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001463W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001464T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001465S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001466
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08001467DZ DECSTATION DZ11 SERIAL DRIVER
1468P: Maciej W. Rozycki
1469M: macro@linux-mips.org
1470S: Maintained
1471
Linus Torvalds1da177e2005-04-16 15:20:36 -07001472EATA-DMA SCSI DRIVER
1473P: Michael Neuffer
1474L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1475S: Maintained
1476
1477EATA ISA/EISA/PCI SCSI DRIVER
1478P: Dario Ballabio
1479M: ballabio_dario@emc.com
1480L: linux-scsi@vger.kernel.org
1481S: Maintained
1482
1483EATA-PIO SCSI DRIVER
1484P: Michael Neuffer
1485M: mike@i-Connect.Net
1486L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1487S: Maintained
1488
1489EBTABLES
1490P: Bart De Schuymer
1491M: bart.de.schuymer@pandora.be
1492L: ebtables-user@lists.sourceforge.net
1493L: ebtables-devel@lists.sourceforge.net
1494W: http://ebtables.sourceforge.net/
1495S: Maintained
1496
Michael Halcrow237fead2006-10-04 02:16:22 -07001497ECRYPT FILE SYSTEM
1498P: Mike Halcrow, Phillip Hellewell
1499M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1500L: ecryptfs-devel@lists.sourceforge.net
1501W: http://ecryptfs.sourceforge.net/
1502S: Supported
1503
Alan Coxda9bb1d2006-01-18 17:44:13 -08001504EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001505P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001506M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001507L: bluesmoke-devel@lists.sourceforge.net
1508W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001509S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001510
1511EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001512P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001513P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001514M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001515M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001516L: bluesmoke-devel@lists.sourceforge.net
1517W: bluesmoke.sourceforge.net
1518S: Maintained
1519
1520EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001521P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001522M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001523L: bluesmoke-devel@lists.sourceforge.net
1524W: bluesmoke.sourceforge.net
1525S: Maintained
1526
Douglas Thompson6bc78402007-07-19 01:50:12 -07001527EDAC-I82443BXGX
1528P: Tim Small
1529M: tim@buttersideup.com
1530L: bluesmoke-devel@lists.sourceforge.net
1531W: bluesmoke.sourceforge.net
1532S: Maintained
1533
1534EDAC-I3000
1535P: Jason Uhlenkott
1536M: juhlenko@akamai.com
1537L: bluesmoke-devel@lists.sourceforge.net
1538W: bluesmoke.sourceforge.net
1539S: Maintained
1540
1541EDAC-I5000
1542P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001543M: dougthompson@xmission.com
1544L: bluesmoke-devel@lists.sourceforge.net
1545W: bluesmoke.sourceforge.net
1546S: Maintained
1547
1548EDAC-I82975X
1549P: Ranganathan Desikan
1550P: Arvind R.
1551M: rdesikan@jetzbroadband.com
1552M: arvind@acarlab.com
1553L: bluesmoke-devel@lists.sourceforge.net
1554W: bluesmoke.sourceforge.net
1555S: Maintained
1556
1557EDAC-PASEMI
1558P: Egor Martovetsky
1559M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001560L: bluesmoke-devel@lists.sourceforge.net
1561W: bluesmoke.sourceforge.net
1562S: Maintained
1563
Dave Peterson0e438e32006-03-26 01:38:55 -08001564EDAC-R82600
1565P: Tim Small
1566M: tim@buttersideup.com
1567L: bluesmoke-devel@lists.sourceforge.net
1568W: bluesmoke.sourceforge.net
1569S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001570
Eric Coopere59f8792008-03-13 12:55:46 +01001571EEEPC LAPTOP EXTRAS DRIVER
1572P: Corentin Chary
1573M: corentincj@iksaif.net
1574L: acpi4asus-user@lists.sourceforge.net
1575W: http://sourceforge.net/projects/acpi4asus
1576S: Maintained
1577
Linus Torvalds1da177e2005-04-16 15:20:36 -07001578EEPRO100 NETWORK DRIVER
1579P: Andrey V. Savochkin
1580M: saw@saw.sw.com.sg
1581S: Maintained
1582
Josh Triplett0bee8d22006-07-30 03:03:58 -07001583EFS FILESYSTEM
1584W: http://aeschi.ch.eu.org/efs/
1585S: Orphan
1586
Heiko J Schickfab97222006-09-22 15:22:22 -07001587EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1588P: Hoang-Nam Nguyen
1589M: hnguyen@de.ibm.com
1590P: Christoph Raisch
1591M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001592L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001593S: Supported
1594
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001595EMBEDDED LINUX
1596P: Paul Gortmaker
1597M: paul.gortmaker@windriver.com
Uwe Kleine-Königa46add72008-09-09 00:11:39 +02001598P: David Woodhouse
David Woodhouse3e3a7d62008-05-01 04:34:46 -07001599M: dwmw2@infradead.org
1600L: linux-embedded@vger.kernel.org
1601S: Maintained
1602
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001603EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001604P: James Smart
1605M: james.smart@emulex.com
1606L: linux-scsi@vger.kernel.org
1607W: http://sourceforge.net/projects/lpfcxxxx
1608S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001609
Linus Torvalds1da177e2005-04-16 15:20:36 -07001610EPSON 1355 FRAMEBUFFER DRIVER
1611P: Christopher Hoover
1612M: ch@murgatroid.com, ch@hpl.hp.com
1613S: Maintained
1614
1615ETHEREXPRESS-16 NETWORK DRIVER
1616P: Philip Blundell
1617M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001618L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001619S: Maintained
1620
1621ETHERNET BRIDGE
1622P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001623M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001624L: bridge@lists.linux-foundation.org
Adrian Bunk57c511d2008-06-03 16:00:01 -07001625W: http://www.linux-foundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07001626S: Maintained
1627
1628ETHERTEAM 16I DRIVER
1629P: Mika Kuoppala
1630M: miku@iki.fi
1631S: Maintained
1632
1633EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001634L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001635S: Maintained
1636
1637EXT3 FILE SYSTEM
1638P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001639M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001640L: linux-ext4@vger.kernel.org
1641S: Maintained
1642
1643EXT4 FILE SYSTEM
1644P: Stephen Tweedie, Andrew Morton
Geert Uytterhoeven8deacee2008-07-04 10:00:01 -07001645M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001646L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001647S: Maintained
1648
Jean Delvaree53004e2006-01-09 23:26:14 +01001649F71805F HARDWARE MONITORING DRIVER
1650P: Jean Delvare
1651M: khali@linux-fr.org
1652L: lm-sensors@lm-sensors.org
1653S: Maintained
1654
Linus Torvalds1da177e2005-04-16 15:20:36 -07001655FARSYNC SYNCHRONOUS DRIVER
1656P: Kevin Curtis
1657M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001658W: http://www.farsite.co.uk/
1659S: Supported
1660
Akinobu Mitac5408b82007-04-23 14:41:20 -07001661FAULT INJECTION SUPPORT
1662P: Akinobu Mita
1663M: akinobu.mita@gmail.com
1664S: Supported
1665
Linus Torvalds1da177e2005-04-16 15:20:36 -07001666FRAMEBUFFER LAYER
1667P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001668M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08001669L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001670W: http://linux-fbdev.sourceforge.net/
1671S: Maintained
1672
Zhang Wei173acc72008-03-01 07:42:48 -07001673FREESCALE DMA DRIVER
Zhang Wei76b0c7882008-05-13 14:44:59 -07001674P: Li Yang
1675M: leoli@freescale.com
1676P: Zhang Wei
1677M: zw@zh-kernel.org
Zhang Wei173acc72008-03-01 07:42:48 -07001678L: linuxppc-embedded@ozlabs.org
1679L: linux-kernel@vger.kernel.org
1680S: Maintained
1681
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02001682FREESCALE I2C CPM DRIVER
1683P: Jochen Friedrich
1684M: jochen@scram.de
1685L: linuxppc-dev@ozlabs.org
1686L: i2c@lm-sensors.org
1687S: Maintained
1688
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001689FREESCALE SOC FS_ENET DRIVER
1690P: Pantelis Antoniou
1691M: pantelis.antoniou@gmail.com
1692P: Vitaly Bordug
1693M: vbordug@ru.mvista.com
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001694L: linuxppc-dev@ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001695L: netdev@vger.kernel.org
1696S: Maintained
1697
Timur Tabid9e9d822008-04-24 08:45:26 +10001698FREESCALE QUICC ENGINE LIBRARY
1699P: Timur Tabi
1700M: timur@freescale.com
1701L: linuxppc-dev@ozlabs.org
1702S: Supported
1703
Li Yanga7205b32007-04-23 10:38:18 -07001704FREESCALE HIGHSPEED USB DEVICE DRIVER
1705P: Li Yang
1706M: leoli@freescale.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07001707L: linux-usb@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001708L: linuxppc-dev@ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07001709S: Maintained
1710
Li Yangbeaf53b2007-05-25 13:54:02 +08001711FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1712P: Li Yang
1713M: leoli@freescale.com
1714L: netdev@vger.kernel.org
Mark A. Greer88de3ca2007-10-02 10:24:08 +10001715L: linuxppc-dev@ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08001716S: Maintained
1717
Timur Tabid9e9d822008-04-24 08:45:26 +10001718FREESCALE QUICC ENGINE UCC UART DRIVER
1719P: Timur Tabi
1720M: timur@freescale.com
1721L: linuxppc-dev@ozlabs.org
1722S: Supported
1723
1724FREESCALE SOC SOUND DRIVERS
1725P: Timur Tabi
1726M: timur@freescale.com
1727L: alsa-devel@alsa-project.org
1728L: linuxppc-dev@ozlabs.org
1729S: Supported
1730
Linus Torvalds1da177e2005-04-16 15:20:36 -07001731FILE LOCKING (flock() and fcntl()/lockf())
1732P: Matthew Wilcox
1733M: matthew@wil.cx
1734L: linux-fsdevel@vger.kernel.org
1735S: Maintained
1736
1737FILESYSTEMS (VFS and infrastructure)
1738P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001739M: viro@zeniv.linux.org.uk
Paul Menageb9cf92e2008-02-14 19:31:24 -08001740L: linux-fsdevel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001741S: Maintained
1742
Stefan Richterf148e202008-01-12 12:32:44 +01001743FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
Stefan Richterb3274472007-05-30 20:44:52 -04001744P: Kristian Hoegsberg, Stefan Richter
1745M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1746L: linux1394-devel@lists.sourceforge.net
1747W: http://www.linux1394.org/
1748T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1749S: Maintained
1750
Linus Torvalds1da177e2005-04-16 15:20:36 -07001751FIRMWARE LOADER (request_firmware)
1752L: linux-kernel@vger.kernel.org
1753S: Orphan
1754
1755FPU EMULATOR
1756P: Bill Metzenthen
1757M: billm@suburbia.net
1758W: http://suburbia.net/~billm/floating-point/emulator/
1759S: Maintained
1760
1761FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1762P: Mike McLagan
1763M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001764L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001765S: Maintained
1766
1767FREEVXFS FILESYSTEM
1768P: Christoph Hellwig
1769M: hch@infradead.org
1770W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1771S: Maintained
1772
Steven Rostedtde3b69d2008-07-15 13:28:14 -04001773FTRACE
1774P: Steven Rostedt
1775M: srostedt@redhat.com
1776S: Maintained
1777
David Howells5ab7ffe2007-04-10 15:10:45 +01001778FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001779P: David Howells
1780M: dhowells@redhat.com
1781S: Maintained
1782
Jonathan Woithe20b93732008-06-11 10:14:56 +09301783FUJITSU LAPTOP EXTRAS
1784P: Jonathan Woithe
1785M: jwoithe@physics.adelaide.edu.au
1786L: linux-acpi@vger.kernel.org
1787S: Maintained
1788
Miklos Szeredi04578f12005-09-09 13:10:22 -07001789FUSE: FILESYSTEM IN USERSPACE
1790P: Miklos Szeredi
1791M: miklos@szeredi.hu
1792L: fuse-devel@lists.sourceforge.net
1793W: http://fuse.sourceforge.net/
1794S: Maintained
1795
Linus Torvalds1da177e2005-04-16 15:20:36 -07001796FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1797P: Rik Faith
1798M: faith@cs.unc.edu
1799L: linux-scsi@vger.kernel.org
1800S: Odd fixes (e.g., new signatures)
1801
1802GDT SCSI DISK ARRAY CONTROLLER DRIVER
1803P: Achim Leubner
1804M: achim_leubner@adaptec.com
1805L: linux-scsi@vger.kernel.org
1806W: http://www.icp-vortex.com/
1807S: Supported
1808
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001809GENERIC GPIO I2C DRIVER
1810P: Haavard Skinnemoen
1811M: hskinnemoen@atmel.com
1812S: Supported
1813
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1815P: Krzysztof Halasa
1816M: khc@pm.waw.pl
1817W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1818S: Maintained
1819
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001820GFS2 FILE SYSTEM
1821P: Steven Whitehouse
1822M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001823L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001824W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001825T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1826T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001827S: Supported
1828
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001829GIGASET ISDN DRIVERS
1830P: Hansjoerg Lipp
1831M: hjlipp@web.de
1832P: Tilman Schmidt
1833M: tilman@imap.cc
1834L: gigaset307x-common@lists.sourceforge.net
1835W: http://gigaset307x.sourceforge.net/
1836S: Maintained
1837
Jean Delvare5b543962005-08-15 19:51:02 +02001838HARDWARE MONITORING
Jean Delvare5b543962005-08-15 19:51:02 +02001839L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001840W: http://www.lm-sensors.org/
Mark M. Hoffman47d715a2008-07-31 23:48:25 -04001841S: Orphaned
Jean Delvare5b543962005-08-15 19:51:02 +02001842
Michael Buesch844dd052006-06-26 00:24:59 -07001843HARDWARE RANDOM NUMBER GENERATOR CORE
Michael Buesch41851082008-02-23 15:23:42 -08001844S: Orphaned
Michael Buesch844dd052006-06-26 00:24:59 -07001845
Robert Love860e1d62005-08-31 23:57:59 -04001846HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1847P: Robert Love
1848M: rlove@rlove.org
1849M: linux-kernel@vger.kernel.org
1850W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1851S: Maintained
1852
Linus Torvalds1da177e2005-04-16 15:20:36 -07001853HARMONY SOUND DRIVER
1854P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04001855M: kyle@mcmartin.ca
Kyle McMartinac6aecb2007-12-03 22:04:34 +00001856L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001857S: Maintained
1858
1859HAYES ESP SERIAL DRIVER
1860P: Andrew J. Robinson
1861M: arobinso@nyx.net
1862L: linux-kernel@vger.kernel.org
1863W: http://www.nyx.net/~arobinso
1864S: Maintained
1865
1866HFS FILESYSTEM
1867P: Roman Zippel
1868M: zippel@linux-m68k.org
1869L: linux-kernel@vger.kernel.org
1870S: Maintained
1871
1872HGA FRAMEBUFFER DRIVER
1873P: Ferenc Bakonyi
1874M: fero@drama.obuda.kando.hu
1875L: linux-nvidia@lists.surfsouth.com
1876W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1877S: Maintained
1878
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001879HID CORE LAYER
1880P: Jiri Kosina
1881M: jkosina@suse.cz
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04001882L: linux-input@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001883T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001884S: Maintained
1885
Ingo Molnar38bed542007-02-22 09:09:34 +01001886HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1887P: Thomas Gleixner
1888M: tglx@linutronix.de
1889L: linux-kernel@vger.kernel.org
1890S: Maintained
1891
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892HIGH-SPEED SCC DRIVER FOR AX.25
1893P: Klaus Kudielka
1894M: klaus.kudielka@ieee.org
1895L: linux-hams@vger.kernel.org
1896W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1897S: Maintained
1898
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001899HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1900P: HighPoint Linux Team
1901M: linux@highpoint-tech.com
1902W: http://www.highpoint-tech.com
1903S: Supported
1904
Linus Torvalds1da177e2005-04-16 15:20:36 -07001905HIPPI
1906P: Jes Sorensen
1907M: jes@trained-monkey.org
1908L: linux-hippi@sunsite.dk
1909S: Maintained
1910
1911HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1912P: Chirag Kantharia
1913M: chirag.kantharia@hp.com
1914L: iss_storagedev@hp.com
1915S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001916
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917HEWLETT-PACKARD SMART2 RAID DRIVER
1918P: Chirag Kantharia
1919M: chirag.kantharia@hp.com
1920L: iss_storagedev@hp.com
1921S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001922
Linus Torvalds1da177e2005-04-16 15:20:36 -07001923HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1924P: Mike Miller
1925M: mike.miller@hp.com
1926L: iss_storagedev@hp.com
1927S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001928
Jouni Malinenff1d2762005-05-12 22:54:16 -04001929HOST AP DRIVER
1930P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001931M: j@w1.fi
1932L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001933L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001934W: http://hostap.epitest.fi/
1935S: Maintained
1936
Linus Torvalds1da177e2005-04-16 15:20:36 -07001937HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1938P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02001939M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07001940S: Maintained
1941
Carlos Corbachodd8cd772008-02-05 02:17:15 +00001942HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1943P: Carlos Corbacho
1944M: carlos@strangeworlds.co.uk
1945S: Odd Fixes
1946
Clemens Ladischd36e74c2008-07-23 21:26:46 -07001947HPET: High Precision Event Timers driver (drivers/char/hpet.c)
Bob Piccob9b03322005-11-07 00:59:19 -08001948P: Clemens Ladisch
1949M: clemens@ladisch.de
1950S: Maintained
1951
1952HPET: i386
1953P: Venkatesh Pallipadi (Venki)
1954M: venkatesh.pallipadi@intel.com
1955S: Maintained
1956
1957HPET: x86_64
Andi Kleen8bd09832007-10-13 01:01:08 +02001958P: Vojtech Pavlik
1959M: vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001960S: Maintained
1961
1962HPET: ACPI hpet.c
1963P: Bob Picco
1964M: bob.picco@hp.com
1965S: Maintained
1966
Linus Torvalds1da177e2005-04-16 15:20:36 -07001967HPFS FILESYSTEM
1968P: Mikulas Patocka
1969M: mikulas@artax.karlin.mff.cuni.cz
1970W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1971S: Maintained
1972
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04001973HTCPEN TOUCHSCREEN DRIVER
1974P: Pau Oliva Fora
1975M: pof@eslack.org
1976L: linux-input@vger.kernel.org
1977S: Maintained
1978
Linus Torvalds1da177e2005-04-16 15:20:36 -07001979HUGETLB FILESYSTEM
1980P: William Irwin
1981M: wli@holomorphy.com
1982S: Maintained
1983
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001984I2C/SMBUS STUB DRIVER
1985P: Mark M. Hoffman
1986M: mhoffman@lightlink.com
1987L: lm-sensors@lm-sensors.org
1988S: Maintained
1989
Jean Delvare5b543962005-08-15 19:51:02 +02001990I2C SUBSYSTEM
Jean Delvare710cf7e2008-05-18 20:49:40 +02001991P: Jean Delvare (PC drivers, core)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001992M: khali@linux-fr.org
Jean Delvare710cf7e2008-05-18 20:49:40 +02001993P: Ben Dooks (embedded platforms)
1994M: ben-linux@fluff.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001995L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001996T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001997S: Maintained
1998
Till Harbaume8c76ee2007-05-01 23:26:35 +02001999I2C-TINY-USB DRIVER
2000P: Till Harbaum
2001M: till@harbaum.org
2002L: i2c@lm-sensors.org
2003T: http://www.harbaum.org/till/i2c_tiny_usb
2004S: Maintained
2005
Linus Torvalds1da177e2005-04-16 15:20:36 -07002006i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07002007P: H. Peter Anvin
2008M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002009L: Linux-Kernel@vger.kernel.org
2010S: Maintained
2011
2012i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002013P: H. Peter Anvin
2014M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07002015T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002016S: Maintained
2017
Linus Torvalds1da177e2005-04-16 15:20:36 -07002018IA64 (Itanium) PLATFORM
2019P: Tony Luck
2020M: tony.luck@intel.com
2021L: linux-ia64@vger.kernel.org
2022W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002023T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002024S: Maintained
2025
2026SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06002027P: Jes Sorensen
2028M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029L: linux-altix@sgi.com
2030L: linux-ia64@vger.kernel.org
2031W: http://www.sgi.com/altix
2032S: Maintained
2033
2034IBM MCA SCSI SUBSYSTEM DRIVER
2035P: Michael Lang
2036M: langa2@kph.uni-mainz.de
2037W: http://www.uni-mainz.de/~langm000/linux.html
2038S: Maintained
2039
2040IBM Power Linux RAID adapter
2041P: Brian King
2042M: brking@us.ibm.com
2043S: Supported
2044
2045IBM ServeRAID RAID DRIVER
2046P: Jack Hammer
2047P: Dave Jeffery
2048M: ipslinux@adaptec.com
2049W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002050S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002051
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002052IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07002053P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002054M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002055L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01002056T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002057S: Maintained
2058
2059IDE/ATAPI CDROM DRIVER
Borislav Petkovc404c192007-12-24 15:23:44 +01002060P: Borislav Petkov
Borislav Petkovef709162008-02-19 01:41:25 +01002061M: petkovbb@gmail.com
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01002062L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01002063S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002064
2065IDE/ATAPI FLOPPY DRIVERS
2066P: Paul Bristow
2067M: Paul Bristow <paul@paulbristow.net>
2068W: http://paulbristow.net/linux/idefloppy.html
2069L: linux-kernel@vger.kernel.org
2070S: Maintained
2071
2072IDE/ATAPI TAPE DRIVERS
2073P: Gadi Oxman
2074M: Gadi Oxman <gadio@netvision.net.il>
2075L: linux-kernel@vger.kernel.org
2076S: Maintained
2077
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02002078IDE-SCSI DRIVER
2079L: linux-ide@vger.kernel.org
2080L: linux-scsi@vger.kernel.org
2081S: Orphan
2082
Stefan Richterf148e202008-01-12 12:32:44 +01002083IEEE 1394 SUBSYSTEM (drivers/ieee1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002084P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07002085M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02002086P: Stefan Richter
2087M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002088L: linux1394-devel@lists.sourceforge.net
2089W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02002090T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091S: Maintained
2092
Stefan Richterf51a5a92007-04-23 14:41:10 -07002093IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094P: Dan Dennedy
2095M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07002096P: Stefan Richter
2097M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07002099S: Maintained
2100
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002102L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Paul Mundt843393d2007-11-19 13:11:04 +09002103S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002104
2105INFINIBAND SUBSYSTEM
2106P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07002107M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108P: Sean Hefty
Sean Heftyed96f24702008-01-02 12:00:24 -08002109M: sean.hefty@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07002111M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07002112L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08002114T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115S: Supported
2116
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04002117INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08002118P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04002119M: dmitry.torokhov@gmail.com
2120M: dtor@mail.ru
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04002121L: linux-input@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002122T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002123S: Maintained
2124
Robert Lovec9f04f52005-07-15 12:21:07 -04002125INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01002126P: John McCutchan
2127M: ttb@tentacle.dhs.org
2128P: Robert Love
2129M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04002130L: linux-kernel@vger.kernel.org
2131S: Maintained
2132
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002133INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01002134P: Sylvain Meyer
2135M: sylvain.meyer@worldonline.fr
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002136L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002137S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002138
Linus Torvalds1da177e2005-04-16 15:20:36 -07002139INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002140P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002141M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002142L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01002143S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145INTEL IA32 MICROCODE UPDATE SUPPORT
2146P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08002147M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002148S: Maintained
2149
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002150INTEL I/OAT DMA DRIVER
Maciej Sosnowski5e45bb22008-02-21 13:44:31 +01002151P: Maciej Sosnowski
2152M: maciej.sosnowski@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07002153L: linux-kernel@vger.kernel.org
2154S: Supported
2155
Dan Williamsb3e5f262007-08-07 10:26:35 -07002156INTEL IOP-ADMA DMA DRIVER
2157P: Dan Williams
2158M: dan.j.williams@intel.com
2159L: linux-kernel@vger.kernel.org
2160S: Supported
2161
Michael Buesch844dd052006-06-26 00:24:59 -07002162INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2163P: Deepak Saxena
2164M: dsaxena@plexity.net
2165S: Maintained
2166
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002167INTEL IXP2000 ETHERNET DRIVER
2168P: Lennert Buytenhek
2169M: kernel@wantstofly.org
2170L: netdev@vger.kernel.org
2171S: Maintained
2172
Auke Kokd94e6fe2008-03-03 14:37:47 -08002173INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002174P: Jeff Kirsher
2175M: jeffrey.t.kirsher@intel.com
Auke Koke0164af2008-05-07 13:42:33 -07002176P: Jesse Brandeburg
2177M: jesse.brandeburg@intel.com
Auke Kokd94e6fe2008-03-03 14:37:47 -08002178P: Bruce Allan
2179M: bruce.w.allan@intel.com
Jeff Kirsherae7b6482008-06-11 15:15:53 -07002180P: PJ Waskiewicz
2181M: peter.p.waskiewicz.jr@intel.com
Auke Kok20424652008-01-07 21:47:25 -08002182P: John Ronciak
2183M: john.ronciak@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002184L: e1000-devel@lists.sourceforge.net
Auke Kokd94e6fe2008-03-03 14:37:47 -08002185W: http://e1000.sourceforge.net/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002186S: Supported
2187
James Ketrenos826d2ab2005-11-07 18:56:59 -06002188INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002189P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002190M: yi.zhu@intel.com
2191P: James Ketrenos
2192M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002193P: Reinette Chatre
2194M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002195L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002196L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002197W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002198W: http://ipw2100.sourceforge.net
2199S: Supported
2200
2201INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
Reinette Chatre1d43d312007-11-06 22:06:28 -08002202P: Zhu Yi
James Ketrenos826d2ab2005-11-07 18:56:59 -06002203M: yi.zhu@intel.com
2204P: James Ketrenos
2205M: jketreno@linux.intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002206P: Reinette Chatre
2207M: reinette.chatre@intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002208L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002209L: ipw2100-devel@lists.sourceforge.net
Joe Perches04bdfb92007-12-22 14:03:27 -08002210W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
James Ketrenos826d2ab2005-11-07 18:56:59 -06002211W: http://ipw2200.sourceforge.net
2212S: Supported
2213
Zhu Yib481de92007-09-25 17:54:57 -07002214INTEL WIRELESS WIFI LINK (iwlwifi)
2215P: Zhu Yi
2216M: yi.zhu@intel.com
Reinette Chatre1d43d312007-11-06 22:06:28 -08002217P: Reinette Chatre
2218M: reinette.chatre@intel.com
Zhu Yib481de92007-09-25 17:54:57 -07002219L: linux-wireless@vger.kernel.org
2220L: ipw3945-devel@lists.sourceforge.net
2221W: http://intellinuxwireless.org
Reinette Chatre2d4543f2008-04-10 13:16:27 -07002222T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
Zhu Yib481de92007-09-25 17:54:57 -07002223S: Supported
2224
Ralf Baechlecb109a02007-08-30 23:56:30 -07002225IOC3 ETHERNET DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07002226P: Ralf Baechle
2227M: ralf@linux-mips.org
2228L: linux-mips@linux-mips.org
2229S: Maintained
2230
Ralf Baechlecb109a02007-08-30 23:56:30 -07002231IOC3 SERIAL DRIVER
2232P: Pat Gefre
2233M: pfg@sgi.com
Joe Perches6650e0a2007-12-10 15:49:32 -08002234L: linux-mips@linux-mips.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07002235S: Maintained
2236
Linus Torvalds1da177e2005-04-16 15:20:36 -07002237IP MASQUERADING:
2238P: Juanjo Ciarlante
2239M: jjciarla@raiz.uncu.edu.ar
2240S: Maintained
2241
Francois Romieu1202d6f2007-09-17 17:13:55 -07002242IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2243P: Francois Romieu
2244M: romieu@fr.zoreil.com
2245P: Sorbica Shieh
2246M: sorbica@icplus.com.tw
2247P: Jesse Huang
2248M: jesse@icplus.com.tw
2249L: netdev@vger.kernel.org
2250S: Maintained
2251
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002252IPATH DRIVER:
Arthur Jones18b8c8f2008-02-29 10:13:37 -08002253P: Ralph Campbell
Arthur Jonesf42b6472007-07-09 20:12:26 -07002254M: infinipath@qlogic.com
2255L: general@lists.openfabrics.org
2256T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002257S: Supported
2258
Corey Minyard4409ebe2006-04-20 02:43:12 -07002259IPMI SUBSYSTEM
2260P: Corey Minyard
2261M: minyard@acm.org
2262L: openipmi-developer@lists.sourceforge.net
2263W: http://openipmi.sourceforge.net/
2264S: Supported
2265
Linus Torvalds1da177e2005-04-16 15:20:36 -07002266IPX NETWORK LAYER
2267P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002268M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002269L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002270S: Maintained
2271
David Sterba099dc4f2008-02-07 10:57:12 +01002272IPWIRELES DRIVER
2273P: Jiri Kosina
2274M: jkosina@suse.cz
2275P: David Sterba
2276M: dsterba@suse.cz
2277S: Maintained
2278T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2279
Linus Torvalds1da177e2005-04-16 15:20:36 -07002280IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002281P: Samuel Ortiz
2282M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002283L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002284W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002285S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002286
Mike Christie14816b1e2007-11-28 16:22:06 -08002287ISCSI
2288P: Mike Christie
2289M: michaelc@cs.wisc.edu
2290L: open-iscsi@googlegroups.com
2291W: www.open-iscsi.org
2292T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2293S: Maintained
2294
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295ISAPNP
2296P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002297M: perex@perex.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07002298S: Maintained
2299
2300ISDN SUBSYSTEM
2301P: Karsten Keil
2302M: kkeil@suse.de
Paul Bolled5d52272008-04-15 00:40:48 -07002303L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002304W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002305T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002306S: Maintained
2307
2308ISDN SUBSYSTEM (Eicon active card driver)
2309P: Armin Schindler
2310M: mac@melware.de
Paul Bolled5d52272008-04-15 00:40:48 -07002311L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002312W: http://www.melware.de
2313S: Maintained
2314
Hans Verkuil91821ff2007-12-02 09:35:33 -03002315IVTV VIDEO4LINUX DRIVER
2316P: Hans Verkuil
2317M: hverkuil@xs4all.nl
2318L: ivtv-devel@ivtvdriver.org
2319L: ivtv-users@ivtvdriver.org
2320L: video4linux-list@redhat.com
2321W: http://www.ivtvdriver.org
2322S: Maintained
2323
Linus Torvalds1da177e2005-04-16 15:20:36 -07002324JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2325P: David Woodhouse
2326M: dwmw2@infradead.org
David Woodhouse6d85d062007-10-27 10:39:48 -04002327L: linux-mtd@lists.infradead.org
2328W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07002329S: Maintained
2330
Artem Bityutskiy95270562008-07-14 17:58:44 +03002331UBI FILE SYSTEM (UBIFS)
2332P: Artem Bityutskiy
2333M: dedekind@infradead.org
2334P: Adrian Hunter
2335M: ext-adrian.hunter@nokia.com
2336L: linux-mtd@lists.infradead.org
2337T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
2338W: http://www.linux-mtd.infradead.org/doc/ubifs.html
2339S: Maintained
2340
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341JFS FILESYSTEM
2342P: Dave Kleikamp
2343M: shaggy@austin.ibm.com
2344L: jfs-discussion@lists.sourceforge.net
2345W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002346T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002347S: Supported
2348
Josh Triplettde456d32006-07-30 03:04:00 -07002349JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002350P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002351M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002352L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002353S: Maintained
2354
Rudolf Marek4660cb32006-10-08 22:01:26 +02002355K8TEMP HARDWARE MONITORING DRIVER
2356P: Rudolf Marek
2357M: r.marek@assembler.cz
2358L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359S: Maintained
2360
2361KCONFIG
2362P: Roman Zippel
2363M: zippel@linux-m68k.org
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002364L: linux-kbuild@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002365S: Maintained
2366
Vivek Goyalea6c2082006-05-20 14:59:55 -07002367KDUMP
2368P: Vivek Goyal
Vivek Goyal4200b66c2007-12-01 12:16:30 -08002369M: vgoyal@redhat.com
Vivek Goyalea6c2082006-05-20 14:59:55 -07002370P: Haren Myneni
2371M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002372L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002373L: linux-kernel@vger.kernel.org
2374W: http://lse.sourceforge.net/kdump/
2375S: Maintained
2376
Linus Torvalds1da177e2005-04-16 15:20:36 -07002377KERNEL AUTOMOUNTER (AUTOFS)
2378P: H. Peter Anvin
2379M: hpa@zytor.com
2380L: autofs@linux.kernel.org
2381S: Odd Fixes
2382
2383KERNEL AUTOMOUNTER v4 (AUTOFS4)
2384P: Ian Kent
2385M: raven@themaw.net
2386L: autofs@linux.kernel.org
2387S: Maintained
2388
2389KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002390P: Sam Ravnborg
2391M: sam@ravnborg.org
Sam Ravnborg591b0172008-05-11 10:07:03 +02002392T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2393T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
Sam Ravnborg347d12d2007-10-18 13:23:33 +02002394L: linux-kbuild@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002395S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396
2397KERNEL JANITORS
2398P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002399L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002400W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002401S: Maintained
2402
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04002403KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Neil Browna512cd52007-07-31 00:37:27 -07002404P: J. Bruce Fields
2405M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002406P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002407M: neilb@suse.de
Neil Brown16141c02007-12-11 16:16:12 -08002408L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002409W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002410S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411
Avi Kivity426d62e2006-12-13 00:34:03 -08002412KERNEL VIRTUAL MACHINE (KVM)
2413P: Avi Kivity
2414M: avi@qumranet.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002415L: kvm@vger.kernel.org
2416W: http://kvm.qumranet.com
Avi Kivity426d62e2006-12-13 00:34:03 -08002417S: Supported
2418
Hollis Blanchard513014b2008-04-16 23:28:08 -05002419KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2420P: Hollis Blanchard
2421M: hollisb@us.ibm.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002422L: kvm-ppc@vger.kernel.org
2423W: http://kvm.qumranet.com
Hollis Blanchard513014b2008-04-16 23:28:08 -05002424S: Supported
2425
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002426KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002427P: Anthony Xu
2428M: anthony.xu@intel.com
2429P: Xiantao Zhang
2430M: xiantao.zhang@intel.com
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03002431L: kvm-ia64@vger.kernel.org
2432W: http://kvm.qumranet.com
Zhang Xiantao920ed9f2008-01-31 12:03:39 +08002433S: Supported
2434
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01002435KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2436P: Carsten Otte
2437M: cotte@de.ibm.com
2438P: Christian Borntraeger
2439M: borntraeger@de.ibm.com
2440M: linux390@de.ibm.com
2441L: linux-s390@vger.kernel.org
2442W: http://www.ibm.com/developerworks/linux/linux390/
2443S: Supported
2444
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002445KEXEC
2446P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002447M: ebiederm@xmission.com
Signed-off-by@vergenet.net":Simonb7c698f2007-10-18 03:04:33 -07002448W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002449L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002450L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002451S: Maintained
2452
Jason Wessele3e2aaf2008-03-20 13:43:45 -05002453KGDB
2454P: Jason Wessel
2455M: jason.wessel@windriver.com
2456L: kgdb-bugreport@lists.sourceforge.net
2457S: Maintained
2458
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002459KPROBES
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002460P: Ananth N Mavinakayanahalli
2461M: ananth@in.ibm.com
2462P: Anil S Keshavamurthy
2463M: anil.s.keshavamurthy@intel.com
2464P: David S. Miller
2465M: davem@davemloft.net
Masami Hiramatsu6edef972008-03-26 15:53:19 -04002466P: Masami Hiramatsu
2467M: mhiramat@redhat.com
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002468L: linux-kernel@vger.kernel.org
2469S: Maintained
2470
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002471KS0108 LCD CONTROLLER DRIVER
2472P: Miguel Ojeda Sandonis
Miguel Ojeda450c6222008-07-04 09:59:33 -07002473M: miguel.ojeda.sandonis@gmail.com
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002474L: linux-kernel@vger.kernel.org
Miguel Ojeda450c6222008-07-04 09:59:33 -07002475W: http://miguelojeda.es/auxdisplay.htm
2476W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002477S: Maintained
2478
Linus Torvalds1da177e2005-04-16 15:20:36 -07002479LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002480L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002481S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002482
2483LASI 53c700 driver for PARISC
2484P: James E.J. Bottomley
2485M: James.Bottomley@HansenPartnership.com
2486L: linux-scsi@vger.kernel.org
2487S: Maintained
2488
Richard Purdie263de9b2006-05-15 09:44:16 -07002489LED SUBSYSTEM
2490P: Richard Purdie
2491M: rpurdie@rpsys.net
2492S: Maintained
2493
Linus Torvalds1da177e2005-04-16 15:20:36 -07002494LEGO USB Tower driver
2495P: Juergen Stuber
2496M: starblue@users.sourceforge.net
2497L: legousb-devel@lists.sourceforge.net
2498W: http://legousb.sourceforge.net/
2499S: Maintained
2500
Rusty Russell568a17f2007-10-25 14:12:24 +10002501LGUEST
2502P: Rusty Russell
2503M: rusty@rustcorp.com.au
2504L: lguest@ozlabs.org
2505W: http://lguest.ozlabs.org/
2506S: Maintained
2507
Linus Torvalds1da177e2005-04-16 15:20:36 -07002508LINUX FOR IBM pSERIES (RS/6000)
2509P: Paul Mackerras
2510M: paulus@au.ibm.com
2511W: http://www.ibm.com/linux/ltc/projects/ppc
2512S: Supported
2513
2514LINUX FOR NCR VOYAGER
2515P: James Bottomley
2516M: James.Bottomley@HansenPartnership.com
2517W: http://www.hansenpartnership.com/voyager
2518S: Maintained
2519
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002520LINUX FOR POWERPC (32-BIT AND 64-BIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002521P: Paul Mackerras
2522M: paulus@samba.org
Paul Mackerras852bb9f2008-07-04 21:04:42 +10002523P: Benjamin Herrenschmidt
2524M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525W: http://www.penguinppc.org/
2526L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002527T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528S: Supported
2529
2530LINUX FOR POWER MACINTOSH
2531P: Benjamin Herrenschmidt
2532M: benh@kernel.crashing.org
2533W: http://www.penguinppc.org/
2534L: linuxppc-dev@ozlabs.org
2535S: Maintained
2536
Grant Likely77a76362008-07-12 12:11:43 -06002537LINUX FOR POWERPC EMBEDDED MPC5XXX
Linus Torvalds1da177e2005-04-16 15:20:36 -07002538P: Sylvain Munaut
2539M: tnt@246tNt.com
Grant Likelye1eea9f2007-10-09 14:45:26 -06002540P: Grant Likely
2541M: grant.likely@secretlab.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07002542L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002543S: Maintained
2544
2545LINUX FOR POWERPC EMBEDDED PPC4XX
Josh Boyer9a474ff2007-09-19 21:19:07 -05002546P: Josh Boyer
2547M: jwboyer@linux.vnet.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548P: Matt Porter
2549M: mporter@kernel.crashing.org
2550W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002551L: linuxppc-dev@ozlabs.org
Josh Boyer9a474ff2007-09-19 21:19:07 -05002552T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553S: Maintained
2554
Grant Likely260c02a2007-10-02 12:15:34 +10002555LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2556P: Grant Likely
2557M: grant.likely@secretlab.ca
Grant Likelyf210d432007-10-03 23:24:52 -06002558W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
Grant Likely260c02a2007-10-02 12:15:34 +10002559L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002560S: Maintained
2561
Tom Rinie93adf12005-07-26 12:49:53 -07002562LINUX FOR POWERPC EMBEDDED PPC8XX
Marcelo Tosattidba5baf2007-09-10 18:46:01 -04002563P: Vitaly Bordug
2564M: vitb@kernel.crashing.org
Tom Rinie93adf12005-07-26 12:49:53 -07002565P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002566M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002567W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002568L: linuxppc-dev@ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07002569S: Maintained
2570
Linus Torvalds1da177e2005-04-16 15:20:36 -07002571LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002572P: Kumar Gala
2573M: galak@kernel.crashing.org
2574W: http://www.penguinppc.org/
Mark A. Greer88de3ca2007-10-02 10:24:08 +10002575L: linuxppc-dev@ozlabs.org
Jim Cromiece00f852006-11-30 04:49:44 +01002576S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002577
Olof Johanssonab06ff32006-09-06 14:44:54 -05002578LINUX FOR POWERPC PA SEMI PWRFICIENT
2579P: Olof Johansson
2580M: olof@lixom.net
2581W: http://www.pasemi.com/
2582L: linuxppc-dev@ozlabs.org
2583S: Supported
2584
Linus Torvalds1da177e2005-04-16 15:20:36 -07002585LLC (802.2)
2586P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002587M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588S: Maintained
2589
Linus Torvalds1da177e2005-04-16 15:20:36 -07002590LINUX SECURITY MODULE (LSM) FRAMEWORK
2591P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002592M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002593L: linux-security-module@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002594T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002595S: Supported
2596
2597LM83 HARDWARE MONITOR DRIVER
2598P: Jean Delvare
2599M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002600L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601S: Maintained
2602
2603LM90 HARDWARE MONITOR DRIVER
2604P: Jean Delvare
2605M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002606L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002607S: Maintained
2608
Peter Zijlstra512e67f2007-10-11 22:11:11 +02002609LOCKDEP AND LOCKSTAT
2610P: Peter Zijlstra
2611M: peterz@infradead.org
2612P: Ingo Molnar
2613M: mingo@redhat.com
2614L: linux-kernel@vger.kernel.org
2615T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2616S: Maintained
2617
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002618LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002619P: Richard Russon (FlatCap)
2620M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002621L: linux-ntfs-dev@lists.sourceforge.net
2622W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002623S: Maintained
2624
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002625LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2626P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002627M: Eric.Moore@lsi.com
2628M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002629L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002630L: linux-scsi@vger.kernel.org
2631W: http://www.lsilogic.com/support
2632S: Supported
2633
Linus Torvalds1da177e2005-04-16 15:20:36 -07002634LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2635P: Matthew Wilcox
2636M: matthew@wil.cx
2637L: linux-scsi@vger.kernel.org
2638S: Maintained
2639
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002640M32R ARCHITECTURE
2641P: Hirokazu Takata
2642M: takata@linux-m32r.org
2643L: linux-m32r@ml.linux-m32r.org
2644L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2645W: http://www.linux-m32r.org/
2646S: Maintained
2647
Linus Torvalds1da177e2005-04-16 15:20:36 -07002648M68K ARCHITECTURE
2649P: Geert Uytterhoeven
2650M: geert@linux-m68k.org
2651P: Roman Zippel
2652M: zippel@linux-m68k.org
2653L: linux-m68k@lists.linux-m68k.org
2654W: http://www.linux-m68k.org/
2655W: http://linux-m68k-cvs.ubb.ca/
2656S: Maintained
2657
2658M68K ON APPLE MACINTOSH
2659P: Joshua Thompson
2660M: funaho@jurai.org
2661W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01002662L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002663S: Maintained
2664
2665M68K ON HP9000/300
2666P: Philip Blundell
2667M: philb@gnu.org
2668W: http://www.tazenda.demon.co.uk/phil/linux-hp
2669S: Maintained
2670
Jiri Benc64a327a2007-05-05 11:47:08 -07002671MAC80211
Johannes Berg31c7cec2007-10-23 17:05:25 +02002672P: Johannes Berg
2673M: johannes@sipsolutions.net
Johannes Berg0f48d7e2008-04-17 19:36:28 +02002674P: Michael Wu
2675M: flamingice@sourmilk.net
Jiri Benc64a327a2007-05-05 11:47:08 -07002676L: linux-wireless@vger.kernel.org
2677W: http://linuxwireless.org/
Johannes Berg31c7cec2007-10-23 17:05:25 +02002678T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Jiri Benc64a327a2007-05-05 11:47:08 -07002679S: Maintained
2680
Stefano Brivio1036d862007-12-23 04:46:27 +01002681MAC80211 PID RATE CONTROL
2682P: Stefano Brivio
2683M: stefano.brivio@polimi.it
2684P: Mattias Nissler
2685M: mattias.nissler@gmx.de
2686L: linux-wireless@vger.kernel.org
2687W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2688T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2689S: Maintained
2690
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002691MACVLAN DRIVER
2692P: Patrick McHardy
2693M: kaber@trash.net
2694L: netdev@vger.kernel.org
2695S: Maintained
2696
Linus Torvalds1da177e2005-04-16 15:20:36 -07002697MARVELL YUKON / SYSKONNECT DRIVER
2698P: Mirko Lindner
2699M: mlindner@syskonnect.de
2700P: Ralph Roesler
2701M: rroesler@syskonnect.de
2702W: http://www.syskonnect.com
2703S: Supported
2704
Michael Kerriskfaf16682005-07-31 22:34:47 -07002705MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002706P: Michael Kerrisk
Michael Kerrisk1d7f5022007-10-16 23:30:31 -07002707M: mtk.manpages@gmail.com
Michael Kerriskc76a5872008-07-04 09:59:49 -07002708W: http://www.kernel.org/doc/man-pages
2709S: Supported
Michael Kerriskfaf16682005-07-31 22:34:47 -07002710
Stefano Brivio74cda162007-11-19 20:27:46 +01002711MARVELL LIBERTAS WIRELESS DRIVER
2712P: Dan Williams
2713M: dcbw@redhat.com
2714L: libertas-dev@lists.infradead.org
2715S: Maintained
2716
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002717MARVELL MV643XX ETHERNET DRIVER
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002718P: Lennert Buytenhek
2719M: buytenh@marvell.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002720L: netdev@vger.kernel.org
Dale Farnsworth85ba9d92008-06-05 06:10:51 -07002721S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722
2723MATROX FRAMEBUFFER DRIVER
2724P: Petr Vandrovec
2725M: vandrove@vc.cvut.cz
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08002726L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002727S: Maintained
2728
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002729MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2730P: Hans J. Koch
2731M: hjk@linutronix.de
2732L: lm-sensors@lm-sensors.org
2733S: Maintained
2734
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002735MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002736P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002737M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002738S: linux-scsi@vger.kernel.org
2739W: http://megaraid.lsilogic.com
2740S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002741
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002742MEMORY MANAGEMENT
2743L: linux-mm@kvack.org
2744L: linux-kernel@vger.kernel.org
2745W: http://www.linux-mm.org
2746S: Maintained
2747
akpm@linux-foundation.org938a9202008-03-04 14:28:29 -08002748MEMORY RESOURCE CONTROLLER
2749P: Balbir Singh
2750M: balbir@linux.vnet.ibm.com
2751P: Pavel Emelyanov
2752M: xemul@openvz.org
2753P: KAMEZAWA Hiroyuki
2754M: kamezawa.hiroyu@jp.fujitsu.com
2755L: linux-mm@kvack.org
2756L: linux-kernel@vger.kernel.org
2757S: Maintained
2758
David Howellsb920de12008-02-08 04:19:31 -08002759MEI MN10300/AM33 PORT
2760P: David Howells
2761M: dhowells@redhat.com
2762P: Koichi Yasutake
2763M: yasutake.koichi@jp.panasonic.com
Robert P. J. Day66e10602008-04-29 00:59:34 -07002764L: linux-am33-list@redhat.com (moderated for non-subscribers)
David Howellsb920de12008-02-08 04:19:31 -08002765W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2766S: Maintained
2767
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002768MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002769P: David Woodhouse
2770M: dwmw2@infradead.org
2771W: http://www.linux-mtd.infradead.org/
2772L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002773T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002774S: Maintained
2775
Artem Bityutskiy48576402007-02-13 17:11:10 +02002776UNSORTED BLOCK IMAGES (UBI)
2777P: Artem Bityutskiy
2778M: dedekind@infradead.org
2779W: http://www.linux-mtd.infradead.org/
2780L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002781T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002782S: Maintained
2783
Linus Torvalds1da177e2005-04-16 15:20:36 -07002784MICROTEK X6 SCANNER
2785P: Oliver Neukum
2786M: oliver@neukum.name
2787S: Maintained
2788
2789MIPS
2790P: Ralf Baechle
2791M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002792W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002793L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002794T: git www.linux-mips.org:/pub/scm/linux.git
2795S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002796
2797MISCELLANEOUS MCA-SUPPORT
2798P: James Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05002799M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002800L: linux-kernel@vger.kernel.org
2801S: Maintained
2802
2803MODULE SUPPORT
2804P: Rusty Russell
2805M: rusty@rustcorp.com.au
2806L: linux-kernel@vger.kernel.org
2807S: Maintained
2808
2809MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2810P: Stelian Pop
2811M: stelian@popies.net
2812W: http://popies.net/meye/
2813S: Maintained
2814
Pavel Pisac58ff042007-05-16 01:10:41 +02002815MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2816P: Pavel Pisa
2817M: ppisa@pikron.com
2818L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Pavel Pisac58ff042007-05-16 01:10:41 +02002819S: Maintained
2820
Linus Torvalds1da177e2005-04-16 15:20:36 -07002821MOUSE AND MISC DEVICES [GENERAL]
2822P: Alessandro Rubini
2823M: rubini@ipvvis.unipv.it
2824L: linux-kernel@vger.kernel.org
2825S: Maintained
2826
Jiri Slabyb9705b62008-04-30 00:53:48 -07002827MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Jiri Slabyd7354102006-12-08 02:38:35 -08002828P: Jiri Slaby
2829M: jirislaby@gmail.com
2830L: linux-kernel@vger.kernel.org
2831S: Maintained
2832
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002833MSI LAPTOP SUPPORT
2834P: Lennart Poettering
2835M: mzxreary@0pointer.de
Joe Perches04bdfb92007-12-22 14:03:27 -08002836W: https://tango.0pointer.de/mailman/listinfo/s270-linux
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002837W: http://0pointer.de/lennart/tchibo.html
2838S: Maintained
2839
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07002840MULTIFUNCTION DEVICES (MFD)
2841P: Samuel Ortiz
2842M: sameo@openedhand.com
2843L: linux-kernel@vger.kernel.org
2844S: Supported
2845
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02002846MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002847P: Pierre Ossman
2848M: drzeus-mmc@drzeus.cx
2849L: linux-kernel@vger.kernel.org
2850S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002851
David Brownell15a05802007-08-08 09:12:54 -07002852MULTIMEDIA CARD (MMC) ETC. OVER SPI
2853P: David Brownell
2854M: dbrownell@users.sourceforge.net
2855L: linux-kernel@vger.kernel.org
2856S: Odd fixes
2857
Linus Torvalds1da177e2005-04-16 15:20:36 -07002858MULTISOUND SOUND DRIVER
2859P: Andrew Veliath
2860M: andrewtv@usa.net
2861S: Maintained
2862
Jiri Slabyd7354102006-12-08 02:38:35 -08002863MULTITECH MULTIPORT CARD (ISICOM)
2864P: Jiri Slaby
2865M: jirislaby@gmail.com
2866L: linux-kernel@vger.kernel.org
2867S: Maintained
2868
Felipe Balbi550a7372008-07-24 12:27:36 +03002869MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
2870P: Felipe Balbi
2871M: felipe.balbi@nokia.com
2872L: linux-usb@vger.kernel.org
2873S: Maintained
2874
Brice Goglin2d3cf582008-05-17 12:45:36 +02002875MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2876P: Andrew Gallatin
2877M: gallatin@myri.com
2878P: Brice Goglin
2879M: brice@myri.com
2880L: netdev@vger.kernel.org
2881W: http://www.myri.com/scs/download-Myri10GE.html
2882S: Supported
2883
Linus Torvalds1da177e2005-04-16 15:20:36 -07002884NATSEMI ETHERNET DRIVER (DP8381x)
2885P: Tim Hockin
2886M: thockin@hockin.org
2887S: Maintained
2888
2889NCP FILESYSTEM
2890P: Petr Vandrovec
2891M: vandrove@vc.cvut.cz
2892L: linware@sh.cvut.cz
2893S: Maintained
2894
2895NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2896P: James E.J. Bottomley
2897M: James.Bottomley@HansenPartnership.com
2898L: linux-scsi@vger.kernel.org
2899S: Maintained
2900
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002901NETEFFECT IWARP RNIC DRIVER (IW_NES)
2902P: Faisal Latif
2903M: flatif@neteffect.com
Chien Tung5f625602008-05-26 15:23:32 -07002904P: Chien Tung
2905M: ctung@neteffect.com
Glenn Streiff3c2d7742008-02-04 20:20:45 -08002906L: general@lists.openfabrics.org
2907W: http://www.neteffect.com
2908S: Supported
2909F: drivers/infiniband/hw/nes/
2910
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002911NETEM NETWORK EMULATOR
2912P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002913M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002914L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002915S: Maintained
2916
Jiri Slaby4a584482007-08-30 23:56:39 -07002917NETERION (S2IO) Xframe 10GbE DRIVER
2918P: Ramkrishna Vepa
2919M: ram.vepa@neterion.com
2920P: Rastapur Santosh
2921M: santosh.rastapur@neterion.com
2922P: Sivakumar Subramani
2923M: sivakumar.subramani@neterion.com
2924P: Sreenivasa Honnur
2925M: sreenivasa.honnur@neterion.com
2926L: netdev@vger.kernel.org
2927W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2928S: Supported
2929
Linus Torvalds1da177e2005-04-16 15:20:36 -07002930NETFILTER/IPTABLES/IPCHAINS
2931P: Rusty Russell
2932P: Marc Boucher
2933P: James Morris
2934P: Harald Welte
2935P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002936P: Patrick McHardy
2937M: kaber@trash.net
Patrick McHardy1a03b812007-09-18 13:19:26 -07002938L: netfilter-devel@vger.kernel.org
2939L: netfilter@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07002940L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002941W: http://www.netfilter.org/
2942W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002943S: Supported
2944
Paul Moore4cc67732006-09-25 15:57:13 -07002945NETLABEL
2946P: Paul Moore
2947M: paul.moore@hp.com
2948W: http://netlabel.sf.net
2949L: netdev@vger.kernel.org
2950S: Supported
2951
Linus Torvalds1da177e2005-04-16 15:20:36 -07002952NETROM NETWORK LAYER
2953P: Ralf Baechle
2954M: ralf@linux-mips.org
2955L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002956W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002957S: Maintained
2958
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002959NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002960P: Paul Clements
2961M: Paul.Clements@steeleye.com
2962S: Maintained
2963
2964NETWORK DEVICE DRIVERS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002965P: Jeff Garzik
2966M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002967L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002968T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002969S: Maintained
2970
2971NETWORKING [GENERAL]
2972P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002973M: netdev@vger.kernel.org
2974L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002975W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002976S: Maintained
2977
2978NETWORKING [IPv4/IPv6]
2979P: David S. Miller
2980M: davem@davemloft.net
2981P: Alexey Kuznetsov
2982M: kuznet@ms2.inr.ac.ru
2983P: Pekka Savola (ipv6)
2984M: pekkas@netcore.fi
2985P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002986M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002987P: Hideaki YOSHIFUJI
2988M: yoshfuji@linux-ipv6.org
2989P: Patrick McHardy
Patrick McHardy1a03b812007-09-18 13:19:26 -07002990M: kaber@trash.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002991L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002992T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002993S: Maintained
2994
James Morris10e2ff12007-08-25 14:41:28 -07002995NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2996P: Paul Moore
2997M: paul.moore@hp.com
2998L: netdev@vger.kernel.org
2999S: Maintained
3000
John W. Linville29f8f632006-01-18 14:52:48 -08003001NETWORKING [WIRELESS]
3002P: John W. Linville
3003M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08003004L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08003005T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3006S: Maintained
3007
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003008NETXEN (1/10) GbE SUPPORT
dhananjay@netxen.comd230ce32007-12-26 10:23:53 -08003009P: Dhananjay Phadke
3010M: dhananjay@netxen.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04003011L: netdev@vger.kernel.org
3012W: http://www.netxen.com
3013S: Supported
3014
Linus Torvalds1da177e2005-04-16 15:20:36 -07003015IPVS
3016P: Wensong Zhang
3017M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07003018P: Simon Horman
3019M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07003020P: Julian Anastasov
3021M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07003022L: netdev@vger.kernel.org
Simon Horman37cc6782008-08-11 14:33:40 -07003023L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003024S: Maintained
3025
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04003026NFS, SUNRPC, AND LOCKD CLIENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003027P: Trond Myklebust
Trond Myklebust78f58152007-12-12 20:16:06 -05003028M: Trond.Myklebust@netapp.com
3029L: linux-nfs@vger.kernel.org
3030W: http://client.linux-nfs.org
3031T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003032S: Maintained
3033
3034NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07003035P: Jan-Pascal van Best
3036M: janpascal@vanbest.org
3037P: Andreas Mohr
3038M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003039L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003040S: Maintained
3041
3042NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3043P: YOKOTA Hiroshi
3044M: yokota@netlab.is.tsukuba.ac.jp
3045W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3046S: Maintained
3047
3048NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3049P: GOTO Masanori
3050M: gotom@debian.or.jp
3051P: YOKOTA Hiroshi
3052M: yokota@netlab.is.tsukuba.ac.jp
3053W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3054S: Maintained
3055
Linus Torvalds1da177e2005-04-16 15:20:36 -07003056NTFS FILESYSTEM
3057P: Anton Altaparmakov
3058M: aia21@cantab.net
3059L: linux-ntfs-dev@lists.sourceforge.net
3060L: linux-kernel@vger.kernel.org
Adrian Bunk169ccbd2008-09-02 14:35:37 -07003061W: http://www.linux-ntfs.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08003062T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003063S: Maintained
3064
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003065NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003066P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003067M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003068L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003069S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003070
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003071OPENCORES I2C BUS DRIVER
3072P: Peter Korsgaard
3073M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02003074L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02003075S: Maintained
3076
Mark Fashehccd979b2005-12-15 14:31:24 -08003077ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3078P: Mark Fasheh
Mark Fasheha5754332008-03-21 10:40:31 -07003079M: mfasheh@suse.com
3080P: Joel Becker
3081M: joel.becker@oracle.com
Robert P. J. Dayc0ff1f22008-04-21 22:34:01 +00003082L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fashehccd979b2005-12-15 14:31:24 -08003083W: http://oss.oracle.com/projects/ocfs2/
Joel Beckerdda47bc2008-03-22 22:08:07 -07003084T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003085S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08003086
Bob Copeland0ad122d2008-07-25 19:45:18 -07003087OMFS FILESYSTEM
3088P: Bob Copeland
3089M: me@bobcopeland.com
3090L: linux-karma-devel@lists.sourceforge.net
3091S: Maintained
3092
Harald Weltec1986ee2005-11-13 16:06:29 -08003093OMNIKEY CARDMAN 4000 DRIVER
3094P: Harald Welte
3095M: laforge@gnumonks.org
3096S: Maintained
3097
Harald Welte77c44ab2005-11-13 16:06:26 -08003098OMNIKEY CARDMAN 4040 DRIVER
3099P: Harald Welte
3100M: laforge@gnumonks.org
3101S: Maintained
3102
Jonathan Corbet77d51402007-03-22 19:44:17 -03003103OMNIVISION OV7670 SENSOR DRIVER
3104P: Jonathan Corbet
3105M: corbet@lwn.net
3106L: video4linux-list@redhat.com
3107S: Maintained
3108
Thomas Gleixner431bca72007-05-02 09:31:35 +02003109ONENAND FLASH DRIVER
3110P: Kyungmin Park
3111M: kyungmin.park@samsung.com
3112L: linux-mtd@lists.infradead.org
3113S: Maintained
3114
Linus Torvalds1da177e2005-04-16 15:20:36 -07003115ONSTREAM SCSI TAPE DRIVER
3116P: Willem Riede
3117M: osst@riede.org
3118L: osst-users@lists.sourceforge.net
3119L: linux-scsi@vger.kernel.org
3120S: Maintained
3121
Linus Torvalds1da177e2005-04-16 15:20:36 -07003122OPROFILE
Robert Richterd1a5d192008-07-12 13:47:57 -07003123P: Robert Richter
3124M: robert.richter@amd.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003125L: oprofile-list@lists.sf.net
3126S: Maintained
3127
3128ORINOCO DRIVER
3129P: Pavel Roskin
3130M: proski@gnu.org
3131P: David Gibson
3132M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07003133L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07003134L: orinoco-users@lists.sourceforge.net
3135L: orinoco-devel@lists.sourceforge.net
3136W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003137S: Maintained
3138
Olof Johanssonf5cd7872007-01-31 21:43:54 -06003139PA SEMI ETHERNET DRIVER
3140P: Olof Johansson
3141M: olof@lixom.net
3142L: netdev@vger.kernel.org
3143S: Maintained
3144
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01003145PA SEMI SMBUS DRIVER
3146P: Olof Johansson
3147M: olof@lixom.net
3148L: i2c@lm-sensors.org
3149S: Maintained
3150
Linus Torvalds1da177e2005-04-16 15:20:36 -07003151PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003152L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08003153S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003154
3155PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3156P: Tim Waugh
3157M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07003158L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003159W: http://www.torque.net/linux-pp.html
3160S: Maintained
3161
3162PARISC ARCHITECTURE
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003163P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04003164M: kyle@mcmartin.ca
Linus Torvalds1da177e2005-04-16 15:20:36 -07003165P: Matthew Wilcox
3166M: matthew@wil.cx
3167P: Grant Grundler
3168M: grundler@parisc-linux.org
Kyle McMartinac6aecb2007-12-03 22:04:34 +00003169L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003170W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04003171T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003172S: Maintained
3173
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02003174PARAVIRT_OPS INTERFACE
3175P: Jeremy Fitzhardinge
3176M: jeremy@xensource.com
3177P: Chris Wright
3178M: chrisw@sous-sol.org
3179P: Zachary Amsden
3180M: zach@vmware.com
3181P: Rusty Russell
3182M: rusty@rustcorp.com.au
3183L: virtualization@lists.osdl.org
3184L: linux-kernel@vger.kernel.org
3185S: Supported
3186
Jim Cromie1662d322006-10-06 00:43:59 -07003187PC87360 HARDWARE MONITORING DRIVER
3188P: Jim Cromie
3189M: jim.cromie@gmail.com
3190L: lm-sensors@lm-sensors.org
3191S: Maintained
3192
3193PC8736x GPIO DRIVER
3194P: Jim Cromie
3195M: jim.cromie@gmail.com
3196S: Maintained
3197
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003198PCI ERROR RECOVERY
3199P: Linas Vepstas
3200M: linas@austin.ibm.com
3201L: linux-kernel@vger.kernel.org
Jesse Barnesc1f69db2008-05-19 15:28:16 -07003202L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06003203S: Supported
3204
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205PCI SUBSYSTEM
Greg Kroah-Hartmanaf40b482008-04-17 10:22:27 -07003206P: Jesse Barnes
3207M: jbarnes@virtuousgeek.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003208L: linux-kernel@vger.kernel.org
Jesse Barnes29054742008-05-03 08:35:49 -07003209L: linux-pci@vger.kernel.org
Jesse Barnes460895c2008-04-25 10:14:28 -07003210T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003211S: Supported
3212
3213PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07003214P: Kristen Carlson Accardi
3215M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003216S: Supported
3217
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003218PCIE HOTPLUG DRIVER
3219P: Kristen Carlson Accardi
3220M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003221L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003222S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003223
Linus Torvalds1da177e2005-04-16 15:20:36 -07003224PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003225P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07003226L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08003227W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08003228T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07003229S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003230
3231PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06003232P: Don Fry
3233M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003234L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003235S: Maintained
3236
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003237PER-TASK DELAY ACCOUNTING
Balbir Singhabc5f232008-07-04 09:59:42 -07003238P: Balbir Singh
3239M: balbir@linux.vnet.ibm.com
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003240L: linux-kernel@vger.kernel.org
3241S: Maintained
3242
Jim Cromiedd49d0f2006-03-24 18:08:17 +01003243PERSONALITY HANDLING
3244P: Christoph Hellwig
3245M: hch@infradead.org
3246L: linux-abi-devel@lists.sourceforge.net
3247S: Maintained
3248
Linus Torvalds1da177e2005-04-16 15:20:36 -07003249PHRAM MTD DRIVER
Joern Engel2b54aae2008-02-06 01:38:02 -08003250P: Joern Engel
3251M: joern@lazybastard.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003252L: linux-mtd@lists.infradead.org
3253S: Maintained
3254
Peter Osterlund249a6772005-09-27 21:45:30 -07003255PKTCDVD DRIVER
3256P: Peter Osterlund
3257M: petero2@telia.com
3258L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07003259S: Maintained
3260
Linus Torvalds1da177e2005-04-16 15:20:36 -07003261POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07003262P: Thomas Gleixner
3263M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01003264L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003265S: Supported
3266
Anton Vorontsov3be86142007-07-15 04:43:36 +04003267POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3268P: Anton Vorontsov
3269M: cbou@mail.ru
3270P: David Woodhouse
3271M: dwmw2@infradead.org
3272L: linux-kernel@vger.kernel.org
Anton Vorontsov3be86142007-07-15 04:43:36 +04003273T: git git.infradead.org/battery-2.6.git
3274S: Maintained
3275
Linus Torvalds1da177e2005-04-16 15:20:36 -07003276PNP SUPPORT
3277P: Adam Belay
3278M: ambx1@neo.rr.com
3279S: Maintained
3280
Vitaly Wool999445d2007-01-04 13:07:03 +01003281PNXxxxx I2C DRIVER
3282P: Vitaly Wool
3283M: vitalywool@gmail.com
3284L: i2c@lm-sensors.org
3285S: Maintained
3286
Linus Torvalds1da177e2005-04-16 15:20:36 -07003287PPP PROTOCOL DRIVERS AND COMPRESSORS
3288P: Paul Mackerras
3289M: paulus@samba.org
3290L: linux-ppp@vger.kernel.org
3291S: Maintained
3292
3293PPP OVER ATM (RFC 2364)
3294P: Mitchell Blank Jr
3295M: mitch@sfgoth.com
3296S: Maintained
3297
3298PPP OVER ETHERNET
3299P: Michal Ostrowski
Chris Wright5e70b7f32008-06-09 16:07:28 -07003300M: mostrows@earthlink.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003301S: Maintained
3302
James Chapmana6d23702007-06-27 15:53:17 -07003303PPP OVER L2TP
3304P: James Chapman
3305M: jchapman@katalix.com
3306S: Maintained
3307
Linus Torvalds1da177e2005-04-16 15:20:36 -07003308PREEMPTIBLE KERNEL
3309P: Robert Love
3310M: rml@tech9.net
3311L: linux-kernel@vger.kernel.org
3312L: kpreempt-tech@lists.sourceforge.net
3313W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3314S: Supported
3315
Michael Wueff1a592007-09-25 18:11:01 -07003316P54 WIRELESS DRIVER
3317P: Michael Wu
3318M: flamingice@sourmilk.net
3319L: linux-wireless@vger.kernel.org
3320W: http://prism54.org
3321T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3322S: Maintained
3323
Linus Torvalds1da177e2005-04-16 15:20:36 -07003324PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003325P: Luis R. Rodriguez
3326M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003327L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003328W: http://prism54.org
3329S: Maintained
3330
3331PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3332P: Peter Denison
3333M: promise@pnd-pc.demon.co.uk
3334W: http://www.pnd-pc.demon.co.uk/promise/
3335S: Maintained
3336
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003337PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3338P: Mikael Pettersson
3339M: mikpe@it.uu.se
3340L: linux-ide@vger.kernel.org
3341S: Maintained
3342
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003343PS3 NETWORK SUPPORT
3344P: Masakazu Mokuno
3345M: mokuno@sm.sony.co.jp
3346L: netdev@vger.kernel.org
3347L: cbe-oss-dev@ozlabs.org
3348S: Supported
3349
Geoff Levandf58a9d12006-11-23 00:46:51 +01003350PS3 PLATFORM SUPPORT
3351P: Geoff Levand
3352M: geoffrey.levand@am.sony.com
3353L: linuxppc-dev@ozlabs.org
3354L: cbe-oss-dev@ozlabs.org
3355S: Supported
3356
Michael Krufky83202042006-07-03 00:24:18 -07003357PVRUSB2 VIDEO4LINUX DRIVER
3358P: Mike Isely
3359M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003360L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003361L: video4linux-list@redhat.com
3362W: http://www.isely.net/pvrusb2/
3363S: Maintained
3364
Eric Miao30ec2612008-06-12 15:21:41 -07003365PXA2xx/PXA3xx SUPPORT
3366P: Eric Miao
3367M: eric.miao@marvell.com
3368P: Russell King
3369M: linux@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003370L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003371S: Maintained
3372
Pierre Ossman272f1332007-05-14 21:25:26 +02003373PXA MMCI DRIVER
3374S: Orphan
3375
Linus Torvalds1da177e2005-04-16 15:20:36 -07003376QLOGIC QLA2XXX FC-SCSI DRIVER
3377P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003378M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003379L: linux-scsi@vger.kernel.org
3380S: Supported
3381
Ron Mercer5a4faa872006-07-25 00:40:21 -07003382QLOGIC QLA3XXX NETWORK DRIVER
3383P: Ron Mercer
3384M: linux-driver@qlogic.com
3385L: netdev@vger.kernel.org
3386S: Supported
3387
Linus Torvalds1da177e2005-04-16 15:20:36 -07003388QNX4 FILESYSTEM
3389P: Anders Larsen
3390M: al@alarsen.net
3391L: linux-kernel@vger.kernel.org
3392W: http://www.alarsen.net/linux/qnx4fs/
3393S: Maintained
3394
3395RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003396P: Benjamin Herrenschmidt
3397M: benh@kernel.crashing.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003398L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003399S: Maintained
3400
3401RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003402P: Paul Mackerras
3403M: paulus@samba.org
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003404L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003405S: Maintained
3406
3407RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3408P: Corey Thomas
Joe Perches7c4a52e2008-02-03 16:38:31 +02003409M: coreythomas@charter.net
Johannes Berg724c6b32007-04-23 12:18:20 -07003410L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003411S: Maintained
3412
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003413RALINK RT2X00 WLAN DRIVER
3414P: rt2x00 project
3415L: linux-wireless@vger.kernel.org
3416L: rt2400-devel@lists.sourceforge.net
3417W: http://rt2x00.serialmonkey.com/
3418S: Maintained
Ivo van Doorn2dd0f692008-04-12 19:25:00 +02003419T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
Ivo van Doorn95ea3622007-09-25 17:57:13 -07003420F: drivers/net/wireless/rt2x00/
3421
Nick Piggin9db55792008-02-08 04:19:49 -08003422RAMDISK RAM BLOCK DEVICE DRIVER
3423P: Nick Piggin
3424M: npiggin@suse.de
3425S: Maintained
3426
Matt Mackall9e95ce22005-04-16 15:25:56 -07003427RANDOM NUMBER DRIVER
3428P: Matt Mackall
3429M: mpm@selenic.com
3430S: Maintained
3431
Matt Porter394b7012005-11-07 01:00:15 -08003432RAPIDIO SUBSYSTEM
3433P: Matt Porter
3434M: mporter@kernel.crashing.org
3435L: linux-kernel@vger.kernel.org
3436S: Maintained
3437
Florian Fainellic1f766b2008-02-06 22:39:44 +01003438RDC R-321X SoC
3439P: Florian Fainelli
3440M: florian.fainelli@telecomint.eu
3441L: linux-kernel@vger.kernel.org
3442S: Maintained
3443
Florian Fainellidb17f392007-12-19 11:30:30 +01003444RDC R6040 FAST ETHERNET DRIVER
3445P: Florian Fainelli
3446M: florian.fainelli@telecomint.eu
3447L: netdev@vger.kernel.org
3448S: Maintained
3449
Josh Triplett595182b2006-10-04 02:17:21 -07003450READ-COPY UPDATE (RCU)
3451P: Dipankar Sarma
3452M: dipankar@in.ibm.com
3453W: http://www.rdrop.com/users/paulmck/rclock/
3454L: linux-kernel@vger.kernel.org
3455S: Supported
3456
3457RCUTORTURE MODULE
3458P: Josh Triplett
3459M: josh@freedesktop.org
3460L: linux-kernel@vger.kernel.org
3461S: Maintained
3462
Linus Torvalds1da177e2005-04-16 15:20:36 -07003463REAL TIME CLOCK DRIVER
3464P: Paul Gortmaker
3465M: p_gortmaker@yahoo.com
3466L: linux-kernel@vger.kernel.org
3467S: Maintained
3468
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003469REAL TIME CLOCK (RTC) SUBSYSTEM
3470P: Alessandro Zummo
3471M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003472L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003473S: Maintained
3474
Linus Torvalds1da177e2005-04-16 15:20:36 -07003475REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003476L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003477S: Supported
3478
Ivo van Doorne08976452008-04-12 19:23:55 +02003479RFKILL
3480P: Ivo van Doorn
3481M: IvDoorn@gmail.com
3482L: netdev@vger.kernel.org
3483S: Maintained
3484F: net/rfkill
3485
Linus Torvalds1da177e2005-04-16 15:20:36 -07003486ROCKETPORT DRIVER
3487P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003488W: http://www.comtrol.com
3489S: Maintained
3490
3491ROSE NETWORK LAYER
3492P: Ralf Baechle
3493M: ralf@linux-mips.org
3494L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003495W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003496S: Maintained
3497
3498RISCOM8 DRIVER
3499S: Orphan
3500
Michael Wu605bebe2007-05-14 01:41:02 -04003501RTL818X WIRELESS DRIVER
3502P: Michael Wu
3503M: flamingice@sourmilk.net
3504P: Andrea Merello
3505M: andreamrl@tiscali.it
3506L: linux-wireless@vger.kernel.org
3507W: http://linuxwireless.org/
3508T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3509S: Maintained
3510
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003511S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003512P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003513M: adaplas@gmail.com
Geert Uytterhoeven8936b6d2008-02-23 15:23:30 -08003514L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
Jim Cromiece00f852006-11-30 04:49:44 +01003515S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003516
Linus Torvalds1da177e2005-04-16 15:20:36 -07003517S390
3518P: Martin Schwidefsky
3519M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003520P: Heiko Carstens
3521M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003522M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003523L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003524W: http://www.ibm.com/developerworks/linux/linux390/
3525S: Supported
3526
3527S390 NETWORK DRIVERS
Ursula Braundd96df22007-09-19 13:09:02 +02003528P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003529M: ursula.braun@de.ibm.com
Ursula Braunb9192ad2007-10-22 16:16:15 +02003530P: Frank Blaschka
3531M: blaschka@linux.vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003532M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003533L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003534W: http://www.ibm.com/developerworks/linux/linux390/
3535S: Supported
3536
3537S390 ZFCP DRIVER
Swen Schillig0033bb42007-12-18 11:16:14 +01003538P: Christof Schmitt
3539M: christof.schmitt@de.ibm.com
3540P: Martin Peschke
3541M: mp3@de.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003542M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003543L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003544W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003545S: Supported
3546
Ursula Braundd96df22007-09-19 13:09:02 +02003547S390 IUCV NETWORK LAYER
3548P: Ursula Braun
Ursula Braun23fcc8d2008-07-18 15:24:58 +02003549M: ursula.braun@de.ibm.com
Ursula Braundd96df22007-09-19 13:09:02 +02003550M: linux390@de.ibm.com
3551L: linux-s390@vger.kernel.org
3552W: http://www.ibm.com/developerworks/linux/linux390/
3553S: Supported
3554
Ben Dooks4dde7f72008-06-30 22:40:38 +01003555S3C24XX SD/MMC Driver
3556P: Ben Dooks
3557M: ben-linux@fluff.org
3558L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3559L: linux-kernel@vger.kernel.org
3560S: Supported
3561
Linus Torvalds1da177e2005-04-16 15:20:36 -07003562SAA7146 VIDEO4LINUX-2 DRIVER
3563P: Michael Hunold
3564M: michael@mihu.de
3565W: http://www.mihu.de/linux/saa7146
3566S: Maintained
3567
Linus Torvalds1da177e2005-04-16 15:20:36 -07003568SC1200 WDT DRIVER
3569P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003570M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003571S: Maintained
3572
3573SCHEDULER
3574P: Ingo Molnar
3575M: mingo@elte.hu
3576P: Robert Love [the preemptible kernel bits]
3577M: rml@tech9.net
3578L: linux-kernel@vger.kernel.org
3579S: Maintained
3580
3581SCSI CDROM DRIVER
3582P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003583M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003584L: linux-scsi@vger.kernel.org
3585W: http://www.kernel.dk
3586S: Maintained
3587
3588SCSI SG DRIVER
3589P: Doug Gilbert
3590M: dgilbert@interlog.com
3591L: linux-scsi@vger.kernel.org
3592W: http://www.torque.net/sg
3593S: Maintained
3594
3595SCSI SUBSYSTEM
3596P: James E.J. Bottomley
James Bottomleyc4e16082007-11-03 08:40:30 -05003597M: James.Bottomley@HansenPartnership.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003598L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003599T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
James Bottomleyc4e16082007-11-03 08:40:30 -05003600T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3601T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003602S: Maintained
3603
3604SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003605P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003606M: Kai.Makisara@kolumbus.fi
3607L: linux-scsi@vger.kernel.org
3608S: Maintained
3609
3610SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003611P: Vlad Yasevich
3612M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003613P: Sridhar Samudrala
3614M: sri@us.ibm.com
Vlad Yasevich1a418792008-04-12 18:55:42 -07003615L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003616W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003617S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003618
3619SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003620P: Jim Cromie
3621M: jim.cromie@gmail.com
3622S: Odd Fixes
3623
3624SCx200 GPIO DRIVER
3625P: Jim Cromie
3626M: jim.cromie@gmail.com
3627S: Maintained
3628
3629SCx200 HRT CLOCKSOURCE DRIVER
3630P: Jim Cromie
3631M: jim.cromie@gmail.com
3632S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003633
Sascha Sommer6a369132008-07-15 14:21:29 +02003634SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3635P: Sascha Sommer
3636M: saschasommer@freenet.de
3637L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3638S: Maintained
3639
Linus Torvalds1da177e2005-04-16 15:20:36 -07003640SECURITY CONTACT
3641P: Security Officers
3642M: security@kernel.org
3643S: Supported
3644
3645SELINUX SECURITY MODULE
3646P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003647M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003648P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003649M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003650P: Eric Paris
3651M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003652L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003653L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003654W: http://www.nsa.gov/selinux
3655S: Supported
3656
Jiri Slabycef2cf02007-05-08 00:31:45 -07003657SENSABLE PHANTOM
3658P: Jiri Slaby
3659M: jirislaby@gmail.com
3660S: Maintained
3661
Linus Torvalds1da177e2005-04-16 15:20:36 -07003662SERIAL ATA (SATA) SUBSYSTEM:
3663P: Jeff Garzik
3664M: jgarzik@pobox.com
3665L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003666T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003667S: Supported
3668
3669SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3670P: Pat Gefre
3671M: pfg@sgi.com
3672L: linux-ia64@vger.kernel.org
3673S: Supported
3674
Ben Hutchings8ceee662008-04-27 12:55:59 +01003675SFC NETWORK DRIVER
3676P: Steve Hodgson
3677P: Ben Hutchings
3678P: Robert Stonehouse
3679M: linux-net-drivers@solarflare.com
3680S: Supported
3681
Linus Torvalds1da177e2005-04-16 15:20:36 -07003682SGI VISUAL WORKSTATION 320 AND 540
3683P: Andrey Panin
3684M: pazke@donpac.ru
3685L: linux-visws-devel@lists.sf.net
3686W: http://linux-visws.sf.net
3687S: Maintained for 2.6.
3688
Jack Steiner75312612008-08-15 00:40:42 -07003689SGI GRU DRIVER
3690P: Jack Steiner
3691M: steiner@sgi.com
3692S: Maintained
3693
3694SGI XP/XPC/XPNET DRIVER
3695P: Dean Nelson
3696M: dcn@sgi.com
3697S: Maintained
3698
Linus Torvalds1da177e2005-04-16 15:20:36 -07003699SIMTEC EB110ATX (Chalice CATS)
3700P: Ben Dooks
3701P: Vincent Sanders
3702M: support@simtec.co.uk
3703W: http://www.simtec.co.uk/products/EB110ATX/
3704S: Supported
3705
3706SIMTEC EB2410ITX (BAST)
3707P: Ben Dooks
3708P: Vincent Sanders
3709M: support@simtec.co.uk
3710W: http://www.simtec.co.uk/products/EB2410ITX/
3711S: Supported
3712
Francois Romieu92aab3c2005-07-30 13:11:18 +02003713SIS 190 ETHERNET DRIVER
3714P: Francois Romieu
3715M: romieu@fr.zoreil.com
3716L: netdev@vger.kernel.org
3717S: Maintained
3718
Linus Torvalds1da177e2005-04-16 15:20:36 -07003719SIS 900/7016 FAST ETHERNET DRIVER
3720P: Daniele Venzano
3721M: venza@brownhat.org
3722W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003723L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003724S: Maintained
3725
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003726SIS 96X I2C/SMBUS DRIVER
3727P: Mark M. Hoffman
3728M: mhoffman@lightlink.com
3729L: lm-sensors@lm-sensors.org
3730S: Maintained
3731
Linus Torvalds1da177e2005-04-16 15:20:36 -07003732SIS FRAMEBUFFER DRIVER
3733P: Thomas Winischhofer
3734M: thomas@winischhofer.net
3735W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003736S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003737
3738SIS USB2VGA DRIVER
3739P: Thomas Winischhofer
3740M: thomas@winischhofer.net
3741W: http://www.winischhofer.at/linuxsisusbvga.shtml
3742S: Maintained
3743
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003744SLAB ALLOCATOR
3745P: Christoph Lameter
Christoph Lametercde53532008-07-04 09:59:22 -07003746M: cl@linux-foundation.org
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003747P: Pekka Enberg
3748M: penberg@cs.helsinki.fi
Pekka Enbergc76d1182008-02-11 23:52:47 +02003749P: Matt Mackall
3750M: mpm@selenic.com
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003751L: linux-mm@kvack.org
3752S: Maintained
3753
Linus Torvalds1da177e2005-04-16 15:20:36 -07003754SMC91x ETHERNET DRIVER
3755P: Nicolas Pitre
3756M: nico@cam.org
3757S: Maintained
3758
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003759SMSC47B397 HARDWARE MONITOR DRIVER
3760P: Mark M. Hoffman
3761M: mhoffman@lightlink.com
3762L: lm-sensors@lm-sensors.org
3763S: Maintained
3764
Ben Nizetteb54f2862008-03-13 22:27:30 +11003765SMX UIO Interface
3766P: Ben Nizette
3767M: bn@niasdigital.com
3768S: Maintained
3769
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03003770SOC-CAMERA V4L2 SUBSYSTEM
3771P: Guennadi Liakhovetski
3772M: g.liakhovetski@gmx.de
3773L: video4linux-list@redhat.com
3774S: Maintained
3775
Linus Torvalds1da177e2005-04-16 15:20:36 -07003776SOFTWARE RAID (Multiple Disks) SUPPORT
3777P: Ingo Molnar
3778M: mingo@redhat.com
3779P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003780M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003781L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003782S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003783
Pavel Machek95a631e2007-07-19 01:47:42 -07003784HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003785P: Pavel Machek
3786M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003787P: Rafael J. Wysocki
3788M: rjw@sisk.pl
3789L: linux-pm@lists.linux-foundation.org
3790S: Supported
3791
3792SUSPEND TO RAM:
Len Browna0ce3172007-10-25 18:05:49 -04003793P: Len Brown
3794M: len.brown@intel.com
Pavel Machek95a631e2007-07-19 01:47:42 -07003795P: Pavel Machek
3796M: pavel@suse.cz
3797P: Rafael J. Wysocki
3798M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003799L: linux-pm@lists.linux-foundation.org
Len Browna0ce3172007-10-25 18:05:49 -04003800S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003801
3802SONIC NETWORK DRIVER
3803P: Thomas Bogendoerfer
3804M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003805L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003806S: Maintained
3807
Michael Buesch61e115a2007-09-18 15:12:50 -04003808SONICS SILICON BACKPLANE DRIVER (SSB)
3809P: Michael Buesch
3810M: mb@bu3sch.de
3811L: netdev@vger.kernel.org
3812S: Maintained
3813
Linus Torvalds1da177e2005-04-16 15:20:36 -07003814SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003815P: Mattia Dongili
3816M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003817L: linux-acpi@vger.kernel.org
3818W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003819S: Maintained
3820
Alex Dubovbaf85322008-02-09 10:20:54 -08003821SONY MEMORYSTICK CARD SUPPORT
3822P: Alex Dubov
3823M: oakad@yahoo.com
3824L: linux-kernel@vger.kernel.org
3825W: http://tifmxx.berlios.de/
3826S: Maintained
3827
Linus Torvalds1da177e2005-04-16 15:20:36 -07003828SOUND
3829P: Jaroslav Kysela
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02003830M: perex@perex.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003831L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003832S: Maintained
3833
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003834SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3835P: Liam Girdwood
3836M: liam.girdwood@wolfsonmicro.com
Mark Brown2cad0ad2008-01-10 14:33:07 +01003837P: Mark Brown
3838M: broonie@opensource.wolfsonmicro.com
3839T: git opensource.wolfsonmicro.com/linux-2.6-asoc
Takashi Iwai82622042007-04-16 12:32:52 +02003840L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003841S: Supported
3842
Kumar Gala025c3982006-04-02 16:05:54 -05003843SPI SUBSYSTEM
3844P: David Brownell
3845M: dbrownell@users.sourceforge.net
3846L: spi-devel-general@lists.sourceforge.net
3847S: Maintained
3848
Arnd Bergmannb8154542008-05-16 11:10:59 +02003849SPU FILE SYSTEM
3850P: Jeremy Kerr
3851M: jk@ozlabs.org
3852L: linuxppc-dev@ozlabs.org
3853L: cbe-oss-dev@ozlabs.org
3854W: http://www.ibm.com/developerworks/power/cell/
3855S: Supported
3856
Steven Rostedt855f46a2006-08-05 12:14:50 -07003857STABLE BRANCH:
3858P: Greg Kroah-Hartman
3859M: greg@kroah.com
3860P: Chris Wright
3861M: chrisw@sous-sol.org
3862L: stable@kernel.org
3863S: Maintained
3864
Linus Torvalds1da177e2005-04-16 15:20:36 -07003865SHARP LH SUPPORT (LH7952X & LH7A40X)
3866P: Marc Singer
3867M: elf@buici.com
3868W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003869L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003870S: Maintained
3871
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003872SHPC HOTPLUG DRIVER
3873P: Kristen Carlson Accardi
3874M: kristen.c.accardi@intel.com
Jesse Barnes64dab202008-06-10 14:20:03 -07003875L: linux-pci@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05003876S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003877
Pierre Ossmand129bce2006-03-24 03:18:17 -08003878SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3879P: Pierre Ossman
3880M: drzeus-sdhci@drzeus.cx
3881L: sdhci-devel@list.drzeus.cx
Pierre Ossmand129bce2006-03-24 03:18:17 -08003882S: Maintained
3883
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003884SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3885P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003886M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003887L: netdev@vger.kernel.org
3888S: Maintained
3889
Chris Boot1a87d942006-07-10 04:45:34 -07003890SOEKRIS NET48XX LED SUPPORT
3891P: Chris Boot
3892M: bootc@bootc.net
3893S: Maintained
3894
Linus Torvalds1da177e2005-04-16 15:20:36 -07003895SPARC (sparc32):
3896P: William L. Irwin
3897M: wli@holomorphy.com
3898L: sparclinux@vger.kernel.org
3899S: Maintained
3900
3901SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3902P: Roger Wolff
3903M: R.E.Wolff@BitWizard.nl
3904L: linux-kernel@vger.kernel.org ?
3905S: Supported
3906
Jim Lewis2752e402006-09-29 02:01:19 -07003907SPIDERNET NETWORK DRIVER for CELL
Jens Osterkampcb8da8a2008-01-11 13:44:35 +01003908P: Ishizaki Kou
3909M: kou.ishizaki@toshiba.co.jp
3910P: Jens Osterkamp
3911M: jens@de.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003912L: netdev@vger.kernel.org
3913S: Supported
3914
Linus Torvalds1da177e2005-04-16 15:20:36 -07003915SRM (Alpha) environment access
3916P: Jan-Benedict Glaw
3917M: jbglaw@lug-owl.de
3918L: linux-kernel@vger.kernel.org
3919S: Maintained
3920
3921STARFIRE/DURALAN NETWORK DRIVER
3922P: Ion Badulescu
3923M: ionut@cs.columbia.edu
3924S: Maintained
3925
3926STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3927W: http://mosquitonet.Stanford.EDU/strip.html
3928S: Unsupported ?
3929
3930STRADIS MPEG-2 DECODER DRIVER
3931P: Nathan Laredo
3932M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003933W: http://www.stradis.com/
3934S: Maintained
3935
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003936SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -07003937P: Paul Mundt
3938M: lethal@linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003939L: linux-sh@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003940W: http://www.linux-sh.org
Paul Mundt2cbb12a2007-11-19 13:08:37 +09003941T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Paul Mundt5c806b22008-07-29 06:34:01 +09003942S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003943
3944SUN3/3X
3945P: Sam Creasey
3946M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003947W: http://sammy.net/sun3/
3948S: Maintained
3949
3950SVGA HANDLING
3951P: Martin Mares
3952M: mj@ucw.cz
3953L: linux-video@atrey.karlin.mff.cuni.cz
3954S: Maintained
3955
3956SYSV FILESYSTEM
3957P: Christoph Hellwig
3958M: hch@infradead.org
3959S: Maintained
3960
Alan Cox4e688522008-04-30 00:52:11 -07003961TASKSTATS STATISTICS INTERFACE
Balbir Singhabc5f232008-07-04 09:59:42 -07003962P: Balbir Singh
3963M: balbir@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07003964L: linux-kernel@vger.kernel.org
3965S: Maintained
3966
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003967TC CLASSIFIER
3968P: Jamal Hadi Salim
3969M: hadi@cyberus.ca
3970L: netdev@vger.kernel.org
3971S: Maintained
3972
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003973TCP LOW PRIORITY MODULE
3974P: Wong Hoi Sing, Edison
3975M: hswong3i@gmail.com
3976P: Hung Hing Lun, Mike
3977M: hlhung3i@gmail.com
3978W: http://tcp-lp-mod.sourceforge.net/
3979S: Maintained
3980
Andy Gospodarek1a348cc2007-09-17 18:50:36 -07003981TEHUTI ETHERNET DRIVER
3982P: Alexander Indenbaum
3983M: baum@tehutinetworks.net
3984P: Andy Gospodarek
3985M: andy@greyhouse.net
3986L: netdev@vger.kernel.org
3987S: Supported
3988
Alan Cox4e688522008-04-30 00:52:11 -07003989Telecom Clock Driver for MCPL0010
3990P: Mark Gross
3991M: mark.gross@intel.com
3992S: Supported
3993
3994TENSILICA XTENSA PORT (xtensa):
3995P: Chris Zankel
3996M: chris@zankel.net
3997S: Maintained
3998
3999THINKPAD ACPI EXTRAS DRIVER
4000P: Henrique de Moraes Holschuh
4001M: ibm-acpi@hmh.eng.br
4002L: ibm-acpi-devel@lists.sourceforge.net
4003W: http://ibm-acpi.sourceforge.net
4004W: http://thinkwiki.org/wiki/Ibm-acpi
4005T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4006S: Maintained
4007
Alex Dubov4020f2d2006-10-04 02:15:37 -07004008TI FLASH MEDIA INTERFACE DRIVER
4009P: Alex Dubov
4010M: oakad@yahoo.com
4011S: Maintained
4012
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004013TI OMAP MMC INTERFACE DRIVER
4014P: Carlos Aguiar, Anderson Briglia and Syed Khasim
Dirk Behmeb6a7e4c2007-12-15 07:47:46 +01004015M: linux-omap@vger.kernel.org
Syed Khasim9f9c24f2007-05-16 01:07:22 +02004016W: http://linux.omap.com
4017W: http://www.muru.com/linux/omap/
4018S: Maintained
4019
Michael Buesch844dd052006-06-26 00:24:59 -07004020TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4021P: Deepak Saxena
4022M: dsaxena@plexity.net
4023S: Maintained
4024
Per Lidene86eaa32006-01-12 16:45:18 +01004025TIPC NETWORK LAYER
4026P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01004027M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004028P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01004029M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01004030P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01004031M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01004032L: tipc-discussion@lists.sourceforge.net
4033W: http://tipc.sourceforge.net/
4034W: http://tipc.cslab.ericsson.net/
4035T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4036S: Maintained
4037
Linus Torvalds1da177e2005-04-16 15:20:36 -07004038TLAN NETWORK DRIVER
4039P: Samuel Chessman
4040M: chessman@tux.org
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +08004041L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004042W: http://sourceforge.net/projects/tlan/
4043S: Maintained
4044
Linus Torvalds1da177e2005-04-16 15:20:36 -07004045TOSHIBA ACPI EXTRAS DRIVER
4046P: John Belmonte
4047M: toshiba_acpi@memebeam.org
4048W: http://memebeam.org/toys/ToshibaAcpiDriver
4049S: Maintained
4050
4051TOSHIBA SMM DRIVER
4052P: Jonathan Buzzard
4053M: jonathan@buzzard.org.uk
4054L: tlinux-users@tce.toshiba-dme.co.jp
4055W: http://www.buzzard.org.uk/toshiba/
4056S: Maintained
4057
Alan Cox4e688522008-04-30 00:52:11 -07004058TPM DEVICE DRIVER
Rajiv Andrade141c0242008-07-21 14:21:37 -07004059P: Debora Velarde
4060M: debora@linux.vnet.ibm.com
4061P: Rajiv Andrade
4062M: srajiv@linux.vnet.ibm.com
Alan Cox4e688522008-04-30 00:52:11 -07004063W: http://tpmdd.sourceforge.net
4064P: Marcel Selhorst
4065M: tpm@selhorst.net
4066W: http://www.prosec.rub.de/tpm/
4067L: tpmdd-devel@lists.sourceforge.net
4068S: Maintained
4069
Linus Torvalds1da177e2005-04-16 15:20:36 -07004070TRIVIAL PATCHES
Adrian Bunk1560a792008-02-03 18:17:37 +02004071P: Jesper Juhl
Jim Cromiece00f852006-11-30 04:49:44 +01004072M: trivial@kernel.org
4073L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004074S: Maintained
4075
Alan Cox4e688522008-04-30 00:52:11 -07004076TTY LAYER
4077P: Alan Cox
4078M: alan@lxorguk.ukuu.org.uk
4079L: linux-kernel@vger.kernel.org
4080S: Maintained
4081
Grant Grundler740db6d2008-02-17 11:53:49 -07004082TULIP NETWORK DRIVERS
4083P: Grant Grundler
4084M: grundler@parisc-linux.org
4085P: Kyle McMartin
Kyle McMartin42a5a8a2008-06-06 17:16:17 -04004086M: kyle@mcmartin.ca
Grant Grundler740db6d2008-02-17 11:53:49 -07004087L: netdev@vger.kernel.org
4088S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004089
4090TUN/TAP driver
4091P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08004092M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004093L: vtun@office.satix.net
4094W: http://vtun.sourceforge.net/tun
4095S: Maintained
4096
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08004097TURBOCHANNEL SUBSYSTEM
4098P: Maciej W. Rozycki
4099M: macro@linux-mips.org
4100S: Maintained
4101
Linus Torvalds1da177e2005-04-16 15:20:36 -07004102U14-34F SCSI DRIVER
4103P: Dario Ballabio
4104M: ballabio_dario@emc.com
4105L: linux-scsi@vger.kernel.org
4106S: Maintained
4107
Alan Coxcc2020e2008-05-19 14:21:51 +01004108UCLINUX (AND M68KNOMMU)
4109P: Greg Ungerer
4110M: gerg@uclinux.org
4111W: http://www.uclinux.org/
4112L: uclinux-dev@uclinux.org (subscribers-only)
4113S: Maintained
4114
Alan Coxcc2020e2008-05-19 14:21:51 +01004115UCLINUX FOR RENESAS H8/300
4116P: Yoshinori Sato
4117M: ysato@users.sourceforge.jp
4118W: http://uclinux-h8.sourceforge.jp/
4119S: Supported
4120
Linus Torvalds1da177e2005-04-16 15:20:36 -07004121UDF FILESYSTEM
Jan Kara800fdfb2008-02-08 04:20:51 -08004122P: Jan Kara
4123M: jack@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07004124W: http://linux-udf.sourceforge.net
4125S: Maintained
4126
Alan Coxcc2020e2008-05-19 14:21:51 +01004127UFS FILESYSTEM
4128P: Evgeniy Dushistov
4129M: dushistov@mail.ru
4130L: linux-kernel@vger.kernel.org
4131S: Maintained
4132
4133UltraSPARC (sparc64):
4134P: David S. Miller
4135M: davem@davemloft.net
4136L: sparclinux@vger.kernel.org
4137T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4138S: Maintained
4139
Linus Torvalds1da177e2005-04-16 15:20:36 -07004140UNIFORM CDROM DRIVER
4141P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02004142M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07004143L: linux-kernel@vger.kernel.org
4144W: http://www.kernel.dk
4145S: Maintained
4146
4147USB ACM DRIVER
4148P: Oliver Neukum
4149M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004150L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004151S: Maintained
4152
4153USB BLOCK DRIVER (UB ub)
4154P: Pete Zaitcev
4155M: zaitcev@redhat.com
4156L: linux-kernel@vger.kernel.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004157L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004158S: Supported
4159
Linus Torvalds1da177e2005-04-16 15:20:36 -07004160USB CDC ETHERNET DRIVER
4161P: Greg Kroah-Hartman
4162M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004163L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004164S: Maintained
4165W: http://www.kroah.com/linux-usb/
4166
Peter Korsgaardb02b3712008-04-27 08:59:44 +02004167USB CYPRESS C67X00 DRIVER
4168P: Peter Korsgaard
4169M: jacmet@sunsite.dk
4170L: linux-usb@vger.kernel.org
4171S: Maintained
4172
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004173USB DAVICOM DM9601 DRIVER
4174P: Peter Korsgaard
4175M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02004176L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01004177W: http://www.linux-usb.org/usbnet
4178S: Maintained
4179
Alan Coxcc2020e2008-05-19 14:21:51 +01004180USB DIAMOND RIO500 DRIVER
4181P: Cesar Miquel
4182M: miquel@df.uba.ar
4183L: rio500-users@lists.sourceforge.net
4184W: http://rio500.sourceforge.net
4185S: Maintained
4186
Linus Torvalds1da177e2005-04-16 15:20:36 -07004187USB EHCI DRIVER
4188P: David Brownell
4189M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004190L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004191S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004192
Luca Risolia7ce08c92006-01-11 02:06:59 +00004193USB ET61X[12]51 DRIVER
4194P: Luca Risolia
4195M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004196L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004197L: video4linux-list@redhat.com
4198W: http://www.linux-projects.org
4199S: Maintained
4200
David Brownell69ae9e32006-11-14 02:03:31 -08004201USB GADGET/PERIPHERAL SUBSYSTEM
4202P: David Brownell
4203M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004204L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004205W: http://www.linux-usb.org/gadget
4206S: Maintained
4207
Jiri Kosina2dea64b2007-07-11 12:12:11 +02004208USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01004209P: Jiri Kosina
4210M: jkosina@suse.cz
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004211L: linux-usb@vger.kernel.org
Jiri Kosinaa4dff392007-02-27 17:40:09 +01004212T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004213S: Maintained
4214
Olav Kongas959eea22005-11-03 17:38:14 +02004215USB ISP116X DRIVER
4216P: Olav Kongas
4217M: ok@artecdesign.ee
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004218L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +02004219S: Maintained
4220
Linus Torvalds1da177e2005-04-16 15:20:36 -07004221USB KAWASAKI LSI DRIVER
4222P: Oliver Neukum
4223M: oliver@neukum.name
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004224L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004225S: Maintained
4226
4227USB MASS STORAGE DRIVER
4228P: Matthew Dharm
4229M: mdharm-usb@one-eyed-alien.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004230L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -08004231L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07004232S: Maintained
4233W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4234
4235USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08004236P: David Brownell
4237M: dbrownell@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004238L: linux-usb@vger.kernel.org
David Brownell23d8c902006-12-05 03:10:08 -08004239S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07004240
Matthias Urlichsba460e42005-07-14 00:33:47 -07004241USB OPTION-CARD DRIVER
4242P: Matthias Urlichs
4243M: smurf@smurf.noris.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004244L: linux-usb@vger.kernel.org
Matthias Urlichsba460e42005-07-14 00:33:47 -07004245S: Maintained
4246
Linus Torvalds1da177e2005-04-16 15:20:36 -07004247USB OV511 DRIVER
4248P: Mark McClelland
4249M: mmcclell@bigfoot.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004250L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004251W: http://alpha.dyndns.org/ov511/
4252S: Maintained
4253
4254USB PEGASUS DRIVER
4255P: Petko Manolov
4256M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004257L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004258L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004259W: http://pegasus2.sourceforge.net/
4260S: Maintained
4261
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004262USB PRINTER DRIVER (usblp)
4263P: Pete Zaitcev
4264M: zaitcev@redhat.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004265L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07004266S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07004267
4268USB RTL8150 DRIVER
4269P: Petko Manolov
4270M: petkan@users.sourceforge.net
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004271L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +02004272L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004273W: http://pegasus2.sourceforge.net/
4274S: Maintained
4275
4276USB SE401 DRIVER
4277P: Jeroen Vreeken
4278M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004279L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004280W: http://www.chello.nl/~j.vreeken/se401/
4281S: Maintained
4282
Alan Cox4e688522008-04-30 00:52:11 -07004283USB SERIAL BELKIN F5U103 DRIVER
4284P: William Greathouse
4285M: wgreathouse@smva.com
4286L: linux-usb@vger.kernel.org
4287S: Maintained
4288
4289USB SERIAL CYPRESS M8 DRIVER
4290P: Lonnie Mendez
4291M: dignome@gmail.com
4292L: linux-usb@vger.kernel.org
4293S: Maintained
4294W: http://geocities.com/i0xox0i
4295W: http://firstlight.net/cvs
4296
Linus Torvalds1da177e2005-04-16 15:20:36 -07004297USB SERIAL CYBERJACK DRIVER
4298P: Matthias Bruestle and Harald Welte
4299M: support@reiner-sct.com
4300W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4301S: Maintained
4302
4303USB SERIAL DIGI ACCELEPORT DRIVER
4304P: Peter Berger and Al Borchers
4305M: pberger@brimson.com
4306M: alborchers@steinerpoint.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004307L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004308S: Maintained
4309
4310USB SERIAL DRIVER
4311P: Greg Kroah-Hartman
4312M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004313L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004314S: Supported
4315
Linus Torvalds1da177e2005-04-16 15:20:36 -07004316USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4317P: Gary Brubaker
4318M: xavyer@ix.netcom.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004319L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004320S: Maintained
4321
4322USB SERIAL KEYSPAN DRIVER
4323P: Greg Kroah-Hartman
4324M: greg@kroah.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004325L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004326W: http://www.kroah.com/linux/
4327S: Maintained
4328
4329USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04004330P: Support Department
4331M: support@connecttech.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004332L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004333W: http://www.connecttech.com
4334S: Supported
4335
Luca Risoliaf423b9a2007-03-26 16:12:04 -03004336USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07004337P: Luca Risolia
4338M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004339L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004340L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004341W: http://www.linux-projects.org
4342S: Maintained
4343
4344USB SUBSYSTEM
4345P: Greg Kroah-Hartman
4346M: gregkh@suse.de
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004347L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004348W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08004349T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004350S: Supported
4351
4352USB UHCI DRIVER
4353P: Alan Stern
4354M: stern@rowland.harvard.edu
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004355L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004356S: Maintained
4357
David Brownell69ae9e32006-11-14 02:03:31 -08004358USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07004359P: David Brownell
4360M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02004361L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08004362W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07004363S: Maintained
4364
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004365USB VIDEO CLASS
4366P: Laurent Pinchart
4367M: laurent.pinchart@skynet.be
Ming Leiecc9a042008-09-13 02:33:21 -07004368L: linux-uvc-devel@lists.berlios.de
Laurent Pinchartc0efd232008-06-30 15:04:50 -03004369L: video4linux-list@redhat.com
4370W: http://linux-uvc.berlios.de
4371S: Maintained
4372
Linus Torvalds1da177e2005-04-16 15:20:36 -07004373USB W996[87]CF DRIVER
4374P: Luca Risolia
4375M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004376L: linux-usb@vger.kernel.org
Luca Risolia7ce08c92006-01-11 02:06:59 +00004377L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004378W: http://www.linux-projects.org
4379S: Maintained
4380
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +02004381USB WIRELESS RNDIS DRIVER (rndis_wlan)
4382P: Jussi Kivilinna
4383M: jussi.kivilinna@mbnet.fi
4384L: linux-wireless@vger.kernel.org
4385S: Maintained
4386
Luca Risolia60f78052006-02-06 16:29:35 +00004387USB ZC0301 DRIVER
4388P: Luca Risolia
4389M: luca.risolia@studio.unibo.it
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004390L: linux-usb@vger.kernel.org
Luca Risolia60f78052006-02-06 16:29:35 +00004391L: video4linux-list@redhat.com
4392W: http://www.linux-projects.org
4393S: Maintained
4394
Linus Torvalds1da177e2005-04-16 15:20:36 -07004395USB ZD1201 DRIVER
4396P: Jeroen Vreeken
4397M: pe1rxq@amsat.org
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004398L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004399W: http://linux-lc100020.sourceforge.net
4400S: Maintained
4401
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004402USB ZR364XX DRIVER
4403P: Antoine Jacquet
4404M: royale@zerezo.com
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004405L: linux-usb@vger.kernel.org
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004406L: video4linux-list@redhat.com
4407W: http://royale.zerezo.com/zr364xx/
4408S: Maintained
4409
Linus Torvalds1da177e2005-04-16 15:20:36 -07004410USER-MODE LINUX
4411P: Jeff Dike
Joe Perches6650e0a2007-12-10 15:49:32 -08004412M: jdike@addtoit.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004413L: user-mode-linux-devel@lists.sourceforge.net
4414L: user-mode-linux-user@lists.sourceforge.net
4415W: http://user-mode-linux.sourceforge.net
4416S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004417
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +01004418USERSPACE I/O (UIO)
4419P: Hans J. Koch
4420M: hjk@linutronix.de
4421P: Greg Kroah-Hartman
4422M: gregkh@suse.de
4423L: linux-kernel@vger.kernel.org
4424S: Maintained
4425
Karel Zakf899b0a2008-05-23 13:04:21 -07004426UTIL-LINUX-NG PACKAGE
4427P: Karel Zak
4428M: kzak@redhat.com
4429L: util-linux-ng@vger.kernel.org
4430W: http://kernel.org/~kzak/util-linux-ng/
4431T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4432S: Maintained
4433
Alan Cox4e688522008-04-30 00:52:11 -07004434VFAT/FAT/MSDOS FILESYSTEM:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004435P: OGAWA Hirofumi
4436M: hirofumi@mail.parknet.co.jp
4437L: linux-kernel@vger.kernel.org
4438S: Maintained
4439
Linus Torvalds1da177e2005-04-16 15:20:36 -07004440VIA RHINE NETWORK DRIVER
4441P: Roger Luethi
4442M: rl@hellgate.ch
4443S: Maintained
4444
Jean Delvare32c0a522005-09-22 21:47:58 +02004445VIAPRO SMBUS DRIVER
4446P: Jean Delvare
4447M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004448L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004449S: Maintained
4450
Francois Romieu01f20732007-01-26 00:57:17 -08004451VIA VELOCITY NETWORK DRIVER
4452P: Francois Romieu
4453M: romieu@fr.zoreil.com
4454L: netdev@vger.kernel.org
4455S: Maintained
4456
Linus Torvalds1da177e2005-04-16 15:20:36 -07004457VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004458P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004459M: mchehab@infradead.org
4460M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004461L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004462W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004463T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004464S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004465
Patrick McHardybe7f8272007-10-23 20:26:36 -07004466VLAN (802.1Q)
4467P: Patrick McHardy
4468M: kaber@trash.net
4469L: netdev@vger.kernel.org
4470S: Maintained
4471
Liam Girdwoode53e86c2008-07-10 15:48:00 +01004472VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4473P: Liam Girdwood
4474M: lg@opensource.wolfsonmicro.com
4475P: Mark Brown
4476M: broonie@opensource.wolfsonmicro.com
4477W: http://opensource.wolfsonmicro.com/node/15
4478T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4479S: Supported
4480
Juerg Haefligerab413192006-09-24 20:54:04 +02004481VT1211 HARDWARE MONITOR DRIVER
4482P: Juerg Haefliger
4483M: juergh@gmail.com
4484L: lm-sensors@lm-sensors.org
4485S: Maintained
4486
Roger Lucas1de9e372005-11-26 20:20:05 +01004487VT8231 HARDWARE MONITOR DRIVER
4488P: Roger Lucas
Roger Lucasaf865762008-02-13 07:52:06 -05004489M: vt8231@hiddenengine.co.uk
Roger Lucas1de9e372005-11-26 20:20:05 +01004490L: lm-sensors@lm-sensors.org
4491S: Maintained
4492
Linus Torvalds1da177e2005-04-16 15:20:36 -07004493W1 DALLAS'S 1-WIRE BUS
4494P: Evgeniy Polyakov
4495M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004496S: Maintained
4497
Charles Spirakis13927072006-07-05 18:05:15 +02004498W83791D HARDWARE MONITORING DRIVER
Marc Hulsman25845c22008-06-08 10:59:41 -04004499P: Marc Hulsman
4500M: m.hulsman@tudelft.nl
Charles Spirakis13927072006-07-05 18:05:15 +02004501L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -04004502S: Maintained
Charles Spirakis13927072006-07-05 18:05:15 +02004503
Rudolf Marek61db0112006-12-12 18:18:30 +01004504W83793 HARDWARE MONITORING DRIVER
4505P: Rudolf Marek
4506M: r.marek@assembler.cz
4507L: lm-sensors@lm-sensors.org
4508S: Maintained
4509
Linus Torvalds1da177e2005-04-16 15:20:36 -07004510W83L51xD SD/MMC CARD INTERFACE DRIVER
4511P: Pierre Ossman
4512M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004513L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004514S: Maintained
4515
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004516WATCHDOG DEVICE DRIVERS
4517P: Wim Van Sebroeck
4518M: wim@iguana.be
4519T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4520S: Maintained
4521
Linus Torvalds1da177e2005-04-16 15:20:36 -07004522WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4523P: Jean Tourrilhes
4524M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004525L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004526W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4527S: Maintained
4528
4529WD7000 SCSI DRIVER
4530P: Miroslav Zagorac
4531M: zaga@fly.cc.fer.hr
4532L: linux-scsi@vger.kernel.org
4533S: Maintained
4534
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004535WISTRON LAPTOP BUTTON DRIVER
4536P: Miloslav Trmac
4537M: mitr@volny.cz
4538S: Maintained
4539
Linus Torvalds1da177e2005-04-16 15:20:36 -07004540WL3501 WIRELESS PCMCIA CARD DRIVER
4541P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004542M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004543L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004544W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004545S: Maintained
4546
Mark Brownfebf1df2008-04-02 00:51:09 -04004547WM97XX TOUCHSCREEN DRIVERS
4548P: Mark Brown
4549M: broonie@opensource.wolfsonmicro.com
4550P: Liam Girdwood
4551M: liam.girdwood@wolfsonmicro.com
4552L: linux-input@vger.kernel.org
4553T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4554W: http://opensource.wolfsonmicro.com/node/7
4555S: Supported
4556
Linus Torvalds1da177e2005-04-16 15:20:36 -07004557X.25 NETWORK LAYER
4558P: Henner Eisen
4559M: eis@baty.hanse.de
4560L: linux-x25@vger.kernel.org
4561S: Maintained
4562
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004563XEN HYPERVISOR INTERFACE
4564P: Jeremy Fitzhardinge
4565M: jeremy@xensource.com
4566P: Chris Wright
4567M: chrisw@sous-sol.org
4568L: virtualization@lists.osdl.org
4569L: xen-devel@lists.xensource.com
4570S: Supported
4571
Linus Torvalds1da177e2005-04-16 15:20:36 -07004572XFS FILESYSTEM
4573P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004574P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004575M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004576L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004577W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004578T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004579S: Supported
4580
Grant Likelyc9d3d8e2007-10-01 16:33:51 +02004581XILINX SYSTEMACE DRIVER
4582P: Grant Likely
4583M: grant.likely@secretlab.ca
4584W: http://www.secretlab.ca/
4585L: linux-kernel@vger.kernel.org
4586S: Maintained
4587
Peter Korsgaard238b8722006-12-06 20:35:17 -08004588XILINX UARTLITE SERIAL DRIVER
4589P: Peter Korsgaard
4590M: jacmet@sunsite.dk
4591L: linux-serial@vger.kernel.org
4592S: Maintained
4593
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004594X86 ARCHITECTURE (32-BIT AND 64-BIT)
4595P: Thomas Gleixner
4596M: tglx@linutronix.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07004597P: Ingo Molnar
4598M: mingo@redhat.com
Ingo Molnar6ce59b42007-10-20 02:36:26 +02004599P: H. Peter Anvin
4600M: hpa@zytor.com
4601L: linux-kernel@vger.kernel.org
4602T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004603S: Maintained
4604
Linus Torvalds1da177e2005-04-16 15:20:36 -07004605YAM DRIVER FOR AX.25
4606P: Jean-Paul Roubelat
4607M: jpr@f6fbb.org
4608L: linux-hams@vger.kernel.org
4609S: Maintained
4610
Henkaf64a5e2005-10-12 15:02:56 +02004611YEALINK PHONE DRIVER
4612P: Henk Vergonet
4613M: Henk.Vergonet@gmail.com
4614L: usbb2k-api-dev@nongnu.org
4615S: Maintained
4616
Linus Torvalds1da177e2005-04-16 15:20:36 -07004617Z8530 DRIVER FOR AX.25
4618P: Joerg Reuter
4619M: jreuter@yaina.de
4620W: http://yaina.de/jreuter/
4621W: http://www.qsl.net/dl1bke/
4622L: linux-hams@vger.kernel.org
4623S: Maintained
4624
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004625ZD1211RW WIRELESS DRIVER
4626P: Daniel Drake
4627M: dsd@gentoo.org
4628P: Ulrich Kunitz
4629M: kune@deine-taler.de
4630W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004631L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004632L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4633S: Maintained
4634
Linus Torvalds1da177e2005-04-16 15:20:36 -07004635ZR36067 VIDEO FOR LINUX DRIVER
4636P: Ronald Bultje
4637M: rbultje@ronald.bitfreak.net
4638L: mjpeg-users@lists.sourceforge.net
4639W: http://mjpeg.sourceforge.net/driver-zoran/
4640S: Maintained
4641
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004642ZS DECSTATION Z85C30 SERIAL DRIVER
4643P: Maciej W. Rozycki
4644M: macro@linux-mips.org
4645S: Maintained
4646
Linus Torvalds1da177e2005-04-16 15:20:36 -07004647THE REST
4648P: Linus Torvalds
4649S: Buried alive in reporters